.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #191b1f;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-1 {
  position: relative;
  z-index: 0;
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 6px;
  border-color: #859cbb;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
}

.div-block-2 {
  position: relative;
  bottom: -20.6rem;
  display: block;
  width: auto;
  min-height: 10rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.contents-2 {
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #3d3d3d;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  background-image: url('../images/Singapore-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image {
  position: relative;
  z-index: 0;
}

.container-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-3 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #3d3d3d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url('../images/Singapore-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-3 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-4 {
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #3d3d3d;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  background-image: url('../images/Singapore-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 500;
  border-top-left-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.container-4 {
  display: block;
  background-color: transparent;
}

.hed-index-shodow {
  background-color: #992c2c;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0));
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 500px;
  height: 450px;
  border: 4px none #000;
  outline-color: #3066ac;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 5px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
}

.div-block-7 {
  position: relative;
  top: -53px;
  z-index: 50;
  height: 130px;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  clear: right;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(44%, #3066ac), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(360deg, #3066ac 44%, hsla(0, 0%, 100%, 0));
  -webkit-transform: translate(0px, 376px);
  -ms-transform: translate(0px, 376px);
  transform: translate(0px, 376px);
}

.div-block-8 {
  position: relative;
  top: -131px;
  z-index: 0;
  height: 400px;
  margin-right: 5px;
  margin-left: 5px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: url('../images/Untitled-design-4.png');
  background-position: 50% 14%;
  background-size: cover;
}

.container-6 {
  position: relative;
  top: -84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Hajj-Trio.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Hajj-Trio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-9 {
  position: absolute;
  bottom: 2px;
  width: 320px;
  height: 200px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(48, 102, 172, 0.95)), to(transparent));
  background-image: linear-gradient(360deg, rgba(48, 102, 172, 0.95) 50%, transparent);
}

.div-block-10 {
  position: relative;
  top: 25px;
  margin-right: 7px;
  margin-left: 7px;
  border: 1px none #000;
  border-radius: 0px;
  line-height: 24px;
}

.div-block-11 {
  position: relative;
  top: 28px;
}

.heading {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  line-height: 57px;
  letter-spacing: 4px;
}

.text-block {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.button {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
  font-family: Exo, sans-serif;
}

.div-block-12 {
  margin-top: 301px;
  margin-bottom: 10px;
}

.heading-2 {
  overflow: visible;
  color: #fff;
  text-decoration: none;
}

.div-block-13 {
  position: absolute;
  min-height: 36%;
  min-width: 28%;
  margin-top: 230px;
}

.heading-3 {
  display: inline;
  font-family: Varela, sans-serif;
}

.text-block-2 {
  margin-top: 9px;
  margin-bottom: 2px;
  padding-left: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-shadow: 4px 4px 11px #000;
}

.button-2 {
  margin-top: 12px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(321deg, #225eb8, transparent);
}

.div-block-14 {
  width: 290px;
  padding-right: 0px;
  border-style: solid;
  border-width: 0.1px;
  border-color: #fff;
  opacity: 0.74;
}

.container-7 {
  position: relative;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  position: relative;
  top: -81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  padding-left: 40px;
  font-family: B612, sans-serif;
  color: #f0f0f0;
  font-weight: 700;
}

.div-block-15 {
  display: none;
}

.link-block-2 {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Hajj-Trio-1_1.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Hajj-Trio-1_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3 {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Hajj-Trio-4.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Hajj-Trio-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.body-2 {
  display: block;
  height: 565px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191d23;
}

.image-slider-wrapper {
  overflow: hidden;
}

.image-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
}

.image-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.slider-image {
  width: 19.5%;
  height: 100%;
  margin-right: 0.5%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 218px;
  margin-top: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
}

.heading-5 {
  border-radius: 20px;
  background-color: transparent;
  font-family: ABeeZee, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.right-arrow-2 {
  width: 18.5%;
}

.slide-nav-4 {
  display: none;
}

.slide-1 {
  left: -8px;
  width: 55px;
  height: 55px;
  margin-left: 19px;
  border-radius: 0px;
}

.new-slider-4 {
  position: relative;
  left: -222px;
  top: auto;
  right: 24px;
  bottom: 88px;
  display: block;
  overflow: hidden;
  height: 70px;
  max-width: 200px;
  min-width: 0px;
  margin-top: -87px;
  margin-right: -365px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #191b1f;
}

.image-36t-2 {
  border: 1px none #000;
  border-radius: 0px;
  mix-blend-mode: normal;
}

.new-mask-4 {
  overflow: visible;
  width: 30%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}

.link-block-4 {
  border-radius: 0px;
}

.left-arrow-3 {
  left: -671px;
  right: -252px;
  display: block;
  width: 18.9%;
}

.slider-section-top-ads-2 {
  position: relative;
  top: 10px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 418px;
  max-height: none;
  margin-top: 10px;
  padding-top: 99px;
  padding-bottom: 92px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #191b1f;
  color: #121212;
}

.link-block-5 {
  width: 50px;
  height: 50px;
}

.div-block-17 {
  position: relative;
  top: -47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  width: 320px;
  height: 400px;
}

.slide-2 {
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #21262e), to(transparent)), url('../images/Hajj-Trio.png');
  background-image: linear-gradient(360deg, #21262e 7%, transparent), url('../images/Hajj-Trio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mask {
  width: 400px;
  height: 400px;
  border-radius: 20px;
}

.slider {
  width: 400px;
  height: 400px;
  border: 0px none #000;
  background-color: transparent;
}

.slide-3 {
  width: 320px;
  height: 400px;
}

.right-arrow-3 {
  z-index: -1;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.icon {
  display: block;
}

.slide-4 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), to(transparent)), url('../images/Hajj-Trio-1.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent), url('../images/Hajj-Trio-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-5 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), to(transparent)), url('../images/Hajj-Trio-4.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent), url('../images/Hajj-Trio-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 150px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-19 {
  display: inline-block;
  width: 80px;
  min-height: 35px;
  margin-top: 12px;
  padding-top: 6px;
  padding-left: 6px;
  border-radius: 20px;
  background-image: linear-gradient(342deg, #225eb8 7%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
}

.slide-nav-5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 10%;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-20 {
  width: 400px;
  height: 400px;
  border: 0px solid #000;
  border-radius: 20px;
}

.button-3 {
  margin-top: 12px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(321deg, #225eb8, transparent);
}

.slide-fade-contents {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fade-1 {
  width: 320px;
  height: 400px;
}

.slider-2 {
  width: 320px;
  height: 400px;
}

.slider-3 {
  width: 30%;
  height: 400px;
}

.mask-2 {
  width: 30%;
  height: 400px;
}

.slide-6 {
  width: 30%;
  height: 400px;
}

.slide-7 {
  width: 30%;
  height: 400px;
}

.slider-5 {
  width: 30%;
  height: 400px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.slide-9 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), to(transparent)), url('../images/Dubai-2.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent), url('../images/Dubai-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-nav-6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slide-10 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/London.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/London.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mask-4 {
  border: 0px solid #000;
  border-radius: 20px;
  outline-color: #21262e;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 4px;
}

.right-arrow-4 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.div-block-slide-trip {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  min-height: 36%;
  min-width: 28%;
  margin-top: 230px;
  padding-left: 10px;
}

.slide-11 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/France.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/France.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-12 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/cairo.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/cairo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-13 {
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Doha.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Doha.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-21 {
  position: relative;
  top: -87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  width: 320px;
  height: 40px;
}

.heading-6 {
  position: absolute;
  font-family: Exo, sans-serif;
  color: #e2e2e2;
  font-size: 28px;
  font-weight: 400;
  text-shadow: 1px 1px 20px #fff;
}

.link-block-7 {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Maulud-2.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Maulud-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contents-01 {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Hajj-Trio.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Hajj-Trio.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contents-02 {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Maulud-2.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Maulud-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contents-03 {
  width: 320px;
  height: 400px;
  border-style: solid;
  border-width: 7px;
  border-color: #21262e;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21262e), color-stop(68%, transparent)), url('../images/Hajj-Trio-1_1.png');
  background-image: linear-gradient(360deg, #21262e 10%, transparent 68%), url('../images/Hajj-Trio-1_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.body-3 {
  background-color: #191b1f;
}

.div-block-23 {
  width: 100%;
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), color-stop(66%, transparent)), url('../images/IOS-App-Banner.png');
  background-image: linear-gradient(360deg, #191b1f, transparent 66%), url('../images/IOS-App-Banner.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: 0px;
  width: 100%;
  height: 150px;
  padding-left: 10px;
}

.heading-7 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-3 {
  margin-top: -6px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.top-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: linear-gradient(180deg, #191b1f, transparent), linear-gradient(72deg, rgba(33, 38, 46, 0.15) 6%, #21262e 15%, rgba(48, 102, 172, 0));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.heading-8 {
  position: absolute;
  left: 16.094px;
  bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 17%;
  margin-right: 4px;
  padding: 10px 18px;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(223deg, #225eb8, transparent);
  text-align: center;
}

.top-text {
  margin-top: 10px;
  padding-left: 15px;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
}

.scroll-heard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-wrapper {
  z-index: -1;
  overflow: visible;
  margin-top: 2em;
}

.tabs-nav-item-underline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0.5em;
  border-radius: 999em;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.tabs-nav-item-underline:hover {
  background-color: transparent;
  color: #fff;
}

.tabs-nav-item-underline.w--current {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.tab-content-item {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/Hajj.png');
  background-image: linear-gradient(360deg, #000, transparent), url('../images/Hajj.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.second-example-with-unterline {
  margin: 2em 5px 10px;
  padding-top: 1em;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
}

.tab-content-title {
  position: absolute;
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-weight: 500;
}

.tabs-nav-unterline {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 2px;
  border-radius: 999em;
  background-color: #fff;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs {
  z-index: 0;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#225eb8), to(#fff));
  background-image: linear-gradient(360deg, #225eb8, #fff);
}

.tabs-menu-underline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2.5em 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.4em;
  background-color: transparent;
}

.tabs-nav-icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-text {
  position: relative;
  z-index: 1;
}

.div-block-26 {
  width: 200rem;
  height: 400px;
}

.scrolling-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #f5f5f5;
}

.card.white {
  width: 30vw;
  height: 30vh;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.heading-9 {
  color: #d4d4d4;
  font-size: 17px;
}

.card-1 {
  display: block;
  width: 320px;
  height: 200px;
  margin-right: 1rem;
  margin-left: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #f5f5f5;
}

.card-1.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #f5f5f5;
}

.card-2.white {
  width: 30vw;
  height: 30vh;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), color-stop(53%, transparent)), url('../images/Fly-Sugestion-London.png');
  background-image: linear-gradient(360deg, #191b1f, transparent 53%), url('../images/Fly-Sugestion-London.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), color-stop(52%, transparent)), url('../images/Fly-Sugestion-.jpg');
  background-image: linear-gradient(360deg, #191b1f, transparent 52%), url('../images/Fly-Sugestion-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #f5f5f5;
}

.card-3.white {
  width: 30vw;
  height: 30vh;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.card-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #f5f5f5;
}

.card-4.white {
  width: 30vw;
  height: 30vh;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), color-stop(52%, transparent)), url('../images/Fly-Sugestion--Dubai.png');
  background-image: linear-gradient(360deg, #191b1f, transparent 52%), url('../images/Fly-Sugestion--Dubai.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.card-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), color-stop(52%, transparent)), url('../images/Untitled-design-4.png');
  background-image: linear-gradient(360deg, #191b1f, transparent 52%), url('../images/Untitled-design-4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #f5f5f5;
}

.card-5.white {
  width: 30vw;
  height: 30vh;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.card-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vh;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), color-stop(52%, transparent)), url('../images/Untitled-design-3.png');
  background-image: linear-gradient(360deg, #191b1f, transparent 52%), url('../images/Untitled-design-3.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  color: #f5f5f5;
}

.card-6.white {
  width: 30vw;
  height: 30vh;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.heading-10 {
  position: absolute;
  right: 749.516px;
  bottom: -1018.734px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  position: absolute;
  right: 749.516px;
  bottom: -1021.734px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.div-block-27 {
  position: absolute;
  right: 403.469px;
  bottom: -1028.734px;
}

.heading-11 {
  position: relative;
  right: -7px;
  bottom: -15px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.div-block-28 {
  position: relative;
  right: -113px;
  bottom: -39px;
}

.div-block-29 {
  position: relative;
  right: -113px;
  bottom: -39px;
}

.div-block-30 {
  position: relative;
  right: -113px;
  bottom: -39px;
}

.div-block-31 {
  width: 250px;
  height: 200px;
  border-radius: 20px;
  background-color: rgba(48, 102, 172, 0.59);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 30vw;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #353434;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(52%, transparent)), url('../images/Fly-Sugestion-London.png');
  background-image: linear-gradient(360deg, #000, transparent 52%), url('../images/Fly-Sugestion-London.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-33 {
  position: relative;
  bottom: -109px;
  width: 80%;
  height: 70px;
}

.heading-12 {
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: left;
}

.text-block-5 {
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: left;
}

.slide-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/IOS-App-Banner.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/IOS-App-Banner.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-5 {
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#225eb8));
  background-image: linear-gradient(270deg, transparent, #225eb8);
}

.div-block-34 {
  position: static;
  bottom: -1085.98px;
  width: 320px;
  height: 150px;
  border-radius: 0px;
  -webkit-transform: translate(0px, 51px);
  -ms-transform: translate(0px, 51px);
  transform: translate(0px, 51px);
}

.heading-13 {
  padding-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
}

.text-block-6 {
  margin-left: 10px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.button-6 {
  margin-left: 5px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(255deg, #225eb8, transparent);
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.slide-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Fly-Sugestion-London.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Fly-Sugestion-London.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Fly-Sugestion--Dubai.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Fly-Sugestion--Dubai.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Fly-Sugestion-.jpg');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Fly-Sugestion-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/France_1.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/France_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-14 {
  display: inline;
  margin-left: 12px;
  border-style: solid;
  border-width: 10px;
  border-color: #21262e;
  border-radius: 20px;
  background-color: #21262e;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.div-block-35 {
  position: relative;
  top: 22px;
  display: block;
  height: 40px;
}

._3_col_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_wrapper.flex_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  height: 186px;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e5;
  border-radius: 16px;
  background-image: url('../images/waving-flag-egyptair-editorial-d-rendering-86235357.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  font-weight: 600;
  text-decoration: none;
}

.flex_wrapper.flex_vertical.card_link:hover {
  border-color: #fff;
  background-color: #fff;
}

.icon_32x32 {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.flex_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_wrapper-2.flex_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_wrapper-2.flex_vertical.card_link {
  height: 186px;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e5;
  border-radius: 16px;
  background-image: url('../images/Qatar-Airways-Logo.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  font-weight: 600;
  text-decoration: none;
}

.flex_wrapper-2.flex_vertical.card_link:hover {
  border-color: #fff;
  background-color: #fff;
}

.flex_wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_wrapper-3.flex_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_wrapper-3.flex_vertical.card_link {
  height: 186px;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e5;
  border-radius: 16px;
  background-image: url('../images/Azman_Air_logo.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  font-weight: 600;
  text-decoration: none;
}

.flex_wrapper-3.flex_vertical.card_link:hover {
  border-color: #fff;
  background-color: #fff;
}

.div-block-36 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 200px;
}

.heading-15 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 50px #191d23;
}

.text-block-7 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.button-7 {
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(261deg, #225eb8, transparent);
}

.tab-content-item-2 {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/Food.png');
  background-image: linear-gradient(360deg, #000, transparent), url('../images/Food.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tab-content-item-3 {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/hotel.png');
  background-image: linear-gradient(360deg, #000, transparent), url('../images/hotel.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.boarding-pass_info-block {
  color: #191d23;
}

.boarding-pass_cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(143, 0, 255, 0.3);
  background-color: #fbf9fc;
}

.plane {
  width: 32px;
  height: 32px;
  color: #080808;
}

.text-style-muted {
  opacity: 0.6;
}

.text-style-muted.text-style-allcaps {
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.text-color-black {
  color: #141314;
}

.text-color-black.text-style-muted.text-style-allcaps {
  color: #191d23;
}

.boarding-pass_city {
  padding: 1.25rem 1rem 1.25rem 2rem;
}

.boarding-pass_city.is-arrival {
  padding-right: 2rem;
  padding-left: 1rem;
}

.image-logo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.75rem;
}

.image-logo-icon.is-boardpass {
  width: 1.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-align-center {
  text-align: center;
}

.boarding-pass_plane-track {
  width: 100%;
}

.boarding-pass_flight-number {
  text-align: right;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.text-size-medium {
  font-size: 0.875rem;
  text-transform: none;
}

.text-size-medium.text-style-allcaps {
  color: #fff;
}

.text-size-medium.text-color-black.text-style-allcaps {
  color: #191d23;
}

.boarding-pass_passenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(40, 39, 41, 0.5);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #fbf9fc;
}

.bording-pass_info-container {
  display: -ms-grid;
  display: grid;
  width: 50%;
  height: 100%;
  padding: 1.25rem 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-right: 0.5px none #282729;
}

.bording-pass_info-container.is-1-item {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bording-pass_info-container.is-border {
  padding-left: 2rem;
  border-right-style: solid;
  border-right-color: rgba(143, 0, 255, 0.3);
  background-color: rgba(143, 0, 255, 0.1);
}

.boarding-pass_gates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(143, 0, 255, 0.3);
  background-color: #fbf9fc;
}

.page-padding {
  position: static;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.boarding-pass_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #141314;
}

.boarding-pass_plane-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-size-xlarge {
  font-size: 2.25rem;
  line-height: 1;
}

.div-block-37-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-tex-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 200px;
}

.tab-tex-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 200px;
}

.tab-tex-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 200px;
}

.pop-content-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  background-color: #21262e;
}

.full-height {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: inline-block;
  overflow: visible;
  height: 200vh;
  background-color: #1a1c20;
}

.html-embed-5 {
  position: absolute;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 202px;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: -18px;
  padding-left: 0px;
}

.div-block-38 {
  position: absolute;
  left: 1%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 40px;
  height: 40px;
}

.image-2 {
  position: static;
}

.html-embed-6 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.ifream {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  border-radius: 0px;
  background-color: #21262e;
  opacity: 0.88;
}

.overlay-skew {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #181d23;
  opacity: 0;
}

.div-block-39 {
  position: absolute;
  left: 7px;
  top: 7px;
}

.section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #191d23;
}

.div-block-40 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 40px;
}

.html-embed-7 {
  position: relative;
  bottom: -53px;
  z-index: 100;
  width: 1005px;
  margin-left: 40px;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-content-wrapper {
  position: relative;
  z-index: 1;
  overflow: auto;
  width: 90vw;
  max-height: 90%;
  max-width: 55em;
  border-radius: 1.2em;
  background-color: #fff;
}

.popup-content-wrapper.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90vh;
  max-height: 675px;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0em;
  background-color: transparent;
}

.popup-close {
  position: absolute;
  left: auto;
  top: 1em;
  right: 1em;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5em;
  height: 3.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999em;
  background-color: #e9e9e9;
  color: #000;
  cursor: pointer;
}

.popup-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-toggle {
  cursor: pointer;
}

.popup-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.popup-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-thumbnail {
  border-radius: 1.3em;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-wrapper {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 999em;
  background-color: #fbd28f;
  box-shadow: 0 10px 4em 0 rgba(0, 0, 0, 0.45);
  -webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  color: #f8f1e2;
  cursor: pointer;
}

.play-wrapper:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.play-icon {
  width: 24px;
  height: 24px;
  margin-left: 0.2em;
  color: #000;
  font-size: 1.7em;
}

.faq-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.06);
  opacity: 0;
}

.faq-question-text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-answer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0px 60px 60px;
  font-family: 'Droid Sans', sans-serif;
}

.faq-question-text-content {
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.faq-answer-text {
  color: #696969;
}

.faq-wrap {
  position: relative;
  z-index: 10;
  width: 320px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-color: #e8eaee;
  box-shadow: 0 0 4px 1px transparent;
}

.faq-wrap:hover {
  background-color: hsla(0, 0%, 100%, 0.63);
  box-shadow: 0 0 4px 1px rgba(2, 2, 2, 0.05);
}

.faq-indicator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-question {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.faq-question:active {
  background-color: #fff;
}

.faq-question:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.faq-indicator-icon {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.faq-indicator-icon-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #0fc902;
  -webkit-transform: translate(0px, 6px) rotate(135deg);
  -ms-transform: translate(0px, 6px) rotate(135deg);
  transform: translate(0px, 6px) rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.faq-indicator-icon-line._2 {
  top: 39%;
  background-color: #0fc902;
  -webkit-transform: translate(0px, -5px) rotate(45deg);
  -ms-transform: translate(0px, -5px) rotate(45deg);
  transform: translate(0px, -5px) rotate(45deg);
}

.image-3 {
  margin-right: 10px;
  margin-bottom: 10px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: block;
  overflow: scroll;
  width: 70%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-10 {
  margin-left: 5px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(255deg, #225eb8, transparent);
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.slide-content-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/France_1.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/France_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/IOS-App-Banner.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/IOS-App-Banner.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Fly-Sugestion-London.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Fly-Sugestion-London.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.scroll-heard-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Fly-Sugestion-.jpg');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Fly-Sugestion-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-17 {
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-block-9 {
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.slide-content-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Fly-Sugestion--Dubai.png');
  background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Fly-Sugestion--Dubai.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.mean-contents {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  min-height: 0px;
}

.scroll-div {
  overflow: scroll;
  width: 100%;
  height: 555px;
  padding-right: 16px;
  padding-left: 16px;
}

.scroll-div._2 {
  height: 100%;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-2 {
  margin-top: 6px;
  margin-bottom: 0px;
  color: rgba(34, 34, 34, 0.54);
}

.lottie-calendar {
  width: 100px;
}

.lottie-calendar._2 {
  width: 60px;
}

.div-home-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-container {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 451px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 12px;
  background-color: #0083f6;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 17px;
  font-weight: 600;
}

.button-11:hover {
  background-color: #006fcf;
}

.button-11._3 {
  width: 180px;
  border-style: none;
  border-width: 2px;
  border-color: #0083f6;
  background-color: #fff;
  color: #0083f6;
}

.button-11._3:hover {
  background-color: #f7f8fa;
}

.horizontal-scroll {
  position: relative;
}

.text-block-10 {
  width: 260px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

.text-block-10._2-copy {
  width: 330px;
  font-size: 16px;
}

.text-block-10._2 {
  font-size: 16px;
}

.div-home {
  width: 100%;
  margin-bottom: 24px;
  padding: 32px 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.div-home._2 {
  margin-bottom: 32px;
  background-color: #fff1ef;
}

.cards-h-div {
  width: 100%;
  padding: 16px;
}

.card-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

.cards-img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container---overflow-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  color: #222;
  text-decoration: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200%;
  padding-top: 8px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f7f8fa;
}

.content-wrapper._2 {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.container-9 {
  position: relative;
  width: 100%;
}

.section-name {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.horizontal-scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 463px;
  padding-right: 16px;
}

.image-24 {
  width: 60px;
}

.scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-bottom: 16px;
  padding-left: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  background-color: rgba(33, 38, 46, 0.89);
}

.div-block-44 {
  position: absolute;
  left: auto;
  top: 13px;
  right: 4%;
  bottom: auto;
  z-index: 100;
  background-color: rgba(138, 20, 20, 0.87);
}

.div-block-45 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: scroll;
  background-color: rgba(33, 38, 46, 0.86);
}

.body-4 {
  overflow: visible;
  background-color: #191d23;
  color: #191d23;
}

.contents-app {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  height: 100%;
}

.div-block-46 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  background-color: rgba(25, 29, 35, 0.74);
}

.div-block-47 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
}

.html-embed-8 {
  overflow: scroll;
}

.container-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  overflow: scroll;
  height: auto;
  max-width: 100%;
  background-color: #191d23;
}

.div-block-48 {
  position: absolute;
  left: 1%;
  top: 1%;
  right: auto;
  bottom: auto;
  z-index: 100;
}

.html-embed-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.address-p-big-menu {
  position: relative;
  z-index: 3;
  margin-bottom: 0.5em;
  color: #c49e7b;
  font-size: 1em;
  text-align: left;
  letter-spacing: 0.05em;
}

.adress-wrapper-menu {
  padding-right: 8em;
}

.top-text-2 {
  margin-top: 20px;
  padding-left: 15px;
}

.close-1 {
  position: absolute;
  left: auto;
  right: 6%;
  z-index: 100;
}

.tabs-nav-text-2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.menu-heading {
  font-size: 5em;
  line-height: 1.2;
}

.menu-heading.progres {
  display: block;
  opacity: 0.05;
}

.div-block-49 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 300px;
  margin-top: 10px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.19);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191d23), color-stop(69%, transparent));
  background-image: linear-gradient(360deg, #191d23, transparent 69%);
}

.content {
  height: 100px;
}

.menu-open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(24, 29, 35, 0);
  color: #181d23;
}

.second-example-with-unterline-2 {
  margin: 4em 5px 10px;
  padding-top: 1em;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
}

.div-block-40-3 {
  width: 100px;
  height: 100px;
}

.scroll-heard-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-text {
  position: relative;
  left: 3%;
  top: auto;
  right: auto;
  bottom: -21px;
  z-index: 50;
  display: inline;
  margin-left: 10px;
  font-size: 38px;
}

.text-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40%;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  border: 1px none #000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.8;
  font-weight: 300;
}

.section-2 {
  display: block;
  background-color: #191d23;
}

.grid_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em;
}

.grid_item.menu-up-links {
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_item.phone-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5em;
  padding-bottom: 3em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid_item.menu {
  width: 100%;
  padding-top: 5em;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid_item.menu-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-40-1 {
  width: 100px;
  height: 100px;
}

.button-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  margin-right: 10px;
  padding: 13px 15px;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(262deg, #225eb8, transparent);
  font-size: 13px;
}

.text-block-12 {
  display: block;
  color: #bdb8b8;
  text-align: left;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.menu {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-content-item-4 {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/Food.png');
  background-image: linear-gradient(360deg, #000, transparent), url('../images/Food.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu_p {
  position: static;
  top: 15px;
  padding-left: 0em;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.menu_p.first {
  padding-left: 0em;
  font-size: 0.8em;
}

.tabs-nav-item-underline-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0.5em;
  border-radius: 999em;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.tabs-nav-item-underline-2:hover {
  background-color: transparent;
  color: #fff;
}

.tabs-nav-item-underline-2.w--current {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.button-9 {
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(261deg, #225eb8, transparent);
  font-size: 14px;
}

.menu-close {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11em;
  height: 11em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c49e7b;
  border-radius: 50%;
  background-color: rgba(167, 132, 99, 0);
}

.section-3 {
  background-color: #191d23;
}

.section-3.hero {
  position: relative;
  width: 100%;
  height: 600px;
}

.section-3.hero.mobile {
  height: auto;
}

.spacer-3-3em {
  height: 3.3em;
}

.heading-18 {
  display: inline;
  margin-left: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: #21262e;
  border-radius: 20px;
  background-color: #21262e;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.overlay-skew-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #181d23;
  opacity: 1;
}

.heading-19 {
  position: relative;
  left: 3%;
  top: auto;
  right: auto;
  bottom: -31px;
  z-index: 50;
  display: inline;
  margin-left: 10px;
  padding-left: 4px;
  color: #ca8787;
  font-size: 17px;
}

.tabs-nav-unterline-2 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  height: 2px;
  border-radius: 999em;
  background-color: #fff;
}

.page-wrapper-mobile {
  position: relative;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
}

.recomend-text {
  position: relative;
  top: 22px;
  display: block;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-4 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.image-hero {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.in-curand {
  position: absolute;
  left: 6%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #969696;
  font-size: 10em;
  line-height: 0.6;
}

.pro {
  height: 100px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 20px 20px 0px 0px;
  background-image: linear-gradient(103deg, #26282c 14%, rgba(34, 94, 184, 0.81));
}

.tab-content-item-5 {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191b1f), to(transparent)), url('../images/Hajj.png');
  background-image: linear-gradient(360deg, #191b1f, transparent), url('../images/Hajj.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-8 {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 200%;
  font-weight: 400;
}

.heading-20 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 25%;
  display: block;
  width: 40%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: 'Varela Round', sans-serif;
  text-shadow: 13px 13px 10px #000;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.menu-close-real {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 11.5em;
  height: 11.5em;
  margin-right: -5.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-interior-link {
  text-decoration: none;
}

.overlay-screen {
  position: absolute;
  z-index: 150;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 29, 35, 0.79);
}

.heading-16 {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-shadow: 1px 1px 50px #191d23;
}

.image-mask-mobile {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 50em;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 29, 35, 0.9)), color-stop(50%, rgba(25, 29, 35, 0.1)), to(rgba(25, 29, 35, 0)));
  background-image: linear-gradient(180deg, rgba(25, 29, 35, 0.9), rgba(25, 29, 35, 0.1) 50%, rgba(25, 29, 35, 0));
}

.tab-content-item-6 {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/hotel.png');
  background-image: linear-gradient(360deg, #000, transparent), url('../images/hotel.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.address-menu {
  position: relative;
  z-index: 3;
  font-size: 0.8em;
  text-align: left;
  letter-spacing: 0.05em;
}

.lottie-menu-close {
  position: absolute;
  width: 11.1em;
  height: 11.1em;
  margin-left: -0.5%;
}

.pro-3 {
  display: none;
  height: 100px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 0px 0px 20px 20px;
  background-image: linear-gradient(103deg, #26282c 14%, rgba(34, 94, 184, 0.81));
}

.container-11 {
  width: 1920px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7em;
  padding-left: 7em;
}

.container-11.hero-mobile {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1920px;
  height: auto;
  max-width: 100%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 40em 7em 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.container-11.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  height: 100%;
  padding-top: 5em;
  padding-left: 11.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-mask {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-13 {
  padding-right: 15px;
  text-align: justify;
}

.menu-link {
  position: relative;
  text-decoration: none;
}

.section-4 {
  overflow: visible;
}

.html-embed-10 {
  height: auto;
}

.section-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: auto;
  max-height: 150%;
}

.html-embed {
  display: block;
}

.div-block-51 {
  position: absolute;
  left: 2%;
  top: 14%;
  right: auto;
  bottom: auto;
  z-index: 100;
  height: auto;
}

.div-block-52 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: none;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191d23), to(transparent));
  background-image: linear-gradient(180deg, #191d23, transparent);
}

.navbar_menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 700;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.navbar_menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.is-nav {
  text-transform: uppercase;
}

.nav_badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#9945ff), to(#14f195));
  background-image: linear-gradient(270deg, #9945ff, #14f195);
  color: #131313;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.navbar7_link {
  padding: 0.5rem 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.navbar7_link:hover {
  color: #42ba96;
}

.navbar7_link.w--current {
  color: transparent;
}

.dropdown-icon {
  margin-top: 0.75rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.is-nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.75);
  text-transform: uppercase;
}

.text-size-regular.is-nav.is-no-border {
  border-bottom-style: none;
}

.navbar_menu-dropdown {
  position: static;
}

.navbar_dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 3.5rem;
  right: 0px;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar7_dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  line-height: 1.2;
  text-decoration: none;
}

.navbar7_dropdown-link:hover {
  color: #42ba96;
}

.navbar_menu-button {
  padding: 0rem;
}

.navbar_logo-link {
  width: 9.375rem;
}

.navbar_dropdwn-toggle {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.navbar_dropdwn-toggle:hover {
  color: #42ba96;
}

.text-size-small {
  font-size: 0.875rem;
}

.navbar_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  height: 3.5rem;
  padding: 1rem 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  backdrop-filter: blur(5px) saturate(180%);
  color: #fff;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.flex-horizontal.is-nav {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.navbar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar7_item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar_dropdown-content-left {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar_dropdown-link-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content max-content max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content max-content max-content;
}

.navbar_dropdown-link-list.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav_link {
  padding-bottom: 0.5rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.nav_link:hover {
  color: #42ba96;
}

.body-5 {
  background-color: #191b1f;
}

.image-mask-2 {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-53 {
  margin-top: 20px;
}

.html-embed-3 {
  position: relative;
  bottom: -219px;
  z-index: 100;
}

.text-span {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.div-block-54 {
  position: absolute;
  left: 25%;
  top: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  margin-top: 20px;
  border-radius: 20px;
}

.heading-5-1 {
  font-family: ABeeZee, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.text-span-2 {
  border-radius: 10px;
  background-image: linear-gradient(83deg, #225eb8, transparent);
  font-family: Exo, sans-serif;
  font-size: 35px;
  line-height: 60px;
  font-weight: 300;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  position: relative;
  top: -109px;
}

@media screen and (min-width: 1440px) {
  .right-arrow-2 {
    width: 18.5%;
  }

  .new-slider-4 {
    left: -782px;
    margin-left: 820px;
  }

  .left-arrow-3 {
    width: 18.8%;
  }

  .slider-section-top-ads-2 {
    left: 0px;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .div-block-43 {
    display: none;
  }

  .div-block-44 {
    background-color: transparent;
  }

  .container-10 {
    overflow: scroll;
    height: 100%;
    max-width: none;
    background-color: #202428;
  }

  .section-4 {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .div-block-13 {
    min-height: 37%;
    min-width: 40%;
    padding-left: 5px;
  }

  .div-block-14 {
    width: 269px;
  }

  .heading-4 {
    padding-left: 220px;
  }

  .div-block-15 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #191b1f), to(transparent));
    background-image: linear-gradient(180deg, #191b1f 9%, transparent);
  }

  .slide-1 {
    z-index: 0;
  }

  .new-slider-4 {
    margin-top: -61px;
    margin-left: 205px;
    background-color: #191d23;
  }

  .slider-section-top-ads-2 {
    position: relative;
    margin-top: 31px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 40px;
    background-color: #191d23;
    color: #191d23;
  }

  .slider-5 {
    width: 40%;
    border: 1px none #000;
    border-radius: 20px;
    outline-color: #21262e;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 6px;
  }

  .slide-9 {
    border-style: solid;
    border-width: 7px;
    border-color: #21262e;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #21262e), to(transparent)), url('../images/Hajj-Trio-4.png');
    background-image: linear-gradient(360deg, #21262e 7%, transparent), url('../images/Hajj-Trio-4.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    outline-color: #555;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 7px;
  }

  .slide-nav-6 {
    border: 0px none #000;
  }

  .slide-10 {
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/Hajj-Trio-1.png');
    background-image: linear-gradient(360deg, #21262e, transparent), url('../images/Hajj-Trio-1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .mask-4 {
    border: 0px none #000;
    outline-color: #21262e;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 6px;
  }

  .div-block-slide-trip {
    min-height: 37%;
    min-width: 40%;
    padding-left: 5px;
  }

  .slide-12 {
    border-color: #21262e;
  }

  .slide-13 {
    border-style: solid;
    border-width: 7px;
    border-color: #21262e;
  }

  .button-4 {
    display: block;
  }

  .heading-13 {
    position: relative;
    bottom: -8px;
    padding-left: 8px;
  }

  .heading-14 {
    display: inline;
    padding: 11px 5px;
    border-style: none;
    background-color: transparent;
    background-image: linear-gradient(273deg, #21262e, transparent);
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .image-logo-icon {
    display: none;
  }

  .image-logo-icon.is-boardpass {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .overlay-skew {
    z-index: 0;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .play-wrapper:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .faq-question-text-content {
    opacity: 0.7;
    color: #000;
  }

  .image-3 {
    margin-right: 10px;
  }

  .button-10 {
    font-size: 13px;
  }

  .heading-17 {
    position: relative;
    bottom: -8px;
    margin-bottom: 20px;
    padding-left: 8px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .scroll-div._2 {
    padding-top: 0px;
  }

  .cards-container {
    padding-right: 32px;
  }

  .adress-wrapper-menu {
    font-size: 1.7vw;
  }

  .close-1 {
    bottom: -701.641px;
  }

  .tabs-nav-text-2 {
    font-size: 17px;
  }

  .menu-heading {
    font-size: 5em;
    line-height: 1.5;
    font-weight: 300;
  }

  .div-block-49 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 300px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#191d23), color-stop(62%, transparent));
    background-image: linear-gradient(360deg, #191d23, transparent 62%);
  }

  .menu-open {
    z-index: 100;
    display: none;
    width: 80%;
  }

  .div-block-40-3 {
    width: auto;
    height: 50px;
  }

  .heading-text {
    bottom: -22px;
  }

  .text-block-11 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 3%;
    display: block;
    width: 80%;
    height: 65px;
    margin-bottom: 10px;
    border-right-style: solid;
    border-right-color: hsla(0, 0%, 100%, 0.22);
    font-size: 20px;
    line-height: 1.6;
  }

  .grid_item.menu-up-links {
    display: none;
  }

  .grid_item.phone-menu {
    padding-top: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2vw;
  }

  .grid_item.menu-copy {
    font-size: 1vw;
  }

  .div-block-40-1 {
    width: auto;
    height: 60px;
  }

  .text-block-12 {
    font-size: 10px;
    text-align: center;
  }

  .tabs-nav-item-underline-2.w--current {
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
  }

  .menu-close {
    display: none;
  }

  .section-3.hero.mobile {
    display: block;
    height: 93vh;
  }

  .heading-18 {
    display: inline;
    padding: 11px 5px;
    border-style: none;
    background-color: transparent;
    background-image: linear-gradient(273deg, #21262e, transparent);
  }

  .overlay-skew-2 {
    z-index: 0;
  }

  .heading-19 {
    bottom: -32px;
  }

  .page-wrapper-mobile {
    display: block;
  }

  .bold-text-4 {
    font-size: 25px;
    text-align: justify;
  }

  .in-curand {
    left: 6%;
    line-height: 0.7;
  }

  .pro {
    margin-top: 30px;
  }

  .heading-20 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 30%;
    clear: both;
    font-size: 60px;
    text-shadow: 7px 7px 20px #000;
  }

  .page-wrapper {
    display: none;
  }

  .overlay-screen {
    z-index: 100;
  }

  .heading-16 {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .image-mask-mobile {
    height: 80vh;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 29, 35, 0.9)), color-stop(50%, rgba(25, 29, 35, 0.1)), to(#191d23));
    background-image: linear-gradient(180deg, rgba(25, 29, 35, 0.9), rgba(25, 29, 35, 0.1) 50%, #191d23);
  }

  .pro-3 {
    margin-bottom: 20px;
  }

  .container-11.hero-mobile {
    height: 93vh;
    padding-bottom: 0em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-11.menu {
    padding-top: 18.7em;
  }

  .navbar_menu-right {
    margin-top: 1.5rem;
    padding-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .navbar_menu {
    position: absolute;
    overflow: auto;
    height: 100vh;
    margin-left: 0rem;
    padding: 1rem 5% 5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    background-color: #000;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_dropdown-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .menu-icon_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .navbar7_link {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0.75rem 0rem;
    font-size: 18px;
  }

  .dropdown-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    position: relative;
    top: 0px;
    padding: 0rem 0px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
  }

  .navbar_menu-button.w--open {
    background-color: transparent;
  }

  .navbar_dropdwn-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .navbar_dropdown-content-left {
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .text-span-2 {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-13 {
    min-width: 53%;
  }

  .heading-4 {
    padding-left: 135px;
  }

  .new-slider-4 {
    margin-top: -56px;
    margin-left: 162px;
    padding-left: 0px;
  }

  .slider-section-top-ads-2 {
    margin-top: 45px;
    padding-top: 17px;
  }

  .slider-5 {
    width: 55%;
  }

  .div-block-slide-trip {
    min-width: 53%;
  }

  .card {
    width: 40vw;
  }

  .card-1 {
    width: 40vw;
  }

  .card-2 {
    width: 40vw;
  }

  .card-3 {
    width: 40vw;
  }

  .card-4 {
    width: 40vw;
  }

  .card-5 {
    width: 40vw;
  }

  .card-6 {
    width: 40vw;
  }

  .div-block-32 {
    width: 40vw;
  }

  .slide-content-1 {
    width: 40vw;
  }

  .slide-content-2 {
    width: 40vw;
  }

  .slide-content-3 {
    width: 40vw;
  }

  .slide-content-4 {
    width: 40vw;
  }

  .slide-content-5 {
    width: 40vw;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .faq-question-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .faq-answer {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .faq-question-text-content {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .faq-indicator {
    width: 15%;
  }

  .faq-indicator-icon {
    width: 15px;
    height: 15px;
  }

  .faq-indicator-icon-line {
    top: 42%;
  }

  .faq-indicator-icon-line._2 {
    top: 47%;
  }

  .slide-content-6 {
    width: 40vw;
  }

  .slide-content-7 {
    width: 40vw;
  }

  .slide-content-8 {
    width: 40vw;
  }

  .slide-content-9 {
    width: 40vw;
  }

  .heading-17 {
    font-weight: 500;
  }

  .text-block-9 {
    font-size: 13px;
  }

  .slide-content-10 {
    width: 40vw;
  }

  .cards-container {
    position: relative;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .horizontal-scroll-wrapper {
    margin-right: 32px;
  }

  .close-1 {
    bottom: auto;
  }

  .menu-open {
    display: none;
  }

  .text-block-11 {
    width: 70%;
  }

  .section-3.hero.mobile {
    height: 93vh;
  }

  .text-block-8 {
    font-size: 280%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_dropdown-content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navbar_dropdown-link-list {
    max-width: none;
    grid-row-gap: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-top: -14px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contents-1 {
    border-width: 6px;
    border-color: #3066ac;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('../images/Untitled-design-2.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-2 {
    bottom: -20.5rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3066ac), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(360deg, #3066ac, hsla(0, 0%, 100%, 0));
  }

  .contents-2 {
    position: static;
    top: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('../images/Untitled-design.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contents-3 {
    background-image: url('../images/Untitled-design-1.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .contents-4 {
    position: static;
    top: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('../images/Untitled-design-1.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-4 {
    height: 100px;
  }

  .container-5 {
    margin-top: 20px;
  }

  .div-block-5 {
    height: 403px;
    border-radius: 40px;
  }

  .div-block-7 {
    top: -105px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(44%, #191d23), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(360deg, #191d23 44%, hsla(0, 0%, 100%, 0));
  }

  .container-6 {
    top: -72px;
    padding-left: 0px;
  }

  .link-block {
    width: 375px;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Hajj-Trio.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Hajj-Trio.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-9 {
    bottom: 0px;
    width: auto;
    max-width: 375px;
    min-width: 375px;
  }

  .div-block-10 {
    margin-right: 40px;
    padding-left: 20px;
  }

  .div-block-11 {
    margin-right: 40px;
    padding-left: 28px;
  }

  .div-block-13 {
    min-width: 86%;
  }

  .button-2 {
    background-image: linear-gradient(321deg, #225eb8, transparent);
  }

  .div-block-14 {
    width: 259px;
    border-width: 0.2px;
  }

  .container-7 {
    top: -84px;
    padding-left: 0px;
  }

  .container-8 {
    position: relative;
    top: -97px;
    margin-top: 36px;
    padding-left: 0px;
  }

  .heading-4 {
    position: static;
    padding-left: 10px;
    line-height: 51px;
  }

  .div-block-15 {
    display: none;
    border-radius: 0px 0px 20px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #191b1f), to(rgba(61, 61, 61, 0.41)));
    background-image: linear-gradient(180deg, #191b1f 19%, rgba(61, 61, 61, 0.41));
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .link-block-2 {
    width: 375px;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Maulud-2.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Maulud-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .link-block-3 {
    width: 375px;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Hajj-Trio-4.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Hajj-Trio-4.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .welcome-text {
    position: relative;
    top: 0px;
    height: 218px;
    border-radius: 20px;
    background-image: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .heading-5 {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    font-family: Exo, sans-serif;
    font-size: 0px;
    line-height: 43px;
    font-weight: 400;
  }

  .slide-nav-4 {
    top: 0px;
    right: 0px;
    display: none;
    margin-left: auto;
    padding-left: 0px;
  }

  .slide-1 {
    left: 72px;
    height: auto;
    max-height: 137px;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    padding-top: 0px;
  }

  .new-slider-4 {
    left: -17%;
    top: 1%;
    z-index: 12;
    overflow: hidden;
    height: 218px;
    margin-top: -71px;
    margin-right: -61px;
    margin-left: 47px;
    padding-top: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image-36t-2 {
    border-radius: 18px;
  }

  .new-mask-4 {
    left: 3px;
    height: 158px;
    margin-left: 0px;
    -webkit-transform: translate(-67px, 0px);
    -ms-transform: translate(-67px, 0px);
    transform: translate(-67px, 0px);
  }

  .left-arrow-3 {
    z-index: auto;
    margin-left: 712.986px;
  }

  .slider-section-top-ads-2 {
    position: relative;
    top: -2px;
    z-index: 13;
    display: block;
    height: 169px;
    max-height: none;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .right-arrow-3 {
    z-index: -1;
  }

  .slide-nav-5 {
    z-index: 2;
  }

  .slide-fade-contents {
    top: -80px;
    margin-top: 30px;
  }

  .slider-4 {
    display: block;
    width: 90%;
    height: 400px;
    background-color: rgba(48, 102, 172, 0.59);
    background-image: url('../images/Hajj-Trio-4.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .mask-3 {
    width: 90%;
    height: 400px;
  }

  .slide-8 {
    width: 89%;
  }

  .slider-5 {
    width: 92%;
  }

  .slide-9 {
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #21262e), to(transparent)), url('../images/Hajj-Trio-4.png');
    background-image: linear-gradient(360deg, #21262e 8%, transparent), url('../images/Hajj-Trio-4.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide-nav-6 {
    border: 7px none #000;
  }

  .slide-10 {
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#21262e), to(transparent)), url('../images/London.png');
    background-image: linear-gradient(360deg, #21262e, transparent), url('../images/London.png');
  }

  .div-block-slide-trip {
    min-width: 86%;
    padding-left: 10px;
  }

  .slide-11 {
    border-width: 4px;
  }

  .slide-12 {
    border-width: 4px;
  }

  .slide-13 {
    border-width: 4px;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-6 {
    position: absolute;
    left: 5%;
    top: 0%;
    right: auto;
    bottom: -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 2px 2px 20px #a7a7a7;
  }

  .link-block-7 {
    width: 375px;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Maulud-2.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Maulud-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .contents-01 {
    width: 92%;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Hajj-Trio.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Hajj-Trio.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .contents-02 {
    width: 92%;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Maulud-2.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Maulud-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    font-size: 15px;
    text-decoration: none;
  }

  .contents-03 {
    width: 92%;
    margin-right: 8px;
    margin-left: 8px;
    border-style: solid;
    border-width: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #21262e), color-stop(72%, transparent)), url('../images/Hajj-Trio-1_1.png');
    background-image: linear-gradient(360deg, #21262e 2%, transparent 72%), url('../images/Hajj-Trio-1_1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-23 {
    background-position: 72% 50%;
  }

  .div-block-24 {
    top: 38%;
  }

  .heading-7 {
    font-weight: 500;
  }

  .text-block-3 {
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .top-contents {
    margin-top: 18px;
  }

  .heading-8 {
    font-size: 27px;
  }

  .button-4 {
    left: 220px;
    font-size: 13px;
  }

  .tabs-nav-item-underline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 0.5em;
  }

  .tab-content-item {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #000), to(transparent)), url('../images/Hajj.png');
    background-image: linear-gradient(360deg, #000 3%, transparent), url('../images/Hajj.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .tabs-menu-underline-wrapper {
    padding: 0.8em 1em 1em;
  }

  .card {
    width: 75vw;
  }

  .card-1 {
    width: 75vw;
  }

  .card-2 {
    width: 75vw;
  }

  .card-3 {
    width: 75vw;
  }

  .card-4 {
    width: 75vw;
  }

  .card-5 {
    width: 75vw;
  }

  .card-6 {
    width: 75vw;
  }

  .div-block-32 {
    width: 75vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(52%, transparent)), url('../images/Fly-Sugestion--Dubai.png');
    background-image: linear-gradient(360deg, #000, transparent 52%), url('../images/Fly-Sugestion--Dubai.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-33 {
    bottom: -73px;
  }

  .heading-12 {
    text-align: left;
  }

  .text-block-5 {
    position: relative;
    top: -10px;
    text-align: left;
  }

  .slide-content-1 {
    width: 75vw;
  }

  .button-5 {
    border-radius: 15px;
    background-color: transparent;
    background-image: linear-gradient(260deg, #225eb8, transparent);
    font-family: Exo, sans-serif;
  }

  .heading-13 {
    font-family: Exo, sans-serif;
    font-weight: 300;
  }

  .slide-content-2 {
    width: 75vw;
  }

  .slide-content-3 {
    width: 75vw;
  }

  .slide-content-4 {
    width: 75vw;
  }

  .slide-content-5 {
    width: 75vw;
  }

  .heading-14 {
    background-image: linear-gradient(273deg, #21262e, hsla(0, 0%, 100%, 0.1));
    font-size: 16px;
  }

  ._3_col_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .flex_wrapper.flex_vertical.card_link {
    height: 150px;
    border-color: #fff;
    background-color: #fff;
  }

  .flex_wrapper-2.flex_vertical.card_link {
    height: 150px;
    border-color: #fff;
    background-color: #fff;
  }

  .flex_wrapper-3.flex_vertical.card_link {
    height: 150px;
    border-color: #fff;
    background-color: #fff;
  }

  .div-block-36 {
    bottom: 1%;
    height: 270px;
  }

  .heading-15 {
    font-size: 32px;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .plane {
    width: 30px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .boarding-pass_city {
    padding-right: 0.5rem;
    padding-left: 1rem;
  }

  .boarding-pass_city.is-arrival {
    padding-right: 1rem;
    padding-left: 0.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .bording-pass_info-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .bording-pass_info-container.is-border {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .boarding-pass_header {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .tab-tex-1 {
    bottom: 1%;
    height: 270px;
  }

  .tab-tex-2 {
    bottom: 1%;
    height: 206px;
  }

  .tab-tex-3 {
    bottom: 1%;
    height: 206px;
  }

  .full-height {
    overflow: visible;
  }

  .html-embed-5 {
    width: 35px;
  }

  .div-block-38 {
    left: 2%;
  }

  .html-embed-6 {
    overflow: visible;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .faq-question-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .faq-answer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .faq-question-text-content {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-indicator {
    width: 20%;
  }

  .faq-indicator-icon {
    width: 12px;
    height: 12px;
  }

  .faq-indicator-icon-line {
    top: 30%;
  }

  .faq-indicator-icon-line._2 {
    top: 70%;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .slide-content-6 {
    width: 75vw;
  }

  .slide-content-7 {
    width: 75vw;
  }

  .slide-content-8 {
    width: 75vw;
  }

  .scroll-heard-2 {
    margin-top: 30px;
  }

  .slide-content-9 {
    width: 75vw;
  }

  .heading-17 {
    font-size: 45px;
    font-weight: 400;
  }

  .text-block-9 {
    font-weight: 500;
  }

  .slide-content-10 {
    width: 75vw;
  }

  .app {
    width: 95%;
  }

  .scroll-div {
    height: 100vh;
    padding-bottom: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scroll-div._2 {
    height: 100vh;
  }

  .cards-container {
    width: 100%;
    padding-right: 0px;
  }

  .horizontal-scroll {
    width: 100%;
  }

  .text-block-10._2-copy {
    width: 100%;
  }

  .container---overflow-hidden {
    height: 1500px;
  }

  .content-wrapper._2 {
    height: auto;
  }

  .horizontal-scroll-wrapper {
    width: 100%;
    max-width: 463px;
    padding-right: 0px;
  }

  .div-block-43 {
    display: none;
  }

  .div-block-44 {
    background-color: transparent;
  }

  .adress-wrapper-menu {
    padding-right: 0em;
    font-size: 4vw;
  }

  .close-1 {
    left: auto;
    top: auto;
    right: 10%;
    bottom: auto;
  }

  .tabs-nav-text-2 {
    font-size: 14px;
  }

  .menu-heading {
    font-size: 8em;
    line-height: 1.4;
    font-weight: 300;
  }

  .div-block-49 {
    border-bottom-color: hsla(0, 0%, 100%, 0.14);
  }

  .menu-open {
    display: none;
    width: 100%;
  }

  .div-block-40-3 {
    width: auto;
    height: auto;
  }

  .scroll-heard-3 {
    margin-top: 20px;
  }

  .heading-text {
    bottom: -39px;
    display: inline-block;
    font-size: 22px;
  }

  .text-block-11 {
    bottom: 2%;
    width: 57%;
    height: auto;
    padding-bottom: 10px;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #000 hsla(0, 0%, 100%, 0.24) #000 #000;
    opacity: 1;
    font-family: Exo, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
  }

  .grid_item.phone-menu {
    padding-bottom: 0em;
    border-bottom: 1px none #282f38;
    font-size: 2vw;
  }

  .grid_item.menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid_item.menu-copy {
    padding-top: 3em;
    border-top: 1px solid #282f38;
  }

  .div-block-40-1 {
    width: auto;
    height: auto;
  }

  .button-8 {
    bottom: 6%;
    padding-right: 13px;
    padding-left: 13px;
  }

  .text-block-12 {
    margin-top: 1px;
  }

  .grid {
    font-size: 1vw;
  }

  .grid.menu {
    height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tab-content-item-4 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.92)), to(transparent)), url('../images/Food.png');
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.92), transparent), url('../images/Food.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .tabs-nav-item-underline-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 0.5em;
  }

  .section-3.hero.mobile {
    height: 73vh;
  }

  .heading-18 {
    background-image: linear-gradient(273deg, #21262e, hsla(0, 0%, 100%, 0.1));
    font-size: 16px;
  }

  .heading-19 {
    bottom: -45px;
    display: inline-block;
    font-size: 13px;
  }

  .tabs-nav-unterline-2 {
    background-color: hsla(0, 0%, 100%, 0.67);
    font-size: 1vw;
  }

  .page-wrapper-mobile {
    display: block;
  }

  .recomend-text {
    margin-bottom: 10px;
  }

  .bold-text-4 {
    font-size: 16px;
    text-align: left;
  }

  .in-curand {
    left: 6%;
    top: -14%;
    right: 0%;
    bottom: 0%;
    font-size: 20em;
  }

  .tab-content-item-5 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.92)), to(transparent)), url('../images/Hajj.png');
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.92) 3%, transparent), url('../images/Hajj.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .heading-20 {
    bottom: 20%;
  }

  .overlay-screen {
    display: none;
  }

  .heading-16 {
    font-size: 36px;
    font-weight: 500;
  }

  .image-mask-mobile {
    height: 73vh;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 29, 35, 0.9)), color-stop(50%, rgba(25, 29, 35, 0.15)), to(#191d23));
    background-image: linear-gradient(180deg, rgba(25, 29, 35, 0.9), rgba(25, 29, 35, 0.15) 50%, #191d23);
  }

  .tab-content-item-6 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.92)), to(transparent)), url('../images/hotel.png');
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.92), transparent), url('../images/hotel.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .container-11.hero-mobile {
    height: 73vh;
  }

  .container-11.menu {
    padding-left: 10.8em;
  }

  .html-embed {
    background-color: #191d23;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .navbar7_dropdown-link {
    padding-left: 0rem;
  }

  .navbar_dropdown-content-left {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .html-embed-3 {
    bottom: -208px;
    z-index: 30;
    background-color: #191d23;
  }

  .text-span {
    font-size: 15px;
  }

  .div-block-54 {
    bottom: 150px;
  }

  .div-block-55 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .heading-5-1 {
    position: relative;
    font-family: Exo, sans-serif;
    font-size: 21px;
    font-weight: 400;
  }

  .div-block-56 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-span-2 {
    border-radius: 4px;
    background-image: linear-gradient(83deg, #21262e, transparent);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .image-26 {
    top: -116px;
  }

  .div-block-58 {
    position: absolute;
    left: auto;
    top: auto;
    right: 22%;
    bottom: 8%;
    z-index: auto;
    width: auto;
    background-color: #191d23;
  }

  .text-block-14 {
    position: relative;
    z-index: 100000000;
    color: #fff;
  }
}

