/*

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;
  }

  :root {
    --primary-color:        #ffa500;
    --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 {
    color: #df9324;
    text-transform: uppercase;
    line-height: 1.3;
    width: 80%;
    padding: 0 !important;
        text-align: left;
}
.modal-header {
    background: #f7f7f7;
}
.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);
}

.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;
}

.modal-header {
    background: #f7f7f7;
}

.description {
    color: #999;
    font-style: italic;
    font-size: 14px;
    text-align: left;
}

.custom-btn.service h3{
	color: #000;
}


.navbar-brand img{
	height: 60px;
}

.social-icon.footer li a{
	font-size: 20px;
    color: #fff;
    background: linear-gradient(270deg, #DBA12F 9.38%, #c79a00 23.96%, #E8B261 63.73%, #D1933A 82.01%, #9d8200 100%);
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    width: 40px;
    height: 40px;
}

.social-icon.footer li a:hover{
	font-size: 20px;
    color: #fff;
    background: linear-gradient(-270deg, #DBA12F 9.38%, #c79a00 23.96%, #E8B261 63.73%, #D1933A 82.01%, #9d8200 100%);
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    width: 40px;
    height: 40px;
}

.text-gold {
    background: linear-gradient(270deg, #DBA12F 9.38%, #af8700 23.96%, #ffe053 63.73%, #D1933A 82.01%, #413600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gold.banner {
    background: linear-gradient(270deg, #DBA12F 9.38%, #af8700 23.96%, #ffe053 63.73%, #D1933A 82.01%, #413600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-grey{
	color: #616161 !important;
}

  /*---------------------------------------
     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 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -2px;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 0;
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    color: #8c5953;
    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: 4em 0;
  }


  /* 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: #fff !important;
    border: 2px solid !important;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(to left, #916a03, #bb8b0c, #fff, #896400, #6b4c00) !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: var(--link-color);
    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;
  }
  .navbar {
    background-image : url(../images/bg-header.jpg) !important;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #545454;
  }
  .site-footer {
    background-image : url(../images/bg-header.jpg) !important;
    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;
  }

  /* 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/home/Aria-nail-bar-background-navbar.jpg);
    padding: 1rem;
    border-bottom: 1px solid #545454;
  }

  .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: #fff;
    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: #e1c145;
  }

  .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, #women, .contact {
    background: #fcece8;
  }

  .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: #eabe25;
    font-weight: var(--font-weight-light);
  }

  .site-footer p {
    color: #757575;
  }

  .contact .fa,
  .site-footer .fa {
    color: #703e3a;
  }


  /*---------------------------------------
     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: #fff;
  }


  /*---------------------------------------
     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: #1c100e;
}
@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: #8c5953;
    /*display: none;*/
/*}*/
}

@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: 300px;
  width: 300px;
}

@media (max-width: 767px) {
  .team-card .img-fluid {
      width: 100%;
  }

  .hero-left {
      height: auto;
  }
}

@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 #8c5953;
  border-radius: 100%;
}
