/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/SofiaPro.woff2') format('woff2'),
    url('../fonts/SofiaPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lil Stuart PERSONAL USE ONLY';
  src: url('../fonts/SemperSmallCaps.woff2') format('woff2'),
    url('../fonts/SemperSmallCaps.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root {
  --red: #f9002b;
  --red-light: #fff4f5;
  --white-color: #ffffff;
  --dark-color: #090607;
  --bg-silver: #fff7f8;

  --text-black: #0b0b0b;
  --blu:#0b69db;
}


body {
  background: var(--white-color);
  font-family: var(--base-font-family);
}

img {
  max-width: 100%;
}

/*========== POPUP ================ */
#popup-ads.modal {
  display: block;
  opacity: 1;
  transition: opacity .15s linear;
  width: 100vw;
}

/*
.popup {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
}
*/
#popup-ads.modal .modal-dialog {
  max-width: 600px;
}

#popup-ads.modal button.close {
  top: -25px;
  position: absolute;
  right: -2px;
  font-size: 26px;
  z-index: 10;
  /* background: #fff; */
  color: white !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  opacity: 1 !important;
  transition: all .2s ease;
}

#popup-ads.modal button.close:hover {
  background: #333;
  color: #fff !important;
}


/*======== Popup Service =========*/
.modal-content {
  padding: 0 !important;
}

.modal-title {
  text-transform: uppercase;
  line-height: 1.3;
  width: 80%;
  padding: 0 !important;
  text-align: left;
}

.modal-header {
  background: var(--red);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
  background: var(--bg-silver);
  border: none;
}

/*======== //Popup Service =========*/

.column-left {
  width: 97px;
}

.phone {
  font-size: 21px !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.list-style-none {
  list-style: none !important;
}

.sub-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-black);
  text-transform: uppercase;
}

.description {
  color: #666;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

/* HTML: <div class="ribbon">Your text content</div> */
.service-btn {
  display: block;
  position: relative;
}

.service-btn h3 {
  background-color: var(--white-color);
  font-size: 20px;
  font-weight: bold;
  color: var(--dark-color);
  padding: 10px;
  /* border: solid 2px var(--red); */
}





.social-icon.footer li a {
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--red);
  text-align: center;
  border-radius: 100px;
  width: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.social-icon.footer li a:hover {
  background: var(--blu);
  color: var(--white-color);
}

.text-gold {
  color: #8A0000;
}

.modal-title,
.text-gold.spe {
  color: var(--white-color);
}

.text-grey {
  color: #333 !important;
}

.btn.bg-color,
.text-white,
.close {
  color: #f2e5d1 !important;
}

.btn.bg-color:hover {
  color: #e6b160 !important;
}

.border-bottom {
  border-bottom: 1px solid #d9d9d9 !important;
}

.border-top {
  border-top: 1px solid #e6b160 !important;
}

.btn-secondary {
  color: #8A0000;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #f2e5d1;
  background-color: #8A0000;
  border-color: #8A0000;
}


/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

.heading {
  font-family: 'Sofia Pro';
  font-weight: 700;
  font-size: 2.5rem;
}

.heading span {
  font-weight: 700;
  color: var(--red);
}

.section {
  padding: 70px 0;
}


/* BUTTON */
.close:focus {
  outline: none;
}

.custom-btn {
  background: var(--red);
  border-radius: var(--border-radius-small);
  padding: 10px 24px;
  color: var(--white-color);
  font-size: 16px;
  border-radius: 50px;
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  color: #fff;
  box-shadow: none;
}

.custom-btn:focus {
  box-shadow: none;
}

.custom-btn.bordered:hover,
.custom-btn.bordered:focus,

.custom-btn.bg-color:hover,
.custom-btn.bg-color:focus {
  background: #703e3a;
  border-color: transparent;
  color: white;
}

.btn-white {
  background: var(--red);
  font-weight: 600;
  color: var(--white-color);
  border: solid 2px #fff;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background: var(--red-light);
  color: var(--red);
}

.bordered {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.c-button-8 {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  overflow: hidden;
  color: var(--text-black) !important;
  background: #d7a652;
  background: linear-gradient(45deg, #d7a652 0%, #ffe290 52%, #d7a652 100%);
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.c-button-8:hover {
  background: #d7a652;
  background: linear-gradient(-45deg, #d7a652 0%, #ffe290 52%, #d7a652 100%);
}

.bg-color {
  color: #fff !important;
  border: 2px solid !important;
  border-image-slice: 2 !important;
  border-width: 2px !important;

  padding: 15px !important;
  margin-top: 30px !important;
  width: 200px !important;
  background: transparent !important;
}

.bg-color:hover {
  color: #f6d192 !important;
  border: 2px solid !important;
  border-image-slice: 2 !important;
  border-width: 2px !important;
  border-image-source: linear-gradient(to bottom, #916a03, #bb8b0c, #fff, #896400, #6b4c00) !important;
  padding: 15px !important;
  margin-top: 30px !important;
  width: 200px !important;
  background: transparent !important;
}



/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #111;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
  color: var(--red);
  outline: none;
  text-decoration: none;
}

.sec_promotion {
  background: var(--red-light);
}

.sec_promotion a {
  display: block;
  background: var(--white-color);
  padding: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.bg-booking {
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bg-booking:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
  position: absolute;
  top: 0;
  left: 0;
}

.bg-booking p {
  line-height: 35px;
  font-size: 20px;
  color: var(--white-color);
}

.bg-booking h2 {
  color: var(--white-color);
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.36);
}

.bg-booking h2 span {
  text-transform: uppercase;
  font-family: 'Lil Stuart PERSONAL USE ONLY';
  color: var(--white-color);
  font-weight: 500;
  font-size: 3.5rem;
}

.site-footer {
  background: var(--primary-color);
  padding: 2rem 1rem;
  border-bottom: 1px solid #545454;
}

.hero {
  background-image: url(../images/banner.jpg) !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: middle;
  min-height: 100vh;
  position: relative;
}

.hero:before {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(23, 24, 25, 1) 0%, rgba(23, 24, 25, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-text {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

.hero h6 {
  font-size: 30px;
  line-height: 40px;
  color: var(--white-color);
  margin: 20px 0;
}

.hero h1 {
  font-family: 'Sofia Pro';
  text-transform: capitalize;
  font-weight: 500;
  font-size: 75px;
  line-height: 85px;
  color: var(--white-color);
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.36);
}

.hero h1 span {
  text-transform: uppercase;
  font-family: 'Lil Stuart PERSONAL USE ONLY';
  color: #fff;
  font-size: 90px;
}

.hero-text .btn {
  margin: 0 auto;
}

/* BG OVERLAY */

.bg-overlay {
  background: rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
     MODAL              
  -----------------------------------------*/

.modal-content {
  padding: 0;
}

.modal-header,
.modal-footer {
  border: 0;
  padding: 0 15px 15px;
}

.membership-form a {
  color: var(--primary-color);
}

.modal-backdrop.show {
  opacity: .6;
}

.modal-dialog {
  max-width: 600px;
}

/*---------------------------------------
    FEATURE          
  -----------------------------------------*/

.feature {
  background: #fce0e0;
  padding: 5rem 0;
  position: sticky;
  top: 0;
  z-index: 999;
}


/*---------------------------------------
     MENU             
  -----------------------------------------*/

.navbar {
  background: var(--white-color);
  z-index: 999;
  width: 100%;
  padding: 15px 1rem;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.navbar.header-sticky {
  position: fixed;
  background: #d3e7ff;
  padding: 0.5rem 1rem;
  box-shadow: 0 5px 16px #0b69dbad;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-in-out;
}

.navbar.header-sticky .navbar-brand {
  width: 23%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
}

.navbar-brand {
  color: var(--white-color);
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  padding: 0;
  position: relative;
  width: 23%;
  margin: 0;
}

.nav-item {
  padding: 0 15px;
}

.nav-item .nav-link {
  display: block;
  color: var(--dark-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  font-size: 18px;
  padding: 2px 0 !important;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
  color: var(--red);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 45px;
  height: 38px;
  outline: none;
  background: var(--red);
  text-align: center;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  left: 7px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
     HERO              
  -----------------------------------------*/


/*---------------------------------------
     CLASS               
  -----------------------------------------*/

.class-info {
  background: var(--white-color);
  box-shadow: 6px 0 38px rgba(20, 20, 20, 0.10);
  border-radius: 0 0 2px 2px;
  padding: 1rem 2rem;
  position: relative;
}

.class-info img {
  border-radius: 2px 2px 0 0;
}

.class-info strong {
  color: var(--gray-color);
}

.class-price {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}


/*---------------------------------------
     SCHEDULE             
  -----------------------------------------*/

.schedule {
  background: var(--dark-color);
}

.schedule-table {
  display: table;
  border: 0;
  text-align: center;
}

.schedule-table strong,
.schedule-table span {
  display: block;
  text-align: center;
}

.schedule-table strong {
  color: var(--white-color);
}

.schedule-table span {
  color: var(--gray-color);
}

.schedule-table span,
.schedule-table small {
  font-size: var(--menu-font-size);
  text-transform: uppercase;
}

.schedule-table small {
  position: relative;
  top: 10px;
}

.table .thead-light th,
.schedule-table tr td:first-child {
  background: var(--primary-color);
  border: 1px solid #212122;
  color: var(--white-color);
}

.schedule-table .thead-light th {
  border-bottom: 0;
  text-transform: uppercase;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #212122;
}

.table-bordered td {
  padding-bottom: 22px;
}

.table td,
.table th {
  padding: 1rem;
}


/*---------------------------------------
      ABOUT & TEAM            
  -----------------------------------------*/
.about {
  background: url(../images/bg-red.avif) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: #e8f2ff42;
  position: relative;
}

/*
  .about:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg-red.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  */
.about .row {
  background: var(--white-color);
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.about img {
  /* background: var(--red); */
  padding: 10px;
  transition: all 1s ease;
}

.about h2 {
  font-family: 'Sofia Pro';
  color: var(--text-black);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-bottom: 0;
}

.about h2 span {
  text-transform: uppercase;
  font-family: 'Lil Stuart PERSONAL USE ONLY';
  font-weight: 500;
  font-size: 50px;
  color: var(--red);
}

#about p {
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-black);
  margin: 0;
}

/*---------------------------------------
    CONTACT          
  -----------------------------------------*/
.contact {
  position: relative;
  background: var(--red-light);
}

.contact .container {
  position: relative;
  z-index: 5;
}

.contact h2 {
  font-size: 36px;
}

.contact h4 {
  font-size: 25px;
  border-top: solid 1px #ddd;
  color: var(--dark-color);
}

.contact p,
.contact p a {
  color: var(--dark-color);
}

.contact p:hover a {
  color: var(--red);
}

.contact .business-hour li span.date {
  width: 80px;
  color: var(--dark-color);
}

.contact .business-hour li span.hour {
  color: var(--dark-color);
}

.contact .navbar-brand {
  width: 40%;
}

.team-thumb {
  position: relative;
}

.team-info {
  background: var(--white-color);
  border-radius: 0 0 2px 2px;
  box-shadow: 6px 0 38px rgba(20, 20, 20, 0.10);
  padding: 20px;
  position: relative;
}

.team-info span {
  font-weight: var(--font-weight-light);
  opacity: 0.85;
}

.team-info .social-icon {
  position: absolute;
  top: 10px;
  right: 20px;
}

.team-info .social-icon li {
  display: block;
}


/*---------------------------------------
     GALLERY            
  -----------------------------------------*/
.s-gallery {
  position: relative;
  background: var(--red-light);
}

/*
  .s-gallery:before {
    content: "";
    background: rgb(255 255 255 / 46%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  */
.s-gallery h2 {
  color: var(--blu);
}

.fire-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}

/*---------------------------------------
     SERVICE            
  -----------------------------------------*/
.s-service {
  background: url(../images/bg-red.avif) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: #e8f2ff42;
  position: relative;
}

.s-service .des-title {
  color: #666;
    font-style: italic;
    font-size: 14px;
  text-align: start;
  padding: 0 1rem;
  margin-top: 1rem;
}

/*
  .s-service .row-menu {
    background: var(--red-light);
    padding: 35px 50px;
    position: relative;
  }
  */
.s-service .heading,
.s-service p {
  color: var(--blu);
}

.big-title {
  font-weight: 700;
  text-transform: uppercase;
}

/*---------------------------------------
     CONTACT              
  -----------------------------------------*/

.webform input,
button#submit-button {
  height: calc(2.25rem + 20px);
}

.form-control {
  border-radius: var(--border-radius-small);
  margin: 1.3rem 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--dark-color);
}

button#submit-button {
  background: var(--dark-color);
  border-color: transparent;
  color: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

button#submit-button:hover {
  background: var(--primary-color);
}

.contact h2+p {
  max-width: 90%;
}

.google-map iframe {
  width: 100%;
}


/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

.site-footer {
  background: #b0d4ff;
  position: relative;
}

.site-footer a {
  color: var(--red);
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--gold);
}

.site-footer p {
  color: var(--text-black);
}

.contact .fa,
.site-footer .fa {
  color: var(--primary-color);
  width: 18px;
}


/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  text-decoration: none;
  display: inline-block;
  color: var(--white-color);
  font-size: 16px;
  background: var(--red);
  border-radius: 100%;
  margin: 5px 2px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.social-icon li:last-child a {
  margin-right: 0;
}

.social-icon li a:hover {
  color: var(--red);
  background: var(--red-light);
}

.modal .text-gold {
  color: #111;
}


.back-to-top {
  position: fixed;
  display: none;
  background: var(--red);
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  right: 20px;
  bottom: 20px;
  border: solid 2px #fff;
  transition: background 0.5s;
  z-index: 100;
  border-radius: 100%;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.back-to-top i {
  line-height: 35px;
  color: var(--white-color);
}

.back-to-top:hover {
  background: var(--white-color);
}

.back-to-top:hover i {
  color: var(--red);
}


.action-book {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
}

.action-book .booking-now-border {
  width: 40px;
  height: 40px;
  margin: 10px 0;
  margin-left: auto;
  text-align: center;
  text-transform: capitalize;
  color: var(--white-color);
  border: solid 2px #fff;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: all .3s ease;
  text-decoration: none;
  background: var(--red);
  animation: pulse 1.5s infinite, vibrate 1s infinite;
}

.action-book .booking-now-border i {
  line-height: 35px;
}

.action-book .booking-now-border span {
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
  color: var(--text-dark);
}

.action-book .booking-now-border:hover {
  width: 40px;
  background: var(--white-color);
}

.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  color: var(--primary);
}

.action-book .booking-now-border:hover i {
  color: var(--red);
}

.action-book .cta-social:hover i {
  color: var(--text-white);
}

.action-book .cta-social:hover span {
  color: var(--text-white);
}

/* Hiệu ứng sóng sáng nhấp nháy */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--red);
  }

  70% {
    box-shadow: 0 0 0 25px rgb(187 139 195 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(187 139 195 / 0%);
  }
}

/* Hiệu ứng rung */
@keyframes vibrate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(8deg);
  }

  40% {
    transform: rotate(-8deg);
  }

  60% {
    transform: rotate(6deg);
  }

  80% {
    transform: rotate(-6deg);
  }
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1280px) {
  .nav-item {
    padding: 0 12px;
  }
}

@media screen and (max-width: 992px) {

  .navbar {
    padding: 10px 1rem;
  }

  .navbar-brand {
    width: 30%;
  }

  .contact .navbar-brand {
    width: 25%;
  }

  .section {
    padding: 3rem 0;
  }

  .nav-item {
    margin: 5px 0;
  }

  .nav-item .nav-link {
    padding: 6px;
  }

  .navbar .social-icon {
    margin-top: 10px;
  }

  .navbar-collapse {
    padding: 20px 0;
  }

  .navbar-collapse,
  .site-footer {
    text-align: center;
  }

  .schedule-table {
    display: block;
  }

  .modal-content {
    padding: 1rem;
  }

  .hero {
    min-height: 70vh;
  }

  .about .container {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
  }

  .about img {
    margin: 20px auto 0 auto;
  }

  #about p {
    padding: 0;
  }

}


p {
  color: #111;
}


@media screen and (max-width: 767px) {

  .hero h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .about-working-hours {
    border-left: 0;
    padding: 22px 0 0 0;
  }

  .contact h2 span {
    display: block;
  }

}

@media (max-width: 768px) {

  .hero h1 span {
    display: block;
  }

  .booking {
    background-position: 20% !important;
  }

  .line-dash {
    margin: 20px 0 !important;
  }

  .s-service .row-menu {
    padding: 35px;
  }

  .modal-dialog {
    max-width: 95%;
  }

}


/*Menu service*/
.border-right-img {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .title-big {
    padding: 0 0 10px 0;
    font-size: 25px;
    border-bottom: 2px solid #dee2e6 !important;
  }
}

.line-dash {
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 0.5px;
  width: 100%;
  margin: 40px 0;
}

.title-group {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

.title-big {
  font-size: 32px;
  color: #8c5953;
  font-weight: 300;
  padding: 0 0 16px 0;
  letter-spacing: 4px;
}

.title-small div {
  text-transform: capitalize;
}

.color-price {
  color: var(--red);
  text-align: left;
  font-size: 18px;
}

@media (max-width: 600px) {

  #popup-ads.modal .modal-dialog {
    max-width: 95%;
    margin: 15% auto;
  }

}

@media (max-width: 567px) {}

@media (max-width: 480px) {

  .navbar-brand {
    width: 25%;
    margin-right: 0 !important;
  }

  .navbar-toggler {
    margin-right: 7px;
  }

  .hero {
    min-height: 50vh;
  }

  .hero h1 {
    font-size: 50px;
    line-height: 70px;
  }

  .hero h1 span {
    font-size: 40px;
  }

  .hero h6 {
    font-size: 24px;
    line-height: 34px;
  }

  .about h2,
  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .description {
    text-align: justify;
  }

  .s-service .menu-wrap .custom-btn {
    padding: 20px;
  }

}


.note {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  font-style: italic;
}

.desc {
  font-size: 17px;
  color: #666;
  margin-bottom: 0;
}

/*slider 2*/
.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  width: 60px;
  height: 60px;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
}

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9;
}

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-carousel .owl-item img {
  /*height: 406px;*/
  object-fit: cover;
  max-width: 100%;
}

/*@media (min-width: 992px) {*/
/*.hero-carousel .owl-item img {*/
/*height: calc(100vh - 130px);*/
/*}*/
/*}*/
.lnr-chevron-left:before,
.lnr-chevron-right:before {
  color: white;
  font-weight: bold;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
  background-color: #f29884;
}

.text-day,
p.text-day {
  font-size: 18px;
}

.hero-carousel .owl-prev:hover,
.hero-carousel .owl-next:hover {
  color: #000;
}

.title-small div {
  font-size: 17px;
}

/*Modal*/


h2.modal-title {
  font-size: 30px;
  font-weight: 300;
}

.modal-header .close {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1;
}


.btn-callnow {
  padding: 10px 7px;
  text-align: center;
  float: left;
  background: #e64b33;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 19px;
}

.btn-booknow {
  padding: 25px 7px;
  text-align: center;
  float: left;
  background: #e64b33;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}

.btn-booknow:hover,
.btn-booknow:active,
.btn-callnow:hover,
.btn-callnow:active {
  background: #b63c29;
  color: #fff;
}

/*---*/

.boxed-page .section-padding,
.section-padding-contact {
  padding-top: 65px;
  padding-bottom: 65px;
}


.overlay .section-content {
  position: relative;
  z-index: 1;
}

.heading-menu .text-center {
  font-size: 25px !important;
}

.menu-img {
  width: 100%;
  overflow: hidden;
  transition: all .3s;
  border-radius: 0 !important;
  padding: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.heading-menu:hover h3 {
  color: var(--text-black) !important;
}

.menu-img img {
  border: 7px solid var(--white-color);
  transition: all .5s ease;
  margin-bottom: 0;
}

.heading-menu:hover .menu-img img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.class-thumb.image {
  background: #fff;
  padding: 10px 10px 45px 10px;
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.class-thumb.image .overlay {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 55px);
  background: rgb(0 0 0 / 25%);
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  cursor: zoom-in;
}

.class-thumb.image ul {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0;
}

.class-thumb.image ul li {
  width: 40px;
}

.class-thumb.image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 5;
  color: #fff;
}

.class-thumb.image:hover i,
.class-thumb.image:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1440px) {
  .team-card .img-fluid {
    width: 100%;
  }

  .testi-content .owl-dots {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .team-card .img-fluid {
    width: 100%;
  }

  .hero-left {
    height: auto;
  }

  [data-aos][data-aos][data-aos-delay="400"].aos-animate,
  body[data-aos-delay="400"] [data-aos].aos-animate {
    animation: none
  }

  .text-gold {
    font-size: 30px;
    margin-bottom: 15px !important;
  }

  .modal-content .text-gold {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  .modal-title {
    font-size: 18px
  }

}


@media (max-width: 480px) {
  .social-icon.footer li a {
    margin: 0 5px 0 0;
  }

  .custom-btn.service h3 {
    font-size: 18px !important
  }

  .c-button-8 {
    font-size: 16px;
    padding: 8px 30px;
  }

  .contact .text-gold {
    font-size: 20px !important
  }

  .site-footer {
    padding: 15px 0;
  }

  .site-footer p {
    font-size: 14px
  }

  .section {
    padding: 30px 0 !important;
  }

  .bg-black .heading-menu {
    margin-bottom: 20px;
  }

}


@media (max-width: 375px) {

  .navbar-brand,
  .contact .navbar-brand {
    width: 60% !important;
  }

  .bg-overlay {
    background: linear-gradient(0deg, rgba(23, 24, 25, 0) 0%, rgba(23, 24, 25, 1) 100%);
  }

  .about h2 span,
  .bg-booking h2 span {
    font-size: 37px;
    display: block;
  }

  .s-service .row-menu {
    padding: 20px;
  }
}