
*{
    margin: 0;
    padding: 0;
}
.html{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Aeonik',Helvetica,sans-serif;
}

.d-none{
  display: none;
}


/* Style for the navbar */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    color: rgb(245, 244, 240);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 4%;
    z-index: 999;
    transition: background-color 0.3s ease-in-out; /* Add the transition property */
}

.navbar .animate {
  background-color: #ffffff;
}


/* Style for the hamburger icon */
.hamburger {
    display: none;
    cursor: pointer;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    order: 2;
    justify-self: flex-end;
    /* z-index: 10; */
}

/* Style for the hamburger stripes */
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000000;
    margin-bottom: 5px;
    position: relative;
    border-radius: 2px;
    z-index: 1;
    transform-origin: 0 0;
    transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1);
}

/* Style for the navigation menu */
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 2;
    order: 2;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    margin: 0 4px;
    margin-top: 8px;
}

nav a {
    color: #000000;
    text-decoration: none;
    font-size: 1em;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

nav a:hover {
    color: #cf2e2e;
}


nav .logo-outer{
    height: 60px;
}

nav .logo-outer img{
    height: 60px;
}






/* =============== home section ============== */

.service-top-small-text{
    margin-top: 180px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    font-family: Aeonik,Helvetica,sans-serif;
    margin-bottom: 0.8em;
}
.service-top-heading{
    text-align: center;
    font-weight: 500;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    font-family: Aeonik,Helvetica,sans-serif;
    margin-bottom: 0.8em;
    
}
.service-top-detail{
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 30px;
}
.service-top-image-outer{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.service-top-image{
    border-radius: 22px;
    width: 100%;
    height: 50vw;
    object-fit: cover;
}

.whyus-outer{
    max-width: 1400px;
    margin-top: 120px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
}
.whyus-outer .heading{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.whyus-list-right-outer{
    display: flex;
    flex-direction: row-reverse;
    margin: 80px 0;
}
.whyus-list-left-outer{
    display: flex;
}
.whyus-list-one-outer{
    flex:1;
    width: 42.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.whyus-list-texts-outer{
    width: 60%;
    padding-left: 12%;
}
.whyus-list-texts-outer h3{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}
.whyus-list-texts-outer p{
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 28px;
    font-weight: 400;
}
.whyus-list-two-outer{
    flex:1;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 48.5%;
}
.whyus-list-image-outer{
    /* flex:1; */
    /* height: 220px; */
    height: 26vw;
    max-height: 500px;
    width: 80%;
}
.whyus-list-image-outer img{
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
}










.request-demo-outer{
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 1px;

}
.request-demo-outer .heading{
  font-size: 48px;
  color:#fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.request-form-outer{
  margin-top: 80px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.request-form-outer input{
  all: unset;
  color: #fff;
  border-bottom: 1px solid #ffff;
  margin: 20px 0;
  padding: 4px;
}

.request-form-outer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}





/* cities-dropdown styles */
.cities-dropdown {

  position: relative;
  display: inline-block;
  width: 100%;
}

.cities-dropdown-toggle {
  width: 100%;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-radius: 50px;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  align-items: center;
  transition: all .4s;
}

.cities-dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
}

.cities-dropdown-active{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cities-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.cities-dropdown-menu a {
  display: block;
  padding: 8px 16px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}

.cities-dropdown-menu a:hover,
.cities-dropdown-menu a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f10c0c;
}

.cities-dropdown-menu a.active {
  color: #fff;
  background-color: #f10c0c;
}

.cities-dropdown-item{
  text-decoration: none;
}


/* Selected cities styles */
.selected-cities {
  margin-top: 16px;
}

.selected-tag {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #f10c0c;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.selected-tag i {
  margin-left: 8px;
  cursor: pointer;
}


.form-submit-button{
  border-radius: 40px;
  background-color: #f10c0c;
  padding: 16px 44px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 180px;
  border: none;
  color: white;
  margin-top: 30px;
  font-size: 18px;
  cursor: pointer;
}

/* ============ footer ================ */
  footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    min-height: 200px;
  }
  
  .footer-container {
    max-width: 1200px;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .footer-first-outer{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: .5;
    
  }
  .footer-second-outer{
    flex: 2;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  
  .footer-logo {
    height: 100px;
    margin-bottom: 20px;
  }
  
  .footer-logo img {
    max-width: 100%;
  }
  
  .social-icons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    font-size: 30px;
    width: 100%;
  }
  
  .social-icons a {
    color: #fff;
    margin: 0 12px;
  }
  
  .footer-links {
    display: flex;
  }
  
  .footer-column {
    margin-right: 50px;

  }

  
  .footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 5px;
  }
  
  .footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-family: Aeonik,Helvetica,sans-serif;
    font-size: 14px;
  }
  .footer-column:nth-child(1) ul li:nth-child(1){
    margin-bottom: 0;
  }

  .footer-column:nth-child(1) ul li:nth-child(1) a{
    color: #c1c1c1;
  }

  .footer-column ul li{
    margin-bottom: 24px;
  }
  


@media (width < 1040px){
    .service-top-small-text{
        font-size: 20px;
    }
    .service-top-heading{
        font-size: 52px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .service-top-detail{
        font-size: 26px;
    }

  

}

@media (width < 900px){

    .whyus-outer .heading{
        font-size: 40px;
    }

    .whyus-list-texts-outer{
        width: 80%;
        padding-left: 12%;
    }

    

    .request-demo-outer .heading{
      font-size: 40px;
      width: 60%;
    }
}

/* Media query for mobile devices */

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

    nav{
        padding: 0px 2%;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
   
    /* Style for the navigation menu on mobile devices */
    nav ul {
      position: fixed;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      z-index: -2;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 80px;
      padding-left: 10px;
    }
  
    /* Style for the navigation menu links on mobile devices */
    nav ul li {
      margin: 10px;
    }

    nav ul li a{
        color: rgb(0, 0, 0);
    }
  
    /* Style for the active navigation menu on mobile devices */
    nav ul.active {
      transform: translateX(0%);
    }
  
    /* Style for the hamburger icon on mobile devices */
    .hamburger {
        margin-right: 20px;
        display: block;
    }

    .hamburger.active span:first-child {
        transform: rotate(45deg) translate(4px, -1px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:last-child {
        transform: rotate(-45deg) translate(-1px, 4px);
        /* rotate(45deg) translate(4px, 1px); */
    }

    .request-demo-outer .heading{
      font-size: 36px;
      width: 70%;
    }


    .whyus-outer .heading{
        font-size: 36px;
    }

    .whyus-list-texts-outer{
        width: 90%;
        padding-left: 4%;
    }
    
    .whyus-list-image-outer{
        height: 30vw;
        max-height: 500px;
        width: 100%;
    }




    /* =========== footer =========== */
    .footer-container {
      flex-direction: column;
    }
    .footer-first-outer{
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }
    .footer-second-outer{
      justify-content: space-around;
      width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-links {
      margin-top: 20px;
    }
  
    .footer-column {
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }


    .whyus-list-right-outer{
        display: flex;
        flex-direction: column-reverse;
    }
    .whyus-list-left-outer{
        flex-direction: column-reverse;
    }
    .whyus-list-one-outer{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    
    }
    .whyus-list-texts-outer{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .whyus-list-texts-outer h3{
        font-size: 22px;
    }
    .whyus-list-texts-outer p{
        font-size: 16px;
    }
    .whyus-list-two-outer{
        width: 100%;
        margin-bottom: 40px;
    }
    .whyus-list-image-outer{
        height: 50vw;
        width: 80%;
    }
    




    .service-top-small-text{
        font-size: 18px;
    }
    .service-top-heading{
        font-size: 44px;
    }
    .service-top-detail{
      font-size: 22px;
    }
    

   
  }

  @media (width < 680px){


    
  }


  @media (width < 550px){
    .service-top-small-text{
        font-size: 16px;
    }
    .service-top-heading{
        font-size: 40px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .service-top-image-outer{
        width: 90%;
    }
    .service-top-image{
        height: 60vw;
    }

    .whyus-outer{
        width: 90%;
    }
    .whyus-list-image-outer{
        width: 100%;
        height: 60vw;
    }
    .whyus-list-image-outer img{
        height: 60vw;
    }
    .whyus-list-texts-outer{
        width: 100%;
    }



    .request-demo-outer .heading{
      font-size: 28px;
      width: 70%;
    }

    .whyus-outer .heading{
        font-size: 28px;
    }
    

    .request-form-outer{
      width: 80%;
    }
    .form-submit-button{
      padding: 10px;
    }


    /* ========= footer =========== */
    .footer-first-outer{
      width: 80%;
    }
    .footer-second-outer{
      flex-direction: column;
    }
}


@media (width < 450px){
   
}