@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none !important;
}

.section_1 {
  padding: 50px 0;
}

.section_1 h2 {
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.3em;
}

.section_1 .inner {
  display: flex;
  gap: 15px;
}

.section_1 .inner i {
  fill: #e6a728;
  color: #e6a728;
  border-color: #e6a728;
  font-size: 35px;
  display: inline-block;
}

.section_1 .inner h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
}

.section_1 .inner p {
  color: #000;
  font-size: 15px;
  line-height: 1.5em !important;
}

.section_2 {
  position: relative;
}

.section_2 .overlay {
  background-image: url(../images/bg-02.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.11;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.section_2 h2 {
  color: #263668;
  font-family: "Montserrat", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
}

.section_3 {
  background-image: url(../images/aeroplane-banner.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 120px 0;
  position: relative;
  color: #fff;
}

.section_3 .overlay {
  background-color: transparent;
  background-image: linear-gradient(198deg, #000000 11%, #1e2d5800 91%);
  opacity: 0.88;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.section_3 h6 {
  font-size: 30px;
  line-height: 1.5em;
}

.section_3 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.section_3 p {
  font-size: 20px;
}

.section_3 .container-fluid {
  position: relative;
  z-index: 25;
}

.section_3 .button-wrapper a {
  font-size: 25px;
  fill: #e6a728;
  color: #e6a728;
  background-color: #263668;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  transition-duration: 0.3s;
  margin-top: 20px;
  display: inline-block;
}

.section_3 .button-wrapper a:hover {
  transform: scale(0.9);
}

.section_3 img {
  height: 550px;
  object-fit: cover;
}

.section_4 {
  background-image: url(../images/banner-07.jpg);
  background-color: #263668;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 80px 0;
  position: relative;
  color: #fff;
}

.section_4 .overlay {
  background-color: transparent;
  background-image: linear-gradient(163deg, #1f2d5c 0%, #1e2d581f 100%);
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.section_4 .container-fluid {
  position: relative;
  z-index: 25;
}

.section_4 .top_area h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.section_4 .top_area p {
  font-size: 20px;
}

.section_4 .testimonial_block {
  background-color: #e6a728;
  border-width: 0 0 0 0;
  border-radius: 15px;
  padding: 50px 50px 50px 50px;
  margin: 40px 20px 0px 20px;
}

.section_4 .testimonial_block .inner {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.section_4 .testimonial_block .inner .name_text {
  display: inline-block;
  background: purple;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:50%;
  text-align:center;
  font-weight: bold;
  font-size: 22px;
}

.section_4 .testimonial_block p {
  color: #263668;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
}

.section_4 .testimonial_block h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.section_4 .testimonial_block h6 {
  color: #263668;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
}

.section_5 {
  background-color: #f9f4f0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 120px 0;
  position: relative;
  text-align: center;
}

.section_5 .overlay {
  background-image: url(../images/para-18.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.04;
  mix-blend-mode: multiply;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.section_5 .container {
  position: relative;
  z-index: 1;
}

.section_5 h6 {
  font-size: 30px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #263668;
  font-weight: inherit;
}

.section_5 h2 {
  color: #263668;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.section_5 p {
  font-size: 20px;
  font-weight: 500;
}

.section_6 {
  background-image: url(../images/para-21.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1350px auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 0px 0;
  position: relative;
}

.section_6 .overlay {
  background-image: url(../images/banner-04.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 706px auto;
  opacity: 0.99;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.section_6 h6 {
  font-size: 30px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #263668;
  font-weight: inherit;
}

.section_6 h1 {
  color: #263668;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.section_6 p {
  color: #0c0c0c;
  font-size: 20px;
}

.section_7 {
  padding: 0px 0 60px 0;
}

.section_7 .flip-box {
  background-color: transparent;
  width: 100%;
  height: 280px;
  border-radius: 10px;
  perspective: 1000px;
}

.section_7 .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_7 .flip-box:hover .flip-box-inner {
  transform: rotateY(-180deg);
}

.section_7 .flip-box-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 25px;
  border: 2px solid #f1f1f1;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}

.section_7 .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 25px;
  border: 2px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section_7 .flip-box-front {
  background: url("../images/the-faisal-mosque-features-islamic-architecture-styles.webp");
  color: black;
  border-radius: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_7 .flip-box-front h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.section_7 .flip-box-front img {
  height: 50px;
  width: 50px;
}

.section_7 .flip-box-back {
  background-color: #e6a728;
  color: #000;
  transform: rotateY(180deg);
  padding: 16px;
  border-radius: 25px;
}

.section_7 .flip-box-back a {
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
}

.section_8 {
  background-image: url(../images/bg-14.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 120px 0;
  position: relative;
}

.section_8 .overlay {
  background-image: url(../images/bg-02.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.11;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.section_8 .container-fluid {
  position: relative;
  z-index: 1;
}

.section_8 h6 {
  font-size: 30px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #263668;
  font-weight: inherit;
}

.section_8 h1 {
  color: #263668;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.section_8 p {
  color: #0c0c0c;
  font-size: 20px;
}

.section_8 img {
  object-fit: cover;
  object-position: center left;
  transition-duration: 0.9s;
  border-radius: 50% 0% 0% 50%;
  vertical-align: middle;
  display: inline-block;
  padding-right: 20px;
}

.section_8 .button-wrapper a {
  font-size: 25px;
  fill: #e6a728;
  color: #e6a728;
  background-color: #263668;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  transition-duration: 0.3s;
  margin-top: 20px;
  display: inline-block;
}

.section_8 .button-wrapper a:hover {
  transform: scale(0.9);
}

.footer_top {
  background-image: url(../images/bg-03.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 1500px auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 120px 0;
  position: relative;
  width: 100%;
  margin-bottom: -5px;
}

footer {
  background-color: #1e2d59;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 15px 70px 15px;
  position: relative;
}

footer .copyright {
  background: #233363;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

footer .copyright p {
  margin: 0;
  text-align: center;
  padding: 20px 3px 10px 3px;
  color: #f9f9f9;
}

footer .copyright p a {
  color: #fff;
  font-weight: bold;
}

footer .overlay {
  background-image: url(../images/bg-15.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  mix-blend-mode: overlay;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

footer .container-fluid {
  position: relative;
  z-index: 25;
}

footer .inner_1 p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

footer .inner_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .inner_1 ul li a {
  color: #fff;
  text-decoration: underline !important;
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
}

footer .inner_2 h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}

footer .inner_2 p {
  color: #fff;
  transition: color 0.3s;
}

footer .inner_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .inner_2 ul li {
  display: inline-block;
  margin-right: 15px;
}

footer .inner_2 ul li i {
  color: #fff;
  font-size: 18px;
}

footer .inner_3 h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}

footer .inner_3 a {
  text-transform: lowercase;
  background-color: #e6a728;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
}

footer .inner_3 a:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

footer .inner_3 p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

header {
  background-color: #e6a728;
  padding: 8px 3px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-bottom:6px solid #024;
}

header .slogan {
  font-size: 11px;
  text-align: center;
  color: #263668;
  font-weight: bold;
  position: relative;
  top: -17px;
  right: 5px;
}

header .contact_btn {
  font-size: 20px;
  color: #263668;
  font-weight: 700;
  line-height: 1.5em;
  text-align:center;
  display: block;
}

header .contact_btn span {
  font-size: 15px;
  color: #263668;
  font-weight: 600;
  line-height: 1.4em;
}

header .contact_btn i {
  font-size: 40px;
  line-height: 50px;
  position: relative;
  top: 25px;
}

header .main_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .main_menu ul li {
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
}

header .main_menu ul li a {
  color: #263668;
}

header .main_menu ul li.active a {
  color: #fff;
}

.divider {
  width: 100%;
  background-color: #f7ad19;
  height: 1px;
}

.header_bottom {
  width: 100%;
  background-color: #263668;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.header_bottom p {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.umarah_packages {
  padding: 30px 0 30px 0;
}

.umarah_packages h2 {
  color: #101f45;
  font-size: 47px;
  line-height: 1.3em;
  text-align: center;
  font-weight: 900;
}

.umarah_packages .inner {
  margin-top: 30px;
  margin-bottom: 5px;
}

.umarah_packages .inner img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.umarah_packages .inner h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0px 0 13px 0;
}

.umarah_packages .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.umarah_packages .inner ul li div {
  padding: 12px 0px 12px 1px !important;
}

.umarah_packages .inner ul li h5 {
  color: #f7ad19;
  font-size: 18px;
  font-weight: 700;
  line-height: 10px;
}

.umarah_packages .inner ul li h6 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.umarah_packages .inner ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding: 12px 0;
  font-family: "Raleway", Sans-serif;
}

.umarah_packages .inner .btn_1 {
  font-size: 14px;
  background-color: #273769;
  padding: 11px 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
}

.umarah_packages .inner .btn_2 {
  background-color: #f7ad19;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 15px;
}

.umarah_packages .inner i {
  color: #f7ad19;
  font-size: 14px;
  letter-spacing: -4px;
}

.contact_us_bnnr {
  background-image: url(../images/contact-us.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 120px 0 120px 0;
  position: relative;
  width: 100%;
  background-size: cover;
}

.contact_us_bnnr h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  z-index: 1;
  position: relative;
}

.contact_us_bnnr .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 50%, #00000000 100%);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.contact_form {
  text-align: left;
}

.contact_form input,
.contact_form textarea {
  width: 100%;
  display: block;
  background: transparent;
  padding: 5px 8px;
  outline: none;
  border: 1px solid #777;
}

.contact_form button {
  font-size: 14px;
  background-color: #273769;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
}

.brochure-box {
  position: relative;
  padding: 20px 18px;
  margin-bottom: 10px;
  background: #fff !important;
  border: 3px solid #273769;
  min-height: 100px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: all 0.5s;
}

.brochure-box:hover {
  background: #273769 !important;
}

.brochure-box:hover .text {
  color: #fff;
}

.brochure-box:hover .text a {
  color: #fff;
}

.brochure-box .text {
  color: #273769;
  font-size: 18px;
  font-weight: 500;
}

.brochure-box .text a {
  color: #273769;
}

.destination_sec_1 {
  background-color: #ffffff57;
  background-image: url(../images/para-16.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: relative;
}

.destination_sec_1 .overlay {
  background: #fff;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.destination_sec_1 .container {
  position: relative;
  z-index: 5;
}

.destination_sec_1 h6 {
  color: #263668;
  font-family: "Poppins", Sans-serif;
  line-height: 36px;
  font-size: 30px;
}

.destination_sec_1 h1 {
  color: #263668;
  line-height: 55px;
  font-size: 50px;
  font-weight: 700;
}

.destination_sec_1 p {
  color: #000;
  line-height: 1.8em;
  font-size: 20px;
  font-weight: 500;
}

.destination_sec_1 .button-wrapper a {
  font-size: 25px;
  fill: #e6a728;
  color: #e6a728;
  background-color: #263668;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  transition-duration: 0.3s;
  margin-top: 20px;
  display: inline-block;
}

.destination_sec_1 .button-wrapper a:hover {
  transform: scale(0.9);
}

.location_sec .sec_title h2 {
  color: #263668;
  line-height: 36px;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.location_sec .sec_title p {
  color: #000;
  font-size: 19px;
}

.location_sec h3 {
  color: #263668;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 50px;
}

.location_sec .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.location_sec .inner ul h4 {
  color: #263668;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 15px 0;
}

.location_sec .inner ul li a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #17212d;
  transition: color 0.3s;
  align-self: center;
  padding-left: 5px;
  padding-bottom: calc(15px / 1);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.location_sec .inner ul li a i {
  color: #000;
  width: 1.35em;
  transition: color 0.3s;
  font-size: 10px;
}

.destination_sec_2 {
  background-image: url(../images/para-27.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 120px 0;
  position: relative;
  width: 100%;
}

.destination_sec_2 h2 {
  color: #263668;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2.9px;
  margin-bottom: 20px;
}

.destination_sec_2 p {
  color: #17212d;
  font-size: 20px;
}

.destination_sec_2 img {
  border-radius: 0 100px 0 100px;
  box-shadow: -19px -20px 0 -5px #000;
}

.banner_section {
  padding: 50px 0;
  width: 100%;
  background: transparent;
  position: relative;
}

.banner_section .form_row {
  position: relative;
  z-index: 9;
}

.banner_slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background:#024;
}

.banner_slider img {
  width: 100%;
  height: 100%;
}

.flights_slider img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}
