



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fff;
    font-family: "Inter", sans-serif;
    color: #272727;
}

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




.container {
    max-width: 1250px;
}

.heading-box .heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #000;
}

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

.heading-box .heading-text {
    font-size: 18px;
    font-weight: 300;
    color: #474747;
    max-width: 550px;
    margin: auto;
    line-height: 1.7;

}

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

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

    }
}



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

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

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




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


/** theme btn ***/


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

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

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    padding: 1.1em 1.4em;
    line-height: 1;
    border: none;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s linear;
    transform-origin: bottom;
    transform: scale(1);

}

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



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

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

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



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



.main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8000;
}

.main-header {
    background: #fff;
}

.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) .logo .second {
    display: none;
}

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




.main-header:not(.is-sticky) .main-bar {
    padding: 8px 0;
}

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

.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: #1a1a1a;
    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: #000;
}


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

.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: #444;
    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: 13px;
    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 !important;
    position: fixed;
}

.main-header.fixed-top.is-sticky {
    position: fixed;
}



/* 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 .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;
        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 #f1f1f1;
        font-size: 16px;
        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: 100px;
    }

    .main-header.is-sticky .logo img {
        width: 70px;
        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;
    }


}



@media (min-width: 1200px) {
    .main-header .container {
        backdrop-filter: blur(10px);
    }
}


@media (min-width: 1250px) {
    .main-header .container {
        background: rgba(255,255,255,0.45);
        border-radius: 8px;
        padding: 10px 25px;
    }
}

@media (max-width: 1249.98px) {
    .main-header.fixed-top:not(.is-sticky)  {
        background: rgba(255,255,255,1) !important;
    }
}



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

.main-footer {
    background-image: linear-gradient(to right bottom, #070715, #0b0a1c, #0d0c23, #0f0e29, #101030);
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-size: 13px;
}

.main-footer .main-bar {
    padding: 50px 0;
}
.main-footer .copyright {
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-size: 12px;
}

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

}

.main-footer .main-bar a {
    color: rgba(255,255,255,0.8);;
    font-weight: 400;
    text-decoration: none;
}

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

.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 .copyright a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.main-footer .footheading {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.main-footer .spec-img-box {
    position: absolute;
    top: 0;
    z-index: 5;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main-footer .spec-img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

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

.main-footer {
    position: relative;
}



.main-footer {
    padding-top: 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(--main-color);
}

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

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

.main-footer .soc-box a {
    width: 35px;
    height: 35px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}

.main-footer .soc-box a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* above foot */

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


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



.above-foot .heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;

}

.above-foot .heading-text {
    color: rgba(255,255,255,0.95);
    max-width: 850px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}


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

    .above-foot .heading {
        font-size: 38px;
        line-height: 1.2;
    }
}


/********** 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.25);
    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: 280px;
    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 h1.head {
    font-size: 175px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -18px;
    color: var(--second-color);
    text-shadow: -4px 0 #fff;
    margin-left: -18px;
}

.not-found-page {
    background: rgba(0,0,0,0.02);
}

.not-found-page h1.head .first {
    z-index: 1;
    position: relative;
}

.not-found-page h1.head .second {
    z-index: 2;
    position: relative;
}

.not-found-page p {
    text-align: center;
    position: relative;
    top: 40px;
    color: #000;
    font-weight: 500;
}

.not-found-page h1.head .third {
    z-index: 3;
    position: relative;
}

@media (max-width: 767.98px) {

    .not-found-page h1.head {
        font-size: 105px;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    .not-found-page p {
        top: 20px;
    }
}




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

.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: -1;
    background: rgba(0,0,0,0.35);
}

.hero-banner .heading {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 25px;
    color: #fff;
}



.hero-banner img {
    transform-origin: left;
    border-radius: 25px
}

.hero-banner .t-btn {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

.hero-banner .content {
    width: 900px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
}

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

.hero-banner p {
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 25px;
    font-weight: 400;
    max-width: 750px;

}

.hero-banner .content::before {
    content: '';
    display: block;
    width: 500%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    /*background: rgba(255,255,255,0.75);*/
    /*backdrop-filter: blur(8px);*/
    z-index: -1;

}



@media (max-width: 991.98px) {
    .hero-banner {
        background-attachment: unset;
        padding-top: 100px;
        padding-bottom: 70px;
    }

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

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

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

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

}


/** home page paral */

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

.home-page .spec-paral::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--second-color);
    opacity: 0.65;
    z-index: -1;
}



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

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


@media (max-width: 991.98px) {
    .home-page .spec-paral {
        background-attachment: unset;
    }
}




/*** partner slider **/


.home-page section.slider {
    background: #F9F9F9;
    padding-top: 25px;
    padding-bottom: 25px;
}

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

}

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


/*** benefits **/

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

.home-page .benefits .benefit-item .title {
    font-size: 17px;
    font-weight: 800;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
}

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

.home-page .benefits .benefit-item .text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

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

.home-page .benefits {
    background: rgba(0,0,0,0.05);
}

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


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

.home-page .about {
    padding-top: 50px;
    padding-bottom: 70px;
}

.home-page  .about .counter .count {
    color: var(--second-color);
    display: block;
    font-weight: 900;
    font-size: 40px;
    border-bottom: 2px solid #f1f1f1;
}

.home-page  .about .counter .text {
    padding-top: 15px;
    color: #555;
    font-size: 14px;
    font-weight: 300;
}

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


@media (max-width: 767.98px) {

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

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



}





/* testimonials */

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



.home-page .testimonials .testimonial-item {
    padding: 25px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(15px);
    height: 100%;

}

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

.home-page .testimonials .testimonial-item .title {
    font-weight: 700;
    margin-top: 5px;
    color: #000;
    display: block;
}

.home-page .testimonials .testimonial-item .position {
    color: #444;
    font-size: 12px;

}

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

.home-page .testimonials .testimonial-item p {
    font-size: 14px;
    color: #444;
    font-weight: 300;
    margin-top: 20px;
    min-height: 100px;
}

.home-page .testimonials .testimonial-item {
    box-shadow: 0 0 5px rgba(0,0,0,0.07);
}

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





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

.portfolio-item {
    position: relative;
    z-index: 2;
    overflow: hidden;
}


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


.portfolio-item .img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    aspect-ratio: 16/11;
}

.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: inline-flex;
    align-items: center;
    top: 5px;
    left: 5px;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 3px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: var(--second-color);
    color: #fff;

}


.portfolio-item .title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 8px;
    display: block;
    color: #1a1a1a;
}

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




@media (max-width: 767.98px) {

    .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 {
    background: #fff;
}

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

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

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

.clean-page h5 {
    font-size: 18px;
    font-weight: 500;
    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 {
    background: #fff;
}

.clean-page .content {
    background: #f9f9f9;
}




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




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

.faq-page {
    background: #fff;
}

.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: #000;
    color: #fff;
}


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

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


.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-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: rgba(0,0,0,0.04);
}


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

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

/* galery */

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

.portfolio-page img.m-r {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 6px;

}

.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: #f9f9f9;
}

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

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

.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:  #000;
    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 - 15px / 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;
    }
}







/*** nav ***/


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


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

}



/******** GUIDE PAGE *******/


.guide-page .warning-box {
    max-width: 100%;
    width: 700px;
    margin: auto;
    padding: 35px;
    background: var(--second-color);
    color: var(--second-text-color);
    border-radius: 8px;
    margin-bottom: 45px;
    text-align: justify;
}

.guide-page .about2 ul {
    list-style: none;
    font-style: italic;
    font-size: 17px;
    color: var(--main-color);
}

.guide-page .about2 ul li {
    margin-bottom: 10px;
}



/* timeline */


.guide-page .timeline-section {

}

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

}


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

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

.guide-page .timeline .line:before,
.guide-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 #F7F9FC;
}


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

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



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

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

}

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

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

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

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

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

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


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

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

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

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

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

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

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

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



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


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

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

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

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

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

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


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

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


.contact-page {
    padding-bottom: 100px;
}

.contact-page .contact-bar {
    background: #F7F9FC;
    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 .map-box .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: var(--second-color);
}

.contact-page .map-box .img-box img {
    transform: scale(1) rotate(0);
    transition: transform 0.3s linear;
}

.contact-page .map-box .img-box:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s linear;
}

.contact-page .contact-bar .box .box-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
    color: var(--main-color);
    text-transform: uppercase;
    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: 18px;
    font-weight: 700;
    color: rgba(0,0,0,1);
    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;
}




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