*{
    scroll-behavior: smooth;
}
.section{

    scroll-snap-align: start;
}

#id{
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
}

/* Navigation Header */
.nav{
    background-color: #FF8621 !important;
    columns: white;
}
.nav-bg {
    background-color: #FF8621;
    columns: white;
}

.nav-bg .desktop-menu a{
    font-size: 12px;
    text-align: center;
    transform: 0.3 ease background-color;
     letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
    .nav-bg .desktop-menu a{
         letter-spacing: .2px;
    }
    .nav-bg .desktop-menu a.active{
        border: 1px ;
        border-radius: 999px;
        background-color: azure;
        color: black;
        font-style: normal;
        transform: 0.3 ease background-color;
    
    }
}


.nav-bg .desktop-menu a.active{
    border: 1px ;
    border-radius: 999px;
    text-align: center;
    background-color: azure;
    color: black;
    font-style: normal;
    transform: 0.3 ease background-color;

}

#country-select {
    color:white;
    margin-top:2px;
    margin-left:40px;
    background-color:rgba(0, 0, 0, .09) !important; 
    border:1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    border-radius:999px !important;
}
#country-select option {
    color:white;
    background-color:rgba(0, 0, 0, .09) !important;
}
#country-select-mobile{
    
    background-color:rgba(0, 0, 0, .09) !important; 
    border:1px;
   
    padding:8px !important;
    font-size: 12px;
    border-radius:999px !important;
}
#country-select-mobile #selected{
    color:white !important;
}


/*For Mobile*/




/* End Navigation Header */




/* Home Banner1 */

.home .banner-1 {
    background-image: url('../images/home/rectangle.png');
    position: relative;
}
.home .banner-1 img{
    position: relative;
}
.home .banner-1 .hover {
position: absolute;
    background-color: rgba(0,0,0, 0.3);
    color: #fff;
    width: 20rem;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .3s;
        
}

.home .banner-1 .hover:hover {
    width: 30rem;
    transition-property: width;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .3s;
}
.home .banner-1 h1 {
    color: #fff ;
    opacity: 1;
    text-align: center;
    transition-delay: .5s;
    transition-property: text-align;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: .3s;
    
}
@media only screen and (max-width: 992px) {
    .home .banner-1 .hover {
        position: absolute;
            width: 10rem;
            transition-duration: .5s;
            transition-timing-function: linear;
            transition-delay: .3s;
                
        }

        
        .home .banner-1 h1 {
          font-size: 1rem !important;
        }
}

/* home banner-2 */


.img-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .img-wrapper > img {
    display: block;
    width: 100%;
    height: 427px;
    /*aspect-ratio: 1 / 1;*/
     /*object-fit: cover; */
     object-position: center; 
  }



@media only screen and (min-width: 1024px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 384px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}
@media only screen and (min-width: 1024px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 415px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}
@media only screen and (min-width: 1600px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 468px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}
@media only screen and (min-width: 1600px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 468px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}
  
@media only screen and (min-width: 1400px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 438px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}

@media only screen and (min-width: 1450px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 445px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}

@media only screen and (min-width: 1900px) {
    .img-wrapper > img {
      display: block;
      width: 100%;
      height: 515px;
      /*aspect-ratio: 1 / 1;*/
       /*object-fit: cover; */
       object-position: center; 
    }
}

  .img-wrapper:hover img{
      overflow:hidden;
      transform: scale(1.2);
      transition-delay: .3s;
      transition-duration: .3s;
      transition-timing-function: ease-in-out;
  }
  
  .img-wrapper > .content {


    position: absolute;
    margin-top: 18rem;
    inset: 0;
    font-size: 24px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  .img-wrapper > img,
  .img-wrapper > .content {
    transition: 200ms ease-in-out;
  }
  

  
  .img-wrapper > .content.slide-left {
    transform: translateX(-100%);
  }
  .img-wrapper:hover > .content.slide-left {
    transform: translateX(0);
  }
  
  
  

/* home banner-3/4 */
.image {
    position: relative;
    overflow: hidden;
}

.image img {
    position: relative;
    transition: 0.6s;
    transition-property: opacity;
}

.image .details {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    
}

.image .details h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 14rem;
    transition: 0.4s;
    transition-property: transform;
    background-color: rgba(0,0,0, 0.3)
}

.image .details h2 span {
    font-weight: 900;
}

.image:hover .details h2 {
    transform: translateY(-95px);
}

@media only screen and (min-width: 1900px) {
    .image .details h2 {
        margin-top: 18rem;
        font-size: 12px;
    }
    .image:hover .details h2 {
        transform: translateY(-40px);
    }
}



/* Contact */

.contact .map{
    border:8px solid white;
    
   
}

@media only screen and (max-width: 768px) {
    #phone{
        margin-top: 28px;
        margin-right: 14px;
        font-size: 16px;
}
}


/* End Contact */


.swiper-button-next::after {
        font-size: 15px !important;
        color: #FF8621;

    }
    .swiper-button-prev::after {
        font-size: 15px !important;
        color: #FF8621;
        
    }

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

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

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


/*Track Page*/

.contactinfo::-webkit-scrollbar {
    width: 5px;
    height: 100px;
}

.contactinfo::-webkit-scrollbar-track {
    background-color: #ececec;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.contactinfo::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ff8621;
}  


 
@media only screen and (max-width: 992px) {
    #track-label {
        margin-left: -90px;
        margin-top: 10px;
    }
    #track-label h3{
        font-size: 12px;
    }
    #track-label p span{
        font-size: 12px;
        
    }
    
}



