*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    user-select: none;
}

body{
    display: flex;
    flex-direction: column;
}

header{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
}

nav{
    border: 3px solid #CB925D;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(109deg, #230D0DFA 0%, #230D0DF7 86%);
    background-color: transparent;
    position: fixed;
    z-index: 1;
}

.menu{
    /* border: 1px solid black; */
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn1{
    border: none;
    width: 160px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    padding-right: 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 0px 5px 1px rgba(255, 233, 108, 0.682);
    background-image: linear-gradient(90deg, #CB925D 0%, #F4EFEC 100%);
    position: relative;
    left: 10px;
}

.text_nav{
    /* border: 1px solid black; */
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: bolder;
    font-size: 21px;
    color: white;
    position: relative;
    right: 10px;
}

.contact{
    /* border: 1px solid black; */
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-image: url("./IMG_2334.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_items{
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #3d0707d8;
}

.item_contact{
    /* border: 1px solid black; */
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_contact{
    /* border: 1px solid rgb(255, 255, 255); */
    width: 670px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 70px;
}

.big1{
    background: linear-gradient(0deg, #b57438 0%, #F0CAA7 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #00000000 !important;
    font-size: 38px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    padding-bottom: 35px;
}

.small1{
    font-size: 24px;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.big2{
    background: linear-gradient(0deg, #b57438 0%, #F0CAA7 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #00000000 !important;
    font-size: 38px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    padding-bottom: 15px;
}

.small2{
    font-size: 24px;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;  
    padding-bottom: 35px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn2{
    border: none;
    width: 180px;
    height: 47px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.75);
    fill: #F2F2F2;
    color: #F2F2F2;
    background-image: linear-gradient(90deg, #CB925D 0%, #714D2C 100%);
}

.phone2{
    position: relative;
    top: 2px;
    right: -2;
}

.text_button{
    font-size: 15.5px;
}

.left_contact{
    /* border: 1px solid rgb(255, 255, 255); */
    width: 450px;
    height: 100%;
    background-image: url("./NOBX7819.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
}

@media (max-width:1144px) {
    .contact{
        height: 800px;
    }

    .left_contact{
        width: 430px;
        height: 400px;
        position: relative;
        top: 50px;
    }

    .item_contact{
        display: flex;
        flex-flow: column-reverse;
    }

    .right_contact{
        width: auto;
        height: 330px;
        position: relative;
        /* bottom: 50px; */
        top: -40px;
    }
}

@media (max-width:587px) {

    .big1{
        font-size: 30px;
    }

    .small1{
        font-size: 19px;
    }

    .big2{
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .small2{
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }

    /* .btn2{
        width: 150px;
        height: 47px;
        font-size: 12px;
    } */

    .phone2{
        position: relative;
        left: 2px;
    }
}

@media (max-width:439px) {
    .btn1{
        width: 120px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding-right: 18px;
    }

    .text_nav{
        font-size: 13px;
    }

    .phone{
        display: none;
    }

    .left_contact{
        width: 100%;
    }

    .big1{
        font-size: 32px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .small1{
        font-size: 19px;
    }

    .big2{
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .small2{
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }

    /* .btn2{
        width: 170px;
        height: 47px;
        font-size: 12px;
    } */
}

main{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec1{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.item_sec1{
    /* border: 1px solid black; */
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top1_item_sec1{
    /* border: 1px solid black; */
    width: 100%;
    height: 150px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.border_top1{
    border-bottom: 3px solid #CB925D;
    width: 100px;
    position: relative;
    top: 37px;
}

.botton1_item_sec1{
    /* border: 1px solid black; */
    width: 100%;
    height: 630px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item1_botton1{
    /* border: 1px solid black; */
    width: 360px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CB925D2E;
    box-shadow: 6px 3px 13px rgba(0, 0, 0, 0.485);

    margin-left: 10px;
    margin-right: 10px;
}

.im_bn{
    border: 1px dashed black;
    width: 95%;
    height: 97%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.top1_im_bn{
    /* border: 1px solid black; */
    width: 90%;
    height: 250px; 
    display: flex;
    flex-direction: column;
}

.svg1{
    /* border: 1px solid black; */
    width: 100%;
    height: 400px;
    background-image: url("./SVCU7658.PNG");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}

.big_top1{
    /* border: 1px solid black; */
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: bold;
}

.small_top1{
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-weight: bold;
    font-size: 14px;
}

.botton1_im_bn{
    /* border: 1px solid black; */
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item_botton1{
    border: 1px solid black;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-top: 5px;
    padding-bottom: 10px;
}

.m2{
    border-bottom: none;
}

.svg2{
    /* border: 1px solid black; */
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_botton1{
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width:1142px) {
    .sec1{
        height: 1900px;
    }

    .botton1_item_sec1{
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .botton1_im_bn{
        height: 350px;
    }

    .item1_botton1{
        margin-bottom: 15px;
    }

    .border_top1{
        position: relative;
        top: 27px;
    }

}

@media (max-width:384px) {
    .item1_botton1{
        width: 95%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .top1_item_sec1{
        font-size: 17px;
    }

    .sec1{
        height: 2000px;
    }
}

.sec2{
    /* border: 1px solid black; */
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item_sec2{
    border: 2px solid rgb(255, 255, 255);
    width: 1200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3D0707;
    box-shadow: 0px 0px 5px black;
}

.is2{
    /* border: 1px solid black; */
    width: 95%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.big_sec2{
    font-size: 30px;
    padding-bottom: 30px;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.item_icon{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.btn_sec2{
    width: 180px;
    height: 40px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: #CB925D;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 40px; */
    font-weight: bold;
    fill: #000000;
    color: #000000;
    border-radius: 10px 10px 10px 10px; 
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.text_item_icon{
    /* border: 1px solid black; */
    width: 180px;
    height: 40px;
    font-size: 15px;
    padding-bottom: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    background-image: linear-gradient(293deg, #DCA674 0%, #FEFEFEB3 63%);
    border-radius: 10px 10px 10px 10px;
}

@media (max-width:1307px) {
    .item_sec2{
        width: 92%;
    }

    .is2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .item_icon{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:1114px) {
    .big_sec2{
        font-size: 22px;
    }
}

@media (max-width:462px) {
    .big_sec2{
        font-size: 17px;
    }

    .btn_sec2{
        font-size: 13.5px;
    }
}

.sec3{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.item_sec3{
    /* border: 1px solid black; */
    width: 1200px;
    height: 100%;
}

.top_sec3{
    /* border: 1px solid black; */
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bottom_sec3{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart1_bottom_sec3{
    /* border: 1px solid black; */
    width: 350px;
    height: 500px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #CB925D2E;
    box-shadow: -2px 1px 5px -2px;
}

.border_cart1_bottom_sec3{
    border: 2px solid black;
    width: 100%;
    height: auto;
}

.img_cart1_bottom_sec3{
    /* border: 1px solid black; */
    width: 100px;
    height: 100px;
    position: relative;
    bottom: 50px;
    left: 5px;
    background-color: black;
}

.icbs1{
    background-image: url("./Screenshot_۲۰۲۵۰۶۰۲-۲۰۵۰۲۳_Chrome.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.icbs2{
    background-image: url("./Screenshot_۲۰۲۵۰۶۰۲-۲۰۵۰۵۶_Chrome.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.icbs3{
    background-image: url("./Screenshot_۲۰۲۵۰۶۰۲-۲۰۵۱۱۸_Chrome.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.big_cart1_bottom_sec3{
    /* border: 1px solid black; */
    width: 90%;
    position: relative;
    right: 15px;
    height: auto;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.small1_cart1_bottom_sec3{
    /* border: 1px solid black; */
    width: 90%;
    position: relative;
    right: 15px;
    height: auto;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    top: 20px;
}

.big2_cart1_bottom_sec3{
    /* border: 1px solid black; */
    width: 90%;
    position: relative;
    right: 15px;
    height: auto;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    position: relative;
    top: 40px;  
}

.small2_cart1_bottom_sec3{
    /* border: 1px solid black; */
    width: 90%;
    position: relative;
    right: 15px;
    height: auto;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    top: 60px;
}

@media (max-width:1090px) {
    .bottom_sec3{
        display: flex;
        flex-flow: column-reverse;
    }

    .cart1_bottom_sec3{
        margin-bottom: 0px;
    }

    .cbs{
        margin-bottom: 30px;
    }
}

@media (max-width:395px) {
    .cart1_bottom_sec3{
        width: 95%;
    }
}

.sec4{
    /* border: 1px solid black; */
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_sec4{
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #29251C;
}

.text_top_sec4{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
    position: relative;
    bottom: 15px;
}

.right_sec4{
    position: relative;
    bottom: 24px;
    left: 5px;
    padding-right: 20px;
    font-size: 55px;
    font-weight: bold;
    color: #CB925D;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.left_sec4{
    padding-left: 20px;
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    color: #DEC8B4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.bottom_top_sec4{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_sec4{
    /* border: 1px solid black; */
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
}

.text_left{
    font-size: 21px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    padding-bottom: 20px;
}

.icon_right{
    /* border: 1px solid black; */
    width: 30px;
    height: 30px;
    position: relative;
    left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.item_sec4{
    border: 2px solid rgb(255, 255, 255);
    width: 1200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px black;
    position: relative;
    bottom: 90px;
    background-color: #171616;
}


.is4{
    /* border: 1px solid black; */
    width: 95%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.big_sec4{
    font-size: 30px;
    padding-bottom: 30px;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.item_icon4{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.btn_sec4{
    width: 180px;
    height: 40px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: #CB925D;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    fill: #000000;
    color: #000000;
    border-radius: 10px 10px 10px 10px; 
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.text_item_icon4{
    /* border: 1px solid black; */
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
    /* padding: 12px 12px 12px 12px; */
    background-image: linear-gradient(293deg, #DCA674 0%, #FEFEFEB3 63%);
    border-radius: 10px 10px 10px 10px;
}

@media (max-width:1307px) {
    .item_sec4{
        width: 92%;
    }

    .is4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .item_icon4{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:1114px) {
    .big_sec4{
        font-size: 22px;
    }
}

@media (max-width:462px) {
    .big_sec4{
        font-size: 17px;
    }

    .btn_sec4{
        font-size: 13.5px;
    }

    .text_top_sec4{
        padding-right: 10px;
    }

    .right_sec4{
        font-size: 25px;
        position: relative;
        top: 1.5px;
    }

    .left_sec4{
        font-size: 20px;
    }

    .text_left{
        font-size: 15px;
    }
}

@media (max-width:801px) {
    .right_sec4{
        font-size: 25px;
        position: relative;
        top: 1.5px;
    }

    .left_sec4{
        font-size: 20px;
    }

    .text_left{
        font-size: 15px;
    }
}

.sec5{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.item_sec5{
    /* border: 1px solid black; */
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: #CB925D2E;
    position: relative;
    bottom: 45px;
}

.left_sec5{
    /* border: 1px solid black; */
    width: 420px;
    height: auto;
    background-image: url("./kanoonVokala.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: center;
}

.right_sec5{
    /* border: 1px solid black; */
    width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.top_right_sec5{
    /* border: 1px solid black; */
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon_sec5{
    padding-left: 10px;
    padding-right: 15px;
}

.text_sec5{
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.buttom_right_sec5{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
}

.bt5{
    /* border: 1px solid rgb(254, 0, 0); */
    width: 90%;
    height: auto;
    position: relative;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mn1{
    margin-top: 20px;   
}

.item_buttom_right_sec5{
    /* border: 1px solid black; */
    width: 100%;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-right: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    /* box-shadow: 0px 0px 1px 1px; */
    background-color: #7d5b3c59;
}

.item_buttom_right_sec5_none{
    /* border: 1px solid black; */
    width: 100%;
    height: 0px;
    border-radius: 8px;
    margin-top: 7px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 10px;
    transition: all 0.5s;
    background-color: rgb(118, 41, 41);
    padding-right: 5px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mmmm2{
    /* border: 1px solid black; */
    width: 100%;
    height: 0px;
}

@media (max-width:1056px) {
    .item_sec5{
        height: auto;
        display: flex;
        flex-flow: column-reverse;
        justify-content: space-around;
        align-items: center;
    }

    .left_sec5{
        height: 440px;
        background-size: 260px;
    }

    .right_sec5{
        height: auto;
    }
}

@media (max-width:604px) {
    .right_sec5{
        width: 100%;
    }
}

@media (max-width:424px) {
    .left_sec5{
        width: 100%;
    }

    .text_sec5{
        font-size: 18px;
    }

    .item_buttom_right_sec5_none{
        font-size: 15px;
    }
}   

.sec6{
    /* border: 1px solid black; */
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #29251C;
}

.item_sec6{
    /* border: 1px solid black; */
    width: 1300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.left_sec6{
    /* border: 1px solid black; */
    width: 500px;
    height: 100%;
    background-image: url("./IMG_2306.PNG");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center;
}

.right_sec6{
    /* border: 1px solid black; */
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_top_sec6{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    bottom: 15px;
}

.right_sec6_6{
    position: relative;
    /* bottom: 24px; */
    left: 5px;
    padding-right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #CB925D;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}

.left_sec6_6{
    width: auto;
    padding-left: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #DEC8B4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.bottom_sec6{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_sec6{
    /* border: 1px solid black; */
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
    top: 50px;
    margin-bottom: 10px;
}

.text_left6{
    font-size: 21px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    padding-bottom: 20px;
}

.icon_right6{
    /* border: 1px solid black; */
    width: 30px;
    height: 30px;
    position: relative;
    left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

@media (max-width:1211px) {
    .item_sec6{
        display: flex;
        flex-flow: column;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
    }

    .left_sec6{
        height: 400px;
    }

    .right_sec6{
        height: 500px;
    }

    .sec6{
        height: auto;
    }

    .left_sec6{
        background-size: 370px;
    }
}

@media (max-width:702px) {
    .right_sec6{
        width: 100%;
    }

    .right_sec6_6{
        font-size: 24px;
    }

    .left_sec6_6{
        font-size: 24px;
    }
}

@media (max-width:505px) {
    .left_sec6{
        width: 100%;
    }

    .text_left6{
        font-size: 19px;
    }

    .left_sec6{
        background-size: 280px;
    }
}