ul,
h1,
h2,
h3,
h4,
p,
ol,
address,
figure {
  padding: 0;

  margin: 0;
}

img.img-fluid {
  width: auto;
  height: auto;
}

:root {
  /* colors */

  --theme-color: #000;
  --yelowish: #fbae15;
  --white-color: #fff;
  --mudish: #000;
  --bluish: #000;
  --greyish: #000;
  --dark-grey: #474747;
  --light-blue: #a8e0f9;
  --light-mushish: #000;
  --dark-mudish: #05151e;
  --light-greyish: #edf0f5;
  --grey: #8c8c8c;
  --skinsh: #fef7e8;
  --greenish: #f2f6f6;
  --sea-greenish: #41c2c2;
  --dark-bluish: #01173b;
  /* font-weights */
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;

  /* font-family */

  --roboto: "Roboto", sans-serif;

  --roboto-slab: "Roboto Slab", serif;
}

/* header */

.header {
  padding-bottom: 48px;
}

/* .nav-bar .logo-link img,
.logo-head img {
  width: 230px;
  height: auto;
} */
.inner-page .navbar:not(.header-sticky) {
  padding-top: 50px;
}

.navbar {
  top: -100px;

  transition: top 0.3s;

  position: static !important;
}

.header-sticky {
  position: fixed !important;

  top: 0;

  padding: 15px 0px;

  background: var(--theme-color) !important;

  color: white;

  /* padding: 20px 0; */

  transition: top 0.3s;

  width: 100%;

  z-index: 9999;
}

.header-sticky.nav {
  padding: 30px !important;
}

.header-sticky .nav .stellarnav.mobile.left > ul {
  z-index: 9999;
}

.header-sticky .nav ul li:not(:last-of-type) {
  padding-right: 30px;
}

.bottom-navbar {
  width: 100%;
}

.header-sticky .bottom-navbar {
  display: flex;

  justify-content: space-between;

  align-items: center;

  width: 100%;
}

.header-sticky .bottom-navbar a {
  color: white;
}

.header-sticky .contact-list {
  display: block;

  flex: 0 0 auto;

  margin-left: 8px;
}

.stellarnav.desktop > ul > li {
  margin: 8px 0;
}

.contact-list {
  display: none;
}

.top-head {
  background: var(--theme-color);

  margin-bottom: 55px;
}

.top-nav {
  padding: 28px 0px;

  align-items: center;
}

.icons {
  padding-right: 50px;
}

.icons img {
  filter: brightness(100);
}

.icons img:first-of-type {
  margin-right: 40px;
}
.icons img {
  width: auto;
  height: auto;
}

.header-contact a {
  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;
}

.header-contact:hover span {
  color: var(--yelowish);
}

.header-contact span {
  transition: color 0.5s ease;
}

.header-contact img {
  padding-right: 14px;
}

.contact-text span:first-of-type {
  font-family: var(--roboto);

  font-weight: var(--medium);

  font-size: 18px;
}

.contact-text span:last-of-type {
  font-family: var(--roboto-slab);

  font-weight: var(--extra-bold);

  font-size: 24px;

  line-height: 1;
}

.top-nav .header-contact:not(:last-of-type) {
  padding-right: 30px;
}

.contact {
  padding-right: 90px;
}

.top-nav > button {
  background: none;

  border: none;
}

.top-nav > a {
  position: absolute;
  left: 0;
}

.top-nav > a img {
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));
}

.nav {
  font-family: var(--roboto-slab);

  font-size: 18px;

  font-weight: var(--semi-bold);
}

.nav-list ul {
  list-style-type: none;

  display: flex;

  margin: auto;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;
}

.nav-list ul li:not(:last-of-type) {
  padding-right: 54px;
}

.nav-list ul li a.active {
  background: var(--yelowish);

  color: white;

  padding: 14px 25px;

  border-radius: 23.5px;
}

.nav-list ul li a {
  text-decoration: none;
  color: #000;
}

.nav-list ul li {
  line-height: 1;
}

/* banner */

.banner {
  padding-bottom: 90px;
}

.banner img {
  position: relative;

  left: -85px;

  height: auto;
}

.banner-text {
  color: var(--mudish);

  padding-bottom: 45px;
}

.banner-text h1 {
  font-family: var(--roboto);

  font-size: 48px;

  font-weight: var(--black);

  padding-bottom: 26px;
}

.banner-text p {
  font-family: var(--roboto-slab);

  font-size: 18px;

  max-width: 550px;
}

/* filter */

.filter {
  background: var(--greyish);

  font-family: var(--roboto-slab);

  font-weight: var(--medium);

  font-size: 16px;

  border-radius: 20px;

  padding: 33px 25px;
}

.filter form .travel-info span,
.filter form .travel-info label {
  padding-right: 8px;

  color: var(--white-color);
}

.filter form input,
select {
  font-size: 16px;

  /* font-weight: var(--medium); */

  border: none;

  border-bottom: 1px solid gray;

  background: none;

  padding-bottom: 7px;

  line-height: 1;

  margin-bottom: 20px;

  transition: all 0.1s ease;

  font-weight: 500;
}

.filter form input::placeholder {
  opacity: 1;
  color: var(--white-color);
}

.filter form > input,
.filter form > select {
  flex-basis: 214px;
  color: var(--white-color);
  max-width: 214px;

  font-weight: var(--medium) !important;

  font-size: 16px;

  padding: 0 0px 8px;
}

.travel-info {
  font-weight: var(--medium) !important;
}

.accomodate {
  font-weight: var(--medium) !important;
}

.filter form input:focus {
  border-color: var(--theme-color);

  outline: none;
}

.filter form {
  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;
}

.date-picker,
.date-pick {
  background: url("../images/date-icon.png") no-repeat right center !important;

  background-size: 100%;

  background-position: right 1px !important;

  cursor: pointer;
}

.hajj-detail-form .date-picker {
  background: none !important;
}

.travel-info .select-input {
  background: white;

  border-radius: 10px;

  padding: 14px 11px;
}

.travel-info .select-input select {
  padding: 0;
  text-align: center;
  margin: 0;

  border: none;
}

.select-underline {
  position: relative;
}
/* 
.select-underline::after {
  content: "";

  position: absolute;

  width: 14px;

  height: 1px;

  background-color: gray;

  bottom: 0px;

  left: -1px;
} */

.stay-info {
  flex-basis: 100% !important;
}

.stay-info .select-underline::after {
  width: 20px !important;
}

.stay-info .select-input:not(:last-of-type) {
  margin-right: 10px;
}

.stay-info .travel-info:last-of-type .select-input {
  background: var(--yelowish);

  border-radius: 10px;

  padding: 14px 6px;
}

.accomodate {
  padding-bottom: 35px;

  flex-basis: 100%;
}

.accomodate span {
  padding-right: 30px;
}

.filter form > input:nth-of-type(n + 4),
.filter form > select:nth-child(n + 4) {
  margin-bottom: 0;
}

.filter .stay-info:first-of-type {
  padding-bottom: 24px;
}

.accomodate .form-check-input[type="radio"] {
  border-radius: 0;

  background: none;

  border: 1px solid var(--yelowish);
  
  padding: 10px;
  
  border-radius: 3px;
  
  margin: 0px 8px 0px 0px;
}

.accomodate .form-check-input:checked[type="radio"] {
  /* background: url("../images/radio-bg.png") no-repeat 50% 47%; */
  background-color: var(--yelowish);
  border: 1px solid var(--white-color);

  background-size: 12px;
}

.accomodate .form-check {
  display: flex;

  align-items: center;

  margin: 0;

  padding: 0;
}

.accomodate .form-check:not(:last-of-type) {
  padding-right: 28px;
}

.accomodate .form-check > * {
  line-height: 1;
}

.accomodate .form-check label {
  color: var(--white-color);
}

.filter form > input:last-of-type {
  flex-basis: 137px !important;
}

.buttons button,
.buttons a {
  font-weight: var(--bold);

  border: none;

  color: white;

  padding: 14px 27px;

  border-radius: 25.5px;

  transition: background-color 0.5s ease;
}

/* .filter form button span {

  position: absolute;

  background-color: white;

  width: 100%;

  height: 100%;

  top: 0;

  left: -100%;

  background-color: var(--bluish);

  transition: left 0.5s ease;

} */

/* .filter form button:hover span {

  left: 0;

} */

.filter form button {
  background-color: var(--yelowish);

  position: relative;

  max-width: 174px;

  width: 100%;

  height: 52px;

  overflow: hidden;
}

.filter form button::before,
.filter form button::after {
  content: "Submit Request";

  position: absolute;

  width: 100%;

  height: 100%;

  transition: top 0.3s ease;

  display: flex;

  align-items: center;

  justify-content: center;

  left: 0;

  z-index: 1;
}

.filter form button::before {
  top: 0;
}

.filter form button:hover {
  background-color: #d18d17 !important;
}

.filter form button::after {
  top: 100%;
}

/* .filter form button:hover::before {

  top: -100%;

}

.filter form button:hover::after {

  top: 0;

} */

.stellarnav.active > ul {
  background-color: var(--bluish) !important;

  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.stellarnav > ul > li > a {
  padding: 0px 0px;

  /* color: white; */
}

.stellarnav.desktop > ul > li > a:not(.active):hover {
  color: var(--yelowish);
}

.stellarnav.active > ul > li > a {
  color: white;
}

.stellarnav .menu-toggle span.bars {
  margin-right: 0px;
}

.stellarnav .menu-toggle {
  padding: 8px 12px;

  border-radius: 5px;

  box-sizing: border-box;

  /* border: 1px solid white; */

  background-color: var(--yelowish);
}

.stellarnav .menu-toggle span.bars span {
  display: block;

  width: 20px;

  margin: 0 0 6px;

  background: white;
}

/* package-type */

.container-bg {
  max-width: 1920px;

  padding: 0px 28px;

  margin: auto;
}

.packages {
  font-family: var(--roboto-slab);

  font-size: 24px;

  font-weight: var(--bold);

  padding-bottom: 80px;

  justify-content: space-between;
}

.outer {
  transition: padding 0.5s ease;

  position: relative;
}

.outer > a:first-of-type {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1;

  bottom: 0;
}

.package {
  background: var(--mudish);

  padding: 28px 29px;

  border-radius: 30px;

  margin-bottom: 20px;

  transition: padding 0.5s ease;
}

.packages .package img {
  transition: transform 0.5s ease;

  border-radius: 50%;
}

.packages .outer:not(:last-of-type) {
  margin-right: 12px;

  box-sizing: border-box;
}

.packages .outer:hover {
  padding-bottom: 70px;
}

.packages .outer:hover .package {
  padding: 0px 29px;
}

.packages .outer:hover .package img {
  transform: translateY(-52px);
}

.outer a {
  text-decoration: none;

  color: var(--mudish);
}

.outer a i {
  padding-left: 6px;

  font-size: 26px;

  transform: translateY(3px);
}

/* umrah package */

.package-head h2,
.package-head span {
  font-family: var(--roboto);

  font-weight: var(--black);

  font-size: 76px;

  color: var(--mudish);

  padding-bottom: 62px;
}

.package-head span {
  padding-bottom: 0;
}

.package-head {
  padding-left: 120px;
}

.package-head {
  padding: 0px 112px 0px 12px;
}

.stay-head i,
.package-heading .rating i {
  display: inline-block;

  background-image: linear-gradient(180deg, #ffd91f, #ffad28);

  background-size: 100%;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  -moz-background-clip: text;

  -moz-text-fill-color: transparent;
}

.umrah-packages {
  padding-bottom: 60px;
}

.package-head p {
  font-family: var(--roboto-slab);

  font-size: 18px;

  font-weight: var(--bold);

  color: var(--light-mushish);
}

/* star-packages */

.star-packages {
  padding: 25px 30px;

  background-color: var(--light-greyish);

  border-radius: 30px;
}

.star-package {
  background: white;

  padding: 25px 34px 30px;

  border-radius: 20px;

  font-family: var(--roboto-slab);

  transition: transform 0.5s ease;

  /* cursor: pointer; */
}

.star-package:hover {
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));

  transform: translateX(-12px) translateY(-10px);
}

.star-package h3 {
  font-weight: var(--semi-bold);

  font-size: 24px;

  padding-bottom: 34px;

  color: black;
}

.star-package ul {
  display: flex;

  list-style-type: none;

  font-weight: var(--semi-bold);

  font-size: 14px;

  text-align: center;

  padding-bottom: 24px;
}

.star-package ul li:not(:last-of-type) {
  padding-right: 20px;

  position: relative;
}

.star-package ul li:not(:first-of-type) {
  padding-left: 20px;
}

.star-package ul li:not(:last-of-type)::after {
  content: "";

  background-color: gray;

  height: 17px;

  width: 1px;

  position: absolute;

  top: 3px;

  right: 0;
}

.stay-head {
  font-family: var(--roboto-slab);

  font-weight: var(--semi-bold);

  font-size: 17px;

  padding-bottom: 20px;
}

.stay-head span:first-of-type {
  padding: 3px 12px;

  background-color: var(--mudish);

  color: white;

  border-radius: 28.34px;

  margin-right: 10px;

  font-size: 17.97px;

  /* line-height: 1; */
}

.rating {
  display: flex;
}

.rating i:not(:last-of-type) {
  padding-right: 4px;
}

.night {
  display: flex;

  align-items: center;

  padding-bottom: 20px;
}

.night-info {
  display: flex;

  flex-direction: column;

  font-size: 16px;
}

.night-info span:first-of-type {
  font-family: var(--roboto);

  font-weight: var(--black);

  color: #08162c;
}

.night-info span:last-of-type {
  color: var(--grey);
}

.night > img {
  margin-right: 10px;
}

.night-divisons .night:not(:last-of-type) {
  padding-right: 65px;
}

.buttons a {
  display: inline-block;

  padding: 10px 40px;

  text-decoration: none;

  font-family: var(--roboto-slab);

  font-weight: var(--bold);

  font-size: 18px;

  border-radius: 23.54px;

  transition: all 0.5s ease;
}

.package-details.buttons a:hover {
  background: var(--yelowish);
  color: var(--mudish);
}

.package-details.buttons a {
  background: var(--mudish);

  color: white;
}

.package-details.buttons a:first-of-type {
  margin-right: 17px;
}

.price-tag {
  padding: 18px 4px;

  display: flex;

  flex-direction: column;

  align-items: center;

  background: var(--theme-color);

  position: absolute;

  max-width: 107px;

  width: 100%;

  z-index: 999;

  top: 95px;

  right: 27px;

  height: 107px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

.price-tag span:first-of-type {
  font-size: 15.12px;

  font-weight: var(--bold);
}

.price-tag span {
  line-height: 1;

  position: relative;

  z-index: 999;
}

.price-tag span:nth-of-type(2) {
  font-size: 36px;

  font-family: var(--roboto);

  font-weight: var(--black);

  color: var(--yelowish);

  padding-left: 2px;
}

.price-tag span:nth-of-type(2) sup {
  position: absolute;

  top: 15px;

  left: -12px;

  font-weight: 300;
}

.price-tag span:first-of-type,
.price-tag span:last-of-type {
  color: white;
}
.price-tag {
  z-index: 10;
}
.price-tag::after {
  content: "";

  height: 100%;

  width: 100%;

  background: var(--theme-color);

  transform: rotate(45deg);

  position: absolute;

  left: 0;

  bottom: 0;

  z-index: 0;
}

.footer-tag {
  position: relative;
}

.footer-tag::after {
  position: absolute;

  content: "";

  width: 0;

  height: 0;

  right: -83px;

  top: 50%;

  transform: translateY(-50%);

  border-top: 84px solid transparent;

  border-left: 83px solid var(--theme-color);

  border-bottom: 84px solid transparent;
}

.footer-tag::before {
  position: absolute;

  content: "";

  width: 0;

  height: 0;

  left: -83px;

  top: 50%;

  transform: translateY(-50%);

  border-top: 84px solid transparent;

  border-right: 83px solid var(--theme-color);

  border-bottom: 84px solid transparent;
}

.star-packages .star-package:not(:last-of-type, :nth-last-of-type(2)) {
  margin-bottom: 25px;
}

.package-head > img {
  position: absolute;

  top: 30px;

  left: -444px;
}

.package-head.right-side > img {
  right: -300px;
}

.about {
  background: var(--dark-mudish) url("../images/about-bg.png") no-repeat center;

  margin-bottom: 85px;

  position: relative;
}

.about::before {
  content: "";

  background: url("../images/left-cloud.png") no-repeat;

  background-size: cover;

  left: 16px;
}

.about::after {
  content: "";

  background: url("../images/right-cloud.png") no-repeat;

  right: 48px;
}

.about::before,
.about::after {
  position: absolute;

  bottom: -20px;

  display: none;

  width: 777px;

  height: 217px;

  z-index: 9;
}

.about-agency {
  padding: 80px 147px 205px;

  font-family: var(--roboto-slab);

  color: white;
}

.heading {
  display: flex;

  flex-direction: column;

  align-items: center;

  padding-bottom: 54px;

  position: relative;

  z-index: 999;
}

.about-agency h2 {
  text-align: center;

  font-size: 42px;

  padding: 13px 16px;

  background: var(--yelowish);

  font-weight: var(--bold);
}

.image-contain {
  padding: 12px;

  background-color: var(--light-blue);

  border-radius: 50%;

  margin-right: 15px;
}

.about-service h3 {
  font-size: 24px;

  font-weight: 400;

  text-transform: uppercase;

  padding-bottom: 30px;
}

.about-service p {
  font-size: 16px;

  max-width: 385px;
}

.service {
  flex-basis: 50%;

  position: relative;

  z-index: 999;
}

.services .service:nth-of-type(2n) {
  text-align: right;

  flex-direction: row-reverse;
}

.services .service:nth-of-type(2n) > .image-contain {
  margin: 0px 0px 0px 15px;
}

.services .service:not(:nth-last-of-type(2), :last-of-type) {
  padding-bottom: 35px;
}

.about > img {
  position: absolute;

  bottom: -64px;

  left: 50%;

  transform: translateX(-50%);
}

.choose-wrap {
  height: 621px;

  border-radius: 30px;

  color: var(--mudish);

  overflow: auto;

  margin-bottom: 100px;
}

.why-choose-us {
  border-radius: 30px;

  background: #f4f6f9;

  padding: 50px 45px;
}

.why-choose-us h1,
.why-choose-us h2,
.why-choose-us h3,
.why-choose-us h4,
.why-choose-us h5,
.why-choose-us h6 {
  font-family: var(--roboto);

  font-weight: var(--black);

  padding-bottom: 40px;
}

.why-choose-us h1 {
  font-size: 45px;
}

.why-choose-us ul,
.why-choose-us ol {
  padding-left: 15px;
}

.why-choose-us ul li:not(:last-of-type) {
  margin-right: 30px;
}

.why-choose-us h2 {
  font-size: 40px;
}

.why-choose-us h3 {
  font-size: 36px;
}

.why-choose-us h4 {
  font-size: 32px;
}

.why-choose-us h5 {
  font-size: 28px;
}

.why-choose-us h6 {
  font-size: 25px;
}

.why-choose-us a {
  color: var(--yelowish);
}

.why-choose-us ul ol,
.why-choose-us ol ul {
  padding-bottom: 0px;
}

.why-choose-us li::marker {
  color: var(--dark-mudish);
}

.why-choose-us p,
.why-choose-us ul,
.why-choose-us ol,
.why-choose-us span {
  font-family: var(--roboto-slab);

  font-size: 18px;

  padding-bottom: 25px;

  color: var(--dark-grey);
}

.why-choose-us ul,
.why-choose-us ol {
  padding-bottom: 15px;
}

.why-choose-us blockquote {
  background-color: #3a6cb29c;

  padding: 30px;

  border-left: 8px solid var(--dark-mudish);

  color: white;

  font-size: 18px;
}

.why-choose-us blockquote p {
  font-family: var(--roboto);

  font-size: 15px;
}

.why-choose-us strong {
  color: var(--mudish);

  font-weight: 800;
}

.why-choose-us ul li a {
  text-decoration: none;

  transition: color 0.5s ease;
}

.why-choose-us ul li a:hover {
  color: var(--dark-mudish);
}

/* scroll-bar */

.scrollbar-thumb {
  background-color: var(--bluish) !important;
}

.scrollbar-track.show,
.scrollbar-track:hover {
  background: var(--grey);
}

/* faq */

.faq {
  padding-bottom: 110px;
}

.faq .accordion-header button {
  font-family: var(--roboto);

  font-weight: var(--bold);

  font-size: 20px;
}

.faq .accordion-body p {
  font-family: var(--roboto-slab);

  font-size: 18px;

  color: var(--grey);
}

.faq .accordion-button {
  padding: 30px 25px;
}

.faq .accordion-button span {
  max-width: 452px;
}

.accordion-button::after {
  background-image: none;

  content: "\2b";

  font-family: FontAwesome;

  color: var(--yelowish);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;

  content: "\f068";

  font-family: FontAwesome;

  color: var(--yelowish);
}

.accordion-button span {
  padding-right: 10px;
}

/* contact */

.contact-sec {
  padding: 85px 0px 50px;

  background: var(--theme-color);

  margin-bottom: 45px;
}

/* .contact-info {

  padding-left: 256px;

} */

.contact-info ul {
  list-style-type: none;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

.contact-info ul li {
  width: 100%;

  padding-top: 20px;

  transition: padding 0.5s ease;

  display: flex;
}

.contact-info:hover {
  padding-top: 0;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.contact-no:hover {
  padding-bottom: 40px;
}

.contact-info ul li a {
  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;
}

.contact-no {
  padding: 53px 15px 16px;

  display: flex;

  flex-direction: column;

  align-items: center;

  font-family: var(--roboto-slab);

  width: 100%;

  position: relative;

  border-radius: 30px;

  transition: padding 0.5s ease;

  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));

  text-align: center;

  background: var(--theme-color);
  color: var(--white-color);
  line-height: 1;
  box-shadow: 0 0 10px var(--white-color);
  justify-content: flex-end;
}

.contact-info ul li span:last-of-type,
.contact-info ul li address {
  font-size: 18.94px;
  font-weight: var(--extra-bold);
  line-height: 25px;
}
.contact-info ul li span:first-of-type {
  font-size: 16px;

  font-weight: var(--bold);
}

.contact-info ul li img {
  position: absolute;

  top: -58px;
}

.contact-info .num span:last-of-type {
  font-size: 26px;
}

.contact-info ul li address {
  max-width: 215px;
}

.contact-info ul li:not(:last-of-type) {
  margin-right: 26px;
}

/* footer */

.footer {
  padding-top: 575px;

  background: url("../images/footer-bg.webp") no-repeat center;

  position: relative;
}

.footer-tag {
  background: var(--theme-color);

  padding: 30px 12px 14px;

  position: absolute;

  z-index: 1;

  bottom: 172px;

  /* top: 82px; */
}

.footer-tag > * {
  position: relative;

  z-index: 9999;
}

.footer-tag span {
  max-width: 398px;

  text-align: center;

  padding-bottom: 65px;

  font-family: var(--roboto-slab);

  font-size: 16px;

  color: white;
}

.footer-tag img {
  /* width: 200px;
  height: auto; */
  padding-bottom: 45px;
}

.footer-tag ul {
  list-style-type: none;

  display: flex;

  align-items: center;

  justify-content: center;

  max-width: 100%;

  width: 100%;

  padding-bottom: 20px;
}

.footer-tag ul li {
  font-size: 28px;

  max-width: 67.34px;

  width: 100%;

  background: var(--white-color);

  text-align: center;

  padding: 13px 0px;

  border-radius: 5px;

  transition: background-color 0.5s ease;

  cursor: pointer;
}

.footer-tag::after {
  z-index: -999;
}

.footer-tag ul li a {
  color: var(--theme-color);

  width: 100%;

  height: 100%;

  transition: color 0.5s ease;

  transform: translateY(-4px);
}

.footer-tag ul li:not(:last-of-type) {
  margin-right: 10px;
}

.footer-tag ul li a .svg {
  width: 35px;

  height: 28px;

  transition: color 0.5s ease;

  fill: var(--theme-color);

  transform: translateY(-5px);
}

.footer-tag ul li:hover a .svg {
  transition: color 0.5s ease;

  fill: white;
}

.footer-tag ul li:hover {
  background-color: var(--yelowish);
}

.footer-nav {
  background: var(--theme-color);

  padding: 35px 0px 20px;

  font-family: var(--roboto);

  font-size: 16px;

  text-align: center;

  color: white;
}

.footer-nav ul {
  position: relative;

  z-index: 9;

  display: flex;

  padding: 25px;

  list-style-type: none;

  justify-content: center;

  margin-bottom: 25px;
}

.footer-nav ul::before,
.footer-nav ul::after {
  content: "";

  height: 1px;

  max-width: 1024px;

  background: var(--light-greyish);

  position: absolute;

  width: 100%;
}

.footer-nav ul::before {
  top: 0;
}

.footer-nav ul::after {
  bottom: 0;
}

.footer-nav ul li:not(:last-of-type) {
  padding-right: 25px;
}

.footer-nav ul li a {
  color: white;

  text-decoration: none;

  transition: color 0.5s ease;
}

.footer-nav ul li a:hover {
  color: var(--yelowish);
}

.overlay {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: #05151e54;

  z-index: 99;
}

.header .offcanvas {
  border-top-left-radius: 80px;

  border-bottom-left-radius: 80px;

  padding: 60;
}

.header .offcanvas .offcanvas-header {
  padding: 55px 36px;
}

.header .offcanvas .offcanvas-header button {
  margin-right: auto;

  margin-left: 0;

  color: black;

  border: 1px solid black;

  border-radius: 50%;
}

.header .offcanvas-body ul:first-of-type {
  font-family: var(--roboto-slab);

  font-size: 27.6px;

  list-style-type: none;

  padding-left: 45px;
}

.header .offcanvas ul:last-of-type {
  list-style-type: none;

  display: flex;

  padding: 35px 0px 50px 24px;

  background-color: #fff9ef;

  flex-wrap: wrap;
}

.header .offcanvas ul:first-of-type li:last-of-type {
  padding-bottom: 30px;
}

.header .offcanvas ul:last-of-type li:not(:last-of-type) {
  padding: 0px 28px 20px 0px;
}

.header .offcanvas-body ul:first-of-type li:not(:last-of-type) {
  margin-bottom: 30px;

  border-bottom: 1px solid grey;
}

.header .offcanvas-body ul:first-of-type li a {
  color: var(--dark-grey);

  text-decoration: none;
}

.header .offcanvas-body ul:first-of-type li {
  padding-left: 30px;

  padding-bottom: 20px;
}

.header .offcanvas-body {
  padding: 0;
}

.header .offcanvas-body ul:first-of-type li a.active {
  font-weight: var(--bold);

  color: var(--yelowish);
}

.header .offcanvas {
  max-width: 500px;

  width: 100%;

  z-index: 999999;
}

.header .offcanvas-backdrop {
  z-index: 99999;
}

/* hajj-packages */

.hajj-packages,
.reviews {
  padding-top: 75px;
}

.inner-page .top-section {
  background: var(--theme-color) no-repeat bottom;

  /* background-size: contain; */
}

.inner-page .nav ul li a {
  color: white;
}

.inner-page .banner {
  padding: 250px 0px 70px;

  color: white;

  text-align: center;
}

.inner-page .banner h1 {
  font-family: var(--roboto);

  font-size: 76.62px;

  font-weight: var(--black);

  padding-bottom: 20px;
}

.inner-page .banner p {
  font-family: var(--roboto-slab);

  font-size: 16px;

  max-width: 1080px;

  margin: auto;
}

.inner-page .top-head {
  margin-bottom: 0;
}

.inner-page .top-section {
  position: relative;
}

.inner-page .header {
  position: absolute;

  left: 0;

  right: 0;
}

.inner-page .header .top-head {
  background: transparent;
}

.inner-page .header {
  padding-bottom: 0px;

  z-index: 9;
}

/* .inner-page .top-section {

  margin-bottom: 70px;

} */

.hajj-pkgs h2,
.umrah-package h2 {
  padding-bottom: 70px;

  text-align: center;

  font-family: var(--roboto-slab);

  font-weight: var(--semi-bold);

  columns: var(--dark-mudish);

  font-size: 48px;
}

.umrah-packages {
  overflow: hidden;
}

.hajj-pkgs .night-divisons {
  max-width: 420px;
}

.hajj-pkgs .night-divisons .night {
  padding-right: 0px;

  flex-basis: 50%;
}

.hajj-pkgs.price-tag {
  max-width: 108px;

  padding: 22px 0px;
}

.hajj-pkgs .price-tag {
  padding: 24px 4px;

  max-width: 118px;

  width: 100%;
}

.hajj-pkgs .price-tag {
  right: 29px;

  top: 100px;
}

/* umrah-packages */

.package-heading .rating {
  justify-content: center;

  font-size: 36px;

  padding-bottom: 27px;
}

/* reviews-page */

.reviews {
  background-color: var(--theme-color);

  border-radius: 30px;
}

.review h2 {
  color: var(--white-color);
  font-family: var(--roboto-slab);

  font-weight: var(--semi-bold);

  font-size: 28px;

  text-align: center;

  padding-bottom: 55px;
}

.review {
  margin-bottom: 85px;
}

.customer-review {
  padding: 40px 30px;

  background-color: white;

  border-radius: 23px;
}

.customer-review h3 {
  font-family: var(--roboto-slab);

  padding-bottom: 35px;

  font-size: 24px;
}

.reviews {
  padding: 80px 35px 75px;
}
.reviews .row div[class^="col"] a {
  padding: 8px;
  border: 2px solid var(--white-color);
  border-radius: 40px;
}
.reviews p {
  font-family: var(--roboto);

  color: var(--dark-grey);

  font-size: 15px;

  padding: 0px 0px 40px 10px;
}

.customer-info,
.reviews p {
  padding-left: 10px;
}

.reviews .customer-info span:first-of-type {
  font-family: var(--roboto);

  font-size: 16px;

  font-weight: var(--bold);

  color: var(--sea-greenish);
}

.reviews .customer-info span:nth-last-of-type(2) {
  font-family: var(--roboto-slab);

  font-weight: var(--medium);

  font-size: 14px;

  color: var(--grey);

  padding-bottom: 20px;
}

.review .customer-info span:last-of-type {
  font-family: var(--roboto);

  font-weight: var(--black);

  font-size: 14px;

  color: var(--dark-bluish);
}

.review .customer-info span:last-of-type img {
  padding-right: 5px;
}

.customer-review .rating {
  padding: 0px 0px 28px 10px;

  letter-spacing: 0;
}

.customer-review .rating i {
  font-size: 18px;

  padding: 0px;

  color: var(--yelowish);
}

/* about-us page */

.about-us {
  padding: 70px 0px 90px;
}

.about-us img {
  float: right;
}

.about-us h2 {
  font-family: var(--roboto);

  font-weight: var(--black);

  font-size: 36px;

  color: var(--dark-mudish);

  padding-bottom: 40px;
}

.about-us p {
  padding-bottom: 60px;
}

.about-us p,
.about-us span,
.about-us ul {
  font-family: var(--roboto-slab);

  color: var(--dark-grey);

  font-size: 18px;
}

.about-us ul {
  list-style-image: url("../images/star-icon.png");

  padding: 0px 0px 30px 30px;
}

.about-us span {
  padding-bottom: 40px;
}

.about-us ul li:not(:last-of-type) {
  padding-bottom: 15px;
}

.about-us ul ~ p {
  padding-bottom: 20px;
}

/* why-book-with-us */

.book-us ul {
  list-style-type: none;

  display: flex;

  justify-content: space-between;
}

.book-us h3 {
  font-family: var(--roboto-slab);

  font-weight: var(--semi-bold);

  padding-bottom: 42px;

  text-align: center;
}

.book-us {
  padding: 35px 35px 42px;

  background-color: var(--theme-color);

  border-radius: 30px;
  color: var(--white-color);
}

.book-us ul li {
  display: flex;

  align-items: center;
}

.book-us ul li img {
  padding: 21px 24px;

  background-color: var(--theme-color);
  border-radius: 50%;

  margin-right: 14px;

  /* aspect-ratio: 3/3; */
}

.book-us ul li span {
  font-family: var(--roboto);

  font-weight: var(--medium);

  font-size: 17.44px;

  max-width: 170px;
}

.why-book-us {
  margin-bottom: 75px;
}

/* contact-us page */

.contact-us {
  padding: 60px 0 70px;
}

.contact-us form {
  padding: 48px 28px;
  
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 30px;
  
  display: flex;

  flex-wrap: wrap;
  
  justify-content: space-between;
  
  flex-basis: 50%;
  
  align-items: center;
  
  margin-right: 18px;
}

.contact-us form input::placeholder{

  color: var(--white-color);
}
.contact-us form input {
  font-family: var(--roboto-slab);
  color: var(--white-color);
  font-weight: var(--medium);

  /* flex-basis: 285px; */

  max-width: 265px;

  width: 100%;
}

.contact-us form input:focus,
.contact-us form textarea:focus {
  outline: none;
  background: none;
}
.contact-us form textarea::placeholder {
  color: var(--white-color);
}

.contact-us form input,
.contact-us form textarea {
  color: var(--white-color);
  background: none;
  border: none;
  border-bottom: 1px solid var(--white-color);
  /* padding-bottom: 15px; */
  margin-bottom: 38px;
  padding: 0px 0px 5px;
  font-size: 18px;
  /* line-height: 1; */
  overflow: hidden;
}

.contact-us form textarea {
  flex-basis: 100%;
  resize: none;
}

.contact-us button {
  font-family: var(--roboto);

  font-weight: var(--bold);

  font-size: 18px;

  background-color: var(--yelowish);

  padding: 15px 32px;

  border-radius: 33.5px;

  color: var(--white-color);

  transition: all 0.5s ease;
}

.contact-us button:hover {
  color: var(--bluish);

  background-color: var(--light-blue);
}

/* .image-fluid {

  max-width: 100%;

  height: auto;

} */

.footer.msg-page {
  background: none;

  padding-top: 0;
}

.header.msg-page {
  padding-bottom: 150px;
}

.header.msg-page .top-head {
  margin-bottom: 0px;
}

.message-page {
  padding-bottom: 175px;
}

.foot {
  padding: 25px 0px 20px;

  text-align: center;

  background-color: var(--theme-color);
}

.err-img.buttons a {
  position: absolute;

  bottom: 120px;

  right: 48%;

  transform: translateX(50%);
}

.msg-img span {
  border: 3px solid black;

  border-radius: 16px;

  font-family: var(--roboto);

  font-weight: var(--black);

  font-size: 26.67px;

  padding: 17px 23px;

  margin-bottom: 40px;
}

.msg-img p {
  font-family: var(--roboto-slab);

  font-weight: var(--bold);

  font-size: 18px;

  color: var(--dark-bluish);

  margin-bottom: 53px;
}

.message-page a {
  padding: 10px 35px;

  background-color: var(--yelowish);

  font-family: var(--roboto-slab);

  font-weight: var(--bold);

  font-size: 20px;

  border-radius: 20.8px;

  transition: all 0.5s ease;
}

.message-page a:hover {
  background-color: #cd9330f2;
}

.hajj-details {
  padding-bottom: 60px;
}

.hajj-details .star-package:hover {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));

  transform: translateX(0) translateY(0) !important;
}

.hajj-details .stay-head span:first-of-type {
  padding: 8px 10px;

  margin-right: 8px;

  line-height: 1;
}

.hajj-details .rating i:not(:last-of-type) {
  padding-right: 3px;
}

.hajj-details .star-package {
  font-family: var(--roboto-slab);

  cursor: auto;

  padding: 85px 0px 0px;
}

.hajj-details .star-package h3 {
  font-size: 28px;

  padding-bottom: 28px;

  line-height: 1;
}

.hajj-details .night-divisons .night:not(:last-of-type) {
  padding-right: 0px;
}

.hajj-details .night-divisons .night {
  max-width: 200px;

  width: 100%;
}

.hajj-details .night-divisons .night:last-of-type,
.hajj-details .night-divisons .night:nth-last-of-type(2) {
  padding-bottom: 0px;
}

.hajj-details .night-divisons .night:nth-of-type(2n + 1) {
  margin-right: 52px;
}

/* .hajj-details .star-package ul li:not(:first-of-type) {

  padding-left: 15px;

} */

.hajj-details .package-details.buttons a:not(:first-of-type) {
  /* max-width: 256px; */

  /* width: 100%; */

  padding: 16px 38px;
}

.hajj-details .package-details.buttons a {
  border: 1px solid transparent;

  line-height: 1;

  font-size: 18px;
}

.star-package ul {
  padding-bottom: 40px;
}

.hajj-details .price-tag {
  position: relative;

  top: 0;

  right: 0;

  margin: 0px 50px 0px 0px;

  max-width: 108px;

  width: 100%;

  padding: 20px 0px 18px;
}

.hajj-details .price-tag span:nth-of-type(2) {
  font-size: 36px;
}

.package-tags {
  margin-bottom: 40px;
}

.package-tags > span {
  max-width: 104px;

  font-family: var(--roboto-slab);

  font-weight: var(--semi-bold);

  font-size: 16px;

  padding: 8px 20px 4px;

  text-align: center;

  border-radius: 21.5px;

  line-height: 1.2;

  background-color: #ff7e7e;
}

.hajj-details .night-divisons {
  padding-bottom: 12px;

  border-bottom: 1px solid var(--grey);
}

.hajj-details .package-details {
  padding-top: 24px;
}

/* swiper */

.hajj-details .swiper {
  width: 100%;

  height: 100%;
}

.hajj-details .swiper-slide {
  text-align: center;

  font-size: 18px;

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;
}

.hajj-details .swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hajj-details .swiper {
  width: 100%;

  height: 300px;

  margin-left: auto;

  margin-right: auto;
}

.hajj-details .swiper-slide {
  background-size: cover;

  background-position: center;
}

.hajj-details .mySwiper2 {
  height: 80%;

  width: 100%;
}

.hajj-details .mySwiper {
  height: 20%;

  box-sizing: border-box;

  padding: 10px 0;
}

.hajj-details .mySwiper .swiper-slide {
  width: 25%;

  height: 100%;

  opacity: 0.4;
}

.hajj-details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.hajj-details .swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* custom styling css */

.hajj-details .mySwiper .swiper-slide {
  opacity: 1;
}

.hajj-details .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -25px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background-color: white;

  color: var(--yelowish);

  font-size: 17px;

  padding: 36px 27px;

  border-radius: 27px;

  z-index: 1;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  transition: all 0.5s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--yelowish);

  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 17px;

  font-weight: bold;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -25px;
}

.hajj-details .swiper {
  position: static;
}

/* swiper-end */

.hajj-details .night-info span {
  line-height: 1;
}

/* .hajj-details .package-details.buttons a:first-of-type {

  margin-right: 8px;

} */

.hajj-details .package-details.buttons a:first-of-type {
  padding: 16px 28px;

  max-width: auto;

  line-height: 1;

  margin-right: 0 !important;

  background-color: var(--light-blue);

  color: var(--dark-bluish);
}

.hajj-details .package-details.buttons a:last-of-type {
  background-color: var(--yelowish);
}

.hajj-details .package-details.buttons a:hover {
  background-color: transparent;

  border-color: black;
}

/* package-itineraries */

.package-itineraries {
  font-family: var(--roboto-slab);

  padding: 52px 25px 70px;

  font-size: 16px;

  border: 1px solid var(--grey);

  border-radius: 30px;

  margin-bottom: 55px;
}

.package-itineraries h2 {
  font-weight: var(--extra-bold);

  font-size: 24px;

  padding-bottom: 35px;

  line-height: 1;
}

/* .package-itineraries p {

  padding-bottom: 42px;

} */

.package-itineraries ul li {
  display: flex;

  line-height: 1;

  align-items: center;
}

.package-itineraries ul li:not(:last-of-type) {
  padding-bottom: 18px;
}

.package-itineraries ul li span:first-of-type {
  font-weight: var(--bold);

  max-width: 128px;

  width: 100%;

  margin-right: 20px;
}

.hajj-detail-form {
  margin-bottom: 30px;
}

.hajj-detail-form form {
  padding: 55px 25px 65px 40px;

  background-color: var(--mudish);

  font-family: var(--roboto-slab);

  display: flex;

  align-items: flex-start;

  flex-wrap: wrap;

  position: relative;

  z-index: 1;

  border-radius: 30px;
}

.hajj-detail-form h2 {
  font-family: var(--roboto);

  font-weight: var(--bold);

  font-size: 24px;

  flex-basis: 100%;

  padding-bottom: 40px;
}

.hajj-detail-form input {
  max-width: 260px;

  width: 100%;

  line-height: 1;

  padding: 0px 0px 12px;

  margin-bottom: 42px;
}

.hajj-detail-form textarea,
.hajj-detail-form input {
  line-height: 1;

  color: white;

  font-size: 16px;

  background: none;

  border: none;

  border-bottom: 1px solid var(--grey);

  transition: border-color 0.5s ease;
}

.hajj-detail-form input:not(:last-of-type) {
  margin-right: 16px;
}

.hajj-detail-form textarea {
  flex-basis: 100%;

  line-height: 1;

  resize: none;

  margin-bottom: 32px;

  padding-bottom: 12px;
}

.hajj-detail-form img {
  position: relative;

  left: -134px;
}

.hajj-detail-form textarea:focus,
.hajj-detail-form input:focus {
  outline: none;

  border-bottom-color: var(--bluish);
}

.hajj-detail-form .feedback span {
  font-weight: var(--medium);

  font-size: 16px;

  padding-right: 15px;
}

.hajj-detail-form textarea::placeholder,
.hajj-detail-form input::placeholder {
  opacity: 1;
}

.hajj-detail-form .feedback {
  flex-basis: 100%;
}

.select-star .rating i {
  padding: 0;

  font-size: 25px;

  color: yellow;

  cursor: pointer;
}

.captcha-inp {
  max-width: 158px !important;

  margin-right: 36px;
}

.hajj-detail-form .buttons button {
  padding: 17px 20px;
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 1;
  background-color: var(--yelowish);
  color: var(--mudish);
  transition: all 0.5s ease;
}

.hajj-detail-form .buttons button:hover {
  background-color: var(--white);
  color: white;
}

.stellarnav .icon-close::after,
.stellarnav .icon-close::before {
  border-bottom: solid 3px white;
}

.reviews > button {
  position: absolute;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

  background-color: lightblue;

  color: var(--mudish);

  font-size: 16px;

  transition: all 0.5s ease;
}

.reviews > button:hover {
  background-color: var(--mudish);

  color: lightblue;
}

/* video-reviews */

.review img {
  border-radius: 30px;

  object-fit: cover;

  object-position: center;
}



.top-section > img {
  position: absolute;

  /* right: 0; */

  right: -268px;

  top: 150px;

  z-index: -1;
}

.umrah-packages {
  position: relative;
}

.umrah-packages:nth-of-type(2n + 1) .package-head {
  padding: 0px 12px 0px 180px;
}

.umrah-packages > img {
  position: absolute;

  bottom: 50%;

  z-index: -1;

  transform: translateY(50%);
}

.umrah-packages:nth-of-type(2n + 1) > img {
  left: -286px;
}

.umrah-packages.right-head > img {
  left: auto;

  right: -286px;
}

.reviews iframe {
  width: 100%;
}

.inner-page .price-tag span {
  line-height: 1;
}

.inner-page .price-tag {
  padding: 15px 0px 12px;

  z-index: 1;
}

.hajj-details .price-tag span:not(:last-of-type) {
  padding-bottom: 8px;
}

.inner-page .price-tag {
  max-width: 110px;

  width: 100%;

  height: 110px;

  display: flex;

  align-items: center;

  padding: 5px;

  align-content: center;

  justify-content: center;
}

.inner-page .price-tag span:nth-of-type(2) {
  font-size: 36px;
}

.umrah-package {
  padding-top: 45px;
}

.top-section {
  /* overflow: hidden; */

  position: relative;
}

/* swiper */

.customer-review .swiper {
  width: 240px;

  height: 320px;
}

.customer-review .swiper-slide {
  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 18px;

  font-size: 22px;

  font-weight: bold;

  color: #fff;
}

.customer-reviews .swiper {
  width: 100%;

  height: 100%;

  /* translate: -40px; */

  /* width: 400px; */

  margin-left: auto;

  margin-right: 0;
}

.customer-reviews .swiper-slide {
  text-align: center;

  font-size: 18px;

  /* background: #fff; */

  display: flex;

  justify-content: center;

  align-items: center;
}

.customer-reviews .swiper-slide img {
  display: block;

  width: 100%;

  object-fit: cover;

  border-radius: 40px;
}

.customer-reviews .swiper-slide {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  max-width: 400px !important;

  border-radius: 40px !important;

  overflow: hidden;
}

/* .customer-review

  .swiper-slide:not(

    .customer-review .swiper-slide-active,

    .customer-review .swiper-slide-next,

    .customer-review .swiper-slide-prev

  ) {

  visibility: hidden;

}

.customer-review .swiper-slide-prev,

.customer-review .swiper-slide-active,

.customer-review .swiper-slide-next {

  visibility: visible;

} */

/* .customer-review .swiper-slide-active{

  z-index: 2 !important;

}

.customer-review .swiper-slide-prev,

.customer-review .swiper-slide-next {

  scale: 0.91;

} */

.customer-review {
  font-family: var(--roboto-slab);

  overflow: hidden;

  height: 100%;
}

.customer-review h2 {
  display: flex;

  flex-direction: column;

  font-weight: var(--bold);

  font-size: 42px;

  align-items: flex-start;

  color: white;

  margin-bottom: 50px;

  line-height: 1;
}

.customer-review h2 > span {
  padding: 12px 25px 12px 14px;

  line-height: 0.9;
}

.customer-review h2 > span:first-of-type {
  background-color: var(--theme-color);
}

.customer-review h2 > span:last-of-type {
  background-color: #2f5387;
}

.customer-review h2 > span:last-of-type span {
  color: var(--yelowish);
}

.customer-review p {
  color: var(--mudish);

  font-size: 18px;

  padding-bottom: 30px;

  line-height: 1.3;
}

.contact-list .header-contact {
  color: black !important;
}

/* date-picker */

.ui-datepicker td a {
  border-radius: 50% !important;

  text-align: center;
}

.ui-datepicker td {
  padding: 4px !important;
}

.ui-datepicker .ui-datepicker-header {
  background-color: var(--bluish);

  color: white;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--light-blue);

  background: var(--bluish);

  color: white;
}

.hajj-packages > img {
  position: absolute;
}

.hajj-packages > img:first-of-type {
  right: -286px;
}

.hajj-packages > img:nth-last-of-type(2) {
  top: 930px;

  left: -286px;
}

.hajj-packages > img:last-of-type {
  bottom: 0;

  right: -286px;
}

.umrah-package > img {
  position: absolute;
}

.umrah-package > img:first-of-type {
  top: 0;

  right: -286px;
}

.umrah-package > img:nth-last-of-type(2) {
  top: auto;

  bottom: 0;

  left: -286px;
}

.umrah-package > img:last-of-type {
  bottom: auto;

  top: 0;

  right: -286px;
}

label.error {
  display: none !important;
}

input.error,
textarea.error,
select.error {
  border-color: red !important;
}

.nav-trigger {
  display: none;
}

.stellarnav.mobile.left > ul {
  z-index: 9999;
}

/* .customer-review .swiper-slide.swiper-slide-next,

.customer-review .swiper-slide.swiper-slide-prev {

  scale: 0.82;

  translate: 5px 18px !important;

} */

.customer-reviews img {
  border-radius: 30px;

  border: 4px solid white;

  position: relative;

  z-index: -1;
}

.customer-reviews .outer-iframe {
  position: relative;

  z-index: 99;
}

.customer-reviews .swiper-slide {
  position: relative;
}

.video-overlay {
  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 9999;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 395px;
}

.video-overlay > button {
  opacity: 0;

  width: 71px;

  height: 53px;
}

/* scrollbar */

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  max-width: 109px;

  /* top: 710px; */

  left: 55%;

  transform: translateX(-50%);

  background-color: #ebe6dc;

  height: 9px;
}

.customer-review .swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-scrollbar-drag {
  background-color: var(--yelowish);
}

.stellarnav ul ul li {
  transition: all 0.5s ease;

  background-color: var(--bluish);

  /* color: white; */
}

.stellarnav ul ul li a {
  color: white;
}

.stellarnav.desktop li.has-sub ul a {
  font-size: 14px;

  padding: 12px 15px;
}

.stellarnav.desktop li.has-sub li {
  padding-right: 0px;
}

.stellarnav ul ul li:hover {
  background-color: var(--yelowish);
}

.stellarnav ul ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
}

.stellarnav ul ul {
  background-color: #fff;
}

span.rating.stay-head {
  font-size: 36px;

  align-items: center;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq-img {
  position: relative;
}

/* .faq-img img {

  position: absolute;

  transform: translateY(-50%);

} */

.has-sub ul {
  margin-top: 7px;
}

.contact-us h2 {
  font-family: var(--roboto);

  font-weight: var(--bold);

  font-size: 26.8px;

  padding-bottom: 50px;
}

.triangle-pattern {
  position: absolute;

  width: 0;

  height: 0;

  border-left: 84px solid transparent;

  border-right: 84px solid transparent;

  border-bottom: 83px solid var(--theme-color);

  top: -83px;
}

.stellarnav li.has-sub > a::after {
  border-top-color: black;
}

.header-sticky .stellarnav li.has-sub > a::after {
  border-top-color: white;
}

.inner-page .stellarnav li.has-sub > a::after {
  border-top-color: white !important;
}

.inner-page .stellarnav li.has-sub > a.active {
  padding-right: 16px;
}

.stellarnav a.dd-toggle .icon-plus::after,
.stellarnav a.dd-toggle .icon-plus::before {
  border-bottom-color: white;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;

  color: white;

  background: var(--theme-color);

  border: none;

  margin-right: 5px;

  padding: 4px;
}

.has-sub ul li a {
  padding-left: 36px;
}

.accordion-button:not(.collapsed) {
  color: black;
}

.inner-page .banner h1 {
  position: relative;

  line-height: 1;
}

.inner-page .banner h1::before {
  content: "";

  height: 1px;

  position: absolute;

  max-width: 353px;

  width: 100%;

  background-color: #215797;

  top: -22px;

  left: 50%;

  transform: translateX(-50%);
}

/* modals */

.call-modal {
  padding-top: 34px;
}

.call-modal .close-button button {
  border-radius: 50%;

  font-size: 21px;

  background-color: var(--yelowish);

  color: white;

  padding: 13px 16px;

  line-height: 1;

  border: none;
}

.call-modal .close-button {
  padding-bottom: 40px;
}

.call-modal form {
  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

.call-modal form input {
  font-family: var(--roboto-slab);

  font-weight: var(--medium);

  font-size: 16px;

  border: none;

  border-bottom: 1px solid black;

  max-width: 378px;

  width: 100%;

  padding: 0px 14px 12px;

  line-height: 1;
}

.call-modal form input:focus {
  outline: none;

  border-color: var(--bluish);

  border-width: 2px;
}

.call-modal form input::placeholder {
  opacity: 1;
}

.call-modal form input:not(:last-of-type) {
  margin-bottom: 42px;
}

.call-modal form input:last-of-type {
  margin-bottom: 46px;
}

.call-modal .buttons button {
  background-color: var(--mudish);

  transition: all 0.5s ease;

  color: white;
}

.call-modal .buttons button:hover {
  background-color: var(--bluish);

  color: white;
}

.top-down {
  /* padding-top: 360px !important; */

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  display: flex;

  align-items: center;

  margin: auto;

  display: flex;

  justify-content: center;
}

.modal-center {
  padding-bottom: 40px;
}

.hajj-details figure {
  padding-bottom: 12px;
}

.book-modal .filter {
  padding: 20px 42px;
}

.book-modal {
  background-color: var(--greyish);

  border-radius: 15px;

  /* max-width: 762px; */

  /* max-width: 762px; */
}

.book-modal .close-button button {
  padding: 7px 9px;

  font-size: 16px;

  line-height: 1;

  background-color: black;

  color: white;
}

.book-modal .close-button {
  padding-bottom: 55px;
}

/* .book-modal .filter {

  padding: 0;

} */

/* .custom-modal {

  max-width: 762px !important;

} */

.book-modal h4 {
  font-family: var(--roboto);

  font-size: 23px;

  font-weight: var(--medium);
}

.book-modal h4 span {
  font-weight: var(--black);
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.customer-review-text {
  padding-left: 45px;
}

.faq .accordion-button {
  display: flex;

  align-items: start;
}

.faq-img {
  position: relative;
}

.faq-img img {
  position: absolute;

  left: -259px;
}

[data-lity] {
  position: relative;

  display: inline-block;
}

[data-lity]::after {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  content: "";

  width: 82px;

  height: 82px;

  background-image: url(/assets/images/youtube-btn.png);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  z-index: 1;
}

/* .star-package .night {

  flex-basis: 50%;

} */

.filter form > .travel-info:first-of-type {
  max-width: 214px;

  width: 100%;
}

.price-tag span:last-of-type {
  font-size: 15px;
}

/* Select 2 Styling  */

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  display: flex;

  background: transparent;

  height: 30px;

  border: none;

  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--white-color);

  border: none;

  width: 100%;

  border: none;

  border-radius: 0 !important;

  padding: 0 !important;

  border-bottom: 1px solid gray;

  height: 30px;

  line-height: 22px;

  padding-right: 18px !important;

  font-size: 16px;
}

/* Select 2 Styling  */

.select2-container {
  flex-basis: 214px;

  font-size: 16px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  font-size: 14px;
}

.select2 {
  background: url("/assets/images/caret-dwn-pr-icon.png") no-repeat;

  background-position: center right;

  background-size: 10px;
}

/* Review swiper css  */

.reviews .swiper-button-prev,
.reviews .swiper-rtl .swiper-button-next {
  left: 0;

  transform: translateX(-50%);

  right: auto;
}

/* Review swiper css  */

.bottom-navbar .contact {
  padding-right: 0 !important;

  color: white !important;
}

.bottom-navbar .contact .contact-text {
  color: white;
}

.bottom-navbar .stellarnav {
  width: auto;
}

.btn-whatsapp-pulse {
  background: #25d366;

  color: white;

  position: fixed;

  font-size: 25px;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 55px;

  height: 55px;

  text-decoration: none;

  border-radius: 50%;

  animation-name: pulsewhatssapp;

  animation-duration: 1.5s;

  animation-timing-function: ease-out;

  animation-iteration-count: infinite;

  bottom: 35px;

  right: auto;

  left: 20px;

  z-index: 999;
}

@keyframes pulsewhatssapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px transparent;
  }
}

.logo-link {
  position: absolute;


  left: 0;

  display: none;
}

.logo-cvr {
  align-self: stretch;
  /* width: 115px; */
  /* max-width: 115px; */
  flex: 1 0 auto;
}

/* .logo-link span {
  width: 115px;

  height: 115px;
} */

.header-sticky .logo-link {
  display: block;
}

.accordion-button span {
  position: relative;

  transition: padding 0.5s ease;

  /* margin-right: 10px; */
}

.accordion-button:hover span {
  padding-left: 20px;
}

.accordion-button::after {
  transition: all 0.5s ease;
}

.accordion-button:hover::after {
  rotate: -45deg;
}

.package-details-list ul li {
  display: flex;

  gap: 15px;

  align-items: center;
}

.package-details-list ul li img {
  height: 30px;

  width: 30px;
}

.package-details-list ul li span {
  font-weight: 500 !important;

  font-style: normal;

  max-width: 100% !important;

  margin-right: 0 !important;

  line-height: 20px;

  font-size: 16px;
}

.package-details-list ul li {
  padding-bottom: 0 !important;

  margin-bottom: 15px;
}

/* Cookie policy section at footer CSS */

.cookie-policy {
  position: fixed;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 999;
}

.cookie-policy .policy-text {
  background-color: var(--mudish);

  border: 1px solid var(--mudish);

  padding: 19px 44px 14px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.cookie-policy .policy-text p {
  flex: 0 0 94%;

  margin: 0;

  color: #ffffff;

  font-size: 14px;

  font-weight: 500;
}

.cookie-policy .policy-text a {
  color: var(--yelowish);

  font-weight: 600;
}

.cookie-policy .policy-text a#msg-close {
  flex: 0 0 6%;

  font-weight: 400;

  font-size: 14px;

  padding-left: 18px;

  padding-right: 18px;

  background-color: #ffffff;

  color: var(--mudish);

  border-color: var(--mudish);
}

/* Cookies Police Ends here  */

.accomodate span {
  color: var(--white-color);
}

.select-underline select {
  appearance: none;
}

.select-input span,
.select-input label {
  color: var(--white-color) !important;
}
.stay-info .select-input {
  /* background: url(/assets/images/caret-dwn-pr-icon.png) no-repeat 95%
  center !important; */
  background-color: var(--yelowish);
}

.filter form > .travel-info .select-input {
  /* background: white url(/assets/images/caret-dwn-pr-icon.png) no-repeat 85%
  center !important; */
  background-color: var(--yelowish);
}

.stay-info .travel-info:first-of-type .select-input {
  height: 49px;

  width: 100%;

  width: 131px !important;
}

.stay-info .travel-info:first-of-type .select-input:last-of-type {
  width: 138px !important;
}

.travel-info .select-input {
  width: 60px;
  border: 1px solid var(--white-color);
  background-color: var(--yelowish);
  height: 49px;
}

.stay-info .travel-info:last-of-type .select-input {
  width: 84px;
}

.select-underline select {
  width: 42px;
}

.page-heading {
  padding-top: 20px;
}

.inner-page .page-desc p {
  padding-bottom: 0 !important;
}

.page-desc p {
  padding-bottom: 40px;
}

.inner-page .page-heading {
  padding-top: 35px;
}

/* responsive-menu s */
.responsive-menu-cvr {
  z-index: 998;
  display: none;
}

.responsive-menu-cvr .responsive-menu {
  min-height: 40px;
  border-radius: 50px;
}

.responsive-menu .call a,
.responsive-menu .menu {
  width: 50px;
  height: 50px;
  border: 5px solid var(--secondary_color);
  transition: all 0.5s;
  box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .call a img {
  max-width: 23px;
  filter: brightness(100);
}

.responsive-menu .menu span {
  width: 18px;
  height: 2px;
}

.responsive-menu .menu span:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.responsive-menu .call {
  transform: translateY(-50%);
  left: 20px;
}

.responsive-menu .menu {
  cursor: pointer;
  right: 50%;
  transform: translate(50%, -50%);
}

.responsive-menu .call a:hover,
.responsive-menu .menu:hover {
  border-color: var(--primary_color);
  transition: all 0.5s;
}

/* responsive-menu e */
