/* Initial hidden state for the image */
*{
  font-family: poppins;
}
/* General navbar style - text white */
.navbar, .navbar a {
  color: white !important;
}
.navbar-nav .nav-item .nav-link:active{
  color: #FFD700 !important;
}
.dropdown{
  position: relative;
  display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 189px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content{
  display: block !important;
}

.navbar .navbar-brand, 
.navbar .nav-link, 
.navbar .dropdown-toggle {
  color: white !important;
  transition: color 0.3s ease;
}

/* Hover Effect */
.navbar .nav-link:hover, 
.navbar .dropdown-toggle:hover {
  color: #FFD700 !important; /* User-friendly hover color (gold) */
}

.navbar .dropdown-menu a:hover {
  background-color: #FFD700 !important;
  color: black !important;
}

/* Change navbar background on scroll */
.navbar.scrolled {
  background-color: rgba(10, 25, 49, 0.9) !important;
  transition: background-color 0.5s ease;
}

.img-hidden {
  opacity: 0;
  transform: translateX(100%); /* Start from the right */
  transition: opacity 1s ease, transform 2s ease;
}

/* When the image is loaded */
.img-visible {
  opacity: 1;
  transform: translateX(0); /* Move to the final position */
}
.feature p{
  color: #6c757d !important;
}
.feature i{
  font-size: 50px !important;
  color: #0A1931 !important;
}
.landing-page h2{
  color: #E0E0E0 !important;
  font-size: 2.5rem !important;
}
.landing-page .explore{
  background-color: #FF3B42  !important;
  color: white;
  border: none;
}
.landing-page .download{
  color: #FFF2C5;
  border: 1px solid #FFF2C5;
}
.landing-page .download:active{
  border: 1px solid  #0A1931 !important;
}
.landing-page .download:hover{
  background-color: #FFF2C5;
  color: #0A1931;
}
.features-2{
  padding: 80px 90px 80px 90px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0A1931; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.listing-detail a{
  margin: 2px 3px;
  width: 120px;
    height: 45px;
    padding: 12px 0px;
}
.listing-detail .playstore{
  width: 150px;
}
.overlay-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.slick-prev, .slick-next {
  top: 45% !important;
}
.slick-prev {
  left: -15px !important;
}
.slick-next{
  right: -20px !important;
}
.slick-prev:before{
  font-size: 23px !important;
}
.slick-next:before{
  font-size: 23px !important;
}
.card{
  background: none !important;
  border: 0 !important;
}
.slick-dots{
  background: #E0E0E0;
  position: relative !important;
  bottom: 0  !important;
  padding-bottom: 10px !important;
}
.slick-prev:before, .slick-next:before {
  color: #0A1931 !important;
}
.card-slider{
  margin: 0px !important;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.card-slider {
  width: 100%;
  margin: 0 auto;
}
.card {
  padding: 10px;
  text-align: center;
}
.card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;

}
.center-slide img {
  transform: scale(1.12); /* Slight enlargement for emphasis */
  text-transform: uppercase; 
}

.center-slide {
  text-align: center; /* Optional: Center-align content */

}
.icon {
  font-size: 2rem;
  color: #00aaff; /* Icon color matching the screenshot */
}

.bg-light {
  background-color: #f5f5f5 !important; /* Light grey background similar to the image */
}

.btn-outline-info {
  border-color: #00aaff;
  color: #00aaff;
}

.btn-outline-info:hover {
  background-color: #00aaff;
  color: #fff;
}
.color{
  color: #0A1931 !important;
}
.contactus{
  border: 1px solid white !important;
  color: #E0E0E0; 
  background: #0A1931;
  
}
.contactus:hover{
  background-color: #0A1931 !important;
}

.overlay {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.mobile-div{
  margin:auto !important;
}
.mobile-div video{
  position: absolute;
  top: 2.5%;
  left: 6.5%;
  width: 240px;
  height: 516px;
  z-index: 1;
  object-fit: cover;

}
   /* Limit max width and center the content */
   .container-custom {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .listing-left h2 {
    font-size: 2.5rem;
  }
  
  .listing-left p {
    font-size: 1.25rem;
  }

   /* Centered container with max width */
   .container-custom {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-text {
    padding: 8px 13px 13px 64px;  }
  
  .homey-title {
    font-size: 2.5rem;
    color: #0A1931;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .homey-subtitle {
    font-size: 1.25rem;
    color: #0A1931;
    font-weight: 300;
  }
  
  .mobile-div {
    position: relative;
    width: 250px;
    height: 500px;
    overflow: hidden;
  }
  
  .mobile-div .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .dropdown .dropdown-content .nav-link:hover{
    color: #FFD700 !important;
  }
  .mobile-div video {
    position: absolute;
    top: 2.5%;
    left: 6.5%;
    width: 220px;
    height: 470px;
    z-index: 1;
    object-fit: cover;
  }
  .container-custom {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-text {
    padding: 21px 72px;
  }
  
  .mobile-div {
    position: relative;
    width: 250px;
    height: 500px;
    overflow: hidden;
  }
  
  .mobile-div .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  
  .mobile-div video {
    position: absolute;
    top: 2.5%;
    left: 6.5%;
    width: 220px;
    height: 470px;
    z-index: 1;
    object-fit: cover;
  }
  .mobile-div {
    position: relative;
    width: 250px;
    height: 500px;
    overflow: hidden;
  }
  
  /* Overlay styling */
  .mobile-div .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  /* Video styling to be behind the overlay */
  .mobile-div video {
    position: absolute;
    top: 2.5%;
    left: 6.5%;
    width: 220px;
    height: 470px;
    z-index: 1;
    object-fit: cover;
  }
  /* #search{
    max-width: 1295px !important;
  } */
  .modal-button-left{
    left: -25% !important;
  }
  .modal-button-right{
    right: -25% !important;
  }
  .modal-btn-close{
    top: 2% !important;
    right: -184% !important;
  }
  #feature-video{
    position: absolute;
    top: 2.5%;
    left: 6.5%;
    width: 87%;
    height: 90%;
    z-index: 1;
    object-fit: cover;
  }
  .listing-left {
    /* padding: 30px 100px; */
  }

  .listing-left h2 {
    font-size: 3rem;
  }

  .listing-left p {
    font-size: 1.5rem;
  }

  .mobile-div {
    width: 280px;
    height: 560px;
  }

  .mobile-div video {
    width: 217px;
    height: 473px;
  }
  #imageModal .modal-dialog {
    max-width: 90%;
}
#imageModal .modal-body {
    padding: 0;
}
#modalImage{
  width: 265px;
}
.modal-content{
  background: none !important;
  text-align: center;
  border: none !important;
}
#imageModal .modal-dialog {
  max-width: 20%;
}
.social-icons:hover{
  color: white !important;
}
.card-body i,h4{
  color: #0A1931 !important;
}
.footer{
  border: none !important;
}
  /* Responsive adjustments */
  /* <style> */
  /* General Thumbnail Styling */
  .gallery-img {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  /* Modal Close Button */
  .btn-close {
    z-index: 1051; /* Ensure it's always on top */
  }

  /* Modal Image Styling */
  .modal-body img {
    max-height: 80vh; /* Prevent the image from being too tall */
    object-fit: contain; /* Maintain aspect ratio */
  }

  /* Navigation Buttons */
  .modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; /* Ensure it's above the modal image */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .modal-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
  }

  .modal-prev {
    left: 15px;
  }

  .modal-next {
    right: 15px;
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .modal-nav {
      width: 30px;
      height: 30px;
      font-size: 1rem;
    }

    .gallery-img {
      margin: auto;
    }
  }

  @media (max-width: 576px) {
    .gallery-img {
      width: 100%;
      height: auto;
    }

    .modal-nav {
      width: 25px;
      height: 25px;
      font-size: 0.8rem;
    }
  }


     /* Additional adjustments for screens above 2560px */
     @media screen and (min-width: 2560px) {
      .navbar-collapse{
        justify-content: space-evenly !important;
      }
      .homey-title {
        font-size: 3.5rem;
      }
    
      .homey-subtitle {
        font-size: 1.75rem;
      }
    
      .bsb-middle-circle {
        width: 600px;
        height: 600px;
      }
    
      .mobile-div {
        width: 350px;
        height: 700px;
      }
    
      .mobile-div video {
        width: 320px;
        height: 660px;
      }
      .listing-left h2 {
        font-size: 3.5rem;
      }
    
      .listing-left p {
        font-size: 1.75rem;
      }
    
      .bsb-middle-circle {
        width: 600px;
        height: 600px;
      }    
      .mobile-div video {
        width: 320px;
        height: 660px;
      }
      .container-custom {
        max-width: 1200px;
        margin: 0 auto;
      }
      
      .section-text {
        padding: 21px 72px;
      }
      
      .mobile-div {
        position: relative;
        width: 250px;
        height: 500px;
        overflow: hidden;
      }
      
      /* Overlay styles */
      .mobile-div .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; /* Ensure it is above the video */
      }
      
      .mobile-div video {
        position: absolute;
        top: 2.5%;
        left: 6.5%;
        width: 220px;
        height: 470px;
        z-index: 1;
        object-fit: cover;

      }
       .listing-left {
        padding: 21px 120px; /* Increase padding for very large screens */
      }
    
      .mobile-div {
        width: 300px; /* Increase width for very large screens */
        height: 600px; /* Increase height for very large screens */
      }
    
      .mobile-div video {
        width: 100%; /* Full width */
        height: auto; /* Maintain aspect ratio */
      }
    }
    @media (min-width: 1440px) {
      .responsive-container {
        max-width: 1280px; /* Limit the container width on large screens */
        margin: 0 auto; /* Center the container */
      }
    
      .section-text {
        padding: 30px 50px; /* Adjust padding for better alignment on larger screens */
      }
    
      .mobile-div {
        width: 300px; /* Adjust width for larger screens */
      }
    }
@media screen and (max-width:1440px) {
  /* .mobile-div{
    height: 608px !important;
  } */

  .section-text {
    padding: 65px;  
  }


  .homey-title {
    font-size: 2rem;
  }

  .homey-subtitle {
    font-size: 1.3rem;
  }

  .mobile-div {
    width: 280px;
    height: 560px;
  }

  .mobile-div video {
    width: 245px;
    height: 520px;
  }
}
@media screen and (max-width:1366px) {
  /* .mobile-div{
    height: 543px !important;
  } */
  #features-video{
    height: 618px !important;
  }

  
}
@media screen and (max-width: 1024px) {
  .terms-container{
    padding: 7px 175px !important;
  }
  .privacy-policy{
    padding: 0px !important;
  }
  /* .mobile-dev{
    height: 460px;
  } */
   .navbar-brand img{
    width: 80% !important;
   }

  .responsive-video{
    height: 77%;
  }
  .social-nav{
    display: none !important;
  }
  .slick-prev {
    left: -30px !important;
}
}
@media screen and (max-width:950px) {
  .privacy-policy{
    padding: 0px !important;
  }
  .terms{
    padding: 0px 21px !important;
  }
  .homey-title{
    text-align: start  !important;
  }
  .landing-page p{
    text-align: start !important;
  }
  .landing-page-button{
    justify-content: start !important;
  }
  .homey-subtitle{
    text-align: start;
  }
  .listing-detail{
    text-align: start !important;
  }
  .features-2{
    padding: 60px 30px 60px 30px;
  }
  #contactus{
    padding: 15px 8px !important;
  }
}
@media screen and (max-width:768px){
  .explore{
    width: 32% !important;
  }
  .terms-container {
    padding: 7px 77px !important;
}
  .privacy-policy{
    padding: 0px !important;
  }
  .homey-subtitle{
    text-align: start !important;
  }
  .terms{
    padding: 0px 21px !important;
    }
  .search-left{
    text-align: start !important;
  }
  .home-section{
    text-align: start;
  }
  #feature-video {
    height: 90% !important;
}
.contactus{
  padding: 0px !important;
}
.slick-prev {
  left: -50px !important;
}
  /* .mobile-div{
    height: 826px !important;
  }
  .responsive-video{
    height: 95%;
  } */
}
@media screen and (max-width:575px) {
  .slick-slide {
    padding: 0.5rem 10.5rem !important;
}
}
@media screen and (max-width:425px) {
  footer .widget .widget-title{
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 500 !important;
  }
  #modalImage {
    width: 211px;
}
  #imageModal .modal-dialog {
    max-width: 65% !important;
    margin: auto !important;
}
  .terms-container {
    padding:0px !important;
}

  .privacy-policy{
    padding: 0px !important;
  }
  .phone-color{
    text-align: center !important;
  }
  .contactus-btn{
    justify-content: center;
    display: flex;
}
.learn-more{
  text-align: center !important;
}
.explore{
  width: 55% !important;
}
.modal-body {
  width: 100% !important;
}
.modal-button-left{
  left: -3% !important;
}
.modal-button-right {
  left: 83% !important;
}
.slick-prev {
  left: 10px !important;
}
.slick-slide{
  padding: 0.5rem 5.5rem !important;
}

.slick-next {
  right: 5px !important;
}
.carousel-img{
  width: 265px !important;
}
  }
  .features-2 .container{
    padding: 0px !important;
  }
  .terms{
    padding: 0px 21px !important;
  }
  .slick-prev {
    left: -4px !important;
}
/* .slick-next {
  right: -25px !important;
} */
  .navbar-brand img{
    width: 225px !important;
  }
  #feature-video {
    height: 84% !important;
}
.center-slide img {
  transform: scale(1.02) !important;
  text-transform: uppercase;
}
  /* .mobile-div{
    height: 477px !important;
  } */
  .bsb-middle-circle{
    --bsb-cs: 385px !important;
  }
  .explore{
    width: 100%;
    justify-content: center !important;
    margin: 24px 0px;
    }
  .download{
    width: 100%;
  }
  .listing-detail{
    padding: 0px 0px !important;
    padding-top: 2.5rem !important;
  }
  .listing-left{
    /* padding :0px 14px !important; */

  }
  .listing-left a img{
    width: 50% !important;
  }
  .listing-left p{
    text-align: start !important;
  }
  .homey-subtitle{
    text-align: start !important;
  }
  .widget{
    text-align: start !important;
  }
  .features-2{
    /* padding: 0px !important; */
    /* height: 239px !important; */
  }
  .contactus{
    padding: 0px !important;
  }
  .section-text{
    padding: 25px !important;
  }
  .contactus a{
    font-size: 10px;
    width: 102px;
    height: 15px;
  }
  .faq-left{
    text-align: center !important;
  }
  .faq h2{
    font-size: 40px !important;
  }
@media screen and (max-width:375px) {

  .terms{
    padding: 0px 21px !important;
  }
  /* .mobile-div{
    height: 418px !important;
  } */
  .bsb-middle-circle{
    --bsb-cs: 319px !important;
  }
  .img-transition{
    margin-bottom: 7px !important;
  }
  .features-2{
    padding: 0px !important;
    height: 211px !important;
  }
  .search .row{
    padding: 5px 4px !important;
  }
  .section-text{
    padding: 9px !important;
  }
  #search .row{
    margin: 0px !important;
  }
  .listing-left p{
    text-align: start !important;
  }
}
@media screen and (max-width:320px) {
  .google-play img{
    width: 40% !important;
  }
  .explore {
    width: 80% !important;
}
  .date span{
    padding: 0;
  }
  .terms{
    padding: 0px 15px !important;
  }
  /* #home-video{
    height: 300px !important;
  }
  #home-mobile{
    width: 77% !important;
    /* height: 325px !important; */
  /* .mobile-div{
    height: 503px !important;
  }  */
    #search .row{
      margin: 0px !important;
    }
    .section-text{
      padding: 10px !important;
    }
    .homey-title {
      margin-top: 5px !important;
      font-size: 2rem;
  }
  .bsb-middle-circle{
    --bsb-cs: 314px !important;
  }
  .features-2{
    padding: 0px !important;
    height: 180px !important;
  }
  /* .listing-left{
    padding: 0px !important;
  } */
   .contactus{
    padding: 0px !important;
   }
   .section-text{
    padding: 18px;
   }
   .slick-slide{
    padding: 0.5rem 2.5rem !important;
  }
  .card-slider{
    width: 300px  !important;
  }

  .slick-next {
    right: 4px !important;
}
}
