@charset "UTF-8";
.checkout-top__item p, .checkout-top__item p button, .food-gallery__item-hover, .our-project__item-hover, .footer-2__link ul li a i, .footer__area-common .rr-instragram-gallery a:after, .footer__area-common .rr-instragram-gallery a:before, .footer__link ul li a i, .blog-4__item__thumb-slider__arrow-prev, .blog-4__item__thumb-slider__arrow-next, .blog__item-media img, .mean-container .mean-nav ul li > a.mean-expand i, .main-menu ul li.has-dropdown > a::after, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu, .main-menu ul li .mega-menu li ul li a::before, .cta-2__content .btn-book, .header__top, .offcanvas__overlay, .offcanvas__navigation button svg, .rr-btn__header .btn-wrap .text-one, .rr-btn__header .btn-wrap .text-two, .rr-btn-2__header .btn-wrap .text-one, .rr-btn-2__header .btn-wrap .text-two, .rr-btn-3__header .btn-wrap .text-one, .rr-btn-3__header .btn-wrap .text-two, .rr-btn-2 .btn-wrap .text-one, .rr-btn-2 .btn-wrap .text-two, .rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two, .rr-btn-solid .btn-wrap .text-one, .rr-btn-solid .btn-wrap .text-two, .body__overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
svg path {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/* transform */
.checkout-form__item-input-select .nice-select::after, .contact-us-message__form-input i, .contact-us-message__form .nice-select::after, .book-a-table-2__form__select .nice-select::after, .book-a-table-2__form__input .input-wrapper i, .book-a-table__content-form__select .nice-select::after, .book-a-table__content-form__input .input-wrapper i, .banner-3__book-a-table__select .nice-select::after, .banner-3__book-a-table__input .input-wrapper i, .header__top-menu li:after, .rr-btn__header .btn-wrap .text-one:after, .rr-btn__header .btn-wrap .text-two:after, .rr-btn-2 .btn-wrap .text-one:after, .rr-btn-2 .btn-wrap .text-two:after, .rr-btn .btn-wrap .text-one:after, .rr-btn .btn-wrap .text-two:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --rr-ff-body: 'Jost', sans-serif;
  --rr-ff-heading: 'Jost', sans-serif;
  --rr-ff-jost: 'Jost', sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-common-selection: #3C66FA;
  --rr-color-white: #000;
  --rr-body-primary: #ffffff;
  --rr-theme-primary: #CB3A1A;
  --rr-theme-secondary: #111111;
  --rr-heading-primary: #111111;
  --rr-text-body: #74787C;
  --rr-text-p: #74787C;
  --rr-menu-primary: #fff;
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-p: 16px;
  --rr-fs-body: 16px;
  --rr-fs-h1: 66px;
  --rr-fs-h2: 48px;
  --rr-fs-h3: 36px;
  --rr-fs-h4: 30px;
  --rr-fs-h5: 24px;
  --rr-fs-h6: 20px;
  --rr-lh-p: 26px;
  --rr-lh-body: 26px;
  --rr-lh-h1: 76px;
  --rr-lh-h2: 58px;
  --rr-lh-h3: 46px;
  --rr-lh-h4: 40px;
  --rr-lh-h5: 34px;
  --rr-lh-h6: 30px;
}

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

    Template Name: Delishs – Restaurant Cafe WordPress Theme
    Author: RRDevs
    Support: https://support.rrdevs.net
    Description: Delishs – Restaurant Cafe WordPress Theme
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 @forward 'colors';
		1.2 @forward 'mixins';
		1.3 @forward 'extends';
		1.4 @forward 'breakpoints';
		1.5 @forward 'typography';
		1.6 @forward 'root';
		1 index

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 @forward 'custom-class';
		2.2 @forward 'buttons';
		2.3 @forward 'offcanvas';
		2.4 @forward 'section-title';
		2.5 @forward 'breadcrumb';
		2.6 @forward 'backtotop';
		2.7 @forward 'animation';
		2.8 @forward 'preloader';
		2.9 @forward 'search';
		2.10 @forward 'rangeSlider';
		2 index

	-----------------
    03. HEADER CSS
	-----------------
		3.1 @forward 'header-common';
		3.2 @forward 'header-1';
		3.3 @forward 'header-2';
		3.4 @forward 'header-3';
		3 index

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 @forward 'menu';
		4.2 @forward 'meanmenu';
		4 index

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 @forward 'blog';
		5.2 @forward 'sidebar';
		5.3 @forward 'blog-details';
		5.4 @forward 'blog-2';
		5.5 @forward 'blog-3';
		5.6 @forward 'blog-4';
		5 index

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 @forward 'footer';
		6.2 @forward 'footer-copyright';
		6.3 @forward 'footer-top';
		6.4 @forward 'footer-2';
		6.5 @forward 'footer-copyright-2';
		6.6 @forward 'footer-3';
		6.7 @forward 'footer-cta';
		6 index

	---------------------------------
	07. CTA CSS
	---------------------------------
		7.1 @forward 'cta';
		7.2 @forward 'cta-2';
		7 index

	---------------------------------
	08. Banner CSS
	---------------------------------
		8.1 @forward 'banner-1';
		8.2 @forward 'banner-2';
		8.3 @forward 'banner-3';
		8 index

	---------------------------------
	9. PAGES CSS
	---------------------------------
		9.1 @forward './fast-food';
		9.2 @forward './our-service';
		9.3 @forward './about-our-company';
		9.4 @forward './experience';
		9.5 @forward './our-project';
		9.6 @forward './book-a-table';
		9.7 @forward './team';
		9.8 @forward './client-testimonial';
		9.9 @forward './food-menu';
		9.10 @forward './team-2';
		9.11 @forward './clients-feedback';
		9.12 @forward './customer-feedback';
		9.13 @forward './our-service-2';
		9.14 @forward './discount';
		9.15 @forward './opening-time';
		9.16 @forward './our-food-menu';
		9.17 @forward './about-2';
		9.18 @forward './business-model';
		9.19 @forward './service-2';
		9.20 @forward './reservation-2';
		9.21 @forward './reservation';
		9.22 @forward './most-reservation';
		9.23 @forward './experience-2';
		9.24 @forward './food-menu-tab';
		9.25 @forward './food-gallery';
		9.26 @forward './discover-food';
		9.27 @forward './book-a-table-2';
		9.28 @forward './team-3';
		9.29 @forward './contact-us';
		9.30 @forward './book-a-table-3';
		9.31 @forward './team-details';
		9.32 @forward './wishlist';
		9.33 @forward './cart';
		9.34 @forward './checkout';
		9.35 @forward './shop-details';
		9 index
 */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  font-family: var(--rr-ff-body);
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-body);
  font-weight: normal;
  color: var(--rr-text-body);
  background: var(--rr-body-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-font {
  font-family: var(--rr-ff-body);
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-body);
  font-weight: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--rr-fw-sbold);
  word-break: break-word;
}

h1, .h1 {
  font-size: var(--rr-fs-h1);
  line-height: var(--rr-lh-h1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  font-weight: var(--rr-fw-regular);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h2, .h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h2, .h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

h3, .h3 {
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h3, .h3 {
    font-size: 27px;
    line-height: 37px;
  }
}

h4, .h4 {
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h4);
}
@media (max-width:450px) {
  h4, .h4 {
    font-size: 27px;
    line-height: 37px;
  }
}

h5, .h5 {
  font-size: var(--rr-fs-h5);
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-bold);
}

h6, .h6 {
  font-size: var(--rr-fs-h6);
  line-height: var(--rr-lh-h6);
  font-weight: var(--rr-fw-bold);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--rr-fs-p);
  font-weight: var(--rr-fw-normal);
  color: var(--rr-text-body);
  margin-bottom: 30px;
  line-height: var(--rr-lh-p);
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--rr-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
textarea {
  outline: none;
  width: 100%;
  height: 55px;
  padding: 16px 20px 16px 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: var(--rr-common-white);
  border: 1px solid #EAEAEA;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
  outline: none;
}

input[type=date i]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

*::-moz-selection {
  background: var(--rr-common-selection);
  color: var(--rr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--rr-common-selection);
  color: var(--rr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rr-common-selection);
  color: var(--rr-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 15px;
}
*::-moz-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-text-body);
}
*::-moz-placeholder::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-text-body);
}
*::-moz-placeholder:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-text-body);
}
*::-moz-placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-text-body);
}
*::-moz-placeholder::placeholder { /* MODERN BROWSER */
  color: var(--rr-text-body);
}

*::placeholder {
  opacity: 1;
  font-size: 15px;
}
*::placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-text-body);
}
*::placeholder::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-text-body);
}
*::placeholder:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-text-body);
}
*::placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-text-body);
}
*::placeholder::placeholder { /* MODERN BROWSER */
  color: var(--rr-text-body);
}

a:hover {
  color: var(--rr-theme-primary);
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 30px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1310px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 24px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 60px;
}

/*---------------------------------
    1.7 common
---------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.valign {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--rr-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--rr-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--rr-common-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--rr-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------------
	1.8 spacing
---------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space__bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__bottom {
    padding-bottom: 70px;
  }
}

.section-space__top {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__top {
    padding-top: 70px;
  }
}

.section-space__bottom-100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__bottom-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__bottom-100 {
    padding-bottom: 70px;
  }
}

.section-space__bottom-70 {
  padding-bottom: 70px;
}

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

.mb-minus-24 {
  margin-bottom: -24px;
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.1 custom color
/*----------------------------------------*/
.color-theme-primary {
  color: var(--rr-theme-primary);
}

.color--rr-theme-secondary {
  color: var(--rr-theme-secondary);
}

.color-white {
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  2.. font weight
/*----------------------------------------*/
.rr-fw-medium {
  font-weight: var(--rr-fw-medium);
}

.rr-fw-regular {
  font-weight: var(--rr-fw-regular);
}

.rr-fw-sbold {
  font-weight: var(--rr-fw-sbold);
}

.rr-fw-black {
  font-weight: var(--rr-fw-black);
}

/*----------------------------------------*/
/*  2.. font family
/*----------------------------------------*/
.rr-ff-heading {
  font-family: var(--rr-ff-heading);
}

.rr-ff-body {
  font-family: var(--rr-ff-body);
}

/*----------------------------------------*/
/*  2.. body
/*----------------------------------------*/
.body {
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-body);
}

/*----------------------------------------*/
/*  2.. background
/*----------------------------------------*/
.white-bg {
  background-color: var(--rr-common-white);
}

.black-bg {
  background-color: var(--rr-common-black);
}

.theme-bg-primary {
  background-color: var(--rr-theme-primary);
}

.theme-bg-secondary {
  background-color: var(--rr-theme-secondary);
}

.section-bg-1 {
  background: #FAF4EE;
}

.section-bg-2 {
  background: #F6F6F6;
}

.section-bg-3 {
  background: #F8F8F8;
}

.section-bg-4 {
  background: #F6F6F7;
}

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn__header {
  padding: 12.5px 20px 12.5px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-family: var(--rr-ff-jost);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: transparent;
  border: 1px solid;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  transition: 500ms all ease;
}
.rr-btn__header .fake_hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn__header .fake_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
  z-index: -1;
  border: 1px solid var(--rr-theme-primary);
  position: absolute;
  background-color: transparent;
}
.rr-btn__header:before {
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: -1px;
  border-bottom: 2px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.2s;
}
.rr-btn__header:after {
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  border-top: 2px solid var(--rr-common-white);
  top: -1px;
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.6s;
}
.rr-btn__header .hover-rl {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn__header .hover-rl:before {
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0px;
  right: -1px;
  border-right: 2px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
}
.rr-btn__header .hover-rl:after {
  content: "";
  width: 100%;
  height: 0%;
  top: 0px;
  left: -1px;
  border-left: 2px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.4s;
}
.rr-btn__header .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn__header .btn-wrap .text-one, .rr-btn__header .btn-wrap .text-two {
  display: flex;
  align-items: center;
  position: relative;
}
.rr-btn__header .btn-wrap .text-one:after, .rr-btn__header .btn-wrap .text-two:after {
  content: "";
  width: 30px;
  height: 1px;
  top: 50%;
  right: 28px;
  z-index: -1;
  position: absolute;
  background-color: var(--rr-common-white);
  animation: leftRightX4 1.3S infinite alternate;
}
.rr-btn__header .btn-wrap .text-one img, .rr-btn__header .btn-wrap .text-two img {
  margin-left: 62px;
}
.rr-btn__header .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn__header .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn__header:hover, .rr-btn__header:focus {
  border-color: transparent;
}
.rr-btn__header:hover .text-one, .rr-btn__header:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn__header:hover .text-two, .rr-btn__header:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-btn__header:hover .hover-rl:before, .rr-btn__header:focus .hover-rl:before {
  height: 100%;
  transition-delay: 0.6s;
}
.rr-btn__header:hover .hover-rl:after, .rr-btn__header:focus .hover-rl:after {
  height: 100%;
  transition-delay: 0.2s;
}
.rr-btn__header:hover:before, .rr-btn__header:focus:before {
  width: 100%;
  transition-delay: 0.3s;
}
.rr-btn__header:hover:after, .rr-btn__header:focus:after {
  width: 100%;
  transition-delay: 0s;
}

.rr-btn-2__header {
  padding: 8.5px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-family: var(--rr-ff-jost);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: transparent;
  border: 1px solid;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  transition: 500ms all ease;
}
.rr-btn-2__header .fake_hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn-2__header .fake_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
  z-index: -1;
  border: 1px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
}
.rr-btn-2__header:before {
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: -1px;
  border-bottom: 2px solid var(--rr-theme-secondary);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.2s;
}
.rr-btn-2__header:after {
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  border-top: 2px solid var(--rr-theme-secondary);
  top: -1px;
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.6s;
}
.rr-btn-2__header .hover-rl {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn-2__header .hover-rl:before {
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0px;
  right: -1px;
  border-right: 2px solid var(--rr-theme-secondary);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
}
.rr-btn-2__header .hover-rl:after {
  content: "";
  width: 100%;
  height: 0%;
  top: 0px;
  left: -1px;
  border-left: 2px solid var(--rr-theme-secondary);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.4s;
}
.rr-btn-2__header .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-2__header .btn-wrap .text-one, .rr-btn-2__header .btn-wrap .text-two {
  display: flex;
  align-items: center;
  position: relative;
}
.rr-btn-2__header .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-2__header .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-2__header:hover, .rr-btn-2__header:focus {
  border-color: transparent;
}
.rr-btn-2__header:hover .text-one, .rr-btn-2__header:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn-2__header:hover .text-two, .rr-btn-2__header:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-btn-2__header:hover .hover-rl:before, .rr-btn-2__header:focus .hover-rl:before {
  height: 100%;
  transition-delay: 0.6s;
}
.rr-btn-2__header:hover .hover-rl:after, .rr-btn-2__header:focus .hover-rl:after {
  height: 100%;
  transition-delay: 0.2s;
}
.rr-btn-2__header:hover:before, .rr-btn-2__header:focus:before {
  width: 100%;
  transition-delay: 0.3s;
}
.rr-btn-2__header:hover:after, .rr-btn-2__header:focus:after {
  width: 100%;
  transition-delay: 0s;
}

.rr-btn-3__header {
  padding: 13.5px 33.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-family: var(--rr-ff-jost);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: transparent;
  border: none;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  transition: 500ms all ease;
  background-color: var(--rr-theme-primary);
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.rr-btn-3__header .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-3__header .btn-wrap .text-one, .rr-btn-3__header .btn-wrap .text-two {
  display: flex;
  align-items: center;
  position: relative;
}
.rr-btn-3__header .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-3__header .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-3__header:hover .text-one, .rr-btn-3__header:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn-3__header:hover .text-two, .rr-btn-3__header:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-btn-3__header-white {
  padding: 13.5px 31px;
  background-color: var(--rr-common-white);
}
.rr-btn-3__header-white .btn-wrap .text-one, .rr-btn-3__header-white .btn-wrap .text-two {
  color: var(--rr-theme-secondary);
}

.rr-btn-2 {
  padding: 15px 22px 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-family: var(--rr-ff-jost);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: transparent;
  border: 1px solid;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  transition: 500ms all ease;
}
.rr-btn-2 .fake_hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn-2 .fake_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
  z-index: -1;
  border: 1px solid var(--rr-theme-primary);
  position: absolute;
  background-color: transparent;
}
.rr-btn-2:before {
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: -1px;
  border-bottom: 2px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.2s;
}
.rr-btn-2:after {
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  border-top: 2px solid var(--rr-common-white);
  top: -1px;
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.6s;
}
.rr-btn-2 .hover-rl {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn-2 .hover-rl:before {
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0px;
  right: -1px;
  border-right: 2px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
}
.rr-btn-2 .hover-rl:after {
  content: "";
  width: 100%;
  height: 0%;
  top: 0px;
  left: -1px;
  border-left: 2px solid var(--rr-common-white);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.4s;
}
.rr-btn-2 .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-2 .btn-wrap .text-one, .rr-btn-2 .btn-wrap .text-two {
  display: flex;
  align-items: center;
  position: relative;
}
.rr-btn-2 .btn-wrap .text-one:after, .rr-btn-2 .btn-wrap .text-two:after {
  content: "";
  width: 30px;
  height: 1px;
  top: 50%;
  right: 28px;
  z-index: -1;
  position: absolute;
  background-color: var(--rr-common-white);
  animation: leftRightX4 1.3S infinite alternate;
}
.rr-btn-2 .btn-wrap .text-one img, .rr-btn-2 .btn-wrap .text-two img {
  margin-left: 62px;
}
.rr-btn-2 .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-2 .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-2:hover, .rr-btn-2:focus {
  border-color: transparent;
}
.rr-btn-2:hover .text-one, .rr-btn-2:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn-2:hover .text-two, .rr-btn-2:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-btn-2:hover .hover-rl:before, .rr-btn-2:focus .hover-rl:before {
  height: 100%;
  transition-delay: 0.6s;
}
.rr-btn-2:hover .hover-rl:after, .rr-btn-2:focus .hover-rl:after {
  height: 100%;
  transition-delay: 0.2s;
}
.rr-btn-2:hover:before, .rr-btn-2:focus:before {
  width: 100%;
  transition-delay: 0.3s;
}
.rr-btn-2:hover:after, .rr-btn-2:focus:after {
  width: 100%;
  transition-delay: 0s;
}

.rr-btn {
  padding: 15px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  font-family: var(--rr-ff-jost);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: transparent;
  border: 1px solid;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  transition: 500ms all ease;
}
.rr-btn .fake_hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn .fake_hover:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
  z-index: -1;
  border: 1px solid var(--rr-theme-secondary);
  position: absolute;
  background-color: transparent;
}
.rr-btn:before {
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  bottom: -1px;
  border-bottom: 2px solid var(--rr-theme-primary);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.2s;
}
.rr-btn:after {
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  border-top: 2px solid var(--rr-theme-primary);
  top: -1px;
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.6s;
}
.rr-btn .hover-rl {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rr-btn .hover-rl:before {
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0px;
  right: -1px;
  border-right: 2px solid var(--rr-theme-primary);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
}
.rr-btn .hover-rl:after {
  content: "";
  width: 100%;
  height: 0%;
  top: 0px;
  left: -1px;
  border-left: 2px solid var(--rr-theme-primary);
  position: absolute;
  background-color: transparent;
  transition: 200ms;
  transition-delay: 0.4s;
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two {
  display: flex;
  align-items: center;
  position: relative;
}
.rr-btn .btn-wrap .text-one:after, .rr-btn .btn-wrap .text-two:after {
  content: "";
  width: 50px;
  height: 1px;
  top: 50%;
  right: 26px;
  z-index: -1;
  position: absolute;
  background-color: var(--rr-theme-secondary);
  animation: leftRightX4 1.3S infinite alternate;
}
.rr-btn .btn-wrap .text-one img, .rr-btn .btn-wrap .text-two img {
  padding-left: 69px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-theme-secondary);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-theme-secondary);
}
.rr-btn:hover, .rr-btn:focus {
  border-color: transparent;
}
.rr-btn:hover .text-one, .rr-btn:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn:hover .text-two, .rr-btn:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-btn:hover .hover-rl:before, .rr-btn:focus .hover-rl:before {
  height: 100%;
  transition-delay: 0.6s;
}
.rr-btn:hover .hover-rl:after, .rr-btn:focus .hover-rl:after {
  height: 100%;
  transition-delay: 0.2s;
}
.rr-btn:hover:before, .rr-btn:focus:before {
  width: 100%;
  transition-delay: 0.3s;
}
.rr-btn:hover:after, .rr-btn:focus:after {
  width: 100%;
  transition-delay: 0s;
}
.rr-btn__white .fake_hover:before {
  border-color: var(--rr-common-white);
}
.rr-btn__white .btn-wrap .text-one, .rr-btn__white .btn-wrap .text-two {
  color: var(--rr-common-white);
}
.rr-btn__white .btn-wrap .text-one:after, .rr-btn__white .btn-wrap .text-two:after {
  background: var(--rr-common-white);
}
.rr-btn__white .btn-wrap .text-one img, .rr-btn__white .btn-wrap .text-two img {
  filter: brightness(0) invert(1);
}
.rr-btn__red {
  padding: 10px 18.5px;
}
.rr-btn__red:after, .rr-btn__red:before {
  border-color: var(--rr-theme-secondary);
}
.rr-btn__red .hover-rl:after, .rr-btn__red .hover-rl:before {
  border-color: var(--rr-theme-secondary);
}
.rr-btn__red .fake_hover:before {
  border-color: var(--rr-theme-primary);
}
.rr-btn__red .btn-wrap .text-one, .rr-btn__red .btn-wrap .text-two {
  color: var(--rr-theme-primary);
}
.rr-btn__red .btn-wrap .text-one:after, .rr-btn__red .btn-wrap .text-two:after {
  width: 20px;
  background: var(--rr-theme-primary);
}
.rr-btn__red .btn-wrap .text-one img, .rr-btn__red .btn-wrap .text-two img {
  padding-left: 43px;
}

.rr-btn-solid {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 13.5px 29px;
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  font-family: var(--rr-common-white);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.rr-btn-solid:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn-solid .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-solid .btn-wrap .text-one, .rr-btn-solid .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn-solid .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-solid .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn-solid-2 {
  padding: 16px 44px;
}
.rr-btn-solid:hover .text-one, .rr-btn-solid:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn-solid:hover .text-two, .rr-btn-solid:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.4 offcanvas
/*----------------------------------------*/
.offcanvas__area {
  background: var(--rr-theme-secondary) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-left: 1px solid var(--rr-border-primary);
}
.offcanvas__area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 400px;
  }
}
@media (max-width:450px) {
  .offcanvas__area {
    width: 100%;
  }
}
.offcanvas__area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas__logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas__logo a img {
    width: 130px;
  }
}
.offcanvas__content {
  padding-bottom: 45px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 35px 40px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 25px 25px;
  }
}
.offcanvas__top {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}
@media (max-width: 575px) {
  .offcanvas__top {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border-bottom: 1px solid var(--rr-border-primary);
  font-size: 16px;
  color: var(--rr-common-white);
  padding-bottom: 15px;
}
.offcanvas__search input::placeholder {
  color: var(--rr-common-white);
}
.offcanvas__search input:focus {
  border-color: var(--rr-common-white);
}
.offcanvas__search button {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 20px;
  color: var(--rr-common-white);
}
.offcanvas__search button:hover {
  color: var(--rr-theme-primary);
}
.offcanvas__title {
  color: var(--rr-common-white);
}
@media (max-width:450px) {
  .offcanvas__title {
    font-size: 20px;
  }
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__social {
  margin-bottom: 40px;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  color: var(--rr-theme-secondary);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--rr-common-white);
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas__social ul li a:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.offcanvas__social p {
  color: var(--rr-common-white);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--rr-common-white);
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--rr-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--rr-common-white);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--rr-common-white);
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--rr-theme-primary);
}
.offcanvas__notification-text p a {
  color: var(--rr-theme-primary);
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--rr-common-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}

.sidebar__toggle {
  cursor: pointer;
}

.offcanvas__contact-icon {
  margin-inline-end: 15px;
}

.offcanvas__slider-content {
  border: 1px solid var(--rr-border-primary);
  padding: 20px;
}

.offcanvas__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__navigation button svg * {
  fill: var(--rr-common-white);
}
.offcanvas__navigation button:hover svg * {
  fill: var(--rr-theme-primary);
}

.offcanvas__post-title {
  font-size: 26px;
  color: var(--rr-common-white);
}
.offcanvas__post-title a:hover {
  color: var(--rr-theme-primary);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rr-common-white);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 30px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.6 sectiontitle
/*----------------------------------------*/
.section__title-wrapper {
  position: relative;
  z-index: 55;
}
.section__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: var(--rr-common-white);
  padding: 6px 16px;
  background: var(--rr-theme-primary);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.section__subtitle-2 {
  font-size: 16px;
  padding: 6.5px 24.5px;
  line-height: 26px;
}
.section__title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.section__title span {
  position: relative;
}
.section__title span:after {
  top: 80px;
  left: 29%;
  content: "";
  width: 45px;
  height: 13px;
  position: absolute;
  background-image: url("../imgs/section-title/shape-1.png");
  animation: leftRight 1.3S infinite alternate;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title span:after {
    display: none;
  }
}
.section__title-white {
  color: var(--rr-common-white);
}
.section__title-60 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-60 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-60 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-60 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .section__title-60 {
    font-size: 32px;
    line-height: 44px;
  }
}
.section__title-line-height-50 {
  line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .section__title {
    font-size: 27px;
    line-height: 37px;
  }
}
.section__p-18 {
  font-size: 18px;
  line-height: 28px;
}

.title-animation {
  overflow: hidden;
}

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb-space {
  padding: 205px 0 212px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-space {
    padding: 160px 0 210px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-space {
    padding: 120px 0 180px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-space {
    padding: 100px 0 160px;
  }
}

.breadcrumb__area {
  position: relative;
  z-index: 3;
  margin: 0;
}
.breadcrumb__area.overly:after {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.73;
  position: absolute;
  background: #0A0A0A;
}
.breadcrumb__background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
  background-size: cover;
}
.breadcrumb .container {
  position: relative;
  z-index: 2;
}
.breadcrumb__content {
  position: relative;
  z-index: 6;
}
.breadcrumb__big-title {
  bottom: 29px;
  position: absolute;
  z-index: 2;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 700;
  font-size: 140px;
  line-height: 140px;
  display: flex;
  width: 100%;
  left: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__big-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__big-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__big-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width:450px) {
  .breadcrumb__big-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.breadcrumb__title {
  z-index: 3;
  position: relative;
  font-style: normal;
  font-family: var(--rr-ff-jost);
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width:450px) {
  .breadcrumb__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.breadcrumb__menu {
  position: relative;
  z-index: 3;
}
.breadcrumb__menu ul {
  gap: 18px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb__menu ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
.breadcrumb__menu ul li:after {
  position: absolute;
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  -o-transform: translate(0, 10%);
  transform: translate(0, 10%);
  margin-left: 6px;
  content: "/";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumb__menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.breadcrumb__menu ul li.active {
  color: var(--rr-theme-primary);
}
.breadcrumb__menu ul li.active:after {
  display: none;
}

/*----------------------------------------*/
/*  2.10 backtotop
/*----------------------------------------*/
#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--rr-color-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #scroll-percentage {
    right: 30px;
    bottom: 20px;
  }
}
#scroll-percentage.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  color: var(--rr-common-white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}
#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
/*----------------------------------------*/
/*  2.11 animation
/*----------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.animate-play {
  position: relative;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes leftRightX4 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #3b3b3b;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.downUp {
  animation: downUp 1.3S infinite alternate;
}

@keyframes downUp {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.leftRight {
  animation: leftRight 1.3S infinite alternate;
}

@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.rightLeft {
  animation: rightLeft 1.3S infinite alternate;
}

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zooming-8 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.009);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zooming-9 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.zooming-8 {
  animation: zooming-8 1.3S infinite alternate;
}

.zooming {
  animation: zooming 1.3S infinite alternate;
}

.zooming1 {
  animation: zooming 1.5S infinite alternate;
}

.zooming2 {
  animation: zooming 2.3S infinite alternate;
}

.zooming3 {
  animation: zooming 3S infinite alternate;
}

.zooming4 {
  animation: zooming 1S infinite alternate;
}

@keyframes zoominupanimation {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.8) translate(19px, 19px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.zoominupanimation {
  animation: zoominupanimation 1.3S infinite alternate;
}

@keyframes line-to-bottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(800px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-to-bottom-360 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoominupanimation1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9) translate(6px, 6px);
  }
  100% {
    transform: scale(1);
  }
}
.zoominupanimation1 {
  animation: zoominupanimation1 1.3S infinite alternate;
}

@keyframes panel {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.panel {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  left: 0;
  background: var(--rr-theme-primary);
  z-index: 10;
  opacity: 0.9;
  transition: transform 0.5s ease-in-out;
  animation: panel 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.clip-a-z {
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: clip-a-z 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*----------------------------------------*/
/*  2.12 preloader
/*----------------------------------------*/
.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #121212;
  z-index: 9999;
}

.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #121212;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--rr-theme-primary);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce.is-primary1.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-primary1);
}

.preloader-close.is-primary1 {
  background: var(--rr-theme-primary1);
}

.sk-three-bounce.is-primary2.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-primary2);
}

.preloader-close.is-primary2 {
  background: var(--rr-theme-primary2);
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  background: #000;
  opacity: 0.7;
  display: none;
}

.success-message {
  color: var(--rr-theme-secondary);
}

.error-message {
  color: red;
}

/*rr-restaurant preloader*/
@keyframes capAnimation {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.rr-restaurant svg {
  height: 20vh;
  width: 100%;
}
.rr-restaurant .loading-wrapper {
  position: absolute;
  text-align: center;
  padding-top: 50px;
  min-height: 200px;
  min-width: 250px;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.rr-restaurant .loading-wrapper .loading-text {
  text-align: center;
  margin: 20px;
  text-transform: uppercase;
}
.rr-restaurant .loading-wrapper .loading-text h2 {
  color: var(--rr-theme-primary);
}
.rr-restaurant .loading-wrapper .loading-text .letter {
  display: inline-block;
  cursor: pointer;
  text-shadow: 0px 2px 8px white;
}
.rr-restaurant .loading-wrapper svg #cap {
  transform-origin: center;
  animation: capAnimation 1s ease-in-out infinite;
  fill: var(--rr-theme-primary);
}
.rr-restaurant .loading-wrapper svg #body {
  fill: var(--rr-theme-primary);
}
.rr-restaurant .loading-wrapper svg #elem-1, .rr-restaurant .loading-wrapper svg #elem-3, .rr-restaurant .loading-wrapper svg #elem-2 {
  transition: inherit;
}
.rr-restaurant .loading-wrapper svg .smell {
  opacity: 0;
  fill: #fff;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__top {
  margin-bottom: 80px;
}
.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--rr-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rr-common-white);
}
.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.search__close-btn:hover {
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  2.13 rangeSlider
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-loan-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-loan-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-loan-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-loan-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-loan-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-loan-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-loan-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-loan-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("../imgs/ui-icons/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("../imgs/ui-icons/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.header__area {
  background-color: transparent;
}
.header__logo {
  max-width: 166px;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main {
    padding: 15px 0;
  }
}
.header__top {
  padding: 19px 0;
  border-bottom: 1px solid #201F1F;
}
.header__top-menu {
  gap: 50px;
  list-style: none;
}
.header__top-menu li {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-common-white);
  position: relative;
}
.header__top-menu li.no_bullet:after {
  display: none;
}
.header__top-menu li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #484848;
  right: -24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.header__top-menu li a {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-common-white);
}
.header__top-menu li a:hover {
  color: var(--rr-theme-primary);
}

.rr-sticky {
  position: fixed;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-top: 0;
  background-color: var(--rr-theme-secondary);
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
}

.bar-icon {
  width: 26px;
  height: 18px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--rr-theme-primary);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.header-1 {
  padding: 0;
  background-color: var(--rr-theme-secondary);
  box-shadow: none;
}
.header-1.rr-sticky {
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
}
.header-1.rr-sticky .header__top {
  top: -100%;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 1400px) {
  .header-1 .container,
  .header-1 .container-lg,
  .header-1 .container-md,
  .header-1 .container-sm,
  .header-1 .container-xl,
  .header-1 .container-xxl {
    max-width: 1790px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    display: none;
  }
}

/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.header-2 {
  top: 20px;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  position: fixed;
}
.header-2.rr-sticky {
  box-shadow: none;
  top: 0;
  background: var(--rr-theme-secondary);
}
.header-2.rr-sticky .header__top {
  top: -100%;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.header-2.rr-sticky .header__main-wrapper {
  border: none;
  box-shadow: none;
  background: inherit;
}
.header-2 .header__top {
  padding: 0;
  border: none;
}
.header-2 .header__top-menu {
  gap: 39px;
}
.header-2 .header__top-menu li:after {
  display: none;
}
.header-2 .header__top-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  gap: 7px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.header-2 .header__top-menu-2 li a {
  font-weight: var(--rr-fw-medium);
}
.header-2 .header__bottom-menu {
  gap: 24px;
}
.header-2 .header__bottom-menu li {
  list-style: none;
}
.header-2 .header__bottom-menu li:last-child a {
  margin-right: 13px;
}
.header-2 .header__bottom-menu li a {
  position: relative;
  z-index: 1;
}
.header-2 .header__bottom-menu li a span {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -13px;
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 1;
  top: -4px;
  background: var(--rr-theme-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
.header-2 .header__bottom-menu li a:hover svg path[stroke=white], .header-2 .header__bottom-menu li button:hover svg path[stroke=white] {
  stroke: var(--rr-theme-primary);
}
.header-2 .header__bottom-menu li a:hover svg path[fill=white], .header-2 .header__bottom-menu li button:hover svg path[fill=white] {
  fill: var(--rr-theme-primary);
}
.header-2 .header__main-wrapper {
  padding: 13px 20px 16px;
  background: var(--rr-theme-secondary);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.32);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .header-2 .header__main-wrapper {
    padding: 14px 15px;
  }
}
.header-2 .header__hamburger .sidebar__toggle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-2 .header__hamburger .bar-icon {
  width: 25px;
  height: 9px;
}
.header-2 .header__hamburger .bar-icon span {
  background-color: #D9D9D9;
  height: 1px;
}
.header-2 .header__main {
  margin: 14px 0 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--rr-theme-primary);
  padding: 15px 20px 11px 30px;
}
@media (max-width: 575px) {
  .header-2 .header__main {
    margin: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 .header__main {
    padding: 15px 15px;
  }
}
@media (max-width: 1399px) {
  .header-2 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    display: none;
  }
}
.header-2 .header__left {
  gap: 18px;
}
.header-2 .header__lang__select .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding: 0;
  border: none;
  height: inherit;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-common-white);
  background-color: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.header-2 .header__lang__select .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
}
.header-2 .header__lang__select .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.header-2 .header__lang__select .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
}
.header-2 .header__lang__select .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
}
.header-2 .header__lang__select .nice-select::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.header-2 .header__lang__select .nice-select:hover {
  border-color: #dbdbdb;
}
.header-2 .header__lang__select .nice-select:active, .header-2 .header__lang__select .nice-select.open, .header-2 .header__lang__select .nice-select:focus {
  border-color: #999;
}
.header-2 .header__lang__select .nice-select::after {
  display: none;
}
.header-2 .header__lang__select .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.header-2 .header__lang__select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.header-2 .header__lang__select .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.header-2 .header__lang__select .nice-select.disabled::after {
  border-color: #cccccc;
}
.header-2 .header__lang__select .nice-select.wide {
  width: 100%;
}
.header-2 .header__lang__select .nice-select.wide .list {
  left: 0;
  right: 0;
}
.header-2 .header__lang__select .nice-select.right {
  float: right;
}
.header-2 .header__lang__select .nice-select.right .list {
  left: auto;
  right: 0;
}
.header-2 .header__lang__select .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.header-2 .header__lang__select .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.header-2 .header__lang__select .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.header-2 .header__lang__select .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  min-width: 94px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.header-2 .header__lang__select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: inherit;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: var(--rr-heading-primary);
  transition: all 0.2s;
}
.header-2 .header__lang__select .nice-select .option:hover {
  background-color: #f6f7f9;
}
.header-2 .header__lang__select .nice-select .option.selected {
  font-weight: bold;
}
.header-2 .header__lang__select .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.header-2 .header__lang__select .no-csspointerevents .nice-select .list {
  display: none;
}
.header-2 .header__lang__select .no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.header-3 {
  padding: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  box-shadow: none;
  position: fixed;
}
.header-3.rr-sticky {
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
  background-color: var(--rr-theme-secondary);
}
.header-3.rr-sticky .header__top {
  top: -100%;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 1400px) {
  .header-3 .container,
  .header-3 .container-lg,
  .header-3 .container-md,
  .header-3 .container-sm,
  .header-3 .container-xl,
  .header-3 .container-xxl {
    max-width: 1710px;
  }
}
.header-3 .mean__menu-wrapper {
  margin-left: -72px;
}
@media (max-width: 1399px) {
  .header-3 .mean__menu-wrapper {
    margin-left: inherit;
  }
}
.header-3 .home__menu-item .rr-btn-3__header-white {
  padding: 13.5px 28.5px;
}
.header-3 .header__hamburger .bar-icon {
  gap: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 11px;
  background-color: var(--rr-theme-primary);
}
.header-3 .header__hamburger .bar-icon span {
  background-color: var(--rr-common-white);
}
.header-3 .header__btn-wrap {
  gap: 17px;
}
@media (max-width: 1399px) {
  .header-3 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    display: none;
  }
}
.header-3 .header__top {
  padding: 11px 0;
  border-bottom: none;
  background-color: var(--rr-theme-primary);
}
.header-3 .header__top-menu li:after {
  background: var(--rr-common-white);
}
.header-3 .header__top-menu li a:hover {
  color: var(--rr-theme-secondary);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  9.1 banner Style 1
/*----------------------------------------*/
.banner__slider .swiper-slide-active .banner__item-bg {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.banner__slider .swiper-slide-active .banner__item-content h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.banner__slider .swiper-slide-active .banner__item-content h1 span.bar span:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.banner__slider .swiper-slide-active .banner__item-content h1 span.bar span:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.banner__item {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 213px;
  padding-bottom: 233px;
  background: var(--rr-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__item {
    padding-top: 200px;
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__item {
    padding-top: 170px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__item {
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .banner__item {
    padding-top: 130px;
    padding-bottom: 160px;
  }
}
.banner__item-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  content: "";
  position: absolute;
  transition: all 6s ease;
}
.banner__item:before {
  content: "";
  width: calc(100% - 160px);
  height: calc(100% - 158px);
  z-index: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  mix-blend-mode: normal;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__item:before {
    display: none;
  }
}
.banner__item-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(10, 5, 4, 0.67);
}
.banner__item-content {
  position: relative;
  z-index: 1;
}
.banner__item-content h1 {
  transition: all 0.7s ease-in-out;
  color: var(--rr-common-white);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  font-family: var(--rr-ff-jost);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 116px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__item-content h1 {
    font-size: 60px;
    line-height: 96px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__item-content h1 {
    font-size: 50px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .banner__item-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
.banner__item-content h1 span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 65px;
  font-style: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__item-content h1 span {
    font-size: 38px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__item-content h1 span {
    font-size: 33px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .banner__item-content h1 span {
    font-size: 28px;
    line-height: 38px;
  }
}
.banner__item-content h1 span.bar span {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.banner__item-content h1 span.bar span:after, .banner__item-content h1 span.bar span:before {
  z-index: -1;
  width: 140px;
  content: "";
  top: 50%;
  height: 1px;
  position: absolute;
  background: var(--rr-common-white);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 1s ease;
  transition-delay: 1s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__item-content h1 span.bar span:after, .banner__item-content h1 span.bar span:before {
    width: 80px;
  }
}
.banner__item-content h1 span.bar span:before {
  left: -92px;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__item-content h1 span.bar span:before {
    left: -65px;
  }
}
.banner__item-content h1 span.bar span:after {
  right: -232px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__item-content h1 span.bar span:after {
    right: -145px;
  }
}
.banner__item-content-link {
  gap: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__item-content-link {
    gap: 30px;
  }
}
.banner__item-content-link a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: var(--rr-ff-jost);
  color: var(--rr-common-white);
  display: block;
  border-bottom: 2px solid transparent;
}
.banner__item-content-link a:hover {
  border-color: var(--rr-common-white);
}
.banner__thumbnail {
  left: 50%;
  width: 189px;
  bottom: 50px;
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.banner__thumbnail .swiper-slide {
  width: 55px;
}
.banner__thumbnail .swiper-slide.swiper-slide-active .banner__thumbnail-item {
  border: 2px solid var(--rr-common-white);
}
.banner__thumbnail-item {
  width: 55px;
  height: 55px;
  overflow: hidden;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  border: 1px solid var(--rr-common-black);
}
.banner__thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  9.2 banner Style 1
/*----------------------------------------*/
.banner-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-2__space {
  padding: 462px 0 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-2__space {
    padding: 400px 0 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2__space {
    padding: 340px 0 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-2__space {
    padding: 300px 0 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-2__space {
    padding: 280px 0 110px;
  }
}
@media (max-width:450px) {
  .banner-2__space {
    padding: 240px 0 100px;
  }
}
.banner-2__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
.banner-2__title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 85px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-2__title {
    font-size: 75px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-2__title {
    font-size: 70px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-2__title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .banner-2__title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width:450px) {
  .banner-2__title {
    font-size: 50px;
    line-height: 55px;
  }
}
.banner-2__title span {
  font-weight: 200;
}

/*----------------------------------------*/
/*  9.3 banner Style 1
/*----------------------------------------*/
.banner-3 .container {
  position: relative;
}
.banner-3__shape {
  top: 103px;
  left: -615px;
  position: absolute;
}
.banner-3-main__space {
  padding-top: 320px;
  padding-bottom: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3-main__space {
    padding-top: 260px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3-main__space {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3-main__space {
    padding-top: 240px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .banner-3-main__space {
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
.banner-3__title {
  font-size: 60px;
  line-height: 70px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .banner-3__title {
    font-size: 35px;
    line-height: 45px;
  }
}
.banner-3__subtitle {
  display: block;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-3__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
.banner-3__content {
  max-width: 714px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3__content {
    max-width: 432px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3__content {
    max-width: 100%;
  }
}
.banner-3__content .rr-btn.rr-btn__white {
  padding: 15px 37px;
  position: relative;
  z-index: 1;
}
.banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-one:after, .banner-3__content .rr-btn.rr-btn__white .btn-wrap .text-two:after {
  display: none;
}
.banner-3__media {
  right: -320px;
  top: -275px;
  overflow: hidden;
  position: absolute;
  width: 806px;
  height: 712px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3__media {
    width: 770px;
    height: 620px;
    top: -267px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3__media {
    width: 600px;
    height: 620px;
    top: -267px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3__media {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 100%;
    margin-top: 60px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-3__media {
    height: 350px;
  }
}
.banner-3__media::before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 30px;
  left: 30px;
  position: absolute;
  mix-blend-mode: overlay;
  border: 1px solid var(--rr-common-white);
}
.banner-3__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-3__book-a-table__select .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 22px;
  padding-bottom: 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 55px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-3__book-a-table__select .nice-select {
    margin-bottom: 20px;
  }
}
.banner-3__book-a-table__select .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
}
.banner-3__book-a-table__select .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.banner-3__book-a-table__select .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
}
.banner-3__book-a-table__select .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
}
.banner-3__book-a-table__select .nice-select::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.banner-3__book-a-table__select .nice-select:hover {
  border-color: rgba(255, 255, 255, 0.12);
}
.banner-3__book-a-table__select .nice-select:active, .banner-3__book-a-table__select .nice-select.open, .banner-3__book-a-table__select .nice-select:focus {
  border-color: rgba(255, 255, 255, 0.12);
}
.banner-3__book-a-table__select .nice-select::after {
  position: absolute;
  content: "\f107";
  top: calc(50% - 1px);
  right: 20px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-white);
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.banner-3__book-a-table__select .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.banner-3__book-a-table__select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.banner-3__book-a-table__select .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.banner-3__book-a-table__select .nice-select.disabled::after {
  border-color: #cccccc;
}
.banner-3__book-a-table__select .nice-select.wide {
  width: 100%;
}
.banner-3__book-a-table__select .nice-select.wide .list {
  left: 0;
  right: 0;
}
.banner-3__book-a-table__select .nice-select.right {
  float: right;
}
.banner-3__book-a-table__select .nice-select.right .list {
  left: auto;
  right: 0;
}
.banner-3__book-a-table__select .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.banner-3__book-a-table__select .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.banner-3__book-a-table__select .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.banner-3__book-a-table__select .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.banner-3__book-a-table__select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: var(--rr-heading-primary);
  transition: all 0.2s;
}
.banner-3__book-a-table__select .nice-select .option:hover {
  background-color: #f6f7f9;
}
.banner-3__book-a-table__select .nice-select .option.selected {
  font-weight: bold;
}
.banner-3__book-a-table__select .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.banner-3__book-a-table__select .no-csspointerevents .nice-select .list {
  display: none;
}
.banner-3__book-a-table__select .no-csspointerevents .nice-select.open .list {
  display: block;
}
.banner-3__book-a-table {
  margin-top: -100px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-3__book-a-table {
    margin-top: inherit;
  }
}
.banner-3__book-a-table-title {
  color: var(--rr-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.banner-3__book-a-table label {
  font-size: 14px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-3__book-a-table__input {
    margin-bottom: 20px;
  }
}
.banner-3__book-a-table__input .input-wrapper {
  position: relative;
}
.banner-3__book-a-table__input .input-wrapper input {
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 23px;
  width: 100%;
  height: 55px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-common-white);
  background-color: transparent;
}
.banner-3__book-a-table__input .input-wrapper input:focus, .banner-3__book-a-table__input .input-wrapper input:focus-visible {
  outline: none;
}
.banner-3__book-a-table__input .input-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.banner-3__book-a-table__input .input-wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.banner-3__book-a-table__input .input-wrapper input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.banner-3__book-a-table__input .input-wrapper input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.banner-3__book-a-table__input .input-wrapper input::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.banner-3__book-a-table__input .input-wrapper i {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-white);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.banner-3__book-a-table__input input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
.banner-3__book-a-table__input.time input {
  padding-right: 20px;
}
.banner-3__book-a-table__input.time i {
  display: none;
}
.banner-3__book-a-table .rr-btn-solid {
  width: 100%;
  margin-top: auto;
  padding: 16.01px 29px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3__book-a-table .rr-btn-solid {
    margin-top: 10px;
  }
}

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/
.cta__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 90px 151px;
  box-shadow: 20px 20px 0px rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__wrapper {
    padding: 80px 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__wrapper {
    padding: 80px 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .cta__wrapper {
    padding: 40px 20px;
  }
}
.cta__content {
  max-width: 362px;
}
.cta__content h2 {
  font-size: 40px;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__content h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .cta__content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .cta__content h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
.cta__content .rr-btn.rr-btn__theme-1 {
  border-color: var(--rr-common-white);
}
.cta__content .rr-btn.rr-btn__theme-1:after {
  background-color: var(--rr-heading-primary);
}
.cta__content .rr-btn.rr-btn__theme-1:hover {
  border-color: var(--rr-heading-primary);
}
.cta__content .rr-btn.rr-btn__theme-1:before {
  background-color: var(--rr-common-white);
}
.cta__media {
  top: -144px;
  position: absolute;
  right: -279px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__media {
    right: -356px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__media {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.cta__media img {
  mask-image: url(../../assets/imgs/cta/cta_shape.svg);
  mask-mode: alpha;
  mask-size: 670px;
  mask-repeat: no-repeat;
  mask-position: 233px 168px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__media img {
    mask-size: 455px;
    mask-position: 363px 209px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__media img {
    mask-image: none;
  }
}

.cta__footer-up {
  margin-bottom: -215px;
}

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/
.cta-2 {
  object-fit: cover;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-2::before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.58);
}
.cta-2__content {
  z-index: 2;
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 61px 0;
  column-gap: 10px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.cta-2__content-text span {
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
}
.cta-2__content-text h3 {
  font-size: 40px;
  line-height: 52px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-2__content-text h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .cta-2__content-text h3 {
    font-size: 27px;
    line-height: 37px;
  }
}
.cta-2__content .btn-book {
  font-size: 16px;
  padding: 12.5px 39.5px;
  text-transform: uppercase;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
  border: 2px solid var(--rr-common-white);
}
.cta-2__content .btn-book:hover {
  background: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  4.2 Menu
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 28px;
  /* submenu css start */
  /* mega menu start */
}
.main-menu ul li:last-child {
  margin-inline-end: 0;
}
.main-menu ul li.active > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li > a {
  padding: 36.5px 0;
  font-style: normal;
  display: inline-block;
  color: var(--rr-menu-primary);
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  font-family: var(--rr-ff-fontawesome);
  font-weight: 400;
  margin-inline-start: 5px;
  display: inline-block;
}
.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li.megamenu-wrapper {
  position: static;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  inset-inline-start: 0;
  min-width: 280px;
  background: #0d0d0d;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 35px 0 6px;
  color: var(--rr-common-white);
  border: 1px solid var(--rr-theme-primary);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--rr-common-white);
  font-size: 15px;
  padding: 0 25px;
  padding-inline-start: 30px;
  padding-bottom: 9px;
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--rr-theme-primary);
}
.main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li.active > a {
  padding-inline-start: 43px;
  color: var(--rr-theme-primary);
}
.main-menu ul li .submenu li.active > a::before {
  width: 12px;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--rr-theme-primary);
  padding-inline-start: 43px;
}
.main-menu ul li .submenu li:hover > a::before {
  width: 12px;
}
.main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 42.5%;
  padding: 30px 35px 30px;
  background: #0d0d0d;
  visibility: hidden;
  opacity: 0;
  border: 1px solid var(--rr-theme-primary);
  z-index: 99;
  width: 100%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  clip: rect(0px, 200vw, 0, 0px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 25px 25px;
  }
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
  padding: 30px 35px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
  padding: 30px 35px 30px;
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  width: 950px;
  margin: 0 auto;
  justify-content: space-around;
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 li {
  margin-inline-end: 0;
}
.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 500;
  color: var(--rr-text-body);
  cursor: text;
  padding: 0;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--rr-theme-primary);
  padding-bottom: 5px;
}
.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}
.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 9px;
}
.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .mega-menu li ul li a {
  font-size: 16px;
  color: var(--rr-text-body);
  padding: 0;
  position: relative;
}
.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--rr-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--rr-theme-primary);
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary);
  padding-inline-start: 0;
}
.main-menu ul li .mega-menu li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li:hover > a::after {
  color: var(--rr-theme-primary);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}
.main-menu-2 ul li > a {
  padding: 0;
}
.main-menu-2 ul li:hover > .submenu {
  top: calc(100% + 17px);
}
.main-menu-3 ul li > a {
  padding: 55.5px 0;
}
.main-menu-4 ul li.active > a {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li > a {
  padding: 45px 0;
  color: var(--rr-common-white);
}
.main-menu-4 ul li > a::before {
  background: var(--rr-common-white);
}
.main-menu-4 ul li .submenu {
  border-color: var(--rr-theme-primary);
}
.main-menu-4 ul li .submenu li a:hover {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li .submenu li a:hover::before {
  background: var(--rr-theme-primary);
}
.main-menu-4 ul li .submenu li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li .submenu li:hover > a::before {
  background-color: var(--rr-theme-primary);
}
.main-menu-4 ul li .submenu li.has-dropdown:hover > a::after {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li .mega-menu {
  border-color: var(--rr-theme-primary);
}
.main-menu-4 ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li .mega-menu li ul li:hover > a::before {
  background: var(--rr-theme-primary);
}
.main-menu-4 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu-4 ul li:hover > a::after {
  color: var(--rr-theme-primary);
}

.home__menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home__menu-item {
    margin-bottom: 25px;
  }
}
.home__menu-item:hover .home__menu-buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home__menu-item:hover .home__menu-thumb::before {
  opacity: 1;
}

.home__menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__menu-grid {
    padding: 10px 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.home__menu-thumb {
  height: 340px;
  position: relative;
  padding: 20px 20px 20px;
  border: 1px solid var(--rr-theme-primary);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.home__menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(13, 13, 13, 0.7);
  opacity: 0;
  transition: 0.3s;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__menu-thumb::before {
    opacity: 1;
  }
}
.home__menu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home__menu-buttons {
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__menu-buttons {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu {
  width: inherit;
}
.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu span {
  padding: 0;
}
.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu .text-two:after, .home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu .text-one:after {
  display: none;
}
.home__menu-buttons .rr-btn__header.rr-btn__header-mega-menu img {
  margin-left: 10px;
  max-width: 19px;
  width: auto;
  height: auto;
  object-fit: inherit;
}
.home__menu-buttons .rr-btn-3__header.rr-btn-3__header-mega-menu {
  width: inherit;
}
.home__menu-buttons .rr-btn-3__header.rr-btn-3__header-mega-menu span {
  padding: 0;
}

.home__menu-title {
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  4.1 Meanmenu
/*----------------------------------------*/
.mean-container {
  margin-bottom: 35px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: transparent;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rr-common-white);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  border: none !important;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: var(--rr-common-white);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover {
  color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
  color: var(--rr-common-white);
}
.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.079) !important;
  height: 30px;
  width: 30px;
  color: var(--rr-common-white);
  line-height: 30px;
  font-weight: 400;
  border-radius: 3px;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
  color: var(--rr-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
  color: var(--rr-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 10px 7%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 80%;
  padding: 10px 12%;
}
.mean-container .mean-nav ul li li li li a {
  width: 70%;
  padding: 10px 17%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog__item {
  background: var(--rr-common-white);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
.blog__item-media {
  position: relative;
  overflow: hidden;
}
.blog__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item-date {
  bottom: 0;
  font-size: 30px;
  line-height: auto;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 18px;
  position: absolute;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-medium);
  background-color: var(--rr-theme-primary);
}
.blog__item-date::before {
  bottom: 0;
  width: 100%;
  content: "";
  left: calc(100% - 1px);
  height: 100%;
  position: absolute;
  background-color: var(--rr-theme-primary);
  clip-path: polygon(0 0, 0 0, 25% 100%, 0% 100%);
}
.blog__item-date span {
  font-size: 16px;
}
.blog__item-meta-tags {
  gap: 10px;
}
.blog__item-meta-tags a {
  font-size: 12px;
  padding: 5.5px 14.5px;
  line-height: normal;
  background: #F2EDEA;
  text-transform: uppercase;
  font-weight: var(--rr-fw-sbold);
}
.blog__item-meta-tags a:hover, .blog__item-meta-tags a:focus {
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
}
.blog__item-content {
  padding: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__item-content {
    padding: 20px;
  }
}
.blog__item-content__top {
  padding-bottom: 24px;
  border-bottom: 1px solid #F2EEED;
}
.blog__item-content__top h6 {
  text-transform: uppercase;
  font-weight: var(--rr-fw-sbold);
}
.blog__item-content__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  gap: 10px;
}
.blog__item-content__bottom-text a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__item-content__bottom-readmore:hover svg path[stroke="#74787C"], .blog__item-content__bottom-readmore:focus svg path[stroke="#74787C"] {
  stroke: var(--rr-theme-primary);
}
.blog__item:hover .blog__item-media img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  5.2 sidebar
/*----------------------------------------*/
.sidebar-rr-sticky {
  position: sticky;
  top: 120px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-rr-sticky {
    margin-top: 50px;
  }
}

.sidebar__widget:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar__widget {
  padding: 40px;
}
@media (max-width: 575px) {
  .sidebar__widget {
    padding: 35px;
  }
}
.sidebar__widget-title {
  margin-bottom: 20px;
  display: block;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
}
.sidebar__widget-search .search__bar {
  position: relative;
  height: 55px;
}
.sidebar__widget-search .search__bar input {
  box-shadow: none;
  border: none;
  background: var(--rr-common-white);
  padding: 16px 25px;
  padding-right: 50px;
}
.sidebar__widget-search .search__bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.sidebar__widget-search .search__bar input::-moz-placeholder { /* Firefox 19+ */
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.sidebar__widget-search .search__bar input:-moz-placeholder { /* Firefox 4-18 */
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.sidebar__widget-search .search__bar input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.sidebar__widget-search .search__bar input::placeholder { /* MODERN BROWSER */
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.sidebar__widget-search .search__bar button {
  right: 0;
  padding: 0;
  width: 55px;
  height: 100%;
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
}
.sidebar__widget-search .search__bar button:hover {
  background: var(--rr-theme-secondary);
}
.sidebar__widget-category a {
  display: flex;
  gap: 30px;
  position: relative;
  margin-bottom: 10px;
  background: var(--rr-common-white);
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  align-items: center;
  text-transform: capitalize;
  justify-content: space-between;
  padding: 13.5px 18px 13.5px 20px;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.sidebar__widget-category a:last-child {
  margin-bottom: 0;
}
.sidebar__widget-category a i {
  color: var(--rr-theme-primary);
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
}
.sidebar__widget-category a i:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 49px;
  background: #EAEAEA;
}
.sidebar__widget-category a:hover {
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
}
.sidebar__widget-category a:hover i {
  color: var(--rr-common-white);
}
.sidebar__widget-post {
  gap: 18px;
  display: flex;
  align-items: center;
}
.sidebar__widget-post:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__widget-post__thum {
  width: 77px;
  height: 77px;
  overflow: hidden;
  min-width: 77px;
  display: block;
}
.sidebar__widget-post__thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar__widget-post__thum img:hover {
  transform: scale(1.2);
}
.sidebar__widget-post__content-meta li {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  align-items: center;
  color: var(--rr-text-body);
}
.sidebar__widget-post__content-meta li a {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
  align-items: center;
  color: var(--rr-text-body);
}
.sidebar__widget-post__content-meta li i {
  font-size: 14px;
  color: var(--rr-text-body);
}
.sidebar__widget-post__content-meta li a:hover {
  color: var(--rr-theme-primary);
}
.sidebar__widget-post__content-meta li a:hover i {
  color: var(--rr-theme-primary);
}
.sidebar__widget-post__content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--rr-ff-jost);
  color: var(--rr-theme-secondary);
}
@media (max-width: 575px) {
  .sidebar__widget-post__content-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.sidebar__widget-post__content-title:hover {
  color: var(--rr-theme-primary);
}
.sidebar__widget-tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__widget-tags .tags a {
  overflow: hidden;
  padding: 9px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
  background: var(--rr-common-white);
}
.sidebar__widget-tags .tags a:hover {
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
}
.sidebar__widget-gallery .gallery-photo {
  display: grid;
  flex-wrap: wrap;
  gap: 10px;
  grid-template-columns: auto auto auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget-gallery .gallery-photo {
    grid-template-columns: auto auto auto auto auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__widget-gallery .gallery-photo {
    grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 575px) {
  .sidebar__widget-gallery .gallery-photo {
    grid-template-columns: auto auto;
  }
}
.sidebar__widget-gallery .gallery-photo a {
  overflow: hidden;
}
.sidebar__widget-gallery .gallery-photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar__widget-gallery .gallery-photo a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*----------------------------------------*/
/*  5.3 blog-details
/*----------------------------------------*/
.blog__details-content h1, .blog__details-content h2, .blog__details-content h3, .blog__details-content h4, .blog__details-content h5, .blog__details-content h6 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
  font-weight: var(--rr-fw-bold);
}
.blog__details-content p, .blog__details-content img {
  margin-bottom: 30px;
}
.blog__details-content img + img {
  margin-left: 4px;
}
.blog__details-content ul:not(.blog__details-meta) {
  padding-left: 21px;
  margin-bottom: 25px;
}
.blog__details-content ul:not(.blog__details-meta) li {
  margin-bottom: 10px;
  color: var(--rr-text-body);
}
.blog__details-content ul:not(.blog__details-meta) li i {
  font-size: 16px;
  margin-right: 15px;
  font-weight: var(--rr-fw-black);
  color: var(--rr-theme-primary);
}
.blog__details-content blockquote {
  margin-top: 40px;
  padding: 60px;
  position: relative;
  margin-bottom: 40px;
  background: #F6F6F6;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__details-content blockquote {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .blog__details-content blockquote {
    padding: 20px 25px;
  }
}
.blog__details-content blockquote h1, .blog__details-content blockquote h2, .blog__details-content blockquote h3, .blog__details-content blockquote h4, .blog__details-content blockquote h5, .blog__details-content blockquote h6 {
  margin-bottom: 3px;
  text-transform: capitalize;
}
.blog__details-content blockquote h5 {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 26px;
  color: var(--rr-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__details-content blockquote h5 {
    font-size: 16px;
  }
}
.blog__details-content blockquote p {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 32px;
  color: var(--rr-theme-secondary);
}
.blog__details-content blockquote span:not(.icon) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-text-body);
}
.blog__details-content blockquote span.icon {
  margin-bottom: 30px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  background: var(--rr-theme-primary);
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__details-content blockquote span.icon img {
  margin: 0;
}
.blog__details-meta {
  gap: 2px 32px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.blog__details-meta li {
  display: flex;
  align-items: center;
}
.blog__details-meta li a {
  display: flex;
  align-items: center;
}
.blog__details-meta li i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--rr-theme-primary);
}
.blog__details-meta li:hover a {
  color: var(--rr-theme-primary);
}
.blog__details-thumb {
  overflow: hidden;
}
.blog__details-thumb img {
  margin-bottom: 0;
}
.blog__details-bottom {
  gap: 10px;
}
.blog__details-bottom .share-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog__details-bottom .share-social-media_wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.blog__details-bottom .share-social-media_wrapper span {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-theme-secondary);
}
.blog__details-bottom-tags {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.blog__details-bottom-tags_wapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.blog__details-bottom-tags_wapper span {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-theme-secondary);
}
.blog__details-bottom-tags a:after {
  content: ",";
}
.blog__details-bottom-tags a:last-child:after {
  content: inherit;
}
.blog__details-pagination {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__details-pagination {
    gap: 24px;
  }
}
.blog__details-pagination .dot img {
  margin: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__details-pagination .dot {
    display: none;
  }
}
.blog__details-pagination-prev, .blog__details-pagination-next {
  gap: 20px;
}
.blog__details-pagination-prev .thumb, .blog__details-pagination-next .thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  min-width: 80px;
  min-height: 80px;
}
.blog__details-pagination-prev .thumb img, .blog__details-pagination-next .thumb img {
  margin-bottom: 0;
}
.blog__details-pagination-prev .text .title, .blog__details-pagination-next .text .title {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-theme-secondary);
}
.blog__details-pagination-prev:hover .title, .blog__details-pagination-next:hover .title {
  color: var(--rr-theme-primary);
}

.author-widget {
  padding: 30px;
  gap: 30px;
}
.author-widget-media {
  width: 189px;
  height: 189px;
  min-width: 189px;
}
.author-widget-media img {
  object-fit: cover;
}
.author-widget-text__title {
  font-weight: 600;
  margin-bottom: 1px;
}
.author-widget-text span {
  color: var(--rr-theme-primary);
}
.author-widget-text p {
  margin-top: 10px;
}

.comment-item {
  gap: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
}
@media (max-width: 575px) {
  .comment-item {
    gap: 20px;
  }
}
@media (max-width:450px) {
  .comment-item {
    gap: 13px;
  }
}
.comment-item__reply {
  padding-left: 135px;
}
@media (max-width: 575px) {
  .comment-item__reply {
    padding-left: 50px;
  }
}
@media (max-width:450px) {
  .comment-item__reply {
    padding-left: 20px;
  }
}
.comment-item__media {
  min-width: 110px;
  min-height: 110px;
  width: 110px;
  overflow: hidden;
  height: 110px;
}
@media (max-width:450px) {
  .comment-item__media {
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
  }
}
.comment-item__header {
  gap: 15px;
  margin-bottom: 12px;
}
@media (max-width:450px) {
  .comment-item__header {
    gap: 10px;
  }
}
.comment-item__content .name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--rr-theme-secondary);
}
@media (max-width:450px) {
  .comment-item__content .name {
    font-size: 18px;
  }
}
.comment-item__content .date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}
.comment-item__content button {
  font-style: normal;
  font-weight: 500;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--rr-theme-primary);
}

.live-comment-widget {
  padding: 33px 40px 40px;
}
@media (max-width: 575px) {
  .live-comment-widget {
    padding: 25px 20px 30px;
  }
}
.live-comment-widget .contact-us-message__form-input input, .live-comment-widget .contact-us-message__form-input textarea {
  border: none;
}
.live-comment-widget .contact-us-message__form-input textarea {
  min-height: 150px;
}
.live-comment-widget .rr-btn-solid {
  font-size: 14px;
}

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog-2__item {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-2__item:nth-child(4n+4) {
    order: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-2__item:nth-child(4n+3) {
    order: 4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-2__item:nth-child(4n+1) .blog-2__item-media {
    margin-top: 0;
  }
  .blog-2__item:nth-child(4n+1) .blog-2__item-date {
    top: 0;
  }
}
.blog-2__item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 366px 366px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-2__item-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.blog-2__item-media {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-2__item-media {
    margin-top: 40px;
  }
}
.blog-2__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-2__item-date {
  top: 40px;
  left: 40px;
  z-index: 2;
  display: flex;
  padding: 12.5px 18.5px;
  flex-direction: column;
  position: absolute;
  background: var(--rr-theme-primary);
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .blog-2__item-date {
    left: 20px;
    font-size: 23px;
    line-height: 33px;
    padding: 9.5px 14.5px;
  }
}
.blog-2__item-date span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-top: -5px;
  line-height: 20px;
}
@media (max-width: 575px) {
  .blog-2__item-date span {
    font-size: 12px;
  }
}
.blog-2__item-text {
  padding: 60px;
  display: flex;
  align-items: start;
  padding-right: 52px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-2__item-text {
    padding: 30px 39px;
  }
}
@media (max-width: 575px) {
  .blog-2__item-text {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .blog-2__item-text h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width:450px) {
  .blog-2__item-text h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-2__item-author {
  list-style: none;
  display: flex;
  gap: 35px;
}
@media (max-width: 575px) {
  .blog-2__item-author {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.blog-2__item-author li {
  display: flex;
  gap: 9px;
  align-items: center;
}
.blog-2__item-author li span {
  font-family: var(--rr-theme-secondary);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
}
.blog-2__item-author li:first-child img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.blog-2__item-author li:first-child span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.blog-2__item .rr-btn.rr-btn__red {
  padding: 11.5px 23px;
  min-height: 48px;
}
.blog-2__item .rr-btn.rr-btn__red .btn-wrap .text-one img, .blog-2__item .rr-btn.rr-btn__red .btn-wrap .text-two img {
  padding-left: 72px;
}
.blog-2__item .rr-btn.rr-btn__red .btn-wrap .text-one:after, .blog-2__item .rr-btn.rr-btn__red .btn-wrap .text-one:after, .blog-2__item .rr-btn.rr-btn__red .btn-wrap .text-two:after, .blog-2__item .rr-btn.rr-btn__red .btn-wrap .text-two:after {
  width: 49px;
}

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog-3__item {
  width: 100%;
  height: calc(100% - 24px);
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-3__item-col:nth-child(3n+2) {
    order: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-3__item-col:nth-child(3n+1) {
    order: 2;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-3__item-col:nth-child(3n+3) {
    order: 3;
  }
}
.blog-3__item-media {
  display: block;
}
.blog-3__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-3__item__content {
  padding: 14px 30px 23px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-3__item__content {
    padding: 25px 18px;
  }
}
.blog-3__item__content p {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.01em;
}
.blog-3__item-meta {
  gap: 26px;
  display: flex;
  list-style: none;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #E1E5EB;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-3__item-meta {
    gap: 15px;
  }
}
.blog-3__item-meta li {
  gap: 10px;
  display: flex;
  align-items: center;
  color: var(--rr-heading-primary);
  line-height: normal;
}
.blog-3__item-meta li a {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-3__item-meta li a i {
  font-size: 16px;
}
.blog-3__item h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: var(--rr-fw-sbold);
}
@media (max-width: 575px) {
  .blog-3__item h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog-3__item .read-more {
  gap: 5px;
  display: flex;
  font-size: 14px;
  align-items: center;
  font-weight: var(--rr-fw-sbold);
  text-transform: uppercase;
  color: var(--rr-theme-primary);
  margin-top: auto;
}
.blog-3__item .read-more i {
  font-weight: var(--rr-medium);
}
.blog-3__item .read-more:hover {
  color: var(--rr-theme-secondary);
}

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog-4__left {
  padding-right: 14px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-4__left {
    padding-right: 0;
  }
}
.blog-4__right {
  padding-left: 24px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-4__right {
    padding-left: 0;
  }
}
.blog-4__pagination {
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-4__pagination a {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-theme-secondary);
  background: #F6F6F6;
}
.blog-4__pagination a.active {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.blog-4__item__thumb-slider {
  position: relative;
  height: 450px;
}
@media (max-width: 575px) {
  .blog-4__item__thumb-slider {
    height: 300px;
  }
}
.blog-4__item__thumb-slider__item {
  width: 100%;
  height: 100%;
}
.blog-4__item__thumb-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-4__item__thumb-slider__arrow {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  left: 0;
  padding: 20px;
  width: 100%;
}
.blog-4__item__thumb-slider__arrow-prev, .blog-4__item__thumb-slider__arrow-next {
  display: flex;
  width: 55px;
  height: 55px;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  background: var(--rr-common-white);
  color: var(--rr-theme-primary);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 575px) {
  .blog-4__item__thumb-slider__arrow-prev, .blog-4__item__thumb-slider__arrow-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.blog-4__item__thumb-slider__arrow-prev:hover, .blog-4__item__thumb-slider__arrow-prev:focus, .blog-4__item__thumb-slider__arrow-next:hover, .blog-4__item__thumb-slider__arrow-next:focus {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.blog-4__item-popup-video {
  position: absolute;
  z-index: 1;
  color: var(--rr-theme-primary);
  font-size: 40px;
  display: flex;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  align-items: center;
  text-indent: 7px;
  justify-content: center;
  background: var(--rr-common-white);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .blog-4__item-popup-video {
    width: 80px;
    text-indent: 4px;
    font-size: 25px;
    height: 80px;
  }
}
.blog-4__item-content {
  padding: 33px 40px 27px;
}
@media (max-width: 575px) {
  .blog-4__item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .blog-4__item-content-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-4__item-content .readmore {
  gap: 10px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--rr-theme-primary);
}
.blog-4__item-content .readmore:hover {
  color: var(--rr-theme-secondary);
}
.blog-4__item-content-p {
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDEE1;
}
.blog-4__item-thumb {
  position: relative;
}
.blog-4__item-thumb-img {
  display: block;
  height: 450px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blog-4__item-thumb-img {
    height: 300px;
  }
}
.blog-4__item-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-4__item-meta {
  gap: 2px 32px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.blog-4__item-meta li {
  display: flex;
  align-items: center;
}
.blog-4__item-meta li a {
  display: flex;
  align-items: center;
}
.blog-4__item-meta li i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--rr-theme-primary);
}
.blog-4__item-meta li:hover a {
  color: var(--rr-theme-primary);
}
.blog-4__item-tag {
  top: 0;
  left: 0;
  padding: 40px;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: absolute;
}
.blog-4__item-tag li a {
  padding: 5px 17px;
  align-items: center;
  justify-content: center;
  background: var(--rr-theme-primary);
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  text-transform: uppercase;
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  6.1 footer
/*----------------------------------------*/
.footer__area-common {
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .footer__area-common .col-6 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}
.footer__area-common .container {
  position: relative;
  z-index: 1;
}
.footer__area-common .container .bg-shape {
  position: absolute;
  width: 302px;
  height: 533px;
  z-index: -1;
  right: -343px;
  bottom: -221px;
}
.footer__area-common .rr-instragram-gallery {
  display: grid;
  grid-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer__area-common .rr-instragram-gallery a {
  display: block;
  position: relative;
  z-index: 1;
}
.footer__area-common .rr-instragram-gallery a:hover:after {
  opacity: 0.8;
}
.footer__area-common .rr-instragram-gallery a:hover:before {
  opacity: 1;
}
.footer__area-common .rr-instragram-gallery a:after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  opacity: 0;
  content: "";
  background: var(--rr-theme-primary);
}
.footer__area-common .rr-instragram-gallery a:before {
  width: 30px;
  height: 30px;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  content: "";
  filter: brightness(0) invert(1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../imgs/icon/instagram.svg");
  background-repeat: no-repeat;
}
.footer__area-common .rr-instragram-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__overlay:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.85) 0%, #111111 40.29%);
}
.footer__widget {
  margin-bottom: 50px;
}
.footer__widget.footer__widget-item-1 {
  padding-right: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__widget.footer__widget-item-1 {
    padding-right: 0;
  }
}
.footer__widget.footer__widget-item-2 {
  padding-left: 16px;
  padding-right: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__widget.footer__widget-item-2 {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer__widget-item-2 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__widget.footer__widget-item-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__widget.footer__widget-item-3 {
  padding-right: 16px;
  padding-left: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__widget.footer__widget-item-3 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer__widget-item-3 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__widget.footer__widget-item-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__widget.footer__widget-item-4 {
  padding-left: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__widget.footer__widget-item-4 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer__widget-item-4 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__widget.footer__widget-item-4 {
    padding-left: 0;
  }
}
.footer__widget-title h4 {
  margin-bottom: 29px;
  position: relative;
  z-index: 10;
  padding-bottom: 15px;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--rr-common-white);
  border-bottom: 1px solid #3A3940;
}
.footer__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.footer__social a {
  color: var(--rr-theme-secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__social a {
    width: 35px;
    height: 35px;
  }
}
.footer__social a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  -webkit-transform: scale(1.09) translateY(-3px);
  -moz-transform: scale(1.09) translateY(-3px);
  -ms-transform: scale(1.09) translateY(-3px);
  -o-transform: scale(1.09) translateY(-3px);
  transform: scale(1.09) translateY(-3px);
}
.footer__social a:hover svg path[fill="#111111"] {
  fill: var(--rr-common-white);
}
.footer__link ul {
  list-style: none;
  display: grid;
  grid-gap: 7px;
  padding: 0;
}
.footer__link ul li {
  color: var(--rr-common-white);
  font-family: var(--rr-common-white);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.footer__link ul li a {
  color: var(--rr-common-white);
  font-family: var(--rr-common-white);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.footer__link ul li a i {
  font-size: 16px;
  margin-right: 18px;
  color: var(--rr-common-white);
}
.footer__link ul li a:hover, .footer__link ul li a:hover i {
  color: var(--rr-theme-primary);
}
.footer__link-touch ul {
  gap: 2px;
}
.footer__link-working ul {
  gap: 4px;
}
.footer__link-working ul li:last-child {
  margin-top: 31px;
}
@media (max-width:450px) {
  .footer__link-working ul li:last-child {
    margin-top: 10px;
  }
}

/*----------------------------------------*/
/*  6.3 footer-copyright
/*----------------------------------------*/
.footer__copyright p {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-common-white);
}
.footer__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer__copyright-menu ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px 35px;
  justify-content: end;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__copyright-menu ul {
    gap: 20px 25px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }
}
.footer__copyright-menu ul li {
  list-style: none;
  position: relative;
}
.footer__copyright-menu ul li a {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-common-white);
}
.footer__copyright-menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.footer__bottom-wrapper {
  background: #1A1A1A;
  padding: 16.5px 0;
  background-position: center;
  background-repeat: no-repeat;
}

/*----------------------------------------*/
/*  6.3 footer-copyright
/*----------------------------------------*/
.footer__top-content p {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #8F9495;
}
.footer__top-content p a {
  color: var(--rr-common-white);
  text-decoration: underline;
}
.footer__top-content p a:hover {
  color: var(--rr-theme-primary);
}
.footer__top-contact-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__top-contact-btn {
    margin-top: 25px;
    justify-content: center;
  }
}
.footer__top-contact-btn span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8F9495;
}
.footer__top-contact-btn h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #8F9495;
}
.footer__top-contact-btn h6 a {
  color: var(--rr-common-white);
}
.footer__top-contact-btn h6 a:hover {
  color: var(--rr-theme-primary);
}
.footer__top-wrapper {
  background: #1A1A1A;
  padding: 57.5px 0;
}

/*----------------------------------------*/
/*  6.2 footer
/*----------------------------------------*/
.footer-2__area-common {
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .footer-2__area-common .col-6 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}

.footer-2__bottom-border + .footer-2__bottom-wrapper .footer-2__bottom {
  border-top: 2px solid #212121;
}
.footer-2__main-wrapper {
  padding-top: 118px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2__main-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__main-wrapper {
    padding-top: 80px;
  }
}
.footer-2__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: auto;
  background-position: 45px 103px;
  background-repeat: no-repeat;
}
@media (max-width: 1700px) {
  .footer-2__background {
    display: none;
  }
}
.footer-2__overlay:after {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  content: "";
  z-index: -1;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
}
.footer-2__widget {
  margin-bottom: 50px;
}
.footer-2__widget.footer-2__widget-item-1 {
  padding-right: 21px;
}
.footer-2__widget.footer-2__widget-item-1 .footer-2__content {
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-2__widget.footer-2__widget-item-1 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__widget.footer-2__widget-item-1 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__widget.footer-2__widget-item-1 {
    padding-right: 0;
  }
  .footer-2__widget.footer-2__widget-item-1 .footer-2__content {
    padding-right: 0;
  }
}
.footer-2__widget.footer-2__widget-item-2 {
  padding-left: 104px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-2__widget.footer-2__widget-item-2 {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__widget.footer-2__widget-item-2 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__widget.footer-2__widget-item-2 {
    padding-left: 0;
  }
}
.footer-2__widget.footer-2__widget-item-3 {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__widget.footer-2__widget-item-3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-2__widget.footer-2__widget-item-4 {
  margin-left: -26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__widget.footer-2__widget-item-4 {
    margin-left: 0;
  }
}
.footer-2__widget-title {
  margin-bottom: 30px;
}
.footer-2__widget-title h4 {
  position: relative;
  z-index: 10;
  font-style: normal;
  text-transform: uppercase;
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.footer-2__logo {
  padding-bottom: 20px;
  border-bottom: 2px solid #212121;
}
.footer-2__logo img {
  max-width: 165px;
}
.footer-2__content p {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.footer-2__link ul {
  list-style: none;
  display: grid;
  grid-gap: 14px;
  padding: 0;
}
.footer-2__link ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--rr-common-white);
}
.footer-2__link ul li a i {
  margin-right: 12px;
  font-size: 16px;
  color: var(--rr-common-white);
}
.footer-2__link ul li a:hover, .footer-2__link ul li a:hover i {
  color: var(--rr-theme-primary);
}
.footer-2__link-16 ul li a {
  font-size: 16px;
  letter-spacing: inherit;
}
.footer-2__link-16 ul li a i {
  font-size: 16px;
}
.footer-2__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.footer-2__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__social a {
    width: 40px;
    height: 40px;
  }
}
.footer-2__social a:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-theme-primary);
  -webkit-transform: scale(1.09) translateY(-3px);
  -moz-transform: scale(1.09) translateY(-3px);
  -ms-transform: scale(1.09) translateY(-3px);
  -o-transform: scale(1.09) translateY(-3px);
  transform: scale(1.09) translateY(-3px);
}
.footer-2__social a:hover svg path[fill=black] {
  fill: var(--rr-common-white);
}
.footer-2__subscribe {
  position: relative;
  overflow: hidden;
}
.footer-2__subscribe-content p {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-common-white);
}
.footer-2__subscribe-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  height: 44px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  background-color: var(--rr-theme-primary);
  width: 44px;
  border: 0;
}
.footer-2__subscribe-btn:hover {
  background-color: var(--rr-theme-secondary);
}
.footer-2__subscribe input {
  width: 100%;
  padding: 21px 24px;
  padding-right: 85px;
  height: 60px;
  color: var(--rr-common-white);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: #1D1C1C;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__subscribe input {
    width: 100%;
  }
}
.footer-2__subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.footer-2__subscribe input::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.footer-2__subscribe input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.footer-2__subscribe input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.footer-2__subscribe input::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

/*----------------------------------------*/
/*  6.3 footer-copyright
/*----------------------------------------*/
.footer-2__copyright p {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-common-white);
}
.footer-2__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer-2__copyright-menu ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px 35px;
  justify-content: end;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2__copyright-menu ul {
    gap: 20px 25px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }
}
.footer-2__copyright-menu ul li {
  list-style: none;
  position: relative;
}
.footer-2__copyright-menu ul li a {
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--rr-common-white);
}
.footer-2__copyright-menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.footer-2__bottom {
  padding: 23px 0;
}

/*----------------------------------------*/
/*  6.1 footer 3
/*----------------------------------------*/
.footer-3__cta-content {
  position: relative;
  padding: 80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__cta-content {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .footer-3__cta-content {
    padding: 30px 20px;
  }
}
.footer-3__cta-content-media {
  top: 0;
  right: 138px;
  position: absolute;
  background-size: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__cta-content-media {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-bottom: -80px;
  }
}
@media (max-width: 575px) {
  .footer-3__cta-content-media {
    margin-bottom: -30px;
  }
}
.footer-3__cta-content-form {
  gap: 10px;
}
.footer-3__cta-content-form input {
  height: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 28px;
  border: none;
  color: var(--rr-color-800);
}
.footer-3__cta-content-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-color-800);
}
.footer-3__cta-content-form input::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-color-800);
}
.footer-3__cta-content-form input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-color-800);
}
.footer-3__cta-content-form input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-color-800);
}
.footer-3__cta-content-form input::placeholder { /* MODERN BROWSER */
  color: var(--rr-color-800);
}
.footer-3__cta-content-form .rr-btn {
  min-width: 134px;
  padding-left: 0;
  padding-right: 0;
}
.footer-3__cta-content-left {
  max-width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__cta-content-left {
    max-width: 100%;
  }
}
.footer-3__cta-content-left p {
  max-width: 516px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__cta-content-left p {
    max-width: 100%;
  }
}
.footer-3__cta-bottom-up {
  margin-bottom: -180px;
}
.footer-3__area-common {
  padding-top: 263px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 480px) {
  .footer-3__area-common .col-6 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}
.footer-3__widget {
  margin-bottom: 50px;
}
.footer-3__widget.footer-3__widget-item-2 {
  padding-left: 89px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-3__widget.footer-3__widget-item-2 {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3__widget.footer-3__widget-item-2 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__widget.footer-3__widget-item-2 {
    padding-left: 0;
  }
}
.footer-3__widget.footer-3__widget-item-3 {
  padding-left: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-3__widget.footer-3__widget-item-3 {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3__widget.footer-3__widget-item-3 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__widget.footer-3__widget-item-3 {
    padding-left: 0;
  }
}
.footer-3__widget.footer-3__widget-item-4 {
  padding-right: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-3__widget.footer-3__widget-item-4 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3__widget.footer-3__widget-item-4 {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__widget.footer-3__widget-item-4 {
    padding-right: 0;
  }
}
.footer-3__widget-title h4 {
  margin-bottom: 37px;
  position: relative;
  z-index: 10;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-transform: capitalize;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3__widget-title h4 {
    font-size: 20px;
  }
}
.footer-3__logo img {
  max-width: 144px;
}
.footer-3__link-blog ul li a {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-3__link-blog ul li a:hover h5 {
  color: var(--rr-theme-primary);
}
.footer-3__link-blog ul li a:hover span {
  color: var(--rr-theme-primary);
}
.footer-3__link-blog ul li a h5 {
  margin-bottom: 5px;
  color: var(--rr-color-100);
}
.footer-3__link-blog ul li a span {
  color: var(--rr-color-200);
}
.footer-3__link-blog ul li a i {
  margin-right: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--rr-theme-primary);
}
.footer-3__link ul {
  list-style: none;
  display: grid;
  grid-gap: 20px;
  padding: 0;
}
.footer-3__link ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--rr-common-white);
}
.footer-3__link ul li:hover {
  color: var(--rr-theme-primary);
}
.footer-3__link ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--rr-common-white);
}
.footer-3__link ul li a:hover {
  color: var(--rr-theme-primary);
}
.footer-3__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.footer-3__social a {
  color: var(--rr-common-white);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-3__social a:hover {
  color: var(--rr-theme-primary);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.footer-3__social a:hover svg path[fill=white] {
  fill: var(--rr-theme-primary);
}
.footer-3__copyright p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-3__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer-3__copyright-menu ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px 39px;
  justify-content: end;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-3__copyright-menu ul {
    gap: 20px 25px;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }
}
.footer-3__copyright-menu ul li {
  list-style: none;
  position: relative;
}
.footer-3__copyright-menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-3__copyright-menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.footer-3__bottom {
  margin-top: 80px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-3__bottom {
    margin-top: 40px;
  }
}

/*----------------------------------------*/
/*  6.1 footer cta
/*----------------------------------------*/
.footer__cta-bottom-up {
  margin-bottom: -80px;
}
.footer__cta-item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 40px;
  padding-right: 70px;
  gap: 30px;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__cta-item {
    padding: 30px 25px;
  }
}
.footer__cta-item-icon {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid var(--rr-common-white);
}

.fast-food {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.fast-food__overlay:after {
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(11, 10, 10, 0.79);
}
.fast-food__content {
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}

.our-service {
  background-position: -6px 5px;
}
.our-service__item {
  padding: 20px;
}
.our-service__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-service__item-content {
  padding: 20px;
  padding-top: 0;
}
@media (max-width: 575px) {
  .our-service__item-content {
    padding: 9px;
  }
}

.about-our-company .container {
  position: relative;
  z-index: 1;
}
.about-our-company_shape-common {
  z-index: -1;
  position: absolute;
}
.about-our-company_shape-1 {
  top: -63px;
  right: -384px;
  width: 262px;
  height: 220px;
}
.about-our-company_shape-2 {
  top: -33px;
  left: -309px;
  width: 234px;
  height: 234px;
}
.about-our-company__media {
  padding-right: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-our-company__media {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-our-company__media {
    padding-right: inherit;
  }
}
.about-our-company__content {
  max-width: 592px;
  margin-left: -12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-our-company__content {
    margin-left: inherit;
    margin-top: 60px;
    max-width: 100%;
  }
}
.about-our-company__content .section__title {
  max-width: 430px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-our-company__content .section__title {
    max-width: 100%;
  }
}
.about-our-company__content-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-our-company__content-btn-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: var(--rr-theme-primary);
}
.about-our-company__content-btn-icon img {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.about-our-company__content-btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--rr-text-body);
}
.about-our-company__content-btn h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
}
.about-our-company__content-btn h6 a {
  color: var(--rr-theme-secondary);
}
.about-our-company__content-btn h6 a:hover {
  color: var(--rr-theme-primary);
}

.experience__background {
  z-index: -1;
  background-color: #121110;
  position: relative;
}
.experience__background:after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(18, 17, 16, 0.97);
}
.experience__space {
  padding: 103px 0;
}
.experience__bottom-up {
  padding-bottom: 383px;
}
.experience__bottom-up + .our-project {
  margin-top: -383px;
}
.experience__bottom-up + .our-project .section__title {
  color: var(--rr-common-white);
}
.experience__bottom-up + .our-project .our-project__slider__arrow-prev, .experience__bottom-up + .our-project .our-project__slider__arrow-next {
  border-color: var(--rr-common-white);
  color: var(--rr-common-white);
}
.experience__bottom-up + .our-project .our-project__slider__arrow-prev:hover, .experience__bottom-up + .our-project .our-project__slider__arrow-next:hover {
  color: var(--rr-theme-secondary);
  background: var(--rr-common-white);
}
.experience__bottom-up .experience__item-wrapper {
  border-bottom: 2px solid #272624;
  padding-bottom: 103px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__item {
    display: flex;
    justify-content: center;
  }
}
.experience__item-wrapper {
  gap: 24px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__item-wrapper {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__item-wrapper {
    grid-template-columns: 1fr;
  }
}
.experience__item p {
  margin-bottom: 0;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
.experience__item p span.odometer {
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  display: flex;
  font-family: var(--rr-ff-jost);
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__item p span.odometer {
    font-size: 52px;
    line-height: 52px;
  }
}

.our-project__slider__arrow {
  display: flex;
  gap: 10px;
}
.our-project__slider__arrow-prev, .our-project__slider__arrow-next {
  display: flex;
  width: 55px;
  height: 55px;
  border: 1px solid var(--rr-theme-secondary);
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: var(--rr-theme-secondary);
}
.our-project__slider__arrow-prev:hover, .our-project__slider__arrow-prev:focus, .our-project__slider__arrow-next:hover, .our-project__slider__arrow-next:focus {
  background: var(--rr-theme-secondary);
  color: var(--rr-common-white);
}
.our-project__slider {
  margin-left: 30px;
  margin-right: 30px;
}
.our-project__item {
  position: relative;
  z-index: 1;
}
.our-project__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-project__item:hover .our-project__item-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.our-project__item-hover {
  opacity: 0;
  visibility: visible;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(203, 58, 26, 0.84);
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-project__item-hover-icon {
  width: 55px;
  height: 55px;
  background: var(--rr-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-project__item-hover-icon i {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: var(--rr-theme-primary);
}

.book-a-table .container {
  position: relative;
  z-index: 1;
}
.book-a-table__bg {
  top: -32px;
  left: -206px;
  position: absolute;
  width: 1705px;
  height: 170px;
}
.book-a-table__content {
  gap: 24px;
  padding: 80px 80px 55px 120px;
  background-repeat: no-repeat;
  background-position: 52px 51px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-a-table__content {
    gap: 50px;
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .book-a-table__content {
    padding: 40px 25px;
  }
}
.book-a-table__content-left {
  max-width: 442px;
}
.book-a-table__content-media img {
  border: 10px solid var(--rr-common-white);
}
.book-a-table__content-form__select .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding-left: 25px;
  padding-right: 45px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  height: 50px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-theme-secondary);
  background-color: var(--rr-common-white);
}
.book-a-table__content-form__select .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__select .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__select .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__select .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__select .nice-select::placeholder { /* MODERN BROWSER */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__select .nice-select:hover {
  border-color: #dbdbdb;
}
.book-a-table__content-form__select .nice-select:active, .book-a-table__content-form__select .nice-select.open, .book-a-table__content-form__select .nice-select:focus {
  border-color: #999;
}
.book-a-table__content-form__select .nice-select::after {
  position: absolute;
  content: "\f107";
  top: calc(50% - 1px);
  right: 25px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-theme-secondary);
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.book-a-table__content-form__select .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.book-a-table__content-form__select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.book-a-table__content-form__select .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.book-a-table__content-form__select .nice-select.disabled::after {
  border-color: #cccccc;
}
.book-a-table__content-form__select .nice-select.wide {
  width: 100%;
}
.book-a-table__content-form__select .nice-select.wide .list {
  left: 0;
  right: 0;
}
.book-a-table__content-form__select .nice-select.right {
  float: right;
}
.book-a-table__content-form__select .nice-select.right .list {
  left: auto;
  right: 0;
}
.book-a-table__content-form__select .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.book-a-table__content-form__select .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.book-a-table__content-form__select .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.book-a-table__content-form__select .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.book-a-table__content-form__select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: var(--rr-heading-primary);
  transition: all 0.2s;
}
.book-a-table__content-form__select .nice-select .option:hover {
  background-color: #f6f7f9;
}
.book-a-table__content-form__select .nice-select .option.selected {
  font-weight: bold;
}
.book-a-table__content-form__select .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.book-a-table__content-form__select .no-csspointerevents .nice-select .list {
  display: none;
}
.book-a-table__content-form__select .no-csspointerevents .nice-select.open .list {
  display: block;
}
.book-a-table__content-form__select {
  margin-bottom: 20px;
}
.book-a-table__content-form__select .nice-select {
  margin-bottom: 20px;
}
.book-a-table__content-form__input {
  margin-bottom: 20px;
}
.book-a-table__content-form__input .input-wrapper {
  position: relative;
}
.book-a-table__content-form__input .input-wrapper input {
  padding-left: 25px;
  padding-right: 45px;
  padding-top: 14px;
  border: none;
  padding-bottom: 14px;
  width: 100%;
  height: 50px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-theme-secondary);
  background-color: var(--rr-common-white);
}
.book-a-table__content-form__input .input-wrapper input:focus, .book-a-table__content-form__input .input-wrapper input:focus-visible {
  outline: none;
}
.book-a-table__content-form__input .input-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__input .input-wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__input .input-wrapper input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__input .input-wrapper input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__input .input-wrapper input::placeholder { /* MODERN BROWSER */
  color: var(--rr-theme-secondary);
}
.book-a-table__content-form__input .input-wrapper i {
  position: absolute;
  top: calc(50% - 1px);
  right: 25px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-theme-secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.book-a-table__content-form__input.time input {
  padding-right: 23px;
}
.book-a-table__content-form__input.time i {
  display: none;
}

.team-bottom__background {
  width: 100%;
  height: 500px;
  background-color: #1A1A1A;
  background-size: cover;
  box-shadow: 0px 13px 58px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-bottom__background {
    display: none;
  }
}
.team-bottom__up {
  margin-bottom: -500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-bottom__up {
    margin-bottom: inherit;
  }
}
.team-item__media {
  overflow: hidden;
  display: block;
}
.team-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item__text {
  background: #272727;
  border: 1px solid #4F4F4F;
  border-top: none;
  padding: 30.5px 20px;
}
.team-item__text h5 {
  color: var(--rr-common-white);
}
.team-item__text h5 a:hover {
  color: var(--rr-theme-primary);
}
.team-item__text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--rr-common-white);
}

.client-testimonial .container {
  position: relative;
  z-index: 1;
}
.client-testimonial__bg {
  top: -16px;
  left: -192px;
  position: absolute;
  width: 1628px;
  height: 172px;
}
.client-testimonial__item {
  z-index: 2;
  background: #F6F6F7;
  padding: 39px 50px;
  padding-right: 40px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-testimonial__item {
    padding: 30px;
    padding-right: 25px;
  }
}
.client-testimonial__item::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 10px;
  z-index: -1;
  left: 10px;
  height: 100%;
  border: 1px solid var(--rr-theme-primary);
}
.client-testimonial__item p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-testimonial__item p {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .client-testimonial__item p {
    font-size: 18px;
  }
}
.client-testimonial__item__author {
  gap: 16px;
  flex-wrap: wrap;
}
.client-testimonial__item__author-media {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  display: flex;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
.client-testimonial__item__author-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .client-testimonial__item__author-icon {
    max-width: 70px;
  }
}
.client-testimonial__item__author-text {
  margin-right: auto;
}
.client-testimonial__item__author-text h5 {
  font-size: 22px;
  font-weight: var(--rr-fw-sbold);
}
.client-testimonial__item__author-text h5 a:hover {
  color: var(--rr-theme-primary);
}

.food-menu__tab {
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.food-menu__tab button {
  font-size: 16px;
  padding: 10px 25px;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #E8E7E7;
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
}
.food-menu__tab button.active {
  color: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .food-menu__tab button {
    padding: 6px 15px;
    font-size: 14px;
  }
}
.food-menu__item-wrapper {
  padding: 20px;
  margin-bottom: -10px;
  background: #F6F6F6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .food-menu__item-wrapper {
    margin-bottom: 60px;
  }
}
.food-menu__item {
  margin-bottom: 10px;
  border: 1px solid #DFDCDC;
}
.food-menu__item-media {
  display: block;
  overflow: hidden;
}
.food-menu__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-menu__item-text {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--rr-common-white);
  border-top: 1px solid #DFDCDC;
}
.food-menu__item-text .rating {
  gap: 1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.food-menu__item-text .rating li i {
  font-size: 14px;
  line-height: normal;
  color: var(--rr-theme-primary);
}
.food-menu__item-text h6 {
  line-height: normal;
  font-weight: var(--rr-fw-sbold);
}
.food-menu__item-text .price {
  font-size: 14px;
  line-height: normal;
  color: var(--rr-theme-primary);
  font-weight: var(--rr-fw-sbold);
}
.food-menu__price-nav {
  background: #F6F6F6;
}
.food-menu__price-nav__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-menu__price-nav__list {
  padding: 30px;
  list-style: none;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .food-menu__price-nav__list {
    padding: 10px;
  }
}
.food-menu__price-nav__list li {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.food-menu__price-nav__list li:not(:last-child) {
  padding-bottom: 21px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
}
.food-menu__price-nav__list li .text h6 {
  line-height: normal;
}
.food-menu__price-nav__list li .text p {
  font-size: 14px;
  line-height: normal;
}
.food-menu__price-nav__list li .price {
  font-size: 16px;
  color: var(--rr-theme-primary);
  font-weight: var(--rr-fw-sbold);
}

.team-2__item-media {
  overflow: hidden;
}
.team-2__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-2__item-arrow {
  padding: 7.5px 16.5px;
  display: inline-block;
  background-color: var(--rr-theme-primary);
  position: absolute;
  top: 0;
  right: 20px;
}
.team-2__item-text {
  background-color: var(--rr-theme-secondary);
  padding-top: 21px;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}
.team-2__item-text span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-sbold);
}
.team-2__item-text h6 {
  font-size: 22px;
  line-height: normal;
  color: var(--rr-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-2__item-text h6 {
    font-size: 18px;
  }
}

.client-feedback__bg {
  background-position: center;
  background-size: cover;
}
.client-feedback__item {
  gap: 30px;
  display: flex;
  padding: 39px;
  background-color: var(--rr-common-white);
  box-shadow: 0px 4px 48px rgba(38, 26, 24, 0.09);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-feedback__item {
    flex-direction: column;
    padding: 35px;
  }
}
@media (max-width: 575px) {
  .client-feedback__item {
    padding: 30px 25px;
  }
}
.client-feedback__item-media img {
  width: 150px;
  height: 160px;
  min-width: 150px;
  object-fit: cover;
}
.client-feedback__item-rating {
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-feedback__item-rating {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.client-feedback__item-rating li img {
  height: auto;
  max-width: 20px;
  min-width: inherit;
}
.client-feedback__item-content {
  position: relative;
}
.client-feedback__item-content::before {
  right: -8px;
  position: absolute;
  bottom: -40px;
  content: "";
  width: calc(100% + 8px);
  height: 3px;
  background-color: var(--rr-theme-primary);
}
.client-feedback__item-content p {
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .client-feedback__item-content p {
    font-size: 16px;
  }
}
.client-feedback__item-content__author {
  gap: 10px;
}
@media (max-width: 575px) {
  .client-feedback__item-content__author .text h6 {
    font-size: 18px;
  }
}
.client-feedback__item-content__author .text span {
  font-size: 12px;
  font-weight: var(--rr-fw-medium);
  text-transform: uppercase;
  color: var(--rr-heading-primary);
  line-height: normal;
}
.client-feedback__item-customer .client-feedback__item-content:before {
  right: -39px;
  width: calc(100% + 39px);
}

.customer-feedback__bg {
  background-position: center;
  background-size: cover;
}

.our-service-2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our-service-2__item-media {
  z-index: 2;
  width: 100%;
  position: relative;
}
.our-service-2__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-service-2__item-media::before {
  content: "";
  top: 10px;
  left: 10px;
  z-index: -1;
  height: 100%;
  position: absolute;
  width: calc(100% - 20px);
  border: 1px solid var(--rr-heading-primary);
}
.our-service-2__item-media::after {
  content: "";
  left: 50%;
  width: 1px;
  height: 34px;
  bottom: -44px;
  position: absolute;
  background-color: var(--rr-heading-primary);
}
.our-service-2__item .btn {
  margin-top: 44px;
  font-size: 16px;
  padding: 11px 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  border: 1px solid var(--rr-heading-primary);
}
.our-service-2__item:hover .our-service-2__item-media::before {
  border-color: var(--rr-theme-primary);
}
.our-service-2__item:hover .our-service-2__item-media::after {
  background-color: var(--rr-theme-primary);
}
.our-service-2__item:hover .btn {
  border-color: var(--rr-theme-primary);
  color: var(--rr-theme-primary);
}

.discount .custom-container {
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: 370px auto 370px;
  grid-template-rows: 396px;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .discount .custom-container {
    grid-template-columns: 300px auto 300px;
    grid-template-rows: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .discount .custom-container {
    grid-template-columns: 290px auto 290px;
    grid-template-rows: 320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .discount .custom-container {
    grid-template-columns: 270px auto 270px;
    grid-template-rows: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .discount .custom-container {
    grid-template-columns: 1fr;
    grid-template-rows: inherit;
  }
}
.discount__item-contact {
  background-color: #1A1A1A;
}
.discount__item-media {
  width: 100%;
  height: 100%;
  background-position: center;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .discount__item-media {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .discount__item-media {
    height: 300px;
  }
}
@media (max-width:450px) {
  .discount__item-media {
    height: 250px;
  }
}
.discount__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount__item-text {
  padding: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .discount__item-text {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .discount__item-text {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .discount__item-text {
    padding: 40px 30px;
  }
}
.discount__item-text h6 {
  color: var(--rr-common-white);
  text-transform: uppercase;
}
.discount__item-text img {
  max-width: 100%;
}
.discount__item-text p {
  color: var(--rr-common-white);
}
.discount__item-text .btn-book {
  font-size: 16px;
  font-weight: var(--rr-fw-sbold);
  text-transform: uppercase;
  border: 1px solid var(--rr-common-white);
  padding: 10px 26.5px;
  color: var(--rr-common-white);
}
.discount__item-text .btn-book:hover {
  background: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
}
.discount__item-text__contact-info {
  list-style: none;
}
.discount__item-text__contact-info li {
  color: var(--rr-common-white);
}
.discount__item-text__contact-info li:nth-last-child(2) {
  margin-top: 30px;
}
.discount__item-text__contact-info li a {
  color: var(--rr-common-white);
}
.discount__item-text__contact-info li a:hover {
  opacity: 0.8;
}

.opening-time__bottom {
  margin-bottom: 100px;
}
.opening-time__bottom .opening-time__content {
  margin-bottom: -80px;
}
.opening-time__background {
  background-size: cover;
  background-position: center;
}
.opening-time__content {
  margin: 80px 0;
  padding: 100px 60px;
  background: var(--rr-common-white);
  box-shadow: 0px 7px 53px rgba(0, 0, 0, 0.05);
  max-width: 628px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .opening-time__content {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .opening-time__content {
    padding: 50px 25px;
  }
}
.opening-time__content-table {
  border-color: #ECECEC;
}
.opening-time__content-table tr {
  border-left: hidden;
  border-right: hidden;
  border-color: #ECECEC;
}
.opening-time__content-table tr th {
  padding: 15px 5px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
}
@media (max-width: 575px) {
  .opening-time__content-table tr th {
    font-size: 13px;
  }
}
.opening-time__content-table tr td {
  padding: 12px 5px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  color: var(--rr-theme-secondary);
}
@media (max-width: 575px) {
  .opening-time__content-table tr td {
    font-size: 20px;
  }
}
.opening-time__content a {
  padding: 11px 27.5px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  color: var(--rr-theme-primary);
  border: 1px solid var(--rr-theme-primary);
  gap: 7px;
}
@media (max-width: 575px) {
  .opening-time__content a {
    padding: 10px 20px;
  }
}
.opening-time__content a:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-theme-primary);
}
.opening-time__content a:hover img {
  filter: brightness(0) invert(1);
}

.our-food-menu__top-up {
  margin-top: -100px;
}
.our-food-menu__after-background:after {
  background-color: #F8F8F8;
  content: "";
  width: 100%;
  height: 41.9%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.our-food-menu__space {
  padding-top: 220px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-food-menu__space {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-food-menu__space {
    padding-top: 170px;
    padding-bottom: 70px;
  }
}
.our-food-menu__background {
  position: relative;
  background-color: #121110;
  padding-left: 110px;
  padding-right: 110px;
  box-shadow: 0px 13px 58px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-food-menu__background {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.our-food-menu__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-food-menu__shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-food-menu-wrapper {
  position: relative;
}
.our-food-menu-wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-food-menu-wrapper::before {
    display: none;
  }
}
.our-food-menu__heading {
  display: flex;
  position: relative;
  justify-content: space-around;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 0;
}
@media (max-width: 575px) {
  .our-food-menu__heading {
    display: inherit;
  }
}
.our-food-menu__heading-title {
  display: flex;
  line-height: normal;
  align-items: center;
  flex-direction: column;
  color: var(--rr-common-white);
}
.our-food-menu__heading-title .bar span {
  z-index: 1;
  font-size: 14px;
  line-height: normal;
  position: relative;
  font-weight: var(--rr-fw-sbold);
  display: inline-block;
  word-wrap: var(--rr-fw-sbold);
  text-transform: uppercase;
}
.our-food-menu__heading-title .bar span:after, .our-food-menu__heading-title .bar span:before {
  z-index: -1;
  width: 30px;
  content: "";
  top: 50%;
  height: 1px;
  position: absolute;
  background: var(--rr-common-white);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 1s ease;
  transition-delay: 1s;
}
.our-food-menu__heading-title .bar span:before {
  left: -24px;
}
.our-food-menu__heading-title .bar span:after {
  right: -56px;
}
.our-food-menu-list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-food-menu-list {
    display: inherit;
  }
}
.our-food-menu-list__left {
  width: 100%;
  padding-right: 53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-food-menu-list__left {
    padding-right: 0;
  }
}
.our-food-menu-list__right {
  width: 100%;
  padding-left: 53px;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-food-menu-list__right {
    padding-left: 0;
    margin-top: 25px;
  }
}
.our-food-menu-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .our-food-menu-list__item {
    display: inherit;
  }
}
.our-food-menu-list__item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .our-food-menu-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.our-food-menu-list__item-wrapper {
  width: 100%;
}
.our-food-menu-list__item-media {
  width: 65px;
  height: 65px;
  min-width: 65px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
}
.our-food-menu-list__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-food-menu-list__item-text {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .our-food-menu-list__item-text {
    margin-top: 10px;
    display: inherit;
  }
}
.our-food-menu-list__item-text::before {
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 1px dashed #4B4B4B;
}
@media (max-width: 575px) {
  .our-food-menu-list__item-text::before {
    display: none;
  }
}
.our-food-menu-list__item-text h6 {
  color: var(--rr-common-white);
  background-color: #121110;
  font-weight: var(--rr-fw-medium);
  z-index: 1;
  padding-right: 10px;
}
.our-food-menu-list__item p {
  margin-bottom: 0;
}
.our-food-menu-list__item span {
  font-size: 18px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-theme-primary);
  position: relative;
  background-color: #121110;
  z-index: 1;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .our-food-menu-list__item span {
    padding-left: 0;
  }
}

.about-2 {
  position: relative;
}
.about-2__shape img {
  position: absolute;
  top: 42.5%;
  left: 46px;
  z-index: -1;
}
@media (max-width: 1750px) {
  .about-2__shape img {
    display: none;
  }
}
.about-2__content {
  max-width: 539px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__content {
    max-width: 100%;
  }
}
.about-2__content .section__title-line-height {
  line-height: 50px;
}
.about-2__content-item {
  gap: 61px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .about-2__content-item {
    gap: 40px;
  }
}
.about-2__content-item__media {
  min-width: 68px;
  max-width: 68px;
}
.about-2__content-item__text {
  position: relative;
}
.about-2__content-item__text::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #D9D9D9;
}
@media (max-width: 575px) {
  .about-2__content-item__text::before {
    left: -22px;
  }
}
.about-2__content-item__text::after {
  top: 50%;
  content: "";
  width: 7px;
  left: -31px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../../assets/imgs/about-2/triangle.png);
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .about-2__content-item__text::after {
    left: -28px;
  }
}
.about-2__content-item__text h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
  font-weight: var(--rr-fw-sbold);
}
.about-2__content-item__text p {
  line-height: 22px;
}
.about-2__content .rr-btn.rr-btn__red {
  padding: 11.5px 23px;
}
.about-2__content .rr-btn.rr-btn__red .btn-wrap .text-one img, .about-2__content .rr-btn.rr-btn__red .btn-wrap .text-two img {
  padding-left: 72px;
}
.about-2__content .rr-btn.rr-btn__red .btn-wrap .text-one:after, .about-2__content .rr-btn.rr-btn__red .btn-wrap .text-one:after, .about-2__content .rr-btn.rr-btn__red .btn-wrap .text-two:after, .about-2__content .rr-btn.rr-btn__red .btn-wrap .text-two:after {
  width: 49px;
}
.about-2__media {
  position: relative;
  margin-left: -24px;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.08);
}
.about-2__media:after {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  border: 10px solid var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__media {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__media {
    margin-top: 40px;
  }
}
.about-2__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-model__content-wrapper {
  max-width: 621px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .business-model__content-wrapper {
    max-width: 100%;
  }
}
.business-model__content-item {
  column-gap: 25px;
  display: flex;
  align-items: center;
  row-gap: 12px;
}
@media (max-width: 575px) {
  .business-model__content-item {
    flex-direction: column;
    align-items: start;
  }
}
.business-model__content-item:not(:last-child) {
  margin-bottom: 30px;
}
.business-model__content-item-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rr-theme-primary);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
.business-model__content-item-text h6 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: var(--rr-fw-sbold);
}
.business-model__content-item-text p {
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .business-model__media {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .business-model__media {
    margin-top: 40px;
  }
}

.service-2__item {
  background-color: var(--rr-common-white);
}
.service-2__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-2__item-text {
  padding: 30px 30px 35px;
}
@media (max-width: 575px) {
  .service-2__item-text {
    padding: 20px 20px 25px;
  }
}
.service-2__item-text h6 {
  font-weight: var(--rr-fw-sbold);
  margin-bottom: 8px;
}
.service-2__item-text p {
  margin-bottom: 16px;
}
.service-2__item-text .btn-book {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: var(--rr-theme-primary);
  font-weight: var(--rr-fw-sbold);
  border-bottom: 1px solid var(--rr-theme-primary);
}
.service-2__item-text .btn-book:hover {
  color: var(--rr-theme-secondary);
  border-color: var(--rr-theme-secondary);
}

.reservation-2 .container {
  z-index: 1;
  position: relative;
}
.reservation-2__shape .image-1 {
  position: absolute;
  top: 5px;
  left: -200px;
  z-index: -1;
}
.reservation-2__shape .image-2 {
  position: absolute;
  right: -249px;
  bottom: 50px;
  z-index: -1;
}
.reservation-2__item {
  gap: 20px;
  display: flex;
  padding: 30px;
  padding-right: 40px;
  align-items: center;
  margin-bottom: 20px;
  background: var(--rr-common-white);
}
@media (max-width: 575px) {
  .reservation-2__item {
    padding: 30px 25px;
    gap: 10px;
    text-align: center;
    flex-direction: column;
  }
}
.reservation-2__item-media {
  width: 85px;
  height: 85px;
  min-width: 85px;
}
.reservation-2__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
.reservation-2__item-wrapper {
  width: 100%;
}
.reservation-2__item-text {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .reservation-2__item-text {
    margin-top: 10px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    margin-bottom: 5px;
  }
}
.reservation-2__item-text::before {
  content: "";
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 1px;
  position: absolute;
  border-bottom: 1px dashed var(--rr-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .reservation-2__item-text::before {
    display: none;
  }
}
.reservation-2__item-text h6 {
  z-index: 1;
  padding-right: 20px;
  font-weight: var(--rr-fw-sbold);
  background-color: var(--rr-common-white);
}
.reservation-2__item p {
  margin-bottom: 0;
  line-height: normal;
}
.reservation-2__item span {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  color: var(--rr-theme-primary);
  font-weight: var(--rr-fw-sbold);
  background-color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .reservation-2__item span {
    padding-left: 0;
  }
}

.reservation-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .reservation-wrapper {
    flex-direction: column;
    gap: 70px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .reservation-wrapper {
    gap: 50px;
  }
}
.reservation__content {
  max-width: 514px;
  margin-left: 100px;
  line-height: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .reservation__content {
    padding: 80px 30px 0;
    text-align: center;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .reservation__content {
    padding: 60px 20px 0;
  }
}
.reservation__content .rr-btn-solid {
  display: inline-block;
  padding: 16px 31px;
}
@media (max-width: 575px) {
  .reservation__content .rr-btn-solid {
    padding: 14px 20px;
  }
}
.reservation__media {
  position: relative;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .reservation__media {
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .reservation__media .image-1 {
    padding-left: 95px;
  }
}
@media (max-width: 575px) {
  .reservation__media .image-1 {
    width: 380px;
    padding-left: 60px;
  }
}
.reservation__media-small-thumb {
  position: absolute;
  left: -95px;
  bottom: 109px;
}
@media (max-width: 575px) {
  .reservation__media-small-thumb {
    bottom: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .reservation__media-small-thumb {
    left: 0;
  }
}
@media (max-width: 575px) {
  .reservation__media-small-thumb img {
    width: 160px;
    height: 200px;
  }
}
.reservation__media-small-thumb::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  border: 8px solid var(--rr-common-white);
}

.most-reservation__bottom-up {
  padding-bottom: 0;
  margin-bottom: -164px;
}
.most-reservation__bottom-up + .experience-2__space {
  padding-top: 267px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .most-reservation__bottom-up + .experience-2__space {
    padding-top: 244px;
  }
}
.most-reservation__content {
  z-index: 2;
  padding: 60px;
  position: relative;
  background: var(--rr-common-white);
  max-width: 950px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .most-reservation__content {
    padding: 40px 20px;
  }
}
.most-reservation__content::before {
  content: "";
  top: 10px;
  left: 10px;
  right: -10px;
  z-index: -1;
  height: 96.5%;
  position: absolute;
  width: calc(100% - 20px);
  border: 1.5px dashed #E9DEE0;
}
@media (max-width: 575px) {
  .most-reservation__content::before {
    display: none;
  }
}
.most-reservation__content p {
  max-width: 745px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .most-reservation__content p {
    max-width: 100%;
  }
}
.most-reservation__content-list {
  list-style: none;
}
.most-reservation__content-list li {
  gap: 14px;
  z-index: 3;
  display: flex;
  font-size: 18px;
  padding-top: 13px;
  padding-left: 21px;
  padding-bottom: 14px;
  position: relative;
  align-items: center;
  background: linear-gradient(90deg, #F4F1EF 5.5%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .most-reservation__content-list li {
    font-size: 16px;
    align-items: baseline;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .most-reservation__content-list li {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .most-reservation__content-list li {
    gap: 10px;
  }
}
.most-reservation__content-list li:not(:last-child) {
  margin-bottom: 15px;
}

.experience-2__space {
  padding: 103px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-2__space {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-2__item {
    display: flex;
    justify-content: center;
  }
}
.experience-2__item-wrapper {
  gap: 24px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-2__item-wrapper {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-2__item-wrapper {
    grid-template-columns: 1fr;
  }
}
.experience-2__item p {
  margin-bottom: 0;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
.experience-2__item p span.odometer {
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  display: flex;
  font-family: var(--rr-ff-jost);
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience-2__item p span.odometer {
    font-size: 52px;
    line-height: 52px;
  }
}

.food-menu-tab .container {
  position: relative;
}
.food-menu-tab__shape .shape-1 {
  top: 55px;
  left: -204px;
  position: absolute;
}
.food-menu-tab__shape .shape-2 {
  top: 155px;
  right: -200px;
  position: absolute;
}
.food-menu-tab__shape .shape-3 {
  bottom: 86px;
  left: -204px;
  position: absolute;
}
.food-menu-tab__shape .shape-4 {
  bottom: -21px;
  right: -200px;
  position: absolute;
}
.food-menu-tab__nav-tabs {
  row-gap: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #D9D9D9;
}
.food-menu-tab__nav-tabs .nav {
  gap: 74px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .food-menu-tab__nav-tabs .nav {
    gap: 25px;
  }
}
.food-menu-tab__nav-tabs .nav-link {
  border-radius: 0;
  font-size: 18px;
  box-shadow: none;
  padding: 0 0 20px;
  line-height: 28px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .food-menu-tab__nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .food-menu-tab__nav-tabs .nav-link {
    font-size: 14px;
  }
}
.food-menu-tab__nav-tabs .nav-link:after {
  left: -8px;
  bottom: -2px;
  background-color: var(--rr-theme-primary);
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: calc(100% + 16px);
  opacity: 0;
}
.food-menu-tab__nav-tabs .nav-link.active:after {
  opacity: 1;
}
.food-menu-tab .tab-content {
  margin-top: 70px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .food-menu-tab .tab-content {
    margin-top: 50px;
  }
}
.food-menu-tab__item {
  box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.04);
}
.food-menu-tab__item-media {
  overflow: hidden;
}
.food-menu-tab__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-menu-tab__item-text {
  text-align: center;
  padding: 24px 10px;
  background: var(--rr-common-white);
  border: 1px solid #DFDCDC;
  border-top: inherit;
}
.food-menu-tab__item-text .rating {
  gap: 1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.food-menu-tab__item-text .rating li i {
  font-size: 14px;
  line-height: 20px;
  color: var(--rr-theme-primary);
}
.food-menu-tab__item-text-title {
  line-height: 32px;
  font-weight: var(--rr-fw-sbold);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .food-menu-tab__item-text-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.food-menu-tab__item-text .price {
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-theme-primary);
  font-weight: var(--rr-fw-sbold);
}

.food-gallery {
  background-size: auto;
  background-position: 92px 167px;
  background-repeat: no-repeat;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .food-gallery {
    background-position: center;
  }
}
.food-gallery__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.food-gallery__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-gallery__item:hover .food-gallery__item-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.food-gallery__item-hover {
  opacity: 0;
  visibility: visible;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 2;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(203, 58, 26, 0.84);
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.food-gallery__item-hover-icon {
  width: 55px;
  height: 55px;
  background: var(--rr-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.food-gallery__item-hover-icon i {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: var(--rr-theme-primary);
}

.discover-food__item-left {
  padding-right: 49px;
  border-right: 1px solid #E9E9E9;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover-food__item-left {
    padding-right: 0;
    border-right: none;
  }
}
.discover-food__item-right {
  padding-left: 49px;
  border-left: 1px solid #E9E9E9;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover-food__item-right {
    padding-left: 0;
    border-left: none;
  }
}
.discover-food__item:not(.discover-food__item-left, .discover-food__item-right) {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover-food__item:not(.discover-food__item-left, .discover-food__item-right) {
    padding-right: 0;
    padding-left: 0;
  }
}
.discover-food__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-food__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--rr-ff-jost);
  text-transform: uppercase;
  color: var(--rr-common-black);
}
.discover-food__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
}

.book-a-table-2__form {
  display: flex;
  margin-left: -8px;
  gap: 15px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .book-a-table-2__form {
    flex-direction: column;
  }
}
.book-a-table-2__form-title {
  margin-bottom: 5px;
}
.book-a-table-2__form-grid {
  gap: 15px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 575px) {
  .book-a-table-2__form-grid {
    grid-template-columns: auto;
  }
}
.book-a-table-2__form__select .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #202020;
  height: 50px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-common-white);
}
.book-a-table-2__form__select .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
}
.book-a-table-2__form__select .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.book-a-table-2__form__select .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
}
.book-a-table-2__form__select .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
}
.book-a-table-2__form__select .nice-select::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.book-a-table-2__form__select .nice-select:hover {
  border-color: #202020;
}
.book-a-table-2__form__select .nice-select:active, .book-a-table-2__form__select .nice-select.open, .book-a-table-2__form__select .nice-select:focus {
  border-color: #202020;
}
.book-a-table-2__form__select .nice-select::after {
  position: absolute;
  content: "\f107";
  top: calc(50% - 1px);
  right: 20px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-white);
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.book-a-table-2__form__select .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.book-a-table-2__form__select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.book-a-table-2__form__select .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.book-a-table-2__form__select .nice-select.disabled::after {
  border-color: #cccccc;
}
.book-a-table-2__form__select .nice-select.wide {
  width: 100%;
}
.book-a-table-2__form__select .nice-select.wide .list {
  left: 0;
  right: 0;
}
.book-a-table-2__form__select .nice-select.right {
  float: right;
}
.book-a-table-2__form__select .nice-select.right .list {
  left: auto;
  right: 0;
}
.book-a-table-2__form__select .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.book-a-table-2__form__select .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.book-a-table-2__form__select .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.book-a-table-2__form__select .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.book-a-table-2__form__select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: var(--rr-heading-primary);
  transition: all 0.2s;
}
.book-a-table-2__form__select .nice-select .option:hover {
  background-color: #f6f7f9;
}
.book-a-table-2__form__select .nice-select .option.selected {
  font-weight: bold;
}
.book-a-table-2__form__select .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.book-a-table-2__form__select .no-csspointerevents .nice-select .list {
  display: none;
}
.book-a-table-2__form__select .no-csspointerevents .nice-select.open .list {
  display: block;
}
.book-a-table-2__form__input .input-wrapper {
  position: relative;
}
.book-a-table-2__form__input .input-wrapper input {
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 14px;
  border: 1px solid #202020;
  padding-bottom: 14px;
  width: 100%;
  height: 50px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-common-white);
  background-color: transparent;
}
.book-a-table-2__form__input .input-wrapper input:focus, .book-a-table-2__form__input .input-wrapper input:focus-visible {
  outline: none;
}
.book-a-table-2__form__input .input-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.book-a-table-2__form__input .input-wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.book-a-table-2__form__input .input-wrapper input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.book-a-table-2__form__input .input-wrapper input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.book-a-table-2__form__input .input-wrapper input::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
  font-weight: 400;
  font-size: 14px;
}
.book-a-table-2__form__input .input-wrapper i {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-white);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.book-a-table-2__form__input input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
.book-a-table-2__form__input.time input {
  padding-right: 20px;
}
.book-a-table-2__form__input.time i {
  display: none;
}
.book-a-table-2__form .rr-btn-solid {
  min-width: 148px;
  padding: 13.5px 45.5px;
}

.team-3__item {
  padding: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #EAEAEA;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .team-3__item {
    padding: 20px;
  }
}
.team-3__item-media {
  overflow: hidden;
}
.team-3__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-3__item-text {
  padding-top: 20px;
}
.team-3__item-text-title {
  font-size: 22px;
  font-weight: var(--rr-fw-black);
}
@media (max-width: 575px) {
  .team-3__item-text-title {
    font-size: 20px;
  }
}
.team-3__item-text span {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.team-3__item:hover {
  border-color: var(--rr-theme-primary);
}
.team-3__item:hover img {
  transform: scale(1.1);
}

.contact-us {
  position: relative;
}
.contact-us__map {
  line-height: 0;
  position: relative;
  height: 813px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us__map {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-us__map {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .contact-us__map {
    height: 400px;
  }
}
.contact-us__map iframe {
  height: 100%;
  width: 100%;
  filter: saturate(0);
  line-height: 0;
}
.contact-us__information-wrapper {
  z-index: 1;
  bottom: 120px;
  left: 320px;
  position: absolute;
  padding: 54px 60px;
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us__information-wrapper {
    position: inherit;
    left: inherit;
    bottom: inherit;
    background: #f6f6f6;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us__information-wrapper {
    padding: 50px 20px;
  }
}
.contact-us__information-wrapper p {
  max-width: 399px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us__information-wrapper p {
    width: 100%;
  }
}
.contact-us__information__item {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-us__information__item:not(:last-child) {
  border-bottom: 1px solid #ECEEF1;
  margin-bottom: 23px;
  padding-bottom: 23px;
}
.contact-us__information__item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECEEF1;
}
.contact-us__information__item .icon i {
  font-size: 20px;
  color: var(--rr-theme-primary);
}
.contact-us__information__item .text {
  display: flex;
  flex-direction: column;
}
.contact-us__information__item .text span {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-theme-secondary);
}
.contact-us__information__item .text a:hover {
  columns: var(--rr-theme-primary);
}
.contact-us__information__item .text .holiday span {
  color: var(--rr-theme-primary);
  font-size: 14px;
  line-height: 26px;
  font-weight: var(--rr-fw-normal);
}

.contact-us-message-wrapper {
  padding: 87px 100px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-message-wrapper {
    padding: 85px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us-message-wrapper {
    padding: 70px 25px;
  }
}
.contact-us-message-wrapper .section__title-wrapper {
  max-width: 659px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us-message-wrapper .section__title {
  margin-bottom: 5px;
}
@media (max-width:450px) {
  .contact-us-message-wrapper .section__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.contact-us-message-wrapper .g-20 {
  --bs-gutter-x: 20px;
}
.contact-us-message__form-input {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
}
.contact-us-message__form-input-select {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us-message__form-input-select {
    margin-bottom: 0;
  }
}
.contact-us-message__form-input input, .contact-us-message__form-input textarea {
  padding: 16px 25px;
  padding-right: 45px;
  border: 1px solid #EAEAEA;
  width: 100%;
  max-width: 100%;
  height: 55px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-text-body);
  background-color: var(--rr-common-white);
}
.contact-us-message__form-input input:focus, .contact-us-message__form-input input:focus-visible, .contact-us-message__form-input textarea:focus, .contact-us-message__form-input textarea:focus-visible {
  outline: none;
}
.contact-us-message__form-input input::-webkit-input-placeholder, .contact-us-message__form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 16px;
}
.contact-us-message__form-input input::-moz-placeholder, .contact-us-message__form-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 16px;
}
.contact-us-message__form-input input:-moz-placeholder, .contact-us-message__form-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 16px;
}
.contact-us-message__form-input input:-ms-input-placeholder, .contact-us-message__form-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 16px;
}
.contact-us-message__form-input input::placeholder, .contact-us-message__form-input textarea::placeholder { /* MODERN BROWSER */
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 16px;
}
.contact-us-message__form-input textarea {
  min-height: 135px;
}
.contact-us-message__form-input i {
  position: absolute;
  top: calc(50% - 1px);
  right: 25px;
  font-family: var(--rr-ff-fontawesome);
  color: #74787C;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
}
.contact-us-message__form .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 22px;
  padding-bottom: 23px;
  border: 1px solid #EAEAEA;
  background-color: var(--rr-common-white);
  height: 55px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us-message__form .nice-select {
    margin-bottom: 20px;
  }
}
.contact-us-message__form .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-text-body);
}
.contact-us-message__form .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-text-body);
}
.contact-us-message__form .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-text-body);
}
.contact-us-message__form .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-text-body);
}
.contact-us-message__form .nice-select::placeholder { /* MODERN BROWSER */
  color: var(--rr-text-body);
}
.contact-us-message__form .nice-select:hover {
  border-color: #EAEAEA;
}
.contact-us-message__form .nice-select:active, .contact-us-message__form .nice-select.open, .contact-us-message__form .nice-select:focus {
  border-color: #EAEAEA;
}
.contact-us-message__form .nice-select::after {
  position: absolute;
  content: "\f107";
  top: calc(50% - 1px);
  right: 25px;
  font-family: var(--rr-ff-fontawesome);
  color: #74787C;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
}
.contact-us-message__form .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.contact-us-message__form .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.contact-us-message__form .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.contact-us-message__form .nice-select.disabled::after {
  border-color: #cccccc;
}
.contact-us-message__form .nice-select.wide {
  width: 100%;
}
.contact-us-message__form .nice-select.wide .list {
  left: 0;
  right: 0;
}
.contact-us-message__form .nice-select.right {
  float: right;
}
.contact-us-message__form .nice-select.right .list {
  left: auto;
  right: 0;
}
.contact-us-message__form .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.contact-us-message__form .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.contact-us-message__form .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.contact-us-message__form .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.contact-us-message__form .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 55px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: #74787C;
  transition: all 0.2s;
}
.contact-us-message__form .nice-select .option:hover {
  background-color: #f6f7f9;
}
.contact-us-message__form .nice-select .option.selected {
  font-weight: bold;
}
.contact-us-message__form .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.contact-us-message__form .no-csspointerevents .nice-select .list {
  display: none;
}
.contact-us-message__form .no-csspointerevents .nice-select.open .list {
  display: block;
}
.contact-us-message__form .rr-btn-solid {
  width: 100%;
  padding: 16px 29px;
}
@media (max-width: 575px) {
  .contact-us-message__form .rr-btn-solid {
    padding: 15px 20px;
  }
}
.contact-us-message__form .rr-btn-solid .btn-wrap .text-one, .contact-us-message__form .rr-btn-solid .btn-wrap .text-two {
  display: flex;
  align-items: center;
  gap: 6px;
}

.book-a-table-3 {
  background-repeat: no-repeat;
  background-position: center;
}
.book-a-table-3__select label {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13px;
  text-transform: uppercase;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
}
.book-a-table-3__select .nice-select {
  margin-bottom: 25px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 23px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: 55px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: var(--rr-common-white);
  background: #151515;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .book-a-table-3__select .nice-select {
    margin-bottom: 20px;
  }
}
.book-a-table-3__select .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
}
.book-a-table-3__select .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.book-a-table-3__select .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
}
.book-a-table-3__select .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
}
.book-a-table-3__select .nice-select::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.book-a-table-3__select .nice-select:hover {
  border-color: rgba(255, 255, 255, 0.12);
}
.book-a-table-3__select .nice-select:active, .book-a-table-3__select .nice-select.open, .book-a-table-3__select .nice-select:focus {
  border-color: rgba(255, 255, 255, 0.12);
}
.book-a-table-3__select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.book-a-table-3__select .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.book-a-table-3__select .nice-select.disabled::after {
  border-color: #cccccc;
}
.book-a-table-3__select .nice-select.wide {
  width: 100%;
}
.book-a-table-3__select .nice-select.wide .list {
  left: 0;
  right: 0;
}
.book-a-table-3__select .nice-select.right {
  float: right;
}
.book-a-table-3__select .nice-select.right .list {
  left: auto;
  right: 0;
}
.book-a-table-3__select .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.book-a-table-3__select .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.book-a-table-3__select .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.book-a-table-3__select .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.book-a-table-3__select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: var(--rr-heading-primary);
  transition: all 0.2s;
}
.book-a-table-3__select .nice-select .option:hover {
  background-color: #f6f7f9;
}
.book-a-table-3__select .nice-select .option.selected {
  font-weight: bold;
}
.book-a-table-3__select .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.book-a-table-3__select .no-csspointerevents .nice-select .list {
  display: none;
}
.book-a-table-3__select .no-csspointerevents .nice-select.open .list {
  display: block;
}
.book-a-table-3__input {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .book-a-table-3__input {
    margin-bottom: 20px;
  }
}
.book-a-table-3__input label {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13px;
  text-transform: uppercase;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
}
.book-a-table-3__input input, .book-a-table-3__input textarea {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 23px;
  width: 100%;
  height: 55px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #151515;
  color: var(--rr-common-white);
}
.book-a-table-3__input input:focus, .book-a-table-3__input input:focus-visible, .book-a-table-3__input textarea:focus, .book-a-table-3__input textarea:focus-visible {
  outline: none;
}
.book-a-table-3__input input::-webkit-input-placeholder, .book-a-table-3__input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
}
.book-a-table-3__input input::-moz-placeholder, .book-a-table-3__input textarea::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
}
.book-a-table-3__input input:-moz-placeholder, .book-a-table-3__input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
}
.book-a-table-3__input input:-ms-input-placeholder, .book-a-table-3__input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
}
.book-a-table-3__input input::placeholder, .book-a-table-3__input textarea::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
}
.book-a-table-3__input textarea {
  min-height: 150px;
  text-transform: capitalize;
}
.book-a-table-3__input input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1%) sepia(8%) saturate(203%) hue-rotate(314deg) brightness(93%) contrast(85%);
  display: none;
}
.book-a-table-3__input.time input {
  padding-right: 20px;
}
.book-a-table-3__input.time i {
  display: none;
}
.book-a-table-3 .rr-btn.rr-btn__red {
  padding: 12.5px 23px;
  width: inherit;
  background: var(--rr-theme-primary);
  margin-left: auto;
  margin-right: auto;
}
.book-a-table-3 .rr-btn.rr-btn__red::before, .book-a-table-3 .rr-btn.rr-btn__red::after {
  border-color: transparent;
}
.book-a-table-3 .rr-btn.rr-btn__red .hover-rl::before, .book-a-table-3 .rr-btn.rr-btn__red .hover-rl::after {
  border-right: none;
  border-left: none;
}
.book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-one, .book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-two {
  color: var(--rr-common-white);
}
.book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-one img, .book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-two img {
  padding-left: 62px;
}
.book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-one:after, .book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-one:after, .book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-two:after, .book-a-table-3 .rr-btn.rr-btn__red .btn-wrap .text-two:after {
  width: 30px;
  background: var(--rr-common-white);
}

.book-a-table-3-bottom__media-thumb-1 {
  position: relative;
}
.book-a-table-3-bottom__media-thumb-1 .thumb-2 {
  z-index: 2;
  bottom: 73px;
  right: -30px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .book-a-table-3-bottom__media-thumb-1 .thumb-2 {
    max-width: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .book-a-table-3-bottom__media-thumb-1 .thumb-2 {
    max-width: inherit;
  }
}
.book-a-table-3-bottom__media-thumb-1 .thumb-2::before {
  position: absolute;
  content: "";
  border: 10px solid var(--rr-common-white);
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.book-a-table-3-bottom__media-thumb-1 .thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-a-table-3-bottom-wrapper {
  margin-left: 121px;
  margin-right: 73px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .book-a-table-3-bottom-wrapper {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .book-a-table-3-bottom-wrapper {
    margin-right: 0;
    margin-left: 0;
    margin-top: 50px;
  }
}
.book-a-table-3-bottom__item {
  padding: 33.5px 40px;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .book-a-table-3-bottom__item {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .book-a-table-3-bottom__item {
    padding: 20px 15px;
  }
}
.book-a-table-3-bottom__item ul {
  list-style: none;
}
.book-a-table-3-bottom__item ul li {
  line-height: 28px;
}

.team-details-wrapper {
  background-color: #F6F6F6;
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-details__title {
  font-size: 40px;
  font-weight: var(--rr-fw-bold);
  margin-bottom: 6px;
}
.team-details__sub-title {
  font-size: 16px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-theme-primary);
}
.team-details__content {
  margin-left: -9px;
  margin-right: -17px;
  line-height: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__content .table-bordered > :not(caption) > * > * {
    border: none;
  }
}
.team-details__content-table {
  border-color: #E5E3E3;
  --bs-table-bg: none;
  margin-bottom: 40px;
}
.team-details__content-table tr {
  border-left: hidden;
  border-right: hidden;
  border-color: #E5E3E3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__content-table tr {
    border: none;
  }
}
.team-details__content-table tr td {
  padding: 28px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__content-table tr td {
    display: flex;
    flex-direction: column;
  }
}
.team-details__content-table__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__content-table__item {
    padding-left: 0;
  }
}
.team-details__content-table__item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  color: var(--rr-theme-primary);
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  background: var(--rr-common-white);
}
.team-details__content-table__item .text {
  display: flex;
  flex-direction: column;
}
.team-details__content-table__item .text span {
  line-height: 20px;
  line-height: 26px;
  color: var(--rr-text-body);
}
.team-details__content-table__item .text h6 {
  font-size: 18px;
  font-weight: var(--rr-fw-medium);
}
.team-details__content-table__item .text a {
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--rr-fw-medium);
}
.team-details__content .rr-btn-solid {
  display: inline-block;
  padding: 13.5px 39.5px;
}
.team-details__media {
  display: flex;
  margin-right: -9px;
  margin-left: 24px;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__media {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    margin-top: 60px;
  }
}

@media (min-width: 1500px) {
  .wishlist .container,
  .wishlist .container-lg,
  .wishlist .container-md,
  .wishlist .container-sm,
  .wishlist .container-xl,
  .wishlist .container-xxl {
    max-width: 1410px;
  }
}
.wishlist .table {
  --bs-table-bg: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wishlist .table {
    overflow: scroll;
  }
}
.wishlist-table table {
  margin: 0;
  background-color: #F6F6F7;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wishlist-table table {
    width: 900px;
  }
}
.wishlist-table thead tr th {
  font-size: 16px;
  padding: 26px 0;
  font-weight: 600;
  border-bottom: none;
  text-transform: uppercase;
  color: var(--rr-common-white);
  background-color: var(--rr-theme-primary);
}
.wishlist-table thead tr th.wishlist-product-name {
  padding-left: 105px;
}
.wishlist-table tbody:not(:last-child) {
  border-bottom: 1px solid;
}
.wishlist-table tbody tr {
  vertical-align: baseline;
}
.wishlist-table tbody tr:last-child {
  border: none;
}
.wishlist-table tbody tr:last-child td {
  border: none;
}
.wishlist-table tbody tr td {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wishlist-table tbody tr .product-remove {
  text-align: center;
  padding-left: 25px;
  padding-right: 15px;
  color: var(--rr-heading-primary);
}
.wishlist-table tbody tr .product__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 10px;
  column-gap: 25px;
  border-bottom: none;
}
.wishlist-table tbody tr .product__name .item {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
  color: var(--rr-theme-primary);
}
.wishlist-table tbody tr .product__name .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--rr-fw-medium);
}
.wishlist-table tbody tr .product__price {
  font-size: 16px;
  line-height: 26px;
  padding-right: 110px;
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wishlist-table tbody tr .product__price {
    padding-right: 50px;
  }
}
.wishlist-table tbody tr .product__price span {
  color: var(--rr-heading-primary);
}
.wishlist-table tbody tr .product__quantity {
  padding-right: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wishlist-table tbody tr .product__quantity {
    padding-right: 20px;
  }
}
.wishlist-table tbody tr .product__button {
  text-align: right;
  padding-right: 40px;
}
.wishlist-table tbody tr .product__button .rr-btn-solid {
  font-size: 14px;
  display: inherit;
  padding: 13.5px 34px;
}

@media (min-width: 1500px) {
  .cart .container,
  .cart .container-lg,
  .cart .container-md,
  .cart .container-sm,
  .cart .container-xl,
  .cart .container-xxl {
    max-width: 1410px;
  }
}
.cart-table {
  background-color: #F6F6F7;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart-table {
    overflow: scroll;
  }
}
.cart-table table {
  margin: 0;
  --bs-table-bg: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart-table table {
    width: 900px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart-table table {
    width: 800px;
  }
}
.cart-table thead tr {
  border-bottom: 1px solid #DCE0E3;
}
.cart-table thead tr .product-name {
  padding-left: 112px;
}
.cart-table thead tr th {
  font-size: 16px;
  padding: 26px 0 24px;
  font-weight: 600;
  border-bottom: none;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.cart-table thead tr th.product-subtotal {
  text-align: right;
  padding-right: 40px;
}
.cart-table tbody {
  padding: 30px 0;
}
.cart-table tbody tr {
  vertical-align: baseline;
  border-bottom: 1px solid #DCE0E3;
}
.cart-table tbody tr td {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-table tbody tr .product-remove {
  text-align: center;
  padding-left: 25px;
  padding-right: 15px;
  color: var(--rr-heading-primary);
}
.cart-table tbody tr .product__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 10px;
  column-gap: 25px;
  border-bottom: none;
}
.cart-table tbody tr .product__name .item {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: var(--rr-fw-medium);
  margin-bottom: 2px;
  color: var(--rr-theme-primary);
}
.cart-table tbody tr .product__name .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--rr-fw-medium);
}
.cart-table tbody tr .product__price {
  font-size: 16px;
  line-height: 26px;
  padding-right: 110px;
  font-weight: var(--rr-fw-sbold);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart-table tbody tr .product__price {
    padding-right: 50px;
  }
}
.cart-table tbody tr .product__price span {
  color: var(--rr-heading-primary);
}
.cart-table tbody tr .product__quantity {
  padding-right: 74px;
}
.cart-table tbody tr .product__quantity__group {
  display: flex;
  align-items: center;
  border: 1px solid #DCE0E3;
  position: relative;
  width: 80px;
  height: 50px;
  overflow: hidden;
}
.cart-table tbody tr .product__quantity__group input {
  padding: 20px;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  color: #74787C;
  border-radius: 0;
  font-weight: var(--rr-fw-light);
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  margin-right: -15px;
}
.cart-table tbody tr .product__quantity__control {
  border-left: 1px solid #DCE0E3;
  margin: 0px;
  cursor: pointer;
}
.cart-table tbody tr .product__quantity__control span {
  font-size: 16px;
  line-height: 23px;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  color: var(--rr-text-body);
}
.cart-table tbody tr .product__quantity__control span:not(:last-child) {
  border-bottom: 1px solid #DCE0E3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart-table tbody tr .product__quantity {
    padding-right: 20px;
  }
}
.cart-table tbody tr .product__subtotal {
  text-align: right;
  padding-right: 40px;
}
.cart-table tbody tr .product__subtotal span {
  font-size: 16px;
  font-weight: var(--rr-fw-sbold);
}
.cart__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  padding: 30px 30px;
  padding-bottom: 33px;
  background-color: #F6F6F7;
}
@media (max-width: 575px) {
  .cart__btn-wrap {
    gap: 10px;
  }
}
.cart__btn-wrap .left-item {
  display: grid;
  grid-gap: 10px;
  align-items: center;
  grid-template-columns: 296px 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cart__btn-wrap .left-item {
    grid-template-columns: 1fr;
  }
}
.cart__btn-wrap .left-item .rr-btn-solid {
  padding: 13.5px 31.5px;
  font-size: 14px;
}
.cart__btn-wrap .left-item .form-control {
  background-color: var(--rr-common-white);
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border: none;
  height: 50px;
  color: var(--rr-text-body);
  padding: 20px 25px;
  font-weight: 300;
  border-radius: 0;
}
.cart__btn-wrap .left-item .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 300;
  color: var(--rr-text-body);
}
.cart__btn-wrap .left-item .form-control::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 300;
  color: var(--rr-text-body);
}
.cart__btn-wrap .left-item .form-control:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 300;
  color: var(--rr-text-body);
}
.cart__btn-wrap .left-item .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 300;
  color: var(--rr-text-body);
}
.cart__btn-wrap .left-item .form-control::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 300;
  color: var(--rr-text-body);
}
.cart__btn-wrap .rr-btn-solid {
  padding: 13.5px 34px;
  font-size: 14px;
}

.checkout__wrapper {
  background-color: #F6F6F7;
  max-width: 648px;
  width: 100%;
  padding: 42px 0px 37px;
}
.checkout__item {
  align-items: start;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .checkout__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout__item:not(:last-of-type) {
  border-bottom: 1px solid #DCE0E3;
}
.checkout__item .title {
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-sbold);
}
.checkout__top {
  display: grid;
  align-items: center;
  padding-bottom: 35px;
  grid-template-columns: 245px 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .checkout__top {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 575px) {
  .checkout__top {
    grid-template-columns: 130px 1fr;
  }
}
.checkout__top span {
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
}
@media (max-width: 575px) {
  .checkout__top span {
    margin-left: auto;
  }
}
.checkout__shipping {
  display: grid;
  padding-top: 35px;
  padding-bottom: 40px;
  grid-template-columns: 245px 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .checkout__shipping {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 575px) {
  .checkout__shipping {
    grid-template-columns: 1fr;
  }
}
.checkout__right p {
  color: var(--rr-text-body);
  font-size: 14px;
  line-height: 24px;
  font-weight: var(--rr-fw-light);
  margin-bottom: 25px;
}
.checkout__right span {
  color: var(--rr-heading-primary);
  font-size: 16px;
  font-weight: var(--rr-fw-regular);
}
.checkout__option-wrapper {
  margin-bottom: 18px;
}
.checkout__option-wrapper .shipping-option {
  display: flex;
  align-items: center;
}
.checkout__option-wrapper .shipping-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--rr-heading-primary);
}
.checkout__option-wrapper .shipping-option label {
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-heading-primary);
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
}
.checkout__option-wrapper .shipping-option:not(:last-of-type) {
  margin-bottom: 11px;
}
.checkout__total {
  display: grid;
  align-items: center;
  padding-top: 27px;
  grid-template-columns: 245px 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .checkout__total {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 575px) {
  .checkout__total {
    grid-template-columns: 130px 1fr;
  }
}
.checkout__total span {
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
}
@media (max-width: 575px) {
  .checkout__total span {
    margin-left: auto;
  }
}
.checkout-proceed .rr-btn-solid {
  padding: 16px 32px;
}

@media (min-width: 1500px) {
  .checkout .container,
  .checkout .container-lg,
  .checkout .container-md,
  .checkout .container-sm,
  .checkout .container-xl,
  .checkout .container-xxl {
    max-width: 1410px;
  }
}
.checkout-top {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .checkout-top {
    margin-bottom: 40px;
  }
}
.checkout-top__item p {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 17px 31px;
  background-color: #F6F6F7;
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-medium);
}
.checkout-top__item p button {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-medium);
}
.checkout-top__item p:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.checkout-top__item p:hover button {
  color: var(--rr-common-white);
}
.checkout__left {
  margin-right: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .checkout__left {
    margin-right: 0;
  }
}
.checkout__left .form-header {
  margin-bottom: 30px;
}
.checkout-form__group:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .checkout-form__item.name {
    margin-bottom: 30px;
  }
}
.checkout-form__item label {
  color: var(--rr-heading-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 14px;
}
.checkout-form__item input, .checkout-form__item .address {
  padding: 29px 20px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
}
.checkout-form__item input::-webkit-input-placeholder, .checkout-form__item .address::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-text-body);
}
.checkout-form__item input::-moz-placeholder, .checkout-form__item .address::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-text-body);
}
.checkout-form__item input:-moz-placeholder, .checkout-form__item .address:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-text-body);
}
.checkout-form__item input:-ms-input-placeholder, .checkout-form__item .address:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-text-body);
}
.checkout-form__item input::placeholder, .checkout-form__item .address::placeholder { /* MODERN BROWSER */
  color: var(--rr-text-body);
}
.checkout-form__item input.street-control, .checkout-form__item .address.street-control {
  margin-bottom: 20px;
}
.checkout-form__item .address {
  height: 180px;
}
.checkout-form__item-input-select .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: inherit;
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 22px;
  padding-bottom: 23px;
  border: 1px solid #EAEAEA;
  background-color: var(--rr-common-white);
  height: 60px;
  font-family: var(--rr-ff-jost);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #74787C !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .checkout-form__item-input-select .nice-select {
    margin-bottom: 20px;
  }
}
.checkout-form__item-input-select .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #74787C !important;
}
.checkout-form__item-input-select .nice-select::-moz-placeholder { /* Firefox 19+ */
  color: #74787C !important;
}
.checkout-form__item-input-select .nice-select:-moz-placeholder { /* Firefox 4-18 */
  color: #74787C !important;
}
.checkout-form__item-input-select .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #74787C !important;
}
.checkout-form__item-input-select .nice-select::placeholder { /* MODERN BROWSER */
  color: #74787C !important;
}
.checkout-form__item-input-select .nice-select:hover {
  border-color: #EAEAEA;
}
.checkout-form__item-input-select .nice-select:active, .checkout-form__item-input-select .nice-select.open, .checkout-form__item-input-select .nice-select:focus {
  border-color: #EAEAEA;
}
.checkout-form__item-input-select .nice-select::after {
  position: absolute;
  content: "\f107";
  top: calc(50% - 1px);
  right: 25px;
  font-family: var(--rr-ff-fontawesome);
  color: #74787C;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
}
.checkout-form__item-input-select .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.checkout-form__item-input-select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.checkout-form__item-input-select .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.checkout-form__item-input-select .nice-select.disabled::after {
  border-color: #cccccc;
}
.checkout-form__item-input-select .nice-select.wide {
  width: 100%;
}
.checkout-form__item-input-select .nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.checkout-form__item-input-select .nice-select.right {
  float: right;
}
.checkout-form__item-input-select .nice-select.right .list {
  left: auto;
  right: 0;
}
.checkout-form__item-input-select .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.checkout-form__item-input-select .nice-select.small::after {
  height: 4px;
  width: 4px;
}
.checkout-form__item-input-select .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.checkout-form__item-input-select .nice-select .list {
  border: 1px solid #C9F3FF;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.checkout-form__item-input-select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 55px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: #74787C;
  transition: all 0.2s;
}
.checkout-form__item-input-select .nice-select .option:hover {
  background-color: #f6f7f9;
}
.checkout-form__item-input-select .nice-select .option.selected {
  font-weight: bold;
}
.checkout-form__item-input-select .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.checkout-form__item-input-select .no-csspointerevents .nice-select .list {
  display: none;
}
.checkout-form__item-input-select .no-csspointerevents .nice-select.open .list {
  display: block;
}

.checkout-right {
  margin-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .checkout-right {
    margin-top: 50px;
    margin-left: 0;
  }
}
.checkout-right .form-header {
  margin-bottom: 30px;
}

.checkout-login-form, .checkout-coupon-form {
  background: #F6F6F7;
  padding: 40px;
  margin: 0;
  max-width: 600px;
  display: none;
}
@media (max-width: 575px) {
  .checkout-login-form, .checkout-coupon-form {
    padding: 30px 20px;
  }
}

.checkout-login-form {
  margin-bottom: 30px;
}

.order-box {
  padding-left: 40px;
  padding-right: 39px;
  padding-top: 36px;
  padding-bottom: 45px;
  background-color: #F6F6F7;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .order-box {
    padding: 30px 20px;
  }
}
.order-box .order-item {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 80px 1fr;
}
.order-box .order-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DCE0E3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .order-box .order-item {
    grid-template-columns: 1fr;
  }
}
.order-box .order-item .order-left .order-img {
  height: 80px;
  width: 80px;
}
.order-box .order-item .order-left .order-img img {
  width: 100%;
  height: 100%;
}
.order-box .order-item .order-left .product {
  color: var(--rr-heading-primary);
  font-size: 16px;
  line-height: 26px;
  font-weight: var(--rr-fw-sbold);
  margin-bottom: 0;
  text-transform: uppercase;
}
.order-box .order-item .order-left .left-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--rr-heading-primary);
  line-height: 26px;
}
.order-box .order-item .order-left .total-price {
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
}
.order-box .order-item .order-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.order-box .order-item .order-right .content .category {
  color: var(--rr-theme-primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 24px;
}
.order-box .order-item .order-right .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--rr-fw-medium);
}
.order-box .order-item .order-right .price {
  color: var(--rr-heading-primary);
  font-size: 16px;
  font-weight: var(--rr-fw-sbold);
  margin-bottom: 0;
  line-height: 26px;
  text-transform: uppercase;
}
.order-box .order-item .order-right .right-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-heading-primary);
  line-height: 1;
}
.order-box .order-item .order-right .right-title span {
  color: var(--rr-text-body);
  font-weight: 400;
  margin-right: 10px;
}
.order-box .order-item .order-right .right-title.title-2 {
  color: var(--rr-theme-primary);
}
.order-box .order-item.item-1 {
  grid-template-columns: 200px 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .order-box .order-item.item-1 {
    grid-template-columns: 100px 1fr;
  }
}
.order-box .order-item.item-1 .order-right {
  justify-content: end;
}

.payment-option-wrap {
  margin-top: 40px;
}
.payment-option-wrap .payment-option {
  margin-bottom: 18px;
}
.payment-option-wrap .payment-option .shipping-option {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.payment-option-wrap .payment-option .shipping-option:not(:last-of-type) {
  margin-bottom: 10px;
}
.payment-option-wrap .payment-option .shipping-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--rr-heading-primary);
}
.payment-option-wrap .payment-option .shipping-option label {
  font-size: 16px;
  font-weight: var(--rr-fw-normal);
  color: var(--rr-heading-primary);
}
.payment-option-wrap .payment-option .shipping-option .options {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.payment-option-wrap .payment-option .shipping-option .options input {
  accent-color: var(--rr-heading-primary);
}
.payment-option-wrap .desc {
  font-size: 14px;
  line-height: 24px;
}
.payment-option-wrap .desc a {
  color: var(--rr-theme-primary);
}
.payment-option-wrap .form-check {
  margin-bottom: 30px;
}
.payment-option-wrap .form-check .form-check-input {
  border: 1px solid #D8DBDE;
  box-shadow: none;
  accent-color: var(--rr-theme-primary);
}
.payment-option-wrap .form-check .form-check-label {
  cursor: pointer;
}
.payment-option-wrap .rr-btn-solid {
  width: 100%;
  padding: 16px 29px;
}

/**----------------------------------------
    START: Shop Details CSS
----------------------------------------*/
.shop-details__thumb {
  margin-right: 28px;
  background-color: #F6F6F7;
  display: flex;
  padding: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 620px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details__thumb {
    height: 500px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .shop-details__thumb {
    height: 300px;
    padding: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details__thumb {
    margin-right: 0;
  }
}
.shop-details__thumb .sale {
  position: absolute;
  background-color: var(--rr-theme-primary);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  top: 30px;
  left: 30px;
  display: inline-block;
  padding: 0px 13px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}
.shop-details__info {
  margin-left: 28px;
  max-width: 529px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details__info {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
}
.shop-details__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.shop-details__rating-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.shop-details__rating-list li i {
  color: var(--rr-theme-primary);
  font-size: 14px;
  line-height: 24px;
}
.shop-details .price {
  font-size: 22px;
  line-height: 32px;
  font-weight: var(--rr-fw-sbold);
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 32px;
}
.shop-details .desc {
  margin: 18px 0;
}
.shop-details__btn-wrap {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #EBEBEB;
  padding-top: 46px;
  margin-bottom: 32px;
}
.shop-details__btn-wrap .rr-btn-solid {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 36px;
}
.shop-details__quantity-group {
  display: flex;
  align-items: center;
  position: relative;
  width: 100px;
  height: 50px;
  background-color: var(--rr-heading-primary);
  overflow: hidden;
}
.shop-details__quantity-group input {
  padding: 20px;
  padding-right: 0;
  padding-left: 0;
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-weight: var(--rr-fw-sbold);
  outline: none;
  box-shadow: none;
  text-align: center;
}
.shop-details__quantity-control {
  margin: 0px;
  cursor: pointer;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
}
.shop-details__quantity-control span {
  display: block;
  font-size: 16px;
  line-height: 11px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.2);
}
.shop-details__quantity-control span:hover {
  color: var(--rr-common-white);
}
.shop-details__list {
  list-style: none;
}
.shop-details__list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.shop-description .nav {
  gap: 71px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 21px;
  margin-bottom: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-description .nav {
    gap: 23px 30px;
    padding-bottom: 10px;
  }
}
.shop-description .nav li button {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--rr-text-body);
  font-weight: var(--rr-fw-sbold);
  position: relative;
}
.shop-description .nav li button::after {
  z-index: 1;
  width: 999999%;
  transform: translate(-50%, 0);
  border-bottom: 2px solid var(--rr-theme-secondary);
  content: "";
  left: 50%;
  position: absolute;
  top: 44px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-description .nav li button::after {
    top: 33px;
  }
}
.shop-description .nav li button.active {
  color: var(--rr-heading-primary);
}
.shop-description .nav li button.active::before {
  z-index: 2;
  width: calc(100% + 40px);
  transform: translate(-50%, 0);
  border-bottom: 2px solid var(--rr-theme-primary);
  content: "";
  left: 50%;
  position: absolute;
  top: 44px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-description .nav li button.active::before {
    top: 33px;
  }
}

.product-table {
  background-color: #f6f6f6;
  margin: 0;
  --bs-table-bg: transparent;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product-table {
    width: 700px;
  }
}
.product-table__wrapper {
  overflow: scroll;
}
.product-table thead tr th, .product-table tbody tr td {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.product-table thead tr th:not(.product-table thead tr th:last-child, .product-table tbody tr td:last-child), .product-table tbody tr td:not(.product-table thead tr th:last-child, .product-table tbody tr td:last-child) {
  border-right: 1px solid rgba(17, 17, 17, 0.1);
}
.product-table thead tr th {
  padding: 0.7rem 0.7rem;
  text-align: center;
  color: var(--rr-theme-primary);
}
.product-table tbody tr td {
  text-align: center;
  color: var(--rr-color-heading-primary);
  padding: 15px 0;
}

.review-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .review-item {
    flex-direction: column;
    align-items: start;
  }
}
.review-item__wrap {
  gap: 30px;
}
.review-item_thumb {
  height: 90px;
  width: 90px;
  min-width: 90px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
}
.review-item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-item_content {
  width: 100%;
}
.review-item_content-top {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: end;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .review-item_content-top {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
}
.review-item_content-top .review {
  list-style: none;
  display: flex;
  gap: 5px;
  flex-direction: row;
}
.review-item_content-top .review li i {
  color: var(--rr-theme-primary);
}

.review-form-wrap .review {
  list-style: none;
  display: flex;
  gap: 5px;
  flex-direction: row;
}
.review-form-wrap .review li i {
  color: var(--rr-theme-primary);
}

/*# sourceMappingURL=delishs-core.css.map */
