
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fffcfa;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #2c1500;
}


body {
    background: #f4efe7 !important;
}

.home-page .daily-menu {
    background: #f4efe7 !important;
}

.home-page .testimonials {
    background: #f4efe7 !important;
}

/*.sp-font {*/
/*    font-family: "Cormorant Garamond", serif;*/
/*    font-optical-sizing: auto;*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/


.bg-grad {
    background-image: linear-gradient(to right bottom, #b7a987, #c2b699, #ccc3aa, #d7d0bd, #e2ddcf);


    background-image: linear-gradient(to right bottom, #CEAB34, #dbc169, #e3ce89, #e8d8a2, #e2ddcf);

    background-image: linear-gradient(to right bottom, #C6AB7F, #d3be9c, #ddcdb3, #e4d7c2);
}


@media (min-width: 1200px) {
    .a-01 {
        transform: translateY(0);
        transition: transform 0.3s ease-out;
        position: relative;
    }

    .a-01:hover {
        transform: translateY(-5px);
    }
}




.ng-shadow {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.ng-shadow-hover:hover {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 5px;
}



/*body:not(.home) {*/
/*    padding-top: 150px;*/
/*}*/

/*@media(max-width: 1200px) {*/
/*    body:not(.home) {*/
/*        padding-top: 80px;*/
/*    }*/
/*}*/


.container {
    max-width: 1350px;
}

.heading-box .heading {
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    color: #1a1a1a;
}

.heading-box .slim {
    font-weight: 300;
}

.heading-box .heading-text {
    font-size: 18px;
    font-weight: 400;
    max-width: 850px;
    margin: auto;
    line-height: 1.7;

}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 26px;
    }

    .heading-box .heading-text {
        font-size: 15px;

    }


}


.specer {
    color: var(--second-color);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    position: relative;
    display: inline-block;
}



@media (max-width: 767.98px) {
    .heading-box {
        padding-left: 0;
        padding-right: 0;
    }

    .specer {
        font-weight: 400;
        font-size: 12px;
    }
}





/******** page heading *******/

.heading-box .page-heading {
    font-size: 60px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .heading-box .page-heading {
        font-size: 40px;
        font-weight: 500;
    }
}




/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 13px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding: 1.2em 1.8em;
    line-height: 1;
    border: none;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-origin: center;
}

@media (min-width: 992px) {
    .t-btn:hover {
        transform: scale(1.05);
    }
}




.t-btn.dark {
    background: var(--main-text-color);
    color: var(--main-color);
}

.t-btn {
    position: relative;
    z-index: 2;
}







.t-color {
    color: var(--main-color);
}

.t-bg {
    background: var(--main-color);
}


.t-btn.theme {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--main-text-color);
}


.t-btn.theme2 {
    border-color: var(--second-color);
    background: var(--second-color);
    color: var(--second-text-color);
}

.t-btn.white {
    background: #fff;
    color: var(--main-color);
}






.t-btn.ic .icon {
    display: inline-flex;
    background: rgba(255,255,255,1);
    padding: 5px;
    position: absolute;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);

}

.t-btn.ic {
    padding-right: 55px;
}

.t-btn.ic svg {
    color: #000;
}

.t-btn.white.ic svg {
    color: #fff;
}

.t-btn.white.ic .icon {
    background: #121212;
}





@media (max-width: 767.98px) {
    .t-btn {
        font-size: 14px;
    }
}



/***************** MAIN HEADER *****************/

/*body:not(.home) .main-header {*/
/*    position: sticky;*/
/*}*/

.main-header {
    position: relative;
    display: block;
    background: #1E0E00;
}


.main-header .logo img {
    width: 110px;
}



.main-header .main-menu {
    width: 100%;
}

.main-header .phone-box {
    gap: 10px;
    align-items: center;
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    background: var(--second-color);
}

.main-header .phone-box .menu-list {
    justify-content: flex-start;
    width: 100%;
}

.main-header .phone-box .icon-box {
    width: 28px;
    height: 28px;
    padding: 3px;
    background: rgba(255,255,255,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header .phone-box .ico {
    flex: 1;
}

.main-header .phone-box a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height 1;
    text-decoration: none;
}

.main-header .phone-box svg {
    color: #fff;
}



.main-header .phone-box .ico .small {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-bottom: -2px;
    font-weight: 600;
    color: #777;

}

body.home:not(.not-top) .main-header .phone-box .ico .small {
    color: rgba(255,255,255,0.5);
}

body.home:not(.not-top) .main-header .phone-box a {
    color: #fff;
}




body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 2px;
}

body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 7px;
    padding-top: 12px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

.main-header.is-sticky {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.main-header.is-sticky .logo img {
    width: 100px;
}

.main-header:not(.is-sticky) .main-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home.not-top .main-header .top-bar {
    display: none;
}

body.home .main-header .top-bar .container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 0 !important;
    padding-bottom: 8px;
}

body.home:not(.not-top) .top-bar a {
    color: rgba(255,255,255,0.8);
}

body .main-header .top-bar {
    /*background: #011035;*/
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

body.home .main-header .top-bar {
    padding-top: 14px;
    padding-bottom: 4px;
}

.main-header .top-bar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-header .top-bar ul a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #555;
}

.main-header .top-bar {
    padding-bottom: 4px;
}

.main-header .top-bar::after {
    content: '';
    display: block;
    z-index: -1;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    /*background: #011035;*/
}


body:not(.not-top ) .main-header .logo .second {
    display: none;
}

body.not-top .main-header .logo .first {
    display: none;
}

.not-top .main-header {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
    background: var(--main-color) !important;
}


.main-header .menu-list .t-btn {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
}

.main-header .menu-list .icon {
    width: 25px;
    height: 25px;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}



.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: relative;
}


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--second-color);
}


/*.main-header .main-menu .menu-list .menu-link.active {*/
/*    background: var(--main-color);*/
/*    color: var(--main-text-color);*/
/*}*/

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
}

body.home:not(.not-top) .main-header .js-menu-open {
    color: #fff;
}


.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: #fff;
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}




.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}


.main-header .js-menu .contact-info i {
    color: var(--main-color);
}

.main-header .mobile-head .logo img {
    height: auto !important;
}


.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
}

.main-header.is-sticky .logo img {
    width: 130px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .main-menu .menu-list .menu-link {
    /*transition: all 0.2s ease-in;*/
}

.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .logo img {
    /*transition: all 0.2s ease-in;*/
}

.main-header.fixed-top:not(.is-sticky) {
    background: transparent;
    position: fixed;
}

@media (max-width: 1400px) {
    .main-header .main-menu .menu-list .menu-link,
    .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        padding: 8px 10px;
        font-size: 13px;

    }

    .main-header .phone-box {
        gap: 5px;
        margin-left: 10px;
        padding: 10px 5px;
    }
}







/* mobile menu */





@media (max-width: 1199.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: var(--main-color);
        width: 100%;
        height: 100lvh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }

    .main-header .container {
        border-radius: 0 !important;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
        width: 100%;
    }

    body.menu-opened .main-header .js-menu .menu-item .t-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        font-size: 15px;
        padding: 17px 0;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }


}


@media (max-width: 767.98px) {
    .main-header .logo img {
        max-width: 70px;
    }

    .main-header .top-bar {
        display: none;
    }


    .main-header.is-sticky .logo img {
        width: 100px;
        transition: all 0.2s ease-in;
    }

    .main-header .main-bar .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-header .main-bar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-header .top-bar {
        font-size: 10px;
    }

    .main-header .top-bar .contact-span {
        gap: 5px;
        font-size: 9px;
        font-weight: 500;
    }

    .main-header .top-bar .follow {
        gap: 5px;
        font-size: 8px;
        font-weight: 500;
    }


}

.main-header .container {
    border-radius: 8px;
}

/*********** MAIN FOOTER ***********/

.main-footer {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    background: var(--main-color)
}

.main-footer .main-bar {
    padding: 50px 0;
}

.main-footer .copyright .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);

}


.main-footer .copyright {
    font-size: 12px; !important;
}

.main-footer .copyright a {
    color: #fff;
}

.main-footer  a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.main-footer a:hover {
    color: var(--second-color);
}

.main-footer ul li {
    margin-bottom: 10px;
}

.main-footer table td {
    padding-right: 10px;
}




.main-footer ul {
    padding-left: 0;
    list-style: none;
}



.main-footer .footheading {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.main-footer .spec-img-box {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 25px;
    background: rgba(255,255,255,1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translate(-50%, 0);
}

.main-footer .top-bar {
    position: relative;
}

.main-footer .soc-box {
    font-size: 25px;
}

.main-footer {
    position: relative;
}

.main-footer .top-bar {
    padding-bottom: 100px;
}


.main-footer table td {
    padding-bottom: 10px;
    vertical-align: top;
}

.main-footer td a {
    display: inline-block;
    margin-bottom: 12px;
}

.main-footer table td svg {
    color: var(--secon-light-color);
}

.main-footer .soc-title {
    margin-top: 25px;
    display: block;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.main-footer .soc-box a.facebook {
    background: #0866FF;
    color: #fff;
}

.main-footer .soc-box a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-light-color);

}

.main-footer .soc-box a svg {
    color: var(--main-color);
}


/* above foot */

.above-foot {
    padding-bottom: 140px;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.above-foot .heading {
    color: #fff;
}

.above-foot .heading-box .heading-text {
    font-size: 16px;
    font-weight: 500;
    max-width: 750px;
    margin: auto;
    color: #fff;
    margin-top: 45px;
    margin-bottom: 30px;
}


.above-foot::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.55;
}





@media (max-width: 991.98px) {
    .above-foot {
        background-attachment: unset;
    }

    .above-foot .heading-box .heading-text {
        font-size: 15px;
        margin-top: 35px;
        margin-bottom: 20px;
    }



    .above-foot {
        padding-bottom: 70px;
        padding-top: 50px;
    }
}


/********** REALIZATION info page **********/




.type-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.type-item img {
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}



.type-item:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}

.type-item .title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    z-index: 2;
    padding: 10px 22px;
    background: #fff;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transform: translate(-50%,0);
    max-width: 100%;
}

.type-item .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: background 0.3s ease-in;
}

.type-item:hover .img-box::after {

    background: rgba(0,0,0,0);
    transition: background 0.3s ease-in;
}


.type-item .img-box {
    overflow: hidden;
    height: 350px;
    display: flex;
}

.type-item .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .type-item .title {
        padding: 8px 15px;
        font-size: 14px;
    }

    .type-item .img-box {
        height: 250px;
    }
}










/*** not-found-page **/


.not-found-page .hero-box {
    background-image: unset;
    background: var(--second-color);
}





/******************* HOME PAGE ********************/
.hero-banner {
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}


.hero-banner .round-box img {
    width: 220px;
    animation: rotate 25s linear infinite;
}

.hero-banner .round-box {
    overflow: hidden;
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


.hero-banner .round-box {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,50%);
}


.hero-banner .content {
    position: relative;
}



.hero-banner .spec-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 0;
}


.hero-banner::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.65;
}

.hero-banner {
    position: relative;
}

.hero-banner .container {
    position: relative;
    z-index: 3;
}

.hero-banner .spec-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}


.hero-banner .t-btn {
    font-size: 14px;
}


.main-header .main-bar .t-btn {
    white-space: nowrap;
}



body:not(.not-top) .main-header .main-bar .logo-col .logo .first {
    display: none;
}



body.not-top .main-header .main-bar .logo-col .logo .second {
    display: none;
}

body.not-top .main-header .main-bar .logo-col .logo .first {
    display: block;
}




body.home:not(.not-top) .main-header .second {
    display: block;
}

body.home:not(.not-top) .main-header .first {
    display: none;
}


.hero-banner .heading {
    font-size: 66px;
    font-weight: 700;
    /*line-height: 0.8;*/
    margin-bottom: 25px;
    color: #fff;
}


.hero-banner .t-btn {
    text-transform: uppercase;

}




.hero-banner .heading .slim {
    font-weight: 300;
}




.hero-banner p {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    max-width: 750px;
}


@media (max-width: 991.98px) {

    .hero-banner {
        background-attachment: unset;
        padding-top: 120px;
        padding-bottom: 70px;

    }

    .hero-banner .round-box img {
        width: 150px;
    }

    .hero-banner .content::before {
        left: 0;
    }



    .hero-banner .heading {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .hero-banner p {
        font-size: 13px;
    }

    .hero-banner .btn-box {
        flex-wrap: wrap;
    }

    .hero-banner .btn-box .t-btn {
        font-size: 12px;
    }

}







/** daily menu **/

.home-page .daily-menu {
    padding: 70px 0;
    background: #fff;
}

.home-page .daily-menu .spec-cont .food-menu {
    padding: 35px;
    border-radius: 16px;
    margin-top: 20px;
    background: var(--main-light-color);
}

.home-page .daily-menu .spec-cont  {
    max-width: 900px;
    margin: auto;
}

.home-page .daily-menu .food-menu .category .menu-list .menu-item:not(:last-of-type) {
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    padding-bottom: 8px;
}



.home-page .daily-menu .food-pan {
    border-radius: 12px;
    padding: 25px;
    margin-top: 25px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.home-page .daily-menu .food-pan .title {
    font-size: 27px;
    font-weight: 600;
    display: block;
}

.home-page .daily-menu .food-pan .t-btn {
    text-transform: uppercase;
}

.home-page .daily-menu .food-pan .value {
    font-weight: 400;
    font-size: 14px;
}


@media (max-width: 767.98px) {
    .home-page .daily-menu .spec-cont .food-menu {
        padding: 25px 15px;
    }

    .home-page .daily-menu .food-pan .title {
        font-size: 22px;
    }

}

/* gallery */

.home-page .gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.home-page .gallery {
    padding: 50px 0;
}

.home-page .gallery .gallery-box a {
    aspect-ratio: 1;
    display: flex;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    width: calc(100% / 3 - 30px / 3);

}

.home-page .gallery .gallery-box a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.home-page .gallery .gallery-box a img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in;
}



@media (max-width: 767.98px) {
    .home-page .gallery .gallery-box a {

        width: calc(100% / 3 - 20px / 3);


    }

    .home-page .gallery .gallery-box {
        gap: 10px;
    }

}







/** references ***/


.home-page .references {
    background: #f9f9f9;
    padding: 50px 0;
}


.home-page .ref img {
    padding: 10px 25px;
    background: #fff;
}

.home-page .ref {
    background: #f9f9f9;
}

/** home page paral */

.home-page .spec-paral {
    padding: 120px 0;
    color: #fff;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    z-index: 1;
}

.home-page .spec-paral::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.75;
    z-index: -1;
}

.home-page .spec-paral .heading-text {
    max-width: 100%;
}

.home-page .spec-paral .content {
    max-width: 980px;
    margin: auto;
}



.home-page  .spec-paral .heading {
    color: #fff;
}

.home-page  .spec-paral .heading-text {
    color: rgba(255,255,255,0.9);
}


@media (max-width: 991.98px) {

    .home-page .spec-paral {
        padding: 50px 0;
        background-attachment: unset;
    }

}


/********** OFFER *********/

.home-page .offer {
    padding: 50px 0;
    background: #f9f9f9;
}



.home-page  .offer .offer-item .img-box {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.home-page  .offer .offer-item p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}



.home-page  .offer .offer-item img {
    transition: transform 0.3s ease;
    transform: scale(1);
}

.home-page  .offer .offer-item img:hover {
    transition: transform 0.3s ease;
    transform: scale(1.05);
}


.home-page .offer-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-decoration: none;
    display: block;
}

.home-page .offer-item svg {
    stroke-width: 1px;
    width: 60px;
    height: 60px;
    color: var(--main-color);
}

.home-page .offer-item .title {
    font-weight: 600;
    color: #000;
    display: block;
    margin-top: 25px;
    text-align: center;
    text-decoration: none;
}

.home-page .offer-item p {
    color: #666;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 22px;
    min-height: 66px;
    margin-bottom: 0;
}


/******** references ******/







/*** article-item ***/

.article-item .img-box {
    overflow: hidden;
    height: 270px;
    border-radius: 8px;
}

.article-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-item .title {
    color: #000;
    margin-top: 10px;
    display: block;
    font-weight: 500;
    text-decoration: none;

}


.article-item .title:hover {
    color: var(--main-color);
}



/*** partner slider **/

.home-page section.slider {
    background: var(--second-light-color);
}

.home-page .img-box {

}

.home-page .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page section.slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-page section.slider .img-box {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.home-page section.slider .img-box img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}


/*** benefits **/



.home-page .benefits .benefit-item {
    border-radius: 8px;
    height: 100%;
    text-align: center;
    padding: 25px;
    background: rgba(255,255,255,1);
    /*border-left: 4px solid var(--main-color);*/
}

.home-page .benefits  .benefit-item .icon-box {
    position: relative;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1a1a1a;
}

.home-page .benefits  .benefit-item .icon-box svg {
    color: #fff;
    width: 40px;
    height: 40px;
}





.home-page .benefits {
    position: relative;
    padding: 50px 0;
    background: #fff;
}



.home-page .benefits .benefit-item .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 15px;
    display: block;
}

.home-page .benefits .benefit-item .icon-box {
    margin-bottom: 25px;
}

.home-page .benefits .benefit-item .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
}


.home-page .benefits .benefit-item .text span {
    font-weight: 500;
}

.home-page .benefits .benefit-item svg {
    color: var(--main-color);
}

.home-page .benefits {

}



@media (max-width: 767.98px) {
    .home-page .benefits .benefit-item {
        padding: 15px;
    }

    .home-page .benefits {
        padding: 40px 0;
    }

    .home-page .benefits .benefit-item .text {
        font-size: 13px;
    }

    .home-page .benefits .benefit-item .title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .home-page .benefits .benefit-item .icon-box {
        margin-bottom: 15px;
    }

    .home-page .benefits .benefit-item svg {
        width: 40px;
        height: 40px;
    }


}

/********* ABOUT *******/

.home-page .about {
    padding: 80px 0;
    position: relative;
}

.about .spec-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.about .content {
    padding-left: 50px;
}

.home-page .about .content {
    max-width: 100%;
}


.home-page  .about .info {
    font-size: 17px;
}

/*.home-page .about {*/
/*    top: -90px;*/
/*    margin-bottom: -90px;*/
/*    z-index: 1;*/
/*}*/

.hero-box {
    position: relative;
    z-index: 5;
}

.home-page .about .bef-item .icon-box {
    display: inline-flex;
    width: 70px;
    height: 70px;
    color: var(--main-color);
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.home-page .about .bef-item .icon-box svg {
    height: 40px;
    width: 40px;
}

.home-page .about .bef-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
    box-shadow
}

.home-page .about .boxes {
    margin-bottom: 25px;
}

.home-page .about .bef-item .title {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
}


@media (max-width: 991.98px) {

    .home-page  .about .info {
        font-size: 15px;
    }

    .home-page .about .bef-item .icon-box {
        width: 40px;
        height: 40px;
    }

    .home-page .about .bef-item .icon-box svg {
        height: 35px;
        width: 35px;
    }

    .home-page .about .bef-item .title {
        font-size: 13px;
    }

    .home-page  .about .count-item {
        margin-top: 5px;
        margin-bottom: 35px;
    }


    .home-page .about .spec-img {
        position: relative;
        width: 100%;
    }


    /*.home-page .about {*/
    /*    top: -140px;*/
    /*    margin-bottom: -140px;*/
    /*}*/

    .home-page .about .content {
        padding-left: 0;
        padding-top: 0;
    }

}



/***************** services **********/

.home-page section.services .container {
    max-width: 1150px;
}


.home-page section.services .splide__arrows {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100px;
}


.home-page section.services .slider-box {
    padding-top: 50px;
}


.home-page section.services .splide__arrows .splide__arrow {
    background: #fff;
    opacity: 1;
    width: 39px;
    height: 39px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}

.home-page section.services .splide__arrow--prev {
    left: 0;
}

.home-page section.services .splide__arrows .splide__arrow svg {
    fill: var(--main-color);
}

.home-page section.services .splide__arrow svg {
    height: 15px;
    width: 15px;
}









.home-page .services {
    position: relative;
    padding: 50px 0;
}




.home-page .service-item {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}


.home-page .service-item .t-btn {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.home-page .service-item .cont-box {
    padding: 35px 25px;
    padding-top: 5px;
    background: #fff;
}

.home-page .services .service-item .img-box {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.home-page .services .service-item .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.home-page .service-item:hover {
    border-color: var(--second-color);
}

.home-page .service-item .desc {
    font-size: 15px;
    font-weight: 500;
    min-height: 68px;
}

.home-page .service-item .icon-box {
    width: 54px;
    height: 54px;
    color: var(--main-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.home-page .service-item .benefs {
    padding-bottom: 30px;
}

.home-page .service-item .benefs .benef {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.home-page .service-item .benefs .benef svg {
    color: var(--second-color);
    width: 20px;
    height: 20px;
    stroke-width: 3px;
}

.home-page .service-item .param-box {
    padding: 25px;
    background: #000;
    boerder-radius: 2px;
}

.home-page .service-item .param-box .value {
    font-size: 14px;
    font-weight: 500;
}

.home-page .service-item .param-box .head {
    font-weight: 600;
    color: var(--main-color);
    display: block;

}

.home-page .service-item .title-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 15px;
}

.home-page .service-item .title-box .title {
    font-weight: 600;
    font-size: 25px;
    flex: 1;
    letter-spacing: 0.3px;
    color: var(--main-color);
}


@media (max-width: 767.98px) {
    .home-page .service-item .title-box .title {
        font-size: 24px;
    }

    .home-page .service-item .desc {
        font-size: 14px;
    }

}






/* testimonials */

.home-page .testimonials {
    padding: 50px 0;
    background: #fff;
}



.home-page .testimonials .testimonial-item {
    padding: 25px 35px;
    border-radius: 13px;
}

.home-page .lSlide {
    text-align: center;
}


.home-page .testimonials .testimonial-item .title {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}


.home-page .testimonials .testimonial-item .info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-page .testimonials .testimonial-item .text {
    flex: 1;
}

.home-page .testimonials .testimonial-item .title {
    color: var(--second-color);
    display: block;
}

.home-page .testimonials .testimonial-item .position {
    color: #fff;
    display: inline-block;
}

.home-page .testimonials .testimonial-item:hover {
    border-color: var(--second-color) !important;
}


.home-page .testimonials .testimonial-item .position {
    color: #333;
    font-size: 14px;
}


.home-page .testimonials .testimonial-item svg {
    color: var(--second-text-color);
}

.home-page .testimonials .testimonial-item .ranking svg {
    color: var(--second-color);
    fill: var(--second-color);
}


.home-page .testimonials .testimonial-item p {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #555;
    margin-top: 20px;
    min-height: 100px;
}

.home-page .testimonials .testimonial-item .rank-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.home-page .testimonials .testimonial-item .img-box {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background: var(--main-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-page .testimonials .testimonial-item .img-box svg {
    color: var(--main-text-color) !important;

}

.home-page .testimonials .testimonial-item .ranking {
    flex: 1;
}


.home-page .testimonials .testimonial-item {
    margin: 10px;
    background: var(--main-light-color);
}

.home-page .testimonials .lSSlideOuter .lSPager.lSpg > li:hover a,
.home-page .testimonials .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--main-color);
}


@media (max-width: 767.98px) {

    .home-page .testimonials .testimonial-item p {
        font-size: 14px;
    }

    .home-page .testimonials .testimonial-item .title {
        font-size: 14px;
    }

    .home-page .testimonials .testimonial-item .position {
        font-size: 14px;
    }

}


/****** portfolio-item ******/


/****** portfolio-item ******/

.portfolio-item {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-item .title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-top: 15px;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.3px;

}

.portfolio-item:hover img {
    transform: scale(1.05) rotate(1deg);
    transition: transform 0.3s ease-in;
}

.portfolio-item .img-box {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.portfolio-item .badg {
    z-index: 3;
    position: absolute;
    display: block;
    top: 25px;
    left: 35px;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 5px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--main-color);

}

.portfolio-item .img-box a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.portfolio-item .content-box {
    position: absolute;
    z-index: 5;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px;
}

.portfolio-item .meta {
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 5;
    color: #888;
    font-weight: 600;
    gap: 8px;
}

.portfolio-item a {
    text-decoration: none;
}

.portfolio-item .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.40);
    transition: background 0.3s ease-in;
}

.portfolio-item:hover::after {
    transition: background 0.3s ease-in;
    background: rgba(0,0,0,0.0);
}

.portfolio-item .hover-box {
    z-index: 10;
    flex-wrap: wrap;
}

.portfolio-item {
    position: relative;
}




.portfolio-item .title {
    color: #1a1a1a;
    width: 100%;
    display: block;
    text-align: left;
}

.portfolio-item a.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    z-index: 10;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: var(--main-color);
}

@media (max-width: 767.98px) {

    .portfolio-item .hover-box {
        display: flex;
    }

    .portfolio-item .img-box {
        height: 250px;
    }

    .portfolio-item .meta {
        font-size: 13px;
    }


    .portfolio-item .badg {
        font-weight: 700;
        font-size: 11px;
    }

    .portfolio-item .title {
        font-size: 17px;
        font-weight: 700;
        padding-top: 25px;
        line-height: 1.5;

    }
}





/******** CLEAN PAGE ********/


.clean-page h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 1.5em;
}

.clean-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1.2em;
}

.clean-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
}

.clean-page h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.8em;
}

.clean-page h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.6em;
}

.clean-page .content {
    width: 1080px;
    max-width: 100%;
    padding: 35px;
    margin: auto;
    border-radius: 15px;
}

.clean-page a {
    color: var(--main-color);
}


.clean-page section .content {
    background: var(--second-light-color);
}




.clean-page .gallery-box .gallery-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clean-page .gallery-box {
    margin-top: 25px;
}

.clean-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 700;
}

.clean-page .gallery-box .gallery-imgs a {
    width: calc(100% / 7 - 10px);
    display: block;
}

.clean-page .gallery-box .gallery-imgs a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .clean-page .content {
        padding: 10px;
    }


    .clean-page h2 {
        font-size: 20px;
    }

    .clean-page h3 {
        font-size: 20px;
    }

    .clean-page h4 {
        font-size: 18px;
    }

    .clean-page h5 {
        font-size: 17px;
    }

    .clean-page h6 {
        font-size: 15px;
    }

    .clean-page {
        font-size: 14px;
    }
}


/********** DEVELOer - PAGE *********/


.developer-page .develope {
    padding: 70px 0;
    color: #fff;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.developer-page .develope {
    position: relative;
}

.developer-page .develope .heading {
    color: #fff;
}

.developer-page .develope .info-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-size: 14px;
    max-width: 450px;
    margin-bottom: 35px;
    min-height: 120px;
}

.developer-page .develope .info-box .title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.developer-page .develope .info-box {
    position: relative;
    z-index: 5;

}

.developer-page .develope .info-boxes {
    position: relative;
}

.developer-page .develope .info-boxes .line {
    content: '';
    display: block;
    width: 1px;
    height: 66%;
    left: 23px;
    position: absolute;
    top: 40%;
    transform: translate(0,-50%);
    background: rgba(255,255,255,0.3);
    z-index: 1 !important;

}

.developer-page .develope .info-boxes .info-box .number {
    z-index: 5 !important;

}






.developer-page .develope .info-box .number {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
    color: #000;
    background: #fff;
}

.developer-page .develope .info-box .text {
    flex: 1;
}

.developer-page .develope .info-box.first .number {
    background: var(--main-color);
    color: var(--main-text-color);
}





.developer-page .develope::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011035;
    opacity: 0.9;
    z-index: -1;
}



@media (max-width: 991.98px) {
    .developer-page .develope {
        background-attachment: unset;
    }
}



/********* SERVICE PAGE **************/



.service-page .benefit-item {
    padding: 25px;
    border-radius: 8px;
    height: 100%;
}

.service-page  .benefit-item .icon-box {
    position: relative;
}


.service-page .benefit-item .icon-box::before {
    content: '';
    display: block;
    height: 110%;
    width: 20px;
    background: var(--main-color);
    position: absolute;
    top: -5%;
    left: 0;
    opacity: 0.1;
}




.service-page .benefit-item .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.service-page .benefit-item .icon-box {
    margin-bottom: 25px;
}

.service-page .benefit-item .text {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}


.service-page .benefit-item .text span {
    font-weight: 500;
}

.service-page .benefit-item svg {
    color: var(--main-color);
}



.service-page .benefit-item {
    background: #fff;
}


/***************** FAQ PAGE *****************/

.faq-page {
    background: #fff;
}


.faq-page .heading-box {
    margin-bottom: 100px !important;
}


.faq-page img {
    border-radius: 10px;
}

.faq-item span.roller {
    border-radius: 5px;
}

.faq-item.active .faq-question {
    background: var(--main-light-color);
}

.faq-item .faq-answer {
    background: transparent !important;
}

.faq-item .faq-question {
    background: #F7F9FC;
    padding: 25px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: var(--box-shadow);
    color: #000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}



.faq-item {
    position: relative;
    border-radius: 0;
}

.faq-item .roller {
    position: absolute;
    top: -15px;
    right: 25px;
    display: inline-flex;
    height: 32px;
    border-radius: 0;
    width: 32px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background: #000;
    color: #fff;

}

.faq-item .roller svg {
    transform: rotate(0);
    transition: transform 0.2s ease-in;
}



.faq-item.active .roller {
    background: #000;

}

.faq-item.active svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in;
}


.faq-item .faq-answer {
    display: none;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #373737;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}


.faq-item .faq-answer {
    padding: 15px;
    font-size: 16px;
}


@media (max-width: 767.98px) {

    .faq-item .faq-answer {
        font-size: 12px;
    }

    .faq-item .faq-question {
        font-size: 13px;
    }

    .faq-item .roller {
        top: -8px;
        right: 15px;
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
}









/** global **/


.social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 42px;
    height: 42px;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,0.2);
}


.contact-page .social-links a {
    background: var(--main-color);
    color: var(--main-text-color);
}

.contact-page .social-links a svg {
    width: 20px;
}




.social-links a.facebook {
    background: #1877f2;
    color: #fff;
}
.social-links a.youtube {
    background: #ff0000;
    color: #fff;
}
.social-links a.instagram {
    background: #c32aa3;
    color: #fff;
}
.social-links a.linkedin {
    background: #0a66c2;
    color: #fff;
}
.social-links a.tiktok {
    background: #010101;
    color: #fff;
}
.social-links a.x-twitter {
    background: #000;
    color: #fff;
}

/******* REALIZATION PAGE ******/

/* galery */

.realization-page section.gallery {
    background: #f9f9f9;
}

.realization-page section.gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.realization-page section.gallery .gallery-box a {
    width: calc( 100% / 7 - 60px / 7);
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.realization-page section.gallery .gallery-box a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background:  var(--second-color);
    opacity: 0.5;
    transition: background 0.3s ease-in;
}

.realization-page section.gallery .gallery-box a:hover::after {

    background: rgba(0,0,0,0.0);
    transition: background 0.3s ease-in;
}

.realization-page section.gallery .gallery-box a:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}


.realization-page section.gallery .gallery-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}

@media (max-width: 767.98px) {
    .realization-page section.gallery .gallery-box {
        gap: 5px;
    }

    .realization-page section.gallery .gallery-box a {
        width: calc( 100% / 4 - 30px / 4);
    }
}


/********* PORTFOLIO PAGE *********/




/* galery */

.portfolio-page section.gallery {
    background: #fff;
}

.portfolio-page section.gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.portfolio-page section.gallery .gallery-box a {
    width: calc( 100% / 7 - 60px / 7);
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.portfolio-page section.gallery .gallery-box a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background:  var(--second-color);
    opacity: 0.5;
    transition: background 0.3s ease-in;
}

.portfolio-page section.gallery .gallery-box a:hover::after {

    background: rgba(0,0,0,0.0);
    transition: background 0.3s ease-in;
}

.portfolio-page section.gallery .gallery-box a:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}


.portfolio-page section.gallery .gallery-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}

@media (max-width: 767.98px) {
    .portfolio-page section.gallery .gallery-box {
        gap: 5px;
    }

    .portfolio-page section.gallery .gallery-box a {
        width: calc( 100% / 4 - 30px / 4);
    }
}





/******* CATEGORY PAGE *******/

.category-page section.other .container {
    max-width: 100%;
    width: 1000px;

}


.category-page section.other .table td {
    background: rgba(0,0,0,0.02);
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

.category-page section.other .table th {
    background: var(--second-color);
    color: var(--second-text-color);
}


@media (max-width: 767.98px) {
    .category-page section.other .table td {
        padding: 12px;
        font-size: 12px;
    }
}


/************* Service page **********/


/* gallery */

.service-page .gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.service-page .gallery {
    padding: 50px 0;
}

.service-page .gallery .gallery-box a {
    aspect-ratio: 1;
    display: flex;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    width: calc(100% / 3 - 30px / 3);

}

.service-page .gallery .gallery-box a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.service-page .gallery .gallery-box a img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in;
}


@media (max-width: 767.98px) {
    .service-page .gallery .gallery-box a {

        width: calc(100% / 3 - 20px / 3);


    }

    .service-page .gallery .gallery-box {
        gap: 10px;
    }

}





/*** nav ***/


.page-banner .heading {
    color: #fff;
    font-weight: 800;
}

/*.page-banner::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.5);*/
/*}*/

.page-banner {
    padding: 10px 0;
    display: flex;
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.01);
}

.page-banner {
    display: flex;
    align-items: center;
    justify-content: center;

}



.page-banner .content {
    color: #fff;
}



.page-banner nav.path ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
    column-gap: 10px;
    row-gap: 5px;
    align-items: center;
    color: #000;

}

.page-banner nav.path ul li {
    display: inline-flex;
    align-items: center;

}



.page-banner nav.path ul li a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    padding-right: 12px;
}


.page-banner nav.path ul li a:hover {
    text-decoration: underline;
    color: var(--second-color);
}

.page-banner nav.path ul li .final-path {
    font-weight: 600;
}

.page-banner nav.path ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;

}

/*********** Restaurant page *******/


.restaurant-page .js-content {
    display: none;
}



.service-page .service-item {
    background: var(--main-light-color);
    padding: 35px;
    border-radius: 6px;
    background: #fff;
}

.service-page .service-item .title-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.service-page .service-item .title-box .title {
    font-weight: 700;
    font-size: 18px;
    flex: 1;
}

.service-page .service-item .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-page .service-item .icon-box svg {
    width: 35px;
    height: 35px;
    stroke-width: 1px;
}


/** catering page **/


.catering-page .about .benefs svg {
    color: var(--second-color);
}

.catering-page .about .benefs {
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.catering-page .about .benefs li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.catering-page .about .benefs li span {
    flex: 1;
}

.catering-page .about .cont-box .heading-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.catering-page .about .cont-box .title-box .title {
    font-weight: 700;
    font-size: 18px;
    flex: 1;
}

.catering-page .about .cont-box .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catering-page .about .cont-box .icon-box svg {
    width: 35px;
    height: 35px;
    stroke-width: 1px;
}

@media (max-width: 767.98px) {
    .service-page .about .benefs li {
        font-size: 14px !important;
    }

    .service-page .service-item p {
        font-size: 14px;
    }

    .service-page .about .desc  {
        font-size: 14px !important;
    }

    .service-page .service-item {
        padding: 25px;
    }

    .wedding-page .info-box {
        font-size: 15px;
    }
}




/** hotel page **/


.hotel-page .about .benefs svg {
    color: var(--second-color);
}

.hotel-page .about .benefs {
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
}


.hotel-page .about .room-box {
    background: rgba(255,255,255,0.8);
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 20px;

}


.hotel-page .about .room-box .benefs li {
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

.hotel-page .about .room-box .title {
    font-weight: 600;
}

.hotel-page .about .room-box .title .color {
    color: var(--second-color);
}

.hotel-page .about .benefs li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.hotel-page .about .benefs li span {
    flex: 1;
}

.hotel-page .about .cont-box .heading-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.hotel-page .about .cont-box .title-box .title {
    font-weight: 700;
    font-size: 18px;
    flex: 1;
}

.hotel-page .about .cont-box .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hotel-page .about .cont-box .icon-box svg {
    width: 35px;
    height: 35px;
    stroke-width: 1px;
}


/** catering page **/


.wedding-page .about .benefs svg {
    color: var(--second-color);
}

.wedding-page .about .benefs {
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.wedding-page .about .benefs li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.wedding-page .about .benefs li span {
    flex: 1;
}

.wedding-page .about .cont-box .heading-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.wedding-page .about .cont-box .title-box .title {
    font-weight: 700;
    font-size: 18px;
    flex: 1;
}

.wedding-page .about .cont-box .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wedding-page .about .cont-box .icon-box svg {
    width: 35px;
    height: 35px;
    stroke-width: 1px;
}


.wedding-page .info-box {
    background: var(--second-color);
    padding: 15px;
    border-radius: 6px;
    color: var(--second-text-color);
    margin-bottom: 15px;
}

.wedding-page .info-box a {
    font-weight: 600;
    color: var(--second-text-color);
    text-decoration: none;
}


/********** DAILY MENU PAGE *********/

/** daily menu **/

.dailymenu-page .daily-menu {
    padding: 70px 0;
}

.dailymenu-page .name .badger.today {
    display: inline-block;
    border-radius: 3px;
    padding: 4px 20px;
    background: #821e00;
    color: #fff;

}

.dailymenu-page .daily-menu .spec-cont .food-menu {
    padding: 35px;
    border-radius: 16px;
    margin-top: 20px;
    background: var(--main-light-color);
}

.dailymenu-page .daily-menu .spec-cont  {
    max-width: 900px;
    margin: auto;
}

.dailymenu-page .daily-menu .food-menu .category .menu-list .menu-item:not(:last-of-type) {
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    padding-bottom: 8px;
}



.dailymenu-page .daily-menu .food-pan {
    border-radius: 12px;
    padding: 25px;
    margin-top: 25px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.dailymenu-page .daily-menu .food-pan .title {
    font-size: 27px;
    font-weight: 600;
    display: block;
}

.dailymenu-page .daily-menu .food-pan .t-btn {
    text-transform: uppercase;
}

.dailymenu-page .daily-menu .food-pan .value {
    font-weight: 400;
    font-size: 14px;
}

.dailymenu-page .warning {
    background: var(--second-color);
    border-radius: 6px;
    padding: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
    max-width: 850px;
}


@media (max-width: 767.98px) {
    .dailymenu-page .daily-menu .spec-cont .food-menu {
        padding: 25px 15px;
    }



    .dailymenu-page .daily-menu .food-pan .title {
        font-size: 22px;
    }



}

/********** CONTACT PAGE **********/


.contact-page .error-message {
    color: red;
    font-size: 12px;
}

.contact-page .contact-bar {
    background: var(--main-light-color);
    border-radius: 8px;
}

.contact-page .contact-bar .content {
    padding: 25px;
}

.contact-page .map-box .heading,
.contact-page .contact-form-box .heading {
    font-size: 30px;
}

.contact-page .map-box .img-box {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}




.contact-page .contact-bar .box .box-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--second-color);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.contact-page .contact-bar .contact-box {
    margin-bottom: 25px;
}

.contact-page .contact-bar .contact-box .heading {
    font-size: 17px;
    font-weight: 600;

    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.contact-page .contact-bar .contact-box .heading i {
    color: var(--main-color);
}

.contact-page .contact-bar .contact-box .value {
    display: block;
    text-align: center;
}

.contact-page .contact-bar .contact-box a.value {
    text-decoration: none;
    color: #000;
}


.contact-page .contact-form-box .form-control {
    border: none;
    background: #FAFAFC;
    padding: 15px;
}

.contact-page .contact-form-box .form-control::placeholder {
    color: #939393;
    font-size: 16px;
}

.contact-page .contact-form-box .form-control:focus {
    box-shadow: none;
    border: none;
    background: #f9f9f9;
}




/** section contact **/

.contact-page .contact .container {
    z-index: 2;
    position: relative;
}




.contact-page .contact .form-wrap {
    max-width: 650px;
}

.contact-page .contact .form-wrap .form-group {
    margin-bottom: 25px;
}

.contact-page .contact .form-wrap .form-control{
    background: #f9f9f9;
}

.contact-page .contact .form-wrap .form-control:not(textarea) {
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

.contact-page .contact .form-wrap .form-control:focus,
.contact-page .contact .form-wrap .form-control {
    box-shadow: none;
    border: none;
    outline: none;
    padding: 15px;
}

.contact-page .contact .form-wrap .form-control::placeholder {
    font-size: 14px;
    color: #555;

}


/******* pricing page ******/

.pricing-page .contact-foot {
    text-align: center;
}

.pricing-page .contact-foot .working-time {
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
    color: #848484;
    font-weight: 400;
    font-size: 22px;
}

.pricing-page .contact-foot .titler {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: var(--main-color);
}

.pricing-page .contact-foot .number {
    font-weight: 800;
    font-size: 55px;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.2em 0.3em;
    border-radius: 18px;
    background: var(--main-color);
    color: var(--main-text-color);
}


@media (max-width: 767.98px) {
    .pricing-page .contact-foot .number {

        font-size: 35px;

    }
}



/********** MENU PAGE *********/


/************** MENU PAGE ****************/



.food-menu .menu-item {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 25px;
}

.food-menu .menu-item .unit-box {
    width: 90px;
    font-weight: 600;
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}

.food-menu .menu-item .info-box {
    width: calc(100% - 100px);
}


.food-menu .menu-item .title-box {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;

}


.food-menu .subcategory .title-box {
    font-size: 20px;
    font-weight: 600;
    color: var(--second-color);
}

.food-menu .menu-item .ingredients {
    color: #444;
    font-size: 12px;
    margin-top: 5px;
}


.food-menu .menu-item .title-box {
    position: relative;
    z-index: 2;
}



.food-menu .menu-item .title-box .price,
.food-menu .menu-item .title-box .name {
    z-index: 2;
}

.food-menu .menu-item .title-box .price {
    padding-left: 4px;
    white-space: nowrap;
    color: var(--second-color);
}

.food-menu .menu-item .title-box .name {
    padding-right: 8px;
}

.food-menu .menu-item .badges-box {
    height: 35px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.food-menu .subcategory {
    margin-bottom: 40px;
}

.food-menu .menu-item .badges-box .badger {
    color: var(--main-text-color);
    background: var(--main-color);
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 3px;
}




.food-menu .category .head-box {
    position: relative;
    text-align: center;
    margin-bottom: 45px;

}


.food-menu .category .head-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

@media (max-width: 767.98px) {
    .food-menu .menu-item .unit-box {
        width: 55px;
        font-size: 11px;
    }
    .food-menu .menu-item .info-box {
        width: calc(100% - 65px);
    }

    .food-menu .menu-item .title-box {
        font-size: 13px;
    }

    .food-menu .menu-item {
        margin-bottom: 20px;
    }

    .food-menu .menu-item .badges-box {
        height: 30px;
    }


    .food-menu .category .head-box .title {
        font-size: 30px;
    }

}


















/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}
