@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: Poppins;
  color: var(--primary-txt-color);
}

:root {
  --primary-bg-color: #f8f8f8;
  --secondary-bg-color: #ffae00;
  --primary-txt-color: #8d8d8d;
}

.container {
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row > * {
  padding: 0 15px;
}

ul > li {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

h2,
.banner-heading {
  color: black !important;
}

.subtitle {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.description {
  max-width: 558px;
  margin: 16px auto 32px;
  text-align: center;
  font-size: 14px;
}

/* header section */

header {
  padding: 0.5rem 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.navbar-brand > a {
  max-width: 198px;
}

.navbar-brand > a > img {
  width: 100%;
  object-fit: contain;
}

nav,
.nav-right,
.nav-right > ul {
  display: flex;
  align-items: center;
}

.nav-right {
  flex-grow: 1;
  font-size: 18px;
  gap: 65px;
}

.nav-right > ul {
  margin-left: auto;
  gap: 25px;
}

.nav-right > ul > li > a {
  color: black;
  position: relative;
}

.nav-right > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 3px;
  background-color: var(--secondary-bg-color);
}

.nav-right > ul > li > a:hover::after {
  width: 100%;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.login {
  font-size: 19px;
  color: black;
}

.login:hover {
  transform: scale(1.2);
}

.signup {
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 19px;
  background: var(--secondary-bg-color);
  color: white;
}

.signup:hover {
  transform: scale(1.2);
}

.ham {
  display: none;
}

.active {
  display: flex !important;
}

/* banner section */

.banner-section {
  background: url(../assets/banner.png) center/ cover no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-section .row {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

.banner-section .col1 {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-top: 160px;
}

.about-us-heading {
  font-size: 144px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
  /* margin-left: 135px;
  margin-top: 150px; */
}

.about-text {
  color: transparent;
  -webkit-text-stroke: 3px #666;
  text-stroke: 3px #666;
  display: block;
}

.us-text {
  color: rgba(255, 174, 0, 0.21);
  display: block;
  font-size: 326px;
  text-align: end;
}

.sm-banner-div {
  position: absolute;
  bottom: -90px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.sm-banner-div > img {
  max-width: 100%;
  object-fit: contain;
}

/* welcome section */

.welcome-section {
  margin: 100px 0 88px;
}

/* about company section */

.col1 {
  width: 50%;
}

.about-company-image {
  max-width: 660px;
}

.about-company-image > img {
  width: 100%;
  object-fit: contain;
}

.about-company-text {
  font-size: 30px;
  color: var(--secondary-bg-color);
  margin-bottom: 15px;
}

.adventure-begins {
  font-size: 40px;
  color: black;
  max-width: 424px;
  margin-bottom: 20px;
}

.about-description {
  max-width: 560px;
  text-align: start;
  margin: none;
}

/* footer section */

footer {
  background-color: black;
  margin-top: 465px;
  padding-block: 330px 50px;
  position: relative;
}

.get-in-touch {
  padding: 30px 10px;
  max-width: 896px;
  position: absolute;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  top: -390px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.get-in-touch-header {
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  color: black;
  margin-bottom: 30px;
}

.get-in-touch .col1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

form {
  width: 100%;
}

.col1 input[type="text"] {
  padding: 10px 5px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 80%;
}

.col1 input[type="email"] {
  padding: 10px 5px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 80%;
}

#message {
  padding: 10px 10px 60px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 80%;
}

.message-btn {
  text-wrap: nowrap;
  background-color: #ffae00;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  padding: 15px 10px;
  max-width: 120px;
}

.form-div > .first-para {
  max-width: 275px;
  font-size: 24px;
  margin-bottom: 10px;
}

.first-para > img {
  max-width: 145px;
  object-fit: contain;
}

.img {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}

.img > a {
  max-width: 160px;
}

.img > a > img {
  width: 100%;
  object-fit: contain;
}

.all-car {
  max-width: 690px;
}

.all-car > img {
  width: 100%;
  object-fit: contain;
}

footer .row {
  align-items: start;
  justify-content: space-between;
}

.frst-footer-div {
  max-width: 460px;
}

.footer-logo {
  max-width: 198px;
}

.footer-logo > img {
  width: 100%;
  object-fit: contain;
}

.frst-footer-div > p {
  margin-block: 20px 10px;
  font-weight: 200;
}

.icons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.icons > a {
  max-width: 24px;
}

.icons > a > img {
  width: 100%;
  object-fit: contain;
}

.scnd-footer-div > ul > li > a {
  color: white;
  font-weight: 200;
  margin-bottom: 16px;
}

.scnd-footer-div > ul > li > .footer-subheading {
  font-weight: 800 !important;
}

.frth-footer-div > p {
  margin-bottom: 16px;
}

.footer-search-field {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 23px;
}

.footer-search-field > input[type="text"] {
  border-radius: 3px;
  background-color: #d9d9d9;
  padding: 12px 7px;
}

.subscribe-btn {
  padding: 5px 10px;
  color: white;
  border-radius: 6px;
  background-color: #ffae00;
  max-width: 94px;
}

hr {
  margin-block: 25px 10px;
}

.rights {
  text-align: center;
}

@media screen and (max-width: 1300px) {
  /* header section */

  .nav-right {
    padding-block: 50px;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    flex-direction: column;
    animation: upsidedown 0.5s forwards 1 linear;
    background-color: black;
    gap: 25px;
    background-color: #fff9f9;
  }

  @keyframes upsidedown {
    from {
      transform: translateY(-200px);
    }
    to {
      transform: translateY(0);
    }
  }

  .nav-right > ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin: 0 auto;
  }

  .nav-right > ul > li > a {
    font-size: 12px;
  }

  .nav-btn {
    flex-direction: column;
    gap: 25px;
  }

  .nav-btn > a {
    font-size: 12px;
  }

  .ham {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .ham > span {
    display: inline-block;
    height: 3px;
    width: 20px;
    background-color: black;
  }

  .ham span {
    transition: all 0.3s ease;
  }

  .ham.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

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

  .ham.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

@media screen and (max-width: 1200px) {
  /* banner section */

  .banner-section .col1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .us-text {
    text-align: center;
  }

  /* footer section */

  .get-in-touch-header {
    font-size: 40px;
  }

  .form-div > .first-para {
    font-size: 18px;
  }

  .first-para > img {
    max-width: 115px;
  }

  .img > a > img {
    width: 80%;
  }

  .col1 input[type="text"] {
    width: 70%;
    margin-bottom: 10px;
  }

  .col1 input[type="email"] {
    width: 70%;
    margin-bottom: 10px;
  }

  #message {
    width: 70%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  /* about company section */

  .col1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-company-content {
    text-align: center;
  }

  .adventure-begins {
    margin: 0 auto 20px;
  }

  .about-description {
    text-align: center;
  }

  /* footer section */

  footer {
    margin-top: 500px;
  }

  .get-in-touch {
    min-width: 700px;
    top: -450px;
  }

  .col1 input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .col1 input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  #message {
    width: 100%;
    margin-bottom: 10px;
  }

  .message-btn {
    display: block;
    margin: 0 auto;
  }

  .form-div > .first-para {
    max-width: none;
  }

  .img {
    flex-direction: row;
  }

  footer .row {
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .about-us-heading {
    font-size: 110px;
  }

  .us-text {
    font-size: 230px;
  }

  /* footer section */

  .get-in-touch {
    min-width: 500px;
    top: -390px;
  }

  .get-in-touch-header {
    font-size: 30px;
  }

  .form-div > .first-para {
    display: none;
  }

  .form-div > .scnd-para {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  /* header section */
  header {
    padding: 0.5rem 15px;
  }

  .navbar-brand > a > img {
    width: 80%;
  }

  .ham {
    gap: 3px;
  }

  .ham > span {
    height: 1px;
  }

  .subtitle,
  .adventure-begins {
    font-size: 30px;
  }

  .description,
  .about-description {
    font-size: 14px;
  }

  /* footer section */

  footer {
    margin-top: 465px;
    padding-block: 245px 50px;
  }

  .get-in-touch {
    min-width: 300px;
    /* bottom: 870px; */
    top: -390px;
  }

  .get-in-touch-header {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  /* header section */
  header {
    padding: 0.5rem 0px;
  }

  .navbar-brand > a > img {
    width: 70%;
  }

  .subtitle,
  .adventure-begins {
    font-size: 25px;
  }

  .description,
  .about-description {
    font-size: 12px;
  }
  .sm-banner-div {
    position: absolute;
    bottom: -60px;
  }
  .about-us-heading {
    font-size: 80px;
  }

  .us-text {
    font-size: 200px;
  }

  /* footer section */

  footer .row {
    flex-direction: column;
    font-size: 12px;
  }

  .footer-logo > img {
    width: 80%;
  }

  .footer-search-field {
    flex-direction: row;
    align-items: center;
  }

  .rights {
    font-size: 12px;
  }
}
