* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../fontfamily/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Changa-Regular;
    src: url(../fontfamily/changa/Changa-Regular.ttf);
}

@font-face {
    font-family: HelveticaNowDisplay-Regular;
    src: url(../fontfamily/helvatica/HelveticaNowDisplay-Regular.ttf);
}
.row{
    margin: 0!important;
}
.col-md-9{
    padding: 0 !important;
}
.col-md-3{
    padding: 0 !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: Inter-Regular;
}

h1 {
    font-size: 75px;
    font-family: Changa-Regular;
    font-weight: 100;
    line-height: 90px;
}

h2 {
    font-size: 48px;
    font-family: Changa-Regular;
    font-weight: 100;
    line-height: 52px;
    text-transform: uppercase;

}


h3,
h4,
h5,
h6 {
    font-family: HelveticaNowDisplay-Regular;
}

h3 {
    font-size: 29px;
    font-weight: 600;
    position: relative;
    width: max-content;
    font-weight: 100;
}

h3::after {
    content: "";
    background-color: #000000;
    width: 65%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -8px;

}

p {
    font-family: Inter-Regular;
    font-size: 17px;
    line-height: 25px;
}

/* back to top button  */

.bk-tp-btn button {
    background-color: #0e5bb3;
    padding: 5px 9px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;

}

.bk-tp-btn {
    position: fixed;
    right: 20px;
    bottom: 8%;
    z-index: 22222;

}

/* back to top button close  */

/* icon animation  */

.srv-img-an {
    transform: translatey(0px);
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.mn-bg {
    width: 100%;
    height: 100vh;
    background-image: url(../images/mn-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/* header */
.fr-up{
    height: fit-content;
    overflow: hidden;
}
.fr-up2{
    height: fit-content;
    padding-bottom: 10px;
    overflow: hidden;
}
.fr-up{
    height: fit-content;
    padding-bottom: 20px;
    overflow: hidden;
}
.fr-und-ln::after{
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    margin-top: 3px;


    transition: all 0.3s ease-in-out;
}
.fr-und-ln{
    position: relative;
    transition: all 0.3s ease-in-out;

}
.fr-und-ln.active{
    color: #FF5C00;
    position: relative;
}
.fr-und-ln.active::after{
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #FF5C00;

}
.fr-und-ln:hover::after{
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #FF5C00;
    transition: all 0.3s ease-in-out;

}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
    width: 100%;
    padding: 28px 0;

}

.hd-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd-logo img {
    width: 150px;
}

.hd-nav ul {
    display: flex;
    align-items: center;
}

.hd-nav ul li {
    margin-left: 30px;
}

.hd-nav ul li a {
    color: #FFFFFF;
    font-size: 17px;
    font-family: Inter-Regular;

}

.nav-ct {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cts a img {
    width: 30px;
    margin-left: 15px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.952);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .menu-bar{
    display: none;
  }
  .menu-bar i{
    color: #FFFFFF;
  }
  .closebtn i{
    color: #FFFFFF;
    font-size: 30px;
  }

/* header close */

/* index */

.mn-content {
    margin-top: 250px;
}

.mn-content h1 {
    color: #FFFFFF;
    font-weight: 100;
    line-height: 90px;
    text-transform: uppercase;

}

.mn-content h1 span {
    color: #FF5C00;
    position: relative;
}

.mn-content h1 span::after {
    content: "";
    background-color: #FF5C00;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 26px;
}

.mn-content p {
    color: #FFFFFF;
    font-size: 18px;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.p-ct {
    padding: 10px 35px;
    border: #FFFFFF 1px solid;
    border-radius: 10px;
    width: max-content;
    cursor: pointer;
}

.p-ct:hover {
    border: #FF5C00 1px solid;
    color: #FF5C00;
    transition: all 0.2s ease-in-out;
}

.p2-ct {
    padding: 10px 35px;
    border: #FF5C00 2px solid;
    color: #FF5C00;
    border-radius: 10px;
    width: max-content;
    cursor: pointer;
    margin-top: 30px;
}

.p2-ct:hover {
    border: #000000 2px solid;
    color: #000000;
    transition: all 0.2s ease-in-out;
}

.frst {
    margin-top: 100px;
}

.fr-ptrn {
    position: absolute;
    z-index: -1;
}

.fr-ptrn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ovl-img {
    width: 800px;
    display: flex;
    margin-top: 100px;
}

.ovl2 {
    margin-left: -80px;
    margin-top: 120px;
}

.ovl-img img {
    width: 280px;
    height: 100%;
}

.ovl1 {
    margin-left: 60px;

}
.fst{
    margin-top: 100px;
}

.fst-rt {
    margin-left: 50px;
    padding-top: 50px;
}

.fst-rt h2 {
    margin-top: 30px;
}

.fst-rt .h3 {
    font-size: 18px;
}

.fst-rt .h4 {
    font-weight: 100;
    margin-top: 30px;
}

.fst-rt .h4 span {
    font-size: 50px;
    font-weight: 600;
}

.fst-rt p {
    margin-top: 15px;
}

.counts {
    display: flex;
    align-items: center;
    gap: 50px;
}

.see {
    margin-top: 30px !important;
    padding: 8px 35px;
    background-color: #000000;
    color: #FFFFFF;
    border: #000000 2px solid;
    width: max-content;
}

.see:hover {
    background-color: #FFFFFF;
    color: #FF5C00;
    border: #FF5C00 2px solid;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.trd-bg {
    overflow: hidden;
    height: 1100px;

}

.rt-bg {
    width: 130%;
    height: 700px;
    background-color: #F9F9F9;
    rotate: -8deg;
    margin-top: 200px;
    margin-left: -150px;
    /* display: flex;
    align-items: center; */
}

.rt-bg .row {
    rotate: 8deg;
}

.rt-bg .col-md-6.rt-txt {
    display: flex;
    align-items: center;
    height: 750px;
    width: 100%;
}

.tr-imgs img {
    /* width: 360px; */
    position: absolute;
}

.tr-imgs {
    margin-top: 150px;
    margin-left: -130px;
}

.bg1 {
    margin-left: 100px;
    width: 370px;
}

.bg2 {
    margin-left: 300px;
    margin-top: 110px;
    width: 308px;
}

.bg3 {
    margin-top: 0px;
    width: 330px;
}

.trd-sec {
    height: 100%;
    width: 100%;
    background-color: #F9F9F9;
    display: flex;
    margin-top: 50px;
    padding: 80px 0 150px 0;
    display: flex;
    align-items: center;
}

.trd-sec h1 {
    font-size: 120px;
    font-weight: 1000;
    text-transform: uppercase;
    position: absolute;
    color: #00000010;
    margin-top: 50px;
}

.trd-sec h1 span {
    color: #ff5e001e;
    font-size: 80px;
}

.sldr .item img {
    height: 300px;
    margin: 0 auto;
}

.sldr .item {
    padding: 0 20px;
}

.slider {
    margin-top: 100px;
}

.bt-bx {
    width: 100%;
    height: 200px;
    background: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    margin: 10px;
    margin-top: -70px;
    display: flex;
    align-items: end;
    padding-left: 50px;
    padding-bottom: 30px;
}

.bt-bx h4 {
    font-size: 20px;
    color: #444444;
    margin-bottom: 8px;
}

.sldr .prev_button img {
    width: 45px;
    cursor: pointer;
}

.sldr .prev_button {
    position: absolute;
    top: 100%;
    left: 45%;
    margin-top: 40px;
}

.sldr .next_button {
    position: absolute;
    top: 100%;
    right: 45%;
    margin-top: 40px;
}

.sldr .next_button img {
    width: 45px;
    cursor: pointer;

}

.fth-lft {
    height: 700px;
    width: 100%;
    background-image: url(../images/bg-ptrn2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fth-lft p {
    max-width: 700px;
}

.twclr {
    position: relative;
}

.fth-rt {
    background-color: #103948;
    height: 100%;
    width: 100%;
}

.fth-rt-img {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fth-fl-img {
    width:500px;
    height: 350px;
    overflow: hidden;
}

.fth-rt-img .img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fth-rt-img .img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-img .img2 {
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-right: 10px;
}
.sub-img .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-img{
    display: flex;
    align-items: center;
}
.sth{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    width: 100%;
    margin-top: 100px;
    background-color: #F9F9F9;
}
/* index close */

/* about */
.pg-hdr{
    width: 100%;
    height: 450px;
    background-image: url(../images/img6.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg-hdr h1{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 50px;
}
.pg-hdr-cont{
    margin-top: 150px;
}
.sub-pg {
    margin-top: 50px;
}
.sub-pg p a{
    text-transform: uppercase;
    font-family: Changa-Regular;
    color: #ffffff;
    font-size: 20px;
}
.sub-pg p span {
    color: #FF5C00;
    font-family: Changa-Regular;
}
.sub-pg p i{
    margin: 0 7px;
    color: #ffffff;
}
.in-abt{
    transform: scaleX(-1);
}
.in-abt img{
    max-height: 700px;
}
.abt-sec1{
    margin-top: 180px;
    margin-bottom: 200px;
}
.ovl-img2 img{
    width: 460px;

}
.col-md-6.fr-flx{
    display: flex;
    align-items: center;
    justify-content: center;
}

.misn{
    width: 100%;
    height: 470px;
    background-image: url(../images/img7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt-sec2-cont{
    color: #FFFFFF;
    text-align: center;
}
.abt-sec2-cont h3::after{
    background-color: #FFFFFF;
}
.abt-sec2-cont h3{
    margin: 0 auto;
    margin-bottom: 33px;
}
.abt-sec2-cont p{
    max-width: 1000px;
    margin: 0 auto;
}
.abt-sec3{
    margin-top: 130px;
    margin-bottom: 150px;
}
.ovl-img3 img{
    width: 450px;
}.abt-sec3 h3{
    margin-bottom: 30px;
}
.ovlimg{
    width: 400px !important;
    position: absolute;
    bottom: -80px;
    right: 40px;
}
.ovl-ln{
    position: absolute;
    height: 300px;
    width: 425px;
    background-color: transparent;
    border: 2px solid #d1d1d1;
    border-radius: 20px;
    top:-25px;
    z-index: -1;
    margin-left: 50px;
}
.tm-flx{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.tm-flx li{
    font-family: Inter-Regular;
    display: flex;
    align-items: center;
}
.tm-flx li i{
    font-size: 10px;
    margin-right: 8px;
}
.abtln{
    width: 80%;
    height: 2px;
    background-color: #e4e4e4;
    margin: 0 auto;
}
.abt-sec4{
    margin-top: 80px;
}
.abt-sec4 .h3{
    margin: 0 auto;
}
.srvs img{
    width: 100%;
   
}
.srv-img-bx{
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}
.srv-img-bx::after{
    content: "";
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0, 0, 0) , rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -2px;
}
.srvs{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}
.srv-img-bx .ovl-conts{
    position: absolute;
    color: #FFFFFF;
    font-weight: 100;
    bottom: 3%;
    left: 350px;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.srv-img-bx h3{
    margin-bottom: 25px;
}
.srv-img-bx h3::after{
    background-color: #FFFFFF;
}
.srv-img-bx p{
    max-width: 600px;
}

/* about close */

/* collection */

.pg-hdr.in-clctn{
    width: 100%;
    height: 450px;
    background-image: url(../images/img14.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.clctn-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;

}
.clctn-sec-1{
    margin-top: 70px;
}
.clctn-sec-1 h3{
    margin-bottom: 30px;
}
.clctn-sec-1 h4{
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 8px;
}
.clctn-sec-1 p{
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
}
.clctn-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: 50% 50%;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.clctn-img::after{
    content: "";
    display: block;
    padding-top: 75%;
}
.clctn-sec-1 .row{
    margin-top: 25px !important;
    justify-content: flex-start !important;
}

/* collection close */

/* contact */
.pg-hdr.in-cnct{
    width: 100%;
    height: 450px;
    background-image: url(../images/img22.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}
.ct-conts{
    margin-top: 70px;
}
.ct-conts h3{
    margin-bottom: 30px;
}
.ct-conts p{
    max-width: 800px;
}
.ct-bx{
    height: 600px;
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    margin-top: 80px;
}
.ct-bx img{
    height: 100%;
    margin-left: auto;
}
.ct-flx{
    display: flex;
    margin-bottom: 30px;
}
.ct-flx i{
    margin-right: 10px;
}
.ct-bx-cont{
    margin: 50px;
}
.ct-bx-cont i{
    font-size: 20px;
}
.ct-bx-cont .fa-brands{
    font-size: 30px;
    margin-right: 20px;
    padding: 10px 11PX;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.ct-scl{
    margin-top: 50px;
}
.ct-scl i{
    color: #000000;
}
.map{
    max-width: 1100px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    margin-top: 80px;
}
.fr-mbl{
    display: none;
}
/* contact close */


/* footer */

footer{
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    padding: 10px 0 50px 0;
}
.ftr-logo{
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
}
.ftr-logo img{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ftr-logo p{
    max-width: 300px;
}
.logo{
    display: flex;
    justify-content: center;
    width: 100%;
}
.ftr-logo i{
    font-size: 30px;
    margin-top: 20px;
    margin-right: 30px;
}
.ftr-lft{
    height: 100%;
    display: flex;
    align-items: center;
}
.ftr-rt{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;

}
.ftr-lft h4{
    font-size: 23px;
    margin-bottom: 30px;
}
.ftr-lft ul li{
    margin-top: 20px;
}
.ftr-lft ul li a{
    color: #000000;
    font-size: 19px;
}
.flx-li li{
    display: flex;
    max-width: 300px;
}
.flx-li li p{
    font-size: 19px;
}
.flx-li li i{
    margin-right: 10px;
    font-size: 23px;
}
.copy-rt p {
    font-size: 14px;
    text-align: center;
}


/* footer close */


