
@import url("fontCustom.css");
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");*/
@import url('../lib/bootstrap/dist/css/bootstrap-icons/font/bootstrap-icons.min.css');

:root {
  --color-Orange: #e7ba21;
  --color-Blue: #53c3d3;
  --color-white: #fff;
  --color-Black: #333;
  --color-GrayLight: #e3e3e3;
  --color-Gray: #eaeaea;
  --color-GrayDark: #bebebe;
  --color-GrayDarker: #969696;
  --color-Red: red;
  --color-female: #c61c72;
  --color-male: #2e318e;
  --color-child: #e75025;
  --color-green: #4CAF50;
  --font-body: 'IRANSans', sans-serif;
  --font-persian: 'Madasi', 'IRANSans', sans-serif;

}

html,
body {
  font-size: 14px;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--font-body);
  font-weight: normal;
  direction: rtl;
  color: var(--color-Black);
  text-align: right;
  overflow: hidden;
  overflow-y: auto;
  background: var(--color-white);
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--color-Black);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-Orange);
}

* {
  outline: none;
}

*:hover,
*:focus {
  outline: none;
  box-shadow: none;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background: var(--color-Gray);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--color-Orange);
  outline: 1px solid var(--color-Orange);
  border-radius: 8px;
}

.fullImg {
  width: 100%
}

.title-main {
  color: var(--color-Blue);
  font-size: 5rem;
  font-weight: bolder;
  margin-bottom: 0;
  padding-right: 10px;
  line-height: 5rem;
  font-family: var(--font-persian);
  display: flex;
  justify-content: space-between;

}

.title-main a {
  font-size: 1rem;
  color: var(--color-Orange);
  padding-left: 10px;
}

.title-main a:hover {
  color: var(--color-GrayDarker);
}

.title-in {
  color: var(--color-Orange);
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  font-family: var(--font-persian);
}

.title-in:before {
  content: '';
  display: block;
  background: url(../img/TitleBack.png);
  height: 30px;
  width: 20px;
  position: absolute;
  top: 3px;
  right: -5px;
  background-size: 20px;
  opacity: 0.5;
  z-index: -1;
}

.titleIn-main {
  color: var(--color-Orange);
  font-size: 4rem;
  font-weight: bolder;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 15px;
  position: relative;
  z-index: -1;
  font-family: var(--font-persian);
}

.titleIn-main:before {
  content: '';
  display: block;
  background: url(../img/TitleBack.png);
  height: 45px;
  width: 30px;
  position: absolute;
  top: 3px;
  right: -5px;
  background-size: 30px;
  opacity: 0.5;
  z-index: -1;
}

/* #region Btn */
.btn-OPark {
  background: var(--color-Blue);
  border-radius: 5px;
  color: var(--color-Gray);
  /* width: 100%; */
  padding: 8px 3px;
  border-radius: 5px;
  background: var(--color-Orange);
  color: var(--color-Black);
  border-color: var(--color-Orange);
}

.btn-OPark:hover,
.btn-Opark:focus-visible,
.btn-Opark:focus,
.btn-Opark:active {
  border-radius: 5px;
  background: var(--color-Blue);
  color: var(--color-Gray);
  border-color: var(--color-Blue);
}

.btn-OParkWhite {
  background: var(--color-white);
  border-radius: 5px;
  color: var(--color-Blue);
  /* width: 100%; */
  padding: 8px 3px;
  border-color: var(--color-Blue);
}

.btn-OParkWhite:hover,
.btn-OParkWhite:focus-visible,
.btn-OParkWhite:focus,
.btn-OParkWhite:active {
  background: var(--color-Blue);
  border-radius: 5px;
  color: var(--color-Black);
  border-color: var(--color-Black);
}

.btn-OParkSecond {
  background: var(--color-white);
  border-color: var(--color-Orange);
  border-radius: 5px;
  color: var(--color-Orange);
  /* width: 100%; */
  padding: 8px 3px;
}

.btn-OParkSecond:hover,
.btn-OParkSecond:focus-visible,
.btn-OParkSecond:focus,
.btn-OParkSecond:active {
  background: var(--color-Orange);
  border-radius: 5px;
  color: var(--color-Black);
  border-color: var(--color-Orange);
}


.btn-OParkThirth {
    background: var(--color-Blue);
    border-color: var(--color-Blue);
    border-radius: 5px;
    color: var(--color-Gray);
    /* width: 100%; */
    padding: 8px 3px;
}

    .btn-OParkThirth:hover,
    .btn-OParkThirth:focus-visible,
    .btn-OParkThirth:focus,
    .btn-OParkThirth:active {
        background: var(--color-Orange);
        border-radius: 5px;
        color: var(--color-Black);
        border-color: var(--color-Orange);
    }


/* .btn-OPark:hover,
.btn-OPark:focus {
  background: var(--color-Blue);
  color: var(--color-Gray);
  border-color: var(--color-Blue);
} */
/* #endregion Btn */
/* #region Header */
.header {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* #region Logo */
.logo {
  height: 56px;
}

.logo img {
  max-height: 100%;
}

/* #endregion Logo */
/* #region Menu */
.menu-icon {
  display: none;
}

.CustomerClub {
  background: var(--color-Blue);
  padding: 8px 20px;
  border-radius: 5px;
  color: var(--color-Gray);
  transition: 0.6s;
  font-weight: 500;
}

.CustomerClub:hover {
  background: var(--color-Orange);
  color: var(--color-Gray);
  transition: 0.6s;
  color: var(--color-Black);
}

.nav-body {
  display: flex;
}

.basket-btn {
  position: relative;
  margin-right: 10px;
  background: var(--color-Gray);
  border-radius: 5px;
  transition: all 0.3s;
}

.basket-btn:hover {
  background: var(--color-white);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.15);
  transition: all 0.3s;
}

.basket-btn i {
  font-size: 31px;
  line-height: 0;
  padding: 3px 6px;
  color: #e4bc21;
  position: relative;
  display: block;
}

.basket-btn small {
  background: var(--color-Blue);
  color: var(--color-Black);
  border-radius: 3px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 11px;
  line-height: 9px;
  padding: 2px;
}

/* #endregion Menu */
/* #endregion Header */
/* #region Slider */
.slider {
  position: relative;
  background: url(../img/Opark-back.png) no-repeat right center;
  background-size: 550px;
}

.slider-main {
  position: relative;
  transition: all 0.3s;
  max-width: 100%;
}

.slider-item {
  display: flex;
  /* align-items: center; */
}


.slider-item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.slider-item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.slider-item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 60%;
  flex-shrink: 0;
  transform: translateX(0);
  overflow: hidden;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 0 80px 0 0;
  transition: all 0.3s;
}

.blog-slider__content {
  width: 100%;
  margin-left: -60%;
  z-index: 2;
  padding-right: 10%;
  margin-top: 120px;
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__title {
  font-size: 3.5rem;
  font-family: var(--font-persian);
  font-weight: bold;
  color: var(--color-Black);
  margin-bottom: 10px;
  text-shadow: 2px 0 var(--color-Gray), -2px 0 var(--color-Gray), 0 2px var(--color-Gray), 0 -2px var(--color-Gray),
    1px 1px var(--color-Gray), -1px -1px var(--color-Gray), 1px -1px var(--color-Gray), -1px 1px var(--color-Gray);
}

.blog-slider__text {
  color: var(--color-Black);
  font-family: var(--font-persian);
  font-weight: bold;
  font-size: 3.5rem;
  text-shadow: 2px 0 var(--color-Gray), -2px 0 var(--color-Gray), 0 2px var(--color-Gray), 0 -2px var(--color-Gray),
    1px 1px var(--color-Gray), -1px -1px var(--color-Gray), 1px -1px var(--color-Gray), -1px 1px var(--color-Gray);
}

.blog-slider__button img {
  width: 50px;
  transition: transform 330ms ease-in-out;
}

.blog-slider__button:hover img {
  transform: rotate(-29deg);
  transition: transform 330ms ease-in-out;

}

.slider-main.swiper-container-horizontal>.swiper-pagination-bullets,
.slider-main.swiper-pagination-custom,
.slider-main.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.slider-pagination {
  position: absolute;
  z-index: 2;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}



.slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}



.slider-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: var(--color-Black);
  opacity: 0.2;
  transition: all 0.3s;
}

.slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-Orange);
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}


/* #endregion Slider */
/* #region Category */
.category {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  z-index: 2;
}

.category-title {
  padding: 0 20px;
  width: 20%;
}

.category-title img {
  width: 150px;
}

.category-tile {
  width: 80%;

}

.category-tile .col {
  display: block;
  margin: 0 5px;
}

.category-tile a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background: var(--color-white);
  height: 95px;
  padding: 10px 0;
  border-radius: 10px;
  transition: height 0.7s ease, all 0.06s ease;
}

.category-tile a img {
  position: absolute;
  left: 15px;
  height: 65px;
}

.category-tile a h2 {
  margin: 0;
  width: 100%;
  z-index: 2;
  font-size: 1.5rem;
}

.category-tile a:before {
  background: rgba(231, 185, 33, 0.8);
  background: -moz-linear-gradient(top, rgba(231, 185, 33, 0.8) 0%, rgba(231, 185, 33, 0.4) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 185, 33, 0.8)), color-stop(100%, rgba(231, 185, 33, 0.4)));
  background: -webkit-linear-gradient(top, rgba(231, 185, 33, 0.8) 0%, rgba(231, 185, 33, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(231, 185, 33, 0.8) 0%, rgba(231, 185, 33, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(231, 185, 33, 0.8) 0%, rgba(231, 185, 33, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(231, 185, 33, 0.8) 0%, rgba(231, 185, 33, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7b921', endColorstr='#e7b921', GradientType=0);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  content: '';
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}

.category-tile a:hover {
  color: var(--color-Gray);
  padding: 10px 0;
  height: 110px;
  margin-top: -10px;
  transition: height 0.7s ease, all 0.06s ease;
}

.category-tile a:hover:before {
  background: rgba(83, 194, 211, 0.8);
  background: -moz-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(83, 194, 211, 0.4) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(83, 194, 211, 0.8)), color-stop(100%, rgba(83, 194, 211, 0.4)));
  background: -webkit-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(83, 194, 211, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(83, 194, 211, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(83, 194, 211, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(83, 194, 211, 0.8) 0%, rgba(83, 194, 211, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53c2d3', endColorstr='#53c2d3', GradientType=0);
  content: '';
}

/* #endregion Category */
/* #region Entertainment */
.entertainment .container-fluid {
  padding: 0;
}

.entertainment {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.entertainment-main {
  margin-right: 9rem;
  overflow: hidden;
  padding-top: 15px;
  /* margin-top: -15px; */
}

.entertainment-item {
  display: block;
  padding: 0 10px;
  transition: all 0.06s ease;
}

.entertainment-item img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.entertainment-item h4 {
  font-size: 1.2rem;
  color: var(--color-Blue);
  margin: 0.8rem 0 0.5rem 0;
  padding: 0 5px;
}

.entertainment-item .entertainment-text {
  margin: 0;
  font-size: 0.8rem;
  padding: 0 5px;
  text-align: justify;
}

.entertainment-item .entertainment-text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  min-height: 3em;
}

.entertainment-item:hover {
  margin-top: -1rem;
  transition: all 0.06s ease;
}

.entertainment-item a:hover {
  color: var(--color-Black);
}

.entertainment-item a:hover h4 {
  color: var(--color-Orange);
  transition: all 0.06s ease;
}

.entertainment-item a:hover img {
  border-top: 4px solid var(--color-GrayDark);
  transition: all 0.06s ease;
}

/* Inside */

/* #endregion Entertainment */
/* #region Service */
.service {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.service .container-fluid {
  padding: 0;
  overflow: hidden;
}

.service-main {
  margin-right: 9rem;
  /* margin-top: -15px; */
  padding-top: 15px;
}

.service-item {
  display: block;
  padding: 0 10px;
  transition: all 0.06s ease;
  position: relative;
}

.service-item img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.service-item h4 {
  font-size: 1.2rem;
  color: var(--color-Blue);
  margin: 0.8rem 0 0.5rem 0;
  padding: 0 5px;
}

.service-item .service-text {
  margin: 0;
  font-size: 0.8rem;
  padding: 0 5px 10px;
  text-align: justify;
}

.service-item .service-text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  min-height: 3em;
}

.service-item:hover {
  margin-top: -1rem;
  transition: all 0.06s ease;
}

.service-item a:hover {
  color: var(--color-Black);
  background: var(--color-Gray);
  transition: all 0.06s ease;
  display: block;
  border-radius: 10px 10px 0 0;

}

.service-item a:hover h4 {
  color: var(--color-Orange);
  transition: all 0.06s ease;
}

.service-item a:hover img {
  border-top: 4px solid var(--color-GrayDark);
  transition: all 0.06s ease;
}

/* #endregion Service */
/* #region Campaign */
.campaign {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.campaignContainer {
  display: flex;
  color: var(--color-Black);
}

.campaignContainer:hover {
  color: var(--color-Black);
}

.campaignMask {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin-left: -1px;
}

.campaignMaskImg img {
  height: 100%;
}

.campaignMaskCover {
  position: absolute;
  top: 0;
  right: 0;
}

.campaignMaskCover img {
  height: 100%;
}

.campaign-box {
  background: #e8e7e7;
  padding: 2.5rem 15px;
  border-radius: 10px 0 0 10px;
  position: relative;
  width: 50%;
}

.campaign-box h4 {
  font-size: 5rem;
  color: var(--color-Orange);
  position: relative;

  font-family: var(--font-persian);
}

.campaign-box h4:before {
  content: '';
  display: block;
  background: url(../img/TitleBack.png);
  height: 121px;
  width: 80px;
  position: absolute;
  top: -55px;
  right: -70px;
  background-size: 80px;
}

.campaign-time {
  padding: 1rem 0px;
}

.campaign-time>div {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.campaign-time>div span {
  background: var(--color-GrayDark);
  display: block;
  padding: 7px;
  border-radius: 100%;
  z-index: 2;
}

.campaign-time>div span img {
  width: 38px;
  ;
}

.campaign-time>div small {
  background: var(--color-white);
  padding: 10px 20px;
  margin-right: -7px;
  font-weight: bolder;
  z-index: 1;
  border-radius: 10px 0 0 10px;
  font-size: 1rem;
}

.campaign-text {
  font-size: 0.9rem;
  text-align: justify;
  line-height: 25px;
  /* height: 394px; */
  overflow: hidden;
}

.campaign-box-character {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125px;
}

/* #endregion Campaign */
/* #region Blog */
.blog {
  background: url(../img/BlogBack.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 175px;

  padding-top: 5rem;
  padding-bottom: 5rem;
}

.blog .container-fluid {
  padding: 0;
}

.blog-main {
  overflow: hidden;
  padding-top: 15px;
  /* margin-top: -35px; */
}

.blog-item {
  display: block;
  padding: 0 10px;
  transition: all 0.06s ease;
  position: relative;
}

.blog-item span img {
  width: 60px;
  background: var(--color-Blue);
  border-radius: 5px;
  padding: 7px;
  position: absolute;
  top: 0;
  right: 2px;
  transition: all 0.06s ease;
}

.blog-item img {
  display: block;
  max-width: 100%;
  border-radius: 0 0 10px 10px;
  transition: all 0.06s ease;
}

.blog-item h4 {
  font-size: 1rem;
  color: var(--color-Black);
  margin: 0.8rem 0 0.5rem 0;
  padding: 0 5px;
  padding-right: 55px;
}

.blog-item .blog-text {
  margin: 0;
  font-size: 0.8rem;
  text-align: justify;
  background: var(--color-Gray);
  padding: 20px 5px 10px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  transition: all 0.06s ease;
}

.blog-item .blog-text h5 {
  font-size: 0.8rem;
}

.blog-item .blog-text h5 span {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}

.blog-item .blog-text h5 span i {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-Orange);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  z-index: -1;
  right: 0;

}

.blog-item .blog-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em;
  min-height: 4.5em;
}

.blog-item:hover {
  margin-top: -1rem;
  transition: all 0.06s ease;
}

.blog-item a:hover {
  color: #333;
}

.blog-item a:hover span img {
  background: var(--color-Orange);
  transition: all 0.06s ease;
}

.blog-item a:hover .blog-text {
  background-color: var(--color-GrayDark);
  transition: all 0.06s ease;
}

.blog-item:hover .blog-text h5 span i {
  background: var(--color-Blue);
}

.innerMain .blog-item h4 {
  padding: 0;
  padding-right: 0;
}

.date {
  text-align: center;
  font-size: 3rem;
  color: var(--color-Black);
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
}

.date span {
  display: block;
  font-size: 1.5rem;
  margin-top: -20px;
  font-weight: bold;
}

.editor {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}

.editor i {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-Orange);
  border-radius: 100%;
  position: absolute;
  top: 3px;
  z-index: -1;
  right: 0;
}

.blogIn .title-in {
  margin-top: 1rem;
}

.blogImg {
  position: relative;
}

.blogImg .date {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-list {
  display: flex;
  background-color: var(--color-Gray);
  border-radius: 10px 0 0 10px;
  margin-bottom: 1rem;
  position: relative;
}

.blog-list:hover,
.blog-list:focus {
  color: var(--color-Black);
  background-color: var(--color-GrayDark);
  transition: all 0.06s ease;
  right: -10px;
}

.blog-list img {
  width: 20%;
}

.blog-list h4 {
  font-size: 1rem;
  color: var(--color-Black);
}

.blog-list .blog-text {
  width: 80%;
  padding: 10px;
  font-size: 0.9rem;
  text-align: justify;
}

.blog-list .blog-text h5 {
  font-size: 0.8rem;
}

.blog-list .blog-text h5 span {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}

.blog-list .blog-text h5 span i {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-Orange);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  z-index: -1;
  right: 0;
}

.blog-list:hover .blog-text h5 span i {
  background: var(--color-Blue);
  transition: all 0.06s ease;
}

.blog-list p {
  margin: 0;
}

.blogIn {
  background: var(--color-Gray);
  border-radius: 0 0 10px 10px;
  padding: 15px;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 25px;
  z-index: 2;
  position: relative;
}

.blogIn .addressBar {
  margin-bottom: 0;
}

/* BlogBig In */
.blogBox .slider {
  background: none;
}

.blogBox img {
  width: 100%;
  height: 43vh;
  object-fit: cover;
}

.blogBox .intro {
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.blogBox .intro .title {
  display: inline-block;
  font-size: 1rem 2rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: underline;
  color: var(--color-Orange);
}

.blogBox .intro .title .underline {
  color: var(--color-Black);
  font-family: var(--font-persian);
}

.blogBox .description {
  position: relative;
  z-index: 1;
  margin: 1rem 0 1.5rem 0;
  font-size: 1rem;
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease forwards;
  text-align: justify;
}

.blogBox .slider-item {
  display: none;
}

.blogBox .slider-item.active {
  display: block;
}

.blogBox .slider-item.active .hide-mobile {
  display: none;
}

.blogBox .slider-item.active .show-mobile {
  display: block;
  margin: 1rem 0;
}

.blogBox .controls a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  font-size: inherit;
  width: 55px;
  height: 55px;
}

.blogBox .controls {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0.25rem 0 0.25rem 0;
  flex-direction: row-reverse;
}

.blogBox .controls .previous {
  border: 1px solid var(--color-Black);
}

.blogBox .controls .next {
  border-top: 1px solid var(--color-Black);
  border-right: 1px solid var(--color-Black);
  border-bottom: 1px solid var(--color-Black);
}

.blogBox .controls .icon {
  position: relative;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  display: block;
}

.blogBox .controls .icon.arrow-left::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(-135deg);
}

.blogBox .controls .icon.arrow-right::before {
  content: "";
  position: absolute;
  right: 1px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
}

.blogBox .previous,
.blogBox .next {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-basis: 15%;
  font-size: 2rem;
  color: var(--color-Black);
  border-radius: 0;
  top: auto;
  right: auto;
  transform: none;
}

.blogBox .previous:hover .icon,
.blogBox .next:hover .icon {
  transform: scale(1.5);
}

.blogBox .previous .icon,
.blogBox .next .icon {
  transition: transform 0.1s ease;
}

.blogBox .active .image-holder::before {
  position: absolute;
  content: "";
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transform-origin: 100% 50%;
  animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
}

.blogBox .description h5 {
  font-size: 0.8rem;
}

.blogBox .description h5 span {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}

.blogBox .description h5 span i {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-Blue);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  z-index: -1;
  right: 0;

}

@keyframes revealRight {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@media (min-width: 768px) {

  .blogBox .intro {
    animation: fadeInLeft 0.8s 0.4s ease forwards;
  }

  .blogBox .intro .title {
    font-size: 3rem;
    padding: 1rem 1rem;
    background: var(--color-white);
  }

  .blogBox img {
    height: 60vh;
  }

  .blogBox .previous,
  .blogBox .next {
    flex-basis: 8.33%;
  }

  .blogBox .slider-item.active .hide-mobile {
    display: block;
  }

  .blogBox .slider-item.active .show-mobile {
    display: none;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* #endregion Blog */
/* #region footer */
footer .container {
  border-top: 1px solid var(--color-GrayDark);
  padding: 2rem 1.25rem;
  position: relative;
}

.footer-character {
  position: absolute;
  height: 75px;
  left: 10px;
  top: -69px;
}

.footer-right li {
  margin-left: 15px;
}

.footer-right li a {
  color: var(--color-GrayDarker);
  font-size: 0.8rem;
  font-weight: 600;
}

.footer-right li a:hover {
  color: var(--color-Blue);
}

.footer-logo {
  height: 40px;
  margin-left: 20px;
}

.footer-left li {
  margin-left: 8px;
}

.footer-left a i {
  background: var(--color-GrayDark);
  color: var(--color-Gray);
  font-size: 1.5rem;
  padding: 4px;
  border-radius: 4px;
}

.footer-left a:hover i {
  background: var(--color-Blue);
}

.copyright {
  font-weight: 500;
  color: var(--color-GrayDark);
  font-size: 0.75rem;
  margin: 0;
  margin-top: 10px;
}

.copyright a {
  color: var(--color-Blue);
}

.copyright a:hover {
  color: var(--color-Orange);
}

/* #endregion footer */
/* #region path of background */
.backImgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.backImg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  background-position: top;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clip: rect(0, auto, 0, 0);
  transition: clip 2s ease;
}

#svgPath {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}

/* #endregion path of background */
/* #region inner */
footer {
  margin-top: 70px;
}

.innerBox {
  background: var(--color-Gray);
  border-radius: 0 0 10px 10px;
  padding: 15px;
  margin-bottom: 100px;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 25px;
}

.addressBar {
  border-bottom: 1px solid var(--color-GrayLight);
  color: var(--color-GrayDarker);
  font-size: 0.75rem;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.addressBar a {
  color: var(--color-GrayDark);
  position: relative;
}

.addressBar a:hover {
  color: var(--color-Blue);
}

.addressBar a:before {
  position: absolute;
  height: 8px;
  width: 1px;
  left: -10px;
  top: 5px;
  background: var(--color-GrayDark);
  content: '';

}

.addressBar li {
  margin: 0 10px;
}

.innerMain {

  /* margin-bottom: 100px; */
}

.innerMain .service-item,
.innerMain .entertainment-item,
.innerMain .blog-item {
  margin-bottom: 2rem;
}

/* #endregion inner */
/* #region contact & form */
.map {
  height: 100%;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.form-control {
  border-radius: 0 0 5px 5px;
  padding: 8px 3px;
}

.form-select {

  border-radius: 0 0 5px 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-label span {
  display: inline-block;
  font-size: 0.7rem;
  color: var(--color-Orange);
  margin: 0 7px;
}

.form-label {
  margin: 0;
  margin-bottom: 3px;
  margin-right: 5px;
  color: var(--color-Black);
  font-size: 0.85rem;
}


.form-text {
  margin-top: 0;
  font-size: .65em;
  color: var(--color-Red);
}

.form-check {
  padding-right: 1.5em;
  padding-left: 0;
}

.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* #endregion contact & form */
/* #region grid In */
.product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

.carousel-item {
  width: auto;
  overflow: hidden;
}

.entertainmentBox {
  margin-bottom: 100px;
  font-size: 0.9rem;
  line-height: 25px;
}

.entertainmentBox .grid-contact {
  margin-top: -50px;
  padding-top: 50px;
}

.entertainmentBox .entertainmentContent {
  position: relative;
  z-index: 2;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

.content {
  margin: auto;
  width: 100%;
  /*display: flex;*/
  align-items: center;
  position: relative;
}

.bg-shape {
  height: 100%;
  background-image: linear-gradient(-45deg, #e4bc21 0%, #56c6d2 100%);
  border-radius: 10px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.bg-shape img {
  object-fit: contain;
  width: 500px;
  display: block;
  object-position: left center;
  opacity: 0.2;
  transform: rotate(-90deg) translateY(-50%);
  max-width: inherit;
  left: 25px;
  position: absolute;
}

.product-slider {
  width: 75%;
  height: 85%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: var(--color-Gray);
}

.entertainmentBox .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.next,
.prev {
  z-index: 22;
  display: inline-flex;
  border: none;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
}

.next.disabled,
.prev.disabled {
  /* cursor: not-allowed; */
}

.next:focus,
.prev:focus {
  outline: none;
}

.prev {
  left: 70px;
  transform: translate(-100%, -50%);
}

.next {
  right: 40px;
  transform: translate(50%, -50%);
}

.entertainmentBox .addressBar {
  border-bottom: 0;
  top: -25px;
  position: relative;
}

.product-slider__wrp {
  height: 100%;
  margin-top: -30px;
}

.product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}

.product-slider__item.swiper-slide-active .product-slider__content>* {
  opacity: 1;
  transform: none;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(1) {
  transition-delay: 0s;
  font-family: var(--font-persian);
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(2) {
  transition-delay: 0.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(3) {
  transition-delay: 0.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(5) {
  transition-delay: 0.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(6) {
  transition-delay: 1s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(7) {
  transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(8) {
  transition-delay: 1.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(9) {
  transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(10) {
  transition-delay: 1.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(11) {
  transition-delay: 2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(12) {
  transition-delay: 2.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(13) {
  transition-delay: 2.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(14) {
  transition-delay: 2.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(15) {
  transition-delay: 2.8s;
}

.product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0.75;
  stroke: var(--color-Orange);
}

.product-slider__card {
  /* height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  margin-top: -15px; */
  height: 100%;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  /* overflow-y: scroll; */
  overflow: hidden;
  position: relative;
  margin-top: -15px;
  padding: 15px 0;
}

.product-labels::-webkit-scrollbar {
  width: 6px;
}

.product-labels::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-GrayLight);
}

.product-labels::-webkit-scrollbar-thumb {
  background-color: var(--color-Orange);
  outline: 1px solid var(--color-Gray);
  border-radius: 5px;
}

.product-slider__content {
  color: var(--color-Black);
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 250px;
  padding-right: 80px;
}

.product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-slider__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.2em;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

.product-ctr {
  text-align: justify;
  display: flex;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

.product-labels {
  overflow-y: scroll;
  height: auto;
  max-height: 300px;
  padding-left: 5px;
}

.product-ctr .hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 15px;
  flex-shrink: 0;
  opacity: 0.5;
}

.product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  position: relative;
}

.product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}

.product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-inf__title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}

.product-img {
  /* position: absolute;
  z-index: 2;
  width: 500px;
  left: 25%;
  transform: translateX(-45%);
  max-height: 500px;
  height: 100%;
  pointer-events: none; */
  position: absolute;
  z-index: 2;
  width: 350px;
  left: calc(25% - 175px);
  height: 100%;
  pointer-events: none;
}

.product-inf {
  text-align: center;
}

.product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
}

.product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
}

.product-img__item img {
  object-fit: contain;
  object-position: center right;
  width: 100%;
}

.grid-contact {
  width: 96%;
  margin: auto;
  background: #f7f7f7;
  padding: 15px;
  /* padding-top: 60px;
  margin-top: -50px; */
  border-radius: 0 0 10px 10px;
  z-index: 1;
  position: relative;
}

.grid-contact h6 {
  color: var(--color-Blue);
  font-size: 1.5rem;
  font-weight: 900;
}

.grid-contact h4 {
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.range {
  display: flex;
  border: 1px solid var(--color-Blue);
  border-radius: 5px;
  padding: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.range p {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
}

.range>div {
  width: 80%;
  padding: 0 10px;
}

.range .btn-OPark {
  width: 20%;
}

.range .form-label {
  margin-top: -19px;
  display: block;
  margin-bottom: 0px;
}

.range .rangeText {
  margin-top: -15px;
  display: block;
}

.range .form-label span {
  background: var(--color-Gray);
  color: var(--color-Black);
  padding: 0 5px;
}

.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: var(--color-Blue);
  border: 1px solid var(--color-Blue);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

.range input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background-color: var(--color-Blue);
  border: 1px solid var(--color-Blue);
  border-radius: 50%;
  cursor: pointer;
}

.range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background-color: var(--color-GrayDarker);
  border-radius: 5px;
}

.range input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background-color: var(--color-GrayDarker);
  border-radius: 5px;
}

/* #endregion grid In */
/* #region Comment */
.grid-contact .comments-container {
  border-top: 1px dashed var(--color-Orange);
  padding-top: 2rem;
}

.comments-container {}

.comments-list {
  position: relative;
}

.comments-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: var(--color-GrayDark);
  position: absolute;
  right: 32px;
  top: 0;
}

.reply-list:before,
.reply-list:after {
  display: none;
}

.reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: var(--color-GrayDark);
  position: absolute;
  top: 25px;
  right: -55px;
}


.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.reply-list {
  padding-right: 88px;
  clear: both;
  margin-top: 15px;
}

.comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: right;
  border: 3px solid var(--color-white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-main-level:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.comments-list .comment-box {
  width: calc(100% - 78px);
  float: left;
  position: relative;
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 0 10px 12px;
  border-style: solid;
  border-color: transparent var(--color-white);
  top: 8px;
  right: -11px;
}


.reply-list .comment-box {
  width: calc(100% - 63px);
}

.comment-box .comment-head {
  background: var(--color-white);
  padding: 5px 10px;
  border-bottom: 1px solid var(--color-Gray);
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-box .comment-name {
  color: var(--color-Black);
  font-size: 1rem;
  font-weight: 700;
  float: right;
  margin: 0;
}

.comment-box .comment-head span {
  float: right;
  color: var(--color-GrayDark);
  font-size: 0.8rem;
  position: relative;
  top: 1px;
}

.comment-box .comment-content {
  background: var(--color-white);
  padding: 12px;
  font-size: 0.9rem;
  color: var(--color-Black);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* #endregion Comment */
/* #region Entertainment */
.entertainmentList .swiper {
  width: 350px;
  height: 500px;
}

.entertainmentList .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-Black);
  position: relative;
  text-align: center;
}

.entertainmentList .swiper-slide h4 {
  position: absolute;
  bottom: -7px;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  background: rgba(255, 255, 255, 0.18);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.18)), color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.entertainmentList .swiper-pagination {
  bottom: -30px;
}

/* #endregion Entertainment */
/* #region Camp */
:root {
  --bubbles: url('../img/bubbles.png');
}

.campIndex {
  /* display: grid; */
  /* place-items: center; */
  /* min-height: 100vh; */
  background: url(../img/bubblesFooter.png), #bceaff;
  background-size: auto auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* FONT-FAMILY: SYSTEM-UI;*/
}

#bubble_machine {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.bubble {
  width: 100px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: all;
  cursor: pointer;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .05));
  transform: translateX(-50%);
  animation: bubble_float 10s linear forwards;
}

@keyframes bubble_float {
  100% {
    top: -130px;
    transform: translateX(-50%) rotate(360deg);
  }
}

.bubble:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: var(--bubbles);
  background-size: auto 100%;
  background-position: 0 0;
}

.pop_bubble:after {
  animation: pop_bubble .3s steps(6) forwards;
}

@keyframes pop_bubble {
  100% {
    transform: scale(2);
    background-position: -600% 0;
  }
}

.campIndex .campaignMask img {
  width: 100%;
}

.campIndex .campaign-box {
  background: none;
  width: 60%;
  position: relative;
}

.campIndex .campaign-box h4:before {
  content: none;
}

/* #endregion Camp */
/* #region Calendar */
.calendar-main {
  overflow: hidden;
  position: relative;
}

.calendar-item a {
  background: var(--color-Blue);
  border-radius: 5px;
  padding: 7px 0;
  font-size: 0.85rem;
  margin-top: 0;
  color: var(--color-white);
  width: 86%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: auto;
  border: 1px solid var(--color-Blue);
}

.calendar-item a:hover {
  background: var(--color-Orange);
  color: var(--color-Black);
  border: 1px solid var(--color-Orange);
}

.calendar-item a.today {
  background: var(--color-white);
  color: var(--color-Blue);
}

.calendar-item a span:first-child {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  width: 84%;
  margin: 0 auto 5px;
}

.calendar-item a:hover span:first-child {
  border-bottom: 1px dashed var(--color-Black);
}

.calendar-item a.today span:first-child {
  border-bottom: 1px dashed var(--color-Blue);
}

.calendar-main .swiper-button-prev {
  right: 0px;
  width: auto;
}

.calendar-main .swiper-button-next {
  left: 0px;
  width: auto;
}

.calendar-main .swiper-button-next:after,
.calendar-main .swiper-button-prev:after {
  font-size: 1rem;
  color: var(--color-Black);
}

/* #endregion Calendar */
/* #region Ticket */
.ticket {
  display: flex;
  position: relative;
  margin-bottom: 1.5rem;
}

.ticketBox {
  transition: all 0.2s ease-in-out;
}

.ticket .ticket-right {
  width: 23%;
  background: var(--color-Gray);
  border-radius: 0 5px 5px 0;
  border-left: 1px dashed var(--color-GrayLight);
  overflow: hidden;
  text-align: center;
  position: relative;
}

.ticket-right h5 {
  color: var(--color-white);
  padding: 6px 0;
  font-size: 12px;
  text-align: center;
  margin: 0;
}

.female .ticket-right h5 {
  background: var(--color-female);
}

.male .ticket-right h5 {
  background: var(--color-male);
}

.ticket-right strong {
  background: var(--color-white);
  width: 100%;
  display: block;
  margin-bottom: 8px;
  padding: 3px 0;
}

.child .ticket-right strong {

  background: var(--color-child);
  color: var(--color-Gray);
}

.ticket-right a {
  color: var(--color-Blue);
  font-size: 0.9rem;
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0;
  font-weight: 800;
}

.ticket-right a:hover {
  color: var(--color-Orange);
}

.ticket-right p {
  font-size: 0.9rem;
  margin-top: 10px;
}

.ticket-right p span {
  display: block;
}

.ticket .ticket-left {
  width: 80%;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.ticket-left img {
  width: 100%;
}

.ticket .price {
  color: var(--color-white);
  padding: 6px 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.female .price {
  background: var(--color-female);
}

.male .price {
  background: var(--color-male);
}

.ticket .price strong {
  font-weight: 400;
  color: var(--color-white);
}

.ticket .price .withoutDiscount {
  position: relative;
  margin-left: 5px;
}

.ticket .price .withoutDiscount:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  top: 7px;
}

.ticket-img {
  position: relative;
}

.ticket-img strong {
  position: absolute;
  top: 1%;
  width: 98%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 0;
  right: 1%;
  font-size: 0.85rem;
  font-weight: 500;
}

.shopping-cart {
  text-align: center;
  display: flex;
  flex-direction: row;
  left: 5px;
  bottom: 5px;
  justify-content: flex-end;
  padding: 5px;
  background: #eaeaea;
  align-items: center;
}

.shopping-cart .btn {
  display: block;
  border: 0;
  background: var(--color-Blue);
  border-radius: 0;
  font-size: 0.8rem;
  padding: 6px 10px;
  margin-right: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}

.shopping-cart .btn:hover {
  background: var(--color-Orange);
  transition: all 0.3s;

}

.shopping-quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 40px;
  min-width: 40px;
  font-size: 16px;
  color: var(--color-Black);
  font-weight: 300;
  float: right;
  line-height: 28px;
  max-height: 28px;
  border-radius: 0;
}

.shopping-quantity button[class*=btn] {
  width: 28px;
  height: 28px;
  max-width: 35px;
  background-color: var(--color-GrayDark);
  border: none;
  cursor: pointer;
  position: relative;
  float: right;
  color: var(--color-white);
}

.shopping-quantity button[class*=btn]:hover {
  background-color: var(--color-GrayDarker);
}

.shopping-quantity button[class*=btn].minus-btn {
  line-height: 30px;
}

.shopping-quantity .plus-btn {
  font-size: 19px;
  border-radius: 0 5px 5px 0;
}

.shopping-quantity .minus-btn {
  font-size: 28px;
  border-radius: 5px 0 0 5px;
}

.shopping-quantity button:focus,
.shopping-quantity input:focus {
  outline: 0;
}

.ticket-line {
  width: 1px;
  margin-left: -1px;
  background-image: url(../img/dot.png);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: center;
  position: relative;
  background-color: var(--color-Gray);
  z-index: 1;
}

.ticket-line:before,
.ticket-line:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: var(--color-white);
  right: -8px;
}

.ticket-line:before {

  top: -8px;
}

.ticket-line:after {
  bottom: -8px;
}

.filter-ticket {
  display: flex;
  padding: 2.5rem 0 1rem;
  justify-content: center;
}

.filter-ticket .button {
  background: var(--color-Gray);
  padding: 8px 20px;
  border-radius: 5px;
  color: var(--color-Black);
  transition: 0.6s;
  font-weight: 500;
  border: 0;
  margin: 0 5px;
}

.filter-ticket .button.is-checked {
  background: var(--color-Orange);
  transition: 0.6s;
}

.filter-hide {
  display: none;
}

/* #endregion Ticket */
/*#region Modal*/
.modal {
  background: rgba(83, 195, 211, 0.6);
}

.modal-header {
  position: absolute;
  top: 0;
}

.popUp-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.modal-content {
  overflow: hidden;
}

.popUp-head {
  width: 100%;
  margin-bottom: -60px;
  z-index: 1;
  position: relative;
  top: 0;
}

.modal-header .close {
  opacity: 1;
  background: transparent;
  line-height: 20px;
  font-size: 40px;
  z-index: 2;
  border: 0;
}

.modal-header .close span {
  color: var(--color-Blue);
}

.modal-body {
  padding: 4rem 1rem 2rem;
  font-size: 13px;
  line-height: normal;
  background: #addede;
}

.modal-body ul {
  margin-right: 1rem;
}

.modal-body ul li {
  list-style-type: circle;
}

/*#endregion Modal*/
/* #region Basket */
.basket-item {
  background: rgba(227, 227, 227, 0.4);
  padding: 10px 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.basket-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.basket-item p,
.basket-item h6 {
  padding: 0;
  margin: 0;
}

.basket-title i {
  display: flex;
  color: var(--color-Red);
  font-size: 1.3rem;
  margin-left: 8px;
}

.basket-price h6 {
  background: rgba(76, 175, 80, 0.5);
  padding: 5px 10px;
  margin-right: 5px;
  color: var(--color-Black);
}

.basket-price i {
  display: flex;
  color: var(--color-green);
  font-size: 1.3rem;
}

.basket-gender span {
  padding: 1px 9px;
  border-radius: 5px;
  font-size: 0.85rem;
  color: var(--color-white);
}

.basket-gender .female {
  background: var(--color-female);
}

.basket-gender .male {
  background: var(--color-male);
}

.basket-gender .child {
  background: var(--color-child);
}

.basket-gender .adult {
  background: var(--color-white);
  color: var(--color-Black);
}

.finallPrice {
  background: var(--color-Gray);
  border-radius: 0 5px 5px 0;
  padding: 10px;
}

.finallPrice .input-group .form-control {
  border-radius: 0 5px 5px 0 !important;
  border-color: var(--color-white);
}

.finallPrice .btn-outline-secondary {
  width: auto;
  border-radius: 5px 0 0 5px !important;
}

.finallPrice .invoice {
  border-top: 1px dashed var(--color-GrayDark);
  padding: 5px 10px;
}

.finallPrice .invoice p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  margin: 6px 0;
  align-items: center;
  JUSTIFY-CONTENT: space-between;
  display: flex;
}

.finallPrice .invoice.invoice-all {
  border-top: 0;
  background: var(--color-green);
  color: var(--color-white);
  padding: 5px;
  border-radius: 5px;
}

.finallPrice .form-check {
  font-size: 0.9rem;
}

.finallPrice .form-check a {
  color: var(--color-Blue);
}

.finallPrice .form-check a:hover {
  color: var(--color-Orange);
}

.basket-delete {
  display: none;
}

.bank-checkBox {
  border-top: 1px dashed var(--color-GrayDarker);
  padding-top: 0.5rem;
}

.bank-checkBox img {
  height: 25px;
}

.bank-checkBox .form-check {
  margin-left: 14px;
  display: flex;
  align-items: center;
}

.bank-checkBox .form-check label {
  margin-right: 5px;
}

.basket-item .basket-title,
.basket-item .basket-gender,
.basket-item .basket-time,
.basket-item .shopping-quantity,
.basket-item .basket-price {
  width: 20%;
}

.basket-item .basket-gender {
  width: 23%;
}

.basket-item .basket-time {
  width: 17%;
}

.basket-item .basket-time small {
  font-size: .75em;
}

.basket-item .shopping-quantity {
  width: 96px;
  min-width: 96px
}

.basket-item .basket-price {
  width: calc(40% - 96px);
  justify-content: end;
}

.finallPrice-check {
  padding-right: 2em;
}

.finallPrice-check .form-check-input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  margin-right: -2em;
  margin-top: -2px;
}

/* #endregion Basket */
/* #region Login */
.login-title {
  position: relative;
  z-index: 1;
  /* padding-right: 5px; */
  font-size: 0.95rem;
  margin-right: 10px;
}

.login-title i {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color-Orange);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  z-index: -1;
  right: 0;
}

.login-form {
  width: calc(100% - 450px);
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid var(--color-Gray);
  border-radius: 0 10px 10px 0;
  border-left: 0;
}

.login-form .copyright {
  text-align: center;
}

.login-checkList {
  font-size: 0.85rem;
}

.login-checkList a {
  color: var(--color-Orange);
}

.login-checkList a:hover {
  color: var(--color-blue);
}

.login-logo {
  width: 150px;
  margin: auto;
  margin-bottom: 10px;
}

.login-body {
  width: 60%;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 100vh;
}

.loginSketch *:before,
.loginSketch *:after {
  content: "";
  position: absolute;
}

.loginSketch {
  width: 450px;
  height: 450px;
  position: relative;
  direction: ltr;
  overflow: hidden;
}

.container-night {
  background-color: #e4ecff;
}

.circle-container {
  width: 450px;
  height: 450px;
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.sky {
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#feb8b0),
      to(#fef9db));
  background: -webkit-linear-gradient(#feb8b0, #fef9db);
  background: -o-linear-gradient(#feb8b0, #fef9db);
  background: linear-gradient(#feb8b0, #fef9db);
  z-index: 1;
  overflow: hidden;
}

.sky-night {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#4c3f6d),
      color-stop(#6c62bb),
      to(#93b1ed));
  background: -webkit-linear-gradient(#4c3f6d, #6c62bb, #93b1ed);
  background: -o-linear-gradient(#4c3f6d, #6c62bb, #93b1ed);
  background: linear-gradient(#4c3f6d, #6c62bb, #93b1ed);
  opacity: 0;
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.sky-night-fade {
  opacity: 1;
}

@-webkit-keyframes sky-night {
  0% {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#feb8b0),
        to(#fef9db));
    background: -webkit-linear-gradient(#feb8b0, #fef9db);
    background: linear-gradient(#feb8b0, #fef9db);
  }

  100% {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#4c3f6d),
        to(#96b5ee));
    background: -webkit-linear-gradient(#4c3f6d, #96b5ee);
    background: linear-gradient(#4c3f6d, #96b5ee);
  }
}

@keyframes sky-night {
  0% {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#feb8b0),
        to(#fef9db));
    background: -webkit-linear-gradient(#feb8b0, #fef9db);
    background: -o-linear-gradient(#feb8b0, #fef9db);
    background: linear-gradient(#feb8b0, #fef9db);
  }

  100% {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#4c3f6d),
        to(#96b5ee));
    background: -webkit-linear-gradient(#4c3f6d, #96b5ee);
    background: -o-linear-gradient(#4c3f6d, #96b5ee);
    background: linear-gradient(#4c3f6d, #96b5ee);
  }
}

.sun-container {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 290px;
  height: 290px;
  /*    background-color: rgba(255, 0, 255, 0.2);*/
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.sun {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fefefe),
      to(#fffbe8));
  background: -webkit-linear-gradient(#fefefe, #fffbe8);
  background: -o-linear-gradient(#fefefe, #fffbe8);
  background: linear-gradient(#fefefe, #fffbe8);
  cursor: pointer;
  z-index: 10;
}

.boat {
  position: absolute;
  width: 50px;
  height: 0px;
  border-top: 7px solid #bb7074;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 280px;
  /*    right: -50px;*/
  top: -5px;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: boat 5s infinite;
  animation: boat 5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

.boat-sail {
  margin-left: -350px;
}

.boat,
.boat:before,
.boat:after {
  position: absolute;
  z-index: 200;
}

@-webkit-keyframes boat {
  0% {
    -webkit-transform: rotate(1deg)translate(2px, 0px);
    transform: rotate(1deg)translate(2px, 0px);
  }

  25% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(1px, 0px);
    transform: rotate(1deg) translate(1px, 0px);
  }

  75% {
    -webkit-transform: rotate(-1deg) translate(-1px, -2px);
    transform: rotate(-1deg) translate(-1px, -2px);
  }

  100% {
    -webkit-transform: rotate(1deg) translate(2px, 0px);
    transform: rotate(1deg) translate(2px, 0px);
  }
}

@keyframes boat {
  0% {
    -webkit-transform: rotate(1deg)translate(2px, 0px);
    transform: rotate(1deg)translate(2px, 0px);
  }

  25% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(1px, 0px);
    transform: rotate(1deg) translate(1px, 0px);
  }

  75% {
    -webkit-transform: rotate(-1deg) translate(-1px, -2px);
    transform: rotate(-1deg) translate(-1px, -2px);
  }

  100% {
    -webkit-transform: rotate(1deg) translate(2px, 0px);
    transform: rotate(1deg) translate(2px, 0px);
  }
}

.boat:before,
.boat:after {
  width: 0;
  height: 0;
  border: 0 solid transparent;
}

.boat:before {
  bottom: 8px;
  right: 16px;
  border-left-width: 15px;
  border-right-width: 0px;
  border-bottom: 30px solid #bb7074;
}

.boat:after {
  bottom: 8px;
  right: -6px;
  border-left-width: 0px;
  border-right-width: 20px;
  border-bottom: 48px solid #bb7074;
}

.ocean {
  position: absolute;
  width: 100%;
  height: 45%;
  bottom: 0;
  background: #ceefe8;
  z-index: 200;
  -webkit-animation: ocean-top 3s infinite;
  animation: ocean-top 3s infinite;
  opacity: 1;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.animation-stop {
  -webkit-animation: ocean-top 3s forwards;
  animation: ocean-top 3s forwards;
  height: 42%;
}

.ocean-night {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8da6e6),
      to(#788cc9));
  background: -webkit-linear-gradient(#8da6e6, #788cc9);
  background: -o-linear-gradient(#8da6e6, #788cc9);
  background: linear-gradient(#8da6e6, #788cc9);
  opacity: 0;
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  z-index: 500;
}

.ocean-night-fade {
  opacity: 1;
}

.moon {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fefefe),
      to(#fffbe8));
  background: -webkit-linear-gradient(#fefefe, #fffbe8);
  background: -o-linear-gradient(#fefefe, #fffbe8);
  background: linear-gradient(#fefefe, #fffbe8);
  opacity: 0;
  left: 80px;
  margin-top: 90px;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.moon-fade {
  opacity: 0.3;
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}

.ocean:before,
.ocean:after {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 200;
}

.ocean:before {
  height: 75%;
  background: #baeced;
  -webkit-animation: ocean-middle 3s infinite;
  animation: ocean-middle 3s infinite;
}

.ocean:after {
  height: 50%;
  background: #ace6f1;
  -webkit-animation: ocean-bottom 2s infinite;
  animation: ocean-bottom 2s infinite;
}

@-webkit-keyframes ocean-top {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ocean-top {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ocean-middle {
  0% {
    height: 75%;
  }

  50% {
    height: 77%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    height: 75%;
  }
}

@keyframes ocean-middle {
  0% {
    height: 75%;
  }

  50% {
    height: 77%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    height: 75%;
  }
}

@-webkit-keyframes ocean-bottom {
  0% {
    height: 50%;
  }

  50% {
    height: 52%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  100% {
    height: 50%;
  }
}

@keyframes ocean-bottom {
  0% {
    height: 50%;
  }

  50% {
    height: 52%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  100% {
    height: 50%;
  }
}

.bird:before,
.bird:after {
  border: 2px solid #bb7074;
  border-bottom: 0;
  width: 18px;
  height: 8px;
  z-index: 200;
}

.bird {
  position: absolute;
  -webkit-animation: bird 1s infinite;
  animation: bird 1s infinite;
  z-index: 200;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.birds-fly {
  margin-left: 200px;
  margin-top: -200px;
}

.bird:after {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-right: 0;
  -webkit-animation: wing-right 1s infinite;
  animation: wing-right 1s infinite;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.bird:before {
  left: -19px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  border-left: 0;
  -webkit-animation: wing-left 1s infinite;
  animation: wing-left 1s infinite;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.bird-1 {
  left: 240px;
  top: 140px;
  -webkit-transform: scale(0.9)rotate(10deg);
  -ms-transform: scale(0.9)rotate(10deg);
  transform: scale(0.9)rotate(10deg);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.bird-2 {
  left: 280px;
  top: 120px;
  -webkit-transform: scale(0.8)rotate(-5deg);
  -ms-transform: scale(0.8)rotate(-5deg);
  transform: scale(0.8)rotate(-5deg);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.bird-3 {
  left: 250px;
  top: 100px;
  -webkit-transform: scale(1)rotate(8deg);
  -ms-transform: scale(1)rotate(8deg);
  transform: scale(1)rotate(8deg);
}

@-webkit-keyframes bird {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(2px, -3px);
    transform: translate(2px, -3px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes bird {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(2px, -3px);
    transform: translate(2px, -3px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes wing-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wing-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes wing-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wing-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.mountains {
  position: absolute;
  width: 100%;
  /*        background-color: #ccc;*/
  height: 20%;
  bottom: 35%;
  /*        overflow: hidden;*/
}

.mountains-bottom {
  opacity: 0.5;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  top: 0;
  position: fixed;
  overflow: hidden;
  height: 31.5%;
}

.mountains div,
.mountains div:after,
.mountains div:before {
  border-radius: 50%;
  position: absolute;
  z-index: 200;
}

.mountains * {
  -webkit-transition: background 3s ease;
  -o-transition: background 3s ease;
  transition: background 3s ease;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.mountain-top,
.mountain-top * {
  background: #fffcdd;
}

.mountain-top {
  width: 200px;
  height: 90px;
  top: 18px;
  right: 0;
  margin-right: -50px;
}

.mountain-top-1 {
  position: absolute;
  width: 250px;
  height: 80px;
  top: 15px;
  right: 0;
  margin-right: 150px;
}

.mountain-top-night {
  background: #614da2;
}

.mountain-middle,
.mountain-middle * {
  background: #fee1cb;
}

.mountain-middle {
  width: 180px;
  height: 120px;
  top: 12px;
  margin-left: 180px;
}

.mountain-middle-1 {
  width: 200px;
  height: 100px;
  top: 3px;
  margin-left: -110px;
}

.mountain-middle-2 {
  width: 220px;
  height: 150px;
  margin-left: -250px;
}

.mountain-middle-night {
  background: #6154a4;
}

.mountain-back,
.mountain-back * {
  background: #fec6b9;
}

.mountain-back {
  width: 180px;
  height: 120px;
  top: 0px;
}

.mountain-back-1 {
  width: 200px;
  height: 100px;
  top: 3px;
  margin-left: 80px;
}

.mountain-back-2 {
  width: 150px;
  height: 80px;
  margin-left: 250px;
}

.mountain-back-night {
  background: #7980c8;
}

.cloud,
.cloud:after,
.cloud:before {
  background: #fff;
  position: absolute;
  z-index: 500;
}

.cloud {
  width: 65px;
  height: 12px;
  border-radius: 20px;
  -webkit-animation: cloud 4s infinite;
  animation: cloud 4s infinite;
}

@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes cloud {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.cloud:after {
  border-radius: 50%;
  height: 30px;
  left: 27px;
  top: -18px;
  width: 30px;
}

.cloud:before {
  border-radius: 50%;
  height: 20px;
  left: 12px;
  top: -11px;
  width: 20px;
}

.cloud-1 {
  left: 310px;
  top: 50px;
}

.cloud-2 {
  left: 280px;
  top: 150px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.cloud-3 {
  left: 410px;
  top: 190px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.cloud-4 {
  left: 160px;
  top: 120px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.cloud-5 {
  left: 60px;
  top: 170px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.cloud-6 {
  left: 0px;
  top: 100px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.stars *,
.stars *:before,
.stars *:after {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}

.stars {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.stars-fade {
  opacity: 1;
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}

.star-group-1 {
  width: 5px;
  height: 5px;
  left: 225px;
  top: 120px;
}

.star-group-1:before {
  width: 4px;
  height: 4px;
  left: 50px;
  top: 18px;
  opacity: 0.8;
}

.star-group-1:after {
  width: 3px;
  height: 3px;
  left: -35px;
  top: 35px;
  opacity: 1;
}

.star-group-2 {
  width: 5px;
  height: 5px;
  left: 25px;
  top: 175px;
}

.star-group-2:before {
  width: 4px;
  height: 4px;
  left: 40px;
  top: 14px;
  opacity: 0.8;
}

.star-group-2:after {
  width: 3px;
  height: 3px;
  left: 30px;
  top: -40px;
  opacity: 1;
}

.star-group-3 {
  width: 5px;
  height: 5px;
  left: 125px;
  top: 50px;
}

.star-group-3:before {
  width: 4px;
  height: 4px;
  left: 50px;
  top: 20px;
  opacity: 0.8;
}

.star-group-3:after {
  width: 3px;
  height: 3px;
  left: 90px;
  top: -20px;
  opacity: 1;
}

.star-group-4 {
  width: 5px;
  height: 5px;
  left: 300px;
  top: 100px;
}

.star-group-4:before {
  width: 3px;
  height: 3px;
  left: 80px;
  top: 60px;
  opacity: 0.8;
}

.star-group-4:after {
  width: 3px;
  height: 3px;
  left: 50px;
  top: -20px;
  opacity: 1;
}

.shooting-star {
  position: absolute;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 1)),
      to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 35px;
  height: 3px;
  left: 310px;
  top: 10px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.shooting {
  -webkit-animation: shooting-star 5s infinite;
  animation: shooting-star 5s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes shooting-star {
  100% {
    -webkit-transform: rotate(-40deg)translateX(-450px);
    transform: rotate(-40deg)translateX(-450px);
  }
}

@keyframes shooting-star {
  100% {
    -webkit-transform: rotate(-40deg)translateX(-450px);
    transform: rotate(-40deg)translateX(-450px);
  }
}

/* #endregion Login */
/* #region Payment */
.paymentText {
  text-align: center;
}

.paymentText.success {
  color: var(--color-green)
}

.paymentText.unsuccess {
  color: var(--color-Red)
}

.payment-body {
  width: 60%;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 100vh;
}

.paymentForm {
  width: calc(100% - 450px);
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid var(--color-Gray);
  border-radius: 0 10px 10px 0;
  border-left: 0;
}

.payment-number {
  display: flex;
  justify-content: space-around;

}

.paymentSVG {
  position: relative;
  padding: 2rem;
  width: 450px;
  background: #f3f9ff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.15);
}

/* #region Unsuccess */
.paymentSVG svg {
  margin: auto;
  display: block;
  height: 245px;
  width: 315px;
}

.paymentSVG .a {
  fill-opacity: 0.5;
  opacity: 0.85;
  isolation: isolate;
  fill: url(#a);
}

.paymentSVG .b {
  fill: var(--color-Orange);
}

.paymentSVG .c {
  fill: var(--color-GrayLight);
}

.paymentSVG .d {
  fill: var(--color-Gray);
}

.paymentSVG .e {
  fill: var(--color-Red);
}

.paymentSVG .f {
  fill: var(--color-white);
}

@-webkit-keyframes starAnimation {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.7;
  }

  30% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.7;
  }
}

@keyframes starAnimation {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.7;
  }

  30% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.7;
  }
}

@-webkit-keyframes circlesAnimationTop {
  0% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  30% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }

  60% {
    -webkit-transform: translate(1px, 10px);
    transform: translate(1px, 10px);
  }

  100% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
}

@keyframes circlesAnimationTop {
  0% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  30% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }

  60% {
    -webkit-transform: translate(1px, 10px);
    transform: translate(1px, 10px);
  }

  100% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
}

@-webkit-keyframes circlesAnimationBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: scale(1) translate(0px, 0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(5px, 5px) rotate(285deg);
    transform: scale(1.5) translate(5px, 5px) rotate(285deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: scale(1.2) translate(0px, 0px) rotate(0deg);
  }
}

@keyframes circlesAnimationBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: scale(1) translate(0px, 0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(5px, 5px) rotate(285deg);
    transform: scale(1.5) translate(5px, 5px) rotate(285deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: scale(1.2) translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shadowLoop {
  0% {
    -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
    transform: translate(0, -35px) scale(1.15, 0.25);
  }

  100% {
    -webkit-transform: translate(0, -35px) scale(0.8, 0.18);
    transform: translate(0, -35px) scale(0.8, 0.18);
  }
}

@keyframes shadowLoop {
  0% {
    -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
    transform: translate(0, -35px) scale(1.15, 0.25);
  }

  100% {
    -webkit-transform: translate(0, -35px) scale(0.8, 0.18);
    transform: translate(0, -35px) scale(0.8, 0.18);
  }
}

@-webkit-keyframes dropFall {
  0% {
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }

  100% {
    -webkit-transform: translate(0, 125px);
    transform: translate(0, 125px);
    opacity: 0;
  }
}

@keyframes dropFall {
  0% {
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }

  100% {
    -webkit-transform: translate(0, 125px);
    transform: translate(0, 125px);
    opacity: 0;
  }
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#noConnection * {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.paymentSVG .star,
.paymentSVG .circlesBottom,
.paymentSVG .circlesTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.paymentSVG .star {
  -webkit-animation: starAnimation 0.8s cubic-bezier(0, 0, 1, 20);
  animation: starAnimation 0.8s cubic-bezier(0, 0, 1, 20);
}

.paymentSVG .circlesBottom {
  -webkit-animation: circlesAnimationBottom;
  animation: circlesAnimationBottom;
}

.paymentSVG .circlesTop {
  -webkit-animation: circlesAnimationTop;
  animation: circlesAnimationTop;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.paymentSVG .circlesBottom,
.paymentSVG .circlesTop {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.paymentSVG .cloud {
  -webkit-animation: cloudLoop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite alternate;
  animation: cloudLoop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite alternate;
}

.paymentSVG .shadow {
  background: #BDC4D7;
  opacity: 0.4;
  height: 55px;
  width: 75px;
  border-radius: 50px;
  margin: auto;
  -webkit-transform: translate(0, -35px) scale(1.35, 0.25);
  transform: translate(0, -35px) scale(1.35, 0.25);
  -webkit-animation: shadowLoop 0.8s ease infinite alternate;
  animation: shadowLoop 0.8s ease infinite alternate;
}

.paymentSVG .rain {
  display: block;
  text-align: center;
  margin: auto;
  height: 90px;
  width: 100px;
  overflow: hidden;
  margin-top: -80px;
  z-index: 0;
}

.paymentSVG .drop {
  display: inline-block;
  background: #A9C6F0;
  height: 25px;
  width: 4px;
  margin: 5px;
  border-radius: 25px;
  opacity: 0.85;
  -webkit-animation: dropFall 1s infinite;
  animation: dropFall 1s infinite;
}

.paymentSVG .drop.fast {
  opacity: 0.75;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.paymentSVG .drop.faster {
  opacity: 0.5;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
}

.paymentSVG .drop.slow {
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
}

.paymentSVG .lightning {
  opacity: 0.8;
  z-index: 10;
}

/* #endregion Unsuccess */
/* #region success */
.paymentSVG-success {
  background-color: #fffcf1;
}

.paymentSVG .x {
  fill: var(--color-Blue);
}

.paymentSVG .success {
  display: block;
  text-align: center;
  margin: auto;
  width: 150px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: calc(50% - 75px);
  -webkit-animation: cloudLoop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite alternate;
  animation: cloudLoop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite alternate;
}

/* #endregion success */
/* #endregion Payment */
/* #region 404 */
.notFound-body h1 {
  color: var(--color-Orange);
  text-align: center;
  padding: 2em 0 0;
  opacity: 0;
  font-family: var(--font-persian);
}

.notFound-body svg {
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -1;
}

#notFound footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* #endregion 404 */
/* #region Reserve ticket */
.reserve {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.reserve-body {
  display: flex;
  justify-content: center;
}

.reserveForm {
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid var(--color-Gray);
  border-radius: 0 10px 10px 0;
  border-left: 0;
  width: calc(100% - 500px);
  height: 100%;
}

.reserveFormBody {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.reserveForm li {
  list-style-type: disc;
}

.reserveForm ul {
  font-size: 0.9rem;
  line-height: 2;
  text-align: right;
}

.reserveForm .input-group .form-control {
  border-radius: 0 0 5px 0 !important;
}

.reserveForm .input-group .input-group-text {
  border-radius: 0 0 0 5px !important;
  background: var(--color-Blue);
  padding: 0 25px;
}

.reserveFormText {
  width: 55%;
  text-align: center;
  border-left: 1px dashed var(--color-GrayDark);
}

.reserveFormCard {
  width: 44%;
}

.reserveSVG {
  background: #F9CDA1;
  background-image: linear-gradient(transparent, transparent), linear-gradient(90deg, transparent, transparent), linear-gradient(#f6b471 1px, transparent 1px), linear-gradient(90deg, #f4a759 1px, transparent 1px);
  background-size: 30px 30px;

  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center
}

.reserveSVG>div {
  position: relative;
  height: 450px;
  width: 500px;
  /* overflow: hidden; */
}

.tile {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #F9CDA1;
  background-image: linear-gradient(transparent, transparent), linear-gradient(90deg, transparent, transparent), linear-gradient(#f6b471 1px, transparent 1px), linear-gradient(90deg, #f4a759 1px, transparent 1px);
  background-size: 30px 30px;
}

.pool {
  position: absolute;
  top: 25%;
  left: 7.5%;
  height: 65%;
  width: 85%;
  border: 20px solid white;
  outline: 3px solid #bc9055;
  box-shadow: 4px 4px 2px #8e6937;
}

.water {
  position: absolute;
  top: 28.5%;
  left: 10.5%;
  height: 58%;
  width: 79%;
  background: #7BCBE5;
  overflow: hidden;
  border: 2px solid #29a8d1;
}

.water .wave-dark {
  position: absolute;
  top: 20%;
  left: 20%;
  height: 150%;
  width: 150%;
  background: #50badd;
  border-radius: 40%;
  animation: waveone 40s linear infinite;
  border: 2px solid #29a8d1;
}

.water .wave-light {
  position: absolute;
  top: -20%;
  left: -20%;
  height: 100%;
  width: 150%;
  border-radius: 40%;
  background: #a6dced;
  border: 2px solid #50badd;
  animation: wavetwo 40s linear infinite;
}

@keyframes waveone {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wavetwo {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.diving-board {
  position: absolute;
  top: 52%;
  left: 3%;
  height: 12%;
  width: 30%;
  background: #CF5C3D;
  border: 2px solid #853621;
}

.ladder {
  position: absolute;
  top: 30%;
  left: 73%;
  height: 5%;
  width: 12%;
  background: gray;
  border: 2px solid #4d4d4d;
}

.ladder:before,
.ladder:after {
  position: absolute;
  content: "";
  background: #CCC;
  top: -220%;
  height: 380%;
  width: 14%;
  border-radius: 5px;
  border: 2px solid #4d4d4d;
}

.ladder:before {
  left: 2%;
}

.ladder:after {
  right: 2%;
}

.towel {
  position: absolute;
  top: -8%;
  left: 20%;
  height: 20%;
  width: 30%;
  background: #7BCBE5;
  transform: rotate(10deg);
  border: 5px solid white;
  outline: 2px solid #50badd;
}

.towel:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #39C1C7;
  transform: rotate(30deg);
  border: 2px solid #2d9ba0;
}

.pool-float-one {
  position: absolute;
  border-radius: 5px;
  height: 15%;
  width: 35%;
  top: 37%;
  left: 35%;
  transform: rotate(15deg);
  background: #5134D3;
  background: repeating-linear-gradient(90deg, #5134D3, #5134D3 20px, #755edc 0px, #755edc 40px);
  border: 2px solid #3f26ae;
  animation: float 10s linear infinite;
}

.pool-float-two,
.pool-float-two-border {
  position: absolute;
  border-radius: 50%;
}

.pool-float-two {
  top: 60%;
  left: 34%;
  border: 30px solid #FF7DBD;
  height: 25%;
  width: 21%;
  animation: floatTwo 6s linear infinite;
}

.pool-float-two-border {
  top: 59.5%;
  left: 34.5%;
  border: 36px solid #ff4aa3;
  height: 26%;
  width: 22%;
  animation: floatTwoBorder 6s linear infinite;
}

@keyframes float {
  0% {
    left: 35%;
  }

  50% {
    left: 45%;
    transform: translateX(10px);
    transform: translateY(20px);
  }

  100% {
    left: 35%;
  }
}

@keyframes floatTwo {
  0% {
    left: 33.5%;
  }

  50% {
    left: 32%;
  }

  100% {
    left: 33.5%;
  }
}

@keyframes floatTwoBorder {
  0% {
    left: 32.5%;
  }

  50% {
    left: 32%;
  }

  100% {
    left: 32.5%;
  }
}

/* #endregion Reserve ticket */
/* #region Calendar */

.seaContainer {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #130560;
  overflow: hidden;
}

.seaContainer .nav li a {
  color: var(--color-white);
}

.seaContainer .nav li a:hover {
  color: var(--color-Orange);
}

.submarine__container {
  position: absolute;
  top: 50%;
  right: 0;
  width: 400px;
  height: 200px;
  transform: translate(-50%, -50%);
}

.submarine__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 80px;
  background: #e30449;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}

.submarine__propeller {
  position: absolute;
  left: 80%;
  top: 50%;
  width: 30px;
  height: 50px;
  transform: translate(0%, -50%);
  perspective: 600px;
}

.propeller__perspective {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  -webkit-animation: rotateInfinite 1s linear infinite;
  animation: rotateInfinite 1s linear infinite;
  cursor: pointer;
}

.submarine__propeller-parts {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  top: 0%;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.darkOne {
  top: 0%;
  background: #f7ac08;
  transform: rotateY(180deg) rotateX(225deg);
}

.lightOne {
  top: 0%;
  background: #f7e349;
  transform: rotateX(45deg);
}

.submarine__sail {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 90px;
  height: 50px;
  transform: translate(-50%, -100%);
  background: #c6003d;
  -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
}

.submarine__sail-shadow {
  position: absolute;
  width: 160%;
  height: 10%;
  background: #a10532;
  border-radius: 5px;
}

.dark1 {
  left: 0%;
  top: 0%;
  transform: translate(0%, -33%);
}

.dark2 {
  left: 0%;
  top: 50%;
}

.light1 {
  left: 20%;
  top: 20%;
  width: 50%;
  background: #ef689e;
}

.submarine__window {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #c9e5d9, #fff);
  border: 8px solid #a10532;
  z-index: 10;
  -webkit-animation: shadow-change 1s linear infinite;
  animation: shadow-change 1s linear infinite;
}

.one,
.two {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.one {
  left: 40%;
}

.two {
  left: 20%;
}

.submarine__shadow-dark {
  position: absolute;
  left: 70%;
  top: 50%;
  width: 70px;
  height: 10px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  background: #a10532;
}

.submarine__shadow-light {
  position: absolute;
  left: 35%;
  top: 13%;
  width: 100px;
  height: 6px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  background: #ef689e;
}

.submarine__shadow-arcLight {
  position: absolute;
  top: 65%;
  left: 80%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ef689e;
}

.submarine__periscope {
  position: absolute;
  top: 0%;
  left: 40%;
  width: 20px;
  height: 50px;
  border-right: 10px solid #e92d77;
  border-top: 10px solid #c6003d;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-top-right-radius: 10px;
}

.submarine__periscope-glass {
  position: absolute;
  left: 40%;
  top: 0%;
  width: 5px;
  height: 15px;
  background: #f7ac08;
  transform: translate(-50%, -15%);
}

.light {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 500px;
  height: 100px;
  background: linear-gradient(to left, #817E97, #130560);
  /* The points are: centered top, left bottom, right bottom */
  -webkit-clip-path: polygon(0% 0%, 50% 45%, 50% 55%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 45%, 50% 55%, 0% 100%);
  transform: translate(-18%, -45%);
}

.bubbles__container {
  position: absolute;
  top: 50%;
  right: 16%;
  width: 100px;
  height: 50px;
  transform: translate(100%, -50%);
}

.bubbles {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 5%;
  top: 5%;
  background: #fff;
  opacity: 0.8;
}

.bubble-1 {
  top: 15%;
  left: 1%;
  opacity: 0;
  -webkit-animation: move-right 1s infinite linear;
  animation: move-right 1s infinite linear;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.bubble-2 {
  top: 30%;
  left: 1%;
  opacity: 0;
  -webkit-animation: move-right 1s infinite linear;
  animation: move-right 1s infinite linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.bubble-3 {
  top: 45%;
  left: 1%;
  opacity: 0;
  -webkit-animation: move-right 1s infinite linear;
  animation: move-right 1s infinite linear;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.bubble-4 {
  top: 60%;
  left: 1%;
  opacity: 0;
  -webkit-animation: move-right 1s infinite linear;
  animation: move-right 1s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ground__container {
  position: absolute;
  top: 75%;
  left: 0%;
  width: 100%;
  height: 25%;
  background: #08003b;
  margin-top: 20px;
}

.ground1 {
  top: 75%;
  height: 100%;
  background: #0c0051;
}

.ground2 {
  position: absolute;
  top: 35%;
  width: 100%;
  height: 100%;
  background: #08003b;
}

.ground span {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.ground1 span {
  background: #0c0051;
}

.ground2 span {
  background: #08003b;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transform: translateY(30%);
}

.up-1 {
  left: 0%;
  top: -2px;
  -webkit-animation: moveThegroundRight 3s infinite linear;
  animation: moveThegroundRight 3s infinite linear;
}

.up-2 {
  left: -10%;
  top: -4px;
  -webkit-animation: moveThegroundRight 4s infinite linear;
  animation: moveThegroundRight 4s infinite linear;
}

.up-3 {
  left: -20%;
  top: -6px;
  -webkit-animation: moveThegroundRight 5s infinite linear;
  animation: moveThegroundRight 5s infinite linear;
}

.up-4 {
  left: -30%;
  top: -8px;
  -webkit-animation: moveThegroundRight 6s infinite linear;
  animation: moveThegroundRight 6s infinite linear;
}

.up-5 {
  left: -40%;
  top: -10px;
  -webkit-animation: moveThegroundRight 7s infinite linear;
  animation: moveThegroundRight 7s infinite linear;
}

.up-6 {
  left: -50%;
  top: -12px;
  -webkit-animation: moveThegroundRight 8s infinite linear;
  animation: moveThegroundRight 8s infinite linear;
}

.up-7 {
  left: -60%;
  top: -14px;
  -webkit-animation: moveThegroundRight 9s infinite linear;
  animation: moveThegroundRight 9s infinite linear;
}

.up-8 {
  left: -70%;
  top: -16px;
  -webkit-animation: moveThegroundRight 10s infinite linear;
  animation: moveThegroundRight 10s infinite linear;
}

.up-9 {
  left: -80%;
  top: -18px;
  -webkit-animation: moveThegroundRight 11s infinite linear;
  animation: moveThegroundRight 11s infinite linear;
}

.up-10 {
  left: -90%;
  top: -20px;
  -webkit-animation: moveThegroundRight 12s infinite linear;
  animation: moveThegroundRight 12s infinite linear;
}

.up-11 {
  left: -100%;
  top: -22px;
  -webkit-animation: moveThegroundRight 13s infinite linear;
  animation: moveThegroundRight 13s infinite linear;
}

.up-12 {
  left: -110%;
  top: -24px;
  -webkit-animation: moveThegroundRight 14s infinite linear;
  animation: moveThegroundRight 14s infinite linear;
}

.up-13 {
  left: -120%;
  top: -26px;
  -webkit-animation: moveThegroundRight 15s infinite linear;
  animation: moveThegroundRight 15s infinite linear;
}

.up-14 {
  left: -130%;
  top: -28px;
  -webkit-animation: moveThegroundRight 16s infinite linear;
  animation: moveThegroundRight 16s infinite linear;
}

.up-15 {
  left: -140%;
  top: -30px;
  -webkit-animation: moveThegroundRight 17s infinite linear;
  animation: moveThegroundRight 17s infinite linear;
}

.up-16 {
  left: -150%;
  top: -32px;
  -webkit-animation: moveThegroundRight 18s infinite linear;
  animation: moveThegroundRight 18s infinite linear;
}

.up-17 {
  left: -160%;
  top: -34px;
  -webkit-animation: moveThegroundRight 19s infinite linear;
  animation: moveThegroundRight 19s infinite linear;
}

.up-18 {
  left: -170%;
  top: -36px;
  -webkit-animation: moveThegroundRight 20s infinite linear;
  animation: moveThegroundRight 20s infinite linear;
}

.up-19 {
  left: -180%;
  top: -38px;
  -webkit-animation: moveThegroundRight 21s infinite linear;
  animation: moveThegroundRight 21s infinite linear;
}

.up-20 {
  left: -190%;
  top: -40px;
  -webkit-animation: moveThegroundRight 22s infinite linear;
  animation: moveThegroundRight 22s infinite linear;
}

@-webkit-keyframes shadow-change {

  0%,
  100% {
    background-image: linear-gradient(45deg, #c9e5d9 0%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%);
  }

  20% {
    background-image: linear-gradient(45deg, #c9e5d9 20%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%);
  }

  40% {
    background-image: linear-gradient(45deg, #c9e5d9 40%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%);
  }

  60% {
    background-image: linear-gradient(45deg, #c9e5d9 60%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%);
  }

  80% {
    background-image: linear-gradient(45deg, #c9e5d9 80%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%);
  }
}

@keyframes shadow-change {

  0%,
  100% {
    background-image: linear-gradient(45deg, #c9e5d9 0%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%);
  }

  20% {
    background-image: linear-gradient(45deg, #c9e5d9 20%, #c9e5d9 40%, #fff 41%, #fff 59%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%);
  }

  40% {
    background-image: linear-gradient(45deg, #c9e5d9 40%, #c9e5d9 60%, #fff 61%, #fff 79%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%);
  }

  60% {
    background-image: linear-gradient(45deg, #c9e5d9 60%, #c9e5d9 80%, #fff 81%, #fff 99%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%);
  }

  80% {
    background-image: linear-gradient(45deg, #c9e5d9 80%, #c9e5d9 0%, #fff 1%, #fff 19%, #c9e5d9 20%, #fff 21%, #fff 39%, #c9e5d9 40%);
  }
}

@-webkit-keyframes move-right {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.4;
    transform: translate(10%, 10%);
  }

  50% {
    opacity: 0.2;
    transform: translate(450%, 25%);
  }

  80% {
    opacity: 0;
    transform: translateX(555%);
  }

  100% {
    opacity: 0;
    left: 0%;
    top: 0%;
  }
}

@keyframes move-right {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.4;
    transform: translate(10%, 10%);
  }

  50% {
    opacity: 0.2;
    transform: translate(450%, 25%);
  }

  80% {
    opacity: 0;
    transform: translateX(555%);
  }

  100% {
    opacity: 0;
    left: 0%;
    top: 0%;
  }
}

@-webkit-keyframes rotateInfinite {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes rotateInfinite {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@-webkit-keyframes moveThegroundRight {
  90% {
    opacity: 1;
    left: 100%;
  }

  95%,
  100% {
    left: 1050%;
    opacity: 0;
  }
}

@keyframes moveThegroundRight {
  90% {
    opacity: 1;
    left: 100%;
  }

  95%,
  100% {
    left: 1050%;
    opacity: 0;
  }
}

.schedule {
  align-items: center;
  width: 600px;
  position: absolute;
  left: 10%;
  top: 20%;

}

.schedule .title-table {
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}

.schedule .bottom-table {
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}

.schedule .day span {
  background: var(--color-Gray);
  color: var(--color-Black);
  width: 100%;
  display: block;
  text-align: center;
  padding: 4px 0;
  border-radius: 0 5px 5px 0;
}

.schedule .time-morning {
  background: #f1c050;
  color: #fc8b0c;
}

.schedule .time-table>div {
  background: var(--color-white);
  width: 94%;
  border-radius: 5px;
  padding: 4px 11px;
  margin: 4px auto;
  position: relative;
}

.schedule .time-full>div {
  width: 97%;
}

.schedule .time-table>div strong {
  width: calc(100% - 55px);
  display: flex;
  /* text-align: center; */
  justify-content: center;
}
.schedule .time-full>div strong{
  width: 97%;
}
.schedule .time-table>div span {
  padding: 4.75px 10px;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
  color: var(--color-white);
  width: 55px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.schedule .time-table.male>div {
  color: var(--color-male);
}

.schedule .time-table.male>div span {
  background: var(--color-male);
}

.schedule .time-table.female>div {
  color: var(--color-female);
}

.schedule .time-table.female>div span {
  background: var(--color-female);
}

.schedule .time-evening {
  background: #819fa9;
  color: #2c485d;
}

/* #endregion Calendar */
/* #region Service */
.serviceBody {
  display: inline-block;
  width: 100%;
}

.serviceBox {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  width: 19%;
  float: right;
  margin: 0.5%;
  margin-bottom: 1rem;
}

.serviceBox i {
  content: '';
  width: 96%;
  height: 98%;
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  border: 1px solid var(--color-Blue);
  border-radius: 5px 5px 0 0;
  transition: 0.6s;
}

.serviceBox img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.serviceBox p {
  width: 96%;
  text-align: center;
  margin-right: 2%;
  margin-top: 5px;
  font-weight: 500;
}

.serviceBox:hover i {
  top: -2%;
  transition: 0.6s;
  height: 102%;
  border-radius: 0 0 10px 10px;
}

/* #endregion Service */
/*#region SideBar Accordeon*/
body.cpanel {
  background: #f3f9ff;
}

.cpanel #main {
  padding: 0;
  margin: 0 auto;
}

.cpanel .primary-nav {
  position: fixed;
  z-index: 999;
}

.cpanel .open-panel {
  border: none;
  padding: 0;
}

/* Menu Styles */
.cpanel .menu {
  position: relative;
}

.cpanel .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}

.cpanel .primary-nav .menu li {
  /* height: 35px;
    margin-bottom: 15px;
    margin-top: 15px; */
  padding-top: 10px;
}

.cpanel .primary-nav .menu li a {
  justify-content: space-between;
}

.cpanel .menu,
.cpanel .menu a,
.cpanel .menu a:visited {
  color: var(--color-Black);
  text-decoration: none !important;
  position: relative;
}

.cpanel .menu a {
  display: block;
  white-space: nowrap;
  padding: 1em;
}

.cpanel .menu-dropdown .active i,
.cpanel .menu-dropdown a:hover i {
  background: rgba(36, 57, 110, 0.2);
  border-radius: 5px;
  position: absolute;
  background: rgba(229, 187, 33, 0.4);
}

.cpanel .menu a i {
  position: absolute;
  right: calc(100% - 47px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 18pt;
  color: var(--color-Black);
  padding: 5px;
  display: flex;
}

.cpanel.openNav .menu a i,
.cpanel .menu:hover a i {
  right: 13px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.cpanel .menu a span {
  padding-right: 40px;
  font-weight: 500;
  display: none;
  font-size: 1rem;
}

.cpanel .menu:hover a span {
  display: block;
}

.cpanel.openNav .menu a span {
  display: block;
}

.cpanel .new-wrapper {
  position: absolute;
  right: 60px;
  width: calc(100% - 60px);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.cpanel #menu:checked+ul.menu-dropdown {
  right: 0;
  -webkit-animation: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  animation: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.cpanel .menu {
  position: absolute;
  display: block;
  right: -120px;
  top: 0;
  width: 180px;
  transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #e4f1ff;
  z-index: 999;
}

.cpanel .menu-dropdown {
  top: 0;
  /* overflow-y: auto; */
}

.cpanel .menu-dropdown li a {
  padding: 0 15px 0 10px;
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: right;
}

.cpanel .menu:hover {
  position: absolute;
  right: 0;
  top: 0;
}

/* hamburger */
.cpanel .hamburger {
  position: relative;
  right: 12px;
  top: 2px;
  z-index: 1000;
  cursor: pointer;
  background: transparent;
  display: inline-flex;
}

.cpanel .hamburger i {
  font-size: 20pt;
  display: flex;
  background: var(--color-Black);
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  color: var(--color-white);
}

.cpanel .hamburger:hover .icon-Menu {
  background-position: 0 -90px;
  transition: opacity 0.5s ease-out;
}

/* open Nav */
.cpanel.openNav .new-wrapper {
  position: absolute;
  transform: translate3d(-120px, 0, 0);
  width: calc(100% - 180px);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.cpanel.openNav .menu {
  transform: translate3d(-120px, 0, 0);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.cpanel.openNav .menu:hover {
  position: absolute;
  right: -120px;
}

.cpanel .overflow-container {
  position: relative;
  height: calc(100vh - 0px) !important;
  overflow-y: auto;
  z-index: -1;
  display: block;
  border-top: solid 50px transparent;
  border-bottom: solid 50px transparent;
}

.cpanel .primary-nav .menu .submenu ul {
  display: none;
  margin-bottom: 0px;
  font-size: 1rem;
}

.cpanel .show>ul {
  display: block !important;
}

.cpanel .primary-nav .menu .submenu ul li {
  padding-top: 0;
}

.cpanel .primary-nav .menu .submenu ul li span {
  padding-right: 5px;
  font-size: 0.9rem;
}

.cpanel .primary-nav .menu .submenu .submenu2 ul li span {
  padding-right: 15px;
}

.cpanel .primary-nav .menu .submenu .submenu2 .submenu3 ul li span {
  padding-right: 20px;
}

.cpanel .primary-nav .menu .submenu ul li a:hover>span {
  text-decoration: underline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;

}

.cpanel .primary-nav .submenu>ul li span:before {
  content: "";
  background: var(--color-Black);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 5px;
}

.cpanel .primary-nav .menu .submenu ul li a {
  height: 28px;
}

.cpanel .submenu small {
  font-size: 0.7rem;
}

.cpanel .exit {
  position: fixed;
  bottom: 10px;
  right: 12px;
  font-size: 24px;
  z-index: 1000;
  background: rgba(36, 57, 110, 0.3);
  border-radius: 5px;
  padding: 5px;
}

.cpanel .exit i {
  display: flex;
}

.cpanel .exit:hover {
  color: var(--color-white);
}

/*#endregion SideBar Accordeon*/
/*#region Header */
.cpanel .header {
  margin-top: 5px;
  padding-bottom: 5px;
}

.cpanel .header i {
  font-size: 24px;
  display: flex;
}

.cpanel .headerRight p {
  margin-bottom: 0;
  text-align: right;
  color: var(--color-Black);
  float: left;
  display: grid;
  margin-right: 20px;
}

.cpanel .headerRight p span {
  font-weight: 600;
}

.cpanel .headerRight p small {
  font-weight: 100;
}

.cpanel .headerLeft {
  flex-direction: row-reverse;
}

.cpanel .headerLeft a {
  padding: 0 8px;
  position: relative;
}

.cpanel .headerLeft a.full:before {
  position: absolute;
  background: var(--color-Orange);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  content: "";
  display: block;
  left: 4px;
  top: -4px;
}

.cpanel .headerLeft a:last-child {
  border-left: 1px dashed var(--color-GrayDark);
}

.cpanel .headerLeft p span {
  font-weight: 600;
}

.cpanel .headerLeft p small {
  font-weight: 100;
}

.cpanel .headerLeft div img {
  float: left;
  border-radius: 5px;
  width: 40px;
}

.cpanel .logotype img {
  height: 40px;
}

.cpanel .userName {
  cursor: pointer;
  background: transparent;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 8px;
  margin-right: 7px;
  padding: 2px;
}

.cpanel .userName img {
  border-radius: 5px;
}

.cpanel .userName small {
  display: block;
  margin-left: 6px;
  padding-right: 5px;
}

/*#endregion Header */
/* #region container */
.cpanel .back-white {
  border: 1px solid var(--color-Blue);
  background: var(--color-white);
  border-radius: 0 0 10px 10px;
  padding: 15px;
}

.cpanel .title-main {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 3rem;
}

/* #endregion container */
/* #region about */
.about .accordion-button::after {
  margin-right: auto;
  margin-left: inherit;
}

.about .accordion-body {
  font-size: 0.9rem;
  line-height: 30px;
  text-align: justify;
}

.about .accordion-header {
  border: 1px solid var(--color-Blue);
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

.about .accordion-button {
  background: transparent;
}

.about .accordion-item {
  border: 0;

}

.about .accordion-collapse {
  margin-top: -10px;
}

.about .accordion-button:not(.collapsed) {
  background: var(--color-Blue);
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 500;
}

.about .accordion-button:focus {
  box-shadow: none;
}

/* #endregion about */
/* #region TicketList */
.ticketListBox {}

.ticketListBox .ticket-img {
  min-height: 50px;
  background: var(--color-Gray);
}

.ticketListBox .ticket-left .title {
  background: var(--color-Orange);
  padding: 3px 0;
  height: 28px;
}

.ticketListBox .ticket-right h5 {
  background: var(--color-Blue);
  color: var(--color-Black);
  height: 28px;
}

.ticketListBox .ticket-right small {
  font-weight: 600;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.ticketListBox .ticket-right strong {
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.ticketListBox .ticket-right p {
  margin-top: 5px;
  font-size: 0.8rem;
}

.ticketListBox .invoice {
  padding: 2px 5px;
  width: 98%;
  margin-right: 1%;
  border-bottom: 1px solid var(--color-GrayDarker);
}

.ticketListBox .invoice p,
.ticketListBox .invoice h4 {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  margin: 3px 0;
  align-items: center;
  JUSTIFY-CONTENT: space-between;
  display: flex;
}

.ticketListBox .invoice h4 span {
  font-weight: bolder;
  font-size: �0.9rem;
}

.ticketListBox .shopping-cart p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  align-items: center;
  JUSTIFY-CONTENT: space-between;
  display: flex;
  width: 100%;
}

/* #endregion TicketList */
@media screen and (min-width: 768px) {
  #notFound {
    background: var(--color-white);
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    display: block;
    position: relative;
  }

  #notFound footer .container {
    border-top: 1px solid var(--color-Black);
    padding: 1rem 1.25rem;
  }

  #notFound .footer-right li a {
    color: var(--color-white);
  }

  #notFound .footer-left a i {
    background: var(--color-white);
    color: var(--color-Blue);
  }

  #notFound .copyright a {
    color: var(--color-Orange);
  }

  .menu-icon:not(:checked)+label {
    display: none;
  }

  .nav li {
    float: right;
    margin: 8px 17px;
    font-weight: 500;
  }

}

@media screen and (max-width: 1400px) {
  .reserveForm {
    width: calc(100% - 400px);
  }

  .reserveSVG>div {
    height: 350px;
    width: 400px;
  }
}

@media screen and (max-width: 1199px) {

  .submarine__container {
    transform: translate(-20%, -50%);

  }

  .bubbles__container {
    right: 10%;
  }

  .schedule {
    width: 530px;
  }

  .login-body,
  .payment-body {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .product-labels {
    max-height: 280px;
  }

  /* #region Service */
  .serviceBox {
    width: 24%;
    margin: 0.5%;
    margin-bottom: 1rem;
  }

  /* #endregion Service */
  .schedule {
    width: 530px;
    left: calc(50% - 235px);
    top: 10%;
    z-index: 2;
  }

  .submarine__container {
    transform: translate(-20%, 0);
    top: auto;
    bottom: 10%;
    z-index: 1;
  }

  .bubbles__container {
    right: 13%;
    top: auto;
    bottom: 18%;
  }

  .reserveFormBody {
    flex-direction: column;
  }

  .reserveFormText {
    width: 100%;
    border-bottom: 1px dashed var(--color-GrayDark);
    border-left: 0;
    padding-bottom: 10px;
  }

  .reserveFormCard {
    width: 100%;
  }

  .pool-float-two-border {
    border: 26px solid #ff4aa3;
  }

  .pool-float-two {
    border: 20px solid #FF7DBD;
  }

  .login-body,
  .payment-body {
    width: 90%;
  }

  .logo {
    height: 50px;
  }

  .blog-slider__content {
    padding-right: 8%;
    margin-top: 100px;
  }

  .blog-slider__title {
    font-size: 2.5rem;
  }

  .blog-slider__text {
    font-size: 3rem;
  }

  .category .container {
    max-width: 100%;
  }

  .category-title {
    padding: 0;
    width: 20%;
  }

  .category-title img {
    width: 100px;
  }

  #header {
    max-width: 100%;
  }

  .category {
    bottom: -20px;
  }

  .category-tile a {
    height: 70px;
  }

  .category-tile a img {
    height: 55px;
  }

  .category-tile a h2 {
    font-size: 1.2rem;
  }

  .title-main {
    font-size: 4rem;
    line-height: 4rem;
  }

  .entertainment {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .entertainment-main {
    margin-right: 0;
  }

  .entertainment-item,
  .service-item {
    padding: 0 6px;
  }

  .entertainment-item h4,
  .service-item h4 {
    font-size: 1.1rem;
  }

  .entertainment-item .entertainment-text,
  .service-item .service-text {
    font-size: 0.75rem;
  }

  .service {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .service-main {
    /* margin-top: -15px; */
    margin-right: 0;
  }

  .campaign {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .campaignContainer {
    position: relative;
  }

  .campaignMask,
  .campaign-box {
    width: 100%;
  }

  .campaign-box {
    position: absolute;
    top: 0;
  }

  .campaignContainer {
    /* display: block; */
    flex-direction: column-reverse;
  }

  .campaignMaskCover {
    display: none;
  }

  .campaign-box h4 {
    font-size: 4rem;
  }

  .campaign-box h4:before {
    height: 100px;
    width: 66px;
    top: -45px;
    right: -60px;
    background-size: 66px;
  }

  .campaign-time {
    padding: 0.5rem 0px;
  }

  .campaign-box {
    border-radius: 10px 10px 0 0;
    padding: 0 20px 0;
    background: rgba(232, 231, 231, 0.8);
    width: 98%;
    right: 1%;
    top: 10px;
    /* padding-bottom: 85px; */
    position: relative;
  }

  .campaignMask {
    height: auto !important;
    z-index: 1;
  }

  .campaign-text {
    font-size: 0.8rem;
    height: auto;
    line-height: 20px;
  }

  .campaign-time>div span {
    padding: 6px;
  }

  .campaign-time>div span img {
    width: 40px;
  }

  .campaign-time>div small {
    padding: 8px 20px;
    margin-right: -9px;
    border-radius: 5px 0 0 5px;
    font-size: 0.85rem;
  }

  .campaign-box-character {
    height: 100px;
    display: none;
  }

  .campaignMaskImg {
    height: 100%;
  }

  .campaignMaskImg img {
    height: auto;
    width: 100%;
  }

  .campInner .campaignMask {
    width: 40%;
  }

  .campInner .campaignContainer {
    display: flex;
    flex-direction: row;
  }

  .blog {
    background-size: 120px;
  }

  footer .container {
    max-width: 100%;
    padding: 1rem 0.25rem;
  }

  .copyright {
    text-align: center;
  }

  .footer-logo {
    display: none;
  }

  .footer-right li {
    margin: 10px 8px;
  }

  .innerMain,
  .entertainmentBox,
  .campInner {
    max-width: 100%;
  }

  .grid-contact {
    /* margin-top: -25px; */
    /* padding-top: 40px; */
  }

  .inner .container {
    max-width: 100%;
  }

  /*#region Gallery  */
  .wrapper {
    overflow: visible;
    margin-top: 6%;
  }

  .bg-shape {
    width: 30%;
  }

  .bg-shape img {
    width: 360px;
  }

  .product-slider {
    width: 80%;
    height: auto;
    height: 110%;
  }

  .product-slider br {
    display: none;
  }

  .product-slider__item {
    height: auto;
  }

  .product-slider__card {
    align-items: flex-start;
  }

  .product-slider__content {
    padding-top: 30px;
    padding-left: 200px;
    padding-right: 55px;
  }

  .product-ctr {
    justify-content: center;
  }

  .product-img {
    left: 20px;
  }

  .entertainmentBox .icon {
    width: 20px;
  }

  .next,
  .prev {
    width: 40px;
    height: 40px;
  }

  .prev {
    left: 50px;
  }

  .next {
    right: 25px;
  }

  /*#endregion Gallery  */
  .ticket-right a {
    font-size: 0.8rem;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-labels {
    max-height: 250px;
  }

  /* #region Service */
  .serviceBox {
    width: 32.33%;
    margin: 0.5%;
    margin-bottom: 1rem;
  }

  /* #endregion Service */
  .titleIn-main {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  /* #inner.seaContainer {
    padding-top: 0;
  } */

  .seaContainer #header {
    background: transparent;
  }

  .seaContainer footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .comments-list:before {
    right: 8px;
  }

  .reply-list li:before {
    width: 20px;
    right: -20px;
  }

  .reply-list {
    padding-right: 28px;
  }

  .reserve {
    flex-direction: column;
  }

  .reserveForm {
    width: 100%;
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--color-Gray);
    border-bottom: 0;
  }

  .reserveSVG {
    width: 100%;
    justify-content: center;
  }

  .reserveSVG>div {
    height: 300px;
    width: 350px;
  }

  footer .container .footer {
    flex-direction: column-reverse;
  }

  .notFound-body svg {
    bottom: 125px;
    height: AUTO;
    transform: scale(1.35);
    transform-origin: bottom;
  }

  .notFound-body h1 {
    padding: 2.5em 0 0;
  }

  .category-tile a:hover {
    height: auto;
    margin: auto;
    background: rgba(83, 194, 211, 0.8);
    background: -moz-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(83, 194, 211, 0.8)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(83, 194, 211, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 194, 211, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53c2d3', endColorstr='#53c2d3', GradientType=0);
    color: var(--color-Black);
    padding: 10px 0 15px;
  }

  /* #region Login */
  .login-body,
  .payment-body {
    width: 100%;
    margin-top: 2rem;
    height: calc(100vh - 2rem);
  }

  .login-body {
    margin-top: -25px;
  }

  .login,
  .payment {
    flex-direction: column;
    justify-content: start !important;
  }

  .circle-container {
    width: 100%;
  }

  .bird-1 {
    left: 57%;
  }

  .bird-2 {
    left: 48%;
  }

  .bird-3 {
    left: 55%;
  }

  .cloud-1 {
    left: 88%;
  }

  .cloud-2 {
    left: 80%;
  }

  .cloud-3 {
    left: 60%;
  }

  .cloud-4 {
    left: 43%;
    top: 65px;
  }

  .loginSketch {
    width: 100%;
  }

  .mountain-back {
    top: -5px;
    left: 30%;
  }

  .star-group-1 {
    left: 85%;
  }

  .star-group-3 {
    left: 20%;
  }

  .star-group-4 {
    left: 53%;
  }

  .login-form,
  .paymentForm {
    width: 90%;
    border: 1px solid var(--color-Gray);
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
  }

  .paymentSVG {
    padding: 2rem 2rem 0;
    width: 96%;
    margin-bottom: 2rem;
  }


  /* #endregion Login */
  .form-check .form-check-input {
    left: auto !important;
  }

  .basket-btn {
    margin-right: 0;
  }

  #body {
    padding-bottom: 90px;
    padding-top: 55px;
  }

  body {
    padding-top: 55px;
  }

  .logo {
    width: 100%;
    text-align: center;
  }

  .logo img {
    height: 45px;
  }

  .header {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  #header {
    max-width: 100%;
    position: fixed;
    z-index: 5;
    background: #fff;
    top: 0;
  }

  /* #region Menu */
  .CustomerClub {
    display: none;
  }

  .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
  }

  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .menu-icon:checked+label,
  .menu-icon:not(:checked)+label {
    position: fixed;
    top: 18px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
  }

  .menu-icon:checked+label:before,
  .menu-icon:not(:checked)+label:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 2px solid var(--color-Orange);
    border-bottom: 2px solid var(--color-Orange);
    transition: border-width 25ms 375ms ease,
      top 25ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
      height 25ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
      background-color 50ms ease,
      transform 50ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:after,
  .menu-icon:not(:checked)+label:after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: 4px;
    background-color: var(--color-Orange);
    margin-top: -1px;
    transition: width 25ms 437ms ease,
      right 25ms 437ms ease,
      margin-top 25ms ease,
      transform 50ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:before {
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: var(--color-Orange);
    border-width: 0;
    transition: border-width 25ms 85ms ease,
      top 25ms 75ms cubic-bezier(0.23, 1, 0.32, 1),
      height 25ms 75ms cubic-bezier(0.23, 1, 0.32, 1),
      background-color 50ms 125ms ease,
      transform 50ms 425ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:checked+label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 25ms ease,
      right 25ms ease,
      margin-top 25ms 125ms ease,
      transform 50ms 425ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav {
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    /* background-color: var(--color-Blue); */
    background: url(../img/MenuBack.png) bottom center no-repeat;
    background-color: #f3f9ff;
    height: 100vh;

  }

  .menu-icon:checked~.nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 100%;
    transition: top 175ms 350ms cubic-bezier(0.23, 1, 0.32, 1),
      right 175ms 350ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 125ms 350ms ease,
      width 375ms 500ms cubic-bezier(0.23, 1, 0.32, 1),
      height 375ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .nav ul {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    list-style: none;
    /* top: 50%;
    transform: translateY(-50%); */
    top: 0;
  }

  .nav ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 2px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 125ms linear;
  }

  .nav ul li:nth-child(1) {
    transition-delay: 150ms;
  }

  .nav ul li:nth-child(2) {
    transition-delay: 125ms;
  }

  .nav ul li:nth-child(3) {
    transition-delay: 100ms;
  }

  .nav ul li:nth-child(4) {
    transition-delay: 75ms;
  }

  .nav ul li:nth-child(5) {
    transition-delay: 50ms;
  }

  .nav ul li:nth-child(6) {
    transition-delay: 25ms;
  }

  .nav ul li:nth-child(6) {
    transition-delay: 0ms;
  }

  .nav ul li a {
    font-size: 1.1rem;
    line-height: 2.2;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: var(--color-Black) !important;
    transition: all 125ms linear;
  }

  .nav ul li a:hover {
    text-decoration: none;
    color: var(--color-Black);
  }

  .nav ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    content: '';
    height: 0.8vh;
    margin-top: 0vh;
    width: 0;
    left: -10%;
    background-color: var(--color-Orange);
    opacity: 1;
    transition: width 250ms linear;
    z-index: -1;
  }

  .nav ul li a:hover:after {
    width: 120%;
  }


  .menu-icon:checked~.nav ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms ease,
      transform 250ms ease;
  }

  .menu-icon:checked~.nav ul li:nth-child(1) {
    transition-delay: 700ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(2) {
    transition-delay: 740ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(3) {
    transition-delay: 780ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(4) {
    transition-delay: 820ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(5) {
    transition-delay: 860ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(6) {
    transition-delay: 900ms;
  }

  .menu-icon:checked~.nav ul li:nth-child(7) {
    transition-delay: 940ms;
  }
  .menu-icon:checked~.nav ul li:nth-child(8) {
    transition-delay: 980ms;
  }
  /* #endregion Menu */
  /* #region Slider */
  .slider {
    display: block;
    position: relative;
  }

  .slider-item {
    flex-direction: column-reverse;
  }

  .blog-slider__img img {
    border-radius: 0;
  }

  .blog-slider__img {
    transform: translateY(0);
    width: 100%;
  }

  .blog-slider__content {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    background: rgba(255, 255, 255, 0.05);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.05)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  }


  .blog-slider__title {
    font-size: 2.5rem;
  }

  .blog-slider__text {
    font-size: 2.8rem;
  }

  /* #endregion Slider */
  .category {
    position: fixed;
    bottom: 0;
    background: rgb(231 185 35 / 80%);
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
    z-index: 3;
  }

  .category .container {
    padding: 0;
  }

  .category-title {
    display: none !important;
  }

  .category-tile {
    width: 100%;
  }

  .category-tile a {
    height: auto;
    display: block;
    background: none;
    padding: 10px 0 15px;
    border-radius: 10px 10px 0 0;
  }

  .category-tile a img {
    height: 38px;
    position: relative;
    left: auto;
  }

  .category-tile a h2 {
    font-size: 0.85rem;
    padding: 10px 0 0;
  }

  .category-tile a:before {
    display: none;
  }

  .title-main {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .entertainment-main {
    /* margin-top: -15px; */
  }

  .service-main {
    /* margin-top: -15px; */
    margin-right: 0;
  }

  .entertainment-item {
    position: relative;
  }

  .entertainment-item,
  .service-item {
    padding: 0 4px;
  }

  .card-box {
    border-radius: 0 0 5px 5px;
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
    padding: 5px 3px 0;
    background: rgba(255, 252, 242, 1);
    background: -moz-linear-gradient(top, rgba(255, 252, 242, 1) 0%, rgba(83, 194, 211, 0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 252, 242, 1)), color-stop(100%, rgba(83, 194, 211, 0.7)));
    background: -webkit-linear-gradient(top, rgba(255, 252, 242, 1) 0%, rgba(83, 194, 211, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(255, 252, 242, 1) 0%, rgba(83, 194, 211, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255, 252, 242, 1) 0%, rgba(83, 194, 211, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 252, 242, 1) 0%, rgba(83, 194, 211, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf2', endColorstr='#53c2d3', GradientType=0);
  }

  .entertainment-item h4,
  .service-item h4 {
    /* font-size: 1.2rem; */
    margin: 0.25rem 0 0.35rem 0;
    color: var(--color-Black);
  }

  .entertainment-item .entertainment-text,
  .service-item .service-text {
    font-size: 0.8rem;
  }

  .entertainment-item .entertainment-text p,
  .service-item .service-text p {
    margin-bottom: 0;
  }

  .blog {
    padding-bottom: 2rem;
  }

  .blog-main {
    /* margin-top: -25px; */
  }

  .copyright {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .innerMain .card-box {
    right: 5px;
    width: calc(100% - 10px);
  }

  .innerMain .service-item,
  .innerMain .entertainment-item {
    margin-bottom: 1rem;
  }

  /* #region Gallery */
  .entertainmentBox .addressBar {
    top: -33px;
  }

  .wrapper {
    margin-top: 0;
  }

  .content {
    margin-top: 20px;
  }

  .bg-shape {
    height: 120px;
    width: 100%;
    border-radius: 10px;
    padding: 0;
  }

  .product-slider__card {
    height: auto;
    overflow-y: hidden;
  }

  .bg-shape img {
    width: auto;
    transform: none;
    height: 100px;
  }

  .product-slider {
    height: auto;
    width: calc(100% - 250px);
    position: relative;
    transform: none;
    right: 5px;
    top: 10px;
  }

  .product-slider__content {
    padding: 0 30px 0 15px;
  }

  .product-slider__wrp {
    margin-top: 0;
  }

  .product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .product-ctr .hr-vertical {
    width: 100%;
    margin: 10px 0;
    height: 1px;
  }

  .product-labels {
    width: 100%;
  }

  .product-inf {
    width: 100%;
  }

  .product-img__item img {
    width: 100%;
  }

  .product-img {
    width: 100%;
    max-width: 250px;
    left: 5px;
    top: 0;
  }

  .carousel-item {
    width: 100%;
    overflow: hidden;
  }

  .next,
  .prev {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    top: 100px;
  }

  .entertainmentBox .icon {
    width: 15px;
  }

  .prev {
    left: 38px;
  }

  .next {
    right: 22px;
  }

  .entertainmentBox .grid-contact {
    margin-top: 15px;
    padding-top: 15px;
    border-radius: 10px;
  }

  .product-img__item,
  .product-img__item.active {
    transform: none;
    top: 2%;
  }

  /* #endregion Gallery */
  .blogImg img {
    position: relative;
  }

  .blog-list {
    border-radius: 0 0 10px 10px;
    flex-flow: column;
  }

  .blog-list img {
    width: 100%;
  }

  .blog-list .blog-text {
    width: 100%;
  }

  .blog-list:hover,
  .blog-list:focus {
    right: 0px;
    top: -5px;
  }

  .campInner .campaignContainer {
    display: block;
  }

  .campIndex #header {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.05) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.05)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.05) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.05) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  }

  .campIndex .campaign-box {
    width: 100%;
    padding-bottom: 40px;
    right: 0;
  }

  .campInner .campaignMask {
    width: 90%;
    right: 5%;
  }

  .finallPrice {
    border-radius: 0 0 5px 5px;
    margin-top: 10px;
  }

  .basket-item {
    display: inline-block !important;
    width: 100%;
    position: relative;
  }

  .basket-item .basket-title i {
    display: none;
  }

  .basket-delete {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    color: var(--color-Red);
    font-size: 1.3rem;

  }

  .basket-item .basket-title,
  .basket-item .basket-gender,
  .basket-item .basket-time,
  .basket-item .shopping-quantity,
  .basket-item .basket-price {
    width: 33.33%;
    float: right;
  }


  .basket-item .shopping-quantity {
    width: 96px;
    min-width: 96px;
    margin-top: 10px;
  }

  .basket-item .basket-price {
    width: calc(100% - 96px);
    margin-top: 10px;
  }

  .basket-item>div.basket-price {
    flex-direction: row-reverse;
  }

  .basket-price h6 {
    margin-left: 5px;
  }

  body.cpanel {
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .product-labels {
    overflow-y: visible;
    height: auto;
    padding-left: 0;
    max-height: fit-content;
  }

  /* #region Service */
  .serviceBox {
    width: 49%;
    margin: 0.5%;
    margin-bottom: 1rem;
  }

  /* #endregion Service */
  .schedule {
    width: 94%;
    left: 6%;
  }

  .nav {
    background-size: 450px;
  }

  .submarine__container {
    transform: translate(-5%, 0);
    top: auto;
    bottom: 10%;
    z-index: 1;
  }

  .notFound-body h1 {
    padding: 4em 0 0;
  }

  .notFound-body svg {
    transform: scale(1.8);
  }

  .login-logo {
    width: 100px;
    margin: auto;
    margin-bottom: 5px;
  }

  .login-form,
  .paymentForm {
    padding: 10px;
  }

  .filter-ticket {
    display: block;
  }

  .filter-ticket .button {
    margin: 5px 2px 0;
    width: calc(33% - 6px);
    font-size: 0.85rem;
  }

  .title-main {
    font-size: 3rem;
    line-height: 3rem;
  }

  .service-main {
    margin-top: 0px;
  }

  /* #region Entertainment */
  .entertainmentList .swiper {
    width: 250px;
    height: 357px;
  }

  .entertainmentList .swiper img {
    width: 100%;
  }

  .campaign-box h4 {
    font-size: 3rem;
  }

  .campaign-box h4:before {
    height: 62px;
    width: 41px;
    top: -25px;
    right: -33px;
    background-size: 41px;
  }

  /* #endregion Entertainment */
  /* #region Slider */
  .blog-slider__title {
    font-size: 2rem;
  }

  .blog-slider__text {
    font-size: 2.3rem;
  }

  .blog-slider__button img {
    width: 35px;
    margin-right: 5px;
  }

  /* #endregion Slider */
  .card-box {
    width: calc(100% - 14px);
    margin-right: 7px;
  }

  .title-in {
    font-size: 1.4rem;
  }

  .editor {
    font-size: 1rem;
  }

  .editor i {
    top: 1px;
  }

  /* #region Gallery */
  .grid-contact {
    /* padding-top: 30px; */
  }

  .content {
    flex-direction: column-reverse;
  }

  .bg-shape {
    height: 200px;
    padding: 30px;
  }

  .prev {
    transform: translate(20%, -50%);
  }

  .next {
    transform: translate(-20%, -50%);
  }

  .product-slider {
    width: 98%;
    right: 0%;
  }

  .product-slider__content {
    padding: 15px;
  }

  .product-slider__title {
    font-size: 20px;
  }

  .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .entertainmentBox .addressBar {
    margin-bottom: 10px;
  }

  .product-img {
    max-width: 300px;
    height: 410px;
    position: relative;
    display: block;
    width: 98%;
    max-width: 98%;
    left: 0;
    background: var(--color-Gray);
    border-radius: 0 0 10px 10px;
  }

  .product-slider__wrp {
    margin-top: -30px;
  }

  .product-img__item {
    width: 270px;
    right: calc(50% - 135px);
  }

  .prev {
    left: 1%;
  }

  .next {
    right: 1%;
  }

  /* #endregion Gallery */
}

@media only screen and (max-width: 400px) {

  /* #region Service */
  .serviceBox {
    width: 99%;
    margin: 0.5%;
    margin-bottom: 1rem;
  }

  /* #endregion Service */
  .basket-item .basket-title,
  .basket-item .basket-gender,
  .basket-item .basket-time,
  .basket-item .shopping-quantity,
  .basket-item .basket-price {

    width: 50%;
  }

  .basket-item .shopping-quantity {
    width: 96px;
    min-width: 96px;
  }

  .basket-item .basket-price {
    width: calc(100% - 96px);
  }

  .basket-time {
    display: none;
  }

  .blog-slider__title {
    font-size: 1.5rem;
  }

  .blog-slider__text {
    font-size: 1.7rem;
  }
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}




/*************************************************************************/
/*New Items*/


.fontNum {
  font-family: "IRANSans";
  font-style: normal;
}

.fontNum-12 {
  font-family: "IRANSans";
  font-size: 11.5px !important;
}

.fontNum-bold-15 {
  font-family: "IRANSans";
  font-weight: 300 !important;
  font-size: 15px !important;
}

.dx-tab-text {
  font-family: "IRANSans";
  font-style: normal;
}

.dx-toolbar-label {
  font-family: "IRANSans";
  font-style: normal;
}

.dx-texteditor-input {
  font-family: "IRANSans" !important;
  font-style: normal !important;
  font-size: 1rem !important;
}

.dx-widget input,
.dx-widget textarea,
.dx-widget label,
.dx-widget button,
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label,
.dx-item-content dx-treeview-item-content,
.dx-treeview-item .dx-treeview-item-content span,
.dx-checkbox-text,
.dx-rtl .dx-checkbox-text,
.dx-rtl.dx-checkbox-text,
.dx-datagrid-nodata,
.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label span,
.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label span,
.dx-texteditor-input,
.dx-placeholder,
.dx-toast-message,
.dx-dialog-message,
.dx-error-message,
.dx-button-text,
.dx-list-item-content,
.dx-tag-content,
.dx-form-group-caption,
.dx-switch-container,
.dx-editor-filled.dx-texteditor-with-floating-label .dx-texteditor-label,
.dx-editor-filled.dx-texteditor-with-label .dx-texteditor-label,
.dx-selectbox .dx-texteditor-input:read-only {
  font-family: "IRANSans" !important;
  font-style: normal !important;
}

.dx-toolbar {
  background-color: rgba(191, 191, 191, .15);
  padding: 5px 10px;
}

.dx-list-item-icon-container,
.dx-toolbar-before {
  padding-right: 0px !important;
  text-align: center;
}

.dx-list-item-content {
  padding-left: 10px !important;
}

.dx-button {
  background-color: rgba(191, 191, 191, -0.15);
  border: none;
}

.panel-list {
  height: 400px;
}

.dx-drawer-expand.dx-drawer-right .panel-list {
  float: right;
}

.panel-list .dx-list-item {
  color: #fff;
  border-top: 1px solid rgba(221, 221, 221, .2);
}

.panel-list .dx-list-item .dx-icon {
  color: #fff !important;
}

.dx-tile-content {
  height: 100%;
  padding: 0;
  position: relative;
}

.dx-tile-content .image {
  height: 100px;
  width: 100%;
  background-position: inherit;
  background-size: cover;
  padding: 10px;
  display: block;
  opacity: 1;
}

.dx-tile.dx-state-hover {
  border-color: #eee;
}

.dx-tile-content .title {
  font-size: 12px;
  position: absolute;
  background-color: black;
  color: white;
  opacity: 0.7;
  padding: 5px;
  left: 0px;
  /* top: 9px; */
  bottom: 20px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dx-tile-content .price {
  font-size: 12px;
  position: absolute;
  background-color: black;
  color: white;
  opacity: 0.7;
  padding: 2px;
  left: 0px;
  /* top: 39px; */
  width: 100%;
  bottom: 0;
  text-align: center;
}

.dx-toolbar-item {
  padding: 0 5px !important;
}

.dx-tile {
  height: auto !important;
  /*border: 1px solid #999;*/
  border: none !important;
}

.dx-list-item-before-bag .dx-list-select-checkbox,
.dx-list-item-before-bag .dx-list-select-radiobutton {
  margin-left: 0px !important;
}

.dx-popup-title.dx-toolbar .dx-toolbar-label {
  font-size: 16px;
}

.gvcellInVisibility {
  pointer-events: none;
  opacity: 0.2;
}

.dxc-title text {
  font-family: "IRANSans" !important;
  font-size: 15px !important;
  opacity: 0.35 !important;
  color: whitesmoke !important;
}

.dxc-arg-elements text {
  font-family: "IRANSans" !important;
  font-size: 10px !important;
}

.dxc-labels-group text,
.dxc-legend text {
  font-family: "IRANSans" !important;
  font-size: 11.5px !important;
}

.dx-dropdowneditor-button-visible .dx-texteditor-input {
  padding-right: 5px !important;
}



.form-upload {
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
  border: 0;
  border-bottom: 1px solid #0a8acb;
  padding: 1rem 0.75rem;
}

.form-upload .profile-pic,
.form-upload [class^="profile-pic-"] {
  display: inline-block;
}

.form-upload .file-upload,
.form-upload [class^="file-upload-"] {
  display: none;
}

.form-upload .circle {
  text-align: center;
}

.form-upload img {
  max-width: 100%;
  height: auto;
}

.form-upload .p-image {
  display: flex;
  cursor: pointer;
}

.form-upload .p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.form-upload .upload-button,
.form-upload [class^="upload-button-"] {
  font-style: inherit;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  color: #25396f;
  border: 1px solid #25396f;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
}

.form-upload .upload-button:hover,
.form-upload [class^="upload-button-"]:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  border: 1px solid #eab21d;
  color: #eab21d;
}


.DetailHeader {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #91939a;
}

.RequestComplete {
  background: linear-gradient(90deg, rgba(92, 184, 92, 1) -100%, rgba(255, 255, 255, 1) 100%);
}

.RequestInComplete {
  background: linear-gradient(90deg, rgba(204, 55, 51, 1) -100%, rgba(255, 255, 255, 1) 100%);
}

.ltrTxtInGridEditor {
  text-align: left !important;
  direction: ltr !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row>td,
.dx-datagrid-content .dx-datagrid-table .dx-row>tr>td {
  vertical-align: middle !important;
}

.EntTitle {
  font-family: var(--font-persian);
  font-size: 2rem;
  /* font-weight: bolder; */
}

.ticketBody {
  justify-content: center;
}

.dx-texteditor-buttons-container>.dx-button>.dx-button-content {
  padding-top: 0px !important;
}

.setLeftToRight {
    direction: ltr !important;
}
.setTextAlignLeft {
    text-align: left !important;
}

.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:last-child, .dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:last-child {
    margin-right: 3px !important;
}

/*New Items*/