/*
Template Name: Moonlit - Hotel and Resturant HTML Template
Author: Reacthemes
Author URI: https://themeforest.net/user/reacthemes
Tags: Hotel, Resturant, Spa, Message, Honeymoon, Booking
Version: 1.0
*/
/* ---------------------
All CSS Structure Follow this Order
----------------------

1. Variable
1. mixin
3. reset
4. typography
5. Spacing
6. loader
7. common
8. animation
9. input
10. components
11. common style
12. banner
13. about
14. rooms
15. testimonial
16. video
17. offer
18. advance__search
19. newsletter
20. facility
21. blog
22. service
23. team
24. resturant-menu
25. gallery
26. event
27. offcanvase__menu
28. contact
29. form
30. footer
-------------*/

/* New fonts for titles start */
@font-face {
  font-family: 'AppleGaramond';
  src: url('../new-font/AppleGaramond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Chocolates";
  src: url("../new-font/TT%20Chocolates%20Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
  font-weight: bold;
}
p {
  font-family: 'TT Chocolates';
}


/* New fonts for titles end */

:root {
  /* Text Color */
  --rts-para: #f7f7f7;           
  --rts-heading: #1F2937;        
  --rts-black: #111827;
  --rts-white: #FFFFFF;
  --rts-gray: #F3F4F6;           

  /* Background & Accent Colors – main change here */
  --btn-1: #722B0D;              
  --heading-color: #722B0D;      
  --rts-border: rgba(107, 112, 92, 0.3);

  --transparent: transparent;
  --transition: all .4s ease;

  /* Status colors remain similar or slightly warmed */
  --color-success: #4CAF50;
  --color-danger: #EF4444;
  --color-warning: #F59E0B;
  --color-info: #3B82F6;


  --title-font: 'AppleGaramond', serif;
  --glida: 'AppleGaramond', serif;
 --jost: "TT Chocolates", system-ui, -apple-system, 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: #ACB57C;
  --rts-para: #1f1f1f;
  --rts-heading: #212020;
  --rts-black: #000000;
  --rts-white: #ffff;
  --rts-gray: #F1F1F1;
  /* Background Color */
  --btn-1: #722B0D;
  --heading-color: #722B0D;
  --rts-border: rgba(125, 128, 135, 0.3);
  --transparent: transparent;
  --transition: all .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(--title-font);
}

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


p{
  color:#1f1f1f;
}
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: 110px;
  padding-bottom: 120px;
}
@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;
  width: 800px;
  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 25px;
  }
}
@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 {
  color: var(--btn-1) !important;
}
.navigation__menu--item__link {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  padding-top: 24px;
  padding-bottom: 30px;
  font-weight: 500;
  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: 48%;
  right: -15px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 14px;
  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 30px 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);
}
@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 .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: #1b1b1b;
  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: 1;
  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(27, 27, 27, 0.6);
}
.page__hero__bg.no__shadow::before {
  background-color: rgba(27, 27, 27, 0);
}

.page__hero__height {
  height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: 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;
}
.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%;
  height: 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);
  background-color: var(--heading-color);
  color: var(--rts-white);
}
.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(229, 229, 231, 0.65);
}

.header__top {
  padding: 8px 0;
  border-bottom: 0.5px solid rgba(235, 233, 233, 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: end;
}
@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);
  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(0, 8, 52, 0);
}
.header__top.is__home__video .link__item {
  color: #fff;
}

.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;
  }
}
.navigation__menu--item__link,
.theme-btn.fill span,
.menu__btn img {
  transition: color 0.3s ease, filter 0.3s ease;
}

.logo__class {
  transition: all 0.3s ease;
}

.header__function.is__home__video.is__sticky {
  background: #fff !important;
}
/* sticky hone ke baad */
/* .main__header.is-sticky .navigation__menu--item__link {
  color: #242323 !important;
} */
/* Jab header sticky ho tab color variable se control karenge */
/* Add this to override all other styles */
/* Yeh CSS add karein ya update karein */

/* Sticky header ke menu items ke liye */
.main__header.is-sticky .navigation__menu--item__link {
    color: var(--menu-color, #242323) !important;
    transition: color 0.3s ease !important;
}

/* Hover effect bhi same color maintain kare */
.main__header.is-sticky .navigation__menu--item:hover .navigation__menu--item__link {
    color: var(--menu-color, #242323) !important;
    opacity: 0.8 !important;
}

/* Active state */
.main__header.is-sticky .navigation__menu--item.active .navigation__menu--item__link {
    color: var(--menu-color, #242323) !important;
    font-weight: 600 !important;
}

.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;
}
@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;
}

.main__header.is__home__two, .main__header.is__color__white {
  background-color: rgba(0, 8, 52, 0);
}
.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: #1b1b1b;
}

.main__header .main__header__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  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: grid;
  justify-items: left;
}
@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(0, 8, 52, 0);
}
.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.5) !important;
}
.main__header.is__home__video .main__right .theme-btn span {
  color: #fff;
}
.main__header.is__home__video:not(.is-sticky) 
.navigation__menu--item__link {
    color: #fff !important;
}

@media screen and (max-width: 992px) {
  .main__nav {
    display: none;
  }
}
.main__header.is__home__video:not(.is-sticky) #siteLogo {
    filter: brightness(0) invert(1);
}

/* All section styles */
.facilities__area.has__background {
  background-color: var(--rts-gray);
}
.facilities__area.py-90 {
  padding: 90px 0;
}

/* Facility Card */
.facility-card {
    position: relative;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Image */
.facility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Overlay */
.facility-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.2)
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

/* Text */
.facility-overlay h6 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.facility-overlay p {
    color: #ddd;
    font-size: 14px;
    line-height: 1.6;
}

/* Hover Effects */
.facility-card:hover img {
    transform: scale(1.1);
}

.facility-card:hover .facility-overlay {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 575px) {
    .facility-card {
        height: 260px;
    }
}


.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-img{
object-position: 30% 50% !important;
}
.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;
}
@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(27, 27, 27, 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;
}
@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: 9999;
  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: 375px;
  padding-bottom: 130px;
  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: 130px;
  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;
  justify-content: 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 img {
    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: -195px;
}
@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: -550px;
  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 .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: 25px;
  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: var(--rts-heading);
}
.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(27, 27, 27, 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: 500px !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 0 30px 30px;
}

.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: 30px;
}
.rts__booking__form .advance__search h5 {
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: center;
}
.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(27, 27, 27, 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: 0;
  right: 0;
}
@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: 30px;
  border-radius: 10px;
  border: 1px solid rgba(101, 103, 107, 0.3);
}
.blog__item.is__has__radius .blog__item__thumb {
  border-radius: 10px;
}
.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: #722B0D;
}
.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(--btn-1);
  color: var(--rts-white);
  padding: 8px 15px;
  border-radius: 6px;
  font-family: var(--jost);
  transition: var(--transition);
}
.single__blog__meta__main .readmore a:hover {
  background-color: var(--btn-1);
  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(4, 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;
}
@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: 350px;
    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);
}
.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: 50px 30px;
  }
}
.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: 30px;
  display: none;
}
@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: 30px;
}
.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);
}
.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;
}
@media screen and (max-width: 768px) {
 .mobile-logo{
  height: 125px;
  width: 150px;
}
}
/* .logo__class {
      max-width: 85px !important;
    } */
     .logo__class {
  width: auto;
  max-width: 60px;
  height: auto;
}

@media (max-width: 992px) {
  .logo__class {
    max-width: 60px;
  }
}

@media (max-width: 576px) {
  .logo__class {
    max-width: 50px;
  }
}


.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(--jost);
  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{
  position: relative;
  overflow: hidden;
}


.rts__footer .footer-bg-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.rts__footer::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff00;  
  z-index: 1;
}


.rts__footer .container,
.rts__footer .copyright__text{
  position: relative;
  z-index: 2;
}


.rts__footer .section__shape{
  display: none !important;
}


.rts__footer.has__shape .section__shape{
    background:transparent !important;
    z-index:2;
}


.rts__footer .container,
.rts__footer .copyright__text{
    position:relative;
    z-index:3;
}
.rts__footer.has__shape .section__shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f8f8f8;
}
.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);
  }
}
.copyright-lnk{
  color: #ffffff !important;
}
.footer__background {
  background-color: var(--rts-gray);
  padding-top: 50px;
}

.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 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@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: 25px;
  font-family: var(--title-font);
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: underline;
}
.footer__widget__wrapper .rts__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__widget__wrapper .rts__widget ul li {
  color:#ffffff ;
  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: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: var(--transition);
}
.footer__widget__wrapper .rts__widget ul li a:hover {
  color: white;
}
.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 rgb(255 255 255 / 26%);
  padding: 30px 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: #212121;
}
.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(27, 27, 27, 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);
}
.footer__social__link a {
    color: #ffffff !important;
}

@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;
  color:#ffffff !important ;
}

.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);
  color: #fff;
}
[data-theme=dark] .footer__newsletter form button[type=submit] {
  color: var(--rts-para);
}

/* gdpr cookies */
[data-theme=dark] .gdprcookie {
  background: #1b1b1b;
}
[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;
  color: white !important;
}

.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;
}
/* blog section css */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Blog Card */
.single__blog {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.single__blog:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Image */
.single__blog__thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .single__blog__thumb img {
        height: 220px;
    }
}

/* FACILITIES SECTION CSS */



/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Content */
.hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 20px;
    max-width: 900px;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 15px;
    color:white;
}

.hero-content p {
    font-size: 25px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
   
    .hero-section-blog {
        min-height: 70vh;
    }
    .hero-content h1 {
        font-size: 35px;
    }

    .hero-content p {
        font-size: 18px;
    }
}

/* FACILITIES PAGE CSSS  */
.facilities-section {
    padding: 60px;
}

/* Heading */
.section-heading {
    text-align: center;
    font-size: 60px;
    margin-bottom: 15px;
}

/* Description */
.section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.6;
    color: #1F1F1F;
}

/* Main Image */
.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 30px;
}

/* Image Grid – 3 per row */
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.image-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* 📱 Responsive */
@media (max-width: 992px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .facilities-section {
        padding: 40px 20px;
    }

    .section-heading {
        font-size: 35px;
    }

    .section-description {
        font-size: 18px;
    }

    .main-image {
        height: 250px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .image-grid img {
        height: 220px;
    }
}
/* video section */
/* SECTION WITH BG IMAGE */


/* Blog page css */
.hero-section-blog {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-image: url("/assets/images/o2-resort/Hammock-2.jpg"); /* image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* Romance slider css */
.romance-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #722B0D;
}

.section-heading {
  font-size: 60px;
  margin-bottom: 20px;
  color: #fcfcfc;
}

.section-paragraph {
  font-size: 22px;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Carousel Styles */
.carousel-wrapper {
  overflow: hidden;
  max-width: 960px; /* 3 cards visible */
  margin: 20px auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-card {
  width: 300px;
  height: 300px;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #000;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.carousel-pagination span {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-pagination span.active {
  background: #4C4845;
  transform: scale(1.2);
}

/* Responsive */
@media (max-width: 1000px) {
  .carousel-wrapper { max-width: 640px; } /* 2 cards */
}

@media (max-width: 650px) {
  .carousel-wrapper { max-width: 320px; } /* 1 card */
  .section-heading {
  font-size: 35px;
  margin-bottom: 20px;
  color: #1f2937;
}
}

/* CONTACT PAGE CSS */
.contact-sec-section {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
}

/* Overlay */
.contact-sec-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.31);
  z-index: 1;
}

/* Content */
.contact-sec-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  color: #ffffff;
}

.contact-sec-heading {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 16px;
  color: white;
}

.contact-sec-desc {
  font-size: 25px;
  line-height: 1.5;
  opacity: 0.9;
  color: white;
}
.img-fluid {
    max-width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
/* 📱 Responsive */
@media (max-width: 768px) {
  .contact-sec-heading {
    font-size: 35px;
  }

  .contact-sec-desc {
    font-size: 18px;
  }

  .contact-sec-section {
    min-height: 70vh;
  }
  .img-fluid {
    max-width: 100%;
    height: 300px;
}
}
/*facilties page section css */
.facility-sec-main {
  padding: 100px 0;
 
}

.facility-sec-main__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.facility-sec-main__section-header {
  text-align: center;
  margin-bottom: 60px;
}

.facility-sec-main__sub-title {
  color: #722B0D;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.facility-sec-main__main-discription{
  font-size: 18px;
  color: #2e2e2e;
  margin: 0 auto 20px auto;
  line-height: 1.6;
}
.facility-sec-main__main-title {
  font-size: 60px;
  margin-top: 5px;
  color: #111;
  font-weight: 700;
}

.facility-sec-main__facilities-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 28px;
}

.facility-sec-main__gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
}

.facility-sec-main__gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.facility-sec-main__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.facility-sec-main__gallery-item:hover img {
  transform: scale(1.1);
}

/* Overlay Text */
.facility-sec-main__overlay-text {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  max-width: 70%;
  text-align: right;
  transition: all 0.4s ease;
}

.facility-sec-main__gallery-item:hover .facility-sec-main__overlay-text {
  transform: translateY(-8px);
}

.facility-sec-main__overlay-text h3 {
  margin: 0;
  font-size: 1.45rem;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: -0.3px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .facility-sec-main {
    padding: 70px 0;
  }

  .facility-sec-main__main-title {
    font-size: 35px;
  }

  .facility-sec-main__facilities-gallery {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .facility-sec-main__overlay-text {
    bottom: 10px;
    right: 10px;
    padding: 10px 15px;
  }

  .facility-sec-main__overlay-text h3 {
    font-size: 30px;
  }
}

/* homepage hero section  */

.home-hero-sec-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
}

/* Overlay */
.home-hero-sec-section-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.31);
  z-index: 1;
}

/* Content */
.home-hero-sec-section-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  color: #ffffff;
}

.home-hero-sec-section-heading {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
}

.home-hero-sec-section-desc {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.9;
  color:white !important;
}
.img-fluid {
    max-width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
  .home-hero-sec-section-heading {
    font-size: 35px;
  }

  .home-hero-sec-section-desc {
    font-size: 18px;
  }

  .home-hero-sec-section {
    min-height: 100vh;
  }
  .img-fluid {
    max-width: 100%;
    height: 300px;
}
}

/* food section  home */
.food-sec-home {
      max-width: 100%;
      /* margin: 0 auto; */
      padding: 50px 100px;
      background-color:#FCECD8
    }

    .food-sec-home h2 {
      text-align: center;
      font-size: 60px;
      margin: 0px 0 5px;
      background: #000;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* Cards Grid */
    .food-cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
      gap: 35px;
      margin-bottom: 80px;
    }
    .food-sec-home-para{
      font-size: 22px !important;
    }

    .food-card {
      position: relative;
      height: 400px;
      border-radius: 24px;
      overflow: hidden;
      background: #111;
      box-shadow: 0 15px 40px rgba(0,0,0,0.6);
      transition: all 0.4s ease;
      cursor: pointer;
    }

    .food-card:hover {
      transform: translateY(-18px);
      box-shadow: 0 25px 60px rgba(116, 245, 195, 0.35);
    }

    .food-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s ease;
    }

    .food-card:hover img {
      transform: scale(1.15);
    }

    /* Hover Overlay  */
    .food-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0;
      background: #acb57cba;
      overflow: hidden;
      transition: height 0.5s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
    }

    .food-card:hover .food-overlay {
      height: 30%;
    }

 
    .food-overlay p {
      font-size: 22px;
    text-align: center;
    line-height: 1.5;
    font-weight: 800;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease 0.15s;
    }

    .food-card:hover .food-overlay p {
      opacity: 1;
      transform: translateY(0);
    }

    .food-title {
      position: absolute;
      bottom: 30px;
      left: 30px;
      font-size: 2rem;
      font-weight: 700;
      text-shadow: 0 3px 12px rgba(0,0,0,0.9);
      z-index: 3;
    }
    @media (max-width: 768px) {
     .food-sec-home {
      max-width: 100%;
      /* margin: 0 auto; */
      padding: 20px 20px;
    }
     .food-sec-home-para{
      font-size: 16px !important;
    }
     .food-sec-home h2 {
      font-size: 35px;
      margin: 0px 0 15px;
    }
    .food-cards-grid {
      gap: 30px;
    }

    .food-card {
      position: relative;
      height: 300px;
    }
    }


    /* full width video section css */
    .full-wid-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.full-wid-video__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;           
}

.full-wid-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;                
  object-position: center;
}

.full-wid-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0.45) 60%,
    rgba(0,0,0,0.6) 100%
  );
  color: white;
  text-align: center;
  pointer-events: none;             
}

.full-wid-video__content {
  max-width: 1100px;
  width: 90%;
  padding: 2rem 1rem;
  pointer-events: auto;
}

.full-wid-video__content h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1rem;
  text-shadow: 0 3px 12px rgba(0,0,0,0.7);
}

.full-wid-video__content p {
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  margin: 0 0 2rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.full-wid-video__btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  background: #e50914;              
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.full-wid-video__btn:hover {
  background: #f40612;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(229,9,20,0.4);
}


@media (max-width: 768px) {
  .full-wid-video__wrapper {
    padding-bottom: 75%;            
  }

  .full-wid-video__overlay {
    background: rgba(0,0,0,0.55);   
  }

  .full-wid-video__content {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .full-wid-video__btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}

/* filter section css */

.home-filter-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f8f9fa; 
  scroll-margin-top: 100px;         
}

.home-filter-form {
  width: 100%;
  max-width: none;               
  margin: 0 auto;
  padding: 32px 60px;             
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;          
  box-sizing: border-box;
}

/* Uniform height for all input-like elements */
.home-filter-date-input,
.home-filter-promo-input,
.home-filter-number-control,
.home-filter-check-btn {
  height: 52px;
  font-size: 16px;
  border-radius: 8px;
}
.home-filter-date-input::placeholder{
  color:#363636;
}

.home-filter-dates,
.home-filter-adults,
.home-filter-children,
.home-filter-promo,
.home-filter-submit {
  flex: 1 1 160px;               /* grow + shrink + min basis */
  min-width: 160px;
}

.home-filter-heading {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Inputs & controls styling */
.home-filter-date-input,
.home-filter-promo-input {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
}

.home-filter-number-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  background: #fafafa;
  overflow: hidden;
}

.home-filter-btn-minus,
.home-filter-btn-plus {
  width: 52px;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 22px;
  color: #555;
  cursor: pointer;
}

.home-filter-btn-minus:hover,
.home-filter-btn-plus:hover {
  background: #f0f0f0;
}


.home-filter-section input[readonly]::-webkit-input-placeholder {
  color: #383838 !important;
}
.home-filter-section input[readonly]::-moz-placeholder {
  color: #383838 !important;
}
.home-filter-section input[readonly]:-ms-input-placeholder {
  color: #383838 !important;
}

.home-filter-promo-input::placeholder {
  color: #383838 !important;
}
.home-filter-value {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #383838;
}

.home-filter-check-btn {
  width: 100%;
  background: #4C4845;
  color: white;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;       
}

.home-filter-check-btn:hover {
  background: #31302e;
}

/*  RESPONSIVE  */
@media (max-width: 1024px) {
  .home-filter-form {
    padding: 28px 40px;
  }
}

@media (max-width: 768px) {
  .home-filter-form {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
    align-items: stretch;         
  }

  .home-filter-dates,
  .home-filter-adults,
  .home-filter-children,
  .home-filter-promo,
  .home-filter-submit {
    flex: none;
    width: 100%;
    min-width: unset;
  }

  .home-filter-check-btn {
    height: 56px;
  }
}

@media (max-width: 480px) {
  .home-filter-form {
    padding: 20px 16px;
  }
}
/* Sections colors css */
.about-us-sec{
  background-color:#722B0D;
}
.about-us-sec-head{
  color:white !important;
}
.about-us-sec-subhead{
color:white !important;
}
.romance-sec-home{
  color:white !important;
}
.about-us-sec-para{
  color:white !important;
}
.about-us-sec-btn{
  overflow: hidden;
  font-family: var(--jost);
  font-weight: 500;
  border-radius: 6px;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  padding: 8px 20px;
  margin: 0;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 1px solid white !important;
}
.about-us-sec-btn span{
    color: white !important;
    display: block;
  position: relative;
  mix-blend-mode: hard-light;
  z-index: 5;
}
.about-us-sec-btn:hover  span{
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    color: #722B0D !important;
}
.about-us-sec-btn:hover {
  background-color:white !important;
}
/* facility section background css */
.facility-sec-home{
  background-color: #fcecd8 !important;
}
.gallery-sec-home{
  background-color: #cbdbe4 !important;
}
.testimonial-sec-home{
  background-color: #cbdbe4 !important;
}

.hero-sec-btn{
  padding: 5px 10px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-sec-btn:hover{
    transform: scale(0.92);
}

.hero-sec-div{
  display: flex;
    text-align: center;
    gap: 20px;
    justify-content: center;
}
.hero-sec-para{
  margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

/*================== new header css start======================*/
/* ================== HEADER CSS - FULL UPDATED VERSION ================== */


/*================== new header css end======================*/


/*------------------------------- special section offer --------------------*/
.offer-home-sec{
  background-color: #ACB57C;
}
.offer-home-sec-head li{
      color: #1f1f1f !important;
}
.offer-home-sec-head {
      color: #1f1f1f !important;
}

.testi-sec-head{
  color:#1f1f1f !important;
}
.testi-slider-text{
  color: #1f1f1f !important;
}


.logo-wrap {
  position: relative;
  display: inline-block;
}


.logo-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}


.logo-default {
  opacity: 1;
  visibility: visible;
}

.logo-sticky {
  opacity: 0;
  visibility: hidden;
}


.main__header.is-sticky .logo-default {
  opacity: 0;
  visibility: hidden;
}

.main__header.is-sticky .logo-sticky {
  opacity: 1;
  visibility: visible;
}
.blg-para {
color:white;
}
.author-det{
  color:#722B0D;
}

/* hero-section video css */

.video-sec-hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.video-sec-hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-sec-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 7%);
    z-index: 1;
}

.video-sec-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
}

.video-sec-hero-heading {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: white;
}

.video-sec-hero-desc {
    font-size: 22px;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: lighter;
}

.video-sec-hero-btns {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.video-sec-hero-btn {
    padding: 10px 32px;
    background: transparent;
    color: #ffffff;
    border: 1px solid white ;
    text-decoration: none;
    border-radius: 50px;
    /* font-weight: 600; */
    transition: all 0.3s;
    /* border: none; */
    cursor: pointer;
}

.video-sec-hero-btn:hover {
    background: #ebeaea;
    transform: translateY(-3px);
    color: black;
}

.video-sec-hero-para {
    font-size: 1.1rem;
    font-style: italic;
    opacity: 0.9;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .video-sec-hero-heading {
        font-size: 2.5rem;
    }
    
    .video-sec-hero-desc {
        font-size: 1.2rem;
    }
    
    .video-sec-hero-btns {
        flex-direction: column;
        gap: 1rem;
    }
}
 /* Explore page hero section css */
 .explore-sec-hero-section {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.explore-sec-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.explore-sec-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 19%);
    z-index: 1;
}

.explore-sec-hero-content {
    position: relative;
    z-index: 3;
    max-width: 1000px;
    padding: 0 25px;
}

.explore-sec-hero-heading {
    font-size: 4.2rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
    line-height: 1.1;
    letter-spacing: -1px;
    color: white;
}

.explore-sec-hero-subheading {
    font-size: 1.6rem;
    max-width: 720px;
    margin: 0 auto 2.8rem;
    font-weight: 400;
    opacity: 0.95;
}

.explore-sec-hero-btn-group {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.explore-sec-hero-btn {
    display: inline-block;
    padding: 16px 42px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.35s ease;
    border: 2px solid transparent;
}

.explore-sec-hero-btn.primary {
    background-color: #ffffff;
    color: #1a1a1a;
}

.explore-sec-hero-btn.primary:hover {
    background-color: #f5f5f5;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.explore-sec-hero-btn.secondary {
    background-color: transparent;
    color: white;
    border-color: white;
}

.explore-sec-hero-btn.secondary:hover {
    background-color: rgba(255,255,255,0.15);
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 992px) {
    .explore-sec-hero-heading {
        font-size: 3.4rem;
    }
    .explore-sec-hero-subheading {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .explore-sec-hero-section {
        height: 70vh;
        min-height: 520px;
    }
    
    .explore-sec-hero-heading {
        font-size: 2.8rem;
    }
    
    .explore-sec-hero-subheading {
        font-size: 1.25rem;
    }
    
    .explore-sec-hero-btn-group {
        flex-direction: column;
        gap: 1.2rem;
    }
    
    .explore-sec-hero-btn {
        padding: 14px 36px;
        width: 100%;
        max-width: 320px;
    }
}

/* gestronomy scetion csss */

.gestro-sec-container {
    padding: 80px 20px;
    background: #FCECD8;
}

.gestro-sec-block {
    margin-bottom: 30px;
}

.gestro-sec-block:last-child {
    margin-bottom: 0;
}

.gestro-sec-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
}

.gestro-sec-col {
    flex: 1;
    min-width: 0;
}

.gestro-sec-col.text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
}

.gestro-sec-col.image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.gestro-sec-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gestro-sec-col.image-col:hover .gestro-sec-image {
    transform: scale(1.08);
}


.gestro-sec-heading {
    font-size: 45px;
    color: #722B0D;
    margin-bottom: 10px;
    font-weight: 400;
}

.gestro-sec-subheading {
    font-size: 1.6rem;
    color: #4d4d4d;
    margin-bottom: 5px;
    font-weight: 400;
}

.gestro-sec-paragraph {
    font-size: 22px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 15px;
}

.gestro-sec-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #4C4845;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    width: 50%;
}

.gestro-sec-btn:hover {
    transform: scale(0.95);
    background: #722B0D;
    box-shadow: 0 8px 20px rgba(18,68,41,0.25);
}


@media (max-width: 991px) {
    .gestro-sec-row {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0px;
         border-bottom: 1px solid #cacaca;
    }
   

    .gestro-sec-col.image-col {
        order: -1;          
        height: 400px;      
    }

    .gestro-sec-col {
        flex: none;
    }

    .gestro-sec-heading {
        font-size: 2.4rem;
    }

    .gestro-sec-subheading {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .gestro-sec-container {
        padding: 50px 15px;
    }
    .gestro-sec-col.text-col {
    padding: 10px 10px;
    }
    .gestro-sec-heading {
        font-size: 2rem;
    }
    .gestro-sec-btn {
      width: 100%;
    }
  
    .gestro-sec-col.image-col {
        height: 300px;
    }
}

/* new romms section css */
.all-rooms-sec {
  padding: 100px 0;
  background: #FFFFFF;
}

.all-rooms-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.all-rooms-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
  align-items: center;
}

.all-rooms-subheading {
  font-size: 1.3rem;
  font-weight: 600;
  color: #722B0D;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.all-rooms-heading {
  font-size: 3.2rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
}

.all-rooms-right .all-rooms-description {
  font-size: 22px;
  line-height: 1.5;
  color: #555;
}

.all-rooms-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.all-rooms-cards-grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
    margin: auto;
}

.all-rooms-card-link {
  text-decoration: none;
  display: block;
}

.all-rooms-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.all-rooms-card1 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 600px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.all-rooms-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}
.all-rooms-card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}

.all-rooms-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.all-rooms-card:hover .all-rooms-card-image {
  transform: scale(1.08);
}

/* Default: only title */
.card-default-state {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 28px 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.all-rooms-card:hover .card-default-state {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.card-default-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

/* Hover: full overlay */
.card-hover-state {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.10) 100%);
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.38s ease, transform 0.38s ease;
  pointer-events: none;
}

.all-rooms-card:hover .card-hover-state {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.all-rooms-card1:hover .card-hover-state {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.hover-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px 0;
}

.hover-divider {
  width: 36px;
  height: 2px;
  background: #a9b563;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* All pills — same style for everything */
.hover-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.amenity-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(169, 181, 99, 0.12);
  border: 1px solid rgba(169, 181, 99, 0.35);
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 13px;
  border-radius: 100px;
  letter-spacing: 0.2px;
  transition: background 0.2s, border-color 0.2s;
}

.amenity-pill i {
  color: #a9b563;
  font-size: 0.75rem;
}

.all-rooms-card:hover .amenity-pill:hover {
  background: rgba(169, 181, 99, 0.25);
  border-color: rgba(169, 181, 99, 0.6);
}
.all-rooms-card1:hover .amenity-pill:hover {
  background: rgba(169, 181, 99, 0.25);
  border-color: rgba(169, 181, 99, 0.6);
}

/* CTA */
.hover-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #a9b563;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(169,181,99,0.4);
  padding-bottom: 2px;
  width: fit-content;
  transition: gap 0.25s ease;
}

.all-rooms-card:hover .hover-cta {
  gap: 13px;
}
.all-rooms-card1:hover .hover-cta {
  gap: 13px;
}

/* Responsive */
@media (max-width: 1024px) {
  .all-rooms-top-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .all-rooms-cards-grid { grid-template-columns: 1fr; }
  .all-rooms-cards-grid1 { grid-template-columns: 1fr; }
  .all-rooms-heading { font-size: 2.6rem; }
  .all-rooms-card { height: 440px; }
  .all-rooms-card1 { height: 440px; }
}

@media (max-width: 640px) {
  .all-rooms-sec { padding: 60px 0; }
  .all-rooms-cards-grid { grid-template-columns: 1fr; }
  .all-rooms-cards-grid1 { grid-template-columns: 1fr; }
  .all-rooms-heading { font-size: 2.2rem; }
  .all-rooms-card { height: 400px; }
  .all-rooms-card1 { height: 400px; }
  .card-hover-state { padding: 24px 20px; }
  .hover-title { font-size: 1.3rem; }
  .amenity-pill { font-size: 0.78rem; padding: 5px 11px; }
}

/*============== hero slider for rooms ==================*/
.rooms-deta-hero-sec {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 550px;
  overflow: hidden;
  background: #111;
}

.hero-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.heroSwiper {
  width: 100%;
  height: 100%;
}

.heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.heroSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;   /* small transition for smooth feel */
}

/* Continuous zoom-in only on active slide */
.heroSwiper .swiper-slide-active img {
  animation: slowZoomIn 20s linear forwards;   /* duration = autoplay delay + transition time */
  transform-origin: center center;
}

.heroSwiper .swiper-slide:not(.swiper-slide-active) img {
  animation: none;
  transform: scale(1.0);
}

/* Slow zoom-in animation */
@keyframes slowZoomIn {
  0%   { transform: scale(1.00); }
  100% { transform: scale(1.18); }
}

/* Light dark overlay on whole slide */
.heroSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.18), rgba(0,0,0,0.55));
  pointer-events: none;
  z-index: 2;
}

/* Circular arrows (same as before) */
.hero-swiper-prev,
.hero-swiper-next {
  width: 60px !important;
  height: 60px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  color: white !important;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 22px !important;
  z-index: 10;
}

.hero-swiper-prev:after,
.hero-swiper-next:after {
  font-size: 24px !important;
}

.hero-swiper-prev:hover,
.hero-swiper-next:hover {
  background: rgba(255, 255, 255, 0.75) !important;
  transform: scale(1.1);
   color: #000 !important;
}

.hero-swiper-prev { left: 30px !important; }
.hero-swiper-next { right: 30px !important; }

/* Responsive adjustments (same as before) */
@media (max-width: 1024px) {
  .rooms-deta-hero-sec { height: 75vh; min-height: 500px; }
  .hero-swiper-prev { left: 20px !important; }
  .hero-swiper-next { right: 20px !important; }
}

@media (max-width: 768px) {
  .rooms-deta-hero-sec { height: 65vh; min-height: 420px; }
  .hero-swiper-prev, .hero-swiper-next {
    width: 48px !important;
    height: 48px !important;
  }
  .hero-swiper-prev { left: 15px !important; }
  .hero-swiper-next { right: 15px !important; }
}

@media (max-width: 480px) {
  .rooms-deta-hero-sec { height: 60vh; min-height: 380px; }
}
/* Slide content - center aligned heading */
.hero-slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  text-align: center;
  padding: 0 20px;
}

.hero-heading {
  color: #fff;
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
  margin: 0;
}


/* rooms details section css */
/* ================= CSS ================= */
  .rooms-deta-sec {
    width: 100%;
    padding: 48px 60px;
    background: #fff;
  }

  /* ── HEADER ROW ── */
  .rooms-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 36px;
  }

  .room-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 300;
    color: #1a1919;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }

  .room-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.3px;
  }

  .stars { color: #E8B84B; letter-spacing: 1px; }

  /* ── GALLERY BLOCK ── */
  .rooms-gallery-block {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 16px;
    margin-bottom: 40px;
  }

  .gallery-left { position: relative; }

  .big-image-wrapper {
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    cursor: crosshair;
  }

  .big-image-wrapper img#bigImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s;
  }

  /* Zoom preview panel */
  .zoom-preview {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 220px;
    height: 220px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-color: #f0ede8;
    border: 2px solid #fff;
    display: none;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }

  /* Lens cursor overlay */
  .zoom-lens {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1.5px solid #722B0D;
    border-radius: 4px;
    pointer-events: none;
    display: none;
    z-index: 1;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(1px);
  }

  /* ── RIGHT SIDE GALLERY ── */
  .gallery-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .gallery-right-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex: 1;
  }

  .thumbnail-wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
  }

  .thumbnail-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.3s;
  }

  .thumbnail-wrap:hover img {
    transform: scale(1.06);
    filter: brightness(0.85);
  }

  .thumbnail-wrap .thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thumbnail-wrap:hover .thumb-overlay {
    background: rgba(114,43,13,0.25);
  }

  .thumb-overlay i {
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
  }

  .thumbnail-wrap:hover .thumb-overlay i {
    opacity: 1;
    transform: scale(1);
  }

  /* View all button */
  .view-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #1a1919;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    flex-shrink: 0;
  }

  .view-all-btn:hover { background: #722B0D; }

  /* ═══════════════════════════════════
     GALLERY MODAL
  ═══════════════════════════════════ */
  .gallery-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15,12,10,0.92);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    padding: 30px;
  }

  .gallery-modal-overlay.active { display: flex; }

  .gallery-modal {
    background: #1c1a18;
    border-radius: 10px;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: modalIn 0.35s cubic-bezier(0.34,1.56,0.64,1);
  }

  @keyframes modalIn {
    from { opacity: 0; transform: scale(0.92) translateY(20px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    color: #e8e4df;
    letter-spacing: 0.3px;
  }

  .modal-count {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
  }

  .modal-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }

  .modal-close:hover { background: #722B0D; border-color: #722B0D; color: #fff; }

  .modal-grid {
    padding: 20px 24px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    flex: 1;
  }

  .modal-thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
  }

  .modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.3s;
  }

  .modal-thumb:hover img { transform: scale(1.08); filter: brightness(0.75); }

  .modal-thumb .open-lb {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .modal-thumb:hover .open-lb { opacity: 1; }

  .open-lb i { color: #fff; font-size: 24px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); }

  /* ═══════════════════════════════════
     LIGHTBOX
  ═══════════════════════════════════ */
  .lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.97);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .lightbox-overlay.active { display: flex; }

  .lightbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox-img-wrap {
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox-img-wrap img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    animation: lbIn 0.3s ease;
  }

  @keyframes lbIn {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
  }

  .lb-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
  }

  .lb-btn:hover { background: #722B0D; border-color: #722B0D; }
  .lb-prev { left: 20px; }
  .lb-next { right: 20px; }

  .lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
  }

  .lb-close:hover { background: #722B0D; border-color: #722B0D; }

  .lb-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    letter-spacing: 1px;
  }


  @media (max-width: 1200px) {
    .rooms-deta-sec { padding: 40px 30px; }
    .rooms-gallery-block { grid-template-columns: 1fr 340px; }
    
  }

  @media (max-width: 900px) {
    .rooms-gallery-block { grid-template-columns: 1fr; }
    .gallery-right-inner { grid-template-columns: repeat(4, 1fr); }
    .thumbnail-wrap img { height: 100px; }
    .modal-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    .big-image-wrapper{
      height: 300px;
    }
    .rooms-deta-sec { padding: 24px 16px; }
    .room-title { font-size: 30px; }
    .gallery-right-inner { grid-template-columns: repeat(3, 1fr); }
    .modal-grid { grid-template-columns: repeat(2, 1fr); }
  }

/* review cards google css */
.review-card-sec {
      /* max-width: 1300px; */
      margin: 0 auto;
      text-align: center;
      padding: 50px 40px
    }
    

    .review-card-sec__title {
      color: #0e0e0e;
      font-size: 50px;
      margin-bottom: 12px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .review-card-sec__rating-box {
     display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0 50px;
    flex-wrap: wrap;
    background-color: #efebeb;
    padding: 5px;
    border-radius: 10px;
    }

    .review-card-sec__stars {
      color: #f4c430;
      font-size: 1.8rem;
    }
    .review-card-sec__stars span{
      color: black; 
    }

    .review-card-sec__review-count {
      font-size: 1.15rem;
      color: #555;
    }
    .review-card-sec__review-count img{
      height: 20px;
      width: auto;
    }
    .rev-img-google-icons{
      position: absolute;
      max-width: 100%;
      height: 30px !important;
      top: 60px;
      left: 70px;
      background: white;
      border-radius: 20px;
    }
    .review-card-sec__avatar {
      width: 60px;
      height: 60px !important;
      border-radius: 50%;
      object-fit: cover;
    }

    .review-card-sec__google-btn {
      background: #4285f4;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
    }

    .review-card-sec__google-btn:hover {
      background: #3267d6;
      color: white;
    }

    /* Swiper container */
    .review-card-sec__slider-container {
      position: relative;
      /* padding: 0 40px;  */
    }

    .review-card-sec__swiper {
      width: 100%;
      padding: 20px 0;
    }

    .review-card-sec__card {
      background: #EDEDED;
      border-radius: 12px;
      border: 1px solid rgb(199, 197, 197);
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 28px;
      height: 100%; /* equal height cards */
      text-align: left;
    }

    .review-card-sec__card-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 18px;
    }

    .review-card-sec__avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }

    .review-card-sec__user-info h4 {
      margin: 0;
      font-size: 1.15rem;
    }
    .review-card-sec-dis{
      display: flex;
      gap: 10px;
    }

    .review-card-sec__verified {
      color: #18185E;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }


    .review-card-sec__card-stars {
      color: #f4c430;
      margin: 12px 0;
      font-size: 1.4rem;
    }


    .review-card-sec__review-text {
    color: #444;
    line-height: 1.6;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;   
    }
    .review-card-sec__read-more {
      color: #1a73e8;
      text-decoration: none;
      font-weight: bold;
      display: block;
      margin-top: 15px;
    }

    .review-card-sec__read-more:hover {
      text-decoration: underline;
    }

    /* Avatar initials circle */
   .review-card-sec__avatar-initials {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #18185E;           
    color: white;
    font-size: 28px;             
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;               
    text-transform: uppercase;   
    }

    /* Navigation arrows */
    .swiper-button-prev,
    .swiper-button-next {
      color: #18185E !important;
      width: 40px !important;
      height: 40px !important;
      background: white !important;
      border-radius: 50% !important;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
      backdrop-filter: blur(4px);
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
      font-size: 20px !important;
    }

    @media(max-width:768px){
       .review-card-sec__slider-container {
      position: relative;
      padding: 0 20px; 
    }
    .review-card-sec__card-stars {
      text-align: center;
    }

     .review-card-sec__review-text {
      text-align: center;
    }
    .review-card-sec__read-more {
      text-align: center;
    }
    .swiper-button-prev, .swiper-button-next {
    width: 35px !important;
    height: 35px !important; 
   }
   .swiper-button-prev:after,
    .swiper-button-next:after {
      font-size: 16px !important;
    }
    .review-card-sec {
    padding: 50px 15px;
    }
    .review-card-sec__google-btn {
    padding: 10px 15px;  
    }
    .review-card-sec__rating-box {
    display: flex;
    justify-content: center;  
   }
   .review-card-sec__review-count {
    font-size: 16px;
    }
    .review-card-sec__stars {
    font-size: 20px;
    }
    .review-card-sec__title {
    font-size: 35px; 
    }
  }
.contact-form-sec{
  padding: 50px 10px !important;
}
  /*============ Contact map section csss ======================*/
      .cont-map-sec {
      width: 100%;
      background-color: #f4f1ec;
      padding: 50px 40px;
    }

    .cont-map-sec__container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .cont-map-sec__label {
      font-family: 'Syne', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #6e7351;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .cont-map-sec__label::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 2px;
      background: #6e7351;
      border-radius: 2px;
    }

    .cont-map-sec__heading {
      font-family: 'Syne', sans-serif;
      font-size: clamp(2rem, 5vw, 3.4rem);
      font-weight: 800;
      color: #1a1a1a;
      line-height: 1.1;
      margin-bottom: 48px;
    }
    .cont-map-sec__heading span { color: #722b0d; }

    .cont-map-sec__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: stretch;
    }

    /* LEFT MAP */
    .cont-map-sec__left {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      background: #ffffff;
      border: 1px solid #e4dfd6;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      min-height: 500px;
    }

    .cont-map-sec__left iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }

    /* RIGHT */
    .cont-map-sec__right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .cont-map-sec__info-card {
      background: #ffffff;
      border: 1px solid #e4dfd6;
      border-radius: 20px;
      padding: 32px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      flex: 1;
    }

    .cont-map-sec__info-item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
    }

    .cont-map-sec__info-icon {
      width: 46px;
      height: 46px;
      min-width: 46px;
      background: #fff5f1;
      border: 1px solid #722b0d;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #722b0d;
      font-size: 16px;
      transition: background 0.25s, transform 0.25s;
    }
    .cont-map-sec__info-item:hover .cont-map-sec__info-icon {
      background: #ffe8de;
      transform: scale(1.08);
    }

    .cont-map-sec__info-text strong {
      display: block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #4C4845;
      margin-bottom: 4px;
    }
    .cont-map-sec__info-text a,
    .cont-map-sec__info-text p {
      font-size: 18px;
      color: #1a1a1a;
      text-decoration: none;
      line-height: 1.55;
      transition: color 0.2s;
    }
    .cont-map-sec__info-text a:hover { color: #722b0d; }

    .cont-map-sec__divider {
      height: 1px;
      background: #e4dfd6;
    }

    /* SOCIAL */
    .cont-map-sec__social-card {
      background: #ffffff;
      border: 1px solid #e4dfd6;
      border-radius: 20px;
      padding: 26px 32px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    }

    .cont-map-sec__social-label {
      
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #4C4845;
      margin-bottom: 16px;
    }

    .cont-map-sec__social-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .cont-map-sec__social-btn {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 10px 20px;
      border-radius: 50px;
      background: #f4f1ec;
      border: 1.5px solid #e4dfd6;
      color: #1a1a1a;
      text-decoration: none;
      font-size: 13px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      transition: all 0.22s;
    }
    .cont-map-sec__social-btn i { font-size: 15px; }

    .cont-map-sec__social-btn--ig:hover {
      background: #fff0f3;
      border-color: #722b0d;
      color: #722b0d;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(228,64,95,0.14);
    }
    .cont-map-sec__social-btn--fb:hover {
      background: #f0f4ff;
      border-color: #667c88;
      color: #667c88;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(66,103,178,0.14);
    }
    .cont-map-sec__social-btn--tt:hover {
      background: #f0fffe;
      border-color: #848b5f;
      color: #848b5f;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(105,201,208,0.14);
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .cont-map-sec__grid { grid-template-columns: 1fr; }
      .cont-map-sec__left { min-height: 320px; }
    }
    @media (max-width: 540px) {
      .cont-map-sec { padding: 60px 20px; }
      .cont-map-sec__info-card { padding: 22px 18px; }
      .cont-map-sec__social-card { padding: 20px 18px; }
      .cont-map-sec__social-btn span { display: none; }
      .cont-map-sec__social-btn { padding: 11px 14px; border-radius: 14px; }
      .cont-map-sec__grid { gap: 16px; }
      .cont-map-sec__left { min-height: 260px; }
    }

/*===================== Room amenties section css =========================*/
    .ament-room-sec {
      padding: 50px 60px;
      background: #faf9f6;
      position: relative;
      overflow: hidden;
    }

    .ament-room-sec::before {
      content: '';
      position: absolute;
      top: -120px;
      right: -120px;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, #e8e2d5 0%, transparent 70%);
      pointer-events: none;
    }

    /* ── TOP HEADING ── */
    .ament-room-sec__top-label {
      display: inline-block;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #8a7f6e;
      margin-bottom: 18px;
    }

    .ament-room-sec__heading {
      font-size: 45px;
      font-weight: 700;
      color: #1a1814;
      line-height: 1.15;
      max-width: 740px;
      margin-bottom: 24px;
    }

    .ament-room-sec__heading span {
      font-style: italic;
      color: #5a5040;
    }

    
    .ament-room-sec__para {
      font-size: 22px;
      font-weight: 300;
      color: #6b6457;
      line-height: 1.5;
      margin-bottom: 70px;
    }

    .ament-room-sec__cards-heading {
      font-family: 'Playfair Display', serif;
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 600;
      color: #1a1814;
      margin-bottom: 36px;
      position: relative;
      display: inline-block;
    }

    .ament-room-sec__cards-heading::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 48px;
      height: 2px;
      background: #722b0d;
    }

    /* ── GRID ── */
    .ament-room-sec__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    @media (max-width: 1100px) {
      .ament-room-sec__grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 768px) {
      .ament-room-sec { padding: 70px 24px; }
      .ament-room-sec__grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .ament-room-sec__grid { grid-template-columns: 1fr; }
    }

    /* ── CARD ── */
    .ament-room-sec__card {
      background: #ffffff;
      border: 1px solid #ede8df;
      border-radius: 16px;
      padding: 36px 28px 30px;
      cursor: default;
      position: relative;
      overflow: hidden;
      transition: transform 0.38s cubic-bezier(.22,.9,.36,1),
                  box-shadow 0.38s cubic-bezier(.22,.9,.36,1),
                  border-color 0.3s ease;
    }

    .ament-room-sec__card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #f7f4ee 0%, transparent 60%);
      opacity: 0;
      transition: opacity 0.4s ease;
      border-radius: inherit;
    }

    .ament-room-sec__card:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 24px 48px rgba(90, 80, 64, 0.13);
      border-color: #c9bfaa;
    }

    .ament-room-sec__card:hover::before {
      opacity: 1;
    }

    /* ── ICON ── */
    .ament-room-sec__card-icon {
      width: 52px;
      height: 52px;
      background: #f0ece3;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: background 0.3s ease, transform 0.35s cubic-bezier(.34,1.56,.64,1);
      position: relative;
      z-index: 1;
    }

    .ament-room-sec__card:hover .ament-room-sec__card-icon {
      background: #e4ddd0;
      transform: rotate(-6deg) scale(1.1);
    }

    .ament-room-sec__card-icon svg {
      width: 24px;
      height: 24px;
      stroke: #722b0d;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    
    .ament-room-sec__card-title {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: 600;
      color: #1a1814;
      line-height: 1.3;
      position: relative;
      z-index: 1;
      transition: color 0.3s ease;
    }

    .ament-room-sec__card:hover .ament-room-sec__card-title {
      color: #3d3427;
    }

   
    .ament-room-sec__card::after {
      content: '';
      position: absolute;
      top: -60%;
      left: -60%;
      width: 60%;
      height: 60%;
      background: linear-gradient(135deg, rgba(255,255,255,0.55) 0%, transparent 60%);
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.4s ease, top 0.4s ease, left 0.4s ease;
    }

    .ament-room-sec__card:hover::after {
      opacity: 1;
      top: -20%;
      left: -20%;
    }
    .ament-room-icons{
      color: #722b0d;
    }

    /*===================== Related room Section css ==================================*/
    .realted-room-card-serv-sec {
  padding: 80px 10;
  background: #f9f9f9;
}

.realted-room-card-serv-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.realted-room-card-serv-heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
}


.realted-room-card-serv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.realted-room-card-serv-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  padding: 10px; 
}

.realted-room-card-serv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.realted-room-card-serv-image-link {
  display: block;
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
}

.realted-room-card-serv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.realted-room-card-serv-card:hover .realted-room-card-serv-image {
  transform: scale(1.12);
}

.realted-room-card-serv-content {
  padding: 20px 10px 24px;
  text-align: center;
}

.realted-room-card-serv-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  display: block;
  text-decoration: none;
  transition: color 0.3s;
}

.realted-room-card-serv-title:hover {
  color: #aa1e22;
}

.realted-room-card-serv-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #555;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3 lines fixed */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5em; /* agar kam text ho to bhi 3 line space rahe */
}

.realted-room-card-serv-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #6c757d;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.realted-room-card-serv-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: #8b4513; /* brown slide */
  transition: left 0.4s ease;
  z-index: 0;
}

.realted-room-card-serv-btn:hover::before {
  left: 0;
}

.realted-room-card-serv-btn span {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .realted-room-card-serv-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .realted-room-card-serv-heading {
    font-size: 2.2rem;
  }

  .realted-room-card-serv-card {
    padding: 8px;
  }
}

@media (max-width: 640px) {
  .realted-room-card-serv-sec {
    padding: 60px 0;
  }

  .realted-room-card-serv-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .realted-room-card-serv-heading {
    font-size: 1.9rem;
  }

  .realted-room-card-serv-image-link {
    height: 220px;
  }

  .realted-room-card-serv-title {
    font-size: 1.3rem;
  }

  .realted-room-card-serv-desc {
    font-size: 1rem;
  }
}

/* About us section css */
 .about-home-sec-nw {
      position: relative;
      width: 100%;
      min-height: 90vh;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .about-home-sec-nw__bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right;
      z-index: 0;
    }

    .about-home-sec-nw__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, rgb(10 10 18 / 14%) 0%, rgb(10 10 18 / 12%) 50%, rgba(10, 10, 18, 0.20) 100%);
      z-index: 1;
    }

   
    .about-home-sec-nw__inner {
      position: relative;
      z-index: 1;
      width: 100%;
      /* max-width: 1280px; */
      margin: 0 auto;
      padding: 30px 60px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

   
    .about-home-sec-nw__left {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .about-home-sec-nw__subheading {
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #fff3de;
      position: relative;
      padding-left: 5px;
    }

    /* .about-home-sec-nw__subheading::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 1px;
      background: #fff3de;
    } */

    .about-home-sec-nw__heading {
    font-weight: 500;
    font-size: 55px;
    line-height: 1.1;
    color: #f5f0e8;
    letter-spacing: 1.5px
    }

    .about-home-sec-nw__heading em {
      /* font-style: italic; */
      color: #fffdf9;
    }

    .about-home-sec-nw__divider {
      width: 56px;
      height: 2px;
      background: #fff3de;
      opacity: 0.5;
    }

    .about-home-sec-nw__para {
      font-weight: 300;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1px;
    /* letter-spacing: 1px; */
    }


    @media(min-width:769px) and (max-width:1023px){
      
      .about-home-sec-nw__bg-img {
       object-position: left center;
      }
      .about-home-sec-nw__inner {
        grid-template-columns: 1fr;
        padding: 80px 28px 60px;
        gap: 0;
      }
    }
    @media (max-width: 768px) {

      .about-home-sec-nw__overlay {
        background: linear-gradient(180deg, rgb(10 10 18 / 14%) 0%, rgb(10 10 18 / 29%) 100%);
      }

      .about-home-sec-nw__inner {
        grid-template-columns: 1fr;
        padding: 80px 28px 60px;
        gap: 0;
      }
      .about-home-sec-nw__bg-img {
       object-position: left;
      }
      .about-home-sec-nw__heading{
        font-size: 35px;
      }

      .about-home-sec-nw__right {
        display: none;
      }

      .about-home-sec-nw__subheading {
        font-size: 11px;
      }

      .about-home-sec-nw__para {
        font-size: 16px;
      }
    }

/* mobile sidebar social icons css */

.mob-side-social{
  display:flex;
  align-items:center;
  gap:12px;
  width:fit-content;
  max-width:100%;
  margin-top: 15px;
}


.mob-side-social__circle{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#8b5a2b;       
  color:#fff;              
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:all .3s ease;
  font-size:18px;
}


.mob-side-social__circle:hover{
  background:#6e4621;
  transform:translateY(-3px) scale(1.05);
}


@media(max-width:480px){
  .mob-side-social__circle{
    width:36px;
    height:36px;
    font-size:16px;
  }
}

/* back button sec css */
.back-btn-sec {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      width: 100%;
      background-color: #FCECD8;
    }

    .back-btn-sec__btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 36px;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-decoration: none;
      color: #3b1f0e;
      background-color: transparent;
      border: 2px solid #3b1f0e;
      border-radius: 8px;
      cursor: pointer;
      overflow: hidden;
      transition: color 0.4s ease;
    }

    /* Slide effect pseudo-element */
    .back-btn-sec__btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color: #6b3a20;
      transition: left 0.4s ease;
      z-index: 0;
    }

    .back-btn-sec__btn:hover::before {
      left: 0;
    }

    .back-btn-sec__btn:hover {
      color: #fff;
      border-color: #6b3a20;
    }

    .back-btn-sec__btn span,
    .back-btn-sec__btn svg {
      position: relative;
      z-index: 1;
    }

    .back-btn-sec__btn svg {
      transition: transform 0.3s ease;
    }

    .back-btn-sec__btn:hover svg {
      transform: translateX(-4px);
    }

    /* ===== RESPONSIVE ===== */

    /* Tablet */
    @media (max-width: 768px) {
      .back-btn-sec {
        padding: 32px 16px;
      }

      .back-btn-sec__btn {
        font-size: 14px;
        padding: 12px 28px;
        letter-spacing: 1.2px;
      }
    }

    /* Mobile */
    @media (max-width: 480px) {
      .back-btn-sec {
        padding: 24px 12px;
      }

      .back-btn-sec__btn {
        font-size: 13px;
        padding: 11px 22px;
        letter-spacing: 1px;
        gap: 8px;
      }
    }

    .footer-para li a{
      font-size: 20px;
    }

    .footer-para li{
      font-size: 20px;
    }
    .footer-para{
      font-size: 20px;
    }
.copyright__wrapper p{
   font-size: 20px;
}
.single__blog__meta p{
  font-size: 20px !important;
}
.single__blg__meta__h6{
  font-size:28px;
}
/*
if you need custom styles, please add it in this file below

For example:
.custom{
    color: red;
}
*/
/*
If you love our template, please give us a star on https://themeforest.net/user/reacthemes
*/
/*# sourceMappingURL=../maps/style.css.map */
