@import url("./variables.css");

/* CALL TO ACTIONN BUTTON */
.call-to-action {
  padding: 10px 25px;
  text-decoration: none;
  font-size: 18px;
  transition: 0.5s ease;
  letter-spacing: 0.5px;
  color: var(--dark);
  background-color: var(--light);
  display: block;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid gray;
  font-family: var(--para);
  text-transform: capitalize;
}

.call-to-action:hover {
  color: var(--light);
  background-color: var(--dark);
  border: 1px solid var(--dark);
}

/* HEADER */
.header {
  position: static;
}

.navbar {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9;
}

.header .top-bar {
  background-color: var(--dark);
  padding: 10px 0;
}

.header .top-bar .topbar-text {
  color: var(--light);
  margin: 0;
  font-weight: lighter;
  font-size: 14px;
  font-family: var(--para);
}

.header .top-bar .contact-links {
  color: var(--light) !important;
  text-decoration: none;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--para);
}

.navbar {
  padding: 15px 0px;
  transition: 0.3s ease-in-out;
  z-index: 12;
  width: 100%;
  /* border-radius: 5px; */
  padding: 10px 0px;
  background-color: var(--light);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.navbar .navbar-brand {
  /* font-family: var(--heading);
  font-size: 20px;
  color: var(--dark-alt);
  font-weight: 300; */
  width: 250px;
}

.navbar .nav-link {
  font-family: var(--para);
  padding: 5px 20px !important;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.navbar .nav-link.active {
  background-color: var(--dark);
  color: var(--light) !important;
}

.navbar-brand {
  color: var(--light);
  color: var(--dark);
}

.navbar .nav-link {
  color: var(--light);
  color: var(--dark);
}

/* HERO SECTION */

.hero {
  /* background: url("../images/banner.jpg") no-repeat center center/cover; */
  height: 100vh;
  background-attachment: fixed;
  position: relative;
}

.hero .carousel-inner {
  height: 100% !important;
}

.hero .carousel-item {
  position: absolute;
  top: 0;
  left: 0;

  z-index: 10;
}

.hero .carousel-item img {
  object-fit: cover;
  object-position: center;
  animation: zoomIn 8s infinite linear;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.hero .carousel-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #0000009e, transparent);
  z-index: 3;
}

.hero .text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* border-radius: 10px; */
  flex-direction: column;
  z-index: 11;
  transform: translate(-50%, -50%);
}

.hero .text .main-heading {
  font-size: 78px;
  text-align: center;
  font-weight: 500;
  color: var(--dark);
  color: var(--light);
  letter-spacing: 2px;
  font-family: var(--heading);
  font-family: var(--cursive-two);
}

.hero .text .main-text {
  font-size: 18px;
  color: var(--light);
}

.hero .text p {
  color: var(--dark);
}

.hero .hero-button {
  padding: 10px 40px;
  text-decoration: none;
  font-size: 18px;
  color: var(--light);
  display: inline-block;
  transition: 0.5s all ease-in-out;
  border: 1px solid var(--light);
  font-family: var(--para);
}

.hero .hero-button:hover {
  color: var(--light);
  transition: 0.5s all ease-in-out;
  display: inline-block;
  background-color: var(--dark);
  border: 1px solid var(--light);
}

/* ABOUT US SECTION */
.about-us-section {
  position: relative;
  z-index: 1;
}

.about-text {
}

.about-us-section .about-text .sub-heading {
}

.about-us-section .about-us-heading {
  position: relative;
  z-index: 2;
}

.about-us-heading::before {
  /* content: "AK Tours and Travels";
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: -1;
  font-family: var(--cursive);
  font-size: 50px;
  width: 100%;
  line-height: ;
  color: rgb(185, 185, 185); */
}

/* TETIMONIALS SECTION */

.testimonials .testimonials-heading {
  font-size: 100px;
  color: var(--lightgray);
  font-family: var(--cursive-two);
}

.testimonials {
  /* background-color: rgba(241, 241, 241, 0.775); */
  /* padding: 80px 0 100px 0; */
}

.testimonials .card {
  border-radius: 0;
  height: 220px;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.testimonials .card .testimonony {
  font-size: 18px;
  font-family: var(--heading);
  margin-top: 20px;
  /* position: absolute;
  bottom: 20px;
  width: calc(100% - 60px); */
}

.testimonials .card .testimonony i {
  color: var(--lightgray);
}

.testimonials .card .testimonony .d-flex {
  gap: 2px;
}

/* MAP SECTION */

.map-section .map {
  -webkit-filter: grayscale(100%);
}

.map-section {
  padding-bottom: 70px;
}

/* @media only screen and .map-section {
  padding-bottom: 70px;
} */

/* CONTACT FORM SECTION */

.form-section {
  /* background: url("../images/map.jpg") no-repeat center center; */
  background-size: cover;
  position: relative;
}

.form-section .container {
  position: relative;
}

/* .form-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #000;
} */

.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: 1px solid #e2e2e2 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out;
  box-shadow: none;
}

.contact-form textarea {
  height: 150px !important;
}

.form-section .contact-form {
  position: relative;
  z-index: 2;
}

.contact-form .form-control:focus {
  border-color: var(--dark);
  outline: 0;
  box-shadow: none;
}

.form-section .vehicle {
  position: absolute;
  width: 600px;
  bottom: 50px;
  z-index: 1;
  opacity: 0.5;
  right: -100px;
}

/* PLACES SECTION */
.places .container .thin-line {
  border-top: 0.3px solid lightgray;
}

.places .card-image {
  height: 250px;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
}

.places .card-image img {
  height: 100%;
  transition: 0.5s ease-in-out;
  object-fit: cover;
  object-fit: center;
}

.places .card-image img:hover {
  transform: scale(1.1);
}

.places .enquiry {
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-family: var(--para);
  color: var(--dark-alt);
  margin-top: 30px !important;
}

/* FOOTER */
.footer {
  background-color: #151515;
  padding: 100px 0;
}

.footer .line {
  border-top: 1px solid var(--light);
  width: 100px;
  margin: 0 auto;
}

.footer .footer-heading {
  color: var(--light-alt);
  font-size: 50px;
  letter-spacing: 1.5px;
  font-family: var(--cursive-two);
}

.footer .footer-text {
  color: var(--light-alt);
  font-size: 15px;
}

.footer .socials i {
  color: var(--dark);
  font-size: 20px;
}

.footer .footer-links a {
  font-size: 16px;
  color: var(--light-alt);
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer .footer-links li a {
  padding: 0 0 10px 0;
}

.footer .footer-main-heading {
  font-family: var(--cursive-two);
  color: var(--light-alt);
  font-size: 60px;
  margin-bottom: 0;
  text-align: center;
}

.footer .our-office-heading {
  font-size: 20px;
  color: var(--light-alt);
  font-family: var(--para);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer i {
  font-size: 16px;
  color: var(--light);
  padding: 5px;
  align-self: flex-start;
  /* background-color: var(--light); */
}

.footer i.fa-map {
  padding-top: 5px;
  display: inline-block;
}

.footer a {
  color: var(--light-alt);
  text-decoration: none;
  display: inline-block;
  font-weight: 300;
}

.footer .owl-carousel .item img {
  height: 100px;
  object-fit: cover;
  object-position: center;
}

/* COPYRIGHT BOX */
.copyright-box {
  background-color: var(--dark);
  padding: 20px 0;
}

.copyright-box .container p {
  color: rgb(216, 216, 216);
}

.copyright-box .company-name {
  color: var(--light);
  font-weight: 500;
  text-decoration: none;
}

/* SERVICES */
.services img {
  width: 70px;
}

.services .amazing-vactions-list {
  margin-top: 20px;
}

.services .amazing-vactions-list li:not(:first-child) {
  padding: 10px 0 0 0;
}

.services .amazing-vactions-list li {
  font-size: 16px;
  color: var(--dark-alt);
  font-weight: 300;
}

.services .amazing-vactions-list li {
  list-style-position: inside;
}

.services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.services-grid .card:nth-child(5) {
  grid-row: 1 / span 2;
  grid-column: 3;
  cursor: pointer;
  /* height: fit-content; */
}

.services-grid .card {
  border-radius: 0px;
  /* cursor: pointer; */
  overflow: hidden;
  height: 100%;
}

.services-grid .card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.services-grid .tertiary-heading {
  font-size: 20px;
}

.services-grid .amazing-vactions-list-heading {
}

.services .services-grid .dash,
.terms-and-condition .dash {
  width: 10px;
  height: 0.5px;
  position: relative;
  top: 10px;
  background-color: var(--dark);
}

.services .services-grid .list-text,
.terms-and-condition .list-text {
  width: calc(100% - 10px);
}

/* SERVICES */

/* SUITE OF PRODUCTS */
.suite-of-products .accordion-info {
  align-items: center;
}

.suite-of-products .accordion-info span:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
}

.suite-of-products .accordion-info .accordion-image {
  width: 35px;
  height: 35px;
}

.suite-of-products .accordion-button:focus {
  color: var(--primary);
  background: none !important;
  border: 0 !important;
  box-shadow: none;
}

.suite-of-products .accordion-button:focus {
}

/* SUITE OF PRODUCTS */

/* MEDIA QUERIRES */
@media screen and (max-width: 992px) {
  .services .services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, fit-content);
  }

  .services-grid .card:nth-child(5) {
    grid-row: auto;
    grid-column: auto;
  }

  .footer .footer-main-heading {
    font-size: 40px;
  }

  .footer .footer-heading {
    font-size: 36px;
  }

  .footer {
    padding: 50px 0;
  }

  .navbar-collapse .navbar-nav {
    padding-top: 30px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .navbar-toggler {
    background-color: var(--dark);
    color: var(--light);
  }

  .navbar-collapse .nav-item {
    padding: 6px 0;
  }
}

/* Responsive styles for screens below 768px */
@media screen and (max-width: 768px) {
  .services .services-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, fit-content);
    grid-auto-columns: max-content;
  }

  .call-to-action {
    font-size: 16px;
    padding: 10px 30px;
  }

  .services img {
    width: 50px;
  }

  .navbar-brand {
    width: 200px !important;
  }

  .testimonials .testimonials-heading {
    font-size: 70px;
  }

  .footer .our-office-heading {
    font-size: 18px;
  }

  .footer .footer-heading {
    margin-bottom: 10px !important;
  }

  .footer-main-heading {
    margin: 0 !important;
  }

  .footer .socials {
    margin-top: 30px !important;
  }

  .footer .our-office-heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .top-bar .outer-flex {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    text-align: center;
  }
  .hero,
  .hero .carousel.h-100 {
    height: auto !important;
  }

  .contact-details.gap-3 {
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    gap: 5px !important;
  }
  .contact-details i {
    font-size: 12px;
  }
  .contact-details span {
    font-size: 14px;
  }

  .copyright-box .d-flex {
    flex-direction: column;
    gap: 10px;
  }
  .hero .carousel-inner.h-100 {
    height: 80vh !important;
    max-height: 500px !important;
  }
  .terms-and-condition .sub-heading {
    font-size: 18px !important;
  }
  .terms-and-condition .dash {
    height: 1px;
  }
  .footer .footer-heading {
    text-align: left !important;
  }

  .terms-and-condition .all-terms {
    padding: 20px !important;
  }
}

/* MEDIA QUERIRES */

/* ... Existing styles ... */

.hero {
  height: 100vh;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  /* Add this to hide overflow */
}

.hero .carousel-inner {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  /* Change to a vertical flex container */
}

.hero .carousel-item {
  flex: 1;
  /* Make each item flex to take full height */
}

.hero .carousel-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  /* Set image height to 100% */
  animation: zoomIn 10s infinite linear;
}

/* ... Rest of your styles ... */

/* -------- x -------- */

.terms-and-condition .sub-heading {
  font-size: 24px;
}

.terms-and-condition .terms-card {
  box-shadow: var(--bs-box-shadow);
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.terms-and-condition .all-terms {
  padding: 40px;
  z-index: 111;
  position: relative;
  /* max-height: 500px;
  overflow: scroll;
  overflow-x: hidden; */
}

.terms-and-condition .line {
  border-top: 1px solid var(--dark);
  width: 150px;
  margin: 0;
}

/* ---- outline ------ */

.terms-and-condition .outline {
  z-index: 1;
  opacity: 0.1;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}

.terms-and-condition .outline .outline-image {
  z-index: 1;
}

.terms-and-condition .outline .plane-image {
  width: 15%;
  position: absolute;
  bottom: 64%;
  left: 41%;
  transform: rotate(17deg);
  -webkit-transform: scaleX(-1);
  /* transform: scaleX(-1); */
  transform: rotate(67deg);
  z-index: 6;
}

.terms-and-condition .outline .plane-animated {
  width: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: unset;
  z-index: 6;
  animation-name: airplane-fly;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.terms-and-condition .list-text {
  font-size: 16px;
  font-weight: 300;
  font-family: var(--para);
  color: var(--dark-alt);
  line-height: 160%;
  letter-spacing: 0.5px;
}
