﻿@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------------------------------------------
    01. Convert from px to rem
---------------------------------------------------------------------------------------------------------------------------------------------------- */
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-prev::after, .UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-next::after, .SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-prev::after, .SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-next::after, .sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-prev::after, .sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-next::after, .sectionBlocks .SliderHiddenGems .swiper-HiddenGems-prev::after, .sectionBlocks .SliderHiddenGems .swiper-HiddenGems-next::after, .WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-prev::after, .WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-next::after, .slider .swiper-sliderTop-prev::after, .slider .swiper-sliderTop-next::after {
  content: "";
  font-size: 1.3em;
}

.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-prev .swiperIcon, .UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-next .swiperIcon, .SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-prev .swiperIcon, .SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-next .swiperIcon, .sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-prev .swiperIcon, .sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-next .swiperIcon, .sectionBlocks .SliderHiddenGems .swiper-HiddenGems-prev .swiperIcon, .sectionBlocks .SliderHiddenGems .swiper-HiddenGems-next .swiperIcon, .WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-prev .swiperIcon, .WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-next .swiperIcon {
  background-color: #e6eeff;
  color: #003399;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuLine, header .navbar .Ulmenu > li.active .linkName::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #19338F;
  width: 40%;
  height: 4px;
  border-radius: 100px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.photoCreditSection .photoCreditCard .card-body, .with-colored.static .card-body .desc, .with-colored .card-body, .InsiderPicks .cardInsiderPicksRow .card .row .card-body .card-text, html,
body {
  scrollbar-width: thin;
  scrollbar-color: #F8CC66 #fff;
  /* Handle */
}
.photoCreditSection .photoCreditCard .card-body::-webkit-scrollbar, .with-colored.static .card-body .desc::-webkit-scrollbar, .with-colored .card-body::-webkit-scrollbar, .InsiderPicks .cardInsiderPicksRow .card .row .card-body .card-text::-webkit-scrollbar, html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.photoCreditSection .photoCreditCard .card-body::-webkit-scrollbar-thumb, .with-colored.static .card-body .desc::-webkit-scrollbar-thumb, .with-colored .card-body::-webkit-scrollbar-thumb, .InsiderPicks .cardInsiderPicksRow .card .row .card-body .card-text::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #F8CC66;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  font-family: "NekstRegular";
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #000;
}
html.showBodyMenu,
body.showBodyMenu {
  overflow: hidden;
  position: relative;
}
html.showBodyMenu > main,
html.showBodyMenu .wrapper > main,
body.showBodyMenu > main,
body.showBodyMenu .wrapper > main {
  position: relative;
}
html.showBodyMenu > main::after,
html.showBodyMenu .wrapper > main::after,
body.showBodyMenu > main::after,
body.showBodyMenu .wrapper > main::after {
  position: absolute;
  z-index: 999999999;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper > main {
  flex: 1 1 auto;
}

ul li,
ol li {
  line-height: 1.8;
  font-size: 1.1rem;
}

.classToReset a {
  font-family: "NekstBold";
  color: #19338F;
  text-decoration: underline;
}
.classToReset a:hover {
  text-decoration: none;
}

b, strong {
  font-family: "NekstBold";
}

/* Add Font  */
@font-face {
  font-family: NekstBold;
  src: url(../fonts/Nekst-Bold.otf);
}
@font-face {
  font-family: NekstRegular;
  src: url(../fonts/Nekst-Regular.otf);
}
@font-face {
  font-family: Nekstmedium;
  src: url(../fonts/Nekst-Medium.otf);
}
@font-face {
  font-family: Nekstlight;
  src: url(../fonts/Nekst-Light.otf);
}
@font-face {
  font-family: Nekstsemibold;
  src: url(../fonts/Nekst-SemiBold.otf);
}
@font-face {
  font-family: Nekstblack;
  src: url(../fonts/Nekst-Black.otf);
}
@font-face {
  font-family: Nekstthin;
  src: url(../fonts/Nekst-Thin.otf);
}
.secondColor {
  color: #19338F;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #19338F;
  text-decoration: none;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

p {
  margin: 0;
  line-height: 1.8;
}

.clear {
  clear: both;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea {
  resize: none;
}

ol,
ul {
  padding-left: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
}

.form-control:focus {
  box-shadow: none;
}

/* slider swiper */
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Swiper-InsiderPicks {
  position: static;
}

.progress-bar {
  height: 4px;
  background-color: #FFF;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .breadcrumb-item {
    font-size: 0.7rem;
  }
}

.ui-widget-content {
  z-index: 9999 !important;
}

.text-xxs {
  font-size: 0.625rem;
}

.text-xs {
  font-size: 0.75rem;
}

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

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

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-xxl {
  font-size: 1.375rem;
}

.text-xxxl {
  font-size: 1.5rem;
}

.font-b {
  font-family: "NekstBold";
}

.font-sb {
  font-family: "Nekstsemibold";
}

.font-m {
  font-family: "Nekstmedium";
}

/**
 * Flips any values
 */
/**
 * Flips left for right, right for left
 */
/* Header */
header .HeaderMessage {
  background-color: #F8CC66;
  color: #fff;
  padding: 10px 30px;
}
header .HeaderMessage .contentHeaderMessage {
  display: flex;
  align-items: center;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  header .HeaderMessage .contentHeaderMessage {
    width: 100%;
  }
}
header .HeaderMessage .contentHeaderMessage p {
  width: 100%;
  text-align: center;
  font-family: "NekstRegular";
  font-size: 1rem;
  color: #000;
}
header .HeaderMessage .contentHeaderMessage p span {
  font-family: "NekstRegular";
  font-size: 1em;
  text-decoration: underline;
  margin: 0 10px 0 0;
}
header .HeaderMessage .contentHeaderMessage .btnclose {
  cursor: pointer;
  color: #000;
}
header .navbar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
header .navbar .H-logo {
  width: 10%;
}
@media screen and (max-width: 992px) {
  header .navbar .H-logo a {
    width: 69px;
    height: 67px;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  header .navbar .H-logo {
    width: 20%;
  }
}
header .navbar .H-logo img {
  width: 85%;
}
@media screen and (max-width: 992px) {
  header .navbar .H-logo img {
    width: 69px;
    height: 67px;
  }
}
header .navbar .Ulmenu {
  display: flex;
  flex: 1 1 0;
}
@media only screen and (min-width: 992px) {
  header .navbar .Ulmenu {
    padding-left: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar .Ulmenu {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 992px) {
  header .navbar .Ulmenu {
    display: none;
  }
}
header .navbar .Ulmenu > li {
  margin: 0 8px;
}
@media only screen and (min-width: 1400px) {
  header .navbar .Ulmenu > li {
    margin: 0 14px;
  }
}
header .navbar .Ulmenu > li .linkName {
  font-size: 1rem;
  color: #808080;
  cursor: pointer;
  font-family: "Nekstmedium";
}
@media only screen and (min-width: 1400px) {
  header .navbar .Ulmenu > li .linkName {
    font-size: 1.125rem;
  }
}
header .navbar .Ulmenu > li .linkName::after {
  content: "\f078";
  right: 0;
  top: 0;
  opacity: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 0;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 1400px) {
  header .navbar .Ulmenu > li .linkName::after {
    margin-left: 12px;
  }
}
header .navbar .Ulmenu > li.active .linkName {
  color: #19338F;
  position: relative;
}
header .navbar .Ulmenu > li.active .linkName::after {
  opacity: 1;
  font-size: 14px;
}
@media only screen and (min-width: 1400px) {
  header .navbar .Ulmenu > li.active .linkName::after {
    font-size: 16px;
  }
}
header .navbar .Ulmenu > li.active .linkName.UlMenu3 {
  color: #30AFBF;
}
header .navbar .Ulmenu > li.active .linkName.UlMenu3::before {
  background-color: #30AFBF;
}
header .navbar .Ulmenu > li.active .linkName.UlMenu4 {
  color: #F8CC66;
}
header .navbar .Ulmenu > li.active .linkName.UlMenu4::before {
  background-color: #F8CC66;
}
header .navbar .Ulmenu > li.active .linkName.UlMenu6 {
  color: #F6533F;
}
header .navbar .Ulmenu > li.active .linkName.UlMenu6::before {
  background-color: #F6533F;
}
header .navbar .Ulmenu > li:first-child .linkName::after {
  display: none;
}
header .navbar .language-MenuMob {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  header .navbar .language-MenuMob {
    width: 164px;
  }
}
header .navbar .language-MenuMob .MenuMob {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  header .navbar .language-MenuMob .MenuMob {
    display: block;
  }
}
header .navbar .language-MenuMob .MenuMob .header-top-side-overlay {
  display: none;
}
header .navbar .language-MenuMob .MenuMob .contentMenuMob {
  display: none;
}
header .navbar .language-MenuMob .MenuMob .logoMenu {
  width: 75px;
  margin: 5px auto;
  display: flex;
}
header .navbar .language-MenuMob .MenuMob.active .header-top-side-overlay {
  background: rgba(0, 0, 0, 0.49);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
header .navbar .language-MenuMob .MenuMob.active .contentMenuMob {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  width: 85%;
  height: 100%;
  display: block;
}
header .navbar .language-MenuMob .MenuMob .UlSocialMediaMob {
  width: 50%;
  margin: 20px auto;
  display: flex;
  justify-content: space-evenly;
}
header .navbar .language-MenuMob .language-search {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 992px) {
  header .navbar .language-MenuMob .language-search {
    width: auto;
  }
}
header .navbar .language-MenuMob .language-search .dropdown-menu {
  min-width: auto;
  left: 10px;
  font-family: "NekstRegular";
  z-index: 9999999999;
}
header .navbar .language-MenuMob .language-search .dropdown-menu .dropdown-item {
  padding: 0.2rem 0.3rem;
}
header .navbar .language-MenuMob .language-search .dropdown-toggle {
  padding: 5px 8px;
  margin: 0 8px;
  color: #000;
  border-radius: 5px;
  font-family: "NekstRegular";
  font-weight: bold;
}
header .navbar .language-MenuMob .language-search .SearchBlock {
  cursor: pointer;
  color: #7E7E7E;
  font-family: "NekstRegular";
  width: 24px;
}
header .navbar .language-MenuMob .language-search .btnSearch {
  color: #7E7E7E;
  transform: rotate(90deg);
  margin: 0 5px;
}
header .navbar .language-MenuMob .language-search .btnclose {
  cursor: pointer;
  color: #000;
}
header .navbar .language-MenuMob .language-search .overlaySliderBottom {
  top: auto;
  z-index: 9999;
  padding: 5px;
}
header .navbar .language-MenuMob .language-search .divSearch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 270px;
  width: 240px;
  background-color: #fff;
  z-index: 9999999999999;
  border: 1px solid #707070;
  padding: 10px;
}
header .navbar .language-MenuMob .language-search .divSearch .titledivSearch {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7E7E7E;
}
header .navbar .language-MenuMob .language-search .divSearch .titledivSearch .btncloseSearch {
  color: #7E7E7E;
  cursor: pointer;
  font-size: 1.2rem;
}
header .navbar .language-MenuMob .language-search .divSearch .titledivSearch input {
  border: 0;
  border-radius: 0;
  text-align: start;
}
header .navbar .language-MenuMob .language-search .divSearch .titledivSearch .btnSearch {
  color: #7E7E7E;
}
header .navbar .language-MenuMob .language-search .divSearch .contentdivSearch .p-Recommended {
  font-family: "NekstRegular";
  font-size: 0.9rem;
  padding: 10px 0;
}
header .navbar .language-MenuMob .language-search .divSearch .contentdivSearch .UlNewsdivSearch {
  padding: 0;
}
header .navbar .language-MenuMob .language-search .divSearch .contentdivSearch .UlNewsdivSearch img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
header .navbar .language-MenuMob .language-search .divSearch .contentdivSearch .UlNewsdivSearch p {
  margin: 0 5px;
  color: #003399;
  height: 75px;
  overflow: hidden;
}

.contentMegaMenu {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999999999;
  display: none;
  background-color: #F2F2F2;
  padding: 1.25rem 0 0;
  overflow: auto;
}
.contentMegaMenu .boxClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin: 20px;
  cursor: pointer;
}
.contentMegaMenu .titleMenuBlock {
  width: 28.5%;
  padding: 0;
}
.contentMegaMenu .leftMenuBlock {
  width: 71.5%;
  display: flex;
  height: 100%;
  overflow: auto;
  padding-left: 0.9375rem;
  padding-right: 3.75rem;
}
@media only screen and (min-width: 1400px) {
  .contentMegaMenu .leftMenuBlock {
    padding-left: 1.25rem;
    padding-right: 5rem;
  }
}
.contentMegaMenu .megaMenuTitle {
  color: #fff;
  font-size: 2rem;
  font-family: "NekstBold";
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .contentMegaMenu .megaMenuTitle {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .contentMegaMenu .megaMenuTitle {
    font-size: 2.8125rem;
  }
}

/* footer */
footer {
  padding: 40px 0;
  border-top: 1px solid #DDDDDD;
  background-color: #F8F8F8;
}
footer .contentfooter {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1400px) {
  footer .contentfooter {
    padding-bottom: 3.75rem;
  }
}
footer .contentfooter .p-titleLinks {
  color: #000;
  font-family: "NekstBold";
  font-size: 1rem;
}
footer .contentfooter .UlUsefulLinks li {
  margin: 10px 0;
}
footer .contentfooter .UlUsefulLinks li a {
  color: #171717;
  font-family: "Nekstmedium";
  font-size: 0.875rem;
  transition: 0.3s ease;
}
footer .contentfooter .UlUsefulLinks li a:hover {
  color: #19338F;
}
footer .contentfooter .socialUl a {
  color: #808080;
  transition: 0.3s ease;
}
footer .contentfooter .socialUl a:hover {
  color: #19338F;
}
footer .contentfooter .socialUl a i {
  font-size: 24px;
}
footer .contentfooter .ClickHere {
  color: #808080;
  margin: 20px 0;
  font-family: "Nekstmedium";
  font-size: 0.875rem;
}
footer .contentfooter .ClickHere a {
  color: #000;
  border-bottom: 2px solid #000;
}
footer .contentfooter .DivPhone {
  display: flex;
  align-items: center;
}
footer .contentfooter .DivPhone i {
  color: #808080;
  width: 26px;
}
footer .contentfooter .DivPhone .textPhone {
  font-family: "Nekstmedium";
}
footer .contentfooter .DivPhone .textPhone p {
  text-transform: initial;
}
footer .contentfooter .footerEmail input {
  font-size: 0.8em;
  font-family: "Nekstsemibold";
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  margin-bottom: 10px;
  color: #656565;
  text-align: start;
  padding: 10px 0;
}
footer .contentfooter .SubscribeNow {
  background-color: #19338F;
  color: #fff;
  width: fit-content;
  padding: 10px;
  display: block;
  font-size: 1rem;
  font-family: "NekstBold";
  transition: 0.3s ease;
}
footer .contentfooter .SubscribeNow:hover {
  background-color: #122054;
}

.LoadMoreBtn {
  margin: auto;
  max-width: 200px;
  clear: both;
  border: none;
  display: flex;
  justify-content: center;
  background-color: #19338F;
  color: #fff;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.LoadMoreBtn:hover {
  background-color: #15296c;
  color: #fff;
}

.customLink {
  font-family: "NekstBold";
  color: #19338F;
  text-decoration: underline;
}

.Inputdatepicker {
  position: relative;
  background-image: url("../images/calendar-solid.svg");
  background-repeat: no-repeat;
  background-size: 30px 15px;
  background-position: right center;
}

.searchInput {
  position: relative;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 60px 25px;
  padding-left: 65px;
  background-position: left center;
}

.form-label,
label {
  font-size: 1.25rem;
  font-family: "NekstBold";
  color: #000;
  margin-bottom: 1.25rem;
}

.form-control,
.form-select {
  border-color: #808080;
  border-radius: 0;
}

input.form-control {
  font-size: 1.1875rem;
  min-height: calc(3.367em + 1rem + 3px);
}

.form-select {
  min-height: calc(3.367em + 1rem + 3px);
  font-size: 1.1875rem;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 20;
  background-color: #19338F;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #fff;
  cursor: pointer;
  animation: movebtn 5s linear infinite;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

@keyframes movebtn {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* *************************** success ***********************/
.btn {
  -webkit-transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
  border-radius: 0;
  padding: 1.0625rem 3.0375rem;
  font-size: 1rem;
  font-family: "NekstBold";
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
  }
}
.btn.btn-primary {
  background: #19338F;
  border-color: #19338F;
}
.btn.btn-primary:hover {
  background: #10215e;
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #10215e;
}
.btn.btn-danger {
  background: #FF543F;
  border-color: #FF543F;
}
.btn.btn-danger:hover {
  background: #dc3545;
}
.btn.btn-danger:not(:disabled):not(.disabled):active {
  background: #dc3545;
}
.btn.btn-warning {
  background: #F8CC66;
  border-color: #F8CC66;
  color: #19338F;
}
.btn.btn-warning:hover {
  background: #cca445;
}
.btn.btn-warning:not(:disabled):not(.disabled):active {
  background: #cca445;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px 0px 0px;
}
.table-bordered > :not(caption) > * > *:last-child {
  border-width: 0;
}
.table-bordered > :not(caption) > *:last-child, .table-bordered > :not(caption) > *:first-child {
  border-width: 0;
}

.titleTEst, .InsiderPicks .titleSection-ShowAll, .sectionBlocks .titleSection-ShowAll {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Alink, .UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll h2 a, .InsiderPicks .titleSection-ShowAll h2 a, .GoodToKnow .contentGoodKnow .TextGN h5, .GoodToKnow .contentGoodKnow .blockGN .boxCard, .sectionBlocks .titleSection-ShowAll h2 a, .WhatToDo .titleSection-ShowAll h2 a {
  font-family: "NekstBold";
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .Alink, .UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll h2 a, .InsiderPicks .titleSection-ShowAll h2 a, .GoodToKnow .contentGoodKnow .TextGN h5, .GoodToKnow .contentGoodKnow .blockGN .boxCard, .sectionBlocks .titleSection-ShowAll h2 a, .WhatToDo .titleSection-ShowAll h2 a {
    font-size: 1.2rem;
    text-transform: uppercase;
  }
}

.p-text, .InsiderPicks .titleSection-ShowAll p, .sectionBlocks .titleSection-ShowAll p {
  color: #000;
  font-family: "NekstBold";
}
@media screen and (max-width: 768px) {
  .p-text, .InsiderPicks .titleSection-ShowAll p, .sectionBlocks .titleSection-ShowAll p {
    font-size: 0.9rem;
  }
}

.ShowAll, .InsiderPicks .titleSection-ShowAll .ShowAll, .sectionBlocks .titleSection-ShowAll .ShowAll {
  color: #7E7E7E;
}

.showLink, .InsiderPicks .titleSection-ShowAll .ShowAll a, .sectionBlocks .titleSection-ShowAll .ShowAll a {
  color: #7E7E7E;
  font-family: "NekstRegular";
}
@media screen and (max-width: 768px) {
  .showLink, .InsiderPicks .titleSection-ShowAll .ShowAll a, .sectionBlocks .titleSection-ShowAll .ShowAll a {
    font-size: 0.7rem;
  }
}

.ShowSpan, .InsiderPicks .titleSection-ShowAll .ShowAll span, .sectionBlocks .titleSection-ShowAll .ShowAll span {
  border-bottom: 1px solid #7E7E7E;
  margin: 0 10px;
  display: inline-block;
  font-family: "NekstRegular";
}

.sectionTitle {
  font-size: 2.625rem;
  font-family: "NekstBold";
  line-height: 3.125rem;
  color: #000;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) {
  .sectionTitle {
    font-size: 4.25rem;
    margin-bottom: 1.875rem;
    line-height: 5.5rem;
  }
}

.sectionSubTitle {
  color: #19338F;
  font-size: 1.375rem;
  font-family: "Nekstsemibold";
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1400px) {
  .sectionSubTitle {
    margin-bottom: 2.0625rem;
    font-size: 1.375rem;
  }
}

.article-title {
  color: #19338F;
  font-size: 1.5rem;
  font-family: "Nekstsemibold";
  margin-bottom: 0.9375rem;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .article-title {
    font-size: 1.9375rem;
  }
}
@media only screen and (min-width: 1400px) {
  .article-title {
    margin-bottom: 1.5625rem;
  }
}

.article-text {
  font-size: 1rem;
  margin-bottom: 1.875rem;
  line-height: 42px;
}
.article-text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .article-text {
    font-size: 1.25rem;
    margin-bottom: 2.8125rem;
  }
}

.text-block-title {
  font-size: 1rem;
  font-family: "NekstBold";
  color: #000;
}
@media only screen and (min-width: 992px) {
  .text-block-title {
    font-size: 1.25rem;
  }
}

.activitySectionTitle {
  font-size: 2.5rem;
  font-family: "Nekstsemibold";
  margin-bottom: 40px;
  color: #000;
  position: relative;
}
.activitySectionTitle::after {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 5px;
  background-color: #F8CC66;
  bottom: -0.3em;
  left: 0;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) {
  .activitySectionTitle {
    margin-bottom: 60px;
    font-size: 3.125rem;
  }
}

.activityTitle {
  font-size: 1.75rem;
  font-family: "Nekstsemibold";
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .activityTitle {
    font-size: 2.5rem;
  }
}

.breadcrumb-item {
  font-family: "NekstBold";
  color: #7E7E7E;
  font-size: 1rem;
}
.breadcrumb-item a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-item {
    font-size: 1.125rem;
  }
}
.breadcrumb-item.active {
  text-decoration: none;
  color: #7E7E7E;
}
.breadcrumb-item.active:hover {
  color: #7E7E7E;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
}
.breadcrumb-item:hover a {
  color: #000;
  text-decoration: none;
}

/* slider */
.slider {
  position: relative;
}
.slider .sliderTop {
  height: 80%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .slider .sliderTop {
    width: 100%;
  }
}
.slider .sliderTop .imgSlider {
  border-radius: 0;
  --bs-aspect-ratio: 72.857143%;
}
@media only screen and (min-width: 576px) {
  .slider .sliderTop .imgSlider {
    --bs-aspect-ratio: 42.8571428571% ;
  }
}
.slider .sliderTop .imgSlider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2784313725);
  width: 100%;
  height: 100%;
}
.slider .sliderTop .contentSliderTop {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  .slider .sliderTop .contentSliderTop {
    width: 60%;
  }
}
.slider .sliderTop .contentSliderTop h2 {
  font-size: 3rem;
  font-family: "NekstBold";
  color: #fff;
  overflow: hidden;
  width: 73%;
}
@media screen and (max-width: 992px) {
  .slider .sliderTop .contentSliderTop h2 {
    font-size: 1rem;
  }
}
.slider .sliderTop .contentSliderTop .btnExplore {
  background-color: #19338F;
  width: 160px;
  padding: 10px 15px;
  border-radius: 0;
  color: #FFF;
  font-family: "NekstBold";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .slider .sliderTop .contentSliderTop .btnExplore {
    font-size: 0.6rem;
    width: auto;
  }
}
.slider .sliderTop .contentSliderTop .btnExplore i {
  margin: 0 5px;
}
.slider .sliderTop .contentSliderTop .btnExplore:hover {
  background-color: #2E4CB4;
  color: #FFF;
  width: 170px;
}
.slider .sliderTop .contentSliderTop .btnExplore:hover i {
  margin: 0 10px;
}
.slider .sliderTop .stickyMessage {
  position: absolute;
  bottom: 10%;
  background-color: #93D6DD;
  z-index: 9999999;
  padding: 15px 25px;
  display: flex;
  align-items: baseline;
}
.slider .sliderTop .stickyMessage .closestickyMessage {
  cursor: pointer;
}
.slider .sliderTop .stickyMessage .textSM {
  padding: 0 10px;
}
.slider .sliderTop .stickyMessage .textSM p {
  font-size: 0.9rem;
  font-family: "Nekstmedium";
}
.slider .sliderTop .stickyMessage .textSM p:first-child {
  color: #19338F;
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.slider .sliderTop .stickyMessage .textSM p a {
  color: #19338F;
  font-family: "Nekstmedium";
  text-decoration: underline;
}
.slider .sliderBottom {
  height: auto;
  margin-bottom: 10px;
  display: none;
}
.slider .sliderBottom:hover {
  bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .slider .sliderBottom {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 35%;
    height: 150px;
    padding: 0;
    transition: all 0.8s ease-in-out;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .slider .sliderBottom .swiper-wrapper {
    justify-content: center;
  }
}
.slider .sliderBottom .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  transition: opacity 0.8s ease-in-out;
  max-width: 120px;
  max-height: 130px;
}
@media screen and (max-width: 992px) {
  .slider .sliderBottom .swiper-slide {
    width: 115px;
  }
  .slider .sliderBottom .swiper-slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .slider .sliderBottom:hover {
    bottom: 20px;
  }
}
.slider .sliderBottom:hover .swiper-slide {
  opacity: 1;
}
.slider .sliderBottom .cardSlider {
  color: #FFF;
  border-radius: 0;
  position: relative;
  border: 0;
  cursor: pointer;
}
.slider .sliderBottom .cardSlider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2117647059);
  width: 100%;
  height: 100%;
}
.slider .sliderBottom .cardSlider .overlaySliderBottom {
  top: auto;
  z-index: 9999;
  padding: 5px;
}
.slider .sliderBottom .cardSlider .overlaySliderBottom .card-title {
  font-size: 12px;
  height: 30px;
  overflow: hidden;
}
.slider .sliderBottom .cardSlider .card-body {
  padding: 10px;
}
.slider .sliderBottom .cardSlider .card-body h5 {
  margin-bottom: 0;
  font-family: "R-helvetica";
}
.slider .sliderBottom .cardSlider img {
  height: 130px;
  width: 120px;
}
.slider .sliderBottom .cardSlider iframe {
  height: 130px;
  width: 120px;
}
.slider .pagination-progressbar {
  position: absolute;
  z-index: 999999999;
  display: flex;
  justify-content: end;
  bottom: 30%;
  right: 30px;
}
@media screen and (max-width: 1200px) {
  .slider .pagination-progressbar {
    bottom: 35%;
  }
}
@media screen and (max-width: 992px) {
  .slider .pagination-progressbar {
    display: none;
  }
}
.slider .pagination-progressbar .Divprogressbar {
  margin: 10px 30px 0;
}
.slider .pagination-progressbar .Divprogressbar .image-slider__fraction {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 16px;
  color: #FFF;
  font-family: "NekstRegular";
  display: none;
}
.slider .pagination-progressbar .Divprogressbar .image-slider__current {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
}
.slider .pagination-progressbar .Divprogressbar .image-slider__sepparator {
  margin: 0 5px;
}
.slider .pagination-progressbar .Divprogressbar .swiper-paginationTop {
  position: static !important;
  height: 4px;
  width: 160px;
  display: block;
  margin: 0 auto;
  background-color: rgba(203, 203, 203, 0.5215686275);
}
.slider .pagination-progressbar .Divprogressbar .swiper-paginationTop .swiper-pagination-progressbar-fill {
  background-color: #FFF !important;
}
.slider .swiper-paginationBottom {
  position: static;
}
.slider .swiper-paginationBottom span {
  margin: 0 5px;
  border: 3px solid #FFF;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: transparent;
}
.slider .swiper-paginationBottom .swiper-pagination-bullet-active {
  background-color: #FFF;
  opacity: 1;
}
.slider .swiper-sliderTop-next {
  right: 2%;
}
.slider .swiper-sliderTop-next i {
  font-size: 2em;
  color: #FFF;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 992px) {
  .slider .swiper-sliderTop-next i {
    font-size: 1em;
  }
}
.slider .swiper-sliderTop-next i:hover {
  color: #F8CC66;
}
.slider .swiper-sliderTop-prev {
  left: 2%;
}
.slider .swiper-sliderTop-prev i {
  font-size: 2em;
  color: #fff;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 992px) {
  .slider .swiper-sliderTop-prev i {
    font-size: 1em;
  }
}
.slider .swiper-sliderTop-prev i:hover {
  color: #F8CC66;
}
/* WhereToGo */
.WhereToGo {
  padding: 30px 0;
  position: relative;
}
.WhereToGo .col-lg-3:nth-child(1) .card-img-overlay {
  background-color: #00309F;
}
.WhereToGo .col-lg-3:nth-child(1) .card-img-overlay .card-title a {
  color: turquoise;
}
.WhereToGo .col-lg-3:nth-child(1) .card-img-overlay .btnExploreNile {
  background-color: turquoise;
  color: #19338F;
}
.WhereToGo .col-lg-3:nth-child(2) .card-img-overlay {
  background-color: #F6533F;
}
.WhereToGo .col-lg-3:nth-child(2) .card-img-overlay .card-title a {
  color: #fae168;
}
.WhereToGo .col-lg-3:nth-child(2) .card-img-overlay .btnExploreNile {
  background-color: #fae168;
  color: #FF543F;
}
.WhereToGo .col-lg-3:nth-child(3) .card-img-overlay {
  background-color: #28D0DC;
}
.WhereToGo .col-lg-3:nth-child(3) .card-img-overlay .card-title a {
  color: #003399;
}
.WhereToGo .col-lg-3:nth-child(3) .card-img-overlay .btnExploreNile {
  background-color: #003399;
  color: #28D0DC;
}
.WhereToGo .col-lg-3:nth-child(4) .card-img-overlay {
  background-color: #fae168;
}
.WhereToGo .col-lg-3:nth-child(4) .card-img-overlay .card-title a {
  color: #FF543F;
}
.WhereToGo .col-lg-3:nth-child(4) .card-img-overlay .btnExploreNile {
  background-color: #FF543F;
  color: #fae168;
}
@media screen and (max-width: 768px) {
  .WhereToGo {
    padding-bottom: 0;
  }
}
.WhereToGo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fae168;
  z-index: -1;
}
.WhereToGo .titleSection {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .WhereToGo .titleSection {
    min-height: 155px;
  }
  .WhereToGo .titleSection h2 {
    margin-bottom: 8px;
  }
}
.WhereToGo .titleSection a {
  font-family: "NekstBold";
  text-transform: uppercase;
}
.WhereToGo .titleSection p {
  color: #000;
  width: 70%;
  font-family: "NekstRegular";
  font-size: 1.1rem;
}
.WhereToGo .titleSection .p-plan {
  color: #000;
  width: 70%;
  font-family: "B-helvetica";
  margin-bottom: 10px;
}
.WhereToGo .NileBlock {
  border: none;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .WhereToGo .NileBlock {
    margin-bottom: 1rem;
  }
}
.WhereToGo .NileBlock:hover .card-img-top {
  transform: scale(1.2);
}
.WhereToGo .NileBlock:hover .btnExploreNile {
  background-color: #fff;
  color: #000;
  display: block;
}
.WhereToGo .NileBlock:hover .card-img-overlay {
  height: 130px;
}
.WhereToGo .NileBlock .card-img-top {
  border-radius: 0;
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: transform 0.8s ease-in-out;
}
.WhereToGo .NileBlock .btnExploreNile {
  width: fit-content;
  border-radius: 0px;
  padding: 6px 10px;
  margin: 10px 0;
  font-family: "NekstRegular";
  font-size: 0.8em;
  display: none;
}
.WhereToGo .NileBlock .btnExploreNile:hover {
  width: 140px;
}
.WhereToGo .NileBlock .btnExploreNile:hover i {
  margin: 0 10px;
}
.WhereToGo .NileBlock .btnExploreNile p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.WhereToGo .NileBlock .btnExploreNile p i {
  margin: 0 5px;
}
.WhereToGo .NileBlock .card-img-overlay {
  top: auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  /*&.bgBlue{background-color:$bgColorBlue}
  &.bgCardOrange{background-color:$bgCardOrange}
  &.bgTurquoise{background-color:$bgColorTurquoise}
  &.bgGold{background-color:$bgColorGold;
      a{color: $textBlack !important;}
      .btnExploreNile{color: $textWhite !important;}
  }*/
}
.WhereToGo .NileBlock .card-img-overlay .card-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.WhereToGo .NileBlock .card-img-overlay .card-title a {
  font-family: "NekstBold";
}
.WhereToGo .NileBlock .card-img-overlay .card-text {
  height: 50px;
  overflow: hidden;
  font-family: "R-helvetica";
  color: #fff;
}
.WhereToGo .NileBlock .NileActive {
  background-color: #fff;
  color: #000;
}

/* weekend */
.weekend {
  padding: 30px 0;
}
.weekend .weekendMessage {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .weekend .weekendMessage {
    height: auto;
  }
}
.weekend .weekendMessage .contentWeekMassage {
  display: flex;
  justify-content: start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .weekend .weekendMessage .contentWeekMassage {
    flex-direction: column;
  }
}
.weekend .weekendMessage .contentWeekMassage p {
  font-size: 2em;
  color: #fff;
  font-family: "NekstBold";
}
.weekend .weekendMessage .contentWeekMassage span {
  font-size: 1em;
  color: #fff;
  font-family: "NekstRegular";
}
.weekend .weekendMessage .contentWeekMassage .bgMediumTurquoise {
  background-color: #7AEBEF;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 130px;
  padding: 10px 20px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .weekend .weekendMessage .contentWeekMassage .liveEventsBlock {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock p:first-child {
  font-family: "NekstBold";
  font-size: 1.4rem;
  color: #19338F;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock p:nth-child(2) {
  font-family: "Nekstmedium";
  font-size: 1rem;
  color: #000;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock a p:first-child {
  font-family: "Nekstmedium";
  font-size: 1rem !important;
  color: #000;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock span {
  font-family: "Nekstmedium";
  font-size: 1em;
  color: #F6533F;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock.bgOrange {
  background-color: #f6533f;
  justify-content: center;
  align-items: center;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock .btnLearnMore {
  border-radius: 0;
  background-color: #fae168;
  color: #FF543F;
  display: flex;
  align-items: center;
  font-family: "NekstRegular";
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock .btnLearnMore i {
  margin: 0 5px;
}
.weekend .weekendMessage .contentWeekMassage .liveEventsBlock .btnLearnMore:hover {
  background-color: #fff;
  color: #FF543F;
}
.weekend .weekendMessage .contentWeekMassage .towBlocklive {
  display: flex;
  height: 130px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .weekend .weekendMessage .contentWeekMassage .towBlocklive {
    width: 100%;
  }
}
.weekend .weekendMessage .contentWeekMassage .towBlocklive .TBlockliveimg {
  width: 100%;
  height: 100%;
}
.weekend .weekendMessage .contentWeekMassage .towBlocklive .TBlockliveimg img {
  height: 100%;
  width: 100%;
}

/* WhatToDo */
.WhatToDo {
  padding: 30px 0;
  background-color: #FBF0D3;
}
.WhatToDo .titleSection-ShowAll {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .WhatToDo .titleSection-ShowAll h2 a {
    font-size: 1.2rem;
  }
}
.WhatToDo .titleSection-ShowAll p {
  color: #000;
  font-family: "NekstRegular";
}
@media screen and (max-width: 768px) {
  .WhatToDo .titleSection-ShowAll p {
    font-size: 0.6rem;
  }
}
.WhatToDo .titleSection-ShowAll .ShowAll {
  color: #7E7E7E;
}
.WhatToDo .titleSection-ShowAll .ShowAll a {
  color: #7E7E7E;
  font-family: "NekstRegular";
}
@media screen and (max-width: 768px) {
  .WhatToDo .titleSection-ShowAll .ShowAll a {
    font-size: 0.7rem;
  }
}
.WhatToDo .titleSection-ShowAll .ShowAll span {
  border-bottom: 1px solid #7E7E7E;
  margin: 0 10px;
  display: inline-block;
  font-family: "Nekstmedium";
}
.WhatToDo .SliderExperienceEgypt {
  position: relative;
  width: 100%;
  margin: auto;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt {
  border: none;
  width: 100%;
  background-color: transparent;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .imgSlider {
  overflow: hidden;
  position: relative;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .imgSlider .TextDesc {
  position: absolute;
  bottom: 0;
  background-color: #F5A99F;
  color: #fff;
  text-align: start;
  overflow: hidden;
  display: none;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .imgSlider .TextDesc p {
  padding: 10px;
  height: 125px;
  font-family: "NekstRegular";
  font-size: 0.9rem;
  overflow: hidden;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .imgSlider img {
  border-radius: 0px;
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: 300px;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .imgSlider:hover .TextDesc {
  display: block;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .imgSlider:hover .HoverScale {
  transform: scale(1.2);
  border-radius: 20px;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .card-body {
  padding: 10px 0;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .card-body .card-text {
  font-family: "Nekstsemibold";
  font-size: 1em;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.WhatToDo .SliderExperienceEgypt .cardExperienceEgypt .card-body span {
  font-family: "NekstRegular";
  font-size: 0.9em;
  color: #7E7E7E;
}
.WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-next {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  right: 3% !important;
}
.WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-next .swiperIcon {
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 50, 153, 0.1490196078);
}
.WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-next .swiperIcon:hover {
  background-color: #003399;
  color: #fff;
}
.WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-prev {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  left: 3% !important;
}
.WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-prev .swiperIcon {
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 50, 153, 0.1490196078);
}
.WhatToDo .SliderExperienceEgypt .swiper-ExperienceEgypt-prev .swiperIcon:hover {
  background-color: #003399;
  color: #fff;
}
/* sectionBlocks */
.sectionBlocks {
  padding: 20px 0;
}
.sectionBlocks .SliderHiddenGems {
  position: relative;
  width: 100%;
  margin: auto;
}
.sectionBlocks .SliderHiddenGems .p-historyOverlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100px;
  height: 35px;
  top: auto;
  padding: 10px;
  background-color: #CBCBCB;
  color: #FFF;
  border-radius: 20px;
  font-family: "NekstRegular";
  text-align: center;
  font-size: 0.8em;
}
.sectionBlocks .SliderHiddenGems .p-historyOverlay:hover {
  color: #FFF;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems {
  border: none;
  width: 100%;
  border-radius: 0px;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .imgSlider {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .imgSlider .TextDesc {
  position: absolute;
  bottom: 0;
  background-color: #F5A99F;
  color: #FFF;
  text-align: start;
  overflow: hidden;
  display: none;
  width: 100%;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .imgSlider .TextDesc p {
  padding: 10px;
  height: 85px;
  font-family: "NekstRegular";
  font-size: 0.9rem;
  overflow: hidden;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .imgSlider img {
  border-radius: 0px;
  transition: all 0.8s ease-in-out;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .imgSlider:hover .TextDesc {
  display: block;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .imgSlider:hover .HoverScale {
  transform: scale(1.2);
  border-radius: 20px;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .card-body {
  padding: 10px 0;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .card-body .card-text {
  font-family: "Nekstsemibold";
  font-size: 1rem;
  height: 25px;
  overflow: hidden;
  margin-bottom: 5px;
}
.sectionBlocks .SliderHiddenGems .cardHiddenGems .card-body span {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  color: #F6533F;
}
.sectionBlocks .SliderHiddenGems .swiper-HiddenGems-next {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  right: 3% !important;
}
.sectionBlocks .SliderHiddenGems .swiper-HiddenGems-next .swiperIcon {
  transition: all 0.5s ease-in-out;
}
.sectionBlocks .SliderHiddenGems .swiper-HiddenGems-next .swiperIcon:hover {
  background-color: #003399;
  color: #FFF;
}
.sectionBlocks .SliderHiddenGems .swiper-HiddenGems-prev {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  left: 3% !important;
}
.sectionBlocks .SliderHiddenGems .swiper-HiddenGems-prev .swiperIcon:hover {
  background-color: #1182C6;
  color: #FFF;
}
.sectionBlocks .SliderInsiderPicks {
  position: relative;
  width: 100%;
  margin: auto;
}
.sectionBlocks .SliderInsiderPicks .cardInsiderPicks {
  border: none;
  width: 100%;
}
.sectionBlocks .SliderInsiderPicks .cardInsiderPicks img {
  height: 315px;
  width: 100%;
}
.sectionBlocks .SliderInsiderPicks .cardInsiderPicks .card-body {
  padding: 10px 0;
}
.sectionBlocks .SliderInsiderPicks .cardInsiderPicks .card-body .card-text {
  font-family: "NekstRegular";
  font-size: 1em;
  overflow: hidden;
  margin-bottom: 5px;
}
.sectionBlocks .SliderInsiderPicks .cardInsiderPicks .card-body .titleHiddenCity {
  font-family: "Nekstsemibold";
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 23.3333px;
}
.sectionBlocks .SliderInsiderPicks .cardInsiderPicks .card-body span {
  font-family: "NekstRegular";
  font-size: 0.9em;
  color: #7E7E7E;
}
.sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-next {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  right: 3% !important;
}
.sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-next .swiperIcon:hover {
  background-color: #1182C6;
  color: #FFF;
}
.sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-prev {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  left: 3% !important;
}
.sectionBlocks .SliderInsiderPicks .swiper-InsiderPicks-prev .swiperIcon:hover {
  background-color: #1182C6;
  color: #fff;
}
/* GoodToKnow */
.GoodToKnow .contentGoodKnow {
  background-color: #fae168;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .GoodToKnow .contentGoodKnow {
    flex-direction: column;
  }
}
.GoodToKnow .contentGoodKnow .blockGN {
  display: flex;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .GoodToKnow .contentGoodKnow .blockGN {
    width: 100%;
    flex-direction: column;
  }
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard {
  padding: 40px 20px;
  margin: 0 10px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .GoodToKnow .contentGoodKnow .blockGN .boxCard {
    width: 100%;
    flex-direction: column;
    margin: 0 0 10px;
  }
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard.bgSafety {
  background-color: #2AAEC8;
  color: #19338F;
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard.bgVisa {
  background-color: #1A3393;
  color: #28D0DC;
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard.bgWeather {
  background-color: #FF543F;
  color: #fae168;
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard img {
  margin-bottom: 10px;
  width: 40px;
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard p {
  font-family: "Nekstsemibold";
  font-size: 0.8rem;
}
.GoodToKnow .contentGoodKnow .blockGN .boxCard.bgWeather p {
  margin-top: 15px;
}
.GoodToKnow .contentGoodKnow .TextGN {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .GoodToKnow .contentGoodKnow .TextGN {
    width: 100%;
  }
}
.GoodToKnow .contentGoodKnow .TextGN h5 {
  color: #fff;
  font-family: "NekstBold";
  font-size: 2.5em;
  color: #003399;
}
@media screen and (max-width: 768px) {
  .GoodToKnow .contentGoodKnow .TextGN h5 {
    font-size: 2rem;
  }
}
.GoodToKnow .contentGoodKnow .TextGN p {
  color: #000;
  margin-bottom: 10px;
  font-family: "NekstRegular";
}
.GoodToKnow .contentGoodKnow .btnDiscover {
  background-color: #fff;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 20px;
  color: #000;
  font-family: "NekstRegular";
}

/* ExpirenceEgypt */
.ExpirenceEgypt {
  padding: 20px 0;
}
.ExpirenceEgypt .contentExpirenceEgypt {
  background-color: #003399;
  color: #fff;
  padding: 20px 0 130px;
}
.ExpirenceEgypt .contentExpirenceEgypt .ExpirenceBlock {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ExpirenceEgypt .contentExpirenceEgypt h5 {
  font-size: 2em;
  font-family: "NekstBold";
  color: #28D0DC;
}
.ExpirenceEgypt .contentExpirenceEgypt p {
  font-family: "Nekstmedium";
  font-size: 0.7rem;
}
.ExpirenceEgypt .contentExpirenceEgypt .UlSocialMedia {
  display: flex;
  margin-top: 10px;
}
.ExpirenceEgypt .contentExpirenceEgypt .UlSocialMedia li {
  margin: 0 10px;
}
.ExpirenceEgypt .contentExpirenceEgypt .UlSocialMedia li i {
  color: rgba(255, 255, 255, 0.3607843137);
}
.ExpirenceEgypt .contentExpirenceEgypt .UlSocialMedia li i:hover {
  color: #fff;
}
.ExpirenceEgypt .boxExpirence {
  margin-top: -100px;
}
.ExpirenceEgypt .boxExpirence .LearnMore {
  background: #003399;
  color: turquoise;
  font-weight: bold;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px 0 0 auto;
  font-family: "NekstRegular";
}

.Test {
  position: relative;
}

.InsiderPicks {
  padding: 30px 0;
}
.InsiderPicks .cardInsiderPicks {
  display: flex;
  justify-content: space-between;
}
.InsiderPicks .cardInsiderPicks .card:nth-child(1) .card-text {
  color: #fae168;
}
.InsiderPicks .cardInsiderPicks .card:nth-child(2) .card-text {
  color: #FF543F;
}
@media screen and (max-width: 768px) {
  .InsiderPicks .cardInsiderPicks {
    flex-direction: column;
  }
}
.InsiderPicks .cardInsiderPicks .card {
  border: none;
  border-radius: 0;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .InsiderPicks .cardInsiderPicks .card {
    width: 100%;
  }
  .InsiderPicks .cardInsiderPicks .card:first-child {
    margin-bottom: 15px;
  }
}
.InsiderPicks .cardInsiderPicks .card .cardImg {
  overflow: hidden;
}
.InsiderPicks .cardInsiderPicks .card .cardImg img {
  border-radius: 0;
  transition: all 0.8s ease-in-out;
  object-fit: cover;
}
.InsiderPicks .cardInsiderPicks .card .cardImg:hover .HoverScale {
  transform: scale(1.2);
}
.InsiderPicks .cardInsiderPicks .card .card-body.bgOrange {
  background-color: #FF543F;
  color: #fff;
}
.InsiderPicks .cardInsiderPicks .card .card-body.bgMain {
  background-color: #F8CC66;
  color: #003399;
}
.InsiderPicks .cardInsiderPicks .card .card-body .card-text {
  font-size: 1rem;
  font-family: "Nekstmedium";
  height: 145px;
  overflow: hidden;
}
.InsiderPicks .cardInsiderPicksRow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.InsiderPicks .cardInsiderPicksRow .card:nth-child(2) .card-text {
  color: #28D0DC;
}
.InsiderPicks .cardInsiderPicksRow .card {
  border: none;
  border-radius: 0;
  height: 47%;
}
.InsiderPicks .cardInsiderPicksRow .card .row {
  height: 100%;
}
.InsiderPicks .cardInsiderPicksRow .card .row .cardImg {
  height: 100%;
  overflow: hidden;
}
.InsiderPicks .cardInsiderPicksRow .card .row .cardImg img {
  border-radius: 0;
  transition: all 0.8s ease-in-out;
}
.InsiderPicks .cardInsiderPicksRow .card .row .cardImg:hover .HoverScale {
  transform: scale(1.2);
}
.InsiderPicks .cardInsiderPicksRow .card .row .card-body {
  height: 100%;
}
.InsiderPicks .cardInsiderPicksRow .card .row .card-body.bgsecondColor {
  background-color: #19338F;
  color: #fff;
}
.InsiderPicks .cardInsiderPicksRow .card .row .card-body.bgMediumTurquoise {
  background-color: #30AFBF;
  color: #003399;
}
.InsiderPicks .cardInsiderPicksRow .card .row .card-body .card-text {
  font-size: 1rem;
  font-family: "NekstRegular";
  max-height: 110px;
  overflow: auto;
}

.EngageBlock {
  padding: 30px 0;
}
.EngageBlock .contentEngageBlock {
  display: flex;
  height: 135px;
}
@media screen and (max-width: 768px) {
  .EngageBlock .contentEngageBlock {
    height: auto;
    flex-direction: column;
  }
}
.EngageBlock .contentEngageBlock .boxlogoEBlock {
  background-color: #fae168;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .EngageBlock .contentEngageBlock .boxlogoEBlock {
    width: 100%;
    height: 100px;
  }
}
.EngageBlock .contentEngageBlock .boxlogoEBlock img {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .EngageBlock .contentEngageBlock .boxlogoEBlock img {
    height: 100px;
  }
}
.EngageBlock .contentEngageBlock .boxImgEBlock {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .EngageBlock .contentEngageBlock .boxImgEBlock {
    width: 100%;
  }
}
.EngageBlock .contentEngageBlock .boxImgEBlock img {
  height: 100%;
  width: 100%;
}
.EngageBlock .contentEngageBlock .boxTextEBlock {
  width: 30%;
  height: 100%;
  background-color: #fae168;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .EngageBlock .contentEngageBlock .boxTextEBlock {
    width: 100%;
    text-align: center;
  }
}
.EngageBlock .contentEngageBlock .boxTextEBlock p {
  color: #FF543F;
  text-transform: uppercase;
  font-family: "NekstBold";
  font-size: 1.8rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .EngageBlock .contentEngageBlock .boxTextEBlock p {
    font-size: 1.8rem;
  }
}

.ExploreInstgram {
  background-image: url("../images/ExploreInstgram.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 30px;
}
.ExploreInstgram .btn-ExploreInstgram {
  border: 1px solid #7E7E7E;
  border-radius: 20px;
  padding: 10px 15px;
  margin: 10px 0;
  color: #7E7E7E;
  font-family: "M-helvetica";
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

/*.bgBottomCiyt{background-image:url(../images/events.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:400px;position:relative;margin-top:30px}*/
.contentCordBlock h2 {
  font-family: "NekstBold";
  margin-bottom: 1rem;
}
.contentCordBlock .cordBlock .cardbody {
  padding: 20px 0;
}
.contentCordBlock .cordBlock .cardbody .titlecard {
  color: #19338F;
  height: 45px;
  overflow: hidden;
  font-family: "NekstBold";
}
.contentCordBlock .cordBlock .cardbody .p-descCard {
  font-family: "NekstRegular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.with-colored {
  border: 0;
  transition: 0.4s ease-in-out;
}
.with-colored .cardImg {
  overflow: hidden;
  --bs-aspect-ratio: 50%;
}
@media only screen and (min-width: 576px) {
  .with-colored .cardImg {
    --bs-aspect-ratio: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .with-colored .cardImg {
    --bs-aspect-ratio: 80%;
  }
}
.with-colored .cardImg img {
  transition: 1s ease-in-out;
}
.with-colored:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.562);
}
.with-colored:hover .cardImg img {
  transform: scale(1.2);
}
.with-colored .card-body {
  overflow: auto;
  border: 0;
  text-align: left;
  height: 120px;
  font-size: 16px;
  font-family: "Nekstmedium";
}
.with-colored .card-body a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-family: inherit;
}
@media only screen and (min-width: 576px) {
  .with-colored .card-body {
    height: 260px;
    font-size: 16px;
    padding: 10px;
  }
}
.with-colored .card-body p {
  line-height: 1.5;
}
.with-colored .card-body .card-title {
  font-size: 1.375rem;
  font-family: "NekstBold";
}
.with-colored .card-body.bgCardOrange {
  background-color: #F6533F;
  color: #fff;
}
.with-colored .card-body.bgCardYellow {
  background-color: #F8CC66;
  color: #000;
}
.with-colored .card-body.bgCardblue {
  background-color: #19338F;
  color: #F8CC66;
}
.with-colored .card-body.bgMediumTurquoise {
  background-color: #30AFBF;
  color: #19338F;
}
.with-colored .card-body.bgCardPeachPuff {
  background-color: #F5A99F;
  color: #000;
}
@media only screen and (min-width: 576px) {
  .with-colored.static .cardImg {
    --bs-aspect-ratio: 80%;
  }
}
.with-colored.static img {
  object-fit: cover;
}
.with-colored.static .card-body {
  height: auto;
}
.with-colored.static .card-body .desc {
  line-height: 30px;
  max-height: 285px;
  overflow: auto;
}
.with-colored.static .card-body p {
  margin-bottom: 0.9375rem;
  font-size: 17px;
}
.with-colored.static .card-body.bgMediumTurquoise {
  background-color: #30AFBF;
  color: #fff;
}

.simple-card-link {
  border: none;
  width: 100%;
  background-color: transparent;
}
.simple-card-link a:hover {
  color: #19338F;
  text-decoration: underline;
}
.simple-card-link a:hover .HoverScale {
  transform: scale(1.2);
  border-radius: 20px;
}
.simple-card-link .cardImg {
  overflow: hidden;
  position: relative;
}
.simple-card-link .cardImg img {
  border-radius: 0px;
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .simple-card-link .cardImg img {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .simple-card-link .cardImg img {
    height: 280px;
  }
}
@media only screen and (min-width: 1400px) {
  .simple-card-link .cardImg img {
    height: 354px;
  }
}
.simple-card-link .card-body {
  padding: 10px 0;
}
.simple-card-link .card-body .card-text {
  font-family: "Nekstsemibold";
  font-size: 1.3125rem;
  overflow: hidden;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1400px) {
  .simple-card-link .card-body .card-text {
    font-size: 1.75rem;
  }
}
.simple-card-link .card-body span {
  font-family: "NekstRegular";
  font-size: 0.9em;
  color: #7E7E7E;
}

.card-button {
  border: none;
  width: 100%;
  background-color: transparent;
}
.card-button a:hover .HoverScale {
  transform: scale(1.2);
  border-radius: 20px;
}
.card-button .cardImg {
  overflow: hidden;
  position: relative;
}
.card-button .cardImg img {
  border-radius: 0px;
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.card-button .card-body {
  padding: 10px 0;
}
.card-button .card-body .card-title {
  font-family: "Nekstsemibold";
  font-size: 1.125rem;
}
@media only screen and (min-width: 1400px) {
  .card-button .card-body .card-title {
    font-size: 1.375rem;
  }
}
.card-button .card-body .card-text {
  font-family: "Nekstmedium";
  font-size: 1rem;
}
.card-button .card-body span {
  font-family: "NekstRegular";
  font-size: 0.9em;
  color: #7E7E7E;
}

.horizontal-card {
  border: none;
}
.horizontal-card img {
  border-radius: 0px;
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.horizontal-card .card-body {
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .horizontal-card .card-body {
    padding: 0 1rem;
  }
}
.horizontal-card .card-body .card-title {
  font-size: 1.125rem;
  font-family: "Nekstmedium";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 992px) {
  .horizontal-card .card-body .card-title {
    font-size: 1.375rem;
  }
}
.horizontal-card .card-body .card-title {
  font-size: 1rem;
}

.iframeCard .ratio::after {
  position: absolute;
  content: "\f04b";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.125rem;
  transition: 0.4s ease;
}
.iframeCard img {
  object-fit: cover;
}
.iframeCard:hover .ratio::after {
  position: absolute;
  content: "\f04b";
  background-color: rgba(0, 0, 0, 0.5);
  color: #F8CC66;
}

.HorizontalBlock {
  padding: 20px 0 0;
}
.HorizontalBlock h2 {
  font-family: "NekstBold";
  margin-bottom: 1rem;
}
.HorizontalBlock .card {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .HorizontalBlock .card img {
    width: 100%;
  }
}
.HorizontalBlock .card .card-body {
  height: 100%;
}
.HorizontalBlock .card .card-body.bgCardOrange {
  background-color: #F6533F;
  color: #fff;
}
.HorizontalBlock .card .card-body.bgCardTurquoise {
  background-color: #28D0DC;
  color: #000;
}
.HorizontalBlock .card .card-body.bgCardblue {
  background-color: #19338F;
  color: #fff;
}
.HorizontalBlock .card .card-body.bgCardYellow {
  background-color: #FAE268;
  color: #000;
}
.HorizontalBlock .card .card-body.bgCardPeachPuff {
  background-color: #F5A99F;
  color: #000;
}
.HorizontalBlock .card .card-body.bgCardTurquoise {
  background-color: #28D0DC;
  color: #000;
}
.HorizontalBlock .card .card-body .card-text {
  height: 140px;
  overflow: hidden;
}

@media screen and (min-height: 500px) {
  .contentMenu2 {
    height: calc(80vh - 120px);
  }
}
@media screen and (min-height: 700px) {
  .contentMenu2 {
    height: 450px;
  }
}
.contentMenu2 .cardThreeBlock {
  width: calc((100% - 20px) / 4);
  margin-bottom: 15px;
  padding: 0 5px;
}
@media only screen and (min-width: 1400px) {
  .contentMenu2 .cardThreeBlock {
    padding: 0 8px;
  }
}
.contentMenu2 .cardThreeBlock:last-child {
  margin-right: 0;
}
.contentMenu2 .boxAboutText {
  background-color: #19338F;
  padding: 0 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contentMenu2 .boxAboutText p {
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #28D0DC;
  font-family: "NekstBold";
}
.contentMenu2 .boxAboutText .titleMenuContnet p {
  color: #fff !important;
  font-size: 2.5rem;
  font-family: "Nekstsemibold" !important;
}
.contentMenu2 .boxAboutImage {
  height: 100%;
  position: relative;
}
.contentMenu2 .boxAboutImage p {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5490196078));
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  font-family: "Nekstsemibold";
  font-size: 1.2rem;
  overflow: hidden;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) {
  .contentMenu2 .boxAboutImage p {
    font-size: 1.375rem;
  }
}
.contentMenu2 .boxAboutImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contentMenu2 .boxAboutImage .overlayImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2784313725);
}

.contentMenu4 .cardIamgeMenu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.contentMenu4 .cardIamgeMenu .CIMblock {
  width: calc((100% - 20px) / 3);
  padding: 0 8px;
  padding-bottom: 10px;
  height: 8.75rem;
}
@media screen and (min-height: 700px) {
  .contentMenu4 .cardIamgeMenu .CIMblock {
    height: 10rem;
  }
}
@media only screen and (min-width: 1400px) {
  .contentMenu4 .cardIamgeMenu .CIMblock {
    height: 11.25rem;
  }
}
.contentMenu4 .cardIamgeMenu .CIMblock img {
  transition: 1s ease-in-out;
}
.contentMenu4 .cardIamgeMenu .CIMblock:hover img {
  transform: scale(1.2);
}
.contentMenu4 .boxAboutText {
  background-color: #F8CC66;
  padding: 20px 21.5%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contentMenu4 .boxAboutText .megaMenuTitle {
  color: #000;
}
.contentMenu4 .boxAboutText p {
  color: #000;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "NekstBold";
}
.contentMenu4 .boxAboutText p:nth-child(4) {
  color: #19338F;
  margin-top: 1.1rem;
}
.contentMenu4 .boxAboutText p span {
  display: block;
}
.contentMenu4 .boxAboutImage {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contentMenu4 .boxAboutImage p {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5490196078));
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  overflow: hidden;
  z-index: 2;
}
.contentMenu4 .boxAboutImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contentMenu4 .boxAboutImage .overlayImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2784313725);
  z-index: 1;
}

.contentMenu6 .cardIamgeMenu .Infoblock {
  width: calc((100% - 20px) / 4);
  padding: 0 5px;
  height: 9.375rem;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) {
  .contentMenu6 .cardIamgeMenu .Infoblock {
    height: 12.125rem;
  }
}
.contentMenu6 .cardIamgeMenu .Infoblock:nth-child(1) {
  padding-bottom: 10px;
}
.contentMenu6 .cardIamgeMenu .Infoblock:nth-child(2) {
  padding-bottom: 10px;
}
.contentMenu6 .cardIamgeMenu .Infoblock:nth-child(3) {
  padding-bottom: 10px;
}
.contentMenu6 .cardIamgeMenu .Infoblock:nth-child(4) {
  padding-bottom: 10px;
}
.contentMenu6 .boxAboutText {
  background-color: #F6533F;
  padding: 20%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contentMenu6 .boxAboutText p {
  color: #fae168;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "NekstBold";
}
.contentMenu6 .boxAboutImage {
  height: 100%;
  position: relative;
}
.contentMenu6 .boxAboutImage p {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5490196078));
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  overflow: hidden;
  text-transform: uppercase;
}
.contentMenu6 .boxAboutImage .p-Horizontal {
  height: 20%;
}
.contentMenu6 .boxAboutImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contentMenu6 .boxAboutImage .overlayImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2784313725);
}

.contentMenu5 .contentMenu5-wrapper {
  overflow: auto;
  height: 100%;
}
.contentMenu5 .leftMenuBlock {
  height: auto;
}
.contentMenu5 .WhatsOnBlock {
  width: 100%;
}
.contentMenu5 .WhatsOnBlock .cardIamgeMenu {
  width: 100%;
}
.contentMenu5 .WhatsOnBlock.top .Infoblock {
  width: calc((100% - 20px) / 2);
  padding: 0 8px;
  height: 15.625rem;
}
@media only screen and (min-width: 1400px) {
  .contentMenu5 .WhatsOnBlock.top .Infoblock {
    height: 25rem;
    margin-bottom:1rem;
  }
}
@media screen and (min-height: 700px) {
  .contentMenu5 .WhatsOnBlock.top .Infoblock {
    height: 25rem;
  }
}
.contentMenu5 .WhatsOnBlock.bottom .Infoblock {
  width: calc((100% - 20px) / 2);
  height: 150px;
}
@media screen and (min-height: 700px) {
  .contentMenu5 .WhatsOnBlock.bottom .Infoblock {
    height: 193px;
  }
}
.contentMenu5 .boxAboutText.danger .titleMenuContnet p {
  color: #fae168;
}
.contentMenu5 .boxAboutText {
  background-color: #19338F;
  padding: 20px 20%;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #28D0DC;
}
@media screen and (min-height: 700px) {
  .contentMenu5 .boxAboutText {
    padding: 10%;
  }
}
.contentMenu5 .boxAboutText.NewsAbout {
  background-color: #FCF2E0;
}
.contentMenu5 .boxAboutText.NewsAbout p {
  color: #000;
}
.contentMenu5 .boxAboutText.NewsAbout a {
  color: #000 !important;
}
.contentMenu5 .boxAboutText p {
  color: #28D0DC;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "NekstBold";
}
.contentMenu5 .boxAboutText a {
  display: block;
  color: #fff !important;
  margin: 30px 0;
  font-size: 1rem;
}
.contentMenu5 .boxAboutText a::after {
  content: "";
  background-color: transparent !important;
}
.contentMenu5 .boxAboutText.warning {
  background-color: #F8CC66;
}
.contentMenu5 .boxAboutText.warning .megaMenuTitle {
  color: #19338F;
}
@media screen and (min-height: 700px) {
  .contentMenu5 .boxAboutText.warning {
    padding: 4% 8%;
  }
}
.contentMenu5 .NewsAbout {
  padding: 10px;
}
.contentMenu5 .boxAboutImage {
  height: 100%;
  position: relative;
}
.contentMenu5 .boxAboutImage .TextWhatsOn {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.93));
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .contentMenu5 .boxAboutImage .TextWhatsOn {
    padding: 20px 10px;
  }
}
.contentMenu5 .boxAboutImage .TextWhatsOn p {
  /*   &:last-child {
      font-family: $Regular-font;
      font-size: .7rem;
  }*/
}
.contentMenu5 .boxAboutImage .TextWhatsOn p:first-child {
  font-family: "NekstRegular";
  font-size: 1rem;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1400px) {
  .contentMenu5 .boxAboutImage .TextWhatsOn p:first-child {
    line-height: 2;
  }
}
.contentMenu5 .boxAboutImage .TextWhatsOn .WOnReadMore {
  font-family: "NekstRegular";
  font-size: 0.8rem;
  color: #fff;
  display: block;
  background-color: transparent;
  position: static;
}
.contentMenu5 .boxAboutImage .p-Horizontal {
  height: 15%;
}
.contentMenu5 .boxAboutImage img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.contentMenu5 .boxAboutImage .overlayImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2784313725);
}
.contentMenu5 .boxAboutImage .dateEvents {
  background-color: #F8CC66;
  color: #19338F;
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  flex-direction: column;
  padding: 5px 0.9375rem;
  font-family: "NekstBold";
  text-align: center;
  font-size: 2.1875rem;
  line-height: 1.5;
}
.contentMenu5 .boxAboutImage .dateEvents span {
  font-family: "Nekstmedium";
  font-size: 1rem;
}

@media screen and (min-height: 500px) {
  .contentMenu3 {
    height: calc(80vh - 120px);
  }
}
@media screen and (min-height: 700px) {
  .contentMenu3 {
    height: 450px;
  }
}
.contentMenu3 .cardIamgeMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock {
  width: 100%;
  padding: 0 5px;
  height: 100%;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock .btnLink {
  background-color: #00309F;
  width: 160px;
  padding: 15px;
  border-radius: 0;
  color: #28D0DC;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  transition: 0.4s ease;
  font-size: 0.875rem;
  margin-top: 10px;
  line-height: 1;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock .btnLink:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock:nth-child(3) {
  padding-top: 10px;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock:nth-child(4) {
  padding-top: 10px;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock .TheNilelist {
  display: none;
  list-style: disc;
  list-style-position: inside;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper .WhereGoblock .TheNilelist li {
  /*width: 49%;*/
  font-family: "Nekstmedium";
  height: 25px;
  margin-right: 10px;
  padding-left: 0px;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper:nth-child(1) {
  padding-left: 0;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper:nth-child(2) .btnLink {
  background-color: #F6533F;
  color: #fae168;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper:nth-child(3) .btnLink {
  background-color: #28D0DC;
  color: #19338F;
}
.contentMenu3 .cardIamgeMenu .WhereGoWrapper:nth-child(4) .btnLink {
  background-color: #fae168;
  color: #F6533F;
}
.contentMenu3 .boxAboutText {
  background-color: #30AFBF;
  padding: 20px 21.5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentMenu3 .boxAboutText .megaMenuTitle {
  color: #19338F;
}
.contentMenu3 .boxAboutText p {
  color: #fae168;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "NekstBold";
}
.contentMenu3 .boxAboutText p:nth-child(4) {
  color: #19338F;
  margin-top: 1.1rem;
}
.contentMenu3 .boxAboutText p span {
  display: block;
}
.contentMenu3 .boxAboutImage {
  height: 100%;
  position: relative;
}
.contentMenu3 .boxAboutImage .contentTheNile {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 10px;
  color: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.contentMenu3 .boxAboutImage .contentTheNile p {
  font-family: "Nekstsemibold";
  font-size: 1.2rem;
  text-transform: uppercase;
}
.contentMenu3 .boxAboutImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contentMenu3 .boxAboutImage .overlayImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2784313725);
}

.FunFacts {
  padding: 20px 0;
}
.FunFacts .titleFunFacts {
  font-family: "NekstBold";
}
.FunFacts .boxFunFacts {
  padding: 20px;
  min-height: 250px;
  height: 100%;
}
.FunFacts .boxFunFacts.bgMain {
  background-color: #fef5e0;
}
.FunFacts .boxFunFacts.bgsecondColor {
  background-color: #e0e6fa;
}
.FunFacts .boxFunFacts.bgCardOrange {
  background-color: #feecea;
}
.FunFacts .boxFunFacts.bgMediumTurquoise {
  background-color: #def4f7;
}
.FunFacts .boxFunFacts p {
  font-family: "NekstRegular";
}
.FunFacts .boxFunFacts .p-titleFun {
  font-size: 1rem;
  font-family: "Nekstmedium";
}
.FunFacts .boxFunFacts .p-NumFun {
  font-size: 1.1rem;
  font-family: "Nekstsemibold";
}
.FunFacts .boxFunFacts .p-Desc {
  font-size: 1rem;
  font-family: "Nekstmedium";
}
.FunFacts .ReadMoreFunFacts {
  color: #19338F;
  text-align: start;
  display: block;
  margin: 20px 0;
  text-decoration: underline;
  font-family: "NekstRegular";
  font-size: 1.1rem;
}

.contentCardBlock h2 {
  color: #000;
  font-family: "NekstBold";
  font-size: 2rem;
}
.contentCardBlock .cardbody .titlecard {
  color: #19338F;
  font-family: "Nekstsemibold";
  margin: 1rem 0;
}
.contentCardBlock .cardbody .p-descCard {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  color: #000;
  height: 90px;
  overflow: hidden;
}

.cardImgBlock img {
  width: 100%;
  height: 365px !important;
  object-fit: cover;
}

.SliderWhatYouNeedtoSee {
  position: relative;
}
.SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-next {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  right: 3% !important;
}
.SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-next .swiperIcon {
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 50, 153, 0.1490196078);
}
.SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-next .swiperIcon:hover {
  background-color: #003399;
  color: #fff;
}
.SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-prev {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  left: 3% !important;
}
.SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-prev .swiperIcon {
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 50, 153, 0.1490196078);
}
.SliderWhatYouNeedtoSee .swiper-WhatYouNeedtoSee-prev .swiperIcon:hover {
  background-color: #003399;
  color: #fff;
}
.contentMenu3 .boxWhereText {
  padding-inline-start: 20%;
  height: 100vh;
  background-color: #FBF0D3;
}
.contentMenu3 .boxWhereText p {
  padding: 20px 0;
  font-family: "Nekstsemibold";
}
.contentMenu3 .boxWhereText .card {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  border: none;
}
.contentMenu3 .boxWhereText .card:hover {
  color: #fff;
}
.contentMenu3 .boxWhereText .card:hover.bgBlue {
  background-color: #00309F;
}
.contentMenu3 .boxWhereText .card:hover.bgCardOrange {
  background-color: #F6533F;
}
.contentMenu3 .boxWhereText .card:hover.bgTurquoise {
  background-color: #00CFCE;
}
.contentMenu3 .boxWhereText .card:hover.bgGold {
  background-color: #FFCB4F;
}
.contentMenu3 .boxWhereText .card .card-body {
  display: flex;
  align-items: center;
}
.contentMenu3 .boxWhereText .card .card-body .contentRegion {
  width: 90%;
}
.contentMenu3 .boxWhereText .card .card-body .contentRegion .card-title {
  font-family: "Nekstsemibold";
}
.contentMenu3 .boxWhereText .card .card-body .contentRegion .TheNilelist {
  display: flex;
  flex-wrap: wrap;
}
.contentMenu3 .boxWhereText .card .card-body .contentRegion .TheNilelist li {
  margin-inline-end: 10px;
  font-family: "Nekstmedium";
}
.contentMenu3 .boxWhereText .card .card-body .arrowGo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 27px;
  display: none;
}
.contentMenu3 .boxWhereText .card img {
  padding: 10px;
}

.banner img {
  object-fit: cover;
}
.banner.large {
  --bs-aspect-ratio: 50%;
}
@media only screen and (min-width: 576px) {
  .banner.large {
    --bs-aspect-ratio: 40%;
  }
}
.banner.small {
  --bs-aspect-ratio: 40%;
}
@media only screen and (min-width: 576px) {
  .banner.small {
    --bs-aspect-ratio: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.small {
    --bs-aspect-ratio: 31%;
  }
}
.banner.overlay {
  position: relative;
}
.banner.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.38);
}

.bannerWrapper {
  position: relative;
}
.bannerWrapper .overlayActiveTitle {
  font-size: 2.1875rem;
  font-family: "NekstBold";
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .bannerWrapper .overlayActiveTitle {
    font-size: 3.125rem;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .bannerWrapper .overlayActiveTitle {
    font-size: 4.6875rem;
    bottom: 70px;
  }
}

.blockGalleryImage {
  padding: 30px 0;
  position: relative;
}
.blockGalleryImage .paddingBlock {
  padding: 0.2rem;
}
.blockGalleryImage .cardImg {
  height: 50%;
}
.blockGalleryImage .cardImg img {
  max-height: 370px;
}
.blockGalleryImage .cardOneImg {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 740px;
}
.blockGalleryImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blockGalleryImage .BlockTwoImg {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  height: calc(50% - 0.3rem);
}
.blockGalleryImage .BlockTwoImg .cardTwoImg {
  width: 50%;
}
.blockGalleryImage .BlockTwoImg .cardTwoImg:first-child {
  padding-right: 0.2rem;
}
.blockGalleryImage .BlockTwoImg .cardTwoImg:last-child {
  padding-left: 0.2rem;
}
.blockGalleryImage .BlockTwoImg .cardTwoImg img {
  height: 100%;
  max-height: 365px;
}

.pagination .page-item {
  margin: 0 7.5px;
}
.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
.pagination .page-link {
  color: #000;
  font-size: 1rem;
  font-family: "Nekstmedium";
  border-color: #7E7E7E;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-link:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

/* UpcomingEvents */
.UpcomingEvents {
  background-image: url(../images/event-party.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 300px;
  flex-direction: column;
}
.UpcomingEvents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2117647059);
  width: 100%;
  height: 100%;
}
.UpcomingEvents .sliderEvents {
  margin-top: 200px;
  position: relative;
  width: 100%;
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents {
  z-index: 99999;
  position: relative;
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll h2 a {
  font-family: "NekstBold";
  color: #fff;
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll p {
  color: #000;
  font-family: "NekstRegular";
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll .ShowAll {
  color: #7E7E7E;
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll .ShowAll a {
  color: #fff;
  font-family: "NekstRegular";
}
.UpcomingEvents .sliderEvents .contentUpcomingEvents .titleSection-ShowAll .ShowAll span {
  border-bottom: 1px solid #fff;
  margin: 0 10px;
  display: inline-block;
  font-family: "Nekstsemibold";
}
.UpcomingEvents .sliderEvents .cardSliderEvents {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.0705882353);
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .imgCard img {
  padding: 10px;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .imgCard .dateEvents {
  background-color: #003399;
  color: turquoise;
  position: absolute;
  top: -1px;
  left: 20px;
  width: 40px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  font-family: "Nekstblack";
  height: auto;
  padding: 8px 0;
  line-height: 1.5;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .imgCard .dateEvents span {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  line-height: 0.8;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body {
  text-align: start;
  padding: 10px;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history {
  padding: 5px 15px;
  width: fit-content;
  font-family: "Nekstmedium";
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.HISTORY {
  background-color: #2AAEC8;
  color: #003399;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.OTHER {
  background-color: #1A3393;
  color: #FF543F;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.MUSICAL {
  background-color: #F5A99F;
  color: #30AFBF;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.SPORT {
  background-color: #F3E168;
  color: red;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.ART {
  background-color: #1A3393;
  color: #fff;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.ENVIRONMENT {
  background-color: #F5A99F;
  color: red;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-history.FESTIVAL {
  background-color: #FF543F;
  color: yellow;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-date {
  font-family: "Nekstmedium";
  font-size: 0.8em;
  color: #7E7E7E;
  margin: 6px 0;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .card-title {
  font-family: "Nekstmedium";
  font-size: 1.1rem;
  height: 62px;
  overflow: hidden;
  margin-bottom: 0;
}
.UpcomingEvents .sliderEvents .cardSliderEvents .card-body .p-location {
  font-family: "Nekstmedium";
  font-size: 0.8rem;
}
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-next {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  right: 3% !important;
}
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-next .swiperIcon {
  transition: all 0.5s ease-in-out;
}
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-next .swiperIcon:hover {
  background-color: #1182C6;
  color: #fff;
}
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-prev {
  height: calc(100% - 80px);
  top: 0;
  margin-top: 0;
  width: auto;
  left: 3% !important;
}
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-prev .swiperIcon {
  transition: all 0.5s ease-in-out;
}
.UpcomingEvents .sliderEvents .swiper-SwiperSliderEvents-prev .swiperIcon:hover {
  background-color: #1182C6;
  color: #fff;
}
.SectionCity .contentCity .bgcontentCity {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  background-color: #FBF0D3;
  width: 100%;
}
.SectionCity .contentCity .breadcrumb-item {
  font-family: "NekstBold";
}
.SectionCity .contentCity .titleCity h2 {
  font-family: "NekstBold";
  margin-bottom: 1rem;
}
.SectionCity .contentCity .titleCity .p-textCity {
  font-family: "NekstRegular";
  margin-bottom: 1rem;
}
.SectionCity .contentCity .titleCity .p-desc {
  font-family: "NekstRegular";
  margin-bottom: 1rem;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .SectionCity .contentCity .titleCity .p-desc {
    width: 100%;
  }
}
.SectionCity .contentCity .titleCity .btnReadMore {
  font-family: "NekstBold";
  color: #19338F;
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
}
.SectionCity .contentCity .BlockCityImage {
  padding: 30px 0;
  margin-top: -100px;
  position: relative;
}
.SectionCity .contentCity .BlockCityImage .paddingBlock {
  padding: 0.2rem;
}
.SectionCity .contentCity .BlockCityImage .cardImg {
  height: 50%;
}
.SectionCity .contentCity .BlockCityImage .cardImg img {
  max-height: 370px;
}
.SectionCity .contentCity .BlockCityImage .cardOneImg {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 740px;
}
.SectionCity .contentCity .BlockCityImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.SectionCity .contentCity .BlockCityImage .BlockTwoImg {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  height: calc(50% - 0.3rem);
}
.SectionCity .contentCity .BlockCityImage .BlockTwoImg .cardTwoImg {
  width: 50%;
}
.SectionCity .contentCity .BlockCityImage .BlockTwoImg .cardTwoImg:first-child {
  padding-right: 0.2rem;
}
.SectionCity .contentCity .BlockCityImage .BlockTwoImg .cardTwoImg:last-child {
  padding-left: 0.2rem;
}
.SectionCity .contentCity .BlockCityImage .BlockTwoImg .cardTwoImg img {
  height: 100%;
  max-height: 365px;
}
.SectionCity .contentCity .cityContentPref {
  text-align: justify;
}
.SectionCity .contentCity .cityContentPref p {
  margin: 15px 0;
  line-height: 2;
  display: none;
}
.SectionCity .contentCity .cityContentPref p:nth-child(1) {
  display: block;
}
.SectionCity .contentCity .cityContentPref.cityContentFullPref {
  -webkit-line-clamp: 400;
}
.SectionCity .contentCity .cityContentPref.cityContentFullPref p {
  display: block;
}
.SectionCity .contentCity .cityContentPrefBtn {
  font-family: nekstbold;
  color: #19338f;
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
}

.ThreeBlockAbout {
  position: relative;
  padding: 70px 20px 20px;
}
.ThreeBlockAbout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FBF0D3;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.ThreeBlockAbout .row {
  width: 70%;
  margin: auto;
}
.ThreeBlockAbout .cardThreeBlock {
  border: none;
}
.ThreeBlockAbout .cardThreeBlock img {
  border-radius: 0;
  object-fit: cover;
}
.ThreeBlockAbout .cardThreeBlock .card-body {
  color: #fff;
}
.ThreeBlockAbout .cardThreeBlock .card-body .card-title {
  font-family: "Nekstsemibold";
  font-size: 1rem;
}
.ThreeBlockAbout .cardThreeBlock .card-body.bgBlue {
  background-color: #00309F;
}
.ThreeBlockAbout .cardThreeBlock .card-body.bgOrange {
  background-color: #FF543F;
}
.ThreeBlockAbout .cardThreeBlock .card-body.bgTurquoise {
  background-color: #00CFCE;
}
.ThreeBlockAbout .cardThreeBlock .card-body .card-text {
  height: 120px;
  overflow: hidden;
  font-family: "Nekstmedium";
  font-size: 0.7rem;
  line-height: 2;
}

.SectionFAQ .contentFAQ {
  padding-top: 30px;
}
.SectionFAQ .contentFAQ .breadcrumb-item {
  font-family: "NekstBold";
}
.SectionFAQ .contentFAQ .accordion {
  margin-bottom: 2rem;
}
.SectionFAQ .contentFAQ .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #DBDBDB;
}
.SectionFAQ .contentFAQ .accordion .accordion-item:last-child {
  border-bottom: 0;
}
.SectionFAQ .contentFAQ .accordion .accordion-item button {
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  padding: 1.6rem 1.25rem;
}
.SectionFAQ .contentFAQ .accordion .accordion-item button:not(.collapsed) {
  background-color: transparent;
  color: #19338F;
}
.SectionFAQ .contentFAQ .accordion .accordion-item .accordion-body {
  font-family: "NekstRegular";
  font-size: 0.9rem;
}

.SectionDesertsOases .imgSectionDOases img {
  width: 100%;
  /*height: 400px;*/
}
.SectionDesertsOases .contentDesertsOases .bgcontentDesertsOases {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  background-color: #FBF0D3;
  width: 100%;
  z-index: 1;
}
.SectionDesertsOases .contentDesertsOases .bgcontentContainer {
  position: relative;
  z-index: 2;
}
.SectionDesertsOases .contentDesertsOases .cardImgBlock img {
  object-fit: cover;
}
.SectionDesertsOases .contentDesertsOases .breadcrumb-item {
  font-family: "NekstBold";
}
.SectionDesertsOases .contentDesertsOases .titleCity h2 {
  font-family: "NekstBold";
  margin-bottom: 1rem;
}
.SectionDesertsOases .contentDesertsOases .titleCity .p-textCity {
  font-family: "NekstRegular";
  margin-bottom: 1rem;
}
.SectionDesertsOases .contentDesertsOases .titleCity .p-desc {
  font-family: "NekstRegular";
  margin-bottom: 1rem;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .SectionDesertsOases .contentDesertsOases .titleCity .p-desc {
    width: 100%;
  }
}
.SectionDesertsOases .contentDesertsOases .titleCity .btnReadMore {
  font-family: "NekstBold";
  color: #19338F;
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage {
  padding: 30px 0;
  margin-top: -100px;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .paddingBlock {
  padding: 0.2rem;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .cardImg {
  height: 50%;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .cardImg img {
  height: 100%;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .BlockTwoImg {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  height: calc(50% - 0.3rem);
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .BlockTwoImg .cardTwoImg:first-child {
  padding-right: 0.13rem;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .BlockTwoImg .cardTwoImg:last-child {
  padding-left: 0.13rem;
}
.SectionDesertsOases .contentDesertsOases .BlockCityImage .BlockTwoImg .cardTwoImg img {
  height: 100%;
}
.SectionDesertsOases .contentDesertsOases .cordBlock {
  transition: all 0.6s ease-in-out;
}
.SectionDesertsOases .contentDesertsOases .cordBlock:hover {
  background-color: #F8CC66;
}
.SectionDesertsOases .contentDesertsOases .cordBlock:hover .LearnMore {
  background-color: #fae168;
  color: #FF543F;
}
.SectionDesertsOases .contentDesertsOases .cordBlock .contentRegion {
  height: 108px;
  overflow: hidden;
}
.SectionDesertsOases .contentDesertsOases .cordBlock .fullcontentRegion {
  height: auto;
}
.SectionDesertsOases .contentDesertsOases .cordBlock .cardbody .titlecard {
  font-family: "Nekstsemibold";
  margin: 1rem 0;
}
.SectionDesertsOases .contentDesertsOases .cordBlock .cardbody .p-descCard {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  color: #000;
  overflow: hidden;
}
.SectionDesertsOases .contentDesertsOases .cordBlock .cardbody p {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  color: #000;
  overflow: hidden;
  margin: 15px 0;
  line-height: 2;
}
.SectionDesertsOases .contentDesertsOases .cordBlock .LearnMore {
  border: 1px solid #000;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px 0;
  font-family: "NekstRegular";
}

.sectionSearch {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sectionSearch {
    padding: 20px 10px;
  }
}
.sectionSearch .p-Result {
  color: #727272;
  font-family: "Nekstlight";
  font-size: 1rem;
}
.sectionSearch .title-Result {
  color: #000;
  font-family: "NekstRegular";
  font-size: 2rem;
  padding: 10px 0;
}
.sectionSearch .btnInput {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sectionSearch .btnInput {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.sectionSearch .btnInput .blockInput {
  position: relative;
  width: 89%;
}
@media screen and (max-width: 768px) {
  .sectionSearch .btnInput .blockInput {
    width: 100%;
    height: 60px;
    margin-bottom: 1rem;
  }
}
.sectionSearch .btnInput .blockInput input {
  height: 100%;
  padding: 0 50px;
  border-radius: 0;
}
.sectionSearch .btnInput .blockInput i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 20px;
  color: #19338F;
}
.sectionSearch .btnInput .BlockBtn {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .sectionSearch .btnInput .BlockBtn {
    width: 100%;
  }
}
.sectionSearch .btnInput .BlockBtn .btn-Search {
  background-color: #19338F;
  color: #fff;
  padding: 1rem;
  width: 100%;
  border-radius: 0;
}
.sectionSearch .ResultSearch {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sectionSearch .ResultSearch .row {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.sectionSearch .ResultSearch .textResult {
  color: #000;
  font-family: "NekstBold";
  font-size: 1.5rem;
  padding: 20px 0;
}
.sectionSearch .ResultSearch .BlockCityImage {
  padding: 30px 0;
}
.sectionSearch .ResultSearch .BlockCityImage .paddingBlock {
  padding: 0.2rem;
}
.sectionSearch .ResultSearch .BlockCityImage .cardImg {
  height: 50%;
}
.sectionSearch .ResultSearch .BlockCityImage .cardImg img {
  height: 100%;
}
.sectionSearch .ResultSearch .BlockCityImage .BlockTwoImg {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  height: calc(50% - 0.3rem);
}
.sectionSearch .ResultSearch .BlockCityImage .BlockTwoImg .cardTwoImg:first-child {
  padding-right: 0.13rem;
}
.sectionSearch .ResultSearch .BlockCityImage .BlockTwoImg .cardTwoImg:last-child {
  padding-left: 0.13rem;
}
.sectionSearch .ResultSearch .BlockCityImage .BlockTwoImg .cardTwoImg img {
  height: 100%;
}
.sectionSearch .ResultSearch .cordBlock {
  transition: all 0.6s ease-in-out;
}
.sectionSearch .ResultSearch .cordBlock:hover {
  background-color: #F8CC66;
}
.sectionSearch .ResultSearch .cordBlock:hover .LearnMore {
  background-color: #000;
  color: #fff;
}
.sectionSearch .ResultSearch .cordBlock .cardbody .titlecard {
  font-family: "Nekstsemibold";
  margin: 1rem 0;
}
.sectionSearch .ResultSearch .cordBlock .cardbody .p-descCard {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  color: #000;
  height: 90px;
  overflow: hidden;
}
.sectionSearch .ResultSearch .cordBlock .LearnMore {
  border: 1px solid #000;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px 0;
  font-family: "NekstRegular";
}
.sectionSearch .searchBlockItem:nth-child(n+4) {
  display: none;
}
.sectionSearch .BlockEvents {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 20px;
}
.sectionSearch .BlockEvents .textEvents {
  olor: #000;
  font-family: "NekstBold";
  font-size: 1.5rem;
  padding: 20px 0;
}
.sectionSearch .BlockEvents .cardSliderEvents {
  width: 100%;
  background-color: transparent;
  margin-bottom: 30px;
  border: none;
}
.sectionSearch .BlockEvents .cardSliderEvents .imgCard img {
  padding: 0;
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.sectionSearch .BlockEvents .cardSliderEvents .imgCard .dateEvents {
  background-color: #003399;
  color: #FFCC66;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  font-family: "Nekstblack";
  text-align: center;
}
.sectionSearch .BlockEvents .cardSliderEvents .imgCard .dateEvents span {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body {
  text-align: start;
  padding: 10px 0;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate .p-history {
  padding: 5px 15px;
  width: fit-content;
  font-family: "Nekstmedium";
  font-size: 0.8rem;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-history {
  background-color: #2AAEC8;
  color: #F3E168;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-history2 {
  background-color: #1A3393;
  color: #FF543F;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-MUSICAL {
  background-color: #F5A99F;
  color: #30AFBF;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-SPORT {
  background-color: #F3E168;
  color: #4BB964;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .divTagsDate .p-date {
  font-family: "Nekstmedium";
  font-size: 0.8em;
  color: #7E7E7E;
  margin: 0 10px;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .card-title {
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  height: 45px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.sectionSearch .BlockEvents .cardSliderEvents .card-body .p-location {
  font-family: "Nekstmedium";
  font-size: 0.8rem;
}
.sectionSearch .BlogNews .textResult {
  color: #000;
  font-family: "NekstBold";
  font-size: 1.5rem;
  padding: 20px 0;
}
.sectionSearch .BlogNews .BlockCityImage {
  padding: 30px 0;
}
.sectionSearch .BlogNews .BlockCityImage .paddingBlock {
  padding: 0.2rem;
}
.sectionSearch .BlogNews .BlockCityImage .cardImg {
  height: 50%;
}
.sectionSearch .BlogNews .BlockCityImage .cardImg img {
  height: 100%;
}
.sectionSearch .BlogNews .BlockCityImage .BlockTwoImg {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  height: calc(50% - 0.3rem);
}
.sectionSearch .BlogNews .BlockCityImage .BlockTwoImg .cardTwoImg:first-child {
  padding-right: 0.13rem;
}
.sectionSearch .BlogNews .BlockCityImage .BlockTwoImg .cardTwoImg:last-child {
  padding-left: 0.13rem;
}
.sectionSearch .BlogNews .BlockCityImage .BlockTwoImg .cardTwoImg img {
  height: 100%;
}
.sectionSearch .BlogNews .cordBlock {
  transition: all 0.6s ease-in-out;
}
.sectionSearch .BlogNews .cordBlock:hover {
  background-color: #F8CC66;
}
.sectionSearch .BlogNews .cordBlock:hover .LearnMore {
  background-color: #000;
  color: #fff;
}
.sectionSearch .BlogNews .cordBlock .cardbody .titlecard {
  font-family: "Nekstsemibold";
  margin: 1rem 0;
}
.sectionSearch .BlogNews .cordBlock .cardbody .p-descCard {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
  color: #000;
  height: 90px;
  overflow: hidden;
}
.sectionSearch .BlogNews .cordBlock .LearnMore {
  border: 1px solid #000;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px 0;
  font-family: "NekstRegular";
}

.EventList .bgcontentCity {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  background-color: #FBF0D3;
  width: 100%;
}
.EventList .bgcontentCity .breadcrumb-item {
  font-family: "NekstBold";
}
.EventList .bgcontentCity .title-EventList {
  color: #000;
  font-family: "NekstBold";
  font-size: 2rem;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .EventList .bgcontentCity .BlockFilter .divSelect {
    margin-bottom: 1rem;
  }
}
.EventList .bgcontentCity .BlockFilter .BlockBtn {
  width: 100%;
}
.EventList .bgcontentCity .BlockFilter .BlockBtn .btn-Search {
  background-color: #19338F;
  color: #fff;
  padding: 1rem;
  width: 100%;
  border-radius: 0;
}
.EventList .bgcontentCity .BlockFilter .selectBlock {
  height: 100%;
  background-color: #FBF0D3;
  border-radius: 0;
  border: 1px solid #909090;
  font-family: "NekstRegular";
}
.EventList .bgcontentCity .BlockFilter .Inputdatepicker {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
}
.EventList .bgcontentCity .BlockFilter .Inputdatepicker::placeholder {
  color: #000;
}
.EventList .contentEventList {
  margin-top: -50px;
}
.EventList .contentEventList .cordBlock {
  transition: all 0.6s ease-in-out;
  z-index: 9;
  margin-bottom: 1rem;
}
.EventList .contentEventList .cordBlock:hover {
  background-color: #F8CC66;
}
.EventList .contentEventList .cordBlock .cardSliderEvents {
  width: 100%;
  background-color: transparent;
  margin-bottom: 30px;
  border: none;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .imgCard img {
  padding: 0;
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .imgCard .dateEvents {
  background-color: #003399;
  color: #FFCC66;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  font-family: "Nekstblack";
  text-align: center;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .imgCard .dateEvents span {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body {
  text-align: start;
  padding: 10px 0;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history {
  padding: 5px 15px;
  width: fit-content;
  font-family: "Nekstmedium";
  font-size: 0.8rem;
  background-color: #19338F;
  color: #fff;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.HISTORY {
  background-color: #2AAEC8;
  color: #F3E168;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.OTHER {
  background-color: #1A3393;
  color: #FF543F;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.MUSICAL {
  background-color: #F5A99F;
  color: #30AFBF;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.SPORT {
  background-color: #F3E168;
  color: red;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.ART {
  background-color: #1A3393;
  color: #fff;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.ENVIRONMENT {
  background-color: #F5A99F;
  color: red;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-history.FESTIVAL {
  background-color: #FF543F;
  color: yellow;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .divTagsDate .p-date {
  font-family: "Nekstmedium";
  font-size: 0.8em;
  color: #7E7E7E;
  margin: 0 10px;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .card-title {
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  height: 45px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.EventList .contentEventList .cordBlock .cardSliderEvents .card-body .p-location {
  font-family: "Nekstmedium";
  font-size: 0.8rem;
}

.sectionEvent {
  padding: 30px 0;
}
.sectionEvent .contentEvent {
  position: relative;
}
.sectionEvent .contentEvent .headerEvent {
  background-color: #EBEFF7;
  padding: 20px;
}
.sectionEvent .contentEvent .headerEvent .dateEvents {
  background-color: #003399;
  color: #FFCC66;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  font-family: "Nekstblack";
  text-align: center;
}
.sectionEvent .contentEvent .headerEvent .dateEvents span {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
}
.sectionEvent .contentEvent .headerEvent h2 {
  font-family: "NekstRegular";
  font-size: 3rem;
  width: 80%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .sectionEvent .contentEvent .headerEvent h2 {
    width: 100%;
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.sectionEvent .contentEvent .headerEvent .divTagsDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.sectionEvent .contentEvent .headerEvent .divTagsDate .p-history {
  padding: 5px 15px;
  width: fit-content;
  font-family: "Nekstmedium";
  font-size: 0.8rem;
}
.sectionEvent .contentEvent .headerEvent .divTagsDate .p-history.HISTORY {
  background-color: #2AAEC8;
  color: #F3E168;
}
.sectionEvent .contentEvent .headerEvent .divTagsDate .p-history.OTHER {
  background-color: #1A3393;
  color: #FF543F;
}
.sectionEvent .contentEvent .headerEvent .divTagsDate .p-history.MUSICAL {
  background-color: #F5A99F;
  color: #30AFBF;
}
.sectionEvent .contentEvent .headerEvent .divTagsDate .p-history.SPORT {
  background-color: #F3E168;
  color: #4BB964;
}
.sectionEvent .contentEvent .headerEvent .divTagsDate .p-location {
  font-family: "Nekstmedium";
  font-size: 0.8rem;
  margin: 0 10px;
}
.sectionEvent .contentEvent .headerEvent .divDate {
  display: flex;
  align-items: center;
}
.sectionEvent .contentEvent .headerEvent .divDate .p-textEventDate {
  font-family: "Nekstsemibold";
  font-size: 1rem;
  color: #7E7E7E;
}
.sectionEvent .contentEvent .headerEvent .divDate .p-date {
  font-family: "Nekstmedium";
  font-size: 0.8em;
  color: #000;
  margin: 0 10px;
  text-decoration: underline;
}
.sectionEvent .contentEvent .bodyEvent .imgEvent {
  width: 100%;
  margin-bottom: 2rem;
  object-fit: contain;
}
.sectionEvent .contentEvent .bodyEvent p {
  margin-bottom: 1.2rem;
  font-weight: "Nekstsemibold";
  font-size: 1.2rem;
}
.sectionEvent .contentEvent .bodyEvent p span {
  color: #003399;
  font-weight: "Nekstthin";
  text-decoration: underline;
}
.sectionEvent .contentEvent .BlockCityImage {
  padding: 30px 0;
  position: relative;
}
.sectionEvent .contentEvent .BlockCityImage .paddingBlock {
  padding: 0.2rem;
}
.sectionEvent .contentEvent .BlockCityImage .cardImg {
  height: 50%;
}
.sectionEvent .contentEvent .BlockCityImage .cardImg img {
  max-height: 370px;
}
.sectionEvent .contentEvent .BlockCityImage .cardOneImg {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 740px;
}
.sectionEvent .contentEvent .BlockCityImage img {
  height: 100%;
  width: 100%;
}
.sectionEvent .contentEvent .BlockCityImage .BlockTwoImg {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  height: calc(50% - 0.3rem);
}
.sectionEvent .contentEvent .BlockCityImage .BlockTwoImg .cardTwoImg {
  width: 50%;
}
.sectionEvent .contentEvent .BlockCityImage .BlockTwoImg .cardTwoImg:first-child {
  padding-right: 0.2rem;
}
.sectionEvent .contentEvent .BlockCityImage .BlockTwoImg .cardTwoImg:last-child {
  padding-left: 0.2rem;
}
.sectionEvent .contentEvent .BlockCityImage .BlockTwoImg .cardTwoImg img {
  height: 100%;
  max-height: 365px;
}
.sectionEvent .contentEvent .EventInformation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 30px;
}
.sectionEvent .contentEvent .EventInformation .textEventinfo .p-titleEventInfo {
  font-family: "NekstBold";
  font-size: 2rem;
  margin-bottom: 1rem;
}
.sectionEvent .contentEvent .EventInformation .textEventinfo ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sectionEvent .contentEvent .EventInformation .textEventinfo ul li .p-EILocation {
  font-family: "Nekstsemibold";
  font-size: 1.2rem;
  width: 114px;
}
.sectionEvent .contentEvent .EventInformation .textEventinfo ul li .detailsLocation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 20px;
  font-family: "Nekstsemibold";
  font-size: 1rem;
}
.sectionEvent .contentEvent .EventInformation .textEventinfo ul li .p-datesEvent {
  font-family: "Nekstsemibold";
  font-size: 1.2rem;
  width: 114px;
}
.sectionEvent .contentEvent .EventInformation .textEventinfo ul li .detailsDates {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 20px;
  font-family: "Nekstsemibold";
  font-size: 1rem;
}
.sectionEvent .contentEvent .EventInformation .mapEvent {
  margin-top: 2rem;
}
.sectionEvent .contentEvent .RecommendedEvents {
  padding: 20px 0;
}
.sectionEvent .contentEvent .RecommendedEvents .textEvents {
  olor: #000;
  font-family: "NekstBold";
  font-size: 1.5rem;
  padding: 20px 0;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents {
  width: 100%;
  background-color: transparent;
  margin-bottom: 30px;
  border: none;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .imgCard img {
  padding: 0;
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .imgCard .dateEvents {
  background-color: #003399;
  color: #FFCC66;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  font-family: "Nekstblack";
  text-align: center;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .imgCard .dateEvents span {
  font-family: "Nekstmedium";
  font-size: 0.9rem;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body {
  text-align: start;
  padding: 10px 0;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history {
  padding: 5px 15px;
  width: fit-content;
  font-family: "Nekstmedium";
  font-size: 0.8rem;
  background-color: #19338F;
  color: #fff;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-history {
  background-color: #2AAEC8;
  color: #F3E168;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-history2 {
  background-color: #1A3393;
  color: #FF543F;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-MUSICAL {
  background-color: #F5A99F;
  color: #30AFBF;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.bg-SPORT {
  background-color: #F3E168;
  color: #4BB964;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.HISTORY {
  background-color: #2AAEC8;
  color: #F3E168;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.OTHER {
  background-color: #1A3393;
  color: #FF543F;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.MUSICAL {
  background-color: #F5A99F;
  color: #30AFBF;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.SPORT {
  background-color: #F3E168;
  color: red;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.ART {
  background-color: #1A3393;
  color: #fff;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.ENVIRONMENT {
  background-color: #F5A99F;
  color: red;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-history.FESTIVAL {
  background-color: #FF543F;
  color: yellow;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .divTagsDate .p-date {
  font-family: "Nekstmedium";
  font-size: 0.8em;
  color: #7E7E7E;
  margin: 0 10px;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .card-title {
  font-family: "Nekstsemibold";
  font-size: 1.1rem;
  height: 45px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.sectionEvent .contentEvent .RecommendedEvents .cardSliderEvents .card-body .p-location {
  font-family: "Nekstmedium";
  font-size: 0.8rem;
}

.activitySection {
  position: relative;
}
.activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox a {
  font-family: "NekstBold";
  color: #19338F;
  text-decoration: underline;
}
.activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox a:hover {
  text-decoration: none;
}
.activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox b {
  font-family: "NekstBold";
}
.activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox .overlayActiveTitle {
  font-size: 2.5rem;
  font-family: "NekstBold";
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox .overlayActiveTitle {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox .overlayActiveTitle {
    font-size: 4.25rem;
  }
}
.activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox .overlayActiveContent {
  font-size: 1.125rem;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .activitySection .overlayActivtySection .overlay-wrapper-activitybox .overlayActivtyBox .overlayActiveContent {
    line-height: 38px;
  }
}
.activitySection .activityContent .activityImg {
  --bs-aspect-ratio: 50%;
}
@media only screen and (min-width: 992px) {
  .activitySection .activityContent .activityImg {
    --bs-aspect-ratio: 100%;
  }
}
.activitySection .activityContent .activityImg img {
  object-fit: cover;
}
.activitySection .activityContent .activityBody .p-text,
.activitySection .activityContent .activityBody p {
  line-height: 1.5625rem;
}
@media only screen and (min-width: 1400px) {
  .activitySection .activityContent .activityBody .p-text,
  .activitySection .activityContent .activityBody p {
    line-height: 2.375rem;
  }
}

.attractiveSection p {
  margin-bottom: 1.875rem;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .attractiveSection p {
    margin-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .attractiveSection p {
    font-size: 1.125rem;
  }
}
.attractiveSection a {
  font-family: "NekstBold";
  color: #19338F;
  text-decoration: underline;
}
.attractiveSection a:hover {
  text-decoration: none;
}
.attractiveSection b {
  font-family: "NekstBold";
}

.photoCreditSection {
  position: relative;
  /* clear fix */
  /* ---- .grid-item ---- */
}
.photoCreditSection .photoCreditCard .cardImg {
  position: relative;
  display: block;
}
.photoCreditSection .photoCreditCard .cardImg::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url("../images/Icon-feather-zoom-in.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s ease-in-out;
  opacity: 0;
  background-size: 3.75rem;
}
@media only screen and (min-width: 1400px) {
  .photoCreditSection .photoCreditCard .cardImg::after {
    background-size: 4.625rem;
  }
}
.photoCreditSection .photoCreditCard .cardImg:hover::after {
  opacity: 1;
}
.photoCreditSection .photoCreditCard .cardImg img {
  max-height: 100%;
  object-fit: cover;
}
.photoCreditSection .photoCreditCard .card-body {
  overflow: auto;
  border: 1px solid #7E7E7E;
  text-align: left;
  height: 130px;
  font-size: 14px;
  padding: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .photoCreditSection .photoCreditCard .card-body {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .photoCreditSection .photoCreditCard .card-body {
    padding: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .photoCreditSection .photoCreditCard .card-body {
    height: 194px;
  }
}
@media only screen and (min-width: 1400px) {
  .photoCreditSection .photoCreditCard .card-body {
    padding: 2.1875rem 1.5625rem;
  }
}
.photoCreditSection .photoCreditCard .card-body.bgCardblue {
  background-color: #19338F;
  color: #fff;
}
.photoCreditSection .photoCreditCard .card-body.bgCardOrange {
  background-color: #F6533F;
  color: #fff;
}
.photoCreditSection .photoCreditCard .card-body.bgCardYellow {
  background-color: #F8CC66;
  color: #000;
}
.photoCreditSection .photoCreditCard .card-body.bgMediumTurquoise {
  background-color: #30AFBF;
  color: #fff;
}
.photoCreditSection .photoCreditCard .card-body .card-title {
  font-family: "NekstBold";
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) {
  .photoCreditSection .photoCreditCard .card-body .card-title {
    font-size: 2rem;
  }
}
.photoCreditSection .photoCreditCard .card-body .card-text {
  font-family: "Nekstmedium";
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) {
  .photoCreditSection .photoCreditCard .card-body .card-text {
    font-size: 1.375rem;
  }
}
.photoCreditSection .photoCreditPagination {
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .photoCreditSection .photoCreditPagination {
    bottom: 80px;
  }
}
.photoCreditSection .photoCreditRow:after {
  content: "";
  display: block;
  clear: both;
}
.photoCreditSection .grid-sizer,
.photoCreditSection .photoCreditCard {
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 576px) {
  .photoCreditSection .grid-sizer,
  .photoCreditSection .photoCreditCard {
    width: 48%;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .photoCreditSection .grid-sizer,
  .photoCreditSection .photoCreditCard {
    width: 32%;
  }
}
.photoCreditSection .photoCreditCard {
  float: left;
}
.photoCreditSection .photoCreditCard img {
  display: block;
  max-width: 100%;
}

.WhetherToday {
  background: url("../images/WhetherToday.jpg") #F4F4F4 no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .WhetherToday {
    background-size: 100% 800px;
  }
}
.WhetherToday .card-header {
  background-color: #19338F;
}

.weather-status-image img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .weather-status-image img {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .weather-status-image img {
    width: 180px;
  }
}

.weather-status-deg .big-deg-wrapper {
  position: relative;
}
.weather-status-deg .big-deg,
.weather-status-deg .small-deg {
  font-size: 5.625rem;
  font-weight: bold;
  font-family: sans-serif;
}
@media only screen and (min-width: 576px) {
  .weather-status-deg .big-deg,
  .weather-status-deg .small-deg {
    font-size: 7.5625rem;
  }
}
.weather-status-deg .big-deg::after,
.weather-status-deg .small-deg::after {
  content: "°";
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
.weather-status-deg .big-deg {
  color: #19338F;
}
.weather-status-deg .big-deg::before {
  content: "";
  position: absolute;
  right: 0;
  height: 60%;
  background-color: #383838;
  width: 1px;
  top: 17%;
}
.weather-status-deg .small-deg {
  color: #000;
}
.weather-status-deg.sm-deg .big-deg,
.weather-status-deg.sm-deg .small-deg {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: sans-serif;
}
@media only screen and (min-width: 576px) {
  .weather-status-deg.sm-deg .big-deg,
  .weather-status-deg.sm-deg .small-deg {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .weather-status-deg.sm-deg .big-deg,
  .weather-status-deg.sm-deg .small-deg {
    font-size: 4.375rem;
  }
}

.newAttractionDetails ul {
  list-style: disc;
  padding-left: 1.3rem;
}/*# sourceMappingURL=mian.css.map */