@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Train+One&display=swap');

    @font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: normal;
    src: local('Frutiger'), url('Frutiger.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Frutiger Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Frutiger Bold'), url('Frutiger_bold.woff') format('woff');
    }
:root{
    --bs-body-font-family: 'Prompt', sans-serif;
    --bs-text-font-family: 'Montserrat', sans-serif;
}

p{
    font-family:var(--bs-text-font-family);
}
body {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
#navbarNav{
     font-family: "Prompt", sans-serif;
     font-weight: 400;
     letter-spacing: 1.5px;
}
#navbarNav ul li{
    border-right: 2px solid #ffffff;
    padding: 0;

}

#navbarNav ul li a{
    padding: 0 20px;
    line-height: 12px;
}
#navbarNav ul li a:hover{
    color: #fdce55 !important;
}
.active{
    color:#fdce55 !important;
}
#navbarNav ul li:last-child{
    border-right: none;
}
.logo-box button{
    display: none;
}
.land-btn-box{
    display: flex;
    position: absolute;
    right: 0px;
    top: 25%;
    z-index: 10;
}
.land-btn-box span{
       color: #fff;
    padding: 0 0px;
    font-size: 20px;
    display: contents;
    line-height: 26px;
}
.btn-lang{
    background-color: transparent;
    border:none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}
.btn-lang:hover{
    color: #fdce55;
    transition: all 0.3s ease;
}

.hero-section .banner-box-2{
    box-shadow:-5px 0 0 8px #ffffff75, 5px 0 0 0 #ffffff;
}
.banner-img{
    max-width: 100%;
    height: auto;
}
.banner-mobile{
    display: none;
    max-width: 100%;
    height: auto;
}
.btn-en{
    color:#fff;
    text-decoration: none;
    border-radius: 15px;
    padding: 5px 40px;
    font-size: 17px;
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
    background: #ffffff2f;
}
.btn-en:hover{
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
     transition: all 0.3s ease;
}


  /* Fullscreen video overlay */
    #video-overlay {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      background: black;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    #video-overlay video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Close button */
    #close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      background: rgba(255, 255, 255, 0.9);
      border: none;
      padding: 10px 15px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 6px;
    }

    /* Website content (hidden until video finishes/closes) */
    #website-content {
      display: none;
      padding: 30px;
    }
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li button:before{
    color: #fff !important;
    font-size: 10px !important;
}
.slick-dots li.slick-active button:before{
    color: #fdce55 !important;
}
/* About Us Page CSS */
.heading-h2{
    font-size: 45px;
    font-family: var(--bs-body-font-family);
    text-transform: uppercase;

}
.about-us-text{
    font-size: 18px;
    line-height: 30px;
    font-family: var(--bs-text-font-family);
    margin-top: 20px;   
    font-weight: 400;
}

.about-us-section{
    background: url(../img/about-bg.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;    
    padding: 30px 0 0;
}


/* Our Products */
.our-products{
    padding: 30px 0 0px;
}
.image-tabs{
    padding: 30px 0;
}
.image-tabs img{
    border-radius: 15px;
    height: 350px;
    object-fit: cover;
    transition: all 0.3s ease;
    border: 5px solid rgba(255, 255, 255, 0);
}
.image-tabs h4{
    text-align: center;
    padding-top: 15px;
}
.image-tabs .col-div:hover img {
  border: 5px solid #d3a084;
  transition: all 0.3s ease;
}

/* Partners */
.image-slider img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


.slider-nav img,
.slider-for img{
    border-radius: 15px;
}
.image-slider img{
    border-radius: 15px;
}
.slider-nav .slick-slide{
    padding: 0 15px 0 0;
}
.slider-nav h4{
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
    font-family: var(--bs-text-font-family) !important;
    font-weight: 300;
}
.slider-nav ul.slick-dots {
    text-align: start;
}   
.slider-nav img{
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.slider-for h4{
    font-size: 22px;
    padding-top: 15px;
    font-family: var(--bs-text-font-family) !important;
    font-weight: 300;
}
.small-img p{font-size: 13px;padding-top:10px;}
.small-img{
    display:flex;
    gap: 6px;
    padding-top: 10px;
}
.small-img img{
    border-radius: 10px;
    height: 60px;
    width: 100%;
    object-fit: cover;
}
.d-flex.small-img.tab-view> div {
    flex: 1;
}

.slider-nav::after {
    content: '';
    background-image: url(../img/arrow.png);
    width: 20px;
    height: 20px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    right: -10px;
    position: absolute;
    top: 50px;
}

.slider-nav .slick-dots{
    bottom: -20px !important;
}


.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.9);
  text-align: center;
}
.lightbox-content {
  max-width: 80%;
  max-height: 80vh;
  border-radius: 8px;
}
.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
#caption {
  margin-top: 15px;
  color: #f1f1f1;
}
/*@media (max-width:1366px) {*/
/*    .page-background{*/
/*      height:100vh;  */
/*    }*/
/*}*/



@media (max-width:1024px){
    .heading-h2 {
    font-size: 28px;
    }
    .about-us-text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 0px;
        margin-bottom: 5px;
    }
    .logo-box {
    height: 70px;
}
    .container {
        max-width: 880px;
    }
    .year-img {
    width: 90px;
}
.about-us-section {
    padding: 16px 0 0;
}
.image-tabs img {
    border-radius: 15px;
    height: 175px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    object-position: 0 -37px;
}
.image-tabs {
    padding: 8px 0;
}
.image-tabs h4 {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
.banner-img {
    height: 200px !important;
}
.small-img{padding-top:0;}
.small-img p {
    font-size: 8px;
    padding-top: 6px;
    margin: 0;
}
.small-img img{height:45px;}
.slider-nav img{height:70px;}
.image-slider img{height:170px;}
.button-dw{margin-bottom:-40px;}
.slider-nav .slick-dots{display:none;}
.about-text {
    font-size: 12px;
}
.slider-nav h4{font-size:16px;}
.slick-dots li button:before {
    color: #fff !important;
    font-size: 7px !important;
}
.slider-for h4{font-size:15px;padding-top:10px; margin-bottom:0;}
}





@media (max-width:768px) {


.slider-nav img{
    height: 75px;
    width: 100%;
}
.slider-nav::after {
    content: '';
    top: 33px;
}
.small-img img{
    height: 60px;
    
}
.image-slider img{
    height: 220px;
}
.slider-nav .slick-dots{
    bottom: -20px !important;
}
.slider-nav h4{font-size:16px;}
}

@media (max-width: 640px) {
        .mob-img{
            display: none !important;
        }
        .logo-box{
            justify-content: space-between !important;
        }
        .land-btn-box{
            right: 10px;
        }
        .banner-img{
            display: none;
        }
        .banner-mobile{
            display: block;
        }
        .land-btn-box{
            display: none   ;
        }
        .heading-h2{
            font-size: 35px;
        }
        /* .col-row-box> div{
            width: auto !important;
        } */
        .slider-nav::after{
            display: none;
        }
         #navbarNav ul li{
    border-right: none;
    padding: unset;

}
#navbarNav ul li a{
    padding: 0 20px;
    line-height: 35px;
}   
#navbarNav {
    background: #000;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top:-20px;
    right: 0px;
    width: 100%;
    border: 2px solid #fff;
    opacity: 0;
    transition: all 0.3s ease;
}
#navbarNav.show{
    opacity: 1;
    transition: all 0.3s ease;
    top: 0;
}
.logo-box button{
    display: block;
}
.hero-section {
    padding: 50px 0 50px !important;
}
.about-us-section{
    background: transparent !important;
    padding: 20px 0;
    height: 100vh !important;
}
/*.page-background{*/
/*    background-attachment: fixed;*/
/*    padding-bottom: 50px;*/

/*}*/
.enter-col{
    padding-top: 30px;
}

.image-tabs img{
    height: 450px;
    width: 100%;
}
.image-tabs> div{
    margin-top: 20px;
}
.image-tabs> div:first-child{
    margin-top: 0;
}
.our-products {
    padding: 20px 0 0px;
}
.tab-view{
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-around;
}
.tab-view> div{
    width: 47%;
}
.single-slide-box {
    padding-top: 40px !important;
}
.slider-for h4{margin-bottom:20px;}
    .button-dw {
        margin-bottom: 0;
    }
}
