* {
  margin: 0;
  padding: 0;
}

html,body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.hero-image {
  background-image: url('/landing-page/mig-lp-images/Aero-Villas-mig-img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;  
  position: relative;
}

/* centers the content on the viewport */
.hero-text {
  text-align: center;
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
  /*  words remain as is without breaking up  */
  white-space: nowrap;
  
  /*  This creates a text shadow around the the text within the hero-text div  */
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
               0px 8px 13px rgba(0, 0, 0, 0.1),
               0px 16px 23px rgba(0, 0, 0, 0.1);
  
}

.hero-text h1 {
  font-size: 4.3em;
  font-weight: 500;
  
}

.hero-text p {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}

.btn-default,
.btn-default:visited {
  margin-top: 50px;
  padding: 13px 25px;
  border-radius: 5px;
  border: none;
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FFC312;
  transition: background-color 0.1s;
}

.btn-default:hover,
.btn-default:active {
  background-color: #896600;
}

@media (200px <= width <= 1000px) {
  .hero-text {
    top: 50%;
  }

  .hero-text h1 {
    font-size: 33px;
  }

  .hero-text p {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .btn-default,
  .btn-default:visited {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 0.8em;
  }
}







/********* SECTION WITH BACKGROUND ********/

.contenu-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: -60px;
}
.contenu-section.top-half-white-bg {
  position: relative;
}
.contenu-section.top-half-white-bg:before {
  content: "";
  width: 100%;
  height: 60%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.contenu-section.bottom-half-white-bg {
  position: relative;
}
.contenu-section.bottom-half-white-bg:before {
  content: "";
  width: 100%;
  height: 60%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contenu-section.left-white-bg {
  position: relative;
}
.contenu-section.left-white-bg:before {
  content: "";
  width: calc(50% - 300px);
  height: calc(100% + 1px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.contenu-section .container {
  position: relative;
}
.contenu-section .container-fluid {
  padding: 0 60px;
  position: relative;
}

/* SECTION BG */
.section-bg {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: 1920px auto !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  top: 0;
}

/* CONTENU BUTTON  */
.contenu-button {
  width: 240px;
  height: 64px;
  float: left;
  position: relative;
  white-space: nowrap;
}
.contenu-button.light {
  color: #fff;
}
.contenu-button.light:hover .circle .icon.arrow {
  background: #007f5c;
}
.contenu-button.light:hover .button-text {
  color: #3b7a57;
}
.contenu-button.light .circle {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: #fff;
  border-radius: 64px;
}
.contenu-button.light .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #007f5c;
}
.contenu-button.light .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 18px;
  width: 18px;
  height: 2px;
  background: none;
}
.contenu-button.light .circle .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #007f5c;
  border-right: 0.125rem solid #3b7a57;
  transform: rotate(45deg);
}
.contenu-button.light .button-text {
  color: #fff;
}
.contenu-button .circle {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  background: #007f5c;
  border-radius: 64px;
}
.contenu-button .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.contenu-button .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 18px;
  width: 18px;
  height: 2px;
  background: none;
}
.contenu-button .circle .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.contenu-button .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 44px;
  color: #007f5c;
  font-weight: 600;
  line-height: 64px;
  text-align: center;
  font-size: 15px;
}
.contenu-button:hover {
  color: #fff;
}
.contenu-button:hover .circle {
  width: 100%;
}
.contenu-button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.contenu-button:hover .button-text {
  color: #fff;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.side-image img {
  width: 100%;
}
/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-content.left {
  padding-right: 100px;
}
.side-content.right {
  padding-left: 100px;
}
.side-content.light {
  color: #fff;
}
.side-content.light .small-t {
  color: #fff;
}
.side-content .small-t {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: 'Brookline';
  letter-spacing: 1px;
  color: #007f5c;
}
.side-content .medium-t {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 800;
}
.side-content .big-t {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
}

.side-content strong {
  font-weight: 600;
}
.side-content .contenu-button {
  margin-top: 40px;
}
.side-content .custom-link {
  margin-top: 40px;
}
ol {
  list-style-type: none;
  counter-reset: my-counter;
}

li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  counter-increment: my-counter;
}

li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  font-weight: bold;
}

strong {
  color: #355e3b;
}

p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

@media (200px <= width <= 1000px) {
  .contenu-section {
    padding: 60px 0; /* Adjust as needed */
  }

  .contenu-section.top-half-white-bg:before,
  .contenu-section.bottom-half-white-bg:before,
  .contenu-section.left-white-bg:before {
    height: 30%;
  }

  .contenu-section.left-white-bg:before {
    width: 100%;
  }

  .contenu-section .container-fluid {
    padding: 0 10px; /* Adjust as needed */
  }

  .side-content.left {
    padding-right: 0;
  }

  .contenu-button {
    margin-top: 20px;
  }
  .side-content .big-t{
    font-size: 36px;
  }
  .side-content p{
    font-size: 15px;
  }
  ol{
    font-size: 15px;
  }
  .side-content .contenu-button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}











.slider-wrapper {
  width: 600px;
  height: 300px;
  background: #000;
  overflow: hidden;
}

.inner-wrapper {
  width: 500%;
  height: 100%;
  position: relative;
  left: -100%;
}


.slide {
  width: calc(100%/5);
  height: 100%;
  background: lightblue;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 700;
  float: left;
}

.button {
  width: 30px;
  height: 30px;
  border-top: 2px solid black;
  position: absolute;
  cursor: pointer;

}

.prev {
  border-left: 2px solid black;
  left: 100px;
  transform: rotate(-45deg);
}

.next {
  border-right: 2px solid black;
  right: 100px;
  transform: rotate(45deg);
}




















.owl-carousel .item img {
  object-fit: cover;
  height: 250px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}


.mig-aero-c {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

/* Heading styling */
.mig-aero-c h1 {
  color: #355e3b; /* Blue color for the heading */
}

/* Paragraph styling */
.mig-aero-c p {
  margin-bottom: 10px;
  line-height: 1.6;
}





















/* Reveal Animation for Project Section */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Style the project section */
.project-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 8px;
  animation: fadeIn 1s ease-out;
}

/* Style the project header */
.project-header {
  text-align: center;
  margin-bottom: 20px;
  background-color: #f0f0f0; /* Light gray background color */
  padding: 15px; /* Add padding for better visual appeal */
}

.project-header h2 {
  color: #333;
  font-size: 28px;
}

.project-header p {
  color: #777;
  font-style: italic;
}

@media (200px <= width <= 1000px) {
  .project-header h2 {
    font-size: 24px; /* Adjust font size for smaller screens */
  }

  .project-header p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}



/* Style the project details */
.project-details {
  margin-bottom: 20px;
}

.detail-item {
  margin-bottom: 10px;
  color: #333;
}

.detail-item:hover {
  color: #00a550; /* Change color on hover */
}

.detail-item strong {
  margin-right: 5px;
  color: #333;
}

.project-description {
  max-width: 100%; /* Adjust as needed */
  padding: 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.project-description p {
  margin-bottom: 15px;
}

.project-description h3{
  font-size: 21px;
  font-weight: 600;
}

/* Add styles for key features section */
.project-description .key-features {
  font-weight: bold;
  color: #007bff; /* Adjust the color as needed */
}

/* Mobile responsive styles for screens up to 360px */
@media (200px <= width <= 1000px) {
  .project-description {
    padding: 10px;
  }
}

@media (200px <= width <= 1000px) {
  .project-description {
    padding: 10px; /* Adjust padding for smaller screens */
  }

  .project-description h3 {
    font-size: 18px; /* Adjust font size for smaller screens */
  }

  .detail-item strong {
    display: block; /* Stack strong elements on top of the text for better visibility */
    margin-bottom: 5px; /* Adjust spacing between strong and text */
  }
}


/* Style the image grid */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.image-grid img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  animation: zoomIn 0.5s ease-out;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/* Add hover effect to images */
.image-grid img:hover {
  transform: scale(1.1);
}

/* Style the project description */
.project-description {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #333;
}

/* Style the amenities section */
.amenities-section {
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}

.amenities-section h3 {
  color: #333;
  margin-bottom: 10px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.amenities-item {
  background-color: #ddd;
  padding: 10px;
  border-radius: 5px;
  color: #333;
}

#locationSection {
  max-width: 800px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

#locationSection h2 {
  color: #000;
}

#locationSection p {
  margin: 10px 0;
  color: #333;
  line-height: 1.5;
}

/* Mobile responsive styles for screens up to 360px */
@media (200px <= width <= 1000px) {
  #locationSection {
    padding: 10px;
  }
}


.contact-us {
  background-color: #f4f4f4; /* Set background color */
  padding: 20px; /* Add some padding for spacing */
  border: 1px solid #ccc; /* Add a border for visual separation */
  border-radius: 8px; /* Add rounded corners */
  margin: 20px auto; /* Add margin for spacing between elements and center align horizontally */
  max-width: 600px; /* Set a maximum width for better readability on larger screens */
  text-align: center; /* Center-align the content inside the div */
}

.contact-us p {
  font-size: 16px; /* Set font size */
  color: #333; /* Set text color */
  margin-bottom: 15px; /* Add margin at the bottom for spacing */
}

.contact-us a {
  display: inline-block; /* Make the anchor a block element */
  padding: 10px 20px; /* Add padding for better clickability */
  background-color: #0f52ba; /* Set background color */
  color: #fff; /* Set text color */
  text-decoration: none; /* Remove underline */
  border-radius: 5px; /* Add rounded corners */
  transition: background-color 0.3s ease; /* Add a smooth transition effect */
}

.contact-us a:hover {
  background-color: #26619c;
}



/* Responsive styles for smaller screens */
@media screen and (max-width: 600px) {
  .project-section {
    padding: 10px;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }
}



.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px; /* Adjust the gap between images as needed */
}

.image {
  position: relative;
  overflow: hidden; /* Ensure the image is covered within its container */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
  transition: transform 0.3s ease-in-out;
}

.image p {
  text-align: center;
  margin: 8px 0;
}

.image img:hover {
  transform: scale(1.1);
}


/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  overflow: hidden;
}

.modal-content {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
  display: block;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}














.villas-section {
  background-color: #f0f0f0; /* Choose your desired background color */
  text-align: center;
  margin: 50px 0;
  padding: 20px; /* Optional: Add padding for better visual appeal */
}

.villas-section h3{
  color: #000;
  padding-bottom: 20px;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}


.image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.image p {
  text-align: center;
  margin: 8px 0;
}

.image img:hover {
  transform: scale(1.1);
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.modal-content {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
  display: block;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

/* PDF download section styling */
.pdf-download-section {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}

.pdf-download-section h3 {
  color: #3cb371 ; /* Blue color for the heading */
}

.pdf-download-section p {
  margin-bottom: 20px;
}

.pdf-download-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007f5c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

.pdf-download-link:hover {
  background-color: #3b7a57; /* Darker blue on hover */
}

/* Mobile responsive styles for screens up to 768px */
@media (max-width: 768px) {
  .pdf-download-section {
    padding: 10px;
  }
}













header {
  background-color: #3cb371;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.video-card {
  width: 300px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-card iframe {
  width: 100%;
  height: 200px;
}

.video-card h3 {
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
}

















.aer0-container {
  max-width: 800px;
  margin: 0 auto;
}

.back-to-mother-india {
  background-color: #0067a5;
  padding: 50px 0;
  text-align: center;
}

.back-to-mother-india h2 {
  color: #fff;
}

.back-to-mother-india p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.back-to-mother-india a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007f5c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.back-to-mother-india a:hover {
  background-color: #3b7a57;
}

@media (200px <= width <= 1000px) {
  .back-to-mother-india h2 {
    font-size: 24px; /* Adjust font size for smaller screens */
  }

  .back-to-mother-india p {
    font-size: 14px; /* Further adjust font size for smaller screens */
    margin-bottom: 10px; /* Further adjust margin for smaller screens */
  }

  .back-to-mother-india a {
    padding: 8px 12px; /* Further adjust padding for smaller screens */
  }
}