* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'poppins', sans-serif;
}

/* -------------------------------------HOME---------------------------------- */
#bus-icon {
  font-size: 24px;
  margin: 5px;
  color: rgb(54, 86, 232);
  margin-left: -18px;
  /* text-shadow: 1px 1px 1px black; */
}

.logo-span {
  color: rgb(54, 86, 232);
  /* text-shadow: 1px 1px 1px black; */
}

h4 {
  font-size: 25px;
  /* text-shadow: 1px 1px 1px black; */
}

header {
  width: 100%;
  height: 95vh;
  /* border: 1px solid #000;  */
  margin: auto;
}

header nav {
  width: 95%;
  height: 7%;
  /* border: 1px solid #000; */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul {
  list-style-type: none;
  display: flex;
}

header nav ul li {
  padding: 3px 15px;
}

.reg-btn {
  height: 30px;
  width: 105px;
  font-weight: bold;
  font-size: 17px;
  color: white;
  border-radius: 20px;
  background: black;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}

.reg-btn a {
  color: white;
  text-decoration: none;
}

.reg-btn:hover {
  background-color: gray;
  border: 2px solid rgb(113, 113, 113);
}

header nav ul li a {
  text-decoration: none;
  color: #121213;
  font-size: 17px;
  font-weight: bold;
  transition: .3s linear;
}

header nav ul li a:hover {
  color: gray;
}

header nav .bi-three-dots {
  display: none;
}

.blur-header::after {
  content: '';
  position: absolute;
  width: 1000%;
  height: 100%;
  background-color: hsla(var(--hue), 70%, 4%, .2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  top: 0;
  left: 0;
  z-index: -1;
}

header .content {
  position: relative;
  width: 100%;
  height: 93%;
  border: 1px solid #f9f6f6;
}

header .content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  background: url(images/bg-1.jpg) no-repeat center center/cover;
  z-index: -10;
}

header .content .cont-bx h1 {
  font-size: 45px;
  margin-left: 40px;
  margin-top: 60px;
  font-weight: bold;
  line-height: 50px;
  color: white;
}

header .content .cont-bx p {
  margin-left: 40px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 19px;
  color: rgb(54, 86, 232);
}

header .content .cont-bx button {
  margin-top: 30px;
  margin-left: 40px;
  height: 35px;
  width: 150px;
  font-size: 16px;
  color: white;
  border-radius: 20px;
  /* border: 2px solid black; */
  background: black;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}

header .content .cont-bx button:hover {
  background: rgb(113, 113, 113);
  border: 2px solid rgb(113, 113, 113);
}

header .trip-bx {
  position: relative;
  width: 95%;
  height: auto;
  margin: auto;
  /* border: 1px solid black; */
}

header .trip-bx .search-bx {
  position: absolute;
  height: 80px;
  width: 47.5%;
  margin-top: 30px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 10px 25px rgb(114, 114, 114);
  z-index: 1;
  padding: 20px 30px;
}

header .trip-bx .search-bx .card {
  width: 200px;
  height: 100%;
  /* border: 1px solid black; */
}

header .trip-bx .search-bx .card h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
  /* margin-top: 5px; */
}

header .trip-bx .search-bx .card h3 .bi {
  position: absolute;
  font-size: 13px;
  margin: 2px 0px 0px 5px;
  transition: .3s linear;
}

header .trip-bx .search-bx .card input {
  margin-top: 3px;
  padding: 5px 0px;
  border: none;
  outline: none;
  font-size: 13px;
}

header .trip-bx .search-bx input[type="button"] {
  background: black;
  color: white;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 20px;
  transition: .3s linear;
  cursor: pointer;
}

header .trip-bx .search-bx input[type="button"]:hover {
  background: gray;
}

header .trip-bx .travel_bx {
  position: relative;
  width: 100%;
  height: 300px;
  margin: auto;
  top: 65px;
  border-radius: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 20px 25px -10px rgb(165, 165, 165);
}

header .trip-bx .travel_bx::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgb(241, 241, 241, .7);
  backdrop-filter: blur(5px);
  z-index: -1;
}

header .trip-bx .travel_bx h4 {
  margin: 0;
  padding: 60px 0px 15px 1.7%;
}

header .trip-bx .travel_bx .cards {
  width: 96%;
  height: auto;
  margin: 0 auto;
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .trip-bx .travel_bx .cards .card {
  width: 220px;
  height: 220px;
  /* border: 1px solid black; */
}

header .trip-bx .travel_bx .cards .card h3 {
  margin: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

header .trip-bx .travel_bx .cards .card h3 img {
  width: 30px;
  height: 25px;
  margin: 5px;
}

header .trip-bx .travel_bx .cards .card img {
  width: 100%;
  height: 110px;
  margin: 5px;
  margin-left: -0px;
  margin-top: -7px;
}

header .trip-bx .travel_bx .cards .card .btn-city {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid black; */
}

header .trip-bx .travel_bx .cards .card .btn-city a {
  text-decoration: none;
  background: black;
  color: white;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 13px;
  transition: .3s linear;
}

header .trip-bx .travel_bx .cards .card .btn-city a:hover {
  background: gray;
}

header .trip-bx .travel_bx .cards .card .btn-city h5 {
  font-size: 13px;
  font-weight: 500px;
  margin: 0;
  margin-top: 5px;
}

header .trip-bx .travel_bx .cards .card .btn-city h5 span{
  color: red;
}



/*------------------------------------REGISTER--------------------------------- */
.register-form {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.register-form.active {
  top: 0;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  background: #257fa5;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.title {
  font-size: 22px;
  color: #06d2b6;
  font-weight: bolder;
  letter-spacing: .3px;
  position: relative;
  text-align: center;
}

.message,
.signin {
  color: white;
  font-size: 15px;
  text-align: center;
}

.signin a {
  color: #06d2b6;
  text-decoration: none;
  transition: .3s;
}

.form-group-register {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label input {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: none;
  border: none;
  border-radius: 10px;
}

.form label input+span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: black;
  font-size: 0.9rem;
  cursor: text;
  transition: .3s ease;
}

form label input::placeholder-shown+span {
  top: 15px;
  font-size: 0.9rem;
}

.form label input:focus+span,
.form label input:valid+span {
  top: 30px;
  font-size: 0.7rem;
  font-weight: 600px;
}

.form label input:valid+span {
  color: #06d2b6;
}

.submit {
  border: none;
  outline: none;
  background: #06d2b6;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}

.submit:hover {
  background: #04e0c3;
  transition: .4s ease;
}

.register-form #form-close {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 45px;
  color: white;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.2s ease-in;
}

#form-close:hover {
  opacity: 0.5;
  background-color: lightgray;
  color: white;
}

/* --------------------------------------------SERVICES----------------------------------------------------- */
.services{
  width: 100%;
  height: 200vh;
  background: rgb(251, 249, 249);
}
.flex-container {
  height: auto;
  width: auto;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  margin-top: 50px;
  text-align: center;
  margin-left: 80px;
}

.flex-box {
  height: 250px;
  width: 370px;
  /* background: rgb(208, 200, 200); */
  color: black;
  font-size: 18px;
  transition: 1s;
  /* border: 1px solid black; */
  margin: 40px;
  border-radius: 10px;
}

.flex-box:hover {
  box-shadow: 0 5px 8px black;
}

#icons {
  text-align: center;
  font-size: 60px;
  color: orange;
}

.flex-box h5 {
  margin-top: 20px;
  font-size: 23px;
}

.flex-box p {
  font-size: 17px;
  margin-top: 20px;
  color: grey;
}

.about-img img{
  height: 500px;
  width: 500px;
  margin-top: 50px;
  margin-left: 70px;
}

 h2{
  margin-left: 115px;
  font-size: 45px;
  margin-top: 60px;
}

h2::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 20px;
  height: 2px;
  background-color: black;
}

.about-para{
  margin-top: -410px;
  margin-left: 680px;
  font-size: 18px;
  line-height: 27px;
  color: rgb(103, 100, 100);
}

.about-btn
{
  margin-top: -60px;

}
.about-btn button{
  height: 35px;
  width: 150px;
  margin-left:685px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: orange;
  outline: none;
  border: none;
}

.about-btn button:hover{
  background-color: black;
}


/* --------------------------------------------PACAKGES----------------------------------------------------- */
.pacakges {
  background: white;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.heading {
  text-align: center;
  padding: 2.5rem 0;
  margin-top: 100px;
}

.heading span {
  font-size: 42px;
  background: rgba(255, 165, 0, .2);
  border-radius: .5rem;
  padding: .2rem 1rem;
  color: orange;
}

.flex-container-packages {
  height: auto;
  width: auto;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  margin-top: 5px;
  text-align: center;
  margin-left: 100px;
}

.flex-box-packages {
  height: 510px;
  width: 380px;
  background: rgb(249, 245, 245);
  font-size: 40px;
  margin: 30px;
  border: 1px solid rgb(249, 247, 247);
  box-shadow: 0 0 4px;
  border-radius: 10px;
}

.flex-box-packages:hover {
  box-shadow: 0 5px 8px black;
}

.flex-box-packages img {
  height: 280px;
  width: 100%;
  border: none;
  border-radius: 10px 10px 0px 0px;
}

.bi-geo-alt-fill {
  color: orange;
  padding: 5px;
}

.pacakges-location {
  font-size: 21px;
  font-weight: bolder;
  margin-top: 10px;
  margin-left: -265px;
}

.pacakges-msg {
  font-size: 20px;
  margin-right: 1px;
  margin-top: 10px;
}

.span {
  color: black;
  margin-left: -150px;
  font-size: 20px;
  margin-top: -80px;
}

.rating {
  margin-left: -207px;
  margin-top: -10px;
}

.rating span {
  font-size: 20px;
  color: orange;
}

.location-price {
  font-size: 20px;
  margin-left: -220px;
}

del {
  color: rgb(177, 173, 173);
  font-size: 17px;
  margin-left: 5px;
  margin-top: 20px;

}

.location-btn {
  height: 33px;
  width: 120px;
  background: orange;
  color: white;
  outline: none;
  margin-left: -230px;
  margin-top: -1000px;
  border: none;
  font-size: 16px;
  transition: .3s ease;
}

.location-btn a {
 text-decoration: none;
  color: white;
 
}
.flex-box-packages button{
  margin-top: -200px;
}

.location-btn:hover {
  background: rgb(150, 148, 148);
}

/*--------------------------------------------REVIEW------------------------------------------------------ */
:root {
  --primary-color: #ff226f;
  --primary-color-dark: #fe6769;
  --text-dark: #333333;
  --white: #ffffff;
}

.review_header{
  background-image: url("images/bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
}

.reviews {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

.review__left h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: orange;
}

.review__left p {
  color: #333333;
  margin-bottom: 1rem;
}

.review__left button {
  padding: 1rem 2rem;
  margin-top: 1rem;
  outline: none;
  border: none;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    orange,
    orangered
  );
  color: white;
  font-size: 1rem;
  cursor: pointer;
}

.review__right {
  display: grid;
  gap: 2rem;
}

.reviews .card {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.reviews .card img {
  max-width: 75px;
  border-radius: 100%;
}

.reviews .card__content {
  display: flex;
  gap: 1rem;
}

.reviews .card__content span i {
  font-size: 2rem;
  color: orange;
}

.reviews .card__details p {
  font-style: italic;
  color: #333333;
  margin-bottom: 1rem;
}

.reviews .card__details h4 {
  text-align: right;
  color: orange;
  font-size: 1rem;
  font-weight: 500;
}

@media (width < 1200px) {
  .reviews {
    gap: 3rem;
  }
}

@media (width < 900px) {
  .reviews {
    grid-template-columns: repeat(1, 1fr);
  }

  .review__right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width < 750px) {
 .review__right {
    grid-template-columns: repeat(1, 1fr);
  }
}


/*--------------------------------------------BOOKING----------------------------------------------------- */

.booking{
    width: 100%;
    height: 109vh;
    background: rgb(251, 249, 249);
  }
  .booking .row {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    align-items: center;
  }
  
  .booking .booking-img img {
    height: 600px;
    width: 600px;
    margin-top: -10px;
    margin-left: 80px;
  }
  
  .booking .row form {
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .3);
    border-radius: .5rem;
    margin-left: 750px;
    margin-top: -700px;
    width: 650px;
  
  }
  
  .booking .row form .inputBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
  }
  
  
  .booking .row form .inputBox input {
    width: 250px;
    margin: 10px;
    padding: 15px;
    font-size: 18px;
    color: black;
    background: #f7f7f7;
    text-transform: none;
    outline: none;
    border: none;
  }
  
  
  .booking form .submit-btn {
    height: 3rem;
    width: 568px;
    border: none;
    background: orange;
    color: white;
    font-size: 19px;
    margin-left: 10px;
    margin-top: 10px;
  }
  
  .submit-btn:hover {
    background: grey;
  }
  
/*--------------------------------------------CONTACT----------------------------------------------------- */

.contact{
  width: 100%;
  height: 120vh;
  background: rgb(251, 249, 249);
}
.contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  align-items: center;
}

.contact-img img {
  height: 650px;
  width: 650px;
  margin-top: -25px;
  margin-left: 25px;
}

.contact .row form {
  padding: 2rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .3);
  border-radius: .5rem;
  margin-left: 670px;
  margin-top: -750px;
  width: 800px;
}

.contact .row form .inputBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: black;
}

.contact .row form .inputBox input,
.contact .row form textarea {
  width: 320px;
  margin: 10px;
  padding: 15px;
  font-size: 18px;
  color: black;
  background: #f1eeee;
  text-transform: none;
  outline: none;
  border: none;
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
  width: 100%;
  font-family: sans-serif;
}

form .submit-btn {
  height: 3rem;
  width: 280px;
  resize: none;
  border: none;
  background: orange;
  color: white;
  font-size: 19px;
  margin-left: 10px;
}

.submit-btn:hover {
  background: grey;
}

/*-------------------------------------------------Footer----------------------------------------------------*/
.footer-img {
  height: 380px;
  width: 100%;
  margin-top: 50px;
}

.logos h4 {
  font-size: 40px;
  margin-left: 57px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  margin-top: -370px;
}

.logo-span {
  color: rgb(54, 86, 232);
}

.bi-bus-front-fill {
  font-size: 40px;
  padding: 5px;
  color: rgb(54, 86, 232);
  margin-left: -15px;
}

.footer p {
  color: white;
  margin-top: 45px;
  margin-left: 45px;
  font-size: 20px;
  line-height: 1.75rem;
}

#footer-fonts {
  color: white;
}

#footer-fonts:hover {
  color: #ffc800;
}

.footer-links {
  margin-left: 1150px;
  margin-top: -112px;
  line-height: 30px;
  font-size: 19px;
}

spans {
  color: white;
  font-size: 20px;
  margin-left: 10px;
}

.footer__socials {
  color: white;
  margin-top: 10px;
  margin-left: 1150px;
  font-size: 19px;
}

#fa-facebook:hover {
  color: #ffc800;
}

#fa-instagram:hover {
  color: #ffc800;
}

#fa-twitter:hover {
  color: #ffc800;
}

#fa-whatsapp:hover {
  color: #ffc800;
}

#fa-instagram,
#fa-twitter,
#fa-whatsapp {
  margin-left: 25px;
}

.footer__bar {
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 115px;
}