.hero-section {
  height: 110vh;
  background-color: #121c33;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.hero {
  position: relative;
}
.hero .cloud1 {
  position: absolute;
  top: -60px;
  left: 15%;
}
.hero .cloud2 {
  position: absolute;
  top: -40%;
  right: -90%;
}
.hero h4 {
  color: #ccb248;
  font-size: 24px;
}
.hero h2 {
  color: white;
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 60px;
}

.lines {
  position: absolute;
  top: 30%;
}
.lines img {
  width: 100%;
}
.hero .button {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #ccb248;
  padding: 12px 24px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1;
  border: 2px solid #ccb248;
  font-size: 18px;
}
.hero .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #ccb248;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  border-radius: 50%;
  z-index: -1;
}
.hero .button:hover::before {
  width: 300%;
  height: 300%;
}
.hero .button:hover {
  color: #121c33; /* Text color changes on hover */
}
/* .button span {
  position: relative;
  z-index: 1;
} */
.airplane {
  position: absolute;
  z-index: 1000;
  top: 15%;
  right: 0;
  animation: zoomInLeft 1s ease-out forwards, sway 6s ease-in-out infinite;
  animation-delay: 0s, 1s; /* sway starts after zoom */
}

/*  */
.aboutImg img {
  width: 100%;
}
.aboutDiv h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ccb248;
}
.aboutDiv h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ccb248;
}
.aboutDiv p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}
.aboutImg img {
  border: 5px solid #ccb248;
  border-radius: 20px;
}
.aboutDiv button {
  background-color: #121c33;
  color: white;
  border: 1px solid #ccb248;
  padding: 10px 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-radius: 20px;
}
.aboutDiv button:hover {
  background-color: #ccb248;
}

.aboutImg {
  position: relative;
  width: 100%; /* Ensure the container has width */
  height: 450px; /* Set height as needed */
}

.aboutImg img {
  border: 5px solid #ccb248;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures images fill the container */
  opacity: 0; /* Initially hidden */
  animation: fadeImages 10s ease-in-out infinite;
}
.aboutImg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 105%;
  background-color: #ccb248;
  top: -10px;
  left: 15px;
  z-index: -1;
  border-radius: 20px;
}
.aboutImg .slide:nth-child(1) {
  animation-delay: 0s;
}
.aboutImg .slide:nth-child(2) {
  animation-delay: 2.5s;
}
.aboutImg .slide:nth-child(3) {
  animation-delay: 5s;
}
.aboutImg .slide:nth-child(4) {
  animation-delay: 7.5s;
}
/*  */

.serviceContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 300px;
}
.serviceContent h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.serviceContent p {
  font-family: "Open Sans", sans-serif;
  color: #6c6b6b;
  font-weight: 400;
  font-size: 14px;
  /* border-bottom: 3px dotted #ccb248; */
  border: none;
  /* background-image: repeating-linear-gradient(
    to right,
    #ccb248,
    #ccb248 5px,
    transparent 5px,
    transparent 10px
  ); */
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 2px; /* Height of the line */
  padding-bottom: 5px;
}
.serviceContent a i {
  color: #ccb248;
  margin-right: 10px;
}
.serviceContent a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: black;
  text-decoration: none;
  /* background-image: repeating-linear-gradient(
    to right,
    #ccb248,
    #ccb248 5px,
    transparent 5px,
    transparent 10px
  ); */
  border-top: 2px dashed #ccb248;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.serviceContent a:hover {
  color: #ccb248;
}
/*  */
.clientImg img {
  width: 50px;
}
.review-para {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.reviewCard {
  background-color: white;
  padding: 35px 20px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.reviewCard h3 {
  color: black !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.reviewCard p {
  color: black !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.reviewCard i {
  font-size: 12px;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-header .clientImg {
  width: 100px !important;
  margin-top: -50px;
  margin-left: -30px;
}
.review-header .quoteImg {
  width: 40px !important;
}
@keyframes fadeImages {
  0%,
  100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: translateX(-800px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0deg);
  }
}
@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  40% {
    transform: translate(20px, -20px);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  80% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .airplane {
    display: none;
  }
  .serviceContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 280px;
  }
}
