/* @font-face {*/
/*  */
/*  src: url(../Fonts/Greta_Arabic/GretaArabic-Medium.otf) format("opentype");*/
/*}*/
/*@font-face {*/
/*  */
/*  src: url(../Fonts/Greta_Arabic/GretaArabic-Bold.otf) format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "greta-lg";*/
/*  src: url(../Fonts/Greta_Arabic/GretaArabic-Light.otf) format("opentype");*/
/*} */

@font-face {
  font-family: "Greta-medium";
  src: url(../Fonts/Greta_Arabic/GretaArabic-Medium.otf);
}
* {
  font-family: 'Greta-medium';

}


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

.language {
  width: 30px;
}

.carousel-item {
  margin-bottom: 5%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.about img {
  width: 100%;
  height: 277px;
}

.select-visit {
  padding-top: 2%;
  text-align: inherit;
  font-size: 1.25rem;

}

.description-txt {
  font-size: 16px;

  line-height: 23px;
  text-align: justify;
}

.open-hours {
  font-size: 20px;

  color: #E35A00;
  font-weight: 700;
  padding: 30px 0 0 0;
}

.open-hours i {
  color: #E35A00;
  font-size: 24px;
}

.appointments-list {

  font-size: 18px;
  padding: 0 0 0 35px;
  color: #686868;
}

.appointments {

  font-size: 18px;
  padding-left: 1px;
}

.fa-calendar {
  color: #E57200;
  padding: 5px;
}

.bann-img {
  padding: 0;
  overflow: hidden;
}

.egy-ar-ol {
  padding: 0;
  height: 50px;
  background-color: white;
}

.book-tckt-txt {
  text-align: center;
  font-size: 28px;

}

.nav-tabs-navv {
  padding: 0;
  border: none;
  height: 51px;
  background-color: white;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color:  #fcb771; /* Black background color */
  color: #000000; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: absolute; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  bottom: 30%;
  right: 38%;
  font-size: 14px;
}

#snackbar.show {
  visibility: visible;

  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30%; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30%; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30%; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30%; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.nation-txt {
  font-size: 17px;
  padding-top: 15px;
}

.nav-link-egy-btn {
  font-size: 15px;
  border: solid 0.5px #F8C89D;
  color: black;
}

.nav-link-ar-btn {
  font-size: 15px;
  border: solid 1px #F8C89D;
  background-color: white;
  color: black;
}

.nav-link-ol-btn {
  font-size: 15px;
  border: solid 1px #F8C89D;
  background-color: white;
  color: black;
}

.booking button {
  /*background-color: transparent;*/
  /*width: 13.33%;*/
}
.addonArrow {
  display: none;
}
.nav-tabs-navv button.nav-link {
  width: 50%;
}
.nav-tabs-navv button.nav-link.active {
  background-color: #E57200;
  color: #fff;
}

.btn-lang {
  background-color: #E57200;
  border-radius: 8px;
}
.btn-lang .dropdown-toggle::after {
  content: none;
}
.btn-lang a {
  color: #FFF !important;
  display: block;
  font-family: "greta-ar";
}
.btn-lang a:first-of-type {
  display: none;
}
.btn-lang a:lang(ar) {
  display: none;
}
.btn-lang a:lang(ar):first-of-type {
  display: block;

}

@font-face {

  src: url(../Fonts/GRETA_SANS/GretaSansStd-Medium_OTF/GretaSansStd-Medium.otf) format("opentype");
}
@font-face {
  font-family: "greta-ar";
  src: url(../Fonts/Greta_Arabic/GretaArabic-Medium.otf) format("opentype");
}
@media (max-width: 550px) {
  .booking button.next[type=submit] {
    width: 100%;
  }
}

.btns-steps button,
.btns-steps a {
  width: 144px;
}

.my-ul {
  padding: 20px;
}

.my-ul ul {
  list-style: none;
  text-align: center;
  display: flex;
  /*background-color: #F8C89D;*/
  border-radius: 5px;
  padding: 3px;
  font-size: 18px;

}

.my-ul ul li {
  text-align: center;
  width: 33.33%;
}

.li-3 {
  background-color: #E57200;
  padding: 9px;
  color: white;
  border-radius: 3px;
}

.li-1 {
  margin-top: 8px;
}

.li-2 {
  margin-top: 8px;
}

.booking-date {
  background-color: #F8F8F8;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 18px;
}

.importantt {
  padding-top: 1.3%;
  background-color: #FCF5F4;
  margin-top: 2%;
  font-size: 15px;
  color: #E57200;
  font-weight: bold;
  width: 90%;
}

.choos-tickt {
  font-size: 1.25rem;
  padding-top: 10px;

  color: black;
}

.infoItems {
  font-size: 15px;
  color: black;
  font-weight: 500;
}

.importantt ul li::marker {
  color: #E57200;
}

.footteer {
  background-color: #E57200;
  margin-top: 5%;
}


.follow-txt {
  color: white;
  font-size: 15px;
  margin: 0px 8%;
  font-weight: lighter;
  margin-top: 1.5%;

}
.smalldisplay{
  display: block;
}
.bigdisplay{
  display: none !important;
}
.social-icons a {
  width: 30px;
  background: #E57200;
  color: white;
  margin-bottom: 2%;
  margin-top: 0.5%;
  text-decoration: none;
}
@media (max-width:1000px){
  .social-icons a{
    font-size: 22px;
    padding-left: 30px;
  }
  .smalldisplay{
    display: none !important;
  }
  .bigdisplay{
    display: block !important;
  }
}
.txt {
  text-align: inherit;
}

.ty-qu-pr-st {
  font-size: 18px;
  font-weight: 500;
  padding: 5px;
}

.tab-content {
  margin-top: 5px;
  color: black;
  font-weight: 300;
}

.booking-date button {
  float: left;
  background-color: #E57200;

  color: white;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  width: 33%;
}

.totall {
  font-size: 20px;

  display: flex;
}

.impor-info-textt {
  font-size: 18px;
  color: #E57200;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
  display: flex;
  justify-content: space-between;

}
.accordion__arrow {
  left: 0px;
  margin-left: 6%;
}

.accordion__title {
  text-align: right;
}
.inc-dec {
  border-radius: 2px;
  text-align: end;
  border: solid 0.5px #B8B8B8;
  width: 52px;
  font-size: 12px;
  background-color: transparent;
  margin:0px 5px;

  text-align: center;
}

.t-q-p-s-txt {
  padding: 6px 0 0 6px;
  font-size: 17px;
  color: #686868;
}

.t-q-p-s-ull {
  list-style: none;
  padding: 3px;
  color: black;
  font-size: 15px;
  line-height: 39.5px;
  font-weight: 400;

}

.sign-up-formm {
  line-height: 8px;
}

.info-title {
  color: #6C757D;
  font-size: 15px;
  font-weight: 700;
}

input[type=date] {
  font-size: 15px;
}

input[type=text],
input[type=password] {
  width: 100%;
  color: #000000;
  height: 37px;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: solid 1px #B8B8B8;
  background: white;
}
/*.arrow-border {*/
/*  padding: 1px 10px 0px 7px;*/
/*}*/
input[type=text]:focus,
input[type=password]:focus {
  outline: none;
}

.nav button:focus {
  background-color: #FCF5F4;
}

.nav-link-egy-btn:active {
  background-color: #FCF5F4;
}

.nav button:active {
  background-color: #FCF5F4;
}

.contact-details {
  font-size: 25px;

}

.flag-imgg {
  width: 100px;
  height: 37px;
}
/****** phone codes **/
.iti.iti--allow-dropdown.iti--separate-dial-code{
  width: 100% !important;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: 0 !important;
  left: auto !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-right: 5px !important;
  margin-left: 3px !important;
}
.flaaaag {
  width: 100px;
}

.mobile-country-code {
  font-weight: 700;
  font-size: 13px;

  margin: 0 0 0 2px;
  padding: 0 19px 0 0;
}

input[type=tel] {
  color: #000000;
  display: inline-block;
  border: solid 1px #B8B8B8;
  background: white;
}

::-moz-placeholder {
  color: #D7D7D7;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #D7D7D7;
  font-size: 13px;
}
.ram
::placeholder {
  color: #D7D7D7;
  font-size: 13px;
}

input[type=tel]:focus {
  outline: none;
}

.form-control-mob {
  width: 457px;
}

.egy-flag {
  height: 30px;
  margin-bottom: 5px;
}

.input-group {
  margin-top: 4px;
}

.info-title {
  font-size: 13px;
}

.btnn-backk {
  margin-top: 17%;
  margin-left: 30px;
  float: left;
  background-color: #F8C89D;

  color: black;
  width: 265px;
  height: 35px;
  border: none;
  border-radius: 1px;
  font-size: 15px;
}

.btnn-nexxtt {
  margin-top: 17%;
  margin-left: 105px;
  background-color: #F8C89D;

  color: black;
  width: 265px;
  height: 35px;
  border: none;
  border-radius: 1px;
  font-size: 15px;
}

/* input ::placeholder ::content{
    content: "\002A";
    color: red;
}

 */
.dropdown-item {
  font-family: "greta-lg";
}

.star::before {
  content: "*";
}

.pay-sum {
  font-size: 20px;

  font-weight: 600;
  color: #E57200;
  text-align: inherit;
}

table thead {
  list-style: none;
  padding: 3px;
  color: black;
  font-size: 15px;
  line-height: 39.5px;
  font-weight: 400;

}

table td {
  list-style: none;
  padding: 3px;
  color: black;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;

}
table td .w-90 {
  width: 90%;
}

.fs-16 {
  font-size: 16px;
}

.fs-13 {
  font-size: 13px;
}

.fs-10 {
  font-size: 10px;
}

td select {
  width: 90%;
  padding: 6px;
}
.Addon{
  width: 75%;

}

.liCircle:before {
  margin-right: 26px;
}
.booking {
  /* padding: 6px 0 0 6px; */
  padding: 0;
  font-size: 17px;
  /*z-index: 1;*/
  color: #686868;
  background-color: #F8F8F8;
}

@media (max-width:1300px) {
  .input-group-text{
    padding: 0.375rem 0.4rem !important;
  }
  .input-group-text .flaaaag{
    width: 25px;
  }
  .input-group-text .egy-flag{
    margin-bottom: 0;
  }
  .input-group-text .mobile-country-code {
    padding: 3px 0 0 19px;
  }
}
table th button {
  background-color: #E57200 !important;

  color: white;
  border: none;
  border-radius: 3px;
  font-size: 20px;
}

table th {
  font-size: 18px;
  font-weight: bold;
}

.btn-group button {
  border: none;
}

.btn-group .btn-outline-primary {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
  box-shadow: none;
}

.btn-group .btn-outline-primary:hover {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
}

.btn-group .btn-outline-primary:focus {
  box-shadow: none;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d1d1d1;
}

.table thead tr th {
  font-size: 1.1rem;
}

tr th {
  font-size: 15px;
}

tr td {
  vertical-align: middle;
}

.booking .next button {
  width: 100%;
}

.payemnt ul {
  list-style: none;
}

.modal-terms ul {
  list-style: disc;
}

.next-pay {
  background-color: #E57200 !important;

  color: white;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  margin: 10px 0;
  width: 23%;
}

.tacbox label {
  margin-bottom: 10px;
}

.summary {
  font-size: 15px;

}

.summary th {
  font-size: 15px;
}

.summary td {
  font-size: 15px;
  color: #9C9C9C;

}

.btn-booking {
  background-color: #E57200;
  padding: 10px 70px;
  display: inline-block;
  color: #fff;
  -webkit-text-decoration: auto;

  transition: 0.3s;
  border: 1px solid #E57200;
  border-radius: 12px;
  font-size: 20px;
  max-width: 100% !important;
}
.btn-booking:hover {
  transition: 0.3s;
  color: #E57200;
  background: #fff;
}

@media (max-width: 768px) {
  #carouselExampleControls .carousel-control-next {
    left: -17px;
  }
  #carouselExampleControls .carousel-control-prev {
    right: -17px;
  }
}
#carouselExampleControls .carousel-control-next:lang(ar) {
  left: 0 !important;
  right: auto !important;
}
@media (min-width: 1200px) {
  #carouselExampleControls .carousel-control-next {
    left: -80px;
  }
  #carouselExampleControls .carousel-control-prev {
    right: -80px;
  }
}

.text-justify {
  text-align: justify !important;
}

/* xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px */
@media (max-width: 575.98px) {
  .description-txt {
    font-size: 16px;
    max-width: 100%;
  }
  .logo {
    width: 80%;
  }
  .appointments-list {
    font-size: 15px;
    padding: 0 0 0 0px;
  }
  .open-hours {
    padding: 0px 0 0 0;
  }
  .book-tckt-txt {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
  .my-ul {
    padding: 5px;
  }
  .my-ul ul li {
    font-size: 14px;
  }
  .choos-tickt {
    font-size: 20px;
  }
}/*# sourceMappingURL=style-rtl.css.map */


.next-pay:hover{
  color: white;
}
.summerInner2{
  background-color: #E9F2F2;
  height: fit-content;

}
.summerInner1{
  background-color: #E9F2F2;
  height: 600PX;
  overflow-y: scroll;

}
.secondSummerCont{
  margin-right: 40px !important;
}
.summerImage{
  height: 431px;
  width: 369px;
  margin-bottom: 40px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 1px 2px black;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  color: white;

}
.summerParagraph{
  font-weight: 700;
}
.detailsCamp{
  background-color: rgb(245, 126, 29);
  border-radius: 25px;
  color: white;
  border: 0px;
  text-decoration: none;
}
.detailsCamp:hover{
  color: white;


}

.coveredImage{
  /*height : 400px;*/
  width: 100%;
  object-fit:fill ;

}
.summerTime{
  color:rgb(243, 120, 19) ;
  /*font-size: 18px;*/
}
.summerFlex{
  align-items: center;

}
@media  (min-width: 300px) and (max-width: 450px)  {
  .summerImage{
    height: 400px;
    /*width: 400px;*/
    width: 100%;

    margin-bottom: 40px;
  }
  .secondSummerCont{
    margin-right: 0px;
  }
}

.summerInner2{
  background-color: #E9F2F2;
  height: fit-content;
  padding:40px ;
  z-index: 20000;
  margin-bottom: 20px;
  border-radius: 2px;
}

.summerInner1 {
  background-color: #E9F2F2;
  height:fit-content;
  overflow-y: hidden;
  padding: 40px;
  z-index: 20000;
  margin-bottom: 20px;
  border-radius: 2px;
}
.summerMoverContent{
  position: absolute;
  width: 72%;
  padding: 45px;
  left: 17%;
  top: 76%;
}
.summerAgeGroup{
  margin-top: 25px;
  font-weight: 500;
  color: #000;
}
.summerDetailsBtn{
  background-color: rgb(243, 120, 19);
  border-radius: 25px;
  font-weight: 600;
  border: 0px;
  color: white;
  padding:10px 0px;
  padding-bottom: 5px;
  margin-left:20px ;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 148px;

  cursor: pointer;
}
.summerDetailsBtn:hover{
  background-color: rgb(243, 120, 19);
  color: white;

}

.summerPyramidheader2{
  margin-top: 20px;
  color: rgb(243, 120, 19);
  padding-right: 20px;
}
.summerCampDetails{
  margin-top: 45px;
  margin-bottom: 45px;
}
.summerTitlear{
  font-size: 17px;
  font-family: greta-bt;
}

.summerPyramidheader{
  margin-bottom: 1rem;
  color: rgb(243, 120, 19);
  font-weight: 300;
  font-size: 3rem;
}
.summerTimesSlots{

  justify-content: space-between;
  /* margin-top: 45px; */
  align-items: center;
  margin-bottom: 25px;
}
.summerTime{
  display: flex;
}
.secondSummerCont{
  margin-left: 10px;
}


.summerTimeFlex{
  align-items: center;
  display: flex;
  margin-bottom: 9px;

}
.detailsCamp{
  background-color: rgb(245, 126, 29);
  border-radius: 25px;
  color: white;
  border: 0px;
}
.summerTime{
  color:rgb(243, 120, 19) ;
  font-size: 18px;
}
.summerTimeParaghraph{
  margin-right: 10px;
}
.summerTimeIcon{
  font-size: 3rem;
  color:rgb(243, 120, 19) ;
}
.summerCampTags{
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
.summerQueue{
  display: flex;
  border: 3px solid rgb(243, 120, 19) ;
  border-radius: 25px;
  padding: 0px;
  /*width: 56%;*/

}
.SummerTag2{
  border-right:2px solid rgb(243, 120, 19) ;
  padding: 10px 25px;

}
.addonTable{
  width: 75%;
}
.SummerTag1{

  padding: 5px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summerBorders{
  border-left: 2px solid rgb(243, 120, 19);
}
.summerLine{
  background-color: rgb(243, 120, 19);
  width: 1px;
  height: 20px;
}
@media only screen and (min-width: 300px) and (max-width: 450px) {
  .summerMoverContent {
    position: absolute;
    width: 100%;
    padding: 10px;
    left: 0%;
    top: 76%;
  }

  .summerDetailsBtn {
    background-color: rgb(243, 120, 19);
    border-radius: 10px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 8px;
    border: 0px;
    color: white;
    width: 148px;
    padding: 10px 0px;
    padding-bottom: 5px;
  }

  .summerQueue {
    display: block;
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    /*width: 64%;*/
    margin-bottom: 20px;
  }

  .addonTable {
    width: 75%;
  }

  .SummerTag1 {

    padding: 15px 25px;
  }

  .SummerTag2 {
    border-bottom: 2px solid rgb(243, 120, 19);
    padding: 15px 25px;
    border-right: 0;
  }

  .SummerTag3 {
    border-bottom: 2px solid rgb(243, 120, 19);
    padding: 15px 25px;
    border-right: 0;
  }

  .SummerTag3 {
    padding: 15px 25px;
    border-right: 0;
  }

  .summerCampTags {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }

  .summerInner2 {
    background-color: #E9F2F2;
    padding: 40px 10px;
    z-index: 20000;
    margin-bottom: 20px;
    border-radius: 2px;
    height: fit-content;
  }

  .summerInner1 {
    background-color: #E9F2F2;
    padding: 40px 10px;
    z-index: 20000;
    height:fit-content;
    overflow-y: hidden;
    margin-bottom: 20px;
    border-radius: 2px;

  }

  .summerTimeParaghraph {
    font-size: 14px;
    font-weight: bold;
  }



}

@media only screen and (min-width: 498px) and (max-width: 788px) {
  .summerFlex{
   width: 80%;
  }

   }

@media only screen and (min-width: 300px) and (max-width: 980px) {
  .Addon{
    width: 100%;

  }
  .tooltipp .tooltiptext {
    margin-left: -80px;
    width: 260px;
  }
  #snackbar{
    right: 2% ;
    width: 94%;
  }


  .padding-small{
    padding-left: 30px;
  }
  .AddonQuan{
    padding-left:42px !important;
  }
  .addonQuanPadd{
    padding-right:40px !important;

  }
  .AddonPrice{
    padding-left:35px !important;
  }
  .addonTable{
    width: 100%;
  }
  .my-ul ul li {
    text-align: center;
    /*width:auto;*/
    margin: auto;

  }
  .addonArrow {
    right:86%;
    position: absolute;
    display: block;
    width: 50px;
    top: 47%;
    color:#222;
    transform: rotate(180deg);
  }
  .summerQueue{
    display: block;

    border-radius: 10px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .summerBorders{
    border: 0px;
    border-bottom: 1px solid rgb(243, 120, 19) ;
  }
  .centered {
    position: absolute;
    top: 45%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    color: white;

  }

}

.btn-close.btn-close_Tooltip{
  cursor: pointer;
  margin-right: 30px;
}
.line {
  left: 53%;
}
