﻿@charset "UTF-8";
ul, li {
  list-style: none !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body {
    user-select: unset !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  body {
    user-select: unset !important;
  }
}
@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.ttf") format("truetype");
  font-weight: lighter;
}
@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.ttf") format("truetype");
  font-weight: 100;
}
.body__container {
  /*-webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  overflow: hidden;

  &.position--right {
      &.open {
          -webkit-transform: translate3d(-70%,0,0);
          -ms-transform: translate3d(-70%,0,0);
          -moz-transform: translate3d(-70%,0,0);
          -o-transform: translate3d(-70%,0,0);
          transform: translate3d(-70%,0,0);
      }
  }

  &.position--left {
      &.open {
          -webkit-transform: translate3d(70%,0,0);
          -ms-transform: translate3d(70%,0,0);
          -moz-transform: translate3d(70%,0,0);
          -o-transform: translate3d(70%,0,0);
          transform: translate3d(70%,0,0);
      }
  }*/
}

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
}
.sidebar__box .sidebar__close {
  position: absolute;
  top: -6px;
  right: 2px;
  font-size: 25px;
  padding: 10px;
  color: #fff;
}
.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 70%;
  top: 0;
  background-color: #103b7f;
  z-index: 10;
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar__box .sidebar__container .site__logo {
  margin: 0;
}

.sidebar__container .login__box {
  position: absolute;
  left: 5px;
  top: 5px;
  width: auto;
  display: inline-block;
}
.sidebar__container .login__box span {
  display: inline-block !important;
}
.sidebar__container .site__logo img {
  margin: 20px auto;
  width: 75%;
  float: none;
  margin-top: 60px;
  height: auto;
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .sidebar__container .site__logo img {
    width: auto;
  }
}
.sidebar__container .searchbox {
  width: 90%;
  display: block;
  margin: auto;
  border: none;
  padding: 8px 5px;
  border-radius: 6px;
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .sidebar__container .searchbox {
    width: 70%;
  }
}
.sidebar__container .language__box {
  margin: auto;
  text-align: center;
  display: block;
  margin: 10px 0;
}
.sidebar__container .main-menu {
  margin: 10px 15px;
}
.sidebar__container .main-menu li.has-child ul {
  display: none;
  list-style: disc;
  margin-right: 5px;
  color: white;
}
.sidebar__container .main-menu li.has-child ul li {
  list-style: disc;
  list-style-position: outside;
  color: white;
  margin: 0 20px;
}
.sidebar__container .main-menu a {
  color: #fff;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.sidebar__container .main-menu i {
  color: #fff;
}
.sidebar__container .main-menu .caret {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.sidebar__container .main-menu .caret.caret-up {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

body {
  font-family: Vazir !important;
  background-color: white;
  overflow-x: hidden !important;
}
body.navbar--fixed #section-header .navbar__container {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-35px);
}
body.navbar--fixed #section-header .reservation__container {
  position: fixed;
  z-index: 9999;
  top: 30px;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
body.navbar--fixed #section-header .reservation__container.active {
  border-top: 2px solid #D7AC00;
}
body.navbar--fixed #section-header .reservation__container * {
  opacity: 0;
}
body.navbar--fixed #section-header .reservation__container:after {
  background-image: url("/Portals/_default/Skins/Almas2/Images/reserve_bottom-fixed.png");
}
body.navbar--fixed #section-header .reservation__container .logo__container {
  display: none !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  html.disable-scroll {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  html.disable-scroll {
    overflow: hidden;
  }
}

html[lang=ar-SA] {
  /* #section-guests .guest-opinion__container .user-comments__container:after {
       content: "الضيوف من فندق الماس 2";
   }

   #section-guests .guest-opinion__container .famous-users-comments__container:after {
       content: "الفائزون في مسابقات فندق الماسة 2";
       right: -144px;
   }*/
}
html[lang=ar-SA] #section-offers .mobile-title:before {
  content: ".:: عروض خاصة ::.";
}
html[lang=ar-SA] #section-offers .offer__container .offer-text__container:before {
  content: ".:: عروض خاصة ::.";
}
html[lang=ar-SA] .dnnModuleDialog {
  width: 1046px;
  text-align: left;
}

::-webkit-scrollbar {
  display: none;
}

.section__container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 469px) {
  .section__container {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .section__container {
    height: auto;
    width: auto;
  }
}

* {
  outline: none !important;
}

@media only screen and (max-width: 469px) {
  .col-no-padding {
    padding: 0;
  }
  .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .row {
    margin: 0;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .col-no-padding {
    padding: 0;
  }
  .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .row {
    margin: 0;
  }
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gm-style .gm-style-iw {
  left: 0 !important;
}

.beauty-border__container {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 469px) {
  .beauty-border__container {
    display: none;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .beauty-border__container {
    display: none;
  }
}
.beauty-border__container:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
}
.beauty-border__container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
}
.beauty-border__container.beauty-border--top-right {
  top: -20px;
  right: -20px;
}
.beauty-border__container.beauty-border--top-right:after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgb(110, 101, 212) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--top-right:before {
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, rgb(110, 101, 212) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--bottom-left {
  bottom: -20px;
  left: -20px;
}
.beauty-border__container.beauty-border--bottom-left:after {
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgb(110, 101, 212) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--bottom-left:before {
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(110, 101, 212) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--top-left {
  top: -10px;
  left: -10px;
}
.beauty-border__container.beauty-border--top-left:after {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(215, 172, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--top-left:before {
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(215, 172, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--bottom-right {
  bottom: -10px;
  right: -10px;
}
.beauty-border__container.beauty-border--bottom-right:after {
  bottom: 0;
  right: 0;
  background: linear-gradient(to left, rgb(215, 172, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.beauty-border__container.beauty-border--bottom-right:before {
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgb(215, 172, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

#gallery-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 120px;
  display: flex;
  flex-flow: row nowrap;
  transform: translate(-50%, -50%) rotate(90deg);
}
#gallery-loader .diamond {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #d7ac00;
  transform: translateY(0) rotate(45deg) scale(0);
  animation: diamonds 1500ms linear infinite;
}
#gallery-loader .diamond:nth-child(1) {
  animation-delay: -1000ms;
}
#gallery-loader .diamond:nth-child(2) {
  animation-delay: -2000ms;
}
#gallery-loader .diamond:nth-child(3) {
  animation-delay: -3000ms;
}
#gallery-loader .diamond:nth-child(4) {
  animation-delay: -4000ms;
}

@keyframes diamonds {
  50% {
    transform: translateY(-50px) rotate(45deg) scale(1);
  }
  100% {
    transform: translateY(-100px) rotate(45deg) scale(0);
  }
}
#section-header .slider__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  /*@include superlargedesktop() {
      #dnn_ctr1636_ContentPane, .SpacingBottom, .DnnModule-LiveSlider, .DNNModuleContent {
          height: 100%;
      }
  }*/
}
@media only screen and (max-width: 469px) {
  #section-header .slider__container {
    position: relative;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-header .slider__container {
    position: relative;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-header .slider__container #dnn_ctr1636_ContentPane, #section-header .slider__container .SpacingBottom, #section-header .slider__container .DnnModule-LiveSlider, #section-header .slider__container .DNNModuleContent {
    height: 100%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  #section-header .slider__container #dnn_ctr1636_ContentPane, #section-header .slider__container .SpacingBottom, #section-header .slider__container .DnnModule-LiveSlider, #section-header .slider__container .DNNModuleContent {
    height: 100%;
  }
}
#section-header .navbar__container {
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}
#section-header .navbar__container > ul {
  display: flex;
}
#section-header .navbar__container li ul {
  background-color: rgba(0, 0, 0, 0.4);
}
#section-header .navbar__container li ul li {
  padding: 7px 4px;
}
#section-header .navbar__container li a {
  color: white;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
}
#section-header .navbar__container li a i.fa {
  vertical-align: middle;
  font-size: 18px;
  color: #d7ac00;
  margin-right: 5px;
}
#section-header .container {
  position: relative;
}
#section-header .reservation__container {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 250px;
  height: 400px;
}
@media only screen and (max-width: 469px) {
  #section-header .reservation__container {
    position: relative;
    background-color: transparent;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #section-header .reservation__container:after {
    display: none;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-header .reservation__container {
    position: relative;
    background-color: transparent;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #section-header .reservation__container:after {
    display: none;
  }
}
#section-header .reservation__container:after {
  content: "";
  position: absolute;
  background-image: url("/Portals/_default/Skins/Almas2/Images//reserve_bottom.png");
  width: 250px;
  height: 118px;
  bottom: -118px;
  left: 0;
}
#section-header .reservation__container .logo__container {
  text-align: center;
  margin: auto;
  margin-top: -20px;
}
#section-header .reservation__container .logo__container img {
  z-index: 20;
  position: relative;
}
#section-header .language-selector__container {
  position: absolute;
  top: 40px;
  left: 260px;
}
@media only screen and (max-width: 469px) {
  #section-header .language-selector__container {
    top: 10px;
    left: 11px;
  }
}
#section-header .language-selector__container li {
  display: inline-block;
}
#section-header .language-selector__container li a {
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-right: 2px;
  border-radius: 10px;
  padding: 7px 7px 3px 7px;
  display: inline-block;
  color: white;
}
@media only screen and (max-width: 469px) {
  #section-header .language-selector__container li a {
    border: 2px solid rgb(244, 195, 0);
    color: #f7c500;
  }
}

#section-about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*@include superlargedesktop() {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-image: url('/Portals/_default/Skins/Almas2/Images/about-bg.jpg');
      background-repeat: no-repeat;
      background-size: contain;
  }*/
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("/Portals/_default/Skins/Almas2/Images//about-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  #section-about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("/Portals/_default/Skins/Almas2/Images/about-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 469px) {
  #section-about {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-about {
    margin-top: 30px;
  }
}
#section-about .about-gallery__container {
  position: relative;
  margin-top: 20px;
  direction: ltr;
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-about .about-gallery__container {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 469px) {
  #section-about .about-gallery__container {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-about .about-gallery__container {
    margin-bottom: 60px;
  }
}
#section-about .about-gallery__container .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
#section-about .about-gallery__container .slick-dots {
  position: absolute;
  display: flex;
  bottom: -25px;
  right: 0;
}
@media only screen and (max-width: 469px) {
  #section-about .about-gallery__container .slick-dots {
    bottom: -10px;
    right: 10px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-about .about-gallery__container .slick-dots {
    bottom: -10px;
    right: 10px;
  }
}
#section-about .about-gallery__container .slick-dots button {
  border: none;
  font-size: 0;
  background: #dddddd;
  padding: 5px;
  border-radius: 50%;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
}
#section-about .about-gallery__container .slick-dots li {
  margin-left: 5px;
}
#section-about .about-gallery__container .slick-dots li.slick-active button {
  background: #d7ac00;
}
#section-about .about__container {
  text-align: center;
  padding: 0 35px;
}
@media only screen and (max-width: 469px) {
  #section-about .about__container {
    padding: 0;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-about .about__container {
    padding: 0;
  }
}
#section-about .about__container .about__title {
  color: #6e65d4;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
#section-about .about__container .about__text {
  text-align: justify;
  color: black;
  font-weight: bold;
  line-height: 26px;
  margin-top: 10px;
}
#section-about .about__container .about__address {
  color: #6e65d4;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 15px;
}
#section-about .about__container .about__address ul li {
  margin: 10px 0;
}
#section-about .about__container .about__address ul li i {
  color: #d7ac00;
  display: inline-block;
  margin-left: 5px;
}
#section-about .about__container .about__facilities {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  /*@include superlargedesktop() {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
      padding: 0 20px;
  }*/
}
@media only screen and (max-width: 469px) {
  #section-about .about__container .about__facilities {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-about .about__container .about__facilities {
    margin-top: 30px;
  }
}
#section-about .about__container .about__facilities li {
  line-height: 5px;
}
@media only screen and (max-width: 469px) {
  #section-about .about__container .about__facilities li {
    display: inline-block;
    width: 49%;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-about .about__container .about__facilities li {
    display: inline-block;
    width: 49%;
  }
}
#section-about .about__container .about__facilities li p {
  font-weight: bold;
  font-size: 12px;
  color: #8f8f8f;
  margin-bottom: 0;
}
#section-about .about__container .about__facilities li p:first-of-type {
  margin-top: 10px;
}

#section-hotel-sections {
  background-color: #d7ac00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 469px) {
  #section-hotel-sections {
    background-color: #d7ac00;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-hotel-sections {
    background-color: #d7ac00;
  }
}
#section-hotel-sections .slick-dots {
  display: flex;
  width: 70%;
  margin: auto;
  margin-top: 15px;
}
#section-hotel-sections .slick-dots li.slick-active button {
  background-color: #f5d867;
}
#section-hotel-sections .slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  background-color: white;
  padding: 8px;
  border: none;
  margin-right: 3px;
  transition: all ease 400ms;
}
#section-hotel-sections .hotel-sections__container {
  /*@include superlargedesktop() {
      padding: 60px 0 20px 0;
      width: 100%;
      border: 2px solid #ffd228;
      position: relative;

      &:before {
          content: "";
          position: absolute;
          top: -22px;
          width: 75px;
          height: 65px;
          background-image: url('/Portals/_default/Skins/Almas2/Images//diamond-top.jpg');
          background-repeat: no-repeat;
          transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
      }

      &.first-hover:before {
          left: 6.5%;
      }

      &.second-hover:before {
          left: 26.5%;
      }

      &.third-hover:before {
          left: 46.5%;
      }

      &.fourth-hover:before {
          left: 66.5%;
      }

      &.fifth-hover:before {
          left: 86.5%;
      }
  }*/
}
@media only screen and (max-width: 469px) {
  #section-hotel-sections .hotel-sections__container {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-hotel-sections .hotel-sections__container {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-hotel-sections .hotel-sections__container {
    padding: 60px 0 20px 0;
    width: 100%;
    border: 2px solid #ffd228;
    position: relative;
  }
  #section-hotel-sections .hotel-sections__container:before {
    content: "";
    position: absolute;
    top: -22px;
    width: 75px;
    height: 65px;
    background-image: url("/Portals/_default/Skins/Almas2/Images//diamond-top.jpg");
    background-repeat: no-repeat;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
  }
  #section-hotel-sections .hotel-sections__container.first-hover:before {
    left: 6.5%;
  }
  #section-hotel-sections .hotel-sections__container.second-hover:before {
    left: 26.5%;
  }
  #section-hotel-sections .hotel-sections__container.third-hover:before {
    left: 46.5%;
  }
}
@media only screen and (max-width: 1023) and (max-width: 469px), only screen and (max-height: 639px) and (max-width: 469px) {
  #section-hotel-sections .hotel-sections__container.third-hover:before {
    left: 40%;
  }
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-hotel-sections .hotel-sections__container.fourth-hover:before {
    left: 66.5%;
  }
  #section-hotel-sections .hotel-sections__container.fifth-hover:before {
    left: 86.5%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-hotel-sections .hotel-sections__container {
    padding: 60px 0 20px 0;
    width: 100%;
    border: 2px solid #ffd228;
    position: relative;
  }
  #section-hotel-sections .hotel-sections__container:before {
    content: "";
    position: absolute;
    top: -22px;
    width: 75px;
    height: 65px;
    background-image: url("/Portals/_default/Skins/Almas2/Images//diamond-top.jpg");
    background-repeat: no-repeat;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
  }
  #section-hotel-sections .hotel-sections__container.first-hover:before {
    left: 6.5%;
  }
  #section-hotel-sections .hotel-sections__container.second-hover:before {
    left: 26.5%;
  }
  #section-hotel-sections .hotel-sections__container.third-hover:before {
    left: 46.5%;
  }
  #section-hotel-sections .hotel-sections__container.fourth-hover:before {
    left: 66.5%;
  }
  #section-hotel-sections .hotel-sections__container.fifth-hover:before {
    left: 86.5%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  #section-hotel-sections .hotel-sections__container {
    padding: 60px 0 20px 0;
    width: 100%;
    border: 2px solid #ffd228;
    position: relative;
  }
  #section-hotel-sections .hotel-sections__container:before {
    content: "";
    position: absolute;
    top: -22px;
    width: 75px;
    height: 65px;
    background-image: url("/Portals/_default/Skins/Almas2/Images//diamond-top.jpg");
    background-repeat: no-repeat;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
  }
  #section-hotel-sections .hotel-sections__container.first-hover:before {
    left: 6.5%;
  }
  #section-hotel-sections .hotel-sections__container.second-hover:before {
    left: 26.5%;
  }
  #section-hotel-sections .hotel-sections__container.third-hover:before {
    left: 46.5%;
  }
  #section-hotel-sections .hotel-sections__container.fourth-hover:before {
    left: 66.5%;
  }
  #section-hotel-sections .hotel-sections__container.fifth-hover:before {
    left: 86.5%;
  }
}
#section-hotel-sections .hotel-sections__container ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 469px) {
  #section-hotel-sections .hotel-sections__container ul {
    direction: ltr;
  }
  #section-hotel-sections .hotel-sections__container ul p {
    direction: rtl;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-hotel-sections .hotel-sections__container ul {
    direction: ltr;
  }
  #section-hotel-sections .hotel-sections__container ul p {
    direction: rtl;
  }
}
#section-hotel-sections .hotel-sections__container ul li {
  text-align: center;
  width: 20%;
}
#section-hotel-sections .hotel-sections__container ul li a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 469px) {
  #section-hotel-sections .hotel-sections__container ul li a img {
    margin: auto;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-hotel-sections .hotel-sections__container ul li a img {
    margin: auto;
  }
}
#section-hotel-sections .hotel-sections__container ul li embed {
  cursor: pointer;
}
#section-hotel-sections .hotel-sections__container ul li h2 {
  color: White;
  font-weight: bold;
  font-size: 18px;
}
#section-hotel-sections .hotel-sections__container ul li p {
  color: #ffdc59;
  font-size: 13px;
}
@media only screen and (max-width: 469px) {
  #section-hotel-sections .hotel-sections__container > ul {
    display: block;
  }
}
#section-hotel-sections .why-reserve-here__container {
  margin-top: 40px;
}
@media only screen and (max-width: 469px) {
  #section-hotel-sections .why-reserve-here__container {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-hotel-sections .why-reserve-here__container {
    padding-bottom: 15px;
  }
}
#section-hotel-sections .why-reserve-here__container h3 {
  text-align: center;
  font-size: 24px;
  color: white;
}
#section-hotel-sections .why-reserve-here__container ul {
  direction: ltr;
  margin-top: 40px;
}
#section-hotel-sections .why-reserve-here__container ul li {
  padding: 0 5px;
}
#section-hotel-sections .why-reserve-here__container ul li p {
  color: #ffedaa;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  direction: rtl;
}
#section-hotel-sections .why-reserve-here__container ul li img {
  width: 100%;
  border: 1px solid white;
}

#section-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*@include superlargedesktop() {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }*/
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  #section-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 469px) {
  #section-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

#section-offers {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 469px) {
  #section-offers {
    display: block;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers {
    display: block;
  }
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-offers .background-slider__container {
    position: absolute;
    height: calc(100% + 40px);
    width: calc(100% + 60px);
    top: -15px;
    left: -30px;
    z-index: 0;
    direction: ltr;
  }
  #section-offers .background-slider__container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
  }
  #section-offers .background-slider__container img {
    filter: blur(5px);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1023) and (max-width: 469px), only screen and (max-height: 639px) and (max-width: 469px) {
  #section-offers .background-slider__container img {
    filter: unset;
  }
}
@media only screen and (max-width: 1023) and (min-width: 469px) and (max-width: 699px), only screen and (max-height: 639px) and (min-width: 469px) and (max-width: 699px) {
  #section-offers .background-slider__container img {
    filter: unset;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-offers .background-slider__container {
    position: absolute;
    height: calc(100% + 40px);
    width: calc(100% + 60px);
    top: -15px;
    left: -30px;
    z-index: 0;
    direction: ltr;
  }
  #section-offers .background-slider__container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
  }
  #section-offers .background-slider__container img {
    filter: blur(5px);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (max-width: 469px) {
  #section-offers .background-slider__container img {
    filter: unset;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-width: 469px) and (max-width: 699px) {
  #section-offers .background-slider__container img {
    filter: unset;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  #section-offers .background-slider__container {
    position: absolute;
    height: calc(100% + 40px);
    width: calc(100% + 60px);
    top: -15px;
    left: -30px;
    z-index: 0;
    direction: ltr;
  }
  #section-offers .background-slider__container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
  }
  #section-offers .background-slider__container img {
    filter: blur(5px);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) and (max-width: 469px) {
  #section-offers .background-slider__container img {
    filter: unset;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) and (min-width: 469px) and (max-width: 699px) {
  #section-offers .background-slider__container img {
    filter: unset;
  }
}
#section-offers .slick-track,
#section-offers .slick-list {
  height: 100%;
}
#section-offers .mobile-title {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  margin-bottom: 48px;
  color: #6e65d4;
}
#section-offers .mobile-title:before {
  position: absolute;
  top: 0px;
  right: 0;
  left: -40px;
  width: 100%;
  text-align: center;
  content: ".:: پیشنهادات ویژه ::." !important;
  color: #6e65d4;
  font-size: 20px;
  font-weight: bold;
  padding: 7px;
}
#section-offers .offer__container {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 469px) {
  #section-offers .offer__container {
    display: block;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers .offer__container {
    display: block;
  }
}
#section-offers .offer__container .offer-image__container {
  width: 60%;
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-offers .offer__container .offer-image__container {
    height: 78vh;
    margin: auto;
  }
}
#section-offers .offer__container .offer-image__container img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 469px) {
  #section-offers .offer__container .offer-image__container {
    height: auto;
    width: 100%;
  }
  #section-offers .offer__container .offer-image__container img {
    height: auto;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers .offer__container .offer-image__container {
    width: 100%;
    height: auto;
  }
  #section-offers .offer__container .offer-image__container img {
    height: auto;
  }
}
#section-offers .offer__container .offer-text__container {
  padding: 30px 15px;
  position: relative;
  background-color: rgba(215, 172, 0, 0.85);
  margin-right: -10%;
  width: 50%;
  margin-top: 15%;
  bottom: 30px;
  direction: ltr;
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-offers .offer__container .offer-text__container {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 469px) {
  #section-offers .offer__container .offer-text__container {
    margin: 0;
    width: 100%;
    bottom: 0;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers .offer__container .offer-text__container {
    margin: 0;
    width: 100%;
    bottom: 0;
  }
}
#section-offers .offer__container .offer-text__container:before {
  position: absolute;
  top: -70px;
  right: 0;
  left: -40px;
  width: 100%;
  text-align: center;
  content: ".:: پیشنهادات ویژه ::." !important;
  color: #6e65d4;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-offers .offer__container .offer-text__container:before {
    top: -50px;
  }
}
@media only screen and (max-width: 469px) {
  #section-offers .offer__container .offer-text__container:before, #section-offers .offer__container .offer-text__container:after {
    content: "";
    display: none;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers .offer__container .offer-text__container:before, #section-offers .offer__container .offer-text__container:after {
    content: "";
    display: none;
  }
}
#section-offers .offer__container .offer-text__container h2 {
  color: white;
  font-size: 19px;
  margin-bottom: 20px;
  direction: rtl;
  padding: 0 15px;
}
#section-offers .offer__container .offer-text__container p {
  text-align: justify;
  line-height: 26px;
  font-size: 13px;
  color: black;
  direction: rtl;
  padding: 0 15px;
}
#section-offers .offer__container .offer-text__container a.btn {
  background-color: #f8cb17;
  border-color: #f8cb17;
  color: black;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
  margin-left: 15px;
  font-weight: bold;
  direction: rtl;
}
#section-offers .offer__container .slick-dots {
  position: absolute;
  display: flex;
  left: 0;
  top: -30px;
}
@media only screen and (max-width: 469px) {
  #section-offers .offer__container .slick-dots {
    top: -30px;
    left: 10px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers .offer__container .slick-dots {
    top: -30px;
    left: 10px;
  }
}
#section-offers .offer__container .slick-dots li.slick-active button {
  background-color: #d7ac00;
}
#section-offers .offer__container .slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  background-color: #a1a1a1;
  padding: 5px;
  border: none;
  margin-right: 3px;
  transition: all ease 400ms;
}
@media only screen and (max-width: 469px) {
  #section-offers .offer__container .slick-dots li button {
    padding: 9px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-offers .offer__container .slick-dots li button {
    padding: 9px;
  }
}

#section-guests {
  background: #fcfcfc;
  background: -moz-linear-gradient(left, white 0%, white 51%, #eaeaea 99%);
  background: -webkit-linear-gradient(left, white 0%, white 51%, #eaeaea 99%);
  background: linear-gradient(to right, white 0%, white 51%, #eaeaea 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#eaeaea", GradientType=1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section-guests .guest-opinions__container {
  display: flex;
}
@media only screen and (max-width: 469px) {
  #section-guests .guest-opinions__container {
    display: block;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .guest-opinions__container {
    display: block;
  }
}
#section-guests .survey-result__container {
  text-align: center;
  width: 25%;
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 469px) {
  #section-guests .survey-result__container {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .survey-result__container {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
}
#section-guests .survey-result__container h3 {
  font-size: 14px;
  font-weight: bold;
}
#section-guests .survey-result__container .btn-survey {
  background-color: #d7ac00;
  color: white;
  padding: 10px 20px;
}
#section-guests .guest-opinion__container {
  background-color: white;
  width: 75%;
  margin-right: 20px;
  position: relative;
  /*@include superlargedesktop() {
      padding-top: 6%;
  }*/
  /*@include superlargedesktop() {
      &:before {
          width: 20px;
          background-color: #d7ac00;
          height: 100%;
          content: "";
          position: absolute;
          top: 0;
          right: -20px;
      }
  }*/
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-guests .guest-opinion__container {
    width: 72%;
  }
}
@media only screen and (max-width: 469px) {
  #section-guests .guest-opinion__container {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .guest-opinion__container {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  #section-guests .guest-opinion__container:before {
    width: 20px;
    background-color: #d7ac00;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-guests .guest-opinion__container:before {
    width: 20px;
    background-color: #d7ac00;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  #section-guests .guest-opinion__container:before {
    width: 20px;
    background-color: #d7ac00;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
  }
}
#section-guests .guest-opinion__container .centeral-pane .famous-users-comments__container {
  flex-direction: row-reverse;
}
#section-guests .guest-opinion__container .slick-dots {
  position: absolute;
  display: flex;
  bottom: -25px;
  right: 0;
}
#section-guests .guest-opinion__container .slick-dots button {
  border: none;
  font-size: 0;
  background: #dddddd;
  padding: 5px;
  border-radius: 50%;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms;
}
#section-guests .guest-opinion__container .slick-dots li {
  margin-left: 5px;
}
#section-guests .guest-opinion__container .slick-dots li.slick-active button {
  background: #d7ac00;
}
#section-guests .guest-opinion__container .user-comments__container {
  margin-top: 8%;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 20px 0;
  margin-right: 15px;
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-guests .guest-opinion__container .user-comments__container {
    margin-top: 5%;
    padding: 0 0 10px 0;
  }
}
#section-guests .guest-opinion__container .user-comments__container:after {
  content: "مهمانان ویژه هتل الماس 2";
  position: absolute;
  right: -95px;
  top: 66px;
  transform: rotate(-90deg);
  font-size: 13px;
  color: white;
}
#section-guests .guest-opinion__container .user-comments__container:before {
  right: -15px;
  top: 34%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(215, 172, 0, 0);
  border-right-color: #d7ac00;
  border-width: 10px;
  margin-top: -10px;
}
@media only screen and (max-width: 469px) {
  #section-guests .guest-opinion__container .user-comments__container:before, #section-guests .guest-opinion__container .user-comments__container:after {
    content: "";
    display: none;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .guest-opinion__container .user-comments__container:before, #section-guests .guest-opinion__container .user-comments__container:after {
    content: "";
    display: none;
  }
}
#section-guests .guest-opinion__container .user-comments__container .slick-dots {
  bottom: auto;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  justify-content: center;
}
#section-guests .guest-opinion__container .user-comments__container .slick-dots li {
  margin: 0;
  padding: 0 4px;
}
#section-guests .guest-opinion__container .user-comments__container ul {
  direction: ltr;
}
#section-guests .guest-opinion__container .user-comments__container ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
#section-guests .guest-opinion__container .user-comments__container ul li .user-comment-image__container {
  border-radius: 50%;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#section-guests .guest-opinion__container .user-comments__container ul li .user-comment-image__container img {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 5;
}
#section-guests .guest-opinion__container .user-comments__container ul li .user-comment-image__container:after {
  content: "";
  position: absolute;
  right: 7px;
  width: 80%;
  height: 100%;
  top: 9px;
  height: 80%;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 1px 1px rgba(215, 172, 0, 0.8);
  transform: rotateZ(-80deg);
}
#section-guests .guest-opinion__container .user-comments__container ul li .user-comment-text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
}
#section-guests .guest-opinion__container .user-comments__container ul li .user-comment-name {
  color: #7067d5;
  font-size: 13px;
}
#section-guests .guest-opinion__container .famous-users-comments__container {
  margin-top: 5%;
  margin-right: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*@include superlargedesktop() {
      margin-top: 15%;
  }*/
  /*&:after {
      content: "برندگان مسابقات هتل الماس 2";
      position: absolute;
      right: -130px;
      top: 151px;
      transform: rotate(-90deg);
      font-size: 13px;
      color: white;
  }

  &:before {
      right: -40px;
      top: 65%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(215, 172, 0, 0);
      border-right-color: #d7ac00;
      border-width: 10px;
      margin-top: -10px;
  }*/
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-guests .guest-opinion__container .famous-users-comments__container {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 469px) {
  #section-guests .guest-opinion__container .famous-users-comments__container {
    margin: 45px 0 0;
    display: block;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .guest-opinion__container .famous-users-comments__container {
    margin: 45px 0 0;
    display: block;
  }
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container {
  width: 50%;
  position: relative;
  margin-top: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  #section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container {
    width: 40%;
  }
}
@media only screen and (max-width: 469px) {
  #section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container {
    width: 100%;
    /*margin: 0;*/
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container {
    width: 100%;
    /*margin: 0;*/
  }
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container .slick-dots {
  top: -35px;
  right: 0;
  left: 0;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container .famous-images figure {
  position: relative;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container .famous-images figure img {
  width: 100%;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container .famous-images figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(112, 103, 213, 0.8);
  color: white;
  font-size: 12px;
  padding: 10px 5px;
  text-align: right;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container {
  width: 50%;
  margin-right: 20px;
}
@media only screen and (max-width: 469px) {
  #section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container ul {
  direction: ltr;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container ul li {
  direction: rtl;
  text-align: justify;
  padding: 0 15px;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container ul li p:nth-child(1) {
  font-weight: bold;
  line-height: 20px;
  text-align: justify;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container ul li p:nth-child(1):after {
  content: '"';
  margin-right: 5px;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container ul li p:nth-child(1):before {
  content: '"';
  margin-left: 5px;
}
#section-guests .guest-opinion__container .famous-users-comments__container .famous-text__container ul li p:nth-child(2) {
  color: #d7ac00;
  text-align: right;
}

#section-contact {
  position: relative;
}
#section-contact .map__container {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 469px) {
  #section-contact .map__container {
    height: 400px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-contact .map__container {
    height: 400px;
    margin-top: 50px;
  }
}
#section-contact .container {
  position: relative;
}
#section-contact .contact-us__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  height: 75vh;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 2;
  width: 52%;
}
@media only screen and (max-width: 469px) {
  #section-contact .contact-us__container {
    padding: 0;
    margin: 0;
    position: relative;
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-contact .contact-us__container {
    padding: 0;
    margin: 0;
    position: relative;
    height: auto;
    width: 100%;
  }
}
#section-contact .contact-us__container .contact-us-form__container {
  width: 45vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  height: 100%;
  padding: 50px 40px;
}
@media only screen and (max-width: 469px) {
  #section-contact .contact-us__container .contact-us-form__container {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-contact .contact-us__container .contact-us-form__container {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
#section-contact .contact-us__container .address-info__container li {
  display: flex;
}
#section-contact .contact-us__container .address-info__container li p:nth-child(1) {
  color: #6e65d4;
  font-size: 17px;
  text-align: center;
  width: 35px;
}
#section-contact .contact-us__container .address-info__container li p:nth-child(2) {
  color: #d7ac00;
  font-size: 16px;
}

#section-footer {
  position: relative;
}
#section-footer .parallax__container {
  background-repeat: no-repeat;
  height: 50vh;
  background-size: contain;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #d7ac00;
  font-size: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-footer .parallax__container {
    height: 48vh;
  }
}
@media only screen and (max-width: 469px) {
  #section-footer .parallax__container {
    padding: 0 10px;
    height: 100%;
    background-attachment: unset;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-footer .parallax__container {
    padding: 0 10px;
    height: 100%;
    background-attachment: unset;
  }
}
#section-footer .parallax__container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#section-footer .parallax__container p {
  z-index: 1;
}
#section-footer .parallax__container p:first-child {
  color: white;
  font-size: 22px;
}
#section-footer .footer-menu__container {
  height: 42vh;
}
#section-footer .footer-menu__container .container {
  height: 100%;
}
#section-footer .footer-menu__container .container > .row {
  height: 100%;
}
#section-footer .footer-menu__container .container > .row > .Newsletter {
  height: 100%;
}
@media only screen and (max-width: 469px) {
  #section-footer .footer-menu__container {
    height: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-footer .footer-menu__container {
    height: auto;
    margin-top: 10px;
  }
}
#section-footer .footer-menu__container .footer-pane-title {
  color: #6e65d4;
  font-size: 14px;
  font-weight: bold;
}
#section-footer .footer-menu__container .footer-pane-title i {
  color: #d7ac00;
  font-weight: normal;
  margin-left: 5px;
}
#section-footer .footer-menu__container .footer-list__container {
  list-style: disc !important;
  margin-top: 15px;
}
@media only screen and (max-width: 469px) {
  #section-footer .footer-menu__container .footer-list__container {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-footer .footer-menu__container .footer-list__container {
    margin-top: 5px;
  }
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(1) {
  transition-delay: 60;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(2) {
  transition-delay: 61;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(3) {
  transition-delay: 62;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(4) {
  transition-delay: 63;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(5) {
  transition-delay: 64;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(6) {
  transition-delay: 65;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(7) {
  transition-delay: 66;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(8) {
  transition-delay: 67;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(9) {
  transition-delay: 68;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(10) {
  transition-delay: 69;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(11) {
  transition-delay: 70;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(12) {
  transition-delay: 71;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(13) {
  transition-delay: 72;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(14) {
  transition-delay: 73;
}
#section-footer .footer-menu__container .footer-list__container li:nth-child(15) {
  transition-delay: 74;
}
#section-footer .footer-menu__container .footer-list__container li {
  list-style: disc !important;
  list-style-position: inside !important;
  color: #d7ac00;
  margin-bottom: 7px;
}
#section-footer .footer-menu__container .footer-list__container li a {
  text-decoration: none;
  color: black;
}
#section-footer .footer-menu__container .footer-list__container li a span {
  color: black;
}
#section-footer .copyright__container {
  background-color: #d7ac00;
  padding: 4px;
  height: 7vh;
}
@media only screen and (max-width: 469px) {
  #section-footer .copyright__container {
    height: auto;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-footer .copyright__container {
    height: auto;
    margin-top: 30px;
  }
}
#section-footer .copyright__container .container {
  height: 100%;
}
#section-footer .copyright__container .copyright-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: white;
  font-size: 12px;
  width: 100%;
}
#section-footer .copyright__container .copyright-text a {
  color: white;
}
@media only screen and (max-width: 469px) {
  #section-footer .copyright__container .copyright-text {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  #section-footer .copyright__container .copyright-text {
    flex-direction: column;
    text-align: center;
  }
}
#section-footer .copyright__container .copyright-text div:nth-child(2) {
  direction: ltr;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#section-footer .tripadvisor-logo {
  margin-top: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1367), screen and (max-height: 636px) {
  #section-footer .tripadvisor-logo {
    margin-top: 11px;
  }
}

.farafeedbackform-cn select,
.farafeedbackform-cn textarea,
.farafeedbackform-cn input {
  border-radius: 0;
  border: 1px solid #d7ac00;
  resize: none;
  height: 37px !important;
}
.farafeedbackform-cn textarea {
  height: 200px !important;
}
@media screen and (max-width: 1023), screen and (max-height: 639px) {
  .farafeedbackform-cn textarea {
    height: 100px !important;
  }
}
.farafeedbackform-cn .form-group {
  margin-bottom: 15px;
}
.farafeedbackform-cn .btn.btn-primary {
  border-radius: 0;
  background-color: #6e65d4;
  border-color: #6e65d4;
  color: white;
  outline: none !important;
  margin: auto;
  text-align: center;
  display: block;
  width: 150px;
  margin-top: 10px;
}

.newsletter__container {
  padding: 0 !important;
  border: none !important;
}
.newsletter__container .newsletter-title {
  text-align: right !important;
  font-size: 14px !important;
  line-height: 25px !important;
  text-align: right !important;
  color: #5e5e5e !important;
}
.newsletter__container .btn {
  background-color: #6e65d4;
  border-color: #6e65d4;
  border-radius: 0;
  color: white;
}
.newsletter__container input[type=text] {
  padding: 10px 7px !important;
  border-radius: 0 !important;
  border: 1px solid #d7ac00 !important;
}

.show-points .show-points__all-average > div:last-child {
  display: inline-block;
  background-image: url(/DesktopModules/AlmasSurvey/Assest/image/stars.png);
  height: 15px;
  width: 100PX;
  background-repeat: repeat-x;
  background-position: right -15px;
  overflow: hidden;
}
.show-points .show-points__all-average > div:last-child span {
  display: inline-block;
  background-image: url(/DesktopModules/AlmasSurvey/Assest/image/stars.png);
  background-repeat: repeat-x;
  height: 15px;
  background-position: right 0;
}
.show-points .show-points__category-average li {
  width: auto;
  height: 5px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(to left, #c1aac7, #c1aac7 57px, #fff 0px, #fff 60px) repeat scroll 0 0;
  display: block;
  overflow: hidden;
}
.show-points .show-points__category-average li div {
  height: 100%;
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(to left, #7b62ba, #7b62ba 57px, #fff 0px, #fff 60px) repeat scroll 0 0;
  overflow: hidden;
}

.show-points {
  text-align: right;
  font-weight: bold;
}
.show-points ul {
  margin-top: 5px;
  margin-bottom: 45px;
}
.show-points .show-points__category-average li {
  width: unset !important;
}
.show-points .show-points__all-average {
  margin-top: 30px;
  color: #7b62ba;
  font-weight: bold;
  background: #f7f7f7;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
}
.show-points .show-points__all-average span {
  font-size: 3em;
}
.show-points .show-points__all-average span:first-child {
  font-size: 3.2em;
}
.show-points > span {
  text-align: right;
}

.popup__container {
  position: absolute;
  width: 400px;
  height: 130px;
  padding: 20px;
  right: 0;
  top: -151px;
  left: 0;
  margin: auto;
  background: #F3EFD6;
  z-index: 999;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
  transition: all ease 400ms;
  transition-delay: 1s;
}
.popup__container.active {
  top: -1px;
}
.popup__container .popup-close-button {
  position: absolute;
  top: 5px;
  right: 7px;
  color: #d7ac00;
}
.popup__container .popup__contents {
  color: #2b2b2b;
}
.popup__container .popup__contents .popup-social__container {
  padding: 0;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__container .popup__contents .popup-social__container li {
  margin: 0 5px;
}

.sidebar__box .sidebar__shadow {
  z-index: 9998;
}

.sidebar__box .sidebar__container {
  z-index: 9999;
  background-color: #d7ac00;
  z-index: 9999;
}
.sidebar__box .sidebar__container .main-menu {
  margin-top: 25%;
}
.sidebar__box .sidebar__container .main-menu li:first-child {
  display: none;
}

.dot-navigator__container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  display: flex;
  flex-direction: column;
  z-index: 99;
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 469px) {
  .dot-navigator__container {
    display: none;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .dot-navigator__container {
    display: none;
  }
}
.dot-navigator__container li {
  margin: 2px 0;
}
.dot-navigator__container li a {
  display: block;
  color: white;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.dot-navigator__container li a:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(41, 41, 41, 0.23);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 400ms;
}
.dot-navigator__container li a.active:before {
  background-color: #edc41e;
}
.dot-navigator__container li a:hover span {
  opacity: 1;
}
.dot-navigator__container li a span {
  opacity: 0;
  transition: all ease 400ms;
  font-size: 11px;
  display: inline-block;
  margin-left: 15px;
  text-align: left;
}

.english-text {
  font-family: sans-serif;
  direction: ltr;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.ls-bottom-nav-wrapper, .ls-below-thumbnails {
  right: 20px !important;
  position: absolute !important;
}

.ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
  display: none !important;
}

nav .main-menu > li:first-child {
  margin-left: -10px;
}

#section-hotel-sections .hotel-sections__container ul {
  align-items: flex-start !important;
}

.search-box__container {
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-right: 2px;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  color: white;
  position: relative;
}
.search-box__container .icon-search {
  cursor: pointer;
  width: 16%;
  float: left;
  padding: 4px 10px;
}
.search-box__container input[type=search] {
  background: none;
  border: none;
  width: 82%;
  padding-right: 3px;
  margin-top: 4px;
}
.search-box__container input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.search-box__container input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.search-box__container input[type=search]:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.search-box__container input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.reservation__container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
.reservation__container .form-control::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
}
.reservation__container .form-control:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
.reservation__container .form-control:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}

@media (max-width: 992px) {
  .reserve-form__container {
    height: 320px;
  }
  .reserve-form__container .form-control {
    background-color: rgba(235, 235, 235, 0.96) !important;
    color: #777777;
  }
  .reserve-form__container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black !important;
  }
  .reserve-form__container .form-control::-moz-placeholder { /* Firefox 19+ */
    color: black !important;
  }
  .reserve-form__container .form-control:-ms-input-placeholder { /* IE 10+ */
    color: black !important;
  }
  .reserve-form__container .form-control:-moz-placeholder { /* Firefox 18- */
    color: black !important;
  }
  .reserve-form__container input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black !important;
  }
  .reserve-form__container input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: black !important;
  }
  .reserve-form__container input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: black !important;
  }
  .reserve-form__container input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: black !important;
  }
}
.reverse-color__about {
  background-color: #d7ac01;
  border: 2px solid #d7ac01 !important;
}

.newsletter__container .alert {
  padding: 7px;
  margin-bottom: 8px;
}

#section-footer .parallax__container {
  margin-bottom: 18px;
}

.fixed__logo {
  position: fixed;
  left: 5px;
  bottom: 0px;
  z-index: 900;
  width: 110px;
}

#Body:not(.rtl).dnnEditState #section-header .slider__container {
  top: 55px;
}
#Body:not(.rtl).dnnEditState #section-header .reservation__container {
  display: none;
}
#Body:not(.rtl) #section-guests .guest-opinion__container .centeral-pane .famous-users-comments__container {
  flex-direction: row-reverse;
}
#Body:not(.rtl) #section-guests .guest-opinion__container .famous-users-comments__container .famous-pictures__container .famous-images, #Body:not(.rtl) offer-image__container {
  direction: ltr;
}
