:root {
  --primary: #EAE4D5;
  --secondary: #413330;
  --pink: #F564A9;
  --bg-primary: #F2F2F2;
  --color-title: #e7ca4f;
  --color-text: #231F20;
}

@media (max-width: 992px) {

    .header-area.header-sticky .navbar-brand-center .img-logo {
        width: 100%;
    }
    .header-area .collapse:before {
        display: none;
    }
    .header-area .collapse:hover .nav-link:hover,
    .header-area .collapse:hover .nav-link.active,
    .header-area .collapse:hover .lnr {
        color: var(--secondary);
    }
    .tablet-hidden {
        display: none;
    }
    .lnr {
        color: #fff;
    }
    .lnr-chevron-left,
    .lnr-chevron-right {
        color: black;
    }
    .heading-section .subheading {
        font-size: 4rem;
    }
    #gtco-menu.page-service .heading {
        padding: 0;
    }
    #gtco-menu.page-service .heading-menu h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .testi-content .owl-dots {
        padding-bottom: 10px;
    }
    #gtco-welcome .about-left .inner {
        padding: 0;
    }
    .about-left {
        margin-bottom: 20px;
    }
    #gtco-welcome .about-img,
    .about-left {
        padding: 0;
    }
    #gtco-welcome h2 {
        position: relative;
        top: 0;
        left: 0;
        padding: 10px 0;
    }
    #gtco-welcome .about-img img {
        width: auto;
        margin-top: 20px;
    }
    #gtco-welcome .about-img:before {
        top: 50px;
        right: -40px;
    }
    .navbar-toggler {
        background: var(--secondary);
    }
    .hero {
        height: 100%;
        padding: 200px 15px 0 15px;
    }
    .hero:before {
        width: 100%;
        height: 20%;
    }
    .hero-carousel .owl-item img {
        height: auto;
    }
    .boxed-page {
        margin-top: 0;
        padding-top: 0;
        background: transparent;
    }
    .tablet-hidden {
        display: none;
    }
    .gallery-page,
    #gtco-menu.page-service,
    .contacts-page {
        padding-top: 200px;
    }
    #navbar-header {
        position: fixed;
        top: 0;
        height: auto;
        z-index: 11;
    }
    #navbar-header .dropdown-menu {
        box-shadow: none !important;
    }
    #navbar-header .navbar-collapse {
        padding: 15px;
        background: var(--primary);
    }
    .navbar-nav .nav-link {
        margin: 8px 0;
        text-align: center;
    }
    .only-mobile {
        padding: 10px !important;
        width: auto;
        display: block !important;
        margin: 0;
        width: 30%;
    }
    .header-area.header-sticky .only-mobile {
        width: 15%;
    }
    .only-desktop {
        display: none !important;
    }
    .menu-wrap {
        margin-bottom: 30px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .hero-right {
        position: unset;
    }
    .hidden-right,
    .hidden-left {
        position: unset;
    }
    .hidden-right:before {
        display: none;
    }
    .hidden-left:before {
        height: calc(100% + 25px);
        right: auto;
        top: -10px;
        left: 0;
        width: 100%;
    }
    .hero-left {
        padding: 0;
    }
    .hero-left:before {
        right: 0;
        top: 0;
        width: 100%;
    }
    .hero-right:before {
        left: 0;
        top: 400px;
    }
    .ft-logo {
        padding-bottom: 10px;
    }
    #gtco-menu .service {
        min-height: auto;
    }
    #gtco-testimonial p.testi-text {
        width: 100%;
    }
    #gtco-special-dishes .second .special-number,
    #gtco-special-dishes .second h3 {
        text-align: right;
    }
    #gtco-special-dishes .second .special-number:after {
        right: 35%;
    }
    #gtco-special-dishes .second .btn-primary {
        margin-left: auto;
    }
    .contacts-page .heading-section:before {
        width: 50%;
    }
}



@media (max-width: 768px) {

    .only-mobile {
        width: 35%;
    }
    .hero:after {
        width: 30%;
    }
    .hero:before {
        height: 15%;
    }
    .team-card .img-fluid {
        width: 100%;
    }
    .hero h1 {
        font-size: 3rem;
    }
    .hero-left {
        height: auto;
    }
    .ft-logo {
        padding-bottom: 20px;
    }
    .hero-left,
    .hero-carousel .owl-item img {
        height: auto;
    }
    #gtco-menu.page-service .menu-wrap {
        padding: 0 0 20px 0;
    }
    #gtco-menu .menu-home .menus {
        min-height: auto;
    }
    .nav-item{
        padding: 0;
    }
    #gtco-special-dishes .second .special-number:after {
        right: 20%;
    }
    .menu-wrap {
        margin-bottom: 0;
    }
    .footer-logo {
        width: 50%;
    }

}


@media (max-width: 567px) {

    .hero:after {
        width: 0;
    }
}


@media (max-width: 480px) {

    .only-mobile {
        width: 40%;
    }
    .heading-section h2,
    #gtco-welcome h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .heading-section .subheading {
        font-size: 2.5rem !important;
    }
    .heading-section {
        margin-bottom: 0 !important;
    }
    .hero:after {
        display: none;
    }
    .hero h1 {
        font-size: 2.5rem;
        line-height: 55px;
        text-align: center;
        margin: 0 auto;
    }
    .hero h1 span {
        font-size: 3rem;
    }
    .hero h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px !important;
        text-align: center;
    }
    .btn-primary {
        display: block;
    }
    .hero .btn-primary {
        margin: 0 auto;
    }
    .menu-home {
        padding: 0;
    }
    .contacts-page {
        padding-top: 150px;
    }
    #gtco-welcome {
        padding-top: 45px;
    }
    #gtco-menu.page-service .menu-img {
        width: 100%;
        margin-bottom: 20px !important;
    }
    #gtco-testimonial p {
        font-size: 18px;
        line-height: 30px;
    }
    #manicure,
    #nail-enhancement,
    #pedicure,
    #polish,
    #kids,
    #extra,
    #acrylic,
    #dipping,
    #waxing,
    #facial,
    #spa {
        padding: 0;
    }
    #gtco-testimonial p.testi-text {
        text-align: justify;
    }
    #gtco-menu .heading-section:before, #gtco-gallery .heading-section:before, .gallery-page .heading-section:before {
        width: 35%;
    }
    #gtco-menu.page-service .heading-menu {
        top: auto;
        margin-top: 20px;
    }
    #gtco-menu.page-service .heading-menu h3 {
        padding: 0;
    }
    .gallery-page,
    #gtco-menu.page-service {
        padding-top: 150px;
    }
    #gtco-menu,
    #gtco-gallery {
        padding-top: 50px;
    }

}


@media (max-width: 375px) {

    .only-mobile {
        width: 45%;
    }
    #gtco-welcome .heading-section {
        width: 100%;
    }
    #gtco-welcome .heading-section:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .heading-section h2,
    #gtco-welcome h2 {
        font-size: 2.5rem;
    }

}