



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fff;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
}


/* :where(h1, h2, h3, h4, h5, h6) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
}

.default {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
} */

.ng-shadow {
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border: 1px solid rgba(0,0,0,0.06);
}


.heading-box .heading {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.heading-box .heading-text {
    max-width: 720px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 400;

}

@media (max-width: 991.98px) {
    .container {
        max-width: 1300px;
    }

    .heading-box .heading {
        font-size: 30px;
    }

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

    }
}



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


/** theme btn ***/


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

}

.t-btn.small {
    font-size: 12px;
    padding: 0.7em 1.2em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0.8em 1.5em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
    line-height: 1;
    border: none;
    border-radius: 0;
    color: var(--main-text-color);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.1s ease-in;
}


.t-btn:hover,
.t-btn:focus {
    transform: scale(1.05);
    text-decoration: none;
    color: var(--main-text-color);
}

.t-btn.dark {
    background: #333;
}

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



.t-btn:hover {
    opacity: 1;
}



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

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


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


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





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



.main-header.sticky {
    position: sticky;
    top: 0;
    z-index: 9998;
}

.main-header.is-sticky,
.main-header.sticky {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}


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


.main-header:not(.is-sticky) .logo .second {
    display: none;
}

.main-header.is-sticky .logo .first {
    display: none;
}


.main-header .top-bar {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
}

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

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


.main-header.sticky .top-bar .container {
    border-color: rgba(0,0,0,0.15);
}

.main-header .top-bar a {
    color: #fff;
    text-decoration: none;
}


.main-header .top-bar .link-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 10px;
}

.main-header .top-bar .social-links a {
    font-size: 18px;
    width: 25px;
    height: 25px;
    background: var(--main-color);
    color: var(--main-text-color);
}




.main-header.sticky .main-menu .menu-list .menu-link {
    color: #000;
}


.main-header .main-bar {
    padding: 8px 0;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    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: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #000;
    position: relative;
}


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--main-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;
}


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

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


.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);
}

@media (min-width: 1200px) {
    .main-header:not(.is-sticky,.sticky) .main-menu .menu-list .menu-link:not(.active){
        color: rgba(255,255,255,0.85);
    }

    .main-header:not(.is-sticky) .main-menu .menu-list .menu-link:not(.active):hover {
        color: var(--main-color);
    }

}



@media (max-width: 991.98px) {
    .main-header .top-bar .t-btn.small {
        font-size: 11px;
    }
}


@media (max-width: 767.98px) {
    .main-header .logo img {
        max-height: 65px;
        height: 100%;
        width: auto;

    }

}





/* mobile menu */


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

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

    body.menu-opened .mobile-head img {
        height: 100%;
        max-height: 65px;
        width: auto;
    }

    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;
    }


    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;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        padding: 17px 0;
    }

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





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








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

.main-footer .copyright {
    padding: 20px 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

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

.main-footer .link-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}



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

.main-footer a:hover {
    text-decoration: none;
    color: var(--main-color);
}

.main-footer {
    background: var(--second-color);
    color: var(--second-text-color);
}

.main-footer .text-box {
    padding-right: 25px;
}

.main-footer .foot-heading {
    color: var(--main-color);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.main-footer .menu-list {
    list-style: none;
}

.main-footer .menu-list li {
    position: relative;
}

.main-footer .menu-list li {
    position: relative;
}

.main-footer .menu-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--second-text-color);
    border-right: 1px solid var(--second-text-color);
    transform: rotate(45deg);
}

.main-footer .menu-list a {
    text-decoration: none;
}



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


.main-footer .contact-item .head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.main-footer .contact-item .head .title {
    font-weight: 500;
    color: #fff;
}


.main-footer .contact-item {
    margin-bottom: 15px;
}

.main-footer .contact-item .head i {
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 14px;
    background: var(--main-color);
    /*background: linear-gradient(to right, #fff, var(--main-light-color));*/
    color: var(--main-text-color);
}

.main-footer .contact-item .cont a {
    text-decoration: none;
    display: block;
    color: var(--second-text-color);
}

.main-footer .contact-item .cont a:hover {
    color: var(--main-color);
}




/***** page banner *******/


.page-banner {
    padding-top: 220px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.page-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(to bottom , rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.5) 100%);
    z-index: -1;
}

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



.page-banner .cont .page-title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}



.page-banner nav.path ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    width: auto;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
    column-gap: 10px;
    row-gap: 5px;
    color: rgba(255,255,255,1);

}

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


.page-banner nav.path ul li a:hover {
    text-decoration: underline;
    color: var(--main-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 #fff;
    border-right: 1px solid #fff;

}



@media (max-width: 767.98px) {
    .page-banner .cont .page-title {
        font-size: 40px;
    }

    .page-banner {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}



/********* home banner *******/

.hero-banner {
    padding: 270px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.hero-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(to bottom , rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.3) 100%);

    z-index: -1;
}

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

.hero-banner .content .small-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.hero-banner .content .title {
    font-size: 46px;
    font-weight: 700;
}

.hero-banner .content {
    max-width: 700px;
}

.hero-banner .content .desc {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}

@media (max-width: 992px) {
    .hero-banner .content {
        max-width: 100%;
    }

    .hero-banner .content .title {
        font-size: 46px;
    }

    .hero-banner .content .desc {
        font-size: 18px;
    }
}


@media (max-width: 556px) {

    .hero-banner .content .title {
        font-size: 35px;
    }

    .hero-banner .content .desc {
        font-size: 17px;
    }

    .hero-banner {
        padding-top: 190px;
        padding-bottom: 70px;
    }
}














/************** MAIN SLIDER ************/


.slider-section {
    overflow: hidden;
}


.main-slider .carousel-item .desc-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 70%;
    padding: 15px;
    max-width: 90%;
    width: 850px;
    color: #fff;
    background: rgba(0,0,0,0.65);
}

.main-slider .carousel-item .desc-box {
    padding: 25px;
}

.main-slider .carousel-item .desc-box .text {
    font-size: 19px;
    font-weight: 400;
}

.main-slider .carousel-item .desc-box .heading {
    font-size: 40px;
    font-weight: 700;
}

.main-slider .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.main-slider .carousel-indicators .active {
    background-color: var(--main-color);
}

.main-slider .carousel-control-prev i,
.main-slider .carousel-control-next i {
    font-size: 45px;
    color: #fff;
}

.main-slider .carousel-control-prev,
.main-slider .carousel-control-next {
    opacity: 1;
}


.main-slider .carousel-control-prev:hover i,
.main-slider .carousel-control-next:hover i {
    color: var(--main-color);
}


/*** section about ***/




section.about .text {
    font-size: 18px;
}




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

.contact-page .contact-bar {
    background: #F7F9FC;
}

.contact-page .contact-bar .content {
    background: #fff;
    padding: 25px;
    border-radius: 0;
}

.contact-page .contact-bar .box .box-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}




.contact-page .contact-bar .contact-box .heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--second-color);
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

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

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


.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;
}


/******************* ABOUT PAGE ********************/


/* timeline */


/* timeline */


.about-page .timeline-section {
    background: #F7F9FC;
}

.about-page .timeline {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;

}


.about-page .timeline .sticky-line {
    position: sticky;
    top: 0;
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 30%;
    background: var(--second-color);
    z-index: -1;
}

.about-page .timeline .line {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.about-page .timeline .line:before,
.about-page .timeline .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--main-color);
    border: 3px solid #fff;
}


.about-page .timeline .item {
    display: flex;
    align-items: center;
}

.about-page .timeline .item .info-box {
    width: calc(50% - 50px) !important;
}



.about-page .timeline .line:after {
    top: auto;
    bottom: 0;
}

.about-page .timeline .year-box {
    text-align: center;
    padding: 0 30px;

}

.about-page .timeline .year-box .year {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #000;
}

.about-page .timeline {
    /*max-width: 700px;*/
    margin: auto;
}

.about-page .timeline .info-box {
    width: min(300px, calc(50% - 25px));
    background: #fff;
    padding: 35px;
}

.about-page .timeline .info-box .text-box {
    font-size: 16px;
    color: #555;
    font-weight: 300;
    margin-bottom: 0;
}

.about-page .timeline .info-box .title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.about-page .timeline .info-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.about-page .timeline .item .time {
    font-size: 17px;
    font-weight: 600;
    color: var(--main-color);
}

.about-page .timeline .info-box {
    position: relative;
}

.about-page .timeline .info-box:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
}

.about-page .timeline .item:nth-of-type(odd) .info-box:after {
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%) rotate(45deg);
}

.about-page .timeline .item:nth-of-type(odd) {
    margin-left: auto !important;
    justify-content: flex-end;
}

.about-page .timeline .item:nth-of-type(odd) .info-box {
    order: 3;
}

.about-page .timeline .item:nth-of-type(odd) .year-box {
    order: 2;
}

.about-page .timeline .item:nth-of-type(odd) .time {
    order: 1;
}



.about-page .timeline .info-box {
    font-size: 13px;
    color: #777;
}


@media (max-width: 600px) {
    .about-page .timeline .item .info-box {
        width: 100% !important;
    }

    .about-page .timeline .item {
        flex-wrap: wrap;
    }

    .about-page .timeline .item .time {
        order: 2 !important;
        position: relative;
        top: 30px;
        left: 10px;
        z-index: 5;
        font-size: 14px;
        background: var(--main-color);
        color: #fff;
        padding: 2px 5px;
    }

    .about-page .timeline .item:nth-of-type(odd) .time {
        left: auto;
        right: 10px;
    }

    .about-page .timeline .item .info-box {
        order: 3 !important;
    }

    .about-page .timeline .item .info-box:after {
        all: unset;
    }


    .about-page .timeline .item .year-box {
        order: 1 !important;
        width: 100%;
        margin-top: 25px;
    }
}


/** aditional */

.about-page .timeline-section .heading-box .heading {
    color: #fff;
}

.about-page .timeline-section .heading-box .heading-text {
    color: rgba(255,255,255,0.8);
}



.about-page .timeline-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 1;

}

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

.about-page .timeline-section .year {
    background: var(--main-color) !important;
    color: var(--main-text-color) !important;
}

.about-page .timeline .sticky-line {
    background: var(--main-color);
}

@media (max-width: 767.98px) {
    .about-page .timeline-section {
        background-attachment: unset;
    }
}







/**** end time line ****/

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


.about-page .about2 {
    background: var(--main-color);
    color: var(--main-text-color);
}

.about-page .about2 .text {
    font-size: 18px;
}

.about-page .about2 .heading-box .heading {
    color: var(--main-text-color);
}

.about-page .about2 .heading-box .heading-text {
    color: var(--main-text-color);
}

.about-page .about2 a {
    color: var(--main-text-color);
}



.about-page .gallery-imgs {
    display: flex;
    row-gap: 10px;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-page .gallery-imgs a {
    display: block;
    flex: 1 1 25%;
    aspect-ratio: 1 / 0.8;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.about-page .gallery-imgs a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .about-page .gallery-imgs a {
        flex: 1 1 33.3333333%;
        aspect-ratio: 1 / 0.8;
    }
}







/** member item ***/



.member-item .img-box img {
    /*width: 100%;*/
    /*height: 220px;*/
    /*object-fit: cover;*/
}

.member-item .name {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: center;
}

.member-item .position {
    color: var(--main-color);
    font-weight: 500;
    font-size: 17px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.member-item .info-box {
    padding: 20px;
}

.member-item .desc {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.member-item .img-box {
    text-align: center;
}


.member-item .social-links {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.member-item .contact-info a {
    display: block;
    text-align: center;
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 500;
}

.member-item .contact-info {
    margin-bottom: 15px;
}












/** warning-bar **/

.benefit-bar .container {
    position: relative;
    transform: translate(0,-20%);
    z-index: 5;
    padding: 10px 45px;
    background: #fff;
    margin: auto;
    border-radius: 0;
}

.benefit-bar {
    background: #f9f9f9;
}

.benefit-bar .benefit-box .img-box img {
    height: 320px;
    width: 100%;
    object-fit: cover;

    border-radius: 25px;
}

.benefit-bar .benefit-box .title {
    text-transform: uppercase;
    display: block;
    margin: 10px 0;
    font-weight: 700;
    font-size: 18px;
}

.benefit-bar .benefit-box .desc {
    color: #7a7a7a;
    margin-bottom: 10px;
}


@media( max-width: 991.98px ) {
    .benefit-bar .container {
        transform: unset;
        padding: 10px 15px;
    }

}



/** home gallery **/




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

.home-page .gallery .gallery-box a {
    width: calc(100% / 3 - 20px / 3);
    display: block;
    height: 350px;
    overflow: hidden;
    flex: auto;
    border-radius: 15px;
}

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

}










/********* CALL TO ACTION ********/

.call-to-action {
    position: relative;
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.call-to-action:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right top, var(--second-color) 20%, rgba(0, 0, 0, 0.18) 100%);
    z-index: -1;
}

.call-to-action {
    color: rgba(255,255,255, 0.85);
}

.call-to-action .heading {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

.call-to-action .text {
    font-weight: 500;
    font-size: 18px;
    margin: auto;
    max-width: 720px;
}


@media (max-width: 767.98px) {
    .call-to-action .heading {
        font-size: 36px;
    }


    .call-to-action {
        padding: 75px 0;
        background-attachment: unset;
    }
}


/************* home service ************/




.service-home-item .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    font-size: 35px;
    color: var(--main-color);
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.service-home-item .title {
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-home-item .text {
    font-size: 16px;
    margin-bottom: 10px;
    color: #363636;

}

.service-home-item {
    padding: 25px;
    background: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.service-home-item .spec {
    position: absolute;
    bottom: -50px;
    right: -50px;
    font-size: 200px;
    background: none;
    box-shadow: none;
    line-height: 1;
    color: var(--second-light-color);
    z-index: -1;
    opacity: 0.3;
}

.service-home-item .content {
    z-index: 1;
}

.service-home-item a {
    font-weight: 500;
    color: var(--main-color);
}



/****** reviews ***********/

section.reviews {
    position: relative;
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

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

section.reviews .heading-box .heading {
    color: var(--main-color);
}


section.reviews .heading-box .heading-text {
    color: rgba(255,255,255,0.7);
}



.testimonial-item {
    padding: 25px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

section.reviews .lSPrev,
section.reviews .lSNext {
    background-image: unset !important;
    color: #fff;
    font-size: 45px;
    top: 20% !important;
}

section.reviews .lSPrev:hover,
section.reviews .lSNext:hover {
    color: var(--main-color);
}

.testimonial-item .meta img {
    object-fit: cover;
    border-radius: 50%;
}


.testimonial-item .meta .info-box .name {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    margin-top: 8px;
}

.testimonial-item .icon-box {
    display: inline-flex;
    width: 77px;
    height: 77px;
    font-size: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--main-text-color);
}

.testimonial-item .meta .info-box .position {
    color: #666;
}

.testimonial-item .rating {
    display: flex;
    font-size: 15px;
    color: #FFD71C;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
}

.testimonial-item .blockquote {
    color: rgba(255,255,255,0.9);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 28px;
    max-width: 80%;
    margin: auto;
    height: 112px;
    margin-bottom: 10px;
}


@media (max-width: 767.98px) {

    .testimonial-item {
        padding: 5px;
    }


    .testimonial-item .blockquote {
        max-width: 100%;
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }


    section.reviews .lSPrev,
    section.reviews .lSNext {
        font-size: 25px;
    }


    .testimonial-item .icon-box {
        width: 57px;
        height: 57px;
        font-size: 25px;
    }

    section.reviews .lSNext {
        right: -10px;
    }

    .testimonial-item .meta img {
        width: 57px;
        height: 57px;
    }

}


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

.clean-page {
    background: #F7F9FC;
}

.clean-page .content {
    padding: 25px;
    background: #fff;
}

.clean-page .content a {
    color: var(--second-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;
}

.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;
}



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



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

.faq-page {
    background: #F7F9FC;
}

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

.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: var(--second-color);
    color: var(--second-text-color);
}


.faq-item.active .roller {
    background: var(--second-color);
}

.faq-item.active i {
    transform: rotate(180deg);
}


.faq-item .faq-answer {
    display: none;
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

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


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









/*************** BLOG PAGE ************/

.blog-page {
    background: #F7F9FC;
}



@media (min-width: 992px) {

    .blog-page .article-item {
        display: flex;
    }

    .blog-page .article-item .img-box {
        width: 270px;
    }

    .blog-page .article-item .content-box {
        width: calc(100% - 270px);
    }

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

    .blog-page .article-item {
        padding: 25px;
        background: #fff;
    }

    .blog-page .article-item .content-box {
        padding: 5px 0 0 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-page  .article-item .more {
        margin-top: auto;
    }



    .blog-page .article-item .img-box a:note(.category) {
        display: block;
        width: 100%;
        height: 100%;
    }

}


/*** article page ********/


.article-page {
    background: #F7F9FC;
}

.article-page .content {
    background: #fff;
    border-radius: 0;
    padding: 25px;
}

.article-page .content .img-box {
    margin-bottom: 25px;
}

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

.article-page .img-box .meta {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}

.article-page .content .img-box .meta .date {
    font-size: 12px;
    color: #7a7a7a;
}

.article-page .cont {
    color: #555;
    line-height: 1.7;

}

.article-page .cont a {
    color: var(--second-color);
}


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

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

.article-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
}

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

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


@media( max-width: 7678.98px ) {
    .article-page .img-box img {
        height: auto;
        object-fit: contain;
    }
}











/* blog sidebar */



.blog-sidebar .box .heading {
    font-weight: 700;
    font-size: 22px;
    color: var(--second-color);
    margin-bottom: 20px;
}

.blog-sidebar .box .category-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog-sidebar .box .category-list li a {
    padding: 9px 12px;
    color: #000;
    border: 1px solid #f1f1f1;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    background: #fff;

}

.blog-sidebar .box .category-list li a:hover,
.blog-sidebar .box .category-list li a.active {
    background: var(--main-color);
    color: var(--main-text-color);
}


.blog-sidebar .box .category-list li {
    margin-bottom: 5px;
}


.blog-sidebar .box {
    margin-bottom: 30px;

}

.blog-page .blog-sidebar .article-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.blog-sidebar .article-list li .date {
    color: #707070;
    font-size: 12px;
}

.blog-sidebar .article-list li a {
    color: #272727;
    font-size: 15px;
}

.blog-sidebar .article-list li a:hover {
    color: var(--main-color);
}

.blog-sidebar .article-list li {
    margin-bottom: 15px;
}













/************* Article item ************/

.article-item .img-box {
    position: relative;
}

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

.article-item {
    border-radius: 0;
    overflow: hidden;
}

.article-item .img-box .category {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-decoration: none;
    background: var(--second-color);
    color: var(--second-text-color);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
    border-radius: 0;
    line-height: 1;
}

.article-item .img-box .category:hover {
    background: var(--main-color);
    color: var(--main-text-color);
}




.article-item .meta i {
    display: inline-flex;
    width: 27px;
    height: 27px;
    outline-offset: 4px;
    outline: 2px solid var(--second-color);
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--main-text-color);
}

.article-item .meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.article-item .content-box {
    padding: 25px;
}

.article-item .meta .date {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
}

.article-item .title {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    margin: 15px 0;
}


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

.article-item .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    margin-bottom: 10px;
}

.article-item .more {
    display: inline-flex;
    color: var(--second-color);
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    gap: 5px;
}

.article-item .more i {
    font-size: 12px;
}


/********** service page ***************/

.service-page {
    background: #F7F9FC;
}

.service-page .service-menu {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
}

.service-page .service-menu a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: #000;
    background: #fff;
    text-decoration: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.04);

}

.service-page .service-menu a:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--main-text-color);
}


.service-item {
    padding: 25px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0;
}

.service-item .heading {
    color: var(--main-color);
    font-size: 25px;
    font-weight: 700;
}

.service-item a {
    color: var(--second-color);
}

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


.service-item .icon-box i {
    display: inline-flex;
    width: 57px;
    height: 57px;
    outline-offset: 5px;
    outline: 3px solid var(--second-color);
    font-size: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--main-text-color);
}


@media (max-width: 767.98px) {

    .service-item .icon-box i {
        width: 47px;
        height: 47px;
        font-size: 18px;
    }

    .service-item .heading {
        font-size: 22px;
    }

    .service-page .service-menu {
        position: static;
    }

    .service-page .service-col {
        /*position: sticky;*/
        /*top: 100px;*/
    }

    .service-page .service-menu {
        flex-direction: row;
        overflow-x: auto;
        gap: 5px;
        background: var(--second-color);
        padding: 8px;
        margin-bottom: 10px;
    }

    .service-page .service-menu a {
        white-space: nowrap;
        padding: 8px;
        font-size: 14px;
        margin-bottom: 0;
    }
}













/************ category PAGE *************/

.category-page {
    background: #F7F9FC;
}


.category-page .filter-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-page .filter-box a {
    padding: 15px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #fafafa;
}

.category-page .filter-box a.active {
    color: var(--second-text-color);
    border-color: var(--second-color);
    background: var(--second-color);
}

.category-page .filter-box a:not(.active):hover {
    background: var(--second-light-color);
}

@media (max-width: 567.98px) {

    .category-page .filter-box {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}


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


.portfolio-page {
    background: #F7F9FC;
}



.portfolio-page .content {
    background: #fff;
    border-radius: 0;
    padding: 25px;
}

.portfolio-page .content .img-box {
    margin-bottom: 25px;
}

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

.portfolio-page .img-box .meta {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}

.portfolio-page .content .img-box .meta .date {
    font-size: 12px;
    color: #7a7a7a;
}

.portfolio-page .cont {
    color: #555;
    line-height: 1.7;

}

.portfolio-page .cont a {
    color: var(--second-color);
}


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

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

.portfolio-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
}

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

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

.portfolio-page .parameters {
    background: #fff;
    padding: 25px;
}

.portfolio-page .parameters .heading {
    text-align: center;
    margin-bottom: 15px;
}


.portfolio-page .parameters .table tr > td:first-of-type {
    color: #7a7a7a;
    font-weight: 500;
}

.portfolio-page .parameters .table tr > td:last-of-type {
    color: #000;
    font-weight: 700;
}


@media( max-width: 7678.98px ) {
    .portfolio-page .img-box img {
        height: auto;
        object-fit: contain;
    }
}



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



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

.food-menu .menu-item .unit-box {
    width: 60px;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    color: #999;
}

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


.food-menu .menu-item .title-box {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #525252;
}


.food-menu .subcategory .title-box {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.food-menu .menu-item .ingredients {
    color: #7a7a7a;
    font-size: 13px;
    margin-top: 5px;
}


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

.food-menu .menu-item .title-box:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px dotted #ccc;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1;

}

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

.food-menu .menu-item .title-box .price {
    padding-left: 4px;
}

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

.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(--second-text-color);
    background: var(--second-color);
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 3px;
}


.food-menu .category .head-box .title {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}


.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: 45px;
        font-size: 13px;
    }
    .food-menu .menu-item .info-box {
        width: calc(100% - 45px);
    }

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

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

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


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

}


/*.daily-menu .food-menu .subcategory .title-box {*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    width: 100%;*/
/*    color: #111;*/
/*    text-align: center;*/
/*}*/

/*.daily-menu .food-menu .subcategory {*/
/*    width: 100%;*/
/*}*/


/************* RESERVATION PAGE **********/

.reservation-page {
    background: #F7F9FC;
}


.reservation-page .form-box {
    padding: 35px;
    background: #fff;
    max-width: 920px;
    margin: auto;
    position: relative;
    transform: translate(0, -100px);
    z-index: 5;
}

.reservation-page .heading-box .heading {
    color: var(--main-color);
}

.reservation-page .heading-box .heading-text {
    color: #555;
}



.form-control {
    border-radius: 0;
    border-color: #f1f1f1;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #f1f1f1;

}

.form-group label {
    color: #7a7a7a;
    margin-bottom: 10px;
}


.form-control[type=text],
.form-control[type=number],
.form-control[type=datetime-local]{
    height: 48px;
}





/************* PORTFOLIO item ************/

.portfolio-item .img-box {
    position: relative;
}

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

.portfolio-item {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.portfolio-item .img-box .category {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-decoration: none;
    background: var(--second-color);
    color: var(--second-text-color);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
    border-radius: 0;
    line-height: 1;
}

.portfolio-item .img-box .category:hover {
    background: var(--main-color);
    color: var(--main-text-color);
}




.portfolio-item .meta i {
    display: inline-flex;
    width: 27px;
    height: 27px;
    outline-offset: 4px;
    outline: 2px solid var(--second-color);
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--main-text-color);
}

.portfolio-item .meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.portfolio-item .content-box {
    padding: 25px;
}

.portfolio-item .meta .date {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
}

.portfolio-item .title {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    margin-top: 15px;
}


.portfolio-item .title:hover {
    color: var(--second-color);
}

.portfolio-item .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    margin-bottom: 10px;
}

.portfolio-item .more {
    display: inline-flex;
    color: var(--second-color);
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    gap: 5px;
}

.portfolio-item .more i {
    font-size: 14px;
}

@media (max-width: 567.98px) {

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




/** 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: 32px;
    height: 32px;
    text-decoration: none;
    border-radius: 0;
    color: var(--main-text-color);
    background: var(--main-color);
    transition: transform 0.1s ease-in;
}

.social-links a:hover {
    transform: scale(1.05);
}



.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;
}







/*************** 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);
}
