/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/

  :root {
    --primary-color:        #e6b160;
    --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;
  }

  :root {
    --color1: #040404;
    --color2: #69321e;
    --color3: #9e5f48;
  }


  body {
    background: var(--white-color);
    font-family: var(--base-font-family);
  }


/* new css for Milano Sugar */
.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(--color2);
}
.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: #f2e5d1;
    border: none;
}
.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;
}

.description {
    color: #666;
    font-style: italic;
    font-size: 14px;
    text-align: left;
}


.navbar-brand img{
	height: 75px;
  transition: 0.3s;
}

.social-icon.footer li a{
  border: 1px solid var(--color2);
    font-size: 16px;
    color: #fff;
    background-color: var(--color2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 0;
}

.social-icon.footer li a:hover{
    background: #eee;
    border-color: #111;
    color: #111;
}
.text-gold {
    color: var(--color2);
}
.modal-title,
.text-gold.spe {
    color: #fff;
}
.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 #e6b160 !important;
}
.border-top {
    border-top: 1px solid #e6b160 !important;
}
.btn-secondary {
    color: var(--color2);
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:hover {
    color: #f2e5d1;
    background-color: var(--color2);
    border-color: var(--color2);
}
#about p {
  text-align: justify;
}

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/



  .section {
    padding: 2em 0;
  }


  /* BUTTON */
.close:focus{
  outline: 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;
  }

  .bordered {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }
.c-button-8 {
    display: inline-block;
    font-size: 18px;
    padding: 10px 40px;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 15px;
    color: #eee;
    background: linear-gradient(to bottom, var(--color3) 0, var(--color2) 100%);
    transition: 0.3s;
}
.c-button-8:hover {
  background: linear-gradient(to bottom, var(--color2) 0, var(--color3) 100%);
  color: #eee;
}
  .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;
  }
.navbar a.is-active, .hero-text a.is-active {
  color: var(--color1);
}


  /*---------------------------------------
     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 {
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: #703e3a;
    outline: none;
    text-decoration: none;
  }
  .bg-booking{
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
/*   .bg-booking::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 20%);
  } */

  .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;
  }

  /* 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;
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .spe {
    color: var(--color2);
  }


  /*---------------------------------------
     MENU             
  -----------------------------------------*/

  .navbar {
  position: sticky;
    z-index: 999;
    top: 0;
    padding: 10px 15px;
    border-top: 5px solid var(--color1);
    box-shadow: 0 1px 5px #999;
  }
  .navbar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--color2);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    position: relative;
  }

  .navbar-brand {
    line-height: 0;
    padding: 0;
    margin-right: auto;
    border-radius: 50%;
    position: relative;
  }

  .nav-item .nav-link {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
  }
  .nav-item .nav-link::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(255 255 255 / 50%) 50%, rgba(255, 0, 0, 0));
  }

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    color: var(--color3)  ;
  }

  .navbar .social-icon li a { 
    color: rgb(255 255 255 / 80%);
  }

  .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/home/Aria-nail-bar-banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }


  /*---------------------------------------
     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-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              
  -----------------------------------------*/


  .contact .fa {
    color: var(--color2);
    width: 18px;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin-bottom: 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(--color3);
  }
  .modal .text-gold {
    color: #111;
  }

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 992px) {

    .section {
      padding: 3rem 0;
    }

    .nav-item .nav-link {
      padding: 6px;
    }

    .navbar-collapse {
      text-align: center;
    }

    .schedule-table {
      display: block;
    }

    .modal-content {
      padding: 1rem;
    }
  }

  @media screen and (max-width: 767px) {
    .menu-img {
      width: auto !important;
      height: auto !important;
    }
    h1 {
      font-size: 38px;
    }

    .about-working-hours {
      border-left: 0;
      padding: 22px 0 0 0;
    }

    .contact h2 span {
      display: block;
    }
  }

@media (max-width: 768px) {
  .booking{
    background-position: 20% !important;
  }
  .line-dash{
    margin: 20px 0 !important;
  }
}


/*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(--color2);
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

@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;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.menu-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(40 41 41 / 30%);
  opacity: 0;
  transition: .3s;
  z-index: 1;
}
.menu-img img {
  transition: all .5s ease;
  height: 100%;
  object-fit: cover;

  border-radius: 100%;
}
.class-thumb.image {
  margin-bottom: 30px !important;
  display: block;
  height: calc(100% - 30px);
}
@media (min-width: 1260px) {
  .description  {
    font-size: 13.5px
  }
}
@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: 479px) {
  .social-icon.footer li a {
    margin: 0 5px 0 0;
  }
  .custom-btn {
    padding: 0;
  }
  .c-button-8 {
    font-size: 16px;
    padding: 8px 30px;
  }
  .contact .text-gold {
    font-size: 20px !important
  }
  .section {
    padding: 30px 0 !important;
  }
  .bg-black .heading-menu {
    margin-bottom: 20px;
  }
  .navbar-brand img {
    height: 50px;
}
}



