/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/
/* 
  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Regular.woff2') format('woff2'),
          url('../fonts/Plain-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Light.woff2') format('woff2'),
          url('../fonts/Plain-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Bold.woff2') format('woff2'),
          url('../fonts/Plain-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  } */

@font-face {
  font-family: 'grand';
  src: url('../fonts/Arkusi.woff2') format('woff2'),
    url('../fonts/Arkusi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cia';
  src: url('../fonts/Ciabatta-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Ciabatta-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}




:root {
  --primary-color: #c29941;
  --second-color: #dcc46c;
  --four-color: #dbca83;
  --third-color: #694b21;
  --white-color: #ffffff;
  --dark-color: #171819;
  --about-bg-color: #f9f9f9;

  --gray-color: #909090;
  --link-color: #404040;
  --p-color: #666262;

  --base-font-family: 'Plain', sans-serif;
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-weight-light: 300;
  --font-weight-thin: 100;

  --h1-font-size: 48px;
  --h2-font-size: 36px;
  --h3-font-size: 28px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --base-font-size: 16px;
  --menu-font-size: 14px;

  --border-radius-large: 100%;
  --border-radius-small: 2px;
}


body {
  background: var(--white-color);
  font-family: var(--base-font-family);
}


/* new css for Milano Sugar */
.modal-content {
  padding: 0 !important;
}

.modal-title {
  font-family: 'cia';
  color: var(--third-color);
  text-transform: uppercase;
  line-height: 1.3;
  width: 80%;
  padding: 0 !important;
  text-align: left;
}

.modal-header {
  background: var(--four-color);
}

.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: white;
  border: none;
}

.column-left {
  width: 97px;
}

.phone {
  font-size: 21px !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  color: #000 !important;
  text-align: left !important;
}

.list-style-none {
  list-style: none !important;
}

.description {
  color: #999;
  font-style: italic;
  font-size: 14px;
  text-align: left;
}

.custom-btn.service h3 {
  color: #000 !important;
}


.navbar-brand img {
  height: 70px;
}

.social-icon.footer li a {
  font-size: 20px;
  color: var(--dark-color);
  background: linear-gradient(180deg, var(--primary-color) 25%, var(--white-color) 50%, var(--primary-color) 75%);
  padding: 10px;
  border-radius: 100px;
  width: 50px;
  width: 40px;
  height: 40px;
}

.social-icon.footer li a:hover {
  color: var(--dark-color);
  background: linear-gradient(90deg, var(--primary-color) 25%, var(--white-color) 50%, var(--primary-color) 75%);

}

.text-gold {
  color: var(--third-color);
  text-shadow: -1px 1px 0 var(--white-color), 1px 1px 0 var(--white-color), 1px -1px 0 var(--white-color), -1px -1px 0 var(--white-color), 2px 4px 0px var(--dark-color);

}

.text-gold.spe {
  color: var(--third-color);
  text-shadow: -1px 1px 0 var(--white-color), 1px 1px 0 var(--white-color), 1px -1px 0 var(--white-color), -1px -1px 0 var(--white-color), 2px 4px 0px var(--dark-color);
}

.text-grey {
  color: #616161 !important;
}

.close {
  color: #616161 !important;
}

.btn.bg-color:hover {
  color: var(--dark-color) !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid var(--primary-color) !important;
}

.btn-secondary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--four-color);
  border-color: var(--four-color);
}

#about p {
  text-align: justify;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-thin);
  line-height: normal;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 20px 0;
}

h2 {
  letter-spacing: 3px !important;

  font-family: 'grand';
  color: var(--third-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h3 {
  font-family: 'cia';
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
  margin: 0;
}

h4 {
  font-family: 'cia';
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-family: 'cia';
  color: var(--dark-color);
  font-size: var(--h6-font-size);
  line-height: inherit;
  margin: 0;
}

p {
  color: #fff;
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  line-height: 1.5em;
}

b,
strong {
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}

.section {
  padding: 3em 0 1em;
}


/* BUTTON */
.close:focus {
  outline: none;
}

.custom-btn {
  background: transparent;
  border-radius: var(--border-radius-small);
  padding: 14px 24px;
  color: var(--white-color);
  font-size: 25px;
  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: var(--primary-color);
}

.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;
}

.bordered {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.bg-color {
  color: var(--dark-color) !important;
  border: 2px solid !important;
  border-image-slice: 2 !important;
  border-width: 2px !important;
  border-image-source: linear-gradient(to left, var(--dark-color), var(--four-color), #fff, var(--primary-color), var(--dark-color)) !important;
  padding: 15px !important;
  margin-top: 30px !important;
  width: 200px !important;
  background: transparent !important;
}

.bg-color:hover {
  color: var(--dark-color) !important;
  border: 2px solid !important;
  border-image-slice: 2 !important;
  border-width: 2px !important;
  border-image-source: linear-gradient(to bottom, var(--dark-color), var(--four-color), #fff, var(--primary-color), var(--dark-color)) !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: #1c100e;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
  color: var(--third-color);
  outline: none;
  text-decoration: none;
}

.bg-booking {
  position: relative;
  background-image: url(../images/bg-app.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  z-index: 1;
}

.bg-booking::after {
  /* position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0073a580 */
}

.site-footer {
  background-color: var(--third-color);
  /* background-image : url(../images/bg-header.jpg) !important; */
  padding: 2rem 1rem;
  border-bottom: 1px solid #545454;
}

/* .hero {
    background-image: url(../images/bg-header.jpg) !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  } */

/* BG OVERLAY */

.bg-overlay {
  background: var(--dark-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}


/*---------------------------------------
     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;
}


/*---------------------------------------
    FEATURE          
  -----------------------------------------*/

.feature {
  background: #fce0e0;
  padding: 5rem 0;
}


/*---------------------------------------
     MENU             
  -----------------------------------------*/

.navbar {
  /* background-image : url(../images/bg-header.jpg) !important;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #545454;
    background-size: cover;
    background-position: center 95%; */
  background-color: var(--third-color);
  box-shadow: 0px 1px 10px 2px var(--dark-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-brand {
  color: var(--white-color);
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  padding-top: 0;
}

.nav-item .nav-link {
  display: block;
  color: white;
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  padding: 2px 6px;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
  color: #e1c145;
}

.navbar .social-icon li a {
  color: var(--white-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 10px 0 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.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: #fff;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  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: #fff;
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
     HERO              
  -----------------------------------------*/

.hero {
  background-image: url('../images/bg-banner.jpg');
  background-size: cover;
  background-position: 60% 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  position: relative;
  text-shadow: -1px 1px 0 var(--white-color), 1px 1px 0 var(--white-color), 1px -1px 0 var(--white-color), -1px -1px 0 var(--white-color), 2px 4px 0px var(--dark-color);
  letter-spacing: 5px;
  font-size: 5rem;
  text-transform: capitalize;
  font-family: 'grand';
  color: var(--primary-color);
}

.hero h6 {
  font-size: 3rem;

}

.hero .img-flw {
  position: absolute;
  width: 7rem;
  top: -57px;

}


/*---------------------------------------
     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,
#women,
.contact {
  background: #dbca8342;
  /* background-image: url("../images/bg-about.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; */
}


.about .img-fluid {
  /* box-shadow: 0px 0px 9px 1px var(--primary-color); */
  border-radius: 0rem 10rem;
}

.about-working-hours {
  border-left: 2px solid #edc8c0;
  padding-left: 3.5rem;
}

.about-working-hours strong {
  color: var(--white-color);
  opacity: 0.85;
}

.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;
}


/*---------------------------------------
     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 {
  border-top: 1px solid #efebeb;
}

.site-footer a {
  color: var(--dark-color);
  font-weight: var(--font-weight-light);
}

.site-footer a:hover,
.site-footer p {
  color: var(--white-color);
}

.contact .fa,
.site-footer .fa {
  color: var(--primary-color);
  width: 18px;
}


/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 5px 0 0 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  text-decoration: none;
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
  margin: 5px 10px;
  text-align: center;
}

.social-icon li a:hover {
  color: var(--second-color);
}


/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 992px) {

  .section {
    padding: 3rem 0;
  }

  .nav-item .nav-link {
    padding: 6px;
  }

  .navbar .social-icon {
    margin-top: 22px;
  }

  .navbar-collapse,
  .site-footer {
    text-align: center;
  }

  .schedule-table {
    display: block;
  }

  .modal-content {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {

  h1 {
    font-size: 38px;
  }

  .about-working-hours {
    border-left: 0;
    padding: 22px 0 0 0;
  }

  .contact h2 span {
    display: block;
  }
}



p {
  color: #212529;
}

@media (max-width: 768px) {
  .booking {
    background-position: 20% !important;
  }

  .line-dash {
    margin: 20px 0 !important;
  }

  .banner-png {
    bottom: 0 !important;
    right: 0% !important;
    width: 78% !important;
  }

  .hero .container {
    /* margin-top: -25rem; */
  }

  .hero {
        background-position: 47% 100%;

    justify-content: start;
  }

  .hero .hero-text {

    margin-top: 8rem;
  }

  .hero h6 {
    font-size: 2rem;
  }

  .hero h1 {
    line-height: 40px;
    font-size: 3rem;
  }

  #contact h2,
  #about h2 {
    font-size: 3rem !important;
  }

  .modal-dialog .modal-body {
    max-height: 375px !important;
  }

  .hero .img-flw {
    width: 4rem;
top: -76px;
        right: 0;
  }

}


/*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(--third-color);
  text-align: left;
}

@media (max-width: 480px) {
  .navbar-brand {
    margin-right: 0 !important;
  }

  .navbar-toggler {
    margin-right: 7px;
  }

}

@media (max-width: 424px) {
  .navbar-brand {
    width: 50%;
  }

}

.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;
}


.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 {
  overflow: hidden;
  /* height: 250px;
  width: 250px; */
}

@media (max-width: 767px) {
  .team-card .img-fluid {
    width: 100%;
  }

  .hero-left {
    height: auto;
  }

  .polish {
    width: 29% !important;
    right: 4% !important;
  }
}

@media (min-width: 1440px) {
  .team-card .img-fluid {
    width: 100%;
  }

  .testi-content .testi-text {
    /*padding: 30px 10% !important;*/
  }

  .testi-content .owl-dots {
    padding-bottom: 30px;
  }
}

.menu-img img {
  transition: all .5s ease;
  height: 100%;
  object-fit: cover;
  border: 8px solid var(--primary-color);
  border-radius: 100%;
}

.booking h2 {
  color: var(--third-color);
  text-shadow: -1px 1px 0 var(--white-color), 1px 1px 0 var(--white-color), 1px -1px 0 var(--white-color), -1px -1px 0 var(--white-color), 2px 4px 0px var(--dark-color);

  /* background: linear-gradient(270deg, var(--white-color), var(--white-color));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
}

.speci {
  background-color: var(--second-color);
  background-image: url("../images/bg-gallery.png");
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat;
}

.speci img {
  background-color: var(--white-color);
  padding: .5rem
}

.flower {
  background-color: unset !important;
  width: 7rem;
}

.banner-png {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 40%;
}

.polish {
  position: absolute;
  right: -30px;
  z-index: 2;
  bottom: -34px;
  width: 23%;
}

#contact h2,
#about h2 {
  text-shadow: -1px 1px 0 var(--white-color), 1px 1px 0 var(--white-color), 1px -1px 0 var(--white-color), -1px -1px 0 var(--white-color), 2px 4px 0px var(--dark-color);
  font-size: 4rem;
  font-family: "grand";
  letter-spacing: 5px
}

.custom-owl-carousel {
  padding-left: 0rem;
}

.modal-dialog .modal-body {
  max-height: 500px;
  overflow: hidden;
}

#women .modal-dialog .modal-body {
  overflow-y: scroll;
}