body{

  direction: rtl;

}

.rtl{

	direction:rtl

}

.ltr{

	direction: ltr;

}



#hero {

    background-image: url('../images/hero.jpg');

    background-size: cover;

    background-position: center;

    width: 100vw;

    height: 100vh;

    display: flex;

    margin-top: 100px;

}

#hero.hmax-320 {

    height: 100vh;

    max-height: 320px;

}

#hero .center-content {

  width: auto;

  display: flex;

  flex-direction: column;

  align-items: center;

  margin: auto;

}

#hero .center-content h1,#hero .center-content h3 {

  color: white;

  line-height: 1;

}

#hero .center-content h1 {

  text-transform: uppercase;

  font-size: 3em;

  margin-bottom: 0;

  text-align: center;

}

#hero .center-content h3 {

  margin-bottom: 40px;

  font-size: 1.5em;

  font-weight: normal;

}



#hero .button {

  text-transform: uppercase;

  color: white;

  padding: 20px;

  border: 1px solid white;

  text-decoration: none;

}

#hero .button:hover {

  background-color: rgba(255, 255, 255, 0.1);

  border-color: rgba(255, 255, 255, 0.7);

  color: white;

}



.faq #accordion .card {

  border: 1px solid #dadce0;

  border-radius: 0;

}

.faq #accordion .card .card-header {

  padding: 0;

  border: none;

}

.faq #accordion .card .card-header button {

  width: 100%;

  padding: 1.6em 2em 1.4em 2em;

  margin: 0;

  background-color: #343a40;

  color: #EEE;

  text-align: right;

  border-radius: 0;

  border: none;

  border-bottom: none;

  transform: none;

}

.faq #accordion .card .card-header button:after {

  content: "";

  font-family: "FontAwesome";

  font-style: initial;

  color: #eee;

  float: left;

  transform: rotate(0);

  transition: all ease-in-out 255ms;

}

.faq #accordion .card .card-header button.collapsed:after {

  transform: rotate(180deg);

}

.faq #accordion .card .card-header button:hover {

  transform: scaleY(1);

}

.faq #accordion .card .card-header button:focus {

  outline: none;

  box-shadow: none;

}

.faq #accordion .card .card-body {

  background-color: #e8f0fe;

}

.faq #accordion .card:first-of-type {

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

}

.faq #accordion .card:last-of-type {

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

}

.faq #accordion .card:first-of-type > .card-header > h5 > button {

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

}

.faq #accordion .card:last-of-type > .card-header > h5 > button {

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

}



.card {

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  transition: 0.3s;

  border: none;

  margin-bottom: 1rem;

}

.card:hover {

  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);

}

.card .card-title a {

  color: #396b83

}

.card .card-title:hover a{

  color: #197099

}

.card-img-box{

  

}

.card a.text-link {

}

.card a:hover {

  text-decoration: initial;

}

.card .text-muted i {

  margin: 0 10px;

}



.gallery-img a.venobox>img{

  opacity: 0.75;

  transition-duration: 800ms;



}

.gallery-img a.venobox{

position: relative;



}

.gallery-img a.venobox i.zoom-icon{

    transition-duration: 800ms;

      position: absolute;

    top: 0;

    left: 45%;

    font-size: 2.5rem;

    background-color: rgb(51 51 51 / 57%);

    padding: 8px;

    border-radius: 100%;

    color: #FFF;

    opacity: 0.5;

}

.gallery-img a.venobox:hover>img,.gallery-img a.venobox:active>img,.gallery-img a.venobox:focus>img{

  opacity: 1;

    transform: scale(1.05) rotate(2deg);

}

.gallery-img a.venobox:hover>i.zoom-icon,.gallery-img a.venobox:active>i.zoom-icon,.gallery-img a.venobox:focus>i.zoom-icon{

    opacity: 1;

    transform: rotateY(360deg);

}



.room-item{



}

.room-item .card-img-top{

  border-radius: 20px 20px 0px 0px;

}

.room-shadow{

      box-shadow: 0px 0px 10px -10px #332;

}

.room-item-txt{



}

.check-list {

    margin: 0;

    padding-right: 1.2rem;

}

.check-list li {

    position: relative;

    list-style-type: none;

    padding-right: 2.5rem;

    margin-bottom: .5rem;

}

.check-list li:before {

    content: '';

    display: block;

    position: absolute;

    right: 0;

    top: -2px;

    width: 5px;

    height: 11px;

    border-width: 0 2px 2px 0;

    border-style: solid;

    border-color: #0476CF;

    transform-origin: bottom left;

    transform: rotate(45deg);

}



.DDDbutton {

    padding: 14px 20px;

    background: #0476CF;

    color: #fff;

    font-size: 18px;

    font-family: pb;

    position: relative;

}



.DDDbutton i {

    padding-right: 8px;

}



.DDDbutton::after {

    width: 100%;

    height: 100%;

    position: absolute;

    content: '';

    top: 10px;

    right: 0;

    background: #01508d;

    z-index: -1;

    -webkit-transition: all linear .3s;

    -o-transition: all linear .3s;

    transition: all linear .3s;

}



.DDDbutton:hover:after {

    top: 6px;

}



.bg-white-for-text{

  background-color: #ececec;

}



.review-item .user-img>img{

  width: 64px;

  height: 64px;

}

.c-icon-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  color: #278f27;

  background-color: #FFF;

  padding: 0.3125rem 0.3125rem 0.3125rem 0.5625rem;

  border-radius: 999px;

  transition: color 200ms;

  justify-content: flex-start;

  box-shadow: 0px 0px 5px 2px #ececec;

}



@media (max-width:640px){

  .c-icon-button{

    width: 100%;

    margin: 8px auto;

  }

}

.c-icon-button:hover, .c-icon-button:focus {

  color: #e84b99;

}



.c-icon-button__icon {

  display: flex;

  flex: 0 0 auto;

  border-radius: 50%;

  width: 64px;

  height: 64px;

  background-color: #bcd3ec;

  color: white;

  align-items: center;

  font-size: 1.25rem;

  padding: 0.625rem;

  margin-left: auto;

}

.c-icon-button__icon img {

  fill: white;

  width: 100%;

  height: 100%;

  border-radius: 100%;

}



.c-icon-button__label {

  margin-right: 0.625rem;

}



.c-icon-button__detail {

  flex: 0 1 auto;

  margin-right: 1.25rem;

  overflow-wrap: anywhere;

}



.sr-only {

  clip: rect(0 0 0 0);

  clip-path: inset(50%);

  height: 1px;

  overflow: hidden;

  position: absolute;

  white-space: nowrap;

  width: 1px;

}



/* Inline-block */

.contact-list--inline-block {

  display: inline-block;

  margin: 0;

}



/* Inline-flex */

.contact-list--inline-flex {

  display: inline-flex;

  flex-direction: column;

  margin: 0;

}



/* Flex */

.contact-list--flex {

  display: flex;

  flex-direction: column;

}



.flat-button {

  position: relative;

  /* width: 250px;

  height: 60px; */

  background: #E74C3C;

  margin: 0 auto;

  margin-top: 40px;

  overflow: hidden;

  z-index: 1;

  cursor: pointer;

  transition: color 0.3s;

  /* Typo */

  line-height: 60px;

  text-align: center;

  color: #fff;

}



.flat-button:after {

  position: absolute;

  top: 90%;

  left: 0;

  width: 100%;

  height: 100%;

  background: #C0392B;

  content: "";

  z-index: -2;

  transition: transform 0.3s;

}



.flat-button.primary-button{

  background: #010080;

  color:#FEFEFE;

}

.flat-button.primary-button:after{

  background: #040464;

}

.flat-button.info-button{

  background: #0476CF;

  color:#FEFEFE;

}

.flat-button.info-button:after{

  background: #01508d;

}

.flat-button.success-button{

  background: #28a745;

  color:#FEFEFE;

}

.flat-button.success-button:after{

  background: #1d8635;

}

.flat-button:hover::after {

  transform: translateY(-80%);

  transition: transform 0.3s;

}



#contact-map{

  width: 100%;

    height: 320px;

    background-color: #6c757d;

}

#contact-map>#map{

  width: 100%;

  height: 100%;

}



.contactobx .info-box {

  color: #444;

  text-align: center;

  box-shadow: 0 0 30px rgb(214 215 216 / 30%);

  padding: 20px 0 30px 0;

  background-color: #fcfcfc;

}

.contactobx .info-box i {

  font-size: 32px;

  color: #6c757d;

  border-radius: 50%;

  padding: 8px;

  border: 2px dotted #b3d1fa;

}

.contactobx .info-box p {

  padding: 0;

  line-height: 24px;

  font-size: 14px;

  margin-bottom: 0;

}

.contactobx .info-box h3 {

  font-size: 20px;

  color: #777;

  font-weight: 700;

  margin: 10px 0;

}

/*-------------------*/

.steps-container{

  position: relative;

}

.step-preloader{

  position: absolute;

  background-color: #6d6d6dd6;

  width: 100%;

  height: 100%;

  z-index: 2;

}

.steps-list{



}

.steps-list ul{

  box-shadow: 0px 1px 6px -2px #999;

  padding: 0;

  margin: 0;

}

.steps-list ul li{

  display: inline-block;

  list-style: none;

  text-align: center;

  padding: 0;

}

.steps-list ul li a{

  display: block;

  width: 100%;

  padding: 16px 0;

  font-size: 1.12rem;

  font-weight: 300;

  color: #0d0d0d !important;



}

.steps-list ul li a.active-step{

  border-bottom:4px solid #59c17a;

  background-color: #e2e2e2;

  box-shadow: 0px 1px 6px -2px #999;

  font-style: italic;

  font-weight: 600;

  color: #040404;

}

.steps-list ul li a,.steps-list ul li a.deactive-step{

  border-bottom:4px solid #c5c5c5;

  background-color: #f9f9f9;

}

.steps-list ul li a.passed-step{

  border-bottom:4px solid #192f59;

  background-color: #f9f9f9;

}

.steps-form{

  padding: 12px 0;

  display: none;

  background-color: #f9f9f9;

  box-shadow: 0px 0px 3px -1px #6c757d;

}

.steps-form.active-step{

  display: block;

}

.step-head{

  font-size: 1.5rem;

  padding-right: 8px;

  margin-bottom: 32px;

}

.step-body{

  padding: 8px 1rem;

}



.step-buttons{

  padding: 16px 0;

  background: #eaeaea;

  border-radius: 0 0 8px 8px;

  box-shadow: 0px 0px 3px -1px #6c757d;

}

.step-form-btn{

  display: none;

}

.step-form-btn-prev.active{

  display: inherit;

}

.step-form-btn-next.active{

  display: inherit;

}

video.darked{

  background-color: #212529;

  padding: 8px;

}

/*-------------*/

.pt120{

  padding-top: 120px;

}

.pb50{

  padding-bottom: 50px;

}
.hide-in-light-mode{
  display: none;
}
@media (prefers-color-scheme: dark) {
  .hide-in-dark-mode{
    display: none;
  }
  .show-in-dark-mode{
    display: initial;
  }
}