:root {
  /* Text Color */
  --rts-para: #65676b;
  --rts-heading: #000834;
  --rts-black: #000000;
  --rts-white: #ffffff;
  --rts-gray: #f1f1f1;
  /* Background Color */
  --btn-1: #ce963b;
  --heading-color: #ce963b;
  --rts-border: rgba(125, 128, 135, 0.3);
  --transparent: transparent;
  --transition: all 0.4s ease;
  --color-success: #26cf4b;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  /* typhography */
  --glida: "Gilda Display", serif;
  --jost: "Jost", sans-serif;
  --h1: 80px;
  --h2: 60px;
  --h3: 48px;
  --h4: 40px;
  --h5: 32px;
  --h6: 24px;
  --20: 20px;
  --18: 18px;
  --p: 16px;
  --p-sm: 16px;
  --p-xs: 14px;
}

[data-theme="dark"] {
  /* Text Color */
  --body-bg: #2b2b2b;
  --rts-para: #f8eeeccc;
  --rts-heading: #fafafa;
  --rts-black: #000000;
  --rts-white: #1b1b1b;
  --rts-gray: #f1f1f1;
  /* Background Color */
  --btn-1: #ce963b;
  --heading-color: #ce963b;
  --rts-border: rgba(125, 128, 135, 0.3);
  --transparent: transparent;
  --transition: all 0.4s ease;
}

.rts_footer.is_footer_two.has_background_image,
.event_newsletter_bg,
.newsletter.is_home_four.has_background,
.page_hero_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navigation_menu--item ul.submenu li a::before,
.navigation_menu--item .sub_style li a::before {
  position: absolute;
  content: "";
}

.rts_footer.is_footer_two.footer_background::before,
.event_newsletter_bg::before,
.newsletter.is_home_four.has_background::before,
.video_area_image::before,
.client_testimonial.is_home_six.has_background::before,
.room_slide_box .room_thumbnail::before,
.banner_area .video_area .video_area_overlay,
.banner_area.is_home_five .banner_content::before,
.banner_slider_image::before,
.banner_slider_image,
.page_hero_bg::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
}

.subtitle_icon_three::after,
.subtitle_icon_four::after,
.subtitle_icon_three::before,
.subtitle_icon_four::before,
.subtitle_icon_two::before,
.subtitle_icon_five::before,
.subtitle_icon::after,
.subtitle_icon::before {
  transform: translate(0, 50%);
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root,
#_next {
  isolation: isolate;
}

/*-----------------
    Typography
-------------------*/
body {
  font-size: var(--p);
  line-height: 28px;
  font-weight: 400;
  font-family: var(--jost);
  color: var(--rts-para);
  overflow-x: hidden;
  margin: 0 auto;
  background-color: var(--body-bg);
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.font-xs {
  font-size: var(--p-xs);
}

.font-sm {
  font-size: 18px;
}

.rts_white {
  color: var(--rts-white);
}

.text-gray {
  color: var(--rts-gray);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 90px;
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 70px;
}
@media screen and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  h2,
  .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 58px;
}
@media screen and (max-width: 1400px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 992px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  h4,
  .h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 42px;
}
@media screen and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 30px;
}
@media screen and (max-width: 1400px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  h6,
  .h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--rts-heading);
  font-weight: 400;
  font-family: var(--glida);
}

p {
  font-size: var(--p);
}
p:last-child {
  margin-bottom: 0;
}

.font-20 {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .font-20 {
    font-size: 18px;
  }
}

.text-dark {
  color: var(--rts-heading) !important;
}

.text-body {
  color: var(--rts-para) !important;
}

.list-style-dot li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}
.list-style-dot li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--rts-button-1);
  content: "";
}

.rts_section {
  position: relative;
}

.mtn-1 {
  margin-top: -10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.my-40 {
  margin: 40px 0;
}

.my-30 {
  margin: 30px 0;
}

.section_mb {
  margin-bottom: 13px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pt--10 {
  top: -10px;
}

.pt-30 {
  padding-top: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media screen and (max-width: 992px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-260 {
  padding-top: 260px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-200 {
  padding-bottom: 200px;
}

.gap-30 {
  --bs-gutter-x: 30px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.row-30 {
  row-gap: 30px;
}

.row-35 {
  row-gap: 35px;
}

.row-60 {
  row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .row-60 {
    row-gap: 40px;
  }
}

.section_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pg-home .about_area{
  padding-top: 80px;
}
.pg-home .offer_area.is_home_one{
  padding-bottom: 80px;
}
.pg-about .blog.is_home_three{
  padding-bottom: 80px;
}
.pg-dine .section_padding.is_home_five {
  padding-top: 90px;
}
.swiper-pagination-bullet{
  background: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .section_padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section_padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.max-contnet {
  max-width: max-content;
}

.max-content {
  max-width: max-content;
}

.g-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.max-630 {
  max-width: 630px;
}

.max-750 {
  max-width: 750px;
}

.max-720 {
  max-width: 720px;
}

.max-695 {
  max-width: 695px;
}

.max-360 {
  max-width: 360px;
}

.mnw-500 {
  min-width: 500px;
}

.top-30 {
  top: 30px;
}

.top-25 {
  top: 25px !important;
}

.end-30 {
  right: 30px;
}

.end--30 {
  right: -30px;
}

.left-20 {
  left: 20px;
}

.padding-75 {
  padding: 0 75px;
}
@media screen and (max-width: 1200px) {
  .padding-75 {
    padding: 0 30px;
  }
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.no-bb {
  bottom: 0 !important;
  margin-bottom: 0 !important;
}

figure {
  margin-bottom: 0;
}

.mt--10 {
  margin-top: -8px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--rts-white);
  width: 50%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader-wrapper .loader-section.section-right {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 4px solid transparent;
  border-top-color: var(--rts-primary);
  border-right-color: var(--rts-primary);
  border-bottom-color: var(--rts-primary);
  border-radius: 100%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  z-index: 1001;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.link_item {
  display: flex;
  align-items: center;
}

.focus-none:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) {
  .br-lg-none br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .br-md-none br {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .br-sm-none br {
    display: none;
  }
}

.rounded-50 {
  border-radius: 50px !important;
}

.d-shadow {
  filter: drop-shadow(0px 10px 30px rgba(153, 153, 153, 0.25));
}

.text-para {
  color: var(--rts-para);
}

.list_style_dot li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.list_style_dot li:last-child {
  margin-bottom: 0;
}
.list_style_dot li::before {
  position: absolute;
  left: 0;
  top: 20%;
  transform: translate(0, -20%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--rts-para);
  content: "";
}

.number_style_dot {
  padding-left: 15px;
}
.number_style_dot li {
  list-style: number;
  margin-bottom: 25px;
}
.number_style_dot li:last-child {
  margin-bottom: 0;
}

.min-fit-content {
  min-width: fit-content;
}

.bg-primary {
  background: var(--rts-primary) !important;
  color: var(--rts-white) !important;
}

.pointer {
  cursor: pointer;
}

.radius-6 {
  border-radius: 6px;
}

.radius-10 {
  border-radius: 10px;
}

.center-item {
  display: grid;
  place-items: center;
}

.no-border {
  border: none !important;
}

a[savefrom_lm="1"][savefrom_lm_is_link="1"] {
  display: none !important;
  background-image: none !important;
  position: absolute !important;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

select {
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

.nice-select {
  width: 100%;
  height: auto;
  font-size: inherit;
  position: relative;
}
.nice-select.open::before {
  content: "\f077";
  font-family: var(--fontawesome-pro);
  transition: var(--transition);
}
.nice-select ul.list {
  width: 100%;
}
.nice-select ul.list li.selected {
  font-weight: 500;
}
.nice-select:focus {
  border-color: transparent;
}
.nice-select::before {
  position: absolute;
  content: "\f078";
  font-family: var(--fontawesome-pro);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 12px;
  transition: var(--transition);
}
.nice-select::after {
  border-bottom: 0;
  border-right: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rts-button-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--rts-button-1);
}

input:checked + .slider:before {
  transform: translateX(30px);
}

.newsletter {
  position: relative;
  max-width: 310px;
}
@media screen and (max-width: 576px) {
  .newsletter {
    max-width: 100%;
  }
}
.newsletter input {
  position: relative;
  padding: 20px 18px;
  padding-right: 120px;
  border-radius: 10px;
  border: 0;
  width: 100%;
}
.newsletter button {
  position: absolute;
  right: 15px;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
}

.single_input {
  position: relative;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 20px;
  top: -2px;
  height: 20px;
  width: 20px;
}

.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid var(--heading-color);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.checkbox input:checked + label::before {
  background-color: var(--rts-button-1);
  border-radius: 6px;
}

textarea::placeholder,
input::placeholder {
  color: var(--rts-para) !important;
}

input:focus {
  outline: none;
}

[data-theme="dark"] select {
  color: #999999 !important;
}
[data-theme="dark"] textarea::placeholder,
[data-theme="dark"] input::placeholder {
  color: #999999 !important;
}

input {
  transition: border-color 0.3s ease;
}

textarea:focus,
input:focus {
  outline: 1px solid var(--heading-color);
}

textarea:focus-visible,
input:focus-visible {
  outline: 1px solid var(--heading-color);
}

.navigation_menu ul {
  display: flex;
  max-width: max-content;
  position: relative;
  padding: 0;
  margin: 0;
}
.navigation_menu--item {
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 1400px) {
  .navigation_menu--item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .navigation_menu--item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation_menu--item {
    margin: 0 14px;
  }
}
.navigation_menu--item:last-child {
  margin-right: 0;
}
.navigation_menu--item:last-child::after {
  display: none;
}
.navigation_menu--item:first-child {
  margin-left: 0;
}
.navigation_menu--item:hover > a,
.navigation_menu--item > a.active {
  color: var(--btn-1) !important;
}
.navigation_menu--item_link {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 400;
  display: block;
  color: var(--rts-para);
  transition: padding 0.3s ease;
  transition: var(--transition);
}
.navigation_menu--item.has-child:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navigation_menu--item.has-child:hover ul.submenu li.has-child:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navigation_menu--item.has-arrow {
  position: relative;
}
.navigation_menu--item.has-arrow::before {
  position: absolute;
  content: "\f122";
  font-family: flaticon_bokinn !important;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  transition: var(--transition);
}
.navigation_menu--item.has-arrow:hover::before {
  content: "\f121";
  font-family: flaticon_bokinn !important;
  transition: var(--transition);
  color: var(--rts-button-1);
}
.navigation_menu--item ul.submenu,
.navigation_menu--item .sub_style {
  position: absolute;
  top: 100%;
  min-width: 230px;
  background: var(--rts-white);
  z-index: 1024;
  display: inline-block;
  opacity: 0;
  padding: 20px 0;
  transform: scaleY(0);
  transform-origin: top center;
  visibility: hidden;
  transition: var(--transition);
  left: 0;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}
.navigation_menu--item ul.submenu li,
.navigation_menu--item .sub_style li {
  position: relative;
  display: block;
  padding: 0 30px;
}
.navigation_menu--item ul.submenu li:last-child,
.navigation_menu--item .sub_style li:last-child {
  margin-bottom: 0;
}
.navigation_menu--item ul.submenu li:hover > a,
.navigation_menu--item .sub_style li:hover > a {
  color: var(--heading-color);
  transition: var(--transition);
}
.navigation_menu--item ul.submenu li:hover > a::before,
.navigation_menu--item .sub_style li:hover > a::before {
  width: 80%;
}
.navigation_menu--item ul.submenu li:not(:last-child),
.navigation_menu--item .sub_style li:not(:last-child) {
  margin: 0 0 10px;
}
.navigation_menu--item ul.submenu li.has-arrow,
.navigation_menu--item .sub_style li.has-arrow {
  position: relative;
}
.navigation_menu--item ul.submenu li.has-arrow::before,
.navigation_menu--item .sub_style li.has-arrow::before {
  position: absolute;
  content: "\f121";
  font-family: flaticon_bokinn !important;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 14px;
  transition: var(--transition);
}
.navigation_menu--item ul.submenu li.has-arrow:hover::before,
.navigation_menu--item .sub_style li.has-arrow:hover::before {
  content: "\f122";
  font-family: flaticon_bokinn !important;
  transition: var(--transition);
}
.navigation_menu--item ul.submenu li a,
.navigation_menu--item .sub_style li a {
  padding: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  color: var(--rts-heading);
}
.navigation_menu--item ul.submenu li a::before,
.navigation_menu--item .sub_style li a::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--heading-color);
  transition: var(--transition);
}
.navigation_menu--item ul.submenu li a:hover::before,
.navigation_menu--item .sub_style li a:hover::before {
  width: 100%;
}
.navigation_menu--item ul.submenu li ul,
.navigation_menu--item .sub_style li ul {
  top: 0;
  position: absolute;
  left: 100%;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  transition: var(--transition);
}

.header_sticky {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  z-index: 999;
  margin: auto;
  align-items: center;
  left: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  transform: translateY(0);
}
.header_sticky.fixed {
  position: fixed !important;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: var(--rts-white);
}

.main_header.is_home_three
  .navigation
  .navigation_menu--item.has-arrow::before {
  color: var(--rts-white);
}
.main_header.is_home_three
  .navigation
  .navigation_menu--item.has-arrow:hover::before {
  color: var(--btn-1);
}
.main_header.is_home_three .navigation .navigation_menu--item_link {
  color: var(--rts-white);
}

[data-theme="dark"] .navigation_menu--item.has-arrow::before {
  color: var(--rts-para);
}

.navigation_menu--item.has-child .has_mega_menu {
  position: absolute;
  width: 1000px;
  background-color: var(--rts-white);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: var(--transition);
  z-index: 1024;
  top: 100%;
}
@media screen and (max-width: 1200px) {
  .navigation_menu--item.has-child .has_mega_menu {
    width: 940px;
  }
}
.navigation_menu--item.has-child .has_mega_menu .menu_item {
  text-align: center;
  overflow: hidden;
}
.navigation_menu--item.has-child .has_mega_menu .menu_item a {
  display: block;
  overflow: hidden;
}
.navigation_menu--item.has-child .has_mega_menu .menu_item a img {
  border-radius: 4px;
  width: 100%;
  transition: var(--transition);
}
.navigation_menu--item.has-child .has_mega_menu .menu_item a span {
  display: block;
  margin-top: 15px;
  color: var(--rts-heading);
  transition: var(--transition);
}
.navigation_menu--item.has-child .has_mega_menu .menu_item:hover span {
  text-decoration: underline;
}
.navigation_menu--item.has-child:hover .has_mega_menu {
  opacity: 1;
  visibility: visible;
}

.theme-btn {
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 8px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.theme-btn::before,
.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-btn.border {
  border: 0.5px solid rgba(101, 103, 107, 0.3) !important;
  transition: var(--transition);
}
.theme-btn.border span {
  color: var(--rts-para);
  mix-blend-mode: normal;
}
.theme-btn.border:hover {
  border-color: var(--btn-1) !important;
}
.theme-btn.fill {
  background: var(--btn-1);
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  color: var(--rts-white);
  transition: var(--transition);
}
.theme-btn.fill:hover {
  color: var(--rts-white);
  border-color: var(--btn-1);
}
.theme-btn.fill:hover span {
  color: var(--rts-white);
  mix-blend-mode: normal;
}
.theme-btn.sm-btn {
  padding: 5px 20px;
}
@media screen and (max-width: 1200px) {
  .theme-btn.sm-btn {
    padding: 5px 10px;
  }
}
.theme-btn.no-border {
  border: none;
}
.theme-btn:hover.border {
  border-color: var(--btn-1);
}
.theme-btn:hover.fill {
  background: var(--btn-1);
  color: var(--rts-white);
}
.theme-btn.menu_btn img {
  filter: invert(1);
}

.btn-style {
  overflow: hidden;
  font-family: var(--jost);
  font-size: inherit;
  font-weight: 500;
  border-radius: 6px;
  color: #fff;
}

.btn-style span {
  display: block;
  position: relative;
  mix-blend-mode: hard-light;
  z-index: 10;
  color: var(--rts-white);
}
.btn-style span i {
  position: relative;
  top: 2px;
}

.btn-style:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: var(--rts-white);
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.btn-style::before {
  content: "";
  background: var(--btn-1);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-style:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-style::after {
  content: "";
  background: var(--btn-1);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-style:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

[data-theme="dark"] .btn-style span {
  color: var(--rts-para);
}
[data-theme="dark"] .btn-style:hover span {
  color: var(--rts-para);
}

.rts_card .card-body {
  padding: 0;
}
.rts_card.is_home {
  padding: 40px 30px;
  text-align: center;
  transition: var(--transition);
  /* background: #000834; */
}
@media screen and (max-width: 1400px) {
  .rts_card.is_home {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 992px) {
  .rts_card.is_home {
    padding: 40px 30px;
  }
}
.rts_card.is_home:hover {
  box-shadow: 0px 30px 40px rgba(151, 151, 151, 0.16);
}
.rts_card .icon {
  margin-bottom: 30px;
}
.rts_card .icon img {
  width: 85px;
}
.rts_card .card-text {
  color: var(--rts-para);
}

.rts_card.is_home_three {
  max-width: 240px;
  background-color: transparent;
}

.rts_card.is_home_four {
  background-color: transparent;
  border: 1px solid rgba(241, 241, 241, 0.3);
  padding: 38px 25px;
  text-align: center;
  transition: var(--transition);
}
.rts_card.is_home_four:hover {
  background-color: #0b133f;
  border-color: #484e6d;
}
.rts_card.is_home_four .card-title,
.rts_card.is_home_four .card-text {
  color: var(--rts-white);
}
.rts_card.is_home_five {
  max-width: 260px;
}

.rts_card.is_home_six {
  max-width: 250px;
  background-color: transparent;
}

.applicant_list {
  display: flex;
  margin-right: 15px;
  flex-wrap: wrap;
}
.applicant_list .single_list {
  margin-right: -15px;
  position: relative;
}
.applicant_list .single_list .icon-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: rgba(85, 60, 223, 0.6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--rts-white);
  font-size: 20px;
  border: 5px solid #f9f8ff;
}
.applicant_list .single_list img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 5px solid #f9f8ff;
}

[data-theme="dark"] .rts_card.is_home {
  background-color: var(--body-bg);
}
[data-theme="dark"] .rts_card.is_home:hover {
  box-shadow: none;
}

.rts_circle {
  max-width: max-content;
  border: 1px solid var(--rts-white);
  border-radius: 50%;
}
.rts_circle svg {
  height: 172px;
  width: 172px;
  position: relative;
  padding: 1px;
  animation: rotate 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .rts_circle svg {
    height: 140px;
    width: 140px;
  }
}
.rts_circle svg text textPath {
  font-size: 11.5px;
  fill: var(--rts-white);
  font-family: var(--jost);
}
.rts_circle--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rts_circle--icon i {
  transform: rotate(-30deg);
  color: var(--rts-white);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
[data-theme="dark"] .rts_circle {
  border-color: var(--rts-para);
}
[data-theme="dark"] .rts_circle svg text textPath {
  fill: var(--rts-para);
}
[data-theme="dark"] .rts_circle--icon i {
  color: var(--rts-para);
}

.rts_back_top {
  background: var(--btn-1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 25px;
  display: none;
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  transition: var(--transition);
  border: 0;
}

.rts_back_top.show {
  display: block;
  bottom: 30px;
  opacity: 1;
}

.slider-button-next,
.slider-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.slider-button-prev,
.slider-rtl .slider-button-next {
  left: 10px;
  right: auto;
}
.slider-button-prev svg path,
.slider-rtl .slider-button-next svg path {
  transition: var(--transition);
}
.slider-button-prev:hover svg path,
.slider-rtl .slider-button-next:hover svg path {
  fill: var(--rts-heading);
}

.slider-button-next,
.slider-rtl .slider-button-prev {
  right: 10px;
  left: auto;
}
.slider-button-next svg path,
.slider-rtl .slider-button-prev svg path {
  transition: var(--transition);
}
.slider-button-next:hover svg path,
.slider-rtl .slider-button-prev:hover svg path {
  fill: var(--rts-heading);
}

.is_room_slider .slider-button-next svg path,
.is_room_slider .slider-button-prev svg path {
  transition: var(--transition);
}
.is_room_slider .slider-button-next:hover svg path,
.is_room_slider .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

@media screen and (max-width: 992px) {
  .full_width_nav {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.slider_navigation {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: max-content;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .slider_navigation {
    display: none;
  }
}
.slider_navigation .nav_btn {
  border: 1px solid var(--rts-border);
  max-width: max-content;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}
.slider_navigation .nav_btn:hover {
  background-color: var(--heading-color) !important;
}
.slider_navigation .nav_btn:hover img {
  filter: invert(100);
}
.slider_navigation .nav_btn img {
  transition: var(--transition);
}

.testimonial_slider_style_two {
  position: relative;
}
.testimonial_slider_style_two .slider_navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.testimonial_slider_style_three {
  position: relative;
}
.testimonial_slider_style_three .slider_navigation {
  position: absolute;
  left: -45px;
  bottom: 50%;
  z-index: 1;
  transform: translate(0, 50%);
}
@media screen and (max-width: 992px) {
  .testimonial_slider_style_three .slider_navigation {
    display: none;
  }
}
.testimonial_slider_style_three .slider_navigation .nav_btn {
  background-color: var(--rts-white);
}

.rts_pagination {
  padding-top: 40px;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rts_pagination {
    padding-top: 80px;
  }
}

.rts-pagination {
  display: flex;
  gap: 6px;
}
.rts-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  transition: var(--transition);
}
.rts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--heading-color);
}

[data-theme="dark"] .rts-pagination .swiper-pagination-bullet {
  background: #fff;
}

.page_hero_bg::before {
  background-color: rgba(0, 8, 52, 0.6);
}

.page_hero_height {
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  padding-bottom: 40px;
}
.pg-room .page_hero_height {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .page_hero_height {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .page_hero_height {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .page_hero_height {
    height: 400px;
  }
}

.page_hero_content {
  color: var(--rts-white);
  position: relative;
}
.page_hero_content h1 {
  color: var(--rts-white);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page_hero_content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page_hero_content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.page_hero_content .texonomy {
  color: var(--rts-white);
  margin-bottom: 30px;
  position: relative;
  display: block;
  z-index: 1;
}
.page_hero_content .author_meta {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.page_hero_content .author_meta a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--rts-white);
}
.page_hero_content .author_meta a img {
  border-radius: 50%;
}
.page_hero_content .author_meta span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
}
.page_hero_content .author_meta span img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(721%)
    hue-rotate(183deg) brightness(117%) contrast(100%);
}

.page_hero_height.if_has_search {
  height: 700px;
}
@media screen and (max-width: 576px) {
  .page_hero_height.if_has_search {
    height: 850px;
  }
}
.page_hero_height.if_is_blog {
  height: 700px;
}
@media screen and (max-width: 576px) {
  .page_hero_height.if_is_blog {
    height: 550px;
  }
}

.room_card {
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  overflow: hidden;
}
.room_card_top {
  position: relative;
  overflow: hidden;
}
.room_card_top .room_card_image {
  overflow: hidden;
  height: 100%;
}
.room_card_top .room_card_image img {
  transition: var(--transition);
  width: 100%;
}
.room_card_top .room_card_image img:hover {
  transform: scale(1.05);
}
.room_card_top .room_price_tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--rts-white);
  border-radius: 6px;
}
.room_card_top .room_price_tag span {
  margin-bottom: 0;
  display: block;
  padding: 10px;
  line-height: 1;
  color: var(--heading-color);
}
.room_card_meta {
  padding: 30px;
}
.room_card_meta .room_card_title {
  display: block;
  margin-bottom: 15px;
  transition: var(--transition);
}
.room_card_meta .room_card_title:hover {
  color: var(--heading-color);
}
.room_card_meta .room_price_tag span {
  color: var(--heading-color);
}
.room_card_meta_info {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .room_card_meta_info {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.room_card_meta_info span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.room_card_meta .room_card_link {
  font-size: 18px;
  color: var(--heading-color);
  text-decoration: underline;
  font-family: var(--jost);
}
.room_card.is_style_three .room_card_meta_info span {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .room_card.is_style_three .room_card_meta_info span {
    font-size: 18px;
  }
}
.room_card.is_style_four {
  border-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .room_card.is_style_four {
    flex-direction: column;
  }
}
.room_card.is_style_four .room_card_top {
  flex-basis: 50%;
}
.room_card.is_style_four .room_card_top .room_card_image {
  border-radius: 10px;
}
.room_card.is_style_four .room_card_top .room_card_image a {
  display: block;
}
.room_card.is_style_four .room_card_top .room_card_image img {
  border-radius: 10px;
}
.room_card.is_style_four .room_card_meta {
  flex-basis: 50%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .room_card.is_style_four .room_card_meta {
    margin-left: 0;
    padding-left: 0;
    flex-basis: unset;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.room_card.is_style_four .room_card_meta_info {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .room_card.is_style_four .room_card_meta_info {
    flex-wrap: wrap;
  }
}

.load_more_link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.load_more_link a {
  border: 1px solid var(--rts-border);
  padding: 8px 15px;
  display: inline-block;
  border-radius: 6px;
  font-size: 18px;
  font-family: var(--jost);
  color: var(--rts-heading);
  transition: var(--transition);
}
.load_more_link a:hover {
  background-color: var(--heading-color);
  color: var(--rts-white);
}

.room_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .room_wrapper {
    row-gap: 0;
  }
}
.room_wrapper .room_card.is_style_four:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .room_wrapper .room_card.is_style_four:nth-child(even) {
    flex-direction: column;
  }
}
.room_wrapper .room_card.is_style_four:nth-child(even) .room_card_meta {
  padding: 0;
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .room_wrapper .room_card.is_style_four:nth-child(even) .room_card_meta {
    margin-right: 0;
    padding-top: 30px;
  }
}

[data-theme="dark"] .header_top {
  border-bottom-color: rgba(101, 103, 107, 0.65);
}

.header_top {
  padding: 8px 0;
  border-bottom: 0.5px solid rgba(101, 103, 107, 0.2);
}
.header_top .link_item {
  font-size: 14px;
  color: var(--rts-para);
}
.header_top .link_item i {
  top: 2px;
  position: relative;
}

.social_links {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .social_links {
    justify-content: center;
  }
}

.location {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .location {
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .header_top {
    display: none;
  }
}
.header_top.is_home_two,
.header_top.is_color_white {
  background-color: rgba(0, 8, 52, 0.7);
  color: var(--rts-white);
}
.header_top.is_home_two .social_links a,
.header_top.is_home_two .location a,
.header_top.is_color_white .social_links a,
.header_top.is_color_white .location a {
  color: var(--rts-white);
}
.header_top.is_home_three {
  background-color: var(--rts-heading);
}

.header_top.is_home_video {
  background-color: rgba(51, 55, 112, 0.8);
}
.header_top.is_home_video .link_item {
  color: #fff;
}
.header_top.is_home_video .link_item::after {
  content: "|"; /* Content to insert */
  font-size: 14px; /* Font size */
  margin-right: 10px; /* Space between inserted content and original content */
}
.header_top.is_home_video .link_item:last-child::after {
  content: ""; /* Remove the ::after content for the last item */
}

.header_function {
  transition: var(--transition);
}
.header_function.is_sticky {
  position: fixed;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition: padding 1s;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: var(--rts-white);
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .header_function.is_sticky {
    padding: 15px 0;
  }
}

.main_header {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .main_header {
    padding: 20px 0;
  }
}

.main_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_right {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .main_right {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .main_right .theme-btn.fill {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main_right .theme-btn.fill.menu_btn {
    display: block;
  }
}

@keyframes stickyanimations {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header_absolute {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
}
.header_absolute .container-fluid {
  padding: 0 60px;
}

.main_header.is_home_two,
.main_header.is_color_white {
  background-color: rgba(0, 8, 52, 0.7);
}
.main_header.is_home_two .theme-btn.border,
.main_header.is_color_white .theme-btn.border {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.main_header.is_home_two .theme-btn.border span,
.main_header.is_color_white .theme-btn.border span {
  color: var(--rts-white);
  mix-blend-mode: normal;
}
.main_header.is_home_two .theme-btn.border:hover,
.main_header.is_color_white .theme-btn.border:hover {
  border-color: var(--btn-1) !important;
}
.main_header.is_home_two {
  padding-top: 24px;
  padding-bottom: 30px;
}
.main_header.is_home_three {
  background-color: var(--rts-heading);
}
.main_header.is_home_three .theme-btn {
  border-radius: 0;
}
.main_header .main_nav_toogler {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rts-white);
  font-size: 20px;
  font-family: var(--glida);
}
.main_header .main_nav_toogler i {
  font-size: 26px;
  color: var(--rts-white);
}

.header_function.is_home_two.is_sticky,
.header_function.is_color_white.is_sticky {
  background-color: #000834;
}

.main_header .main_header_wrapper {
  position: relative;
}
@media screen and (max-width: 992px) {
  .main_header .main_header_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_header .main_header_wrapper .main_logo {
  display: flex;
  justify-items: start;
}
.main_logo .logo_class {
  position: absolute;
  top: 5px;
  width: 75px;
}
.is_home_video.is_sticky .main_logo .logo_class {
  width: 44px;
}
@media screen and (max-width: 992px) {
  .main_header .main_header_wrapper .main_logo {
    justify-items: self-start;
  }
}
.main_header .main_header_wrapper .main_right {
  justify-content: end;
}
.main_header.is_home_four .main_header_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .main_header.is_home_four .main_header_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_header.is_home_four .main_header_wrapper .main_logo {
  display: grid;
  justify-items: self-start;
}
.main_header.is_home_four .main_header_wrapper .main_right {
  justify-content: end;
}
.main_header.is_home_video {
  background-color: rgba(51, 55, 112, 0.8);
}
.main_header.is_home_video .navigation_menu--item_link {
  color: #fff;
}
.main_header.is_home_video .main_right .theme-btn.border {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.main_header.is_home_video .main_right .theme-btn span {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .main_nav {
    display: none;
  }
}

/* All section styles */
.facilities_area.has_background {
  background-color: var(--rts-gray);
}
.facilities_area.py-90 {
  padding: 90px 0;
}
.pg-banquet .facilities_area.has_background {
  background-color: #000834;
}
.event-logo-block .blog_item.is_has_radius .blog_item_thumb img {
  min-height: auto;
  max-height: auto;
}
.pg-banquet .facilities_area .section_title {
  color: #fff;
}
.pg-banquet .room_amenity .group_row .single_item {
  color: #fff;
}
.section_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .section_wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.section_wrapper .section_content_right {
  max-width: 645px;
}
.section_wrapper .section_content_right p {
  font-size: 18px;
}

[data-theme="dark"] .facilities_area.has_background {
  background-color: var(--rts-white);
}

.subtitle_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.subtitle_icon::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/left.svg");
  background-repeat: no-repeat;
}
.subtitle_icon::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/right.svg");
  background-repeat: no-repeat;
}
.subtitle_icon_two,
.subtitle_icon_five {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  left: 65px;
  color: var(--heading-color);
}
.subtitle_icon_two::before,
.subtitle_icon_five::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section_style_two.svg");
  background-repeat: no-repeat;
}
.subtitle_icon_three,
.subtitle_icon_four {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--heading-color);
}
.subtitle_icon_three::before,
.subtitle_icon_four::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section_style_three-1.svg");
  background-repeat: no-repeat;
}
.subtitle_icon_three::after,
.subtitle_icon_four::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section_style_three-2.svg");
  background-repeat: no-repeat;
}
.subtitle_icon_four::before {
  left: -45px;
  width: 30px;
  background-image: url("../images/shape/section_three-1.svg");
}
.subtitle_icon_four::after {
  width: 30px;
  right: -45px;
  background-image: url("../images/shape/section_three-2.svg");
}
.subtitle_icon_five {
  left: 45px;
}
.subtitle_icon_five::before {
  left: -45px;
  width: 30px;
  background-image: url("../images/shape/section_three-1.svg");
}

.section_topbar.is_home_two .subtitle_icon_three::before,
.section_topbar.is_home_two .subtitle_icon_four::before,
.section_topbar.is_home_two .subtitle_icon_three::after,
.section_topbar.is_home_two .subtitle_icon_four::after {
  filter: brightness(100);
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .jarallax > .jarallax-img,
  picture.jarallax-img img {
    position: relative;
  }
}

.jara-mask-1 {
  width: 100%;
  padding-top: 100%;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jara-mask-1 {
    padding-top: inherit;
  }
}

.jara-mask-2 {
  width: 100%;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
}

.jara-mask-3 {
  width: 100%;
  backdrop-filter: blur(20px);
  overflow: hidden;
}

/* ----- Banner Home One ----- */
.banner_area {
  background-color: rgba(0, 8, 52, 0.65);
}

.is_home_one.banner_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_slide_content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 180px 0;
}
@media screen and (max-width: 992px) {
  .banner_slide_content {
    padding: 150px 0;
  }
}
.banner_slide_content .h6,
.banner_slide_content h1,
.banner_slide_content p {
  color: var(--rts-white);
}
.banner_slide_content h1 {
  line-height: 90px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 55px;
}
@media screen and (max-width: 992px) {
  .banner_slide_content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner_slide_content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner_slide_content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner_slide_content .sub_text {
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner_slider_image::before {
  background-color: rgba(0, 8, 52, 0.5);
}
.banner_slider_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.subtitle_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.subtitle_icon::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/left.svg");
  background-repeat: no-repeat;
}
.subtitle_icon::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/right.svg");
  background-repeat: no-repeat;
}

@keyframes slideUp {
  0% {
    transform: translateY(5%);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner_slider .swiper-slide-active .banner_slider_image {
  animation: zoom 7s;
}
.banner_slider .swiper-slide-active .banner_slide_content .subtitle_icon {
  animation-delay: 1.4s;
  animation: fadeInUp 2s;
}
.banner_slider .swiper-slide-active .banner_slide_content h1 {
  animation-delay: 1s;
  animation: fadeInUp 2s;
}
.banner_slider .swiper-slide-active .banner_slide_content .sub_text {
  animation-delay: 1.2s;
  animation: fadeInUp 2s;
}
.banner_slider .swiper-slide-active .banner_slide_content .theme-btn {
  animation-delay: 1.4s;
  animation: fadeInUp 2s;
}

.banner_slider:hover .rts_slider_nav {
  opacity: 1;
}
sup {
  top: -0.4em;
}
@media screen and (max-width: 768px) {
  .banner_slider:hover .rts_slider_nav {
    display: none;
    opacity: 0;
  }
}

.rts_slider_nav {
  opacity: 0;
  transition: var(--transition);
  position: absolute;
  width: 100%;
  left: 60px;
  display: flex;
  z-index: 9;
  bottom: 50%;
  justify-content: space-between;
  /* transform: translate(0, -50%); */
}
.rts_slider_nav .prev {
  right: 120px;
  position: absolute;
}

.banner_area.is_home_two {
  position: relative;
}
.banner_area.is_home_two .banner_slide_content {
  padding-top: 250px;
  padding-bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .banner_area.is_home_two .banner_slide_content {
    padding-top: 300px;
  }
}
@media screen and (max-width: 992px) {
  .banner_area.is_home_two .banner_slide_content {
    padding-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_two .banner_slide_content {
    padding-top: 200px;
  }
}
.banner_area.is_home_two .banner_slide_content_info {
  padding-top: 60px;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .banner_area.is_home_two .banner_slide_content_info {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_two .banner_slide_content_info {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .banner_area.is_home_two .banner_slide_content_info {
    margin-top: 0;
  }
}
.banner_area.is_home_two .banner_slide_content_info .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.banner_area.is_home_two .banner_slide_content_info .item .h2 {
  color: var(--rts-white);
  line-height: 1;
  margin-bottom: 0;
}
.banner_area.is_home_two .banner_slide_content_info .item p {
  font-size: 24px;
}

.banner_area.is_home_three {
  background-color: var(--rts-gray);
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .banner_area.is_home_three {
    margin-bottom: 0;
  }
}
.banner_area.is_home_three .banner_content.not_slider {
  display: flex;
}
.banner_area.is_home_three .banner_content .banner_slide_content.not_slider {
  text-align: left;
  padding-top: 180px;
  padding-bottom: 60px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_three .banner_content .banner_slide_content.not_slider {
    padding-top: 120px;
  }
}
.banner_area.is_home_three .banner_content .banner_slide_content.not_slider h1 {
  color: var(--rts-heading);
  margin-top: 0;
  margin-bottom: 0;
}
.banner_area.is_home_three .banner_content .banner_image {
  position: absolute;
  right: 0;
  top: 0;
}

.banner_area.is_home_four .banner_slide_content.if_not_slider {
  text-align: left;
  padding: 290px 0;
}
@media screen and (max-width: 1200px) {
  .banner_area.is_home_four .banner_slide_content.if_not_slider {
    padding: 170px 0 190px 0;
  }
}
@media screen and (max-width: 992px) {
  .banner_area.is_home_four .banner_slide_content.if_not_slider {
    padding: 170px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_four .banner_slide_content.if_not_slider {
    padding: 120px 0;
  }
}
.banner_area.is_home_four .banner_slide_content.if_not_slider h1 {
  margin: 0;
}

.banner_area.is_home_five {
  clip-path: polygon(
    0% 100%,
    0% 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    89.246% 91.898%,
    78.025% 86.489%,
    66.575% 83.438%,
    55.133% 82.41%,
    43.939% 83.071%,
    33.229% 85.087%,
    23.243% 88.122%,
    14.217% 91.842%,
    6.39% 95.913%,
    0% 100%
  );
}
@media screen and (max-width: 992px) {
  .banner_area.is_home_five {
    clip-path: none;
  }
}
.banner_area.is_home_five .banner_content {
  clip-path: polygon(
    0% 100%,
    0% 0%,
    100% 0%,
    100% 100%,
    100% 100%,
    89.246% 91.898%,
    78.025% 86.489%,
    66.575% 83.438%,
    55.133% 82.41%,
    43.939% 83.071%,
    33.229% 85.087%,
    23.243% 88.122%,
    14.217% 91.842%,
    6.39% 95.913%,
    0% 100%
  );
  height: 940px;
  position: relative;
  padding-top: 105px;
}
@media screen and (max-width: 1200px) {
  .banner_area.is_home_five .banner_content {
    height: 800px;
  }
}
@media screen and (max-width: 992px) {
  .banner_area.is_home_five .banner_content {
    clip-path: none;
    height: 100%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_five .banner_content {
    clip-path: none;
    height: 100%;
  }
}
.banner_area.is_home_five .banner_content::before {
  background-color: rgba(0, 8, 52, 0.4);
}
.banner_area.is_home_five .banner_slide_content.if_not_slider {
  padding: 0;
}
.banner_area.is_home_five .banner_slide_content.if_not_slider h1 {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .banner_area.is_home_five .banner_slide_content.if_not_slider h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_five .banner_slide_content.if_not_slider h1 {
    font-size: 50px;
  }
}

.banner_area.is_home_six .banner_slide_content {
  padding-bottom: 30px;
  padding-top: 250px;
}
@media screen and (max-width: 1200px) {
  .banner_area.is_home_six .banner_slide_content {
    padding-top: 180px;
  }
}
@media screen and (max-width: 992px) {
  .banner_area.is_home_six .banner_slide_content {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_six .banner_slide_content {
    padding-top: 100px;
  }
}

.banner_area.is_home_video {
  height: 800px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_video {
    height: 600px;
  }
}
.banner_area.is_home_video .video_section_text {
  display: flex;
  align-items: center;
  height: 800px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner_area.is_home_video .video_section_text {
    height: 400px;
    margin-top: 150px;
  }
}
.banner_area .video_area {
  position: absolute;
  z-index: -1;
  height: 800px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner_area .video_area {
    height: 600px;
  }
}
.banner_area .video_area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_area .video_area .video_area_overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.banner_area .swiper-slide .video_text_slider_title {
  transition: var(--transition);
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner_area .swiper-slide .video_text_slider_title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .banner_area .swiper-slide .video_text_slider_title {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner_area .swiper-slide-active .video_text_slider_title {
  animation: fadeInUp 2s;
  opacity: 1;
}

[data-theme="dark"] .banner_slide_content span {
  color: #fff;
}
[data-theme="dark"] .banner_slide_content h1 {
  color: #fff;
}
[data-theme="dark"] .banner_slide_content p {
  color: #fff;
}

.about_area.is_home_main .section_shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.about_area.is_home_main .about_wrapper {
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .about_area.is_home_main .about_wrapper {
    gap: 50px;
  }
}
.about_area.is_home_main .image {
  margin-left: 85px;
}
@media screen and (max-width: 1200px) {
  .about_area.is_home_main .image {
    margin-left: 0;
  }
}
.about_area.is_home_main .image_card {
  bottom: 40px;
  left: -100px;
  top: unset !important;
}
@media screen and (max-width: 992px) {
  .about_area.is_home_main .image_card {
    left: 0;
    bottom: 0;
  }
}
.about_area.is_home_main .image_card_image {
  background-color: var(--rts-white);
  border: 8px solid var(--rts-white);
  border-radius: 10px;
  position: absolute;
  top: -40px;
  right: -60px;
}
@media screen and (max-width: 1200px) {
  .about_area.is_home_main .image_card_image {
    display: none;
  }
}
.about_area.is_home_main .image_card_image img {
  border-radius: 10px;
}

.about_area.is_home_one .section_shape {
  position: absolute;
  left: 0;
  top: 150px;
}
@media screen and (max-width: 1400px) {
  .about_area.is_home_one .section_shape {
    display: none;
  }
}
.about_area.is_home_two .section_shape {
  position: absolute;
  left: 0;
  top: 150px;
}
@media screen and (max-width: 992px) {
  .about_area.is_home_two .section_shape {
    display: none;
  }
}
.about_area.is_home_two .about_wrapper {
  flex-direction: row-reverse;
}
.about_area.is_home_two .about_wrapper .image {
  margin-right: 0;
}

.about_wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .about_wrapper {
    flex-wrap: wrap;
  }
}
.about_wrapper .content_title {
  margin-bottom: 30px;
}
.about_wrapper .content_subtitle {
  font-size: 18px;
  max-width: 645px;
  margin-bottom: 45px;
}
.about_wrapper .image {
  position: relative;
  margin-right: 85px;
}
@media screen and (max-width: 1200px) {
  .about_wrapper .image {
    margin-right: 0;
  }
}
.about_wrapper .image .image-height {
  min-height: 580px;
  min-width: 485px;
}
@media screen and (max-width: 768px) {
  .about_wrapper .image .image-height {
    min-width: 100%;
    min-height: 100%;
  }
}
.about_wrapper .image .image_card {
  padding: 22px 30px 22px 22px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: max-content;
  background-color: var(--rts-white);
  position: absolute;
  top: 40px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .about_wrapper .image .image_card {
    right: 0;
  }
}
.about_wrapper .image .image_card .icon {
  height: 82px;
  min-width: 82px;
  background-color: var(--rts-gray);
  font-size: 45px;
  color: var(--heading-color);
}

.about_images {
  position: relative;
}
.about_images .image_left img {
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .about_images .image_left img {
    height: 100%;
  }
}
.about_images .image_right {
  position: relative;
  margin-left: 200px;
  margin-top: -250px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .about_images .image_right {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .about_images .image_right {
    margin-left: 80px;
  }
}
@media screen and (max-width: 992px) {
  .about_images .image_right {
    margin-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .about_images .image_right {
    margin-left: 100px;
  }
}
@media screen and (max-width: 576px) {
  .about_images .image_right {
    margin-left: 0;
    margin-top: 0;
  }
}
.about_images .image_right img {
  border-radius: 10px;
  border: 6px solid var(--rts-white);
}
.about_content {
  margin-left: 65px;
}
@media screen and (max-width: 992px) {
  .about_content {
    margin-left: 0;
  }
}

.about.is_home_five.has_background:before {
  position: absolute;
  content: "";
  height: 115%;
  width: 100%;
  background-color: var(--rts-gray);
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .about.is_home_five.has_background:before {
    height: 100%;
  }
}
.about.is_home_five .about_positioned_images {
  position: relative;
}
.about.is_home_five .about_positioned_images .image_1 {
  position: absolute;
  left: -28%;
  clip-path: polygon(
    69.249% 0%,
    0% 0%,
    0% 100%,
    99.939% 100%,
    99.939% 50%,
    69.249% 50%,
    69.249% 0%
  );
  top: -250px;
}
@media screen and (max-width: 1200px) {
  .about.is_home_five .about_positioned_images .image_1 {
    left: -42%;
  }
}
@media screen and (max-width: 992px) {
  .about.is_home_five .about_positioned_images .image_1 {
    display: none;
  }
}
.about.is_home_five .about_positioned_images .image_2 {
  position: absolute;
  right: 0;
  bottom: -460px;
  height: 530px;
  width: 385px;
}
@media screen and (max-width: 992px) {
  .about.is_home_five .about_positioned_images .image_2 {
    height: 400px;
    bottom: -450px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about.is_home_five .about_positioned_images .image_2 {
    display: none;
  }
}

.about.is_home_six.has_background {
  background-color: var(--rts-gray);
}
@media screen and (max-width: 992px) {
  .about.is_home_six.has_background {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .about.is_home_six.has_background {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .about.is_home_six .about_content {
    margin-left: 0;
  }
}
.about.is_home_six .about_image {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .about.is_home_six .about_image {
    left: -10%;
  }
}
@media screen and (max-width: 1680px) {
  .about.is_home_six .about_image {
    left: -8%;
  }
}
@media screen and (max-width: 1440px) {
  .about.is_home_six .about_image {
    left: -15%;
  }
}
@media screen and (max-width: 1400px) {
  .about.is_home_six .about_image {
    left: -18%;
  }
}
@media screen and (max-width: 1280px) {
  .about.is_home_six .about_image {
    left: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .about.is_home_six .about_image {
    left: -40%;
  }
}
@media screen and (max-width: 992px) {
  .about.is_home_six .about_image {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .about.is_home_six .about_image img {
    height: 100%;
  }
}
.about.is_home_six .about_content_full {
  padding: 140px 0;
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  .about.is_home_six .about_content_full {
    padding: 95px 0;
  }
}
@media screen and (max-width: 992px) {
  .about.is_home_six .about_content_full {
    padding-top: 40px;
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .about.is_home_six .about_content_full {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.about.is_resturant {
  padding-top: 120px;
  padding-bottom: 0;
}
.about.is_resturant .about_images {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  left: -65%;
}
@media screen and (max-width: 1400px) {
  .about.is_resturant .about_images {
    left: -90%;
  }
}
@media screen and (max-width: 1200px) {
  .about.is_resturant .about_images {
    left: -125%;
  }
}
@media screen and (max-width: 992px) {
  .about.is_resturant .about_images {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about.is_resturant .about_images {
    flex-wrap: wrap;
  }
}
.about.is_resturant .about_images .image_left img,
.about.is_resturant .about_images .image_right img {
  min-width: 428px;
}
@media screen and (max-width: 992px) {
  .about.is_resturant .about_images .image_left img,
  .about.is_resturant .about_images .image_right img {
    min-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about.is_resturant .about_images .image_left img,
  .about.is_resturant .about_images .image_right img {
    width: 100%;
  }
}
.about.is_resturant .about_images .image_right {
  margin-left: 0;
  margin-top: 0;
  width: auto;
}
.about.is_resturant .about_images .image_right img {
  border: 0;
}

.reservation_meta {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .reservation_meta {
    flex-wrap: wrap;
  }
}
.reservation_meta .reservation_item {
  border: 1px solid var(--rts-border);
  max-width: max-content;
  padding: 20px;
  transition: var(--transition);
}
.reservation_meta .reservation_item:hover {
  border-color: var(--heading-color);
  background-color: var(--heading-color);
  color: var(--rts-white);
}
.reservation_meta .reservation_item:hover a,
.reservation_meta .reservation_item:hover span {
  color: var(--rts-white);
}
.reservation_meta .reservation_item:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
    hue-rotate(104deg) brightness(103%) contrast(101%);
}
.reservation_meta .reservation_item p {
  margin-bottom: 10px;
}
.reservation_meta .reservation_item a,
.reservation_meta .reservation_item span {
  color: var(--rts-heading);
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}
.reservation_meta .reservation_item a {
  font-size: 14px;
}

.room_slide_box {
  max-width: max-content;
  position: relative;
  height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.room_slide_box .room_thumbnail {
  position: relative;
  transition: var(--transition);
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

.room_slide_box .room_thumbnail::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-radius: 6px;
  transition: var(--transition);
}
.room_slide_box .room_thumbnail img {
  max-width: 100%;
  border-radius: 6px;
}
.room_slide_box:hover img {
  opacity: 0.8;
}
.room_slide_box .room_content {
  padding: 0 30px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: var(--rts-white);
}
.room_slide_box .room_content .room_title h5 {
  color: var(--rts-white);
}
.room_slide_box .room_content .rent {
  color: var(--rts-white);
}
.room_slide_box .room_content_meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .room_slide_box .room_content_meta {
    gap: 15px;
  }
}
.room_slide_box .room_content_meta span {
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
}
.room_slide_box .room_content_meta span i {
  font-size: inherit;
}

.room_slider {
  height: 585px;
  max-height: 585px;
}
.room_slider .swiper-slide-active .room_slide_box:hover {
  cursor: pointer;
}
.room_slider
  .swiper-slide-active
  .room_slide_box:hover
  .room_thumbnail::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.room_slider .swiper-slide-active .room_slide_box .room_content .room_title h5 {
  animation: fadeInUp 1s;
}
.room_slider
  .swiper-slide-active
  .room_slide_box
  .room_content
  .room_content_meta {
  animation: fadeInUp 1.2s;
}
.room_slider .swiper-slide-active .room_slide_box .room_content .rent {
  animation: fadeInUp 1.5s;
}

.rts_swiper_nav {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rts_swiper_nav {
    display: none;
  }
}
.rts_swiper_nav svg path {
  fill: #65676b;
  transition: var(--transition);
}
.rts_swiper_nav .rts_slide:hover svg path {
  fill: var(--rts-heading);
}

.apartment_slide_box {
  max-width: 100%;
  margin-bottom: 40px;
  transition: var(--transition);
  transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .apartment_slide_box {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.apartment_slide_box .apartment_slide_image {
  transition: var(--transition);
}
.apartment_slide_box .apartment_slide_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .apartment_slide_box .apartment_slide_image img {
    height: 100%;
  }
}
.apartment_slide_box .apartment_slide_content {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 35px 30px 30px;
  box-shadow: 0px 30px 40px rgba(175, 175, 175, 0.16);
  opacity: 0;
  display: none;
  transition: var(--transition);
}
.apartment_slide_box .apartment_slide_content .apartment_content_meta {
  display: flex;
  gap: 20px;
}
.apartment_slide_box .apartment_slide_content .apartment_content_meta span {
  display: flex;
  gap: 5px;
}
.apartment_slide_box .apartment_slide_content .apartment_title h5 {
  transition: var(--transition);
}
.apartment_slide_box .apartment_slide_content .apartment_title h5:hover {
  color: var(--heading-color);
}
.apartment_slide_box .apartment_slide_content .price {
  color: var(--heading-color);
}

.apartment_slider
  .swiper-slide-active
  .apartment_slide_box
  .apartment_slide_content {
  display: block;
  opacity: 1;
  animation: fadeInUp 1s;
}

.room.has_background {
  background-color: var(--rts-heading);
}
.room.has_shape .section_shape {
  position: absolute;
  height: 100%;
  width: 100%;
}
.room.has_shape .section_shape .shape_1 {
  position: absolute;
  right: 0;
  bottom: 30%;
}
@media screen and (max-width: 992px) {
  .room.has_shape .section_shape .shape_1 {
    display: none;
  }
}
.room.has_shape .section_shape .shape_2 {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 992px) {
  .room.has_shape .section_shape .shape_2 {
    display: none;
  }
}

.room_slider.is_home_four {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.room_slider_box {
  padding: 30px;
  border-radius: 10px;
  max-width: max-content;
  background-color: var(--rts-white);
}
.room_slider_box .room_slider_thumb {
  overflow: hidden;
  margin-bottom: 35px;
}
.room_slider_box .room_slider_thumb img {
  border-radius: 10px;
  transform: scale(1);
  transition: var(--transition);
}
.room_slider_box .room_slider_thumb:hover img {
  transform: scale(1.05);
}
.room_slider_box .room_title h5 {
  margin-bottom: 10px;
}
.room_slider_box .room_slide_content .room_content_meta {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.room_slider_box .room_slide_content .room_content_meta span {
  display: flex;
  gap: 5px;
}
.room_slider_box .room_slide_content .price {
  color: var(--heading-color);
}

.room_details .price {
  color: var(--heading-color);
  display: block;
}
.room_details .room_meta {
  font-size: 24px;
  font-family: var(--glida);
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .room_details .room_meta {
    flex-wrap: wrap;
    font-size: 18px;
  }
}
.room_details .room_meta span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.room_details p {
  font-size: 20px;
  font-family: var(--glida);
  color: #000;
  line-height: 34px;
}

.room_amenity {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.room_amenity .group_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 0.5px solid rgba(101, 103, 107, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .room_amenity .group_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .room_amenity .group_row {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.room_amenity .group_row:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.room_amenity .group_row .single_item {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 20px;
  color: var(--rts-heading);
  font-family: var(--glida);
}
.room_amenity .group_row.if_room_details_two {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .room_amenity .group_row.if_room_details_two {
    grid-template-columns: repeat(1, 1fr);
  }
}

.room_feature .group_row .list_item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1400px) {
  .room_feature .group_row .list_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .room_feature .group_row .list_item {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .room_feature .group_row .list_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .room_feature .group_row .list_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .room_feature .group_row .list_item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.room_feature .group_row .list_item li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: var(--rts-heading);
  margin-bottom: 20px;
}
.room_feature .group_row .list_item li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--heading-color);
}
.room_feature .group_row.is_room_details .list_item {
  border-bottom: 1px solid var(--rts-border);
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: var(--glida);
}
@media screen and (max-width: 768px) {
  .room_feature .group_row.is_room_details .list_item {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    border-bottom: none;
  }
}
.room_feature .group_row.is_room_details .list_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.room_details_top {
  border: 1px solid rgba(101, 103, 107, 0.3);
  text-align: center;
  padding: 60px 0;
  border-radius: 10px;
  background-color: var(--rts-white);
  box-shadow: 0px 30px 40px rgba(175, 175, 175, 0.16);
  margin-top: -175px;
}
@media screen and (max-width: 1200px) {
  .room_details_top h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .room_details_top h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.room_details_top .price {
  color: var(--heading-color);
  display: block;
  margin-bottom: 20px;
}
.room_details_top .room_meta {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: var(--glida);
}
.room_details_top .room_meta span {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .room_details_top .room_meta {
    flex-wrap: wrap;
    gap: 20px;
  }
}

[data-theme="dark"] .room_slide_box .room_content .room_title h5 {
  color: #fff;
}
[data-theme="dark"] .room_slide_box .room_content_meta {
  color: #fff;
}
[data-theme="dark"] .room_slide_box .room_content .rent {
  color: #fff;
}

.sidebar {
  position: relative;
}

/* Sticky sidebar */
.sticky_sidebar {
  width: 100%;
  height: 100%;
}

.no_shadow .advance_search {
  box-shadow: none !important;
}

.main_room_slider {
  /* height: 585px;
  max-height: 585px; */
  padding: 0 30px;
}

.client_testimonial.is_home_one.has_background {
  background-color: var(--rts-gray);
}
.client_testimonial.has_shape .section_shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 992px) {
  .client_testimonial.has_shape .section_shape {
    display: none;
  }
}
.client_testimonial.has_shape .section_shape .shape_one {
  position: absolute;
  top: 0;
  left: 0;
}
.client_testimonial.has_shape .section_shape .shape_two {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single_slider_item.is_home {
  text-align: center;
}
.single_slider_item.is_home .slider_rating {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.single_slider_item.is_home .slider_rating i {
  font-size: 30px;
  color: var(--heading-color);
}
.single_slider_item.is_home .slider_text {
  font-size: 28px;
  line-height: 42px;
  font-family: var(--jost);
}
.single_slider_item.is_home .slider_author_info {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.single_slider_item.is_home .slider_author_info_image {
  height: 66px;
  width: 66px;
}
.single_slider_item.is_home .slider_author_info_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--rts-white);
}
.single_slider_item.is_home .slider_author_info_content {
  text-align: left;
}

.testimonial_slider .swiper-slide-active .single_slider_item .slider_rating {
  animation: fadeInUp 1.5s;
}
.testimonial_slider .swiper-slide-active .single_slider_item .slider_text {
  animation: fadeInUp 2s;
}
.testimonial_slider
  .swiper-slide-active
  .single_slider_item
  .slider_author_info {
  animation: fadeInUp 2.5s;
}

.client_testimonial.is_home_two.has_background {
  background-color: #000834;
}
.client_testimonial.is_home_two.has_shape .section_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.client_testimonial.is_home_two.has_shape .section_shape .shape_two {
  position: absolute;
  bottom: 0;
  right: 0;
}
.client_testimonial.is_home_two .testimonial_slider {
  color: var(--rts-white);
}
.client_testimonial.is_home_two .testimonial_slider .slider_author_info h6 {
  color: var(--rts-white);
}
.client_testimonial.is_home_two .slider-button-next svg path,
.client_testimonial.is_home_two .slider-button-prev svg path {
  transition: var(--transition);
}
.client_testimonial.is_home_two .slider-button-next:hover svg path,
.client_testimonial.is_home_two .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

.testimonial_item_content {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .testimonial_item_content {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.testimonial_item_content .author_icon img {
  height: 310px;
  min-width: 310px;
  border-radius: 50%;
  border: 5px solid var(--rts-gray);
}
.testimonial_item_content .slider_rating i {
  font-size: 25px;
  color: var(--heading-color);
}
.testimonial_item_content .slider_text {
  font-size: 28px;
  line-height: 42px;
  font-family: var(--jost);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .testimonial_item_content .slider_text {
    font-size: 26px;
    line-height: 40px;
  }
}

.testimonial.has_shape.is_home_four .section_shape {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: max-content;
}
@media screen and (max-width: 1200px) {
  .testimonial.has_shape.is_home_four .section_shape {
    display: none;
  }
}

.testimonial_item_content {
  overflow: hidden;
}

.testimonial_author.is_thumb {
  max-width: 285px;
}

.testimonial_author_image img {
  border: 10px solid var(--rts-gray);
}

.client_testimonial.is_home_six.has_background {
  background-image: url("../images/index-6/testimonial-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.client_testimonial.is_home_six.has_background::before {
  background-color: rgba(0, 8, 52, 0.65);
}
.client_testimonial.is_home_six .single_slider_item {
  color: var(--rts-white);
}
.client_testimonial.is_home_six .single_slider_item .slider_rating i {
  color: var(--rts-white);
}
.client_testimonial.is_home_six
  .single_slider_item
  .slider_author_info_content
  h6 {
  color: var(--rts-white);
}
.client_testimonial.is_home_six .slider-button-next svg path,
.client_testimonial.is_home_six .slider-button-prev svg path {
  transition: var(--transition);
}
.client_testimonial.is_home_six .slider-button-next:hover svg path,
.client_testimonial.is_home_six .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

.testimonial.has_shape .section_shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: max-content;
}
@media screen and (max-width: 992px) {
  .testimonial.has_shape .section_shape {
    display: none;
  }
}

.slider_navigation.is_home_four {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .testimonial_left h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.testimonial_item_content {
  position: relative;
}

[data-theme="dark"] .client_testimonial.is_home_one {
  background-color: var(--rts-white);
}

.video_area_image {
  position: relative;
  height: 685px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .video_area_image {
    height: 350px;
  }
}
.video_area_image::before {
  background: rgba(0, 8, 52, 0.3);
  border-radius: 10px;
}
.video_area_image img {
  max-width: 100%;
}

.video--spinner_wrapper {
  position: absolute;
  max-width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video--spinner_wrapper .rts_circle--icon i {
  font-size: 50px;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  .video--spinner_wrapper .rts_circle--icon i {
    font-size: 30px;
  }
}

.video_area_image.is_home_three::before {
  border-radius: 0;
}

.video_area_image.is_room_details {
  height: 350px !important;
}
@media screen and (max-width: 576px) {
  .video_area_image.is_room_details {
    height: 400px !important;
  }
}

.video.has_shape .section_shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 992px) {
  .video.has_shape .section_shape {
    display: none;
  }
}

.video.video_full .rts_circle {
  background: rgba(171, 138, 98, 0.75);
  border-width: 0.5px;
}
.video.video_full .video_area_image::before {
  border-radius: 0;
}

.offer_area.has_shape .section_shape {
  position: absolute;
  left: 0;
  top: 40%;
}
@media screen and (max-width: 992px) {
  .offer_area.has_shape .section_shape {
    display: none;
  }
}
.offer_area.is_home_one {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .offer_area.is_home_one {
    padding-bottom: 100px;
  }
}

.single_offer {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .single_offer {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .single_offer {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .single_offer {
    flex-wrap: wrap;
  }
}
.single_offer_image {
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .single_offer_image {
    width: 100%;
  }
}
.single_offer_image:hover img {
  transform: scale(1.1);
}
.single_offer_image img {
  border-radius: 6px;
  transition: var(--transition);
}
@media screen and (max-width: 1200px) {
  .single_offer_image img {
    width: 450px;
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  .single_offer_image img {
    width: 100%;
  }
}
.single_offer_content h6 {
  margin-bottom: 20px;
}
.single_offer_content .offer_included {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.single_offer_content .offer_included li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.single_offer_content .offer_included li i {
  color: var(--rts-heading);
  font-size: 12px;
}
.single_offer_content .underline_style {
  font-size: 18px;
  font-family: var(--jost);
  font-weight: 500;
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
}

.offer.is_home_five.has_shape .section_shape {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .offer.is_home_five.has_shape .section_shape {
    display: none;
  }
}

.single_offer.if_is_big_card {
  background-color: var(--rts-heading);
  color: var(--rts-white);
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .single_offer.if_is_big_card {
    gap: 40px;
  }
}
.single_offer.if_is_big_card:nth-child(2) {
  flex-direction: row-reverse;
}
.single_offer.if_is_big_card:nth-child(2) .single_offer_meta {
  margin-left: 30px;
}
.single_offer.if_is_big_card .single_offer_thumb {
  max-width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single_offer.if_is_big_card .single_offer_thumb {
    max-width: 100%;
  }
}
.single_offer.if_is_big_card .single_offer_thumb img {
  transition: var(--transition);
  transform: scale(1.01);
  height: 430px;
}
@media screen and (max-width: 768px) {
  .single_offer.if_is_big_card .single_offer_thumb img {
    height: 100%;
  }
}
.single_offer.if_is_big_card .single_offer_thumb:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .single_offer.if_is_big_card .single_offer_meta {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
.single_offer.if_is_big_card .single_offer_meta h4 a {
  color: var(--rts-white);
  margin-bottom: 20px;
  display: block;
  transition: var(--transition);
}
.single_offer.if_is_big_card .single_offer_meta h4 a:hover {
  color: var(--heading-color);
}
.single_offer.if_is_big_card .single_offer_meta p {
  max-width: 520px;
}
.single_offer.if_is_big_card .single_offer_meta .price_tag {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single_offer.if_is_big_card .single_offer_meta .price_tag span {
  color: var(--heading-color);
}
.single_offer.if_is_big_card .single_offer_meta .price_tag .less_count {
  text-decoration: line-through;
}
.single_offer.if_is_big_card .single_offer_meta .underline_style {
  font-size: 18px;
  font-family: var(--jost);
  font-weight: 500;
  color: var(--rts-white);
  border-bottom: 1px solid var(--rts-white);
  transition: var(--transition);
}
.single_offer.if_is_big_card .single_offer_meta .underline_style:hover {
  color: var(--heading-color);
  border-color: var(--heading-color);
}

.single_offer_card {
  overflow: hidden;
  border-radius: 6px;
}
.single_offer_card_content {
  padding: 40px 30px 40px 40px;
  background-color: var(--rts-heading);
}
.single_offer_card_content a {
  color: var(--rts-white);
}
.single_offer_card_content .offer_price {
  color: var(--heading-color);
}
.single_offer_card_content .offer_included {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .single_offer_card_content .offer_included {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.single_offer_card_content .offer_included li {
  color: var(--rts-white);
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_offer_card.is_flex {
  display: flex;
  background-color: var(--rts-heading);
  align-items: center;
}
@media screen and (max-width: 992px) {
  .single_offer_card.is_flex {
    flex-direction: column;
    align-items: self-start;
  }
  .single_offer_card.is_flex a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .single_offer_card.is_flex img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
}
.single_offer_card.is_flex .single_offer_card_content {
  padding: 30px;
}
.single_offer_card.is_flex .single_offer_card_content p {
  max-width: 450px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.advance_search {
  box-shadow: 0px 30px 30px rgba(175, 175, 175, 0.16);
  border-radius: 16px;
  background-color: var(--rts-white);
  padding: 20px 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .advance_search {
    box-shadow: none;
  }
}
@media screen and (max-width: 576px) {
  .advance_search {
    border-radius: 0;
    padding: 30px 20px;
  }
}
.advance_search_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .advance_search_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .advance_search_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .advance_search_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .advance_search_wrapper.is_home_five {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advance_search_wrapper.is_home_five .query_input {
  border-right: none;
}
.advance_search_wrapper.is_home_five .query_input_icon {
  top: 55%;
}
.advance_search_wrapper.is_home_five .query_input_icon.is_svg {
  top: 50%;
}
@media screen and (max-width: 576px) {
  .advance_search_wrapper .query_input {
    border-right: none !important;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_wrapper .query_input:nth-child(even) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_wrapper .query_input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_wrapper .query_input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_wrapper .query_input:nth-child(3) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 576px) {
  .advance_search_wrapper .query_input:nth-child(3) {
    border-right: none;
  }
}
.advance_search_wrapper .search_btn {
  min-width: 140px;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 56px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .advance_search_wrapper .search_btn {
    justify-content: center;
  }
}
.advance_search .query_input {
  position: relative;
  width: 100%;
  border-right: 1px solid #e4e4e4;
  padding-right: 25px;
  z-index: 2;
}
.advance_search .query_input:last-child {
  padding-right: 0;
  border-right: 0;
}
.advance_search .query_input label {
  display: block;
  font-size: 20px;
  font-family: var(--glida);
  color: var(--rts-heading);
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .advance_search .query_input label {
    font-size: 16px;
  }
}
.advance_search .query_input input,
.advance_search .query_input select {
  position: relative;
  width: 100%;
  margin-left: 25px;
  border: 0;
  z-index: 1;
  cursor: pointer;
  color: var(--rts-para);
  background-color: transparent;
}
.advance_search .query_input_icon {
  position: absolute;
  left: 0;
  top: 58%;
  width: 100%;
}
.advance_search .query_input_icon.is_svg {
  top: 55%;
}
.advance_search .query_input_icon.is_svg img {
  height: 18px;
  width: 16px;
}
.advance_search .query_input_icon i {
  color: var(--rts-heading);
}
.advance_search .query_input_icon::before {
  content: "\f122";
  position: absolute;
  color: var(--rts-heading);
  right: 20px;
  bottom: 0;
  font-family: flaticon_bokinn !important;
  z-index: 1;
}
.advance_search .query_input_icon.is_svg img {
  position: relative;
  top: -2px;
}
.advance_search .query_input .form-select {
  --bs-form-select-bg-img: unset;
  outline: none;
  margin-left: 15px;
  padding: 0 15px;
  top: 1px;
}
.advance_search .query_input .form-select:focus {
  box-shadow: none !important;
}

.advance_search_section.is_home_one {
  margin-top: -50px;
}
.advance_search_section.is_home_three {
  padding-bottom: 230px;
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_home_three {
    padding-bottom: 175px;
  }
}
.advance_search_section.is_home_three .advance_search {
  border-radius: 0;
}
.advance_search_section.is_home_three .advance_search .search_btn {
  border-radius: 0;
}
.advance_search_section.is_home_four {
  margin-top: -50px;
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_home_four .advance_search_wrapper .query_input {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_home_four
    .advance_search_wrapper
    .query_input:nth-child(even) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_home_four
    .advance_search_wrapper
    .query_input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_home_four
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_home_four
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_home_four
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: none;
  }
}
.advance_search_section.is_home_six {
  padding-bottom: 240px;
}
@media screen and (max-width: 1200px) {
  .advance_search_section.is_home_six {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_home_six {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_home_six {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_home_six .advance_search_wrapper .query_input {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_home_six
    .advance_search_wrapper
    .query_input:nth-child(even) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_home_six
    .advance_search_wrapper
    .query_input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_home_six
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_home_six
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_home_six
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: none;
  }
}
.advance_search_section.is_page.has_border .advance_search {
  border-radius: 10px;
  border: 1px solid var(--rts-border);
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_page .advance_search_wrapper .query_input {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_page
    .advance_search_wrapper
    .query_input:nth-child(even) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_page
    .advance_search_wrapper
    .query_input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance_search_section.is_page
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance_search_section.is_page
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 576px) {
  .advance_search_section.is_page
    .advance_search_wrapper
    .query_input:nth-child(3) {
    border-right: none;
  }
}

.rts_booking_form .advance_search {
  padding: 15px;
}
.rts_booking_form .advance_search h5 {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.rts_booking_form .advance_search p {
  margin: 20px 0 10px;
}
.rts_booking_form .advance_search_wrapper {
  display: flex;
  flex-direction: column;
}
.rts_booking_form .advance_search_wrapper .query_input {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 6px;
  align-items: center;
  background-color: var(--rts-gray);
}
.rts_booking_form .advance_search_wrapper .query_input_position {
  position: relative;
  max-width: 160px;
  min-width: 160px;
}
.rts_booking_form .advance_search_wrapper .query_input input,
.rts_booking_form .advance_search_wrapper .query_input textarea,
.rts_booking_form .advance_search_wrapper .query_input select {
  width: min-content;
  background-color: transparent;
  width: 100%;
}
.rts_booking_form .advance_search_wrapper .query_input_icon {
  transform: translateY(-50%);
}
.rts_booking_form .advance_search_wrapper .query_input_icon::before {
  right: 0;
}
.rts_booking_form .advance_search_wrapper .theme-btn {
  width: 100%;
  justify-content: center;
}
.rts_booking_form.has_background .advance_search {
  background-color: var(--rts-gray);
}
.rts_booking_form.has_background .advance_search_wrapper .query_input {
  background-color: var(--rts-white);
}

.rts_booking_form.is_room_details .advance_search {
  padding: 50px 30px;
  box-shadow: none;
  border-radius: 10px;
}

.advance_search_wrapper .query_input.checkbox {
  padding: 0;
  background-color: transparent !important;
}
.advance_search_wrapper .total_price {
  border-top: 1px solid var(--rts-border);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
}

[data-theme="dark"] .advance_search {
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
}
[data-theme="dark"] .advance_search .query_input {
  border-color: #383838;
}
[data-theme="dark"] .query_input_icon.is_svg img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(157deg) brightness(102%) contrast(101%);
}

.footer_newsletter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer_newsletter form {
  min-width: 490px;
  max-width: 100%;
  background-color: var(--rts-white);
  position: relative;
  border-radius: 6px;
}
.footer_newsletter form input {
  padding: 13px 20px;
  width: 100%;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 30px 30px rgba(132, 132, 132, 0.16);
  border-radius: 4px;
}
.footer_newsletter form input::placeholder {
  color: var(--rts-para);
}
.footer_newsletter form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: var(--rts-para);
}
.footer_newsletter form button[type="submit"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 15px;
  border-radius: 6px;
  border: 0;
  color: var(--rts-white);
  background-color: var(--heading-color);
}

.footer_newsletter.is_separate {
  background-color: var(--rts-gray);
  padding: 65px 90px;
  border-radius: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer_newsletter.is_separate {
    padding: 65px;
  }
}
@media screen and (max-width: 576px) {
  .footer_newsletter.is_separate {
    padding: 30px;
  }
}

.footer_form {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.footer_form .query_input {
  position: relative;
}
.footer_form .query_input_position {
  position: relative;
}
.footer_form .query_input .query_label {
  display: block;
  color: var(--rts-heading);
  margin-bottom: 10px;
}
.footer_form .query_input input,
.footer_form .query_input textarea {
  padding: 12px 20px;
  line-height: 1;
  background-color: var(--rts-white);
  border: 1px solid #f1f1f1;
  padding-left: 45px;
  position: relative;
  width: 100%;
}
.footer_form .query_input textarea {
  height: 86px;
  resize: none;
}
.footer_form .query_input textarea:focus {
  outline: none;
}
.footer_form .query_input .query_input_icon {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 20px;
}
.footer_form .query_input .query_input_icon.if_is_textarea {
  top: 20px;
}
.footer_form .submit_btn {
  max-width: max-content;
  border-radius: 0;
  padding: 10px 20px;
}

.newsletter.is_home_four {
  max-width: 100% !important;
  display: flex;
  align-items: center;
}
.newsletter.is_home_four.has_background {
  background-image: url("../images/index-4/newsletter.webp");
  height: 194px;
  position: relative;
}
.newsletter.is_home_four.has_background::before {
  background-color: rgba(0, 8, 52, 0.8);
}

.rts_form.footer_newsletter {
  margin-bottom: 0;
}
.rts_form.footer_newsletter form {
  max-width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 992px) {
  .rts_form.footer_newsletter form {
    min-width: 260px;
  }
}

.facility_area {
  padding: 65px 0;
}
.facility_area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--rts-gray);
  z-index: -1;
  top: 0;
  left: 40%;
}
@media screen and (max-width: 992px) {
  .facility_area::before {
    left: 0;
  }
}
.facility_area .facility_image {
  height: 765px;
  width: 100%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .facility_area .facility_image {
    height: 100%;
    right: 0;
  }
}
.facility_area.has_shape .section_shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .facility_area.has_shape .section_shape {
    display: none;
  }
}
.facility_area.is_about::before {
  right: 40%;
  left: auto;
}
@media screen and (max-width: 992px) {
  .facility_area.is_about::before {
    right: 0;
  }
}
.facility_area.is_about .section_shape {
  left: 0;
  right: auto;
}

.facility.has_background {
  background-color: var(--rts-heading);
}
.facility .facility_thumb {
  height: 620px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .facility .facility_thumb {
    height: 100%;
  }
}
.facility .facility_thumb img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.facility.is_home_five::before {
  position: absolute;
  content: "";
  height: 335px;
  width: 49.4%;
  background-color: var(--rts-gray);
  z-index: -1;
  right: 0;
  bottom: 0;
}

.facility.is_home_six {
  background-color: var(--rts-gray);
}
@media screen and (max-width: 992px) {
  .facility.is_home_six {
    padding-bottom: 60px;
  }
}

.facility_image_container {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .facility_image_container {
    right: -10%;
  }
}
@media screen and (max-width: 1400px) {
  .facility_image_container {
    right: -15%;
  }
}
@media screen and (max-width: 1280px) {
  .facility_image_container {
    right: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .facility_image_container {
    right: -30%;
  }
}
@media screen and (max-width: 1024px) {
  .facility_image_container {
    right: -35%;
  }
}
@media screen and (max-width: 992px) {
  .facility_image_container {
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .facility_image_container img {
    height: 100%;
  }
}

.facilities_area.has_shape .section_shape {
  position: absolute;
  top: 25px;
  right: -115px;
}
.facilities_area.has_shape .section_shape img {
  width: 250px;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .facilities_area.has_shape .section_shape {
    display: none;
  }
}

.blog_item.is_full {
  border: 1px solid var(--rts-gray);
  padding: 30px;
  box-shadow: 0px 30px 40px rgba(175, 175, 175, 0.16);
}
.blog_item_thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog_item_thumb img {
  transition: var(--transition);
  min-height: 320px;
  max-height: 100%;
  transform: scale(1);
}
.blog_item_thumb:hover img {
  transform: scale(1.05);
}
.blog_item_meta_title h5 {
  transition: var(--transition);
  margin-bottom: 15px;
}
.blog_item_meta_title h5:hover {
  color: var(--heading-color);
}
.blog_item_meta_cat {
  padding: 8px 15px;
  border-radius: 2px;
  background-color: var(--rts-gray);
  font-size: var(--p-xs);
  line-height: 1;
  color: var(--rts-para);
  margin-bottom: 20px;
  display: inline-block;
}
.blog_item_meta_list {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .blog_item_meta_list {
    gap: 15px;
  }
}
.blog_item_meta_list span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.blog_item_meta_list span a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--rts-para);
}

.blog_item.if_is_small {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .blog_item.if_is_small {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog_item.if_is_small .blog_item_thumb {
  margin-bottom: 0;
  min-width: 195px;
}
.blog_item.if_is_small .blog_item_thumb img {
  min-width: 195px;
  max-width: 195px;
  max-height: 168px;
  min-height: 168px;
}
.blog_item.if_is_small .blog_item_meta_title h5 {
  font-size: 26px;
  line-height: 38px;
}

.blog_small_list {
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.blog_item.is_has_radius {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(101, 103, 107, 0.3);
}
.blog_item.is_has_radius .blog_item_thumb {
  border-radius: 0;
}
.blog_item.is_has_radius .blog_item_thumb img {
  min-height: 250px;
  max-height: 250px;
}
@media screen and (max-width: 1200px) {
  .blog_item.is_has_radius .blog_item_thumb img {
    width: 100%;
  }
}

.blog_item.is_full.is_event {
  border-radius: 6px;
}
.blog_item.is_full.is_event .blog_item_thumb img {
  border-radius: 6px;
}

.blog_list_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog_list_item .load_more_link {
  margin-top: 30px;
}

.single_blog {
  border: 1px solid var(--rts-border);
  padding: 30px;
  border-radius: 6px;
}
.single_blog_thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.single_blog_thumb img {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  transition: var(--transition);
}
@media screen and (max-width: 768px) {
  .single_blog_thumb img {
    height: 100%;
  }
}
.single_blog_thumb img:hover {
  transform: scale(1.05);
}
.single_blog_meta .category {
  display: block;
  color: var(--rts-para);
  margin-bottom: 10px;
  font-size: 18px;
}
.single_blog_meta .h5 {
  margin-bottom: 10px;
  display: block;
}
.single_blog_meta p {
  margin-bottom: 20px;
}
.single_blog_meta_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single_blog_meta_main {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single_blog_meta_main .author_meta {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .single_blog_meta_main .author_meta {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single_blog_meta_main .author_meta a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--rts-para);
}
.single_blog_meta_main .author_meta a img {
  border-radius: 50%;
}
.single_blog_meta_main .author_meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_blog_meta_main .readmore a {
  background-color: var(--rts-gray);
  color: var(--rts-heading);
  padding: 8px 15px;
  border-radius: 6px;
  font-family: var(--jost);
  transition: var(--transition);
}
.single_blog_meta_main .readmore a:hover {
  background-color: var(--rts-heading);
  color: var(--rts-white);
}

.sitcky_sidebar {
  position: relative;
  top: 0;
  will-change: min-height;
}
@media screen and (max-width: 992px) {
  .sitcky_sidebar {
    position: unset;
  }
}

.blog_sidebar_section {
  background-color: var(--rts-gray);
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.blog_sidebar_section:last-child {
  margin-bottom: 0;
}
.blog_sidebar_section h6 {
  text-transform: capitalize;
}
.blog_sidebar_section .search_form {
  position: relative;
  border-radius: 6px;
  width: 100%;
  background-color: var(--rts-white);
  margin-bottom: 30px;
}
.blog_sidebar_section .search_form input[type="text"] {
  width: 100%;
  padding: 13px 13px 13px 35px;
  position: relative;
  border: 0;
  border-radius: 6px;
}
.blog_sidebar_section .search_form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.blog_sidebar_section .search_item_list {
  margin-bottom: 30px;
}
.blog_sidebar_section .search_item_list .list {
  border-bottom: 1px solid var(--rts-border);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog_sidebar_section .search_item_list .list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog_sidebar_section .search_item_list .checkbox.is_small label::before {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  margin-right: 15px;
  transition: var(--transition);
}
.blog_sidebar_section
  .search_item_list
  .checkbox.is_small
  input:checked
  + label::after {
  top: 9px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-color: var(--rts-white);
  transition: var(--transition);
}
.blog_sidebar_section
  .search_item_list
  .checkbox.is_small
  input:checked
  + label::before {
  border-color: var(--rts-heading);
  background-color: var(--rts-heading);
}

.latest_post {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single_post {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single_post_thumb img {
  min-width: 110px;
  object-fit: cover;
  border-radius: 6px;
}
.single_post_meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single_post_meta a {
  color: var(--rts-heading);
  font-family: var(--jost);
}

.tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tags_list a {
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid var(--rts-border);
  display: inline-block;
  color: var(--rts-para);
  line-height: 1;
  font-size: 14px;
  transition: var(--transition);
}
.tags_list a:hover {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--rts-white);
}

.blog_details_content .description {
  font-size: 18px;
  line-height: 30px;
}
.blog_details_content .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .blog_details_content .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .blog_details_content .service-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_details_content .service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.blog_details_content .rts_blockquote {
  padding: 80px 60px 40px 30px;
  border-radius: 10px;
  background-color: var(--rts-gray);
  margin: 40px 0;
}
.blog_details_content .rts_blockquote .blockquote_text {
  position: relative;
  font-size: 24px;
  font-family: var(--glida);
  color: var(--rts-heading);
  line-height: 38px;
}
.blog_details_content .rts_blockquote .blockquote_text::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 35px;
  background-image: url("../images/icon/quote.svg");
  top: -45px;
  left: 0;
  background-repeat: no-repeat;
}
.blog_details_content .comment_list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.blog_details_content .comment_item_author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog_details_content .comment_text a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rts-heading);
}
.blog_details_content .share .social_link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog_details_content .share .social_link a {
  color: var(--rts-para);
  font-size: 20px;
  transition: var(--transition);
}
.blog_details_content .share .social_link a:hover i {
  color: var(--heading-color);
}

.comment_form {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--rts-gray);
}
.comment_form .input-group {
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .comment_form .input-group {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.comment_form .form-group {
  width: 100%;
}
.comment_form .form-group label {
  color: var(--rts-heading);
  font-size: 18px;
  font-family: var(--jost);
  display: block;
  margin-bottom: 15px;
}
.comment_form .form-group input {
  padding: 11px 15px;
  border: 0;
}
.comment_form .form-group textarea {
  height: 100px;
  resize: none;
  border: none;
  padding: 11px 15px;
}
.comment_form .fill {
  padding: 12px 35px;
  font-family: var(--jost);
}

.service.is_home_three {
  padding: 80px 0;
}
.service.has_background {
  background-color: var(--rts-gray);
}
.service.has_shape .section_shape {
  position: absolute;
  right: 0;
  top: 0;
}

.single_service_item {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .single_service_item {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .single_service_item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.single_service_item .service_thumb {
  min-width: 605px;
  min-height: 535px;
}
@media screen and (max-width: 1200px) {
  .single_service_item .service_thumb {
    min-width: 550px;
  }
}
@media screen and (max-width: 992px) {
  .single_service_item .service_thumb {
    min-width: 100%;
    min-height: 400px;
  }
}
.single_service_item .underline_style {
  font-size: 18px;
  font-family: var(--jost);
  font-weight: 400;
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
}
.single_service_item.if_is_reverse {
  flex-direction: row-reverse;
  margin-top: -20px;
}
@media screen and (max-width: 1400px) {
  .single_service_item.if_is_reverse {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .single_service_item.if_is_reverse {
    margin-top: 30px;
  }
}

.service_slider.full_width {
  margin: 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service_slider.full_width {
    margin: 0 15px;
  }
}

.service_item_slide {
  max-width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .service_item_slide {
    margin-bottom: 1px;
  }
}
.service_item_slide .service_thumb img {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .service_item_slide .service_thumb img {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .service_item_slide .service_thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service_item_slide .service_thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.service_item_slide .service_meta {
  border: 1px solid rgba(101, 103, 107, 0.3);
  padding: 30px;
  border-radius: 10px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 1400px) {
  .service_item_slide .service_meta h5 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .service_item_slide .service_meta h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.service_item_slide .service_meta h5 a {
  color: var(--rts-heading);
  margin-bottom: 10px;
  display: block;
}
.service_item_slide .service_meta .price {
  color: var(--heading-color);
  margin-bottom: 0;
  line-height: 1;
}

.service.is_home_five {
  padding-top: 190px;
  padding-bottom: 80px;
  clip-path: polygon(
    100% 0%,
    100% 99.953%,
    0% 99.953%,
    0% 0%,
    0% 0%,
    11.01% 4.616%,
    22.155% 7.785%,
    33.299% 9.667%,
    44.309% 10.418%,
    55.049% 10.196%,
    65.385% 9.158%,
    75.183% 7.461%,
    84.308% 5.265%,
    92.625% 2.725%,
    100% 0%
  );
}
@media screen and (max-width: 768px) {
  .service.is_home_five {
    clip-path: none;
    padding-top: 100px;
  }
}

.service_slider_five .service_item_slide {
  text-align: center;
  padding: 17px;
  padding-bottom: 0;
  background-color: var(--rts-white);
}
.service_slider_five .service_item_slide .service_thumb img {
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .service_slider_five .service_item_slide .service_thumb img {
    height: 100%;
  }
}
.service_slider_five .service_item_slide .service_meta {
  border: none;
  padding: 30px 0;
}
.service_slider_five .swiper-slide-active .service_item_slide {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .service_slider_five .swiper-slide-active .service_item_slide {
    margin-top: 0;
  }
}
.service_slider_five .swiper-slide-active .service_meta h5 {
  animation: fadeInUp 0.6s ease-in;
}
.service_slider_five .swiper-slide-active .service_meta .price {
  animation: fadeInUp 0.7s ease-in;
}

.service_item_slide.if_is_home_six {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  border: 1px solid var(--rts-border);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .service_item_slide.if_is_home_six {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
  }
}
.service_item_slide.if_is_home_six .service_thumb {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .service_item_slide.if_is_home_six .service_thumb {
    width: 100%;
  }
}
.service_item_slide.if_is_home_six .service_thumb img {
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: var(--transition);
  object-fit: cover;
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .service_item_slide.if_is_home_six .service_thumb img {
    border-bottom-left-radius: 0;
  }
}
.service_item_slide.if_is_home_six .service_thumb:hover img {
  transform: scale(1.1);
}
.service_item_slide.if_is_home_six .service_meta {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .service_item_slide.if_is_home_six .service_meta {
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .service_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .service_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .service_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service_list .service_item {
  text-align: center;
  max-width: 300px;
}
.service_list .service_item p {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .service_list .service_item {
    margin: 0 auto;
  }
}
.service_list .service_item_icon {
  font-size: 40px;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.service_list .service_item .h6 {
  margin-bottom: 15px;
  display: block;
}

.single_service_item.if_activities .service_thumb {
  min-height: 650px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .single_service_item.if_activities .service_thumb {
    min-width: 450px;
  }
}
@media screen and (max-width: 992px) {
  .single_service_item.if_activities .service_thumb {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single_service_item.if_activities .service_thumb {
    min-height: auto;
  }
}
.single_service_item.if_is_reverse.if_activities {
  margin-top: 0;
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .single_service_item.if_is_reverse.if_activities {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .single_service_item.if_is_reverse.if_activities {
    padding-top: 50px;
  }
}

.activity_feature {
  margin-bottom: 20px;
}
.activity_feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .activity_feature ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.activity_feature ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.activities_image_card {
  position: relative;
}
.activities_image_card .activities_thumb {
  position: relative;
  width: 100%;
}
.activities_image_card .activities_thumb img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .activities_image_card .activities_thumb img {
    height: 100%;
  }
}
.activities_image_card .activities_thumb::before {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  position: absolute;
}
.activities_image_card .activities_meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.activities_image_card .activities_meta .title {
  color: var(--rts-white);
  margin-bottom: 20px;
}
.activities_image_card .activities_meta .theme-btn {
  border-color: var(--rts-white) !important;
  transition: var(--transition);
}
.activities_image_card .activities_meta .theme-btn:hover {
  border-color: var(--heading-color) !important;
}
.activities_image_card .activities_meta .theme-btn span {
  color: var(--rts-white) !important;
}

.team_member {
  text-align: center;
}
.team_member_thumb {
  margin-bottom: 30px;
}
.team_member_thumb img {
  border-radius: 6px;
}
.team_member_meta .h6 {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 992px) {
  .team_member_meta .h6 {
    margin-bottom: 0;
  }
}
.team_member_meta .designation {
  display: block;
  margin-bottom: 10px;
}
.team_member_social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.team_member_social a {
  color: var(--rts-para);
  font-size: 20px;
}

.resturant_menu_bg {
  background-color: var(--rts-gray);
}
.resturant_menu_bg.section_padding {
  padding-bottom: 100px;
}

.resturant_menu_list {
  margin-bottom: 50px;
}
.resturant_menu_list .nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .resturant_menu_list .nav-tabs {
    gap: 15px;
    justify-content: flex-start;
  }
}
.resturant_menu_list .nav-tabs .nav-link {
  padding: 14px 24px;
  line-height: 100%;
  border: 1px solid var(--rts-border);
  border-radius: 6px;
  color: var(--rts-para);
  transition: var(--transition);
}
.resturant_menu_list .nav-tabs .nav-link.active {
  background-color: var(--heading-color);
  color: var(--rts-white);
}

.single_menu_item_list {
  border-bottom: 1px solid var(--rts-border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .single_menu_item_list {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .single_menu_item_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .single_menu_item_list {
    border-bottom: none;
    margin-bottom: 0;
    gap: 0;
  }
}
.single_menu_item_list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.single_menu_item_list .single_menu_item {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .single_menu_item_list .single_menu_item {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .single_menu_item_list .single_menu_item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .single_menu_item_list .single_menu_item {
    flex-wrap: wrap;
  }
}
.single_menu_item_list .single_menu_item .menu_thumb img {
  border-radius: 6px;
}
.single_menu_item_list .single_menu_item .menu_meta {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .single_menu_item_list .single_menu_item .menu_meta {
    width: 100%;
  }
}
.single_menu_item_list .single_menu_item .menu_meta .menu_link_price {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 992px) {
  .single_menu_item_list .single_menu_item .menu_meta .menu_link_price {
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .single_menu_item_list .single_menu_item .menu_meta .menu_link_price {
    gap: 30px;
  }
}

.resturant_gallery_item img {
  width: 100%;
}

.gallery_link {
  position: relative;
  display: block;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .gallery_link img {
    height: auto;
    width: 100%;
  }
}

.gallery_link:before {
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 52, 0.3);
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.gallery_item:hover .gallery_link::before {
  opacity: 1;
}

.gallery_area {
  columns: 300px;
}

.is_home_main .gallery_item {
  position: relative;
  max-width: max-content;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.is_home_main .gallery_item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 8, 52, 0.4);
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: -50%;
  transition: var(--transition);
  opacity: 0;
}
.is_home_main .gallery_item::before img {
  border-radius: 6px 6px 0 0;
}
.is_home_main .gallery_item:hover::before {
  top: 0;
  opacity: 1;
}
.is_home_main .gallery_item:hover .gallery_popup {
  opacity: 1;
  visibility: visible;
}
.is_home_main .gallery_popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.gallery_popup > i {
  color: #fff;
  font-size: 30px;
}
.is_home_main .gallery_popup img {
  filter: invert(100%);
}

.single_event {
  display: flex;
  gap: 70px;
  align-items: center;
}
.single_event.if_is_reverse {
  flex-direction: row-reverse;
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .single_event.if_is_reverse {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .single_event {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single_event_thumb {
  overflow: hidden;
  flex-basis: 50%;
}
@media screen and (max-width: 992px) {
  .single_event_thumb {
    flex-basis: 100%;
  }
}
.single_event_thumb img {
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .single_event_thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single_event_thumb img {
    height: 100%;
    object-fit: cover;
  }
}
.single_event_meta {
  flex-basis: 50%;
}
@media screen and (max-width: 992px) {
  .single_event_meta {
    flex-basis: 100%;
  }
}
.single_event_meta .event_info {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .single_event_meta .event_info {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single_event_meta .event_info_single .h5 {
  color: var(--heading-color);
}

.event_newsletter_bg {
  position: relative;
  background-image: url("../images/pages/event/cta_bg.webp");
  padding: 65px 0;
}
.event_newsletter_bg::before {
  background-color: rgba(0, 8, 52, 0.8);
}

.event_newsletter_text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .event_newsletter_text {
    text-align: center;
  }
}
.event_newsletter_text h2 {
  color: var(--rts-white);
}

.event_newsletter_contact {
  position: relative;
  display: flex;
  gap: 40px;
  z-index: 1;
  justify-content: space-around;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .event_newsletter_contact {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .event_newsletter_contact {
    justify-content: center;
    margin-left: 0;
  }
}
.event_newsletter_contact .contact_method {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .event_newsletter_contact .contact_method {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.event_newsletter_contact .contact_method span {
  color: var(--rts-white);
  font-family: var(--jost);
}
.event_newsletter_contact .contact_method a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--rts-white);
}

.offcanvas.offcanvas-start {
  min-width: 1300px;
  max-width: 1300px;
}
@media screen and (max-width: 1200px) {
  .offcanvas.offcanvas-start {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .offcanvas.offcanvas-start {
    min-width: unset;
    width: unset;
  }
}

.rts_btstrp_offcanvase {
  max-width: 1300px;
  position: relative;
}
.rts_btstrp_offcanvase .offcanvase_wrapper {
  display: flex;
  align-items: center;
  background-color: #2b2b2b;
}
@media screen and (max-width: 992px) {
  .rts_btstrp_offcanvase .offcanvase_wrapper {
    background-color: transparent;
  }
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side {
  position: relative;
  min-width: 470px;
  max-width: 470px;
  height: 100vh;
  background-color: #1d1d1d;
  padding: 50px 60px 35px 50px;
  overflow: scroll;
  overflow-x: hidden;
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 576px) {
  .rts_btstrp_offcanvase .offcanvase_wrapper .left_side {
    min-width: 100%;
    max-width: 100%;
    padding: 20px 20px;
  }
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side.mobile_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side.mobile_menu
  .btn-close-white {
  position: absolute;
  right: 5px;
  display: none;
  top: 5px;
}
@media screen and (max-width: 992px) {
  .rts_btstrp_offcanvase
    .offcanvase_wrapper
    .left_side.mobile_menu
    .btn-close-white {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .rts_btstrp_offcanvase .offcanvase_wrapper .left_side .offcanvase_top {
    margin-bottom: 60px;
  }
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side .offcanvase_mobile_menu {
  margin-bottom: 0px;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-nav {
  margin-top: 0;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-nav
  > ul {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .rts_btstrp_offcanvase
    .offcanvase_wrapper
    .left_side
    .offcanvase_mobile_menu
    .mean-container
    .mean-nav
    > ul
    .has_children
    .slide_menu_item
    .toggle {
    display: none;
  }
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-nav
  .meanmenu-reveal {
  display: none !important;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-nav
  > ul
  li
  a {
  border-top: 1px solid rgba(101, 103, 107, 0.4);
  text-transform: capitalize;
  font-family: var(--glida);
}
.mean-container .mean-nav ul li a {
  padding: 0.6em 5%;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-nav
  > ul
  li
  a.mean-expand {
  border: 0 !important;
  margin-top: 0;
  background: transparent;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-bar {
  background-color: transparent;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-bar
  .mean-nav {
  background-color: transparent;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_mobile_menu
  .mean-container
  .mean-bar
  .meanmenu-reveal {
  display: none !important;
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side .offcanvase_logo {
  margin-bottom: 40px;
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side .description {
  color: var(--rts-white);
}
.rts_btstrp_offcanvase .offcanvase_wrapper .left_side .offcanvase_bottom {
  position: relative;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_bottom
  .offcanvase_address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_bottom
  .offcanvase_address
  .item
  span {
  display: block;
  font-size: 22px;
  color: var(--rts-white);
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_bottom
  .offcanvase_address
  .item
  a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--rts-white);
}
.rts_btstrp_offcanvase .offcanvase_wrapper .right_side.desktop_menu {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .rts_btstrp_offcanvase .offcanvase_wrapper .right_side.desktop_menu {
    display: none;
  }
}
.rts_btstrp_offcanvase
  .offcanvase_wrapper
  .right_side.desktop_menu
  .btn-close-white {
  position: absolute;
  right: 30px;
  top: 20px;
}

.rts_desktop_menu {
  height: 80vh;
  scroll-behavior: smooth;
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
.rts_desktop_menu::-webkit-scrollbar {
  display: none;
}
.rts_desktop_menu .desktop_menu {
  width: 100%;
}
.rts_desktop_menu .desktop_menu ul .slide.has_children.active .toggle::after {
  content: "-";
  position: absolute;
}
.rts_desktop_menu .desktop_menu ul .slide .slide_menu_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-family: var(--glida);
  color: var(--rts-white);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(101, 103, 107, 0.8);
  padding-left: 30px;
  padding-right: 50px;
  transition: var(--transition);
}
.rts_desktop_menu .desktop_menu ul .slide .slide_menu_item:hover {
  color: var(--heading-color);
}
.rts_desktop_menu .desktop_menu ul .slide .toggle {
  font-size: 30px;
  color: #747474;
  position: relative;
}
.rts_desktop_menu .desktop_menu ul .slide .toggle::after {
  content: "+";
  position: absolute;
  right: -7px;
  top: -13px;
  transition: var(--transition);
}
.rts_desktop_menu .desktop_menu ul .slide .slide_menu {
  display: none;
  transform: translate(196px, 189px);
  visibility: hidden;
  transition: var(--transition);
}
.rts_desktop_menu .desktop_menu ul .slide .slide_menu li a {
  font-size: 18px;
  font-family: var(--glida);
  color: var(--rts-white);
  border-bottom: 1px solid rgba(101, 103, 107, 0.8);
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: var(--transition);
}
.rts_desktop_menu .desktop_menu ul .slide .slide_menu li a:hover {
  color: var(--heading-color);
}
.rts_desktop_menu .desktop_menu .slide.has_children.active .slide_menu {
  display: block !important;
  visibility: visible !important;
  transform: translate(0) !important;
  margin-top: 30px;
  padding-bottom: 30px;
}

[data-theme="dark"]
  .rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .description {
  color: #fff;
}
[data-theme="dark"]
  .rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_bottom
  .offcanvase_address
  .item
  span {
  color: #fff;
}
[data-theme="dark"]
  .rts_btstrp_offcanvase
  .offcanvase_wrapper
  .left_side
  .offcanvase_bottom
  .offcanvase_address
  .item
  a {
  color: #fff;
}

.pr {
  position: relative;
}

.rts_contact {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .rts_contact {
    padding-right: 0;
  }
}
.rts_contact_form .form-input label {
  font-size: 18px;
  color: var(--rts-heading);
  display: block;
  margin-bottom: 10px;
}
.rts_contact_form .form-input input,
.rts_contact_form .form-input textarea {
  width: 100%;
  border: 1px solid rgba(101, 103, 107, 0.3);
  padding: 13px 15px 13px 50px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.rts_contact_form .form-input textarea {
  height: 100px;
  resize: none;
}
.rts_contact_form .form-input .pr i {
  position: absolute;
  left: 15px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rts-para);
}
.rts_contact_form .form-input .pr img {
  position: absolute;
  left: 15px;
  top: 20px;
}
.rts_contact_form .theme-btn {
  padding: 13px 30px;
  font-size: 18px;
}

.contact_info {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-around;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .contact_info {
    margin-left: 0;
    gap: 30px;
  }
}

.contact_info_item h4 {
  margin-bottom: 20px;
}
.contact_info_item p {
  font-size: 18px;
  font-family: var(--glida);
  line-height: 30px;
}

.contact_map iframe {
  border-radius: 10px;
}

.similar_form {
  max-width: 600px;
  min-width: 600px;
}
@media screen and (max-width: 576px) {
  .similar_form {
    min-width: 100%;
    max-width: 100%;
  }
}
.similar_form .btn-close {
  border: 0;
}
.similar_form input:not([type="checkbox"]) {
  border: 1px solid var(--rts-border);
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
}
.similar_form .theme-btn {
  background-color: var(--rts-gray);
}
.similar_form .theme-btn span {
  color: var(--rts-heading);
}
.similar_form .theme-btn:hover span {
  color: var(--rts-white);
}
.similar_form .form-group .theme-btn {
  padding: 10px 20px;
}

.form_padding {
  padding: 40px 45px;
}

.has_line {
  position: relative;
}
.has_line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--rts-border);
  bottom: 12px;
  left: 0;
  z-index: 1;
}
.has_line p {
  max-width: max-content;
  margin: 0 auto;
  padding: 0 12px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  background-color: var(--rts-white);
}

.form-group .rts_btn {
  padding: 18px 0;
  border-radius: 4px;
  font-weight: 500;
}

.is_social button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: var(--rts-gray);
  width: 100%;
  font-size: 16px;
  color: var(--rts-para);
  transition: var(--transition);
}
.is_social button:hover {
  background-color: var(--rts-primary);
  color: var(--rts-white);
}

.similar_modal .modal-dialog {
  min-width: 600px;
  border-radius: 16px;
  border: 1px solid var(--rts-border);
}
@media screen and (max-width: 576px) {
  .similar_modal .modal-dialog {
    min-width: auto;
  }
}

.is_half_section {
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .is_half_section {
    margin-top: 0;
    padding-top: 100px;
  }
}

.is_no_border .rts_workprocess_box {
  border: none;
}

.shadow-rt-sm {
  box-shadow: 0px 4px 80px rgba(28, 28, 28, 0.1);
}

[data-theme="dark"] .similar_form h6,
[data-theme="dark"] .similar_form label,
[data-theme="dark"] .similar_form span,
[data-theme="dark"] .similar_form p {
  color: #000837 !important;
}
[data-theme="dark"] .similar_form .has_line p {
  background-color: #fff;
}

.rts_footer.has_shape .section_shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rts_footer.has_shape .shape_1,
.rts_footer.has_shape .shape_2,
.rts_footer.has_shape .shape_3 {
  max-width: max-content;
}
.rts_footer.has_shape .shape_1 {
  position: absolute;
  top: 10%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .rts_footer.has_shape .shape_1 {
    display: none;
  }
}
.rts_footer.has_shape .shape_2 {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
@media screen and (max-width: 992px) {
  .rts_footer.has_shape .shape_2 {
    display: none;
  }
}
.rts_footer.has_shape .shape_3 {
  position: absolute;
  bottom: 50%;
  right: 5%;
}
@media screen and (max-width: 992px) {
  .rts_footer.is_common_footer .footer_widget_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts_footer.is_common_footer .footer_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer_background {
  background-color: var(--rts-gray);
  padding-top: 65px;
}

.footer_newsletter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .footer_newsletter {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.footer_newsletter form {
  min-width: 490px;
  max-width: 100%;
  background-color: var(--rts-white);
  position: relative;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .footer_newsletter form {
    min-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .footer_newsletter form {
    min-width: 100%;
  }
}
.footer_newsletter form input {
  padding: 13px 20px;
  width: 100%;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 30px 30px rgba(132, 132, 132, 0.16);
  border-radius: 4px;
}
.footer_newsletter form input::placeholder {
  color: var(--rts-para);
}
.footer_newsletter form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: var(--rts-para);
}
.footer_newsletter form button[type="submit"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 15px;
  border-radius: 6px;
  border: 0;
  color: var(--rts-white);
  background-color: var(--heading-color);
}

@media screen and (max-width: 768px) {
  .rts_form {
    width: 100%;
  }
}

.footer_widget_wrapper {
  padding-bottom: 65px;
  /* display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 1; */
}
.footer_widget_wrapper .footer_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .footer_widget_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer_widget_wrapper .rts_widget .widget_title {
  display: block;
  font-size: 20px;
  font-family: var(--glida);
  color: var(--rts-heading);
  margin-bottom: 25px;
}
.footer_widget_wrapper .rts_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_widget_wrapper .rts_widget ul li {
  color: var(--rts-para);
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: normal;
}
.footer_widget_wrapper .rts_widget ul li:last-child {
  margin-bottom: 0;
}
.footer_widget_wrapper .rts_widget ul li a {
  color: var(--rts-para);
  display: flex;
  gap: 10px;
  align-items: center;
  transition: var(--transition);
}
.footer_widget_wrapper .rts_widget ul li a:hover {
  color: var(--heading-color);
}
.footer_widget_wrapper .rts_widget.if_is_newsletter {
  min-width: 400px;
}
@media screen and (max-width: 1400px) {
  .footer_widget_wrapper .rts_widget.if_is_newsletter {
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .footer_widget_wrapper .rts_widget.if_is_newsletter {
    min-width: 100%;
  }
}

.copyright_text {
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.copyright_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .copyright_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}

.footer_social_link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_social_link a {
  color: var(--rts-para);
}
.footer_social_link a:not(:last-child) {
  border-right: 1px solid var(--rts-para);
  padding-right: 25px;
  line-height: 1;
}

.rts_footer.is_footer_two.footer_background {
  padding-top: 60px;
}
.rts_footer.is_footer_two.footer_background::before {
  background-color: rgba(0, 8, 52, 0.9);
}
.rts_footer.is_footer_two.has_background_image {
  background-image: url("../images/footer/footer-two.webp");
}
.rts_footer.is_footer_two .rts_widget .widget_title {
  color: var(--rts-white);
}
.rts_footer.is_footer_two .rts_widget ul li {
  color: var(--rts-white);
}
.rts_footer.is_footer_two .rts_widget ul li:last-child {
  margin-bottom: 0;
}
.rts_footer.is_footer_two .rts_widget ul li a {
  color: var(--rts-white);
}
.rts_footer.is_footer_two .copyright_wrapper {
  color: var(--rts-white);
}
.rts_footer.is_footer_two .copyright_wrapper .footer_social_link a {
  color: var(--rts-white);
  border-right-color: var(--rts-white);
}

@media screen and (max-width: 1200px) {
  .rts_footer.is_home_three .footer_widget_wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_three .footer_widget_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts_footer.is_home_three .footer_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rts_footer.is_home_three.has_shape .shape_1 {
  top: 25%;
}
.rts_footer.is_home_three.has_shape .shape_2 {
  left: 37%;
}

.rts_footer.is_home_four.footer_background {
  background-color: var(--rts-heading);
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_four .footer_widget_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts_footer.is_home_four .footer_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rts_footer.is_home_four .rts_widget .widget_title {
  color: var(--rts-white);
}
.rts_footer.is_home_four .rts_widget ul li {
  color: var(--rts-white);
}
.rts_footer.is_home_four .rts_widget ul li:last-child {
  margin-bottom: 0;
}
.rts_footer.is_home_four .rts_widget ul li a {
  color: var(--rts-white);
}
.rts_footer.is_home_four .rts_widget ul li a:hover {
  color: var(--heading-color);
}
.rts_footer.is_home_four .copyright_wrapper {
  color: var(--rts-white);
}
.rts_footer.is_home_four .copyright_wrapper .footer_social_link a {
  color: var(--rts-white);
  border-right-color: var(--rts-white);
}

.rts_footer.is_home_five.has_shape {
  clip-path: polygon(
    100% 0%,
    100% 100%,
    0% 100%,
    0% 0%,
    0% 0%,
    11.311% 5.8%,
    22.588% 9.759%,
    33.732% 12.084%,
    44.65% 12.981%,
    55.244% 12.659%,
    65.419% 11.323%,
    75.078% 9.183%,
    84.125% 6.444%,
    92.464% 3.314%,
    100% 0%
  );
  padding-top: 135px;
}
@media screen and (max-width: 768px) {
  .rts_footer.is_home_five.has_shape {
    clip-path: none;
    padding-top: 100px;
  }
}
.rts_footer.is_home_five .footer_widget_wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_five .footer_widget_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .rts_footer.is_home_five .footer_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_five .footer_newsletter {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_five .footer_newsletter form {
    width: 100%;
  }
}

.rts_widget .max-290 {
  max-width: 290px;
}

.rts_footer.is_home_six.footer_background {
  background-color: var(--rts-heading);
}
.rts_footer.is_home_six .footer_widget_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_six .footer_widget_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_six .footer_widget_wrapper .rts_widget:nth-child(1) {
    order: 1;
  }
}
.rts_footer.is_home_six .footer_widget_wrapper .rts_widget:nth-child(2) {
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_six .footer_widget_wrapper .rts_widget:nth-child(2) {
    justify-items: start;
  }
}
.rts_footer.is_home_six .footer_widget_wrapper .rts_widget:nth-child(3) {
  display: grid;
  justify-items: end;
}
@media screen and (max-width: 992px) {
  .rts_footer.is_home_six .footer_widget_wrapper .rts_widget:nth-child(3) {
    justify-items: start;
  }
}
.rts_footer.is_home_six .rts_widget .widget_title {
  color: var(--rts-white);
}
.rts_footer.is_home_six .rts_widget ul li {
  color: var(--rts-white);
}
.rts_footer.is_home_six .rts_widget ul li:last-child {
  margin-bottom: 0;
}
.rts_footer.is_home_six .rts_widget ul li a {
  color: var(--rts-white);
}
.rts_footer.is_home_six .rts_widget ul li a:hover {
  color: var(--heading-color);
}
.rts_footer.is_home_six .rts_widget .footer_social_link a {
  color: var(--rts-white);
  border-right-color: var(--rts-white);
}
.rts_footer.is_home_six .copyright_wrapper {
  justify-content: center;
}
.rts_footer.is_home_six .copyright_wrapper p {
  color: var(--rts-white);
}

[data-theme="dark"] .footer_background {
  background-color: var(--rts-white);
}
[data-theme="dark"] .footer_widget_wrapper .rts_widget .footer_logo {
  filter: brightness(0) invert(1);
}
[data-theme="dark"] .rts_footer.has_shape .shape_1 {
  top: 0;
}
[data-theme="dark"] .rts_footer.has_shape .shape_1 img {
  filter: brightness(0) invert(1);
}
[data-theme="dark"] .footer_newsletter form input {
  box-shadow: none;
  background-color: var(--body-bg);
  border-color: var(--body-bg);
}
[data-theme="dark"] .footer_newsletter form button[type="submit"] {
  color: var(--rts-para);
}

/* gdpr cookies */
[data-theme="dark"] .gdprcookie {
  background: #000834;
}
[data-theme="dark"] .gdprcookie h2 {
  color: #fff;
}

.gdprcookie {
  position: fixed;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  left: 1.5rem;
  bottom: 1.5rem;
  max-width: 34em;
  padding: 30px 20px;
  background: var(--rts-heading);
  z-index: 99999;
}

.gdprcookie h2 {
  color: var(--rts-white);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gdprcookie-intro\/ p {
  margin-bottom: 20px;
  line-height: 26px;
}

.gdprcookie-buttons\/ button {
  display: inline-block;
  border: 0;
  margin-right: 12px;
  padding: 10px 15px;
  font-family: var(--jost);
  line-height: 1;
}

.gdprcookie-types\/ h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10;
}
.gdprcookie-types\/ ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}
.gdprcookie-types\/ ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* Style the WhatsApp button */
.whatsapp-button {
  display: flex;
  align-items: center;
  background-color: #25d366; /* WhatsApp Green */
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

/* WhatsApp icon */
.whatsapp-icon {
  width: 24px; /* Adjust the icon size */
  height: 24px;
  margin-right: 10px;
}

/* Hover effect */
.whatsapp-button:hover {
  background-color: #128c7e; /* Darker WhatsApp Green */
}
.has_background-1 {
  background-color: #333770;
}

.main_right .flaticon-marker{
  display: none;
}

/* xl 1200 - 1399 */
@media screen and (max-width: 1399px) {
  .single_offer_card.is_flex .single_offer_card_content p{
    font-size: 18px;
    line-height: 25px;
  }
  .pg-banquet .about_wrapper .content_title{
    font-size: 45px;
    line-height: 55px;
  }
}
/* lg 992 - 1199*/
@media screen and (max-width: 1199px) {
  .main_right .flaticon-marker{
    display: block;
    font-size: 14px;
    line-height: normal;
    padding: 0px 5px 0;
    float: left;
  }
  .main_right span{
    display: none;
  }
  .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .main_nav {
    display: block;
  }
  .navigation_menu--item {
    margin: 0 20px;
  }
  .banner_slide_content h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .banner_area.is_home_two .banner_slide_content_info{
    padding-top: 25px;
  }
  .banner_area.is_home_two .banner_slide_content {
    padding-top: 225px;
  }
  .about_wrapper {
    flex-wrap: nowrap;
  }
  .rts_card.is_home {
    padding: 20px 10px;
  }
  .hm-room-block .single_offer_card > a{
    float: left;
    width: 40%;
    margin-right: 3%;
  }
  .hm-room-block .single_offer_card.is_flex {
    flex-direction: row;
    align-items: center;
  }
  .rts_footer.is_common_footer .footer_widget_wrapper{
    display: flex;
  }
  .page_hero_height {
    height: 460px;
  }
  .about_images .image_right {
    margin-left: 80px;
  }
  .rts_card.is_home_three {
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
  }
  .rts_card .icon {
    margin-bottom: 15px;
  }
  .pg-about .facility_image{
    display: none;
  }
  .blog_item.is_has_radius{
    padding: 10px;
  }
  .pg-room ol, .pg-room ul {
    padding-left: 1.5rem;
  }
  .room_amenity .group_row .single_item{
    gap: 20px;
    font-size: 18px;
  }
  .pg-dine .about.is_home_five .about_positioned_images .image_1{
    display: block;
  }
  .pg-dine .about.is_home_five .about_positioned_images .image_2 {
    bottom: -410px;
    display: block;
  }
  .pb-100.d-none.d-lg-block{
    padding-bottom:0;
  }
  .pg-dine .section_padding.is_home_five {
    padding-top: 45px;
  }
  .pg-banquet-dtl ol, .pg-banquet-dtl ul {
    padding-left: 1.5rem;
  }
  .service_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

}
/* md 768-991*/
@media screen and (max-width: 991px) {
  .main_right span {
    display: block;
  }
  .header_top .col-10 .d-flex{
    justify-content: center !important;
  }
  .header_top .col-10 .d-flex .location.addr{
    display: none;
  }
  .main_header {
    padding: 10px 0;
  }
  .main_right{
    padding: 5px 0;
  }
  .mean-container .mean-nav ul li li a{
    padding: 0.6em 10%;
  }
  .banner_area.is_home_two .banner_slide_content_info{
    display: flex;
    gap: 70px;
  }
  .about_area.is_home_main .image {
    display: none;
  }
  .pg-home .facilities_area.py-90{
    padding: 35px 0;
  }
  .pg-home .facilities_area .rts_card.is_home p{
    display: none;
  }

  .single_offer_card.is_flex img{
    height: auto;
    padding: 0 5px;
  }
  .single_offer_card.is_flex .single_offer_card_content {
    padding: 15px;
  }
  .single_offer_card.is_flex .single_offer_card_content p {
    font-size: 15px;
    line-height: 22px;
  }
  .single_offer_card_content{
    padding: 10px;
  }
  .single_offer_card_content .offer_included{
    grid-template-columns: repeat(2, 1fr);
  }
  .single_offer_card_content a.h4{
    font-size: 24px;
    line-height: 30px;
  }
  .single_offer_card img{
    padding: 10px;
  }
  .room_amenity.mb-50{
    margin-bottom: 0;
  }
  .room_amenity .group_row{
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .room_amenity .group_row .single_item{
    gap: 16px;
    font-size: 18px;
  }
  .room_amenity .group_row .single_item span{
    margin: 0 !important;
  }
  .rts_footer .col-2{
    display: none;
  }
  .rts_footer .col-9{
    width: 100%;
  }
  .footer_widget_wrapper .rts_widget ul li{
    line-height: 20px;
    font-size: 14px;
  }
  .page_hero_height {
    height: 375px;
  }
  .blog_item.is_has_radius .blog_item_thumb img {
    min-height: auto;
    max-height: none;
  }
  .pg-room .room_amenity .group_row.if_room_details_two {
    grid-template-columns: repeat(2, 1fr);
  }
  .pg-dine .about.is_home_five .about_positioned_images .image_1{
    display: none;
  }
  .pg-dine .about.is_home_five .about_positioned_images .image_2 {
    display: none;
  }
  .pg-banquet .about_area .image{
    display: none;
  }

}
/* sm 576 - 767 */
@media screen and (max-width: 767px) {
  .main_logo .logo_class{
    width: 45px;
  }
  .header_function.is_sticky {
    padding: 10px 0;
  }
  .banner_slide_content h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .banner_area.is_home_two .banner_slide_content {
    padding-top: 150px;
  }
  .pg-home .offer_area.is_home_one{
    display: none;
  }
  .room_amenity .group_row .single_item::before {
    content: " •"; /* Unicode bullet (•) */
    color: #ce963b; /* Change bullet color */
    font-size: 35px; /* Adjust size */
  }
  .room_amenity .group_row{
    gap: 15px;
  }
  .room_amenity .group_row .single_item{
    gap: 5px;
  }
  .room_amenity .group_row .single_item img{
    display: none;
  }
  .room_amenity .group_row .single_item span{
    font-size: 16px;
  }
  .rts_footer.is_common_footer .footer_widget_wrapper .col-lg-3{
    display: none;
  }
  .footer_background{
    padding-top: 35px;
  }
  .footer_widget_wrapper{
    padding-bottom: 35px;
  }
  .footer_social_link{
    display: none;
  }
  .about_images .image_left{
    display: none;
  }
  .pg-about .rts_card.is_home_three{
    padding: 15px;
  }
  .pg-about .rts_card .icon img {
    width: 45px;
  }
  .pg-about .facility_content .g-5{
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .pg-about .facility_area {
    padding: 60px 0 30px ;
  }
  .pg-dine .mb-5.pb-5{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  } 
  .pg-banquet .about_wrapper .content_title {
    font-size: 38px;
    line-height: 50px;
  }
  .service_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

}
/*  */
@media screen and (max-width: 575px) {
  .whatsapp-icon {
    width: 25px;
    height: 25px;
    margin: 2px 5px;
  }
  .whatsapp-button span{
    display: none;
  }
  .banner_area.is_home_two .banner_slide_content_info{
    display: none;
  }
  .banner_area.is_home_two .banner_slide_content{
    padding-bottom: 40px;
  }
  .banner_slide_content h1{
    font-size: 28px;
    line-height: 45px;
  }
  .pg-home .offer_area.is_home_one{
    display: block;
  }
  .hm-room-block .single_offer_card > a{
    float: initial;
    width: auto;
    margin-right: auto;
  }
  .single_offer_card img {
    padding: 0;
  }
  .hm-room-block .single_offer_card.is_flex{
    flex-direction: column;
  }
  .room_amenity .group_row {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 15px;
    margin: 0;
    border: 0;
  }
  .pg-home .facilities_area.py-90{
    display: none;
  }
  .single_offer_card.is_flex .single_offer_card_content {
    padding: 25px;
  }
  .single_offer_card_content {
    padding: 15px;
  }
  .header_absolute .container-fluid {
    padding: 0 25px;
  }
  .about_images .image_right{
    margin-left: 0;
  }
  .about_images .image_right img{
    height: auto;
  }
  .pg-banquet .about_wrapper .content_title {
    font-size: 38px;
    line-height: 50px;
  }
  .pg-banquet .about_wrapper .content_title {
    font-size: 26px;
    line-height: 35px;
  }
  .pg-banquet-dtl .page_hero_content h1 {
    font-size: 25px;
    line-height: 40px;
  }
  .contact_map iframe{
    height: 350px;
  }
}
@media screen and (max-width: 479px) {
  .whatsapp-icon {
    width: 20px;
    height: 22px;
    margin: 0px 2px;
  }
  .theme-btn.sm-btn {
    padding: 2px 8px;
  }
  .banner_slide_content h1 {
    font-size: 20px;
    line-height: 35px;
  }
  .about_area.is_home_main .about_wrapper{
    text-align: justify;
  }
  .single_offer_card_content .offer_included{
    grid-template-columns: repeat(1, 1fr);
  }
  .pg-home .offer_area.is_home_one {
    padding-bottom: 40px;
  }
  .is_home_main.py-90{
    padding-top: 40px;
  }
  h4.section_title {
    font-size: 20px;
    line-height: 28px;
  }
  .main_header {
    padding: 15px 0;
  }
  .page_hero_content .author_meta{
    display: grid;
  }
  .pg-room .room_amenity .group_row.if_room_details_two {
    grid-template-columns: repeat(1, 1fr);
  }
  .pg-dine p{
    text-align: justify;
  }
  
}
