* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
}

body {
  background-color: #1f1b2d !important;
  color: #fff !important;
}
::selection {
  background-color: #28204a;
  color: #fff;
}

/*Scrollbar Edit*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fd5631;
}
/*Scrollbar Edit*/

/*modal window (Booking Form) Start*/
.show-modal {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.75rem 3.5rem;
  margin: 5rem 2rem;
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer;
}

.close-modal {
  line-height: 0.5;
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 60px;
  color: #bfc1c7;
  cursor: pointer;
  border: none;
  background: none;
}
.modal-box h3 {
  line-height: 2;
}
.form-book-btn {
  width: 100%;
  background-color: #fd5631;
  padding: 7px 0;
  border: none;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

/* CLASSES TO MAKE MODAL WORK */
.hidden {
  display: none;
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;

  background-color: #1f1b2d;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

/*modal window (Booking Form) End*/

/*Nav Bar Start*/
.main-navbar__c {
  background-color: #1f1b2d;
  color: #fff;
  height: 75px;
}

.main-logo {
  color: #fd5631;
  text-transform: uppercase;
  font-size: 25px !important;
  margin-right: 45px !important;
}

.mobile-menu-toggler {
  color: #fff;
}
.menu-container li {
  padding: 0 15px;
}
li a:link,
li a:visited {
  color: #fff !important;
}

.nav-item .nav-link {
  color: rgb(187, 183, 183) !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-item .active {
  color: #fff !important;
}
.book-now-btn {
  border: 1px solid rgb(181 181 190);
  padding: 10px 28px;
  background: transparent;
  color: #fff;
}
/*Navbar End*/

/*Main section start*/
.main-section {
  height: 700px;
  background-color: #1f1b2d;
  background-image: url('../Images/hero-bg.png');
  background-size: 1920px 630px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 100px;
}
.container-box {
  display: flex;
  margin: 100px 0px;
}
.text-box {
  width: 40%;
}
.hero-img {
  width: 60%;
  align-self: center;
}
.hero-img img {
  width: 100%;
}
.text-box h2 {
  font-size: 56px;
  font-weight: 700;
}
.text-box p {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
/*Main section End*/

/*Why us section Start*/
.why-us-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;

  margin-top: 50px;
}
.why-us-box i {
  color: #fd5631;
  font-size: 50px;
}
.why-us-box h3 {
  font-size: 22px;
  font-weight: 700;
}
.why-us-box p {
  font-size: 14px;
  color: #e5e5e5;
}
/*Why us section End*/

/*Cabs Colletion box start*/
.our-cabs-sec {
  margin: 80px 0px;
}

.cabs-container {
  margin: 0 100px;
  padding: 35px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 50px;
  justify-content: center;
}

.cab-box {
  width: 400px;
  /* border: 1px solid rgb(243, 243, 243); */
  border-radius: 15px;
  background-color: #282435;
  overflow: hidden;
}
.cab-img-box img {
  width: 100%;
  /* border-radius: 15px 15px 0 0; */
}

.cab-content-box {
  padding: 20px;
}
.cab-content-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffffa6;
}
.cab-content-box p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.cab-cta-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid grey;
  padding: 25px 0;
}
.call-box {
  width: 50%;
  text-align: center;
}
.book-now-box {
  width: 50%;
  text-align: center;
}
.call-now-btn {
  background: transparent;
  padding: 10px 30px;
  border: 1px solid rgb(181 181 190);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/*Cabs Colletion box End*/

/**About us section start**/
.about-us {
  padding: 0 100px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.about-content {
  width: 60%;
}
.about-content span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fd5631;
}
.about-content h2 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.5;
}
.about-content h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.feature-box {
  display: flex;
}
.feature-box ul {
  width: 40%;
}
.feature-box ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-box ul li i {
  color: #fd5631;
}
.feature-box ul li p {
  margin: 0;
}
/**About us section End**/
/*footer section start*/
footer {
  background-color: #282435;
  padding: 50px 0px 0px 0;
}
.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
}
.contact-box div i {
  color: #fd5631;
  font-size: 21px;
}
.contact-box p a {
  text-decoration: none;
  color: #fff;
}

.social-link-container {
  display: flex;
  width: 20%;
  margin: auto;
  gap: 10px;
  align-items: center;
}
.social-link-container li {
  text-decoration: none;
  list-style: none;
  font-size: 24px;
  background-color: rgb(255 255 255 / 3%);
  border: 1px solid rgba(255, 255, 255, 0.03);
  padding: 4px 10px 0 10px;
  align-self: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.social-link-container li a:link,
.social-link-container li a:visited {
  text-decoration: none;
}
.social-link-container li:hover {
  background-color: rgba(255, 255, 255, 0.112);
}

.copyright-box {
  padding: 20px 0;
}
.copyright-box p a {
  line-height: 1.5;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.copyright-box p a:hover {
  color: #fd5631 !important;
}
/*footer section End*/

@media (max-width: 480px) {
  /*Modal Box Start*/
  .modal-box {
    width: 90%;
    padding: 30px 15px;
  }
  .close-modal {
    top: 5px;
    right: 5px;
    line-height: 0.5;
    font-size: 50px;
  }
  /*Modal Box End*/
  .main-navbar__c {
    height: auto;
  }
  /*Main Section Start*/
  .container-box {
    flex-direction: column;
    margin: 0;
  }
  .main-section {
    padding: 15px;
  }
  .text-box {
    width: 100%;
  }
  .hero-img {
    width: 100%;
  }
  .text-box h2 {
    font-size: 40px;
    font-weight: 700;
  }
  /*Main Section Ends*/

  .why-us-container {
    grid-template-columns: auto;
  }

  /*Our Cabs Section Start*/
  .our-cabs-sec {
    padding: 10px 15px;
  }
  .cabs-container {
    grid-template-columns: auto;
  }
  .cab-box {
    width: 330px;
  }

  .social-link-container {
    width: 100%;
    justify-content: center;
    padding: 0 !important;
  }

  .contact-box {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 30px;
  }
  .contact-box div p {
    margin: 0;
    padding: 0;
  }

  /*About us section start*/
  .about-us {
    flex-direction: column;
    padding: 10px;
  }
  .about-content {
    width: 100%;
  }
  .about-img {
    width: 100%;
  }
  .about-img img {
    width: 100%;
  }
  .feature-box {
    flex-direction: column;
  }
  .feature-box ul {
    width: 100%;
  }
  .about-content h2 {
    font-size: 32px;
  }
  /*About us section End*/

  /* .contact-box div {
    flex-direction: column;
  } */
}
