/* google font import link  */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

/* styles for all element (universal) */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* common styles for all elements  */
body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}

.container {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}

.active {
  color: #ff5400;
}

.primary-btn {
  color: #fff;
  border: 0;
  outline: 0;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ff5400;
}

.section-title {
  color: #131318;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 24px;
}

.section-description {
  color: #131318ce;
  font-size: 16px;
  font-weight: 400;
}

.section-container {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
}

.brand-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brand-info img {
  width: 50px;
  object-fit: cover;
}

.brand-info .brand-name {
  color: #131318;
  font-size: 28px;
  font-weight: 800;
}
/* header section  styles  */
header {
  padding-top: 50px;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .brand-info .brand-name {
  font-size: 30px;
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

header nav .menu-icon {
  display: none;
}

nav ul li a {
  color: #424247;
  font-size: 18px;
  font-weight: 400;
}

/* banner section styles  */
#banner {
  color: #fff;
  background-image: url("../images/banner-image.png");
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 48px;
  border-radius: 10px;
  background-color: #131318a1;
  background-blend-mode: overlay;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner .banner-container {
  max-width: 750px;
  text-align: center;
}

#banner .banner-container .banner-title {
  font-size: 42.67px;
  font-weight: 800;
  margin-bottom: 24px;
}
#banner .banner-container .banner-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 42px;
}

#banner .banner-container form {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff41;
}

#banner .banner-container form .user-input {
  position: relative;
}
#banner .banner-container form .user-input input {
  padding: 16px;
  color: #13131894;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  border: 0;
  width: 160px;
  border-radius: 5px;
  background-color: #fff;
}
#banner .banner-container form .user-input .show-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
#banner .banner-container form .user-input .show-icon .fa-angle-down {
  color: #131318;
  font-size: 16px;
}

#banner .banner-container form .primary-btn {
  padding: 14px 28px;
  width: 160px;
}

#banner .banner-container form .primary-btn span {
  margin-right: 8px;
}

/* our-popular-tour section styles  */
#our-popular-tour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
#our-popular-tour .reason-for-popularity {
  width: 50%;
  max-width: 580px;
  text-align: justify;
}
.reason-for-popularity .description .title-of-article {
  color: #131318b2;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.reason-for-popularity .description section p,
.reason-for-popularity .description section ul li {
  color: #131318ce;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.reason-for-popularity .description section ul li {
  list-style: disc;
  margin-left: 50px;
}
.reason-for-popularity .description section .primary-btn {
  margin-top: 22px;
}
#our-popular-tour .promo-image {
  width: 45%;
}
#our-popular-tour .promo-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* destination section styles  */
#your-tour-destination {
  margin-top: 100px;
}
#your-tour-destination .about-destination {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
}
#your-tour-destination .your-destination-places {
  display: grid;
  gap: 20px;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.maldives {
  grid-column: 1 / span 6;
  grid-row: 1 / span 1;
}
.indonesia {
  grid-column: 7 / span 6;
  grid-row: 1 / span 1;
}
.srilanka {
  grid-column: 1 / span 3;
  grid-row: 2 / span 1;
}
.north-america {
  grid-column: 4 / span 6;
  grid-row: 2 / span 1;
}
.kashmir {
  grid-column: 10 / span 3;
  grid-row: 2 / span 1;
}
.bangladesh {
  grid-column: 1 / span 6;
  grid-row: 3 / span 1;
}
.bandorban {
  grid-column: 7 / span 6;
  grid-row: 3 / span 1;
}
#your-tour-destination .your-destination-places .your-dream-places {
  position: relative;
}
#your-tour-destination .your-destination-places .your-dream-places img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
#your-tour-destination
  .your-destination-places
  .your-dream-places
  .place-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  top: 48%;
  left: 30%;
}

/* book-a-trip section  styles */
#book-a-trip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

#book-a-trip .trip-booking-steps {
  width: 47%;
}
#book-a-trip .trip-booking-steps .semi-title {
  color: #131318a9;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
#book-a-trip .trip-booking-steps .section-title {
  margin-bottom: 42px;
}
.trip-booking-steps .steps .step {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 50px;
}
.steps .step .step-feature img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.steps .step .about-taken-step .step-title {
  color: #131318;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.steps .step .about-taken-step .about-step {
  color: #131318ce;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

#book-a-trip .booking-progress-section {
  width: 45%;
  position: relative;
}
#book-a-trip .booking-progress-section .your-booked-trip {
  padding: 26px 35px 40px;
  border-radius: 20px;
  background-color: #5a5a5d17;
  box-shadow: 0 6px 25px 5px #5a5a5d3d;
}
.booking-progress-section .your-booked-trip img {
  width: 100%;
}
.booking-progress-section .your-booked-trip .trip-name {
  color: #131318;
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0;
}
.booking-progress-section .your-booked-trip time,
.booking-progress-section .your-booked-trip span {
  color: #131318ce;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.booking-progress-section .your-booked-trip time {
  margin-right: 20px;
}
.booking-progress-section .your-booked-trip .icons {
  display: flex;
  gap: 16px;
  margin: 20px 0;
}
.booking-progress-section .your-booked-trip .icons .icon {
  padding: 12px;
  border-radius: 50%;
  background-color: #13131828;
}
.booking-progress-section .your-booked-trip .icons .icon a i {
  color: #131318;
}
.booking-progress-section .your-booked-trip .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-progress-section .your-booked-trip .group .people {
  color: #131318ce;
}
.booking-progress-section .your-booked-trip .group .people span {
  margin-left: 20px;
}
.booking-progress-section .your-booked-trip .group .bookmark i {
  color: #131318;
  font-size: 25px;
}
#book-a-trip .booking-progress-section .trip-outline {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #d6d6dd;
  padding: 15px 22px;
  max-width: 250px;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  transform: rotate(-20deg);
  transform-origin: top right;
}
.trip-outline .rome-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.trip-outline .rome-trip .rome-name {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
}
.trip-outline .rome-trip span,
.trip-outline .rome-trip p {
  font-size: 16px;
  font-weight: 400;
}
.trip-outline .trip-progress {
  width: 100px;
  height: 3px;
  border-radius: 5px;
  margin-top: 8px;
  background-image: linear-gradient(to right, #ff5400 60%, #1313182d 40%);
}

/* why-choose-us section styles */
#why-choose-us {
  margin-top: 100px;
}
#why-choose-us .services-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#why-choose-us .services-card .duel-card {
  display: flex;
  align-items: center;
  gap: 24px;
}
#why-choose-us .services-card .card {
  max-width: 580px;
  max-height: 450px;
  background-color: #fbb46342;
  padding: 32px 55px 32px 32px;
  border-radius: 10px;
}
#why-choose-us .services-card .ocean-blue {
  background-color: #29cdf65d;
}
#why-choose-us .services-card .card img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-bottom: 32px;
}
#why-choose-us .services-card .card .card-title {
  color: #131318;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
}
#why-choose-us .services-card .card .card-text {
  color: #5a5a5d;
  font-size: 16px;
  font-weight: 400;
}

/* newsletter section styles  */
#newsletter {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
#newsletter .newsletter-container {
  width: 475px;
  padding: 40px;
  border: 1px solid #ff5400;
  border-radius: 20px;
}
#newsletter .newsletter-container .letter-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
}
#newsletter .newsletter-container .letter-text {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #1313182d;
}
#newsletter .newsletter-container form input {
  display: block;
  width: 400px;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 20px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #13131811;
}
#newsletter .newsletter-image {
  width: 48%;
  position: relative;
}
#newsletter .newsletter-image img {
  width: 100%;
  max-width: 675px;
  height: 425px;
  object-fit: cover;
  border-radius: 10px;
}
#newsletter .newsletter-image .promo {
  color: #fff;
  padding: 25px 35px;
  border-radius: 10px;
  background-color: #ff5400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 45px;
  transform: rotate(-25deg);
}
#newsletter .newsletter-image .promo .website {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
#newsletter .newsletter-image .promo .text {
  font-size: 20px;
  font-weight: 800;
}

/* footer section styles  */
footer {
  margin-top: 100px;
  padding: 110px 0;
  background-color: #13131807;
}

footer .footer-disclaimer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #1313182d;
}
footer .footer-disclaimer .footer-description {
  color: #5a5a5d;
  font-size: 16px;
  font-weight: 400;
  max-width: 770px;
  margin: 15px 0 30px;
  text-align: center;
  line-height: 1.7;
}
footer .footer-disclaimer .social-icons {
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-disclaimer .social-icons .fa-brands {
  color: #131318;
  font-size: 22px;
  font-size: 500;
}
footer .copy-text {
  color: #5a5a5d;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
