

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
body{
    overflow-x: hidden;
}
p{
    font-family: ClashGrotesk-Light;
    font-size: 20px;
}
a{
    font-size: 17px;
    font-family: ClashGrotesk-Regular;
    text-wrap: nowrap;
    text-decoration: none;
}
.wrapper-2 .carousel-2{
    white-space: nowrap;
}

.wrapper{
    width: 100%;
    position: relative;
    padding: 0 50px;
} 
.carousel{
    padding: 0 10px;
    margin: 0;
    
}
.carousel.dragging .card{
    cursor: grab;
    user-select: none;
    

}
.carousel.dragging{
    touch-action: auto;
    -ms-touch-action: auto;

}
.wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3));
    padding-right: 0px;
    overflow-x: auto;
    padding-left: 0;
    gap: 5px;
    scroll-behavior: smooth;
    touch-action: auto;
    -ms-touch-action: auto;
    scrollbar-width: none;
    text-align: center;
}
.wrapper .carousel::-webkit-scrollbar{
    display: none;
}
.cmt-img{
    display: flex;
    justify-content: center;
}


.wrapper i{
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #fff5ed;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;

}
.wrapper #left{
    left: 0px;
}
.wrapper #right{
    right: 0px;
}

.swiper-slide .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    

}

.swiper {
    width: 100%;
    height: 100%;

  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



@font-face {
    font-family: Megafield-SemiBold;
    src: url(fontfamily/Megafield-SemiBold.otf);
}
@font-face {
  font-family: ClashGrotesk-Regular;
  src: url(fontfamily/ClashGrotesk-Regular.otf);
}
@font-face {
    font-family: ClashGrotesk-medium;
    src: url(fontfamily/ClashGrotesk-Medium.otf);
  }

@font-face {
  font-family: ClashGrotesk-Light;
  src: url(fontfamily/ClashGrotesk-Light.otf);
}
@font-face {
  font-family: Megafield-Regular;
  src: url(fontfamily/Megafield-Regular.otf);
}

/* =========================================inex======================== */ 

.sidepanel img{
    width: 130px;
    height: 100%;
    margin-left: 43px;
    margin-top: -10px;
    margin-bottom: 20px;
}


.first-image{
  
    transform: translateY(70px);
    opacity: 0;
    transition: 1.5s ease;
    position: relative;   
  }
  .first-image--visible{
    transform: translateY(0px);
    opacity: 1;
    
  }
  

  .fade-in {
    animation: fadeIn 2s ease-in-out forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.header{
    display: flex;
    justify-content: space-between;
    height: 180px;
    align-items: center;
}
.whts-icon{
    float: right;
}
.whts-icon a{
    text-decoration: none;   
}
.whts-icon a:hover{
    color: #ffffff;
}
.container-whts{
    margin: 0 auto;
}
.container-whts i{
    font-size: 40px;
    color:#F5C8A3;
    background-color: #013542;
    border-radius: 50%;
    padding: 15px 17px;
    transition: 0.4s;
    position: relative;
    right: 80px;
   
    
}
.container-whts{
    position: sticky;
    top: 80vh;
    z-index: 2222;
}

.whts-icon:hover i{
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 160px 8px 10px;
    
}
.num{
    display: none; 
    position: absolute;
    color: #ffffff;
    z-index: 222222;
    top: 17px;
    margin-left: -22px;
    cursor: pointer;   
}
.num h5{
    text-wrap: nowrap;
}
.whts-icon:hover i + .num{
    display: block;
    
}
.sidepanel {
    height: 100vh; 
    width: 0; 
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 60px; 
    transition: 0.5s; 
  }
  
  .sidepanel a {
    padding: 8px 8px 15px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    display: block;
    transition: 0.3s;
    font-family: Poppins-Light;
    line-height: 10px;
  
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 36px;
    margin-left: 50px;
    top: 12px;
  }
  

  .openbtn {
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: transparent;
    color: white;
    font-size: 30px;
    
  }
  .mb-menu{
    display: none;
  }
.pages ul{
    list-style: none;
    display: flex;
    background-color: rgba(240, 248, 255, 0.173);
    padding: 22px 20px;
    text-align: center;
    border-radius: 35px;
}
.pages ul li a{
    color: white;
    text-decoration: none;
    margin: 0 28px; 
    text-wrap: nowrap;   
}
.pages ul li .active{
    color: #F5C8A3;
}
.bg-img{
    background-image:url(images/main-imgc.png);
    background-size: cover;
    height:100vh ;
    background-position: 50%;
}
.logo img{
    width: 110px;
}
.container-1{   
    margin: 0 auto;
}
.ct-btn li a{
    text-decoration: none;
    color: white;
    padding-bottom: 2px;
     
    padding-left: 40px; 
}
.ct-btn li{
    list-style: none;
}
.ct-btn li a{
    position: relative;
    display: inline-block;
  }
  
  .ct-btn li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 38%;
    background-color:#F5C8A3; 
    bottom: 0;
    border-radius: 5px;
    right: 8px;
    transition-duration: 0.3s;
    
  }
  .ct-btn li a:hover::before{
    width: 58%;
    right: -1px;
    
    
    

  }
  .back-chang.active::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 55%;
    background-color:#F5C8A3; 
    bottom: 0;
    border-radius: 5px;
  }
  .back-chang.active{
    position: relative;
    display: inline-block;
  }
.main-text{
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-text h1{
    color: rgba(240, 248, 255, 0.659);
    font-family: Megafield-SemiBold;
    font-size: 110px;
    margin-bottom: 30px;
    margin-top: 150px;
}
.main-text h5 {
    color: #F5C8A3;
    font-family: ClashGrotesk-Regular;
    letter-spacing: 16px;
    font-size: 23px;
}
.abt-row{
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;    
}
.abt-row .sideline{
    width: 100%;
}
.sideline{
    background-color: #c7ad97;
    height: 1.3px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}
.abt-text{
    padding:0 50px;   
}
.abt-text h4{
    font-family: ClashGrotesk-Regular;  
    font-size: 19px;
    letter-spacing: 7px;
    white-space: nowrap;
    min-width: 100%;
}
.abt-text-sec h2{
    font-family: Megafield-Regular;
    font-size: 22px;
    max-width: 1100px;
    line-height: 45px;
}
.abt-text-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 120px;    
}
.abt-text-sec span{
    font-size: 36px;
    font-family: ClashGrotesk-Light;
    color: #013542;
}
.container-3{
    padding: 0 120px;
}
.lft-sd{
    background-color: #013542;
    width: 100%;
    display: flex;
    align-items: center;
    background-image: url(images/patrnHLF.png);
    background-size: cover;
}
.lft-sd h2{
    font-family: Megafield-Regular;
    color: #F5C8A3;
    line-height: 50px;
    font-size: 35px;
    margin-bottom: 30px;
}
.lft-sd p{
    color: white;
    font-size: 20px;
}
.img-sec-1{
    margin-top: 50px;
    height: 600px;
    margin-bottom: 100px;    
}
.rt-sd{
    background: url(images/bd-img1.png);
    background-size: cover;
    width: 100%;
    background-position: 50%;
}
.fd-in{
    opacity: 0;
    transition:2s;

}
.btns{
    margin-top: 50px;
}
.btns button{
    background-color: transparent;
    color: #ffffff;
    border: none;
    margin-right:20px;
    font-family: ClashGrotesk-Light;
    font-size: 20px;
}

.ad-sec{
    height: 500px;
}
.ad-sec-1{
    display: flex;
    align-items: center;
}
.ad-sec-1 h2{
    font-family: Megafield-Regular;
    color: #000000;
    line-height: 66px;
    font-size: 38px;
}
.ad-sec-1 p{
    margin-top: 40px;
    font-family: ClashGrotesk-Regular;  
    max-width: 550px;
    color: black;
    padding-right: 30px;    
}
.ad-sec-rt{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}
.frst-box{
    background-color: #013542;
    height: 100%;
    border-radius: 8px;
    min-width: 245px;
    position: relative;    
}
.rt-bx{
    background-color: #013542;
    height: 220px;
    border-radius: 8px;
    width: 245px; 
    position: relative;
    margin-left: 35px;   
}
.bx-1{
    margin-bottom: 20px;
}
.rt-bx .im-tx{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;    
}
.im-tx img{
    height: 80px;
    width: 80px;
}
.im-tx p{
    color: white;
    font-family: ClashGrotesk-Regular;
    font-size: 22px;
}
.frst-box .im-tx{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;    
}
.do-sec{
    width: 100%;
    height: 100%;
    background-color: #013542;
    margin-top: 100px;
    background-image: url(images/patern-full.png);
    background-size: cover;
    padding: 100px 0;
}
.hbc-row{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    padding-bottom: 72px;   
}
.cmnt-fl-sec{
    height: 100%;
    padding: 85px 0;
}
.hbc-row .sideline{
    background-color: white;
}
.hbc-txt h4{
    color: white;
    font-size: 22px;
    text-wrap: nowrap;
}
.text-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.do-sec-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.do-sec-txt h1,p{
    color: white;
}
.lft-txt-sec{
    display: flex;
   justify-content: end;
   
}
.lft-txt-sec h1{
    margin-right: 50px;
    font-size: 48px;
    margin-bottom: 0px;
    color: #F5C8A3;
    text-wrap: nowrap;
    
}
.rt-txt-sec p{
    max-width: 635px;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 12px;
    color: #ffffff;
}

.container-6{
    padding: 0 100px;
}
.mtl-slcn h4{
    color: white;
}
.hp-cstmrs-sec{
    height: 100%;
    padding-top: 150px;
}
.hp-cstmr-row .sideline{
    width: 404px;
}
.hp-sd-ln .sideline{
    background-color: #c7ad97;
}
.hp-cstmr-text h4{
    color: #000000;
    font-family: ClashGrotesk-Regular;
    padding: 0 50px;
    letter-spacing: 5px;
    text-wrap: nowrap;
}
.comnt-bx{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 428px;
    border: 1px solid #c7ad97;
    border-radius: 10px;  
    text-align: center; 
    height: 100%;
    padding: 2px 20px;  
    
}
.Choose-bx {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    border: 1px solid #c7ad97;
    border-radius: 10px;  
    text-align: center; 
    height: 100%;
    padding: 2px 20px;  
    
}

.cmt-img img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.cmt-bx4{
    display: none;
}

.cmt-bx1 p {
    color: #000000;

    font-size: 18px;
}
.cmt-bx1 h4 {
    font-size: 20px;
    margin-bottom: 14px;
}
.rt-str{
    width: 150px;
    position: relative;
    margin-bottom: 30px;
}
.cmt-sec{
    height:100%;
    display: flex;
    justify-content: center;
   padding-top: 80px;
    
}
.col-4{
    padding: 0;
    margin: 0;
}
.pst-sec{
    width: 100%;
    height: 1200px;
    background-color: #013542;
    display: flex;
    align-items: center;
}
.rcnt-up{
    height: 100%;
    width: 100%;
    background-color: #fff5ed;
    /* margin-bottom: 50px; */
    padding: 100px 0;

}
.rcnt-up .sideline{
    background-color: #c7ad97;
}
.rcnt-sld img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.rcnt-sld img:hover{
    opacity: 0.8;
    scale: 1.1;
    transition-duration: 0.6s; ;
}
.rcnt-sld .sld-img{
    margin: 0 5px;
    overflow: hidden;
}
.rcnt-sld .fa-solid{
    padding: 15px 18px;
    background-color: #013542;
    border-radius: 50%;
}
.rcnt-sld i{
    color: white;
    font-size: 22px;
    
}
.rcnt-sld{
    position: relative;
}
.rcnt-sld .next_button{
    position: absolute;
    top: 50%;
    right: -28px;
    cursor: pointer;

}
.rcnt-sld .prev_button{
    position: absolute;
    top: 50%;
    left: -28px;
    z-index: 1;
    cursor: pointer;

}
.mb-imgs{
    width: 100%;
    height: 100%;
    background-color: #013542;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 50px 0 20px 0 ;
    display: none;
    
}
.mb-imgs img{
    width: 300px;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
}
.rows{
    display: flex;
    justify-content: center;
}
.mb-img-sec{
    margin-top: 12px;
}

.pst-sec {
    height: 100%;
    padding: 100px 0;
}
.pst-img-sec{
    height: 100%;
    margin-top: 100px;
}
.pst-img{
    height: 100%;
    width: 99%;
    overflow: hidden;
    border-radius: 41px;
    margin-bottom: 23px;
}
.pst-img-fst{
    margin-bottom: -2px;
}
.pst-img-siz{
    height: 705px;
    width: 1253px;
}

.pst-img img{
    width: 100%;
    height: 100%;
    border-radius: 38px;
    transition: 0.5s ease;
}
.pst-img img:hover{
    transform: scale(1.1);
}
.pst-img-2{
    height: 44%;
    
}
.pst-img-4{
    height: 53%;
   
}
.pst-img-5{
    height: 44%;
    
}
.pst-img-3{
    height: 53%;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000b4 !important;
    opacity: 1 !important;
}

.mfp-title {
    display: none !important;
}

img.mfp-img {
    max-height: 600px !important;
    cursor: auto !important;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {

    cursor: auto !important;
}

.mfp-close {
    cursor: pointer !important;
}
.footer{
    width: 100%;
    height:100%;
    padding: 95px 0 12PX 0;
    background-image: url(images/patern-full.png);
    background-color: #fff5ed;
    background-size: cover;
}
.dsk-foot-txt a{
    text-decoration: none;
    color: #000000;
    font-size: 21px;
}
.dsk-foot-txt a:hover{
    color:#F5C8A3;
}
.mb-footer a{
    text-decoration: none;
    color: #000000;
    font-size: 17px;
}
.lft-text h1{
    font-family: Megafield-SemiBold;
    color: #013542;
    line-height: 70px;
    font-size: 46px;

}
.frst-row{   
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rt-text{
   text-align: center;
}
.rt-text a{
    text-decoration: none;
    
}
.rt-text h3{
    color: white;
    text-wrap: nowrap;
    margin-right: 30px;
    font-size: 22px;
    margin-bottom: 0;
}
.cnt-btn{
    padding: 9px 9px 9px 50px;
    background-color: #013542;
    display: flex;
    align-items: center;
    border-radius: 60px;
    
}
.cnt-btn i{
    font-size: 37px;
    color:#013542;
    padding:  16px 21px;
    background-color: #F5C8A3;
    border-radius: 50%;
    transform: rotate(90deg);
    transition-duration: 0.3s;
    
}
.cnt-btn:hover i{
    transform: rotate(45deg);
    
    

}
.foot-log img{
     width: 290px;
}
td{
    padding: 2px 40px;
    font-family: ClashGrotesk-Regular;
    font-size: 21px;
}
.scnd-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
   
}
.tabl{
    display: flex;
    justify-content: end;
}
td i{
    margin-right: 20px;
}

/* ==============================about======================================= */

.bg-clr{
    width: 100%;
    height: 750px;
    background-color: #013542;
    margin-bottom: 340px;
}
.abt-mn-txt h1{
    font-size: 50px;
    color: #F5C8A3;
    font-family: Megafield-Regular;
    line-height: 68px;
   
    margin-bottom: 80px;
    margin-top: 0px;
}
.abt-mn-txt{
    width: 1200px;
    height: 500px;
    position: relative;
    top: 220px;
    /* position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center; 
}
.mn-img img{
    width: 100%;
}
.cunt-1 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.cunt-texts{
    text-align: center;
}
.cunt-texts p{
    color: black;
    font-size: 23px;
    font-family: ClashGrotesk-Regular;
}
.cunt-1 h1{
    font-size: 70px;
}
.cunts{
    display: flex;
    justify-content: space-evenly;
    font-family: ClashGrotesk-medium;
    color: #013542;
}
.all-txt .p{
    color: #000000;
    text-align: center;
    font-family: ClashGrotesk-Regular;
    margin-top: 50px;
    font-size: 23px;   
}
.Choose-bx{
    text-align: start;
    padding:  20px 30px;
}
.abt-chs-sec{
    padding-top: 120px;
}
.Choose-bx img{
    width: 80px;
    background-color: #013542;
    padding: 12px;
    border-radius: 10px;
}
.Choose-bx h4{
    margin-bottom: 20px;
    font-size: 26px;
}
.abt-chs-sec{
    margin-bottom: 130px;
}
.team-sec{
    height: 100%;
    background-color: #f8f8f8;
    padding: 100px 0;
}
.tm-txts{
    display: flex;
    justify-content: center;
    text-align: center;   
}
.tm-txts p{
    color: #000000;
    font-size: 23px;
    max-width: 600px;
    margin-top: 20px;
}
.tm-txts h1{
    font-size: 47px;
}
.txts{
    padding-bottom: 50px;
}
.tm-img-sec{
    height: 100%;
    
}
.tm-img-sec img{
    width: 100%;
    border-radius: 15px;   
}
.tm-1{
    position: relative;
}
.tm-1 h3 {
    position: absolute;
    bottom: 0;
    transform: translate(19%, -20px);
    color: white;
}
.bt-img{
    height: 100%;
    width: 100%;
    position: relative;   
}
.bt-img img{
    width: 100%;   
}
.hvr-img{
    width: 600px;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
    justify-content: center;
}
.hvr-img img{
    width: 100%;
}
.bt-img h1{
    font-family: Megafield-Regular;
    color: #F5C8A3;
    line-height: 70px;
    width: 100%;
    padding: 0 110px;
    margin-bottom: 20px;   
}
.bt-img p{
    padding: 0 68px;
    font-size: 25px;   
}
.bt-im-txt{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    text-align: center; 
    justify-content: center;
    align-items: center;
}


/* ============================products=================== */

.prdct-bg-clr{

        width: 100%;
        height: 465px;
        background-color: #013542;
    }
    .prdct-text{
        height: 335px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .prdct-text h1{
        font-family: Megafield-Regular;
        color: #F5C8A3;
        max-width: 800px;
        line-height: 80px;
        font-size: 45px;
        margin-bottom: 100px;
    }
    .prdct-sec{
        height: 100%;
        margin-top: 60px;
        margin-bottom: 150px;
    }   
    .imges img{
        height: 78%;
        width: 100%;
        border-radius: 5px;
    }
    .img-1 {
        height: 433px;
        border: 1px solid rgb(189, 189, 189);
        padding: 12px 12px 30px 12px;
        border-radius: 10px;
        width: 100%;
        margin-top: 20px;
    }
   .img-1 p{
    font-family: ClashGrotesk-Regular;
    color: #000000;
    margin-top: 20px;
   }
   .img-1 .bt-p{
    font-family: ClashGrotesk-Light;
    margin-bottom: -10px;
    margin-top: -10px;
   }
   .imges{
    padding-top: 20px;
   }
/* =========================contact==================================== */

.cnct-bg-clr {
    width: 100%;
    height: 430px;
    background-color: #013542;
}
.cntct-lft{
    padding-left: 100px;
}
.cntct-rt{
    padding-left: 120px;
    
}
.inpt-bx {
    padding-left: 120px;
    padding-right: 100px;
}
.inpt-bx input{
    width: 100%;
    height: 50px;
    border: 2px solid rgb(196, 196, 196);
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000000;
}

.inpt-bx input::placeholder{
    color:#013542;

}

.msg-bx::placeholder{
    color:#013542;

}

.msg-bx{
    width: 100%;
    min-height: 100px;
    padding-left: 20px;  
    margin-bottom: 25px; 
    border: 2px solid rgb(196, 196, 196);
    border-radius: 5px;
    padding-top: 10px;
}
.cntct-lft h1{
    font-family: Megafield-Regular;
    font-size: 30px;
    color: #013542;
    padding-bottom: 50px;

}
.cntct-rt h1{
    font-family: Megafield-Regular;
    font-size: 30px;
    color: #013542;
    padding-bottom: 50px;

}
.ico-txt{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.txt-1 p {
    color: #000000;
    font-family: ClashGrotesk-Regular;
    margin-bottom: 0px;
    max-width: 260px;
    line-height: 38px;
    font-size: 22px;
}
.txt-1 a{
    text-decoration: none;
}
.txt-1 .ap:hover{
    color: #F5C8A3;
}
.icon{
    width: 96px;
    height: 96px;
    margin-right: 50px;
}
.icon img{
    border-radius: 17px;
    height: 100%;
    background-color: #013542;
    padding: 25px 28px;
}
.cont-sec{
    margin-top: 150px;
    margin-bottom: 110px;
}
.inpt-bx .sb-btn{
    font-family: ClashGrotesk-Regular;
    font-size: 22px;
    background-color: #013542;
    color: #F5C8A3;
    height: 60px;
    padding-left: 0px;
    border-radius: 10px;
}
.map-sec{
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    
}
.map{
    width: 1000px;
    height: 450px;
}


.mb-footer{
    height: 100%;
    width: 100%;
    background-color: #fff5ed;
    margin-top: 0px;
    padding-bottom: 10px;
    display: none;
    padding-top: 30px;
    background-image: url(images/patern-full.png);
    background-size: cover;
    background-position: 50%;
}
.cprt p{
    color: #000000;
    font-size: 18px;
    font-family: ClashGrotesk-Regular;
}
.cprt a{
    text-decoration: none;
    color: #013542;
}
.cprt a:hover{
    color: #013542;
}
.cprt span{
    color: #013542;

}
.cprt{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.mb-cprt p{
    font-size: 12px;
}
.mb-logo img{
    width: 150px;
}
.mb-logo{
    width: 150px;  
    display: flex;
    justify-content:start;    
    height: 100%;
}
.mb-footer table{
    margin-top: 10px;
    text-align: start;

}

.mb-footer table .hdng{
    padding-left: 23px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 17px;
}





/* ==========================responsive================================== */


@media screen and (min-width:1460px){
    .container-1 {
        max-width: 1238px;
    }
    .container-4 {
        max-width: 1305px;
    }
    .frst-box {
        margin-right: -15px;
        min-width: 245px;
        height: 100%;
    }
    .main-text {
        width: 100%;
        padding: 104px;
        display: flex;
        justify-content: center;
    }
    .hvr-img {
        width: 600px;
        position: absolute;
        bottom: -21%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        justify-content: center;
    }
    .pst-img-siz{
        height: 705px;
        width: 1253px;
    }
    
}

@media screen and (max-width:1460px){
     
    .container-3 {
        padding: 0 120px;
    }
    .container-1 {
        max-width: 1238px;
    }
    .rt-bx {
        margin-left: 20px;
    }    
    /* ===================abt========== */
    .main-text{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .main-text {
        width: 100%;
        padding: 104px;
        display: flex;
        justify-content: center;
    }
    .hvr-img {
        width: 550px;
        position: absolute;
        bottom: -31%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        justify-content: center;
    }
    .bt-im-txt {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
     .img-1 {
        height: 433px;
        border: 1px solid rgb(189, 189, 189);
        padding: 12px 12px 30px 12px;
        border-radius: 10px;
        width: 100%;
        margin-top: 20px;
    }
    .container-4 {
        max-width: 1305px;
    }
    .bt-img h1 {
        font-family: Megafield-Regular;
        color: #F5C8A3;
        line-height: 70px;
        width: 100%;
        padding: 0px 41px;
        margin-bottom: 20px;
    }   
}
@media screen and (max-width:1300px){
    .pst-img-siz {
        height: 621px;
        width: 1148px;
    }
    .container-1 {
        max-width: 1140px;
    }
    .rt-bx {
        width: 258px;
    }
    .img-1 p {

        font-size: 18px;
    }
    .img-1 {
        height: 350px;
        border: 1px solid rgb(189, 189, 189);
        padding: 12px 12px 30px 12px;
        border-radius: 10px;
        width: 100%;
        margin-top: 20px;
    }
    .prdct-sec {
        height: 100%;
        margin-top: 60px;
        margin-bottom: 77px;
    }
    .prdct-text h1 {
        font-family: Megafield-Regular;
        color: #F5C8A3;
        max-width: 800px;
        line-height: 80px;
        font-size: 38px;
        margin-bottom: 100px;
        max-width: 613px;
    }
    .prdct-bg-clr {
        height: 428px;
    }
    .txt-1 p {
        color: #000000;
        font-family: ClashGrotesk-Regular;
        margin-bottom: 0px;
        max-width: 260px;
        line-height: 38px;
        font-size: 19px;
    }
    .bt-img h1 {
        line-height: 49px;
        width: 100%;
        padding: 0 64px;
        margin-bottom: 20px;
        font-size: 30px;
    }  
}

@media screen and (max-width:1200px){
    .pst-img-siz {
        height: 564px;
        width: 1040px;
    }
    .comnt-bx{
        min-height: 483px;   
    }
   
    .num{
        display: none; 
        position: absolute;
        color: #ffffff;
        z-index: 2222222;
        top: 17px;
        margin-left: 30px;  
        display: none;    
    }
    .num h5{
        font-size: 14px;
    }
    .whts-icon:hover i{
        border-radius: 8px;
        cursor: pointer;
        padding: 8px 130px 8px 10px;       
    }
    .whts-icon:hover i + .num{
        display: block;       
    }
    .container-whts i{
        position: relative;
        right: 25px;
        padding: 8px 9.5px;
        font-size: 30px;
    }
    .container-whts{
        position: sticky;
        top: 85vh;
        z-index: 22222;
    }   
    .container-1 {
        max-width: 1030px;
    }
    .frst-box {
        min-width: 245px;
        height: 100%;
    }
    .img-sec-1 {
        margin-top: 50px;
        height: 510px;
        margin-bottom: 100px;
    }
    .do-sec-txt {
        justify-content: right;
    }
    .rt-txt-sec p {
        max-width: 531px;
    }
    .frst-box {
        min-width: 214px;
        height: 86%;
    }
    .rt-bx {
        height: 188px;
        width: 220px;
    }
    .cmt-bx1 {
        padding: 2px 20px;
    }
    .Choose-bx{
        text-align: start;
        padding:  20px 30px;
    }
    .cmt-bx1 p {
        color: #000000;
        font-size: 18px;
    }
    .main-text h1 {
        font-size: 71px;
        margin-bottom: 44px;
        margin-top: 34px;
    }
    .abt-mn-txt h1 {
        font-size: 42px;
        color: #F5C8A3;
        font-family: Megafield-Regular;
        line-height: 68px;
        margin-bottom: 80px;
        margin-top: 0px;
    }
    .img-1 {
        height: 320px;
        border: 1px solid rgb(189, 189, 189);
        padding: 12px 12px 30px 12px;
        border-radius: 10px;
        width: 100%;
        margin-top: 20px;
    }
    .img-1 p {
        font-size: 14px;
    }
    .cntct-lft {
        padding-left: 31px;
    }
    .map-sec {
        display: flex;
        justify-content: center;
        margin-bottom: 79px;
    }
    .bt-img p {
        padding: 0 68px;
        font-size: 20px;
    }  
    .pst-img-sec {
        margin-top: 30px;
    }
}

@media screen and (max-width:1150px){
    .pst-img-siz {
        height: 555px;
        width: 936px;
    }
    .container-1 {
        max-width: 985px;
    }
    .cntct-lft {
        padding-left: 82px;
    }
    .img-sec-1 {
        margin-top: 50px;
        height: 450px;
        margin-bottom: 100px;
    }
    .lft-sd p {
        color: white;
        font-size: 18px;
        line-height: 22px;
    }
    .btns {
        margin-top: 25px;
    }

    .do-sec-txt {
        justify-content: right;
    }
    .rt-txt-sec p {
        max-width: 531px;
    }
    .pst-sec {
        height: 100%;
        padding: 91px 0;
    }
    .pages ul {
        padding: 15px 0px;
    }
    .pages ul li a {
        margin: 0 20px;
    }
    .do-sec {
        margin-top: 70px;
    }
    .pst-sec {
        margin-top: 0px;
    }
    .lft-text h1 {
        line-height: 61px;
        font-size: 36px;
    }
    .cnt-btn {
        padding: 4px 4px 4px 31px
    }
    .scnd-row {
        padding-top: 0px;
    }
    .foot-log img {
        width: 194px;
    }
    .cnt-btn i {
        padding: 12px 17px
    }
    .rt-text h3 {
        font-size: 20px;
    }
    .cmt-bx1 {
        padding: 3px 10px;
    }
    .Choose-bx{
        text-align: start;
        padding:  20px 30px;
    }
    /* .carousel .card {
        height: 330px;
    } */
    /* =====================abt=============== */
    .bg-clr {
        width: 100%;
        height: 520px;
        background-color: #013542;
        margin-bottom: 400px;
    }
    .abt-mn-txt {
        position: relative;
        top: 102px;
    }
    .abt-mn-txt h1 {
        font-size: 34px;
        margin-bottom: 42px;
        margin-top: 34px;
        line-height: 50px;
    }
    .bg-clr {
        margin-bottom: 200px;
    }
    .cunt-1 h1 {
        font-size: 55px;
    }
    .all-txt .p {
        margin-top: 45px;
        font-size: 19px;
    }
    .hp-cstmrs-sec {
        height: 100%;
        padding-top: 51px;
    }
    .Choose-bx img {
        width: 62px;
    }
    .Choose-bx {
        padding: 21px 17px 0 17px;
    }
    .hp-cstmrs-sec {
        height: 100%;
        padding-top: 80px;
    }
    .abt-chs-sec {
        margin-bottom: 72px;
    }
    .team-sec {
        padding: 53px 0;
    }
    .bt-im-txt {
        position: absolute;
        bottom: 24%;
        left: 0;
        transform: translate(0, 0);
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .hvr-img {
        width: 400px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -12%);
        text-align: center;
        justify-content: center;
    }
    .bt-img p {
        padding: 0 256px;
        font-size: 19px;
    }
    .hvr-img {
        position: absolute;
        bottom: 2%;
        left: 50%;
    }
    .bt-img h1 {
        line-height: 49px;
        width: 100%;
        padding: 0 228px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .tm-txts h1 {
        font-size: 39px;
    }
    .tm-txts p {
        font-size: 19px;
        max-width: 480px;
    }   
    .tm-1 h3 {
        font-size: 18px;
    }
    /* ================prdct========== */
    .img-1 {
        height: 290px;
        border: 1px solid rgb(189, 189, 189);
        padding: 12px 12px 30px 12px;
        border-radius: 10px;
        width: 100%;
        margin-top: 20px;
    }
    .prdct-text h1 {
        font-family: Megafield-Regular;
        color: #F5C8A3;
        max-width: 800px;
        line-height: 50px;
        font-size: 33px;
        margin-bottom: 196px;
        max-width: 613px;
    }
    .prdct-bg-clr {
        height: 373px;
    }
    /* =============cnct============= */
    .cnct-bg-clr {
        width: 100%;
        height: 350px;
        background-color: #013542;
    }
    .cntct-lft {
        padding-left: 18px;
    }
    .icon {
        width: 43px;
        height: 62px;
        margin-right: 50px;
    }
    .icon img {
        border-radius: 12px;
        height: 100%;
        background-color: #013542;
        padding: 17px 20px;
    }
    .inpt-bx {
        padding-left: 45px;
        padding-right: 0px;
    }
    .cntct-lft h1 {
        font-size: 25px;
    }
    .cntct-rt h1 {
        font-size: 25px;
    }
    .cntct-rt {
        padding-left: 45px;
    }
    .map{
        width: 800px;
        height: 350px;
    }
    .cmt-bx1 h4{
        font-size: 20px;
    }  
}

@media screen and (max-width:1040px){
    .pst-img-siz {
        height: 486px;
        width: 921px;
    }
    .container-3 {
        padding: 0 75px;
    }
    .container-1 {
        max-width: 920px;
    }
    .img-sec-1 {
        margin-top: 50px;
        height: 431px;
        margin-bottom: 100px;
    }
    .main-text h5 {
        letter-spacing: 13px;
        font-size: 17px;
    }
    .abt-text-sec h2 {
        font-family: Megafield-Regular;
        font-size: 17px;
        max-width: 810px;
        line-height: 40px;
    }
    .abt-text-sec {
        margin-top: 35px;
        margin-bottom: 75px;
    }
    
    .frst-box {
        min-width: 214px;
        height: 86%;
    }
    .rt-bx {
        height: 188px;
        width: 220px;
    }
    .ad-sec-1 h2 {
        font-family: Megafield-Regular;
        color: #000000;
        line-height: 54px;
        font-size: 32px;
    }
    .ad-sec-1 p {
        margin-top: 25px;
    }
    .lft-txt-sec h1 {
        margin-right: 50px;
        font-size: 38px;
    }
    .rt-txt-sec p {
        max-width: 531px;
    }
    .do-sec-txt {
        justify-content: right;
    }
    .cmt-bx1 p {
        color: #000000;
        font-size: 17px;
    }
    .cmt-bx1 {
        padding: 3px 10px;
    }
    .Choose-bx{
        text-align: start;
        padding:  20px 30px;
    }
    .abt-text-sec span {
        font-size: 32px;
    }
    .pst-sec {
        height: 100%;
        padding: 91px 0;
    }
    .cmt-bx1 h4{
        font-size: 20px;
    }
    .wrapper {
        width: 100%;
        position: relative;
        padding: 0 55px;
    }

    .pagination {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    /* .wrapper i:first-child {
        left: 5px;
    }
    .wrapper i:last-child {
        right: -4px;
    } */
    /* .carousel .card {
        height: 300px;
    } */
    .wrapper i {
        height: 40px;
        width: 40px;
        line-height: 41px;
    }
    /* ===============abt=========== */
    .abt-mn-txt {
        width: 100%;
        height: 282px;
    }
    /* ===============cnct============== */
    .txt-1 p {
        color: #000000;
        font-family: ClashGrotesk-Regular;
        margin-bottom: 0px;
        max-width: 326px;
        line-height: 30px;
        font-size: 18px;
    }    
}

@media screen and (max-width:1000px){
    .pst-img-siz {
        height: 483px;
        width: 866px;
    }
    .container-1 {
        max-width: 850px;
    }
    .rt-txt-sec p {
        max-width: 487px;
    }
    .rt-str {
        width: 150px;
        position: relative;
        margin-bottom: 18px;
    }
    .lft-sd h2 {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:900px){
    .pst-img {
        margin-bottom: 13px;
    }
    
    .pst-img img {
        
        border-radius: 27px;

    }
    .pst-img-siz {
        height: 389px;
        width: 737px;
    }
    .pst-img {

        border-radius: 27px;
    }
    .frst-box {
        min-width: 185px;
        height: 100%;
    }
    .rt-bx {
        height: 155px;
        width: 185px;
    }
    .im-tx img {
        height: 56px;
        width: 56px;
    }
    .im-tx p {
        font-size: 16px;
    }
    .ad-sec-1 p {
        margin-top: 12px;
        padding-right: 30px;
        font-size: 15px;
    }
    .ad-sec-1 h2 {
        line-height: 35px;
        font-size: 20px;
    }
    .container-1 {
        max-width: 720px;
    }
    .ad-sec {
        height: 350px;
    }
    .text-sec {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }
    .rt-txt-sec p {
        max-width: 359px;
    }
    td {
        padding: 2px 23px;
        font-family: ClashGrotesk-Regular;
        font-size: 17px;
    }
    .dsk-foot-txt a{
        font-size: 17px;
    }
   
    .foot-log img {
        width: 161px;
    }
    .lft-text h1 {
        line-height: 49px;
        font-size: 25px;
    }
    .rt-text h3 {
        font-size: 18px;
    }
    .cnt-btn i {
        padding: 8px 13px;
    }
    .rt-text h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .lft-sd h2 {
        font-family: Megafield-Regular;
        color: #F5C8A3;
        line-height: 44px;
        font-size: 27px;
        margin-bottom: 15px;
    }
    .lft-sd p {
        font-size: 15px;
        line-height: 20px;
    }
    .btns button {
        font-size: 18px;
    }
    .container-3 {
        padding: 0 27px;
    }
    .img-sec-1 {
        height: 363px;
    }
    .footer {
        width: 100%;
        height: 100%;
        padding: 61px 0;
    }
    .main-text h1 {
        font-size: 69px;
    }
    .main-text h5 {
        letter-spacing: 9px;
    }
    .pages{
        display: none;
    }
    .mb-menu{
        display: block;
    }
    .ct-btn{
        display: none;
    }
    .header{
        height: 150px;
    }
    .cmt-bx1 {
        padding: 22px 12px;
    }
    .cmt-bx1 {
        padding: 2px 12px;
    }
    .cmt-bx1 h4{
        font-size: 18px;

    }
    .Choose-bx{
        text-align: start;
        padding:  20px 30px;
    }
    .cmt-bx1 p {
        font-size: 15px;
    }
    .rt-str {
        width: 137px;
        position: relative;
        margin-bottom: 16px;
    }
    /* ===============abt================= */
    .abt-mn-txt h1 {
        font-size: 31px;
        margin-bottom: 42px;
        margin-top: 34px;
        line-height: 50px;
    }
    .main-text {
        width: 100%;
        padding: 72px;
    }
    .cunt-1 h1 {
        font-size: 46px;
    }
    .bg-clr {
        margin-bottom: 128px;
    }
    .bt-img p {
        padding: 0 159px;
        font-size: 19px;
    }
    .bt-img h1 {
        padding: 0 166px;

    }
    .bt-im-txt {
        position: absolute;
        bottom: 8%;
    }
    .hvr-img {
        position: absolute;
        bottom: -4%;
        width: 335px;
        left: 50%;
    }
    .hp-cstmrs-sec {
        height: 100%;
        padding-top: 46px;
    }
    .bg-clr {
        width: 100%;
        height: 486px;
    }
    .bg-clr {
        margin-bottom: 156px;
    }
    .cmt-sec {
        padding-top: 52px;
    }
    /* =================prdct====== */
    .prdct-text h1 {
        font-family: Megafield-Regular;
        color: #F5C8A3;
        max-width: 465px;
        line-height: 50px;
        font-size: 28px;
        margin-bottom: 196px;
    }
    .prdct-bg-clr {
        height: 303px;
    }
    /* ==================cnct=============== */
    .map {
        width: 700px;
        height: 350px;
    }
    .inpt-bx input {
        width: 100%;
        height: 39px;
        border: 2px solid rgb(196, 196, 196);
        border-radius: 5px;
        padding-left: 20px;
        margin-bottom: 12px;
        color: #000000;
    }
    .cntct-lft h1 {
        font-size: 22px;
    }
    .cntct-rt h1 {
        font-size: 22px;
    }
    .inpt-bx .sb-btn {
        font-family: ClashGrotesk-Regular;
        font-size: 19px;
        background-color: #013542;
        color: #F5C8A3;
        height: 45px;
        padding-left: 0px;
        border-radius: 10px;
    }
    .cont-sec {
        margin-top: 66px;
        margin-bottom: 83px;
    }  
    .wrapper .carousel{
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 2) - 6px);
        gap: 6px;

    } 
}

@media screen and (max-width:800px){
    
    .container-whts{
        position: sticky;
        top: 85vh;
        z-index: 22222;
    }
    .container-1 {
        max-width: 695px;
    }
    .frst-box {
        min-width: 155px;
        height: 100%;
    }
    .rt-bx {
        height: 135px;
        width: 155px;
    }
    .im-tx img {
        height: 50px;
        width: 50px;
    }
    .ad-sec {
        height: 306px;
    }
    .ad-sec-1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ad-sec {
        height: 100%;
    }
    .lft-txt-sec h1 {
        margin-right: 50px;
        font-size: 27px;
    }
    .do-sec-txt {
        margin-bottom: 10px;
    }
    .rt-txt-sec p {
        max-width: 409px;
    }  
    .pst-img img {
        border-radius: 20px;
    }
    .lft-text h1 {
        line-height: 49px;
        font-size: 25px;
    }
    .scnd-row {
        padding-top: 35px;
    }
    .abt-text-sec h2 {
        font-family: Megafield-Regular;
        font-size: 15px;
        max-width: 624px;
        line-height: 33px;
    }
    .abt-text-sec span {
        font-size: 30px;
    }
    .pst-img-sec {
        height: 100%;
        margin-top: 12px;
    }
    .tm-1 h3 {
        position: absolute;
        transform: translate(19%, -3px);
    }
    .cntct-lft h1 {
        font-size: 19px;
    }
    .cntct-rt h1 {
        font-size: 19px;
    }
    .container-5{
        max-width: 660px;
    }
    .txt-1 p {
        min-width: 188px;
    }
    .inpt-bx {
        padding-left: 55px;
    }
    .cntct-rt {
        padding-left: 55px;
    }
    .cnct-bg-clr {
        height: 300px;
    }
    .txt-1 p {
        color: #000000;
        font-family: ClashGrotesk-Regular;
        margin-bottom: 0px;
        max-width: 247px;
    }
    .txt-1 p {
        font-size: 17px;
    }
    .wrapper {
        width: 100%;
        position: relative;
        padding: 0 34px;
    }
    .wrapper i {
        background-color: transparent;       
    }
    .cmnt-fl-sec {
        height: 100%;
        padding: 54px 0 0 0;
    }
    .pst-sec {
        margin-top: 20px;
    }
    .wrapper i:first-child {
        left: -12px;
    }
    .wrapper i:last-child {
        right: -12px;
    } 
    .comnt-bx {
        min-height: 390px;   
    }
    .rcnt-up {
        margin-top: 30px;
    }

     
}

@media screen and (max-width:767px){
    
    .pst-img-siz {
        height: 362px;
        width: 619px;
    }
    .comnt-bx {
        min-height: 403px;   
    }
    
    .rt-sd {
        height: 350px;
    }
    .img-sec-1 {
        height: 100%;
    }
    .lft-sd {
        height: 100%;
        padding: 26px 0;
    }
    .lft-sd p {
        color: white;
        font-size: 15px;
        line-height: 20px;
    }
    .back-chang.active::before {
        bottom: -3px;
    }
    .btns button {
        font-size: 17px;
    }
    .container-1 {
        max-width: 600px;
    }
    .container-2{
        max-width: 600px;
    }
    .img-sec-1 {
        margin-bottom: 56px;
    }
    .abt-text-sec h2 {
        font-family: Megafield-Regular;
        font-size: 14px;
        max-width: 624px;
        line-height: 29px;
    }
    .abt-text-sec span {
        font-size: 26px;
    }
    .cntct-lft h1 {
        font-size: 19px;
    }
    .cntct-rt h1 {
        font-size: 19px;
        margin-top: 20px;
    }
    .container-5 {
        max-width: 455px;
    }
    .inpt-bx {
        padding-left: 65px;
    }
    .cntct-rt {
        padding-left: 65px;
    }
    .map{
        width: 550px;
        height: 400px;
    }
    /* .cont-sec {
        margin-top: 61px;
        margin-bottom: 60px;
    } */
    .cntct-lft {
        padding-left: 65px;
    }
    .foot-container{
        max-width: 632px;
    }
    .bt-img p {
        padding: 0px 123px;
        font-size: 16px;
    }
    .bt-img h1 {
        padding: 0 141px;
        font-size: 23px;
        line-height: 37px;
    }
    .rt-txt-sec p {
        max-width: 334px;
    }
    .rcnt-sld img {
        height: 280px;
    }
    .rcnt-sld i {
        font-size: 19px;
    }
    .rcnt-sld .fa-solid {
        padding: 11px 14px;
    }

}
@media screen and (max-width:680px){
    
    .pst-img-siz {
        height: 305px;
        width: 567px;
    }
    .container-2{
        max-width: 280px;
    }   
    .container-1 {
        max-width: 550px;
    }
    .main-text {
        width: 100%;
        padding: 30px;
    }
    .abt-mn-txt h1 {
        font-size: 26px;
        margin-bottom: 42px;
        margin-top: 34px;
        line-height: 50px;
    }
    .map{
        width: 450px;
        height: 300px;
    }
    .foot-log img {
        width: 132px;
    }
    .lft-text h1 {
        line-height: 43px;
        font-size: 21px;
    }
    .cnt-btn i {
        padding: 4px 9px;
    }
    .cnt-btn {
        padding: 4px 4px 4px 16px;
    }
    .dsk-foot-txt td{
        padding: 2px 16px;
    }
    .rt-txt-sec p {
        max-width: 280px;
    }
}
@media screen and (max-width:600px){
    
    .pst-img-siz {
        height: 278px;
        width: 501px;
    }
    .container-2{
        max-width: 280px;
    } 
    .comnt-bx{
        min-height: 440px;   
    }  
    .container-1 {
        max-width: 500px;
    }
    .hvr-img {
        position: absolute;
        bottom: -4%;
        width: 260px;
        left: 50%;
    }
    .rt-str {
        width: 128px;
        position: relative;
        margin-bottom: 30px;
    }
    .num{
        display: none; 
    }
    .num h5{
        font-size: 0px;
    }
    .whts-icon:hover i{
        border-radius: 50%;
        cursor: pointer;
        padding: 8px 9px 8px 9px;       
    }
    .whts-icon:hover i + .num{
        display: none;        
    }
    .container-whts i{
        position: absolute;
        right: 10px;
        padding: 8px 9.5px;
        font-size: 30px;
    } 
    .rt-txt-sec p {
        max-width: 200px;
    }  
    
}


@media screen and (max-width:575.5px){
   
    .tm-img-sec img {
        width: 255px;
        border-radius: 15px;
        height: 100%;
    }
    .comnt-bx {
        min-height: 593px;   
    }  
    .tm-img-sec {
        height: 100%;
        text-align: center;
        gap: 20px;
    }
    .tm-1 h3 {
        position: absolute;
        bottom: 0;
        transform: translate(200%, -20px);
    }    
    .bt-img p {
        padding: 0 30px;
        font-size: 14px;
    }
    .bt-im-txt {
        position: absolute;
        bottom: 0;
    }
    .bt-img h1 {
        line-height: 27px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
        padding: 0 78px;
    }
    .hvr-img {
        position: absolute;
        bottom: -4%;
        width: 182px;
        left: 50%;
    }
    .container-4{
        max-width: 280px;
    }
    .wrapper .carousel{
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 1));
    }
    .comnt-bx {
        padding: 22px 34px;
    }
    .wrapper i{
        display: block;
    }
    .pst-sec{
        display: none;
    }
    .mb-imgs{
        display: block;
    }
}
@media screen and (max-width:560px) {
        .comnt-bx {
            min-height: 394px;
        } 
    
}

@media screen and (max-width:525px){
    

    .main-text h1 {
        margin-top: 153px;
    }
    .sideline {
        display: none;
    }
    .do-sec-txt {
        display: block;
        text-align: center;
    }
    .lft-txt-sec {
        display: flex;
        justify-content: center;
    }
    .container-1 {
        max-width: 360px;
    }    
    .rt-txt-sec p {
        max-width: 100%;
        font-size: 15px;
    }    
    .lft-txt-sec h1 {
        margin-right: 0;
        font-size: 24px;
    }
    .do-sec {
        padding: 57px 0;
    }
    /* .pst-sec{
        display: none;
    } */
    .cmt-bx3{
        display: none;
    }
    .cmt-bx2{
        display: none;
    }
    .footer{
        display: none;
    }
    .mb-footer{
        display: block;
    }
    .cmt-sec{
        display: none;
    }
    .cmt-bx4{
        display: block;        
    }
    .mb-imgs{
        display: block;
    }
    
    .hbc-txt h4 {
        font-size: 15px;
        text-wrap: nowrap;
        letter-spacing: 4px;
        white-space: nowrap;
        min-width: 100%;
    }
    .abt-text {
        padding: 0 22px;
    }
    .container{
        max-width: 300px;
        margin-top: -50px;

    }
    .hp-cstmrs-sec {
        height: 100%;
        padding-top: 58px;
    }
    .main-text h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .main-text h5 {
        letter-spacing: 8px;
        font-family: ClashGrotesk-Light;
        font-size: 15px;
    }
    .rt-sd {
        height: 350px;
    }
    .img-sec-1 {
        height: 100%;
    }
    .lft-sd {
        height: 100%;
        padding: 26px 0;
    }
    .lft-sd p {
        color: white;
        font-size: 14px;
        line-height: 18px;
    }
    .back-chang.active::before {
        bottom: -3px;
    }
    .btns button {
        font-size: 17px;
    }
    .abt-row {
        padding-top: 45px;
    }
    .lft-sd h2 {
        line-height: 34px;
        font-size: 21px;
        margin-bottom: 8px;
    }
    .btns {
        margin-top: 16px;
    }
    .abt-text-sec {
        margin-top: 35px;
        margin-bottom: 34px;
    }
    .text-sec {
        padding-top: 0px;
    }
    .cmt-bx1 h4 {
        font-size: 15px;
        
    }
    .logo img {
        width: 81px;
    }
    .header {
        height: 100px;
    }
    .rt-str {
        width: 150px;
        position: relative;
        margin-bottom: 17px;
    }
    .hp-cstmr-text h4 {
        font-size: 15px;
        letter-spacing: 3px;
        white-space: nowrap;
        min-width: 100%;
    }
    .cprt p {       
        text-align: center;
    }
    .cprt p a{
        font-size: 14px;

    }
    .rcnt-up {
        margin-top: 77px;
        margin-bottom: 50px;
    }
   

    /* =====================abt================== */
    .main-text {
        width: 100%;
        padding: 0px;
    }
    .abt-mn-txt h1 {
        font-size: 23px;
        margin-bottom: 29px;
        margin-top: -91px;
        line-height: 39px;
    }
    .bg-clr {
        width: 100%;
        height: 352px;
    }
    .cmt-sec {
        height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 31px;
        gap: 20px;
    }
    .cunt-1 h1 {
        font-size: 23px;
    }
    .cunt-texts p {
        font-size: 14px;
    }
    .bg-clr {
        margin-bottom: 117px;
    }
    .all-txt .p {
        margin-top: 22px;
    }
    .all-txt .p {
        margin-top: 25px;
        font-size: 14px;
    }
    .hp-cstmrs-sec {
        height: 100%;
        padding-top: 30px;
    }
    .Choose-bx {
        display: block;
    }
    .Choose-bx {
        text-align: center;
    }
    .tm-img-sec img {
        width: 255px;
        border-radius: 15px;
        height: 100%;
    }
    .tm-img-sec {
        height: 100%;
        text-align: center;
    }
    .tm-1 h3 {
        position: absolute;
        bottom: 0;
        transform: translate(100%, -20px);
    }
    .tm-txts h1 {
        font-size: 33px;
    }
    .tm-txts p {
        font-size: 16px;
        max-width: 480px;
    }
    .txts {
        padding-bottom: 18px;
    }
    .container-6 {
        padding: 0 24px;
    }
    .hp-cstmr-text h4 {
        padding: 0 15px;
        white-space: nowrap;
        min-width: 100%;
    }

    /* =====================prdct=================== */

    .container-4{
        max-width: 350px;
    }
    .prdct-text h1 {
        font-family: Megafield-Regular;
        color: #F5C8A3;
        max-width: 465px;
        line-height: 40px;
        font-size: 20px;
        margin-bottom: 196px;
    }
    .prdct-sec {
        height: 100%;
        margin-top: 8px;
        margin-bottom: 77px;
    }
    .prdct-bg-clr {
        height: 248px;
    }
    .img-1 {
        height: 410px;
    }
    .imges img {
        height: 79%;
        width: 100%;
        border-radius: 5px;
    }
    .img-1 {
        padding: 12px 12px 10px 12px;
    }
    .img-1 p {
        font-size: 16px;
    }

    /* ==========================cntct============== */

    .inpt-bx {
        padding-left: 7px;
        padding-right: 7px;
    }
    .cntct-lft {
        padding-left: 7px;
    }
    .txt-1 p {
        max-width: 227px;
    }
    .cntct-rt {
        padding-left: 7px;
    }
    .map{
        width: 300px;
        height: 300px;
    }
    .cnct-bg-clr {
        height: 230px;
    }
    .ico-txt {
        margin-bottom: 18px;
    }
    .icon {
        width: 43px;
        height: 56px;
    }
    .cntct-rt h1 {
        padding-bottom: 22px;
    }
    .wrapper i:first-child {
        left: -22px;
    }
    .wrapper i:last-child {
        right: -23px;
    }
     
    } 
   

@media screen and (max-width:500px){
    .comnt-bx {
        min-height: 418px;   
    } 
    .hbc-row {
        padding-bottom: 64px;
    }
}
@media screen and (max-width:480px){
    .container-1 {
        max-width: 354px;
    }
    .abt-mn-txt h1 {
        font-size: 21px;
    }
    .btns button {
        font-size: 15px;
    }
    .prdct-text h1 {
        font-size: 19px;
    }
    .comnt-bx {
        padding: 2px 14px;
    }
    .Choose-bx{
        padding: 30px 20px;
        
    }
    
    /* .carousel.dragging{
        scroll-behavior: auto;
    }
    .wrapper .carousel{
        scroll-behavior: auto;
    } */
    .carousel {
        padding: 0 0px;
        margin: 0;
        padding-right: 10px;
    }
    .cmnt-fl-sec {
        height: 100%;
        padding: 40px 0 0 0;
    }
    .hbc-row {
        padding-bottom: 40px;
    }
    .cntct-lft h1 {
        padding-bottom: 21px;
    }
}
@media screen and (max-width:380px){
    .container-1 {
    max-width: 297px;
    }
    .container-3 {
        padding: 0 10px;
    }
    .btns button {
        font-size: 15px;
    }
    .lft-sd h2 {
        line-height: 29px;
        font-size: 17px;
        margin-bottom: 8px;
    }
    .rt-sd {
        height: 273px;
    }
    .frst-box {
        min-width: 121px;
        height: 100%;
    }
    .rt-bx {
        height: 122px;
        width: 121px;
    }
    .ad-sec-1 h2 {
        line-height: 30px;
        font-size: 17px;
    }
    .main-text h1 {
        font-size: 37px;
        margin-bottom: 5px;
    }
    .hm .h1h{
        font-size: 40px;
    }
    .hp-cstmr-text h4 {
        padding: 0 7px;
        letter-spacing: 2px;
        font-size: 15px;
        white-space: nowrap;
        min-width: 100%;
    }
    .abt-text h4 {
        font-size: 15px;
        letter-spacing: 5px;
        text-wrap: nowrap;
        white-space: nowrap;
        min-width: 100%;
    }
    .abt-text-sec h2 {
        font-family: Megafield-Regular;
        font-size: 13px;
        max-width: 624px;
        line-height: 26px;
    }
    .rt-bx {
        height: 100px;
        width: 121px;
    }
    .bx-1 {
        margin-bottom: 13px;
    }
    .rt-bx {
        margin-left: 13px;
    }
    .im-tx img {
        height: 30px;
        width: 30px;
    }
    .im-tx p {
        font-size: 11px;
        margin-bottom: 0px;
    }
    .lft-txt-sec h1 {
        margin-right: 0;
        font-size: 24px;
    }
    .bt-img h1 {
        line-height: 23px;
        width: 100%;
        padding: 0 228px;
        margin-bottom: 5px;
        font-size: 14px;
        padding: 0 55px;
    }
    .bt-img p {
        padding: 0 20px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
    }
    .hvr-img {
        position: absolute;
        bottom: -4%;
        width: 163px;
        left: 50%;
    }
    .abt-chs-sec {
        margin-bottom: 43px;
    }
    .team-sec {
        padding: 30px 0;
    }
    .tm-txts h1 {
        font-size: 26px;
    }
    .main-text h1 {
        font-size: 19px;
        margin-bottom: 11px;
    }
    
    .bg-clr {
        width: 100%;
        height: 335px;
        margin-bottom: 88px;
    }
    .abt-mn-txt {
        position: relative;
        top: 88px;
    }
    .Choose-bx h4 {
        margin-bottom: 9px;
    }
    .Choose-bx p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .cunt-texts p {
        font-size: 11px;
    }
    .tm-1 h3 {
        position: absolute;
        bottom: 0;
        transform: translate(61%, -20px);
    }
    .logo img {
        width: 70px;
    }
    .container-4{
        max-width: 310px;
    }
    .prdct-text h1 {
        line-height: 33px;
        font-size: 16px;
    }
    .img-1 {
        height: 380px;
    }
    .imges img {
        height: 79%;
        width: 100%;
        border-radius: 5px;
    }
    .cprt p {
        font-size: 12px;
        max-width: 243px;
        text-wrap: wrap;
        text-align: center;
    }
    .mb-imgs img{
        width: 250px;
        height: 100%;
        margin-bottom: 20px;
        border-radius: 15px;
    }
    .wrapper i:first-child {
        left: -14px;
    }
    .wrapper i:last-child {
        right: -12px;
    } 
    .wrapper {
        padding: 0 5px;
    } 
    .wrapper #left {
        left: -27px;
    }
    .wrapper #right {
        right: -27px;
    }          
}    
@media screen and (max-width:330px){
   
    .container-1 {
    max-width: 270px;
    }
    .header {
        height: 95px;
    }
    .abt-text-sec {
        margin-top: 15px;
    }
    .lft-txt-sec h1 {
        font-size: 22px;
    }
    .bt-img h1 {
        line-height: 19px;
        width: 100%;
        padding: 0 228px;
        margin-bottom: 10px;
        font-size: 11px;
        padding: 0 55px;
    }
    .bt-img p {
        padding: 0 20px;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 13px;
    }
    .hvr-img {
        position: absolute;
        bottom: -6%;
        width: 138px;
        left: 50%;
    }
    .tm-1 h3 {
        position: absolute;
        bottom: 0;
        transform: translate(37%, -20px);
    }
    .main-text h1 {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .imges img {
        height: 78%;
        width: 100%;
        border-radius: 5px;
    }
    .img-1 {
        height: 337px;
    }
    .icon {
        margin-right: 31px;
    }
    .hm .h1h{
        font-size: 35px;
    }    
}        