@import "https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  list-style: none;
  text-align: right;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background: #3e6be8;
  border-radius: 15px;
}

body {
  background: #f8f8f8;
}

p {
  text-align: center;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

label {
  font-size: 20px;
  font-weight: 700;
  color: #081d4e;
}

i {
  color: #fff;
  transition: 0.5s;
}

ul {
  margin-bottom: 0 !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  transition: 0.5s;
}
.btn i {
  font-size: 23px;
}

.active {
  font-weight: 800;
}

.expand {
  height: -moz-fit-content;
  height: fit-content;
}

.more-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.more-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b3e91;
  border: 0;
  outline: none;
  border-radius: 20px;
  width: 250px;
  height: 70px;
  padding: 1px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.more-button button:hover {
  box-shadow: 0 5px 10px 0px rgb(206, 206, 206);
}
.more-button span {
  width: 15vw;
  height: 3px;
}
.more-button span.left {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(11, 62, 145, 0.3098039216));
}
.more-button span.right {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(11, 62, 145, 0.3098039216));
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-radius: 6px 0 0 6px !important;
}

.my-login-page {
  background-color: #f8f8f8;
  font-size: 14px;
  height: 100%;
  text-align: right;
}
.my-login-page a {
  color: #007bff;
}
.my-login-page .float-right {
  font-weight: 400;
}
.my-login-page .card-title {
  color: #fd8f1c;
  font-weight: 800;
}
.my-login-page input {
  text-align: right;
}
.my-login-page .brand {
  width: 100px;
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 40px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.my-login-page .brand img {
  width: 95%;
}
.my-login-page .card-wrapper {
  width: 700px;
}
.my-login-page .card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.my-login-page .card .card-title {
  margin-bottom: 30px;
}
.my-login-page .card.fat {
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
}
.my-login-page .card.fat .image {
  height: auto;
  width: 300px;
}
.my-login-page .card.fat .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.my-login-page .form-control {
  border-width: 2.3px;
}
.my-login-page .form-group label {
  width: 100%;
  font-size: 16px;
}
.my-login-page .form-group .password {
  padding-left: 60px;
}
.my-login-page .btn.btn-block {
  padding: 12px 10px;
}
.my-login-page .footer {
  margin: 40px 0;
  color: #5abaf1;
  text-align: center;
}
.my-login-page .custom-control {
  padding-right: 1.5rem;
  padding-left: 0rem;
  cursor: pointer;
}
.my-login-page .custom-control-label {
  font-size: 13px !important;
  cursor: pointer;
}
.my-login-page .custom-control-label::before {
  top: 1px;
  left: 100%;
  margin-left: 5px;
}
.my-login-page .custom-control-label::after {
  top: 1px;
  left: 100%;
  margin-left: 5px;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  background: linear-gradient(to bottom, rgba(5, 32, 60, 0.637), transparent);
  z-index: 98;
  transition: 0.5s;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1em;
}
nav .logo img {
  width: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.nav-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.nav-bar {
  flex-direction: row-reverse;
  gap: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8em;
  margin: 0 auto;
}

.nav-items ul {
  display: flex;
  gap: 1em;
  font-size: 20px;
}
.nav-items li a.active {
  color: #fd8f1c;
}

.collapsed-nav {
  display: none;
}

.phone-number span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  transition: 0.5s;
}

.login {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}
.login a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.login:hover {
  color: #fff !important;
}

.language-btn {
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.header-hidden {
  top: -100px;
}

.header-on {
  top: 0px;
}

.header-bg {
  background: #05203c;
}

header.header-bg .logo img {
  width: 5em;
}

.land {
  position: relative;
  background: url(https://cdn.pixabay.com/photo/2020/01/25/10/36/ferris-wheel-4792152_1280.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  padding: 8% 0;
  height: 800px;
}
.land .container {
  max-width: 1130px;
  width: 100%;
}
.land .container .content .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 15px;
}
.land .container .content .heading p {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}
.land .container .content .heading p span {
  color: #3e6be8;
}
.land .container .content .heading h2 {
  text-align: center;
  width: 70%;
  font-size: 90px;
  line-height: 90px;
}
.land .container .content .heading h2 span {
  color: #3e6be8;
}
.land .container .content .heading .paragraph {
  font-size: 30px;
  font-weight: 500;
  width: 65%;
}
.land .container .content .booking-box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 5;
}
.land .container .content .booking-box .booking-control {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 75%;
  padding: 20px 40px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2549019608);
}
.land .container .content .booking-box .booking-control .booking-options {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-75%);
}
.land .container .content .booking-box .booking-control .booking-options ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2549019608);
}
.land .container .content .booking-box .booking-control .booking-options ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 15px 100px;
  color: #081d4e;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
.land .container .content .booking-box .booking-control .booking-options ul li i {
  font-size: 22px;
  color: #081d4e;
  transition: 0s;
}
.land .container .content .booking-box .booking-control .booking-options ul li.active {
  background-color: #0b3e91;
  color: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2549019608);
}
.land .container .content .booking-box .booking-control .booking-options ul li.active i {
  color: #fff;
}
.land .container .content .booking-box .booking-control .booking-options ul li:nth-child(2).active {
  border-radius: 15px;
}
.land .container .content .booking-box .booking-control .booking-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.land .container .content .booking-box .booking-control .booking-info.trip .row .city-search,
.land .container .content .booking-box .booking-control .booking-info.trip .row .input-box,
.land .container .content .booking-box .booking-control .booking-info.trip .row .input-field {
  width: 95%;
  border: 0 !important;
}
.land .container .content .booking-box .booking-control .booking-info.trip .row .input-field {
  justify-content: end !important;
}
.land .container .content .booking-box .booking-control .booking-info.trip .row .input-field input {
  width: 100%;
}
.land .container .content .booking-box .booking-control .booking-info .trip-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #474747;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__input:checked + .trip-option__label .trip-option__custom {
  transform: translateY(-50%) scale(0.9);
  border: 5px solid #4c8bf5;
  color: #4c8bf5;
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__input:checked + .trip-option__label {
  color: #4c8bf5;
}
.land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label:hover .trip-option__custom {
  transform: translateY(-50%) scale(1.2);
  border-color: #4c8bf5;
  box-shadow: 0 0 10px rgba(76, 139, 245, 0.5019607843);
}
.land .container .content .booking-box .booking-control .booking-info .trip-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  border-top: 1px solid rgb(206, 206, 206);
  width: 100%;
  padding: 15px 0;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-hotel, .land .container .content .booking-box .booking-control .booking-info .trip-control.option-trip {
  border-top: 0;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 250px;
  overflow-y: scroll;
  overflow-x: visible;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity .data-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity .row {
  position: relative;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity .row .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5%;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity #removeNextToLastRow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #05203c;
  outline: none;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity .addRowButton {
  padding: 5px 15px;
  background-color: #0b3e91;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin: 15px 0;
  transition: 0.2s;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity .addRowButton:active {
  transform: scale(0.95);
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-around;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: end;
  padding: 15px 30px;
  border-left: 1px solid rgb(206, 206, 206);
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: end;
  gap: 5px;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  background: transparent;
  box-shadow: 0 0 1px 0px #51534e;
  border-radius: 10px;
  padding: 5px 10px;
  transition: 0.5s;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
  background: transparent;
  outline: none;
  border: 0;
  font-size: 18px;
  color: #474747;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
  font-size: 18px;
  color: #474747;
  opacity: 0.6;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field:focus-within {
  box-shadow: 0 0 2px 1px #51534e;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class {
  position: relative;
  border-left: 0;
  color: rgb(206, 206, 206);
  cursor: pointer;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 700;
  font-size: 20px;
  color: #081d4e;
  width: 100%;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-direction: row-reverse;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select i {
  color: #081d4e;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow {
  position: absolute;
  top: 100%;
  right: -40%;
  background-color: #eef5ff;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  transition: height 0.5s;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow .select-container {
  padding: 15px 5%;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow select {
  width: 50%;
  border-radius: 5px;
  font-size: 16px;
  padding-right: 10px;
  outline: 0;
  cursor: pointer;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow .fieldSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  z-index: 1;
  margin-bottom: 15px;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow .fieldSet label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow .fieldSet .ageRange {
  color: #9fa2a0;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow .selectClass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow .selectClass .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #9fa2a0;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #002fa4;
  border: 0;
  outline: none;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow button:hover {
  background-color: #0b3e91;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow.active {
  pointer-events: all;
  height: 280px;
  font-weight: 500;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input,
.land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date input {
  background: transparent;
  outline: none;
  border: 0;
  font-size: 18px;
  color: #474747;
  box-shadow: 0 0 1px 0px #51534e;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b3e91;
  border: 0;
  outline: none;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
  font-size: 25px;
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton:hover {
  transform: scale(1.05);
}
.land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton:active {
  transform: scale(0.95);
}

.packages-section {
  padding: 250px 5% 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packages-section .container {
  max-width: 1430px;
  width: 100%;
}
.packages-section .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.packages-section .container .content .heading h3 {
  position: relative;
  font-size: 40px;
  text-align: center;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.packages-section .container .content .heading h3 span {
  color: #fd8f1c;
  font-weight: 400;
}
.packages-section .container .content .heading h3::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fa9900;
  width: 30%;
  height: 2px;
}
.packages-section .container .content .heading p {
  color: #909192;
  font-size: 16px;
  font-weight: 600;
}
.packages-section .container .content .packages {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  gap: 2%;
}
.packages-section .container .content .packages .package {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 20px;
  background-color: #fff;
  border-top-left-radius: 25px;
  margin-bottom: 40px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 3px 0px rgb(206, 206, 206);
  overflow: hidden;
  transition: 0.5s;
}
.packages-section .container .content .packages .package .image {
  height: 50%;
}
.packages-section .container .content .packages .package .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.packages-section .container .content .packages .package .package-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: end;
  gap: 25px;
  padding: 0 25px 25px;
}
.packages-section .container .content .packages .package .package-info h4,
.packages-section .container .content .packages .package .package-info p {
  text-align: right;
}
.packages-section .container .content .packages .package .package-info .title-stars {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.packages-section .container .content .packages .package .package-info .title-stars h4 {
  font-size: 20px;
  color: #081d4e;
}
.packages-section .container .content .packages .package .package-info .title-stars p {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
  gap: 8px;
  color: #909192;
}
.packages-section .container .content .packages .package .package-info .title-stars p i {
  color: #909192;
}
.packages-section .container .content .packages .package .package-info .title-stars .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  gap: 8px;
  font-size: 25px;
  font-weight: 700;
  color: #081d4e;
}
.packages-section .container .content .packages .package .package-info .title-stars .stars i {
  font-size: 20px;
  color: #fd8f1c;
}
.packages-section .container .content .packages .package .package-info .package-description {
  font-size: 13px;
  line-height: 17px;
  width: 90%;
  color: #909192;
}
.packages-section .container .content .packages .package .package-info .package-cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}
.packages-section .container .content .packages .package .package-info .package-cost .cost {
  font-size: 25px;
  font-weight: 700;
  color: #081d4e;
}
.packages-section .container .content .packages .package .package-info .package-cost .booking {
  background-color: #0b3e91;
  outline: none;
  border: 0;
  color: #fff;
  padding: 8px 35px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 3px 0px rgb(206, 206, 206);
}
.packages-section .container .content .packages .package .package-info .package-cost .booking:hover {
  box-shadow: 0 5px 15px 0px rgb(206, 206, 206);
}
.packages-section .container .content .packages .package:hover {
  box-shadow: 0 10px 15px 0px rgb(206, 206, 206);
}

.experience-section {
  background-color: #eef5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.experience-section .container {
  max-width: 1430px;
  width: 100%;
  padding: 50px 20px 80px;
}
.experience-section .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 15px;
}
.experience-section .container .content .heading {
  margin-bottom: 20px;
}
.experience-section .container .content .heading h3 {
  position: relative;
  font-size: 40px;
  text-align: center;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.experience-section .container .content .heading h3 span {
  color: #fd8f1c;
  font-weight: 400;
}
.experience-section .container .content .heading h3::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fa9900;
  width: 30%;
  height: 2px;
}
.experience-section .container .content .heading p {
  color: #909192;
  font-size: 16px;
  font-weight: 600;
}
.experience-section .container .content .experience-grid {
  display: flex;
  gap: 30px;
  height: auto;
}
.experience-section .container .content .experience-grid .image {
  width: 450px;
  height: auto;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.experience-section .container .content .experience-grid .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-section .container .content .experience-grid .boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.experience-section .container .content .experience-grid .row {
  display: flex;
  gap: 30px;
}
.experience-section .container .content .experience-grid .row:first-child .experience-box:first-child {
  background-color: rgb(255, 173, 40);
}
.experience-section .container .content .experience-grid .row:first-child .experience-box:first-child h4 {
  color: #0b3e91;
}
.experience-section .container .content .experience-grid .row:first-child .experience-box:first-child h5 {
  color: #0b3e91;
}
.experience-section .container .content .experience-grid .row:first-child .experience-box:first-child p {
  color: #0b3e91;
}
.experience-section .container .content .experience-grid .experience-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 280px;
  background-color: #0b3e91;
  border-radius: 25px;
  padding: 0 25px;
}
.experience-section .container .content .experience-grid .experience-box h4 {
  font-size: 45px;
  color: #fff;
  line-height: 45px;
}
.experience-section .container .content .experience-grid .experience-box h5 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
.experience-section .container .content .experience-grid .experience-box p {
  text-align: right;
  color: #fff;
}

.offers-section {
  background: linear-gradient(rgba(11, 62, 145, 0.5960784314), rgba(11, 62, 145, 0.5960784314)), url("imgs/offers-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}
.offers-section .container {
  max-width: 1430px;
  width: 100%;
  padding: 50px 20px;
}
.offers-section .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.offers-section .container .content .heading {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}
.offers-section .container .content .heading span {
  font-weight: 300;
  font-family: "Noto Nastaliq Urdu", serif;
  color: #fd8f1c;
}
.offers-section .container .content .deals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5%;
}
.offers-section .container .content .deals .deal .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: end;
  gap: 5px;
  font-size: 22px;
  color: #fff;
}
.offers-section .container .content .deals .deal .title span {
  font-weight: 400;
}
.offers-section .container .content .deals .deal .title i {
  font-size: 30px;
}
.offers-section .container .content .deals .deal p {
  text-align: right;
  color: #fff;
}

.popular-destinations {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-destinations .container {
  max-width: 1230px;
  width: 100%;
  padding: 50px 20px 80px;
  overflow: hidden;
}
.popular-destinations .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.popular-destinations .container .content .heading {
  margin-bottom: 20px;
}
.popular-destinations .container .content .heading h3 {
  position: relative;
  font-size: 40px;
  text-align: center;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popular-destinations .container .content .heading h3 span {
  color: #fd8f1c;
  font-weight: 400;
}
.popular-destinations .container .content .heading h3::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fa9900;
  width: 30%;
  height: 2px;
}
.popular-destinations .container .content .heading p {
  color: #909192;
  font-size: 16px;
  font-weight: 600;
}
.popular-destinations .container .content .destinations {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.popular-destinations .container .content .destinations .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.popular-destinations .container .content .destinations .row .destination {
  position: relative;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  box-shadow: 0 0 3px 0px rgb(206, 206, 206);
  transition: 0.5s;
}
.popular-destinations .container .content .destinations .row .destination:hover {
  box-shadow: 0 10px 15px 0px rgb(206, 206, 206);
}
.popular-destinations .container .content .destinations .row .destination .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}
.popular-destinations .container .content .destinations .row .destination .title h3 {
  font-family: "Noto Nastaliq Urdu", serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
}
.popular-destinations .container .content .destinations .row .destination .title h4 {
  color: #fff;
  font-size: 30px;
}
.popular-destinations .container .content .destinations .row.first .destination {
  height: 500px;
}
.popular-destinations .container .content .destinations .row.first .destination:first-child {
  width: calc(66.67% - 10px);
}
.popular-destinations .container .content .destinations .row.first .destination:nth-child(2) {
  width: calc(33.33% - 15px);
}
.popular-destinations .container .content .destinations .row.second .destination {
  height: 300px;
  width: calc(33.3333333333% - 15px);
}

.newsletter-section {
  background: linear-gradient(rgba(11, 62, 145, 0.5960784314), rgba(11, 62, 145, 0.5960784314)), url("imgs/newsletter.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}
.newsletter-section .container {
  max-width: 1430px;
  width: 100%;
  padding: 50px 20px;
}
.newsletter-section .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.newsletter-section .container .content .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: end;
  gap: 25px;
  width: 50%;
}
.newsletter-section .container .content .heading h3 {
  font-family: "Noto Nastaliq Urdu", serif;
  color: #fd8f1c;
  font-size: 40px;
  line-height: 50px;
}
.newsletter-section .container .content .heading h4 {
  color: #fff;
  font-size: 35px;
  width: 70%;
  line-height: 50px;
}
.newsletter-section .container .content .heading p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.newsletter-section .container .content .newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  gap: 25px;
}
.newsletter-section .container .content .newsletter-form h4 {
  color: #fff;
  font-size: 35px;
  width: 50%;
  text-align: center;
  line-height: 45px;
}
.newsletter-section .container .content .newsletter-form .input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.newsletter-section .container .content .newsletter-form .input-group .input {
  min-height: 50px;
  width: 400px;
  padding: 0 1rem;
  color: #000;
  font-size: 15px;
  border-radius: 0 6px 6px 0;
  border: 1px solid #0b3e91;
  background-color: #fff;
}
.newsletter-section .container .content .newsletter-form .input-group .button--submit {
  min-height: 50px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 6px 0 0 6px;
  background-color: #002fa4;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.newsletter-section .container .content .newsletter-form .input-group .button--submit:hover {
  background-color: #0b3e91;
}
.newsletter-section .container .content .newsletter-form .input-group .input:focus,
.newsletter-section .container .content .newsletter-form .input-group .input:focus-visible {
  border-color: #357398;
  outline: none;
}

.main {
  background: linear-gradient(rgba(0, 0, 0, 0.499), rgba(0, 0, 0, 0.499)), url(imgs/activites/milad-alizadeh-qzEs-9oX8L8-unsplash.jpg);
  background-attachment: fixed;
  background-position: center center;
  height: 500px;
  background-position: bottom;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .heading {
  text-align: center !important;
}
.main .heading h2 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}
.main .heading p {
  font-size: 25px;
  font-weight: 400;
}
.main .heading p span {
  color: #3e6be8;
  font-family: "Noto Nastaliq Urdu", serif;
  font-weight: 800;
  font-size: 27px;
}
.main .city-search {
  margin-top: 15px;
  width: 800px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #0b3e91;
}
.main .city-search button {
  height: 60px;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: none;
  font-size: 25px;
  color: #fff;
  background: #0b3e91;
  cursor: pointer;
}
.main .city-search .search-box {
  width: 80%;
  height: 100%;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .city-search .search-box span i {
  font-size: 20px;
  color: rgba(175, 175, 175, 0.7176470588);
}
.main .city-search .search-box input {
  font-size: 20px;
  width: 100%;
  margin-right: 5px;
  outline: none;
  border: 0;
}

.activities {
  padding: 5% 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activities .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.activities .title h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.activities .title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 1px;
  background: #fd8f1c;
  left: 50%;
  transform: translateX(-50%);
}
.activities .title h2 span {
  font-size: 28px;
  font-weight: 400;
  color: #fd8f1c;
}
.activities .activity.large .trip-image {
  height: 100%;
}
.activities .activity .trip-image {
  height: 242.234px;
}

#posts {
  padding: 2% 0;
  width: 100%;
}
#posts h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#posts h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 1px;
  background: #fd8f1c;
  left: 50%;
  transform: translateX(-50%);
}
#posts h2 span {
  font-size: 28px;
  font-weight: 400;
  color: #fd8f1c;
}
#posts .container {
  padding: 0 5em;
  position: relative;
  height: 100%;
}
#posts .container .activity .trip-description {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
#posts .container .activity .trip-description h3 {
  font-weight: 500;
  color: #081d4e;
}
#posts .container .activity .trip-description h3 span {
  font-family: "Noto Nastaliq Urdu", serif;
  color: #fd8f1c;
  font-weight: 700;
}
#posts .container .activity .trip-cost button {
  border: 1px solid #3e6be8;
}
#posts .container .activity .trip-cost button:hover {
  background: #fff;
  color: #3e6be8;
}
#posts .container .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#posts .container .left {
  left: 0;
}
#posts .container .right {
  right: 0;
}
#posts .container h1 {
  font-size: 25px;
  margin-bottom: 1em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 200;
  letter-spacing: 2px;
}
#posts .container .slider {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2em 7%;
}
#posts .container .carousel {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 14px);
  max-width: 1100px;
  gap: 16px;
  padding: 35px 0;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#posts .container .carousel::-webkit-scrollbar {
  display: none;
}
#posts .container .carousel .activity {
  scroll-snap-align: start;
  background-color: #fff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
#posts .container .carousel .activity .trip-image {
  width: 100%;
  height: 300px;
}
#posts .container .carousel .activity img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#posts .arrow-left {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}
#posts .arrow-left::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -5.5px;
  left: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
  transition: 0.5s;
}
#posts .arrow-right {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}
#posts .arrow-right::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -5.5px;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
  transition: 0.5s;
}
#posts .arrow {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0b3e91;
  transition: 0.3s;
}
#posts .arrow:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.322);
}
#posts .arrow:hover .arrow-right {
  background-color: #0b3e91;
}
#posts .arrow:hover .arrow-right::after {
  border-top: 2px solid #3e6be8;
  border-right: 2px solid #3e6be8;
}
#posts .arrow:hover .arrow-left {
  background-color: #0b3e91;
}
#posts .arrow:hover .arrow-left::before {
  border-left: 2px solid #3e6be8;
  border-bottom: 2px solid #3e6be8;
}
#posts .carousel.no-transition {
  scroll-behavior: auto;
}
#posts .carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
#posts .carousel.dragging .activity {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.activities-cards {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  padding: 2em 15%;
}
.activities-cards .activity .trip-description {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activities-cards .activity .trip-cost button {
  border: 1px solid #3e6be8;
}
.activities-cards .activity .trip-cost button:hover {
  background: #fff;
  color: #3e6be8;
}

.activity {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  transition: 0.5s;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 3px 0px rgb(206, 206, 206);
}
.activity:hover {
  box-shadow: 0 10px 15px 0px rgb(206, 206, 206);
}
.activity .trip-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.activity .trip-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity .trip-image .booking-button {
  position: absolute;
  top: 25px;
  right: 0;
}
.activity .trip-image .booking-button button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.activity .trip-image .trip-cost {
  position: absolute;
  bottom: 25px;
  left: 0;
}
.activity .trip-image .trip-cost button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #3e6be8;
  background: #fff;
  border: 0 !important;
}
.activity .trip-image .trip-cost button span {
  color: #4d4d4d;
}
.activity h3 {
  font-size: 20px;
  color: #081d4e;
}
.activity .booking-button button {
  background: #fa9900;
  border: 0;
  outline: none;
  border-radius: 20px;
  padding: 1px 30px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 8px 8px 15px rgba(250, 154, 0, 0.4235294118);
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.activity .booking-button button:hover {
  box-shadow: 8px 8px 15px rgba(250, 154, 0, 0.8078431373);
}
.activity .trip-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.activity .feature {
  display: flex;
  justify-content: end;
  gap: 8px;
  color: #474747;
  font-weight: 600;
}
.activity .feature i {
  color: rgba(207, 207, 207, 0.7803921569);
  font-size: 18px;
}
.activity .check-in span {
  color: #3e6be8;
  font-weight: 700;
}
.activity .trip-details p {
  font-size: 600;
  text-align: right;
}
.activity .trip-cost button {
  background: #3e6be8;
  border: 0;
  outline: none;
  border-radius: 20px;
  padding: 0px 35px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 8px 8px 15px rgba(62, 107, 232, 0.4235294118);
  color: #fff;
  transition: 0.5s;
}
.activity .trip-cost button span {
  font-size: 12px;
}

.activity.large .trip-image {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.activity.large .trip-image .trip-cost button {
  display: none;
}
.activity.large .trip-image .booking-button button {
  display: none;
}
.activity.large img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.large {
  display: flex;
  flex-direction: row;
  grid-column: span 2;
  grid-row: span 1;
}
.large .trip-description {
  flex: 1;
  padding: 10px;
}

.blog-main {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(imgs/blog-background.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  height: 700px;
}
.blog-main .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.blog-main .container .main-content {
  width: 80%;
  padding: 2% 14% 0;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  gap: 15px;
}
.blog-main .container .main-content .heading h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fd8f1c;
  letter-spacing: 1px;
}
.blog-main .container .main-content .heading h2 > div {
  font-size: 80px;
  color: #fff;
  line-height: 100px;
}
.blog-main .container .main-content .trip-search {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2549019608);
  width: 350px;
}
.blog-main .container .main-content .trip-search .input-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.blog-main .container .main-content .trip-search .input-box input {
  width: 100%;
  padding: 15px;
  outline: none;
  border-radius: 30px;
  outline: line;
  border: 1px solid rgba(207, 207, 207, 0.7803921569);
}
.blog-main .container .main-content .trip-search .input-box .button {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fd8f1c;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  border: none;
  position: relative;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
  transition-duration: 0.5s;
}
.blog-main .container .main-content .trip-search .input-box .button .svgIcon {
  height: 25px;
  fill: #fff;
  transition-duration: 1.5s;
}
.blog-main .container .main-content .trip-search .input-box .button .bell path {
  fill: rgb(19, 19, 19);
}
.blog-main .container .main-content .trip-search .input-box .button:hover {
  background-color: #ff9f39;
  transition-duration: 0.5s;
}
.blog-main .container .main-content .trip-search .input-box .button:active {
  transform: scale(0.97);
  transition-duration: 0.2s;
}
.blog-main .container .main-content .trip-search .input-box .button:hover .svgIcon {
  transform: rotate(250deg);
  transition-duration: 1.5s;
}
.blog-main .container .main-content .trip-search .Rihla-features li {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
  gap: 2px;
  color: #474747;
  font-weight: 600;
}
.blog-main .container .main-content .trip-search .Rihla-features i {
  color: #fd8f1c;
  font-size: 25px;
}

.blog-posts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-posts .container .posts-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-items: start;
  padding: 50px 0;
}
.blog-posts .container .posts-content .posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.blog-posts .container .posts-content .posts .post {
  width: 750px;
}
.blog-posts .container .posts-content .posts .post .heading {
  font-size: 28px;
  color: #081d4e;
}
.blog-posts .container .posts-content .posts .post .post-card {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 0px 12px 3px rgba(27, 27, 27, 0.0901960784);
}
.blog-posts .container .posts-content .posts .post .post-card .post-image {
  position: relative;
  width: 100%;
  height: 430px;
}
.blog-posts .container .posts-content .posts .post .post-card .post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption {
  padding: 20px 25px;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .title {
  font-size: 25px;
  color: #081d4e;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .description {
  color: #9fa2a0;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .links button {
  border: 0;
  outline: none;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #fa9900;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul li i {
  font-size: 20px;
  color: #9fa2a0;
  cursor: pointer;
}
.blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul li i:hover {
  color: #4d4d4d;
}
.blog-posts .container .posts-content .rihla-info {
  position: relative;
  top: 0;
  margin-top: 7%;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.blog-posts .container .posts-content .rihla-info .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 3px rgba(27, 27, 27, 0.0901960784);
}
.blog-posts .container .posts-content .rihla-info .about-rihla h3 {
  position: relative;
  font-size: 20px;
  color: #002fa4;
  margin-bottom: 5px;
}
.blog-posts .container .posts-content .rihla-info .about-rihla h3 span {
  color: #fd8f1c;
  font-weight: 400;
}
.blog-posts .container .posts-content .rihla-info .about-rihla h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #fa9900;
}
.blog-posts .container .posts-content .rihla-info .about-rihla p {
  line-height: 23px;
  color: #4d4d4d;
}
.blog-posts .container .posts-content .rihla-info .about-rihla a {
  color: #3e6be8;
  text-decoration: underline;
}
.blog-posts .container .posts-content .rihla-info .newsletter h3 {
  text-align: center;
  padding: 0 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
.blog-posts .container .posts-content .rihla-info .newsletter input {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  border: 1px solid rgba(207, 207, 207, 0.7803921569);
  margin-bottom: 15px;
}
.blog-posts .container .posts-content .rihla-info .newsletter button {
  border: 0;
  outline: none;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #fa9900;
}
.blog-posts .container .posts-content .rihla-info .mobile-app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.blog-posts .container .posts-content .rihla-info .mobile-app .store {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  color: #fff;
  padding: 15px 15px;
  cursor: pointer;
}
.blog-posts .container .posts-content .rihla-info .mobile-app .store i {
  font-size: 30px;
}
.blog-posts .container .posts-content .rihla-info .mobile-app .store p {
  text-align: left;
  line-height: 15px;
}
.blog-posts .container .posts-content .rihla-info .mobile-app .store h4 {
  text-align: left;
}
.blog-posts .container .posts-content .rihla-info .mobile-app .store.app-store {
  background-color: #000;
}
.blog-posts .container .posts-content .rihla-info .mobile-app .store.google-play {
  background-color: #fa9900;
}
.blog-posts .container .posts-content .rihla-info .customer-reviews h3 {
  color: #51534e;
  font-size: 22px;
}
.blog-posts .container .posts-content .rihla-info .customer-reviews .stars i {
  color: #fd8f1c;
  font-size: 15px;
}
.blog-posts .container .posts-content .rihla-info .customer-reviews h4 {
  color: #081d4e;
  font-size: 20px;
  font-style: italic;
}
.blog-posts .container .posts-content .rihla-info .customer-reviews p {
  font-size: 12px;
  font-weight: 700;
  color: #51534e;
}
.blog-posts .container .posts-content .rihla-info .booking-info .infos {
  width: 100%;
  margin-bottom: 15px;
}
.blog-posts .container .posts-content .rihla-info .booking-info .infos .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.blog-posts .container .posts-content .rihla-info .booking-info .infos .info .icon i {
  color: #fd8f1c;
  font-size: 20px;
}
.blog-posts .container .posts-content .rihla-info .booking-info .infos .info .info-content h4 {
  color: #fd8f1c;
  text-align: left;
}
.blog-posts .container .posts-content .rihla-info .booking-info .infos .info .info-content a {
  color: #081d4e;
  font-weight: 700;
}
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-items: start;
  flex-direction: row-reverse;
}
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .icon i {
  color: #fd8f1c;
  font-size: 27px;
}
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content h4,
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content p {
  text-align: right;
}
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content h4 {
  font-size: 17px;
  color: #51534e;
}
.blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content p {
  color: #474747;
  line-height: 25px;
}

.customer-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-reviews .container {
  max-width: 1130px;
  width: 100%;
}
.customer-reviews .content {
  padding: 30px 0;
}
.customer-reviews .content .controls-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-reviews .content .controls-title .title h3 {
  font-size: 40px;
  color: #081d4e;
}
.customer-reviews .content .controls-title .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.customer-reviews .content .controls-title .arrows .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #cfcfcf;
  transition: 0.5s;
  cursor: pointer;
}
.customer-reviews .content .controls-title .arrows .arrow:hover {
  box-shadow: 0px 0px 0px 1px #cfcfcf;
}
.customer-reviews .content .controls-title .arrows .arrow .arr {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: rgba(207, 207, 207, 0.7803921569);
}
.customer-reviews .content .controls-title .arrows .arrow .arr::after {
  content: "";
  position: absolute;
  top: -5px;
  height: 10px;
  width: 10px;
}
.customer-reviews .content .controls-title .arrows .arrow .arr.left::after {
  border-bottom: 2px solid rgba(207, 207, 207, 0.7803921569);
  border-left: 2px solid rgba(207, 207, 207, 0.7803921569);
  transform: rotate(45deg);
  left: 0;
}
.customer-reviews .content .controls-title .arrows .arrow .arr.right::after {
  border-top: 2px solid rgba(207, 207, 207, 0.7803921569);
  border-right: 2px solid rgba(207, 207, 207, 0.7803921569);
  transform: rotate(45deg);
  right: 0;
}
.customer-reviews .content .reviews {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 14px);
  width: 100%;
  padding: 15px 0;
  gap: 16px;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.customer-reviews .content .reviews::-webkit-scrollbar {
  display: none;
}
.customer-reviews .content .reviews .review-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  gap: 8px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 10px;
  box-shadow: 0px 0px 15px 1px rgba(27, 27, 27, 0.0901960784);
  transition: 0.5s;
}
.customer-reviews .content .reviews .review-card .review-title {
  font-size: 20px;
  color: #51534e;
}
.customer-reviews .content .reviews .review-card .review-content {
  color: #9fa2a0;
  text-align: right;
}
.customer-reviews .content .reviews .review-card .reviewer {
  color: #9fa2a0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.customer-reviews .content .reviews .review-card .reviewer .name {
  font-weight: 700;
  font-size: 18px;
  color: #51534e;
}
.customer-reviews .content .reviews .review-card .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.customer-reviews .content .reviews .review-card .stars i {
  color: #fd8f1c;
}
.customer-reviews .content .reviews.no-transition {
  scroll-behavior: auto;
}
.customer-reviews .content .reviews.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.customer-reviews .content .reviews.dragging .review-card {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.newsletter-blog {
  display: none;
}

.sponsors {
  padding: 80px 0;
}
.sponsors .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsors .container .content {
  max-width: 1130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.sponsors .container .content .sponsor-company {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 12em;
  height: 10em;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 1px rgba(27, 27, 27, 0.0901960784);
}
.sponsors .container .content .sponsor-company img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/14292166/pexels-photo-14292166.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
.about h2 {
  font-size: 56px;
}
.about .company {
  color: #fd8f1c;
  font-size: 25px !important;
  font-family: "Noto Nastaliq Urdu", serif;
}

.story {
  padding: 4% 0 !important;
}
.story h3 {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.story h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 1px;
  background: #fd8f1c;
  left: 50%;
  transform: translateX(-50%);
}
.story .story-content span {
  color: #9fa2a0;
  font-weight: 400;
}
.story h6 {
  font-size: 13px;
  margin-bottom: 0.1rem;
}
.story span, .story p {
  color: #748182;
  font-size: 15px;
}
.story p {
  line-height: 27px;
  font-size: 18px;
}
.story .my-3 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.story .about-img {
  position: relative;
  height: 408.891px;
  width: 90%;
}
.story .about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ^ -------- start counter--------- */
.counter-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://images.unsplash.com/photo-1682687219640-b3f11f4b7234?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: center center;
  background-size: cover;
}
.counter-section h3 {
  color: #fd8f1c;
  line-height: 35px;
}
.counter-section p {
  font-size: 15px;
}

/* ^ -------- Start Services --------- */
.Services {
  background-color: #eef5ff;
}
.Services h3 {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: #002fa4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.Services h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 1px;
  background: #fd8f1c;
  left: 50%;
  transform: translateX(-50%);
}
.Services h3 span {
  font-weight: 500;
  color: #fd8f1c;
}
.Services h6 {
  color: #081d4e;
}
.Services p {
  color: #748182;
  font-size: 14px;
  text-align: right !important;
}
.Services i {
  font-size: 35px;
  width: 60px;
  color: #fd8f1c;
}

/* ^ -------- End Services --------- */
.contact .container .contact-form {
  border: 1px solid rgb(206, 206, 206);
  border-radius: 15px 0px 15px 0px;
  background-color: #fff;
  width: 70%;
}
.contact .container .heading {
  border-radius: 15px 0px 15px 0px;
  background: #0b3e91;
}
.contact .container .heading h3 {
  color: #fff;
}
.contact .container .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  position: relative;
}
.contact .container .message {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}
.contact .container input,
.contact .container textarea {
  text-align: right;
}
.contact .container ::-moz-placeholder {
  opacity: 0.7;
}
.contact .container ::placeholder {
  opacity: 0.7;
}
.contact .container .btn {
  border-radius: 0px 15px 0px 15px;
  background-color: #fd8f1c;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  border: 0;
  font-size: 18px;
  outline: none;
}
.contact .container .btn:hover {
  background-color: #ff9f39;
}
.contact textarea {
  resize: none;
}

footer {
  padding: 4em 4em 1em;
  background: #05203c;
}
footer .footer-section {
  display: flex;
  flex-direction: row-reverse;
}
footer .app-section {
  color: #fff;
}
footer .app-section h3 {
  font-size: 20px !important;
}
footer .app-section .stores-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
footer .app-section .stores-icons .store i {
  font-size: 35px;
}
footer .app-section .stores-icons .store h4 {
  font-size: 15px;
  line-height: 10px;
  text-transform: capitalize;
  text-align: left;
  margin: 5px 0;
}
footer .app-section .store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  padding: 5px 10px;
  width: 190px;
  cursor: pointer;
  border: 1px solid #797979;
  color: #fff;
  margin-top: 15px;
}
footer .app-section .store .store-info p {
  text-align: left;
  line-height: 20px;
  margin-bottom: 0;
}
footer .app-section .stores-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
footer .links-section li {
  font-weight: 600;
  padding-bottom: 10px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
}
footer .links-section a {
  transition: 0s;
}
footer .links-section a:hover {
  text-decoration: underline;
  color: #cfcfcf;
}
footer .collapse {
  margin-right: 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.8s;
}
footer .collapse li {
  padding: 5px 0;
  border-bottom: 1px solid #707070;
  font-weight: 300;
  transition: 0.3s;
}
footer .collapse li:last-child {
  border-bottom: 0;
}
footer .collapse a:hover {
  text-decoration: none !important;
}
footer .copyright-section {
  margin-top: 25px;
  padding-top: 5px;
  border-top: 1px solid #474747;
}
footer .copyright-section p {
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
footer .copyright-section p:nth-child(2) {
  font-weight: 700;
}

.footer-section .links-section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  width: 100%;
}
.footer-section .brand-section img {
  width: 15em;
  padding-bottom: 5em;
}

.phone-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(7, 9, 49, 0.5137254902);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 99;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.38, 0.32, 0.65, 1.04);
}
.phone-nav .heading h3 {
  color: #fd8f1c !important;
  font-family: "Noto Nastaliq Urdu", serif;
}
.phone-nav .stores-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin-bottom: 15px;
}
.phone-nav .stores-icons .store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  padding: 5px 10px;
  width: 190px;
  cursor: pointer;
  color: #fff;
  margin-top: 15px;
  border: 1px solid rgb(206, 206, 206);
  color: #fff;
}
.phone-nav .stores-icons .store i {
  font-size: 35px;
  color: #fff;
}
.phone-nav .stores-icons .store h4 {
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0;
}
.phone-nav .stores-icons .store p {
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
}
.phone-nav .stores-icon .store .store-info p {
  text-align: left;
  line-height: 20px;
}
.phone-nav .close-ico {
  margin: 15px 0 0 15px;
}
.phone-nav .close-ico i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0b3e91;
  border-radius: 50%;
}
.phone-nav .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.phone-nav .logo {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  padding: 0 15px;
  flex-direction: row-reverse;
  bottom: 0;
  left: 0;
}
.phone-nav .logo img {
  width: 15em;
}
.phone-nav .nav-items ul {
  display: block;
  font-size: 35px;
}
.phone-nav .nav-items li {
  border-bottom: 1px solid rgb(206, 206, 206);
}
.phone-nav .nav-items li:last-child {
  border-bottom: 0;
}
.phone-nav .nav-items a {
  color: #fff;
}
.phone-nav .nav-items a.active {
  color: #fd8f1c;
}
.phone-nav .nav-options {
  margin-top: 8%;
  justify-content: end;
}
.phone-nav .login.btn {
  position: relative;
  background-color: #0b3e91;
  font-weight: 500;
  font-size: 20px;
  padding: 5px 80px;
  border-radius: 15px;
  border-top-left-radius: 1px;
}
.phone-nav h4 {
  text-align: left;
  line-height: 20px;
}

.collapse.expand {
  max-height: 200px;
}

.phone-nav.show-nav {
  opacity: 1;
  pointer-events: all;
}

.payment-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-size: cover;
  gap: 50px;
}
.payment-page .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.payment-page .arrow ion-icon {
  font-size: 2em;
  color: #002fa4;
  transition: all 0.5s;
}
.payment-page .arrow a {
  display: flex;
}
.payment-page .arrow:hover ion-icon {
  transform: rotateZ(360deg);
}
.payment-page .container {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 30px 10px 10px 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.127);
}
.payment-page .main-content {
  display: flex;
  border-radius: 30px 10px 10px 30px;
}
.payment-page .visa-card {
  background-color: #f8f8f8;
  padding: 20px;
  display: flex;
  width: 450px;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 10px 10px 0;
}
.payment-page .visa-card hr {
  margin: 10px auto;
  width: 100%;
  border: 1px solid rgb(206, 206, 206);
}
.payment-page .p {
  width: 100%;
}
.payment-page .p p {
  text-align: right;
  color: #4d4d4d;
  font-size: 1em;
  font-weight: 600;
}
.payment-page .title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.payment-page .title h3 {
  color: #081d4e;
  font-size: 1.3em;
  height: 100%;
}
.payment-page .title .icon {
  color: #fd8f1c;
  filter: drop-shadow(rgba(0, 0, 0, 0.05));
  font-size: 1.5em;
}
.payment-page .card-types {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.payment-page .type {
  display: flex;
  width: 90px;
  height: 70px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
.payment-page .type:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
  background-color: rgb(216, 216, 216);
}
.payment-page .type img {
  width: 80px;
}
.payment-page .type p {
  font-size: 1em;
  font-weight: 500;
  color: #474747;
}
.payment-page .details-input {
  width: 100%;
}
.payment-page .inputbox {
  display: flex;
  position: relative;
  margin: 20px 0;
  width: 300px;
  height: 40px;
  background-color: #ececec;
  align-items: center;
  border-radius: 6px;
}
.payment-page .inputbox input[type=text] {
  color: #51534e;
  font-size: 1.1em;
  font-weight: 400;
}
.payment-page .inputbox label {
  position: absolute;
  top: -28px;
  right: 5px;
  font-size: 1em;
  font-weight: 600;
  color: #081d4e;
}
.payment-page .inputbox input {
  text-align: right;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  padding: 0 5px 0 5px;
}
.payment-page .name {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  width: 100%;
}
.payment-page .name .inputbox {
  width: 100%;
}
.payment-page .dates {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 5px;
}
.payment-page .dates .inputbox {
  width: 50%;
}
.payment-page .detail-p {
  display: flex;
  flex-direction: column;
}
.payment-page .det {
  display: flex;
  justify-content: space-between;
}
.payment-page .det p {
  color: #081d4e;
  font-size: 1em;
  font-weight: 600;
}
.payment-page button {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  margin-top: 15px;
  background-color: #002fa4;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s;
}
.payment-page button p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.payment-page button:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
  background-color: #0b3e91;
}
.payment-page .left-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../imgs/back4.jpeg");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  padding: 20px;
}
.payment-page .titles {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: right;
}
.payment-page .titles h3 {
  color: #fff;
  font-size: 2.3em;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.payment-page .titles span {
  color: #fd8f1c;
  font-weight: 500;
}
.payment-page .titles .hr:first-child {
  width: 20%;
  height: 2px;
  border: none;
  background: linear-gradient(to right, transparent, #f8f8f8);
  margin: 10px 0;
}
.payment-page .titles .hr:last-child {
  width: 20%;
  height: 2px;
  border: none;
  background: linear-gradient(to left, transparent, #f8f8f8);
  margin: 10px 0;
}
.payment-page .cards {
  display: flex;
  gap: 30px;
}
.payment-page .cards .card {
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.payment-page .cards .card .imgs {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
}
.payment-page .cards .card .imgs .img {
  width: 120px;
  height: 40%;
  background: url("../imgs/ema.jpeg");
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}
.payment-page .cards .card .imgs .img:last-child {
  background: url("../imgs/ema2.jpeg");
  background-position: center;
  background-size: cover;
}
.payment-page .cards .card:last-child .imgs .img {
  background: url("../imgs/moroco.jpeg");
  background-position: center;
  background-size: cover;
}
.payment-page .cards .card:last-child .imgs .img:last-child {
  background: url("../imgs/moroco2.jpg");
  background-position: center;
  background-size: cover;
}
.payment-page .cards .card .detailss {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.payment-page .cards .card .detailss h3 {
  color: #fd8f1c;
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 1.3em;
}
.payment-page .cards .card .detailss p {
  color: #9fa2a0;
  font-size: 1em;
  line-height: 20px;
}
.payment-page .cards .card .detailss p span {
  color: #002fa4;
}
.payment-page .cards .card .detailss h2 {
  font-size: 1.5em;
  color: #fd8f1c;
}
.payment-page .cards .card .detailss button {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.payment-page .cost {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 5px 0;
  gap: 5px;
}
.payment-page .cost span {
  color: #9fa2a0;
  text-decoration: line-through;
  font-size: 1em;
  line-height: 8px;
}
.payment-page .secure {
  line-height: 40px;
}
.payment-page .secure h1 {
  color: #fff;
  text-align: center;
  font-size: 2.5em;
}
.payment-page .secure h2 {
  color: #fff;
}
.payment-page .secure h2 span {
  font-family: "Noto Nastaliq Urdu", serif;
  color: #fd8f1c;
  font-size: 1.3em;
}
.payment-page h2 {
  color: #4d4d4d;
  text-align: center;
}

.animate {
  filter: blur(5px);
  opacity: 0;
  transition: 1s;
}

.packages-section.show-animate .animate,
.experience-section.show-animate .animate,
.popular-destinations.show-animate .animate,
.sponsors.show-animate .animate {
  filter: blur(0px);
  opacity: 1;
}

.packages-section .heading {
  transform: translateY(-100px);
}
.packages-section .packages {
  transform: translateY(100px);
}
.packages-section.show-animate .animate {
  transform: translateY(0);
}

.experience-section .heading {
  transform: translateY(-100px);
}
.experience-section .image.animate {
  height: 0 !important;
}
.experience-section .animate.box1 {
  transform: translateX(50px);
  transition-delay: 0.1s;
}
.experience-section .animate.box2 {
  transform: translateX(60px);
  transition-delay: 0.2s;
}
.experience-section .animate.box3 {
  transform: translateX(90px);
  transition-delay: 0.3s;
}
.experience-section .animate.box4 {
  transform: translateX(50px);
  transition-delay: 0.4s;
}
.experience-section.show-animate .heading {
  transform: translateY(0px);
}
.experience-section.show-animate .image.animate {
  height: 590px !important;
}
.experience-section.show-animate .experience-box.animate {
  transform: translate(0);
}

.sponsors .animate {
  transform: translateY(100px);
  transition-delay: 0s;
}
.sponsors.show-animate .animate {
  transform: translateY(0);
}
.sponsors.show-animate .animate.company1 {
  transition-delay: 0.2s;
}
.sponsors.show-animate .animate.company2 {
  transition-delay: 0.4s;
}
.sponsors.show-animate .animate.company3 {
  transition-delay: 0.6s;
}
.sponsors.show-animate .animate.company4 {
  transition-delay: 0.8s;
}
.sponsors.show-animate .animate.company5 {
  transition-delay: 1s;
}
.sponsors.show-animate .animate.company6 {
  transition-delay: 1.2s;
}

.popular-destinations .heading {
  transform: translateY(-100px);
}
.popular-destinations .animate.animate1 {
  transform: translateY(-100px);
}
.popular-destinations.show-animate .heading {
  transform: translateY(0);
}
.popular-destinations.show-animate .animate.animate2 {
  animation: popUp 1s ease forwards;
  transform-origin: center;
}
.popular-destinations.show-animate .animate.animate1 {
  transform: translateY(0px);
}

@keyframes popUp {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1470px) {
  .land {
    height: 90vh;
    align-items: center;
  }
  .land .container .content .heading {
    margin-bottom: 80px;
  }
  .land .container .content .heading p {
    font-size: 23px;
  }
  .land .container .content .heading h2 {
    width: 50%;
    font-size: 70px;
    line-height: 80px;
  }
  .land .container .content .heading .paragraph {
    font-size: 23px;
    width: 60%;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 15px 100px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 15px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
  .experience-section .container {
    padding: 50px 0px 80px;
  }
  .experience-section .container .content .heading h3 {
    font-size: 40px;
  }
  .experience-section .container .content .heading p {
    font-size: 16px;
  }
  .experience-section .container .content .experience-grid .image {
    width: 400px;
    height: 470px;
  }
  .experience-section .container .content .experience-grid .boxes {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .row {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .experience-box {
    width: 250px;
    height: 220px;
  }
  .experience-section .container .content .experience-grid .experience-box h4 {
    font-size: 45px;
    line-height: 45px;
  }
  .experience-section .container .content .experience-grid .experience-box h5 {
    font-size: 23px;
  }
  .activities-cards {
    grid-template-columns: repeat(3, 1fr);
    padding: 2em 5%;
  }
  .trips-recommendation .container .trips-carousel {
    max-width: 1100px;
    width: 100%;
  }
  .trips-recommendation .container .trips-slider {
    padding: 0;
  }
  .trips-recommendation .container .left {
    left: -55px;
  }
  .trips-recommendation .container .right {
    right: -55px;
  }
  .experience-section.show-animate .image.animate {
    height: 470px !important;
  }
}
@media (max-width: 1215px) {
  .land {
    align-items: center;
  }
  .land .container .content .heading {
    margin-bottom: 80px;
  }
  .land .container .content .heading p {
    font-size: 23px;
  }
  .land .container .content .heading h2 {
    width: 50%;
    font-size: 70px;
    line-height: 80px;
  }
  .land .container .content .heading .paragraph {
    font-size: 23px;
    width: 60%;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 15px 50px;
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li i {
    font-size: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
    width: 20px;
    height: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 15px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date {
    border-left: 0;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
  .blog-posts {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog-posts .container .posts-content .posts .post {
    width: 650px;
  }
  .blog-posts .container .posts-content .posts .post .heading {
    font-size: 28px;
    color: #081d4e;
  }
  .blog-posts .container .posts-content .posts .post .post-card {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 12px 3px rgba(27, 27, 27, 0.0901960784);
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-image {
    position: relative;
    width: 100%;
    height: 430px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption {
    padding: 20px 25px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .title {
    font-size: 25px;
    color: #081d4e;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .description {
    color: #9fa2a0;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links button {
    border: 0;
    outline: none;
    border-radius: 20px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background-color: #fa9900;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul li i {
    font-size: 20px;
    color: #9fa2a0;
    cursor: pointer;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul li i:hover {
    color: #4d4d4d;
  }
  .blog-posts .container .posts-content .rihla-info {
    position: relative;
    top: 0;
    margin-top: 7%;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 3px rgba(27, 27, 27, 0.0901960784);
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla h3 {
    position: relative;
    font-size: 20px;
    color: #002fa4;
    margin-bottom: 5px;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla h3 span {
    color: #fd8f1c;
    font-weight: 400;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #fa9900;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla p {
    line-height: 23px;
    color: #4d4d4d;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla a {
    color: #3e6be8;
    text-decoration: underline;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter h3 {
    text-align: center;
    padding: 0 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter input {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(207, 207, 207, 0.7803921569);
    margin-bottom: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter button {
    border: 0;
    outline: none;
    border-radius: 20px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background-color: #fa9900;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    color: #fff;
    padding: 15px 15px;
    cursor: pointer;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store i {
    font-size: 30px;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store p {
    text-align: left;
    line-height: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store h4 {
    text-align: left;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store.app-store {
    background-color: #000;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store.google-play {
    background-color: #fa9900;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews h3 {
    color: #51534e;
    font-size: 22px;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews .stars i {
    color: #fd8f1c;
    font-size: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews h4 {
    color: #081d4e;
    font-size: 20px;
    font-style: italic;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews p {
    font-size: 12px;
    font-weight: 700;
    color: #51534e;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos {
    width: 100%;
    margin-bottom: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    justify-content: start;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info .icon i {
    color: #fd8f1c;
    font-size: 20px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info .info-content h4 {
    color: #fd8f1c;
    text-align: left;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info .info-content a {
    color: #081d4e;
    font-weight: 700;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-items: start;
    flex-direction: row-reverse;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .icon i {
    color: #fd8f1c;
    font-size: 27px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content h4,
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content p {
    text-align: right;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content h4 {
    font-size: 17px;
    color: #51534e;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content p {
    color: #474747;
    line-height: 25px;
  }
}
@media (max-width: 1045px) {
  .nav-bar {
    gap: 4em;
  }
  header .nav-items ul a {
    font-size: 18px;
  }
  header .nav-options .phone-number {
    font-size: 15px;
  }
  header .nav-options .login.btn {
    font-size: 15px;
  }
  header .nav-options .login.btn i {
    font-size: 15px;
  }
  header .nav-options .language-btn i {
    font-size: 15px;
  }
  header .logo img {
    width: 5em;
  }
  .land {
    align-items: center;
  }
  .land .container .content .heading {
    margin-bottom: 80px;
  }
  .land .container .content .heading p {
    font-size: 23px;
  }
  .land .container .content .heading h2 {
    width: 50%;
    font-size: 70px;
    line-height: 80px;
    width: 80%;
  }
  .land .container .content .heading .paragraph {
    font-size: 23px;
    width: 60%;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 15px 50px;
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li i {
    font-size: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
    width: 20px;
    height: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .control {
    padding: 15px 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 15px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input {
    font-size: 15px;
    width: 120px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
  .packages-section {
    padding: 250px 2% 100px;
  }
  .packages-section .container .content {
    gap: 5%;
  }
  .packages-section .container .content .heading {
    margin-bottom: 15px;
  }
  .packages-section .container .content .heading h3 {
    font-size: 35px;
  }
  .packages-section .container .content .heading p {
    font-size: 15px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars h4 {
    font-size: 18px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars p {
    font-size: 15px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars p i {
    font-size: 15px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars .stars {
    font-size: 22px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars .stars i {
    font-size: 18px;
  }
  .packages-section .container .content .packages .package .package-info .package-description {
    font-size: 13px;
    width: 95%;
  }
  .packages-section .container .content .packages .package .package-info .package-cost .cost {
    font-size: 22px;
  }
  .packages-section .container .content .packages .package .package-info .package-cost .booking {
    padding: 5px 30px;
    font-size: 15px;
  }
  .experience-section .container {
    padding: 50px 0px 80px;
  }
  .experience-section .container .content .heading h3 {
    font-size: 35px;
  }
  .experience-section .container .content .heading p {
    font-size: 15px;
  }
  .experience-section .container .content .experience-grid .image {
    width: 350px;
    height: 410px;
  }
  .experience-section .container .content .experience-grid .boxes {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .row {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .experience-box {
    width: 220px;
    height: 190px;
  }
  .experience-section .container .content .experience-grid .experience-box h4 {
    font-size: 35px;
    line-height: 45px;
  }
  .experience-section .container .content .experience-grid .experience-box h5 {
    font-size: 20px;
  }
  .experience-section .container .content .experience-grid .experience-box p {
    font-size: 13px;
  }
  .offers-section .container {
    padding: 50px 0px;
  }
  .offers-section .container .content .heading {
    text-align: center;
    line-height: 40px;
    font-size: 37px;
  }
  .offers-section .container .content .deals {
    flex-wrap: wrap;
  }
  .offers-section .container .content .deals .deal {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 30px;
  }
  .offers-section .container .content .deals .deal .title {
    font-size: 20px;
  }
  .offers-section .container .content .deals .deal .title i {
    font-size: 26px;
  }
  .offers-section .container .content .deals .deal p {
    width: 70%;
  }
  .newsletter-section .container {
    padding: 50px 0px;
  }
  .newsletter-section .container .content .heading {
    width: 50%;
  }
  .newsletter-section .container .content .heading h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .newsletter-section .container .content .heading h4 {
    font-size: 30px;
    width: 70%;
    line-height: 40px;
  }
  .newsletter-section .container .content .heading p {
    font-size: 18px;
    text-align: right;
  }
  .newsletter-section .container .content .newsletter-form {
    width: 50%;
  }
  .newsletter-section .container .content .newsletter-form h4 {
    font-size: 30px;
    width: 100%;
  }
  .newsletter-section .container .content .newsletter-form .input-group .input {
    width: 100%;
  }
  .popular-destinations .container .content .heading h3 {
    font-size: 35px;
  }
  .popular-destinations .container .content .heading p {
    font-size: 15px;
  }
  .blog-posts .container .posts-content {
    gap: 30px;
    padding: 50px 0;
  }
  .blog-posts .container .posts-content .posts {
    gap: 60px;
  }
  .blog-posts .container .posts-content .posts .post {
    width: 550px;
  }
  .blog-posts .container .posts-content .posts .post .heading {
    font-size: 23px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-image {
    height: 300px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption {
    padding: 20px 25px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .title {
    font-size: 25px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links button {
    font-size: 16px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul li i {
    font-size: 20px;
  }
  .blog-posts .container .posts-content .rihla-info {
    width: 250px;
  }
  .blog-posts .container .posts-content .rihla-info .box {
    padding: 20px 15px;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla h3 {
    font-size: 20px;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla p {
    font-size: 13px;
    line-height: 20px;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter input {
    font-size: 13px;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter button {
    font-size: 13px;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store {
    width: 80%;
    padding: 10px 0;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store i {
    font-size: 20px;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store p {
    font-size: 13px;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app .store h4 {
    font-size: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews h3 {
    font-size: 22px;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews .stars i {
    font-size: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews h4 {
    font-size: 20px;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews p {
    font-size: 12px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info h3 {
    margin-bottom: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info {
    margin-bottom: 8px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info .icon i {
    font-size: 18px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info .info-content h4 {
    font-size: 15px;
    text-align: left;
    line-height: 13px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .infos .info .info-content a {
    font-size: 13px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .icon i {
    font-size: 22px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content h4,
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content p {
    font-size: 13px;
    text-align: right;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content h4 {
    font-size: 15px;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info .booking-features .feature .feature-content p {
    line-height: 25px;
  }
  .activities-cards {
    padding: 2em 0%;
  }
  .activity .trip-image {
    height: 250px;
  }
  .activity h3 {
    font-size: 18px;
  }
  .activity .trip-description {
    gap: 5px !important;
  }
  .activity .trip-features {
    gap: 5px !important;
  }
  .activity .trip-details p {
    font-size: 13px;
  }
  .activity .trip-image .trip-cost button {
    font-size: 15px;
  }
  #posts .container .carousel {
    grid-auto-columns: calc(50% - 13px);
  }
  .contact .container .contact-form {
    width: 90%;
  }
  .footer-section .links-section {
    flex-direction: column;
    margin-right: 20px;
  }
  .footer-section .links-column:nth-child(2) {
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 10px;
  }
  footer .links-section li {
    padding-bottom: 5px;
  }
  footer .title {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .experience-section.show-animate .image.animate {
    height: 410px !important;
  }
}
@media (max-width: 923px) {
  .land {
    align-items: center;
  }
  .land .container .content .heading {
    margin-bottom: 80px;
  }
  .land .container .content .heading p {
    font-size: 23px;
  }
  .land .container .content .heading h2 {
    width: 50%;
    font-size: 65px;
    line-height: 80px;
    width: 99%;
  }
  .land .container .content .heading .paragraph {
    font-size: 23px;
    width: 60%;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 15px 50px;
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li i {
    font-size: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
    width: 20px;
    height: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 15px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
  .packages-section {
    padding: 250px 2% 100px;
  }
  .packages-section .container .content {
    gap: 2%;
  }
  .packages-section .container .content .packages {
    flex-wrap: wrap;
  }
  .packages-section .container .content .packages .package {
    width: 350px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars h4 {
    font-size: 23px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars p {
    font-size: 18px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars p i {
    font-size: 15px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars .stars {
    font-size: 25px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars .stars i {
    font-size: 20px;
  }
  .packages-section .container .content .packages .package .package-info .package-description {
    font-size: 13px;
    width: 95%;
  }
  .packages-section .container .content .packages .package .package-info .package-cost .cost {
    font-size: 22px;
  }
  .packages-section .container .content .packages .package .package-info .package-cost .booking {
    padding: 5px 30px;
    font-size: 15px;
  }
  .experience-section .container {
    padding: 50px 0px 80px;
  }
  .experience-section .container .content .heading h3 {
    font-size: 35px;
  }
  .experience-section .container .content .heading p {
    font-size: 15px;
  }
  .experience-section .container .content .experience-grid .image {
    width: 350px;
    height: 410px;
  }
  .experience-section .container .content .experience-grid .boxes {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .row {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .experience-box {
    width: 220px;
    height: 190px;
  }
  .experience-section .container .content .experience-grid .experience-box h4 {
    font-size: 35px;
    line-height: 45px;
  }
  .experience-section .container .content .experience-grid .experience-box h5 {
    font-size: 20px;
  }
  .experience-section .container .content .experience-grid .experience-box p {
    font-size: 13px;
  }
  .sponsors .container .content {
    flex-wrap: wrap;
  }
  .sponsors .container .content .sponsor-company {
    width: 12em;
    height: 10em;
  }
  .main .heading h2 {
    font-size: 45px;
  }
  .main .heading p {
    font-size: 20px;
  }
  .main .heading p span {
    font-size: 25px;
  }
  .main .city-search {
    width: 100%;
  }
  .main .city-search button {
    height: 60px;
    width: 15%;
    font-size: 25px;
  }
  .main .city-search .search-box {
    width: 80%;
    height: 100%;
    padding-right: 15px;
  }
  .main .city-search .search-box span i {
    font-size: 20px;
  }
  .main .city-search .search-box input {
    font-size: 20px;
  }
  .activities-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .activity h3 {
    font-size: 20px;
  }
  .activity .trip-details p {
    font-size: 15px;
  }
  .activity .trip-image .trip-cost button {
    font-size: 20px;
  }
  #posts .container {
    padding: 0 1em;
    position: relative;
    height: 100%;
  }
  .blog-main {
    height: 90vh;
  }
  .blog-main .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .blog-main .container .main-content {
    width: 100%;
    padding: 2% 5% 0;
  }
  .blog-main .container .main-content .heading h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
  }
  .blog-main .container .main-content .heading h2 > div {
    font-size: 65px;
    line-height: 70px;
  }
  .blog-main .container .main-content .trip-search {
    width: 350px;
  }
  .blog-main .container .main-content .trip-search .input-box input {
    padding: 10px 15px;
    outline: none;
    border-radius: 30px;
  }
  .blog-main .container .main-content .trip-search .input-box .button {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 860px) {
  .experience-section .container {
    padding: 50px 0px 80px;
  }
  .experience-section .container .content .experience-grid {
    flex-direction: column;
  }
  .experience-section .container .content .experience-grid .image {
    width: 100%;
    height: 310px;
  }
  .experience-section .container .content .experience-grid .boxes {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .row {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .experience-box {
    width: 300px;
    height: 280px;
  }
  .experience-section .container .content .experience-grid .experience-box h4 {
    font-size: 45px;
    line-height: 45px;
  }
  .experience-section .container .content .experience-grid .experience-box h5 {
    font-size: 23px;
  }
  .experience-section .container .content .experience-grid .experience-box p {
    font-size: 17px;
  }
  .popular-destinations {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popular-destinations .container .content .destinations .row .destination .title h3 {
    font-size: 40px;
    line-height: 65px;
  }
  .popular-destinations .container .content .destinations .row .destination .title h4 {
    font-size: 30px;
  }
  .popular-destinations .container .content .destinations .row.first .destination {
    height: 350px;
  }
  .popular-destinations .container .content .destinations .row.first .destination:first-child {
    width: calc(66.67% - 10px);
  }
  .popular-destinations .container .content .destinations .row.first .destination:nth-child(2) {
    width: calc(33.33% - 15px);
  }
  .popular-destinations .container .content .destinations .row.second .destination {
    height: 200px;
    width: calc(33.3333333333% - 15px);
  }
  .popular-destinations .container .content .destinations .row.second .destination .title h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .popular-destinations .container .content .destinations .row.second .destination .title h4 {
    font-size: 30px;
  }
  .experience-section.show-animate .image.animate {
    height: 310px !important;
  }
}
@media (max-width: 835px) {
  header nav {
    width: 100%;
    padding: 1% 5%;
  }
  header .nav-bar {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 0em;
  }
  header .nav-items {
    display: none;
  }
  header .nav-options .login.btn {
    display: none;
  }
  header .nav-options .phone-number i {
    font-size: 20px;
  }
  header .nav-options .language-btn i {
    font-size: 20px;
  }
  header .collapsed-nav {
    display: block;
    font-size: 20px;
  }
  header .logo img {
    width: 7em;
  }
  .phone-nav .logo img {
    width: 40%;
  }
  .land {
    align-items: center;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 15px 0px;
    width: 150px;
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li i {
    font-size: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
    width: 20px;
    height: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 15px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label,
  .land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input,
  .land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date input {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
  .blog-posts .container .posts-content {
    gap: 30px;
    padding: 50px 0;
    flex-direction: column-reverse;
  }
  .blog-posts .container .posts-content .posts {
    gap: 60px;
  }
  .blog-posts .container .posts-content .posts .post {
    width: 550px;
  }
  .blog-posts .container .posts-content .posts .post .heading {
    font-size: 23px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-image {
    height: 300px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption {
    padding: 20px 25px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .title {
    font-size: 25px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links button {
    font-size: 16px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .links .social ul li i {
    font-size: 20px;
  }
  .blog-posts .container .posts-content .rihla-info {
    width: 550px;
  }
  .blog-posts .container .posts-content .rihla-info .box {
    padding: 20px 15px;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla h3 {
    font-size: 23px;
  }
  .blog-posts .container .posts-content .rihla-info .about-rihla p {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-posts .container .posts-content .rihla-info .newsletter {
    display: none;
  }
  .blog-posts .container .posts-content .rihla-info .mobile-app {
    display: none;
  }
  .blog-posts .container .posts-content .rihla-info .customer-reviews {
    display: none;
  }
  .blog-posts .container .posts-content .rihla-info .booking-info {
    display: none;
  }
  .customer-reviews {
    margin-bottom: 50px;
  }
  .customer-reviews .content {
    padding: 0 20px;
  }
  .customer-reviews .content .controls-title .title h3 {
    font-size: 30px;
  }
  .customer-reviews .content .controls-title .arrows .arrow {
    width: 50px;
    height: 50px;
  }
  .customer-reviews .content .controls-title .arrows .arrow .arr {
    width: 20px;
    height: 2px;
  }
  .customer-reviews .content .controls-title .arrows .arrow .arr::after {
    top: -5px;
    height: 10px;
    width: 10px;
  }
  .customer-reviews .content .reviews {
    grid-auto-columns: calc(50% - 14px);
  }
  .customer-reviews .content .reviews .review-card .review-title {
    font-size: 20px;
  }
  .customer-reviews .content .reviews .review-card .review-content {
    text-align: right;
  }
  .customer-reviews .content .reviews .review-card .reviewer {
    gap: 5px;
  }
  .customer-reviews .content .reviews .review-card .reviewer .name {
    font-size: 18px;
  }
  .customer-reviews .content .reviews .review-card .stars {
    gap: 2px;
  }
  .customer-reviews .content .reviews .review-card .stars i {
    color: #fd8f1c;
  }
  .newsletter-blog {
    display: block;
  }
}
@media (max-width: 740px) {
  .experience-section .container {
    padding: 50px 0px 80px;
  }
  .experience-section .container .content .experience-grid {
    flex-direction: column;
  }
  .experience-section .container .content .experience-grid .image {
    width: 100%;
    height: 310px;
  }
  .experience-section .container .content .experience-grid .boxes {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .row {
    gap: 30px;
  }
  .experience-section .container .content .experience-grid .experience-box {
    width: 230px;
    height: 200px;
  }
  .experience-section .container .content .experience-grid .experience-box h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .experience-section .container .content .experience-grid .experience-box h5 {
    font-size: 20px;
  }
  .experience-section .container .content .experience-grid .experience-box p {
    font-size: 13px;
  }
  .packages-section {
    padding: 250px 2% 100px;
  }
  .packages-section .container .content {
    gap: 2%;
  }
  .packages-section .container .content .packages {
    flex-wrap: wrap;
  }
  .packages-section .container .content .packages .package {
    width: 300px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars h4 {
    font-size: 20px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars p {
    font-size: 15px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars p i {
    font-size: 15px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars .stars {
    font-size: 25px;
  }
  .packages-section .container .content .packages .package .package-info .title-stars .stars i {
    font-size: 20px;
  }
  .packages-section .container .content .packages .package .package-info .package-description {
    font-size: 13px;
    width: 95%;
  }
  .packages-section .container .content .packages .package .package-info .package-cost .cost {
    font-size: 22px;
  }
  .packages-section .container .content .packages .package .package-info .package-cost .booking {
    padding: 5px 30px;
    font-size: 15px;
  }
  .newsletter-section .container .content {
    flex-direction: column;
  }
  .newsletter-section .container .content .heading {
    width: 100%;
  }
  .newsletter-section .container .content .heading h3 {
    font-size: 35px;
  }
  .newsletter-section .container .content .heading h4 {
    font-size: 25px;
    width: 100%;
    line-height: 40px;
  }
  .newsletter-section .container .content .heading p {
    font-size: 18px;
    text-align: right;
  }
  .newsletter-section .container .content .newsletter-form {
    width: 100%;
    margin-top: 50px;
  }
  .newsletter-section .container .content .newsletter-form h4 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .newsletter-section .container .content .newsletter-form .input-group .input {
    width: 70%;
  }
  #posts .container .carousel {
    grid-auto-columns: 100%;
  }
  #posts .container .carousel .activity {
    width: 100%;
  }
  .activities-cards {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    width: 85%;
  }
  .activity {
    width: 100% !important;
  }
  .activity .trip-details {
    display: none;
  }
  .activity.large {
    flex-direction: column;
  }
  .activity.large .trip-cost button {
    display: none;
  }
  .activity.large .booking-button button {
    display: none;
  }
  .activity.large .trip-image .trip-cost button {
    display: block;
  }
  .activity.large .trip-image .booking-button button {
    display: block;
  }
  .more-button {
    width: 80%;
  }
  footer {
    padding: 4em 1em 1em;
  }
  footer .app-section .stores-icons {
    flex-direction: column;
    gap: 5px;
  }
  footer .app-section .stores-icons .store i {
    font-size: 30px;
  }
  footer .app-section .store {
    gap: 15px;
    padding: 5px 15px;
    width: 150px;
  }
  footer .app-section .store .store-info p {
    font-size: 12px;
  }
  footer .app-section .store .store-info h4 {
    font-size: 14px;
  }
  .footer-section .brand-section img {
    width: 10em;
    padding-bottom: 4em;
  }
}
@media (max-width: 700px) {
  .land {
    align-items: center;
  }
  .land .container .content .booking-box .booking-control {
    width: 90%;
    padding: 20px 10px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 10px 0px;
    width: 150px;
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li i {
    font-size: 17px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options {
    gap: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
    font-size: 18px;
    padding-right: 30px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
    width: 20px;
    height: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .control {
    padding: 15px 8px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .row {
    width: 100%;
    justify-content: space-around;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 16px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 13px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class {
    width: 30%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label,
  .land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date label {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input,
  .land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date input {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
}
@media (max-width: 585px) {
  .my-login-page .card.fat .image {
    display: none;
  }
  .blog-main .container .main-content {
    width: 100%;
    padding: 10% 5% 0;
  }
  .blog-main .container .main-content .heading h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0px;
  }
  .blog-main .container .main-content .heading h2 > div {
    font-size: 50px;
    line-height: 50px;
  }
  .blog-main .container .main-content .trip-search {
    padding: 10px;
    width: 280px;
  }
  .blog-main .container .main-content .trip-search .input-box input {
    padding: 5px 15px;
    outline: none;
    border-radius: 30px;
  }
  .blog-main .container .main-content .trip-search .input-box .button {
    width: 110px;
    height: 35px;
  }
  .blog-posts .container .posts-content .posts {
    gap: 30px;
  }
  .blog-posts .container .posts-content .posts .post {
    width: 350px;
  }
  .blog-posts .container .posts-content .posts .post .heading {
    font-size: 22px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-image {
    height: 200px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .title {
    font-size: 20px;
  }
  .blog-posts .container .posts-content .posts .post .post-card .post-caption .description {
    font-size: 13px;
  }
  .blog-posts .container .rihla-info {
    width: 350px !important;
  }
  .customer-reviews {
    margin-bottom: 50px;
  }
  .customer-reviews .content {
    padding: 0 20px;
  }
  .customer-reviews .content .controls-title .title h3 {
    font-size: 26px;
  }
  .customer-reviews .content .controls-title .arrows .arrow {
    width: 30px;
    height: 30px;
  }
  .customer-reviews .content .controls-title .arrows .arrow .arr {
    width: 15px;
    height: 2px;
  }
  .customer-reviews .content .controls-title .arrows .arrow .arr::after {
    top: -5px;
    height: 10px;
    width: 10px;
  }
  .customer-reviews .content .reviews {
    grid-auto-columns: calc(100% - 7px);
  }
  .customer-reviews .content .reviews .review-card .review-title {
    font-size: 20px;
  }
  .customer-reviews .content .reviews .review-card .review-content {
    text-align: right;
  }
  .customer-reviews .content .reviews .review-card .reviewer {
    gap: 5px;
  }
  .customer-reviews .content .reviews .review-card .reviewer .name {
    font-size: 18px;
  }
  .customer-reviews .content .reviews .review-card .stars {
    gap: 2px;
  }
  .customer-reviews .content .reviews .review-card .stars i {
    color: #fd8f1c;
  }
}
@media (max-width: 500px) {
  .land {
    align-items: center;
  }
  .land .container .content .heading {
    margin-bottom: 100px;
  }
  .land .container .content .heading p {
    font-size: 23px;
  }
  .land .container .content .heading h2 {
    width: 50%;
    font-size: 35px;
    line-height: 35px;
    width: 99%;
  }
  .land .container .content .heading .paragraph {
    font-size: 16px;
    width: 90%;
  }
  .land .container .content .booking-box .booking-control {
    width: 90%;
    padding: 20px 10px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li {
    padding: 10px 0px;
    width: 150px;
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-options ul li i {
    font-size: 17px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options {
    gap: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__label {
    font-size: 13px;
    padding-right: 20px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-options .trip-option .trip-option__custom {
    width: 15px;
    height: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control.option-multicity {
    flex-wrap: nowrap;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .control {
    padding: 15px 8px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field {
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field input {
    font-size: 13px;
    width: 100%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .from-to .input-box .input-field i {
    font-size: 15px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class {
    width: 60%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .selectWindow {
    right: -10%;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .select {
    font-size: 18px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .traveler-class .class {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date label,
  .land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date label {
    font-size: 13px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .start-date input,
  .land .container .content .booking-box .booking-control .booking-info .trip-control .finish-date input {
    font-size: 13px;
    width: 100px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton {
    width: 60px;
    height: 60px;
  }
  .land .container .content .booking-box .booking-control .booking-info .trip-control .searchButton i {
    font-size: 20px;
  }
  .experience-section .container .content .experience-grid .image {
    width: 100%;
    height: 200px;
  }
  .experience-section .container .content .experience-grid .boxes {
    gap: 15px;
  }
  .experience-section .container .content .experience-grid .row {
    gap: 15px;
  }
  .experience-section .container .content .experience-grid .experience-box {
    width: 160px;
    height: 140px;
    padding: 15px 10px;
  }
  .experience-section .container .content .experience-grid .experience-box h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .experience-section .container .content .experience-grid .experience-box h5 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .experience-section .container .content .experience-grid .experience-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .offers-section {
    background-attachment: unset;
  }
  .offers-section .container {
    padding: 50px 0px;
  }
  .offers-section .container .content .heading {
    text-align: center;
    line-height: 40px;
    font-size: 32px;
  }
  .offers-section .container .content .deals {
    flex-wrap: wrap;
  }
  .offers-section .container .content .deals .deal {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 30px;
  }
  .offers-section .container .content .deals .deal .title {
    font-size: 20px;
  }
  .offers-section .container .content .deals .deal .title i {
    font-size: 26px;
  }
  .offers-section .container .content .deals .deal p {
    width: 70%;
  }
  .popular-destinations {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popular-destinations .container {
    padding: 50px 10px 80px;
  }
  .popular-destinations .container .content .destinations .row .destination .title h3 {
    font-size: 40px;
    line-height: 65px;
  }
  .popular-destinations .container .content .destinations .row .destination .title h4 {
    font-size: 30px;
  }
  .popular-destinations .container .content .destinations .row.first {
    flex-direction: column;
    gap: 15px;
  }
  .popular-destinations .container .content .destinations .row.first .destination {
    height: 200px;
  }
  .popular-destinations .container .content .destinations .row.first .destination:first-child {
    width: 100%;
    background-position: center -20px;
  }
  .popular-destinations .container .content .destinations .row.first .destination:nth-child(2) {
    width: 100%;
    background-position: -50px -200px;
  }
  .popular-destinations .container .content .destinations .row.second .destination {
    height: 150px;
    width: calc(33.3333333333% - 10px);
  }
  .popular-destinations .container .content .destinations .row.second .destination .title h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .popular-destinations .container .content .destinations .row.second .destination .title h4 {
    font-size: 20px;
  }
  .contact .container .contact-form {
    width: 80%;
  }
  .sponsors .container .content {
    flex-wrap: wrap;
  }
  .sponsors .container .content .sponsor-company {
    width: 7em;
    height: 5em;
  }
  .blog-main {
    background-attachment: unset;
  }
  .main .heading h2 {
    font-size: 25px;
  }
  .main .heading p {
    font-size: 15px;
    font-weight: 400;
  }
  .main .heading p span {
    font-size: 20px;
  }
  .main .city-search button {
    font-size: 20px;
  }
  .main .city-search .search-box input {
    font-size: 18px;
  }
  .activity {
    width: 250px;
  }
  .activity.large .trip-image {
    height: 250px !important;
    flex: auto;
  }
  #posts .container {
    padding: 0 1em;
  }
  #posts .container .slider {
    padding: 2em 5%;
  }
  #posts .container .carousel .activity {
    width: 100%;
    height: 500px;
  }
  #posts .container .carousel .activity img {
    height: 100%;
  }
  #posts .container .activity .trip-description {
    padding: 10px 10px;
  }
  #posts .container .left {
    left: -3%;
  }
  #posts .container .right {
    right: -3%;
  }
  #posts .activity h3 {
    font-size: 18px;
  }
  #posts .activity .trip-cost button {
    padding: 0px 35px;
    font-size: 15px;
  }
  #posts .activity .booking-button button {
    padding: 0px 25px;
    font-size: 15px;
  }
  #posts .arrow {
    width: 40px;
    height: 40px;
  }
  .phone-nav .stores-icons {
    gap: 0px;
  }
  .phone-nav .stores-icons .store {
    width: 150px;
  }
  .phone-nav .stores-icons .store p {
    font-size: 12px;
  }
  .phone-nav .stores-icons .store h4 {
    font-size: 14px;
  }
  .phone-nav .stores-icons .store i {
    font-size: 30px;
  }
  .phone-nav .nav-items ul {
    font-size: 25px;
  }
  .phone-nav .login.btn {
    font-size: 15px;
    padding: 5px 50px;
  }
  .experience-section.show-animate .image.animate {
    height: 140px !important;
  }
}
@media (max-width: 425px) {
  .my-login-page .card-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 355px) {
  .my-login-page .card.fat {
    padding: 0;
  }
  .my-login-page .card.fat .card-body {
    padding: 15px;
  }
  .newsletter-section .container .content .newsletter-form .input-group .input {
    width: 50%;
  }
  .newsletter-section .container .content .newsletter-form .button--submit {
    padding: 0.5em 0.5em;
    font-size: 13px;
  }
  .newsletter-section .container .content .newsletter-form .input:focus,
  .newsletter-section .container .content .newsletter-form .input:focus-visible {
    border-color: #357398;
    outline: none;
  }
}
@media (max-width: 1199px) {
  .story .about-img {
    height: 516.531px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .story .about-img {
    height: 300px;
  }
}/*# sourceMappingURL=styles.css.map */