



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

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



main {
    padding-left: 20px;
    padding-right: 20px;
}


@media (max-width: 767.98px) {
    main {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*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: 38px;
    font-weight: 700;
    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: 22px;
    }

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

    }


}


.heading-box .specer {
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 14px;
    /*padding-left: 60px;*/
    opacity: 0.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

/*.heading-box .specer::before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 50px;*/
/*    height: 2px;*/
/*    background: var(--main-color);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: calc(50% - 1px);*/
/*}*/

/*.heading-box.text-end .specer::before {*/
/*    left: auto;*/
/*    right: 0;*/
/*}*/

/*.heading-box.text-end .specer {*/
/*    padding-left: 0;*/
/*    padding-right: 60px;*/
/*}*/


/*.heading-box.text-center .specer::before {*/
/*    left: 0;*/
/*    right: auto;*/
/*}*/

/*.heading-box.text-center .specer::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 50px;*/
/*    height: 2px;*/
/*    background: var(--main-color);*/
/*    position: absolute;*/
/*    top: calc(50% - 1px);*/
/*    right: 0;*/
/*    left: auto;*/
/*}*/

/*.heading-box.text-center .specer {*/
/*    padding-left: 60px;*/
/*    padding-right: 60px;*/
/*}*/

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

    .heading-box .specer {
        font-weight: 600;
        font-size: 12px;
    }
}





/******** 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: 13px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    padding: 1.3em 1.4em;
    line-height: 1;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}





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






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

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



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



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

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

.main-header {
    position: relative;
    display: block;
}

body:not(.home) .main-header {
    background: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
}


.main-header .top-bar .contact-span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
}

.main-header .top-bar .follow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
}

.main-header .top-bar .follow svg {
    color: rgba(255,255,255,0.85);
    width: 20px;
}

.main-header .top-bar .follow a:hover svg {
    color: var(--main-color);

}

.main-header .top-bar .contact-span svg {
    color: var(--main-color);

}


.main-header .main-menu {
    width: 100%;
    justify-content: flex-end;
}


.main-header .phone-box {
    gap: 10px;
    padding-left: 35px;
    align-items: center;
}

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

.main-header .phone-box .icon-box {
    width: 32px;
    height: 32px;
    padding: 7px;
    background: #f9f9f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

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



.main-header .phone-box .ico .small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    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;*/
/*}*/

.main-header {
    background: #fff;
    width: 100% !important;
    max-width: 100% !important;
}

body:not(.home) .main-header .top-bar {
    background: #000;
    padding-top: 5px;
}

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

.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 .container {
    /*background: #fff !important;*/

}


body.home:not(.not-top) .main-header {
    padding-top: 35px;
}


body.not-top .main-header .logo img {
    width: 90px;
}

body.not-top .main-header  {
    padding: 8px 0;
}

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

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

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

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


.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 20px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.6px;
    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 {
    color: var(--main-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;
}

body.home:not(.not-top) .main-header .js-menu-open {
    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;*/
}

.home .main-header .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

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

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

body.home.not-top .main-header {
    background: #fff !important;
}







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

    .main-header .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    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 #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: 140px;
    }

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

    .main-header .container {
        padding-left: 25px;
        padding-right: 25px;
    }


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

/*@media (min-width: 1200px) {*/
/*    body.home:not(.not-top) .main-header .menu-link {*/
/*        color: #fff !important;*/
/*    }*/
/*}*/


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

.main-footer {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    font-size: 13px;
    padding: 20px;
    background: transparent;
}

@media (max-width: 767.98px) {
    .main-footer {
        padding: 10px;
    }
}


.main-footer .wrap {
    background: #183244;
    border-radius: 15px;
}



.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 {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 15px;
    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(--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 .instagram {
    background: #D52A83;
}


.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: 140px;
    padding-top: 100px;
    border-radius: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    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: var(--second-color);
    opacity: 0.5;
}



.above-foot .heading {
    font-size: 40px;
    font-weight: 800;
    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: 32px;
        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.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 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-box .container-fluid {
    padding-top: 20px;
}

.hero-box .hero-banner {
    border-radius: 15px;
}

.hero-banner {
    background-size: cover;
    min-height: 950px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    display: flex;
    align-items: center;
    padding-top: 120px;
    /*min-height: 950px;*/
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.hero-banner .spec-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}


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

/*.hero-banner .content::before {*/
/*    content:'';*/
/*    display: block;*/
/*    width: 5px;*/
/*    height: 60%;*/
/*    background: var(--main-color);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -25px;*/
/*}*/


.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: #010F36;*/
/*    opacity: 0.37;*/
/*}*/

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




.hero-banner .content {
    width: 900px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    color: #000;
    padding: 35px;
    border-radius: 15px;
    background: rgba(0,0,0,0.6);
}

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




.hero-banner p {
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    max-width: 650px;
}


@media (max-width: 991.98px) {

    .hero-banner {
        background-attachment: unset;
        min-height: 600px;
        padding-top: 150px;
        padding-bottom: 20px;

    }

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

    .hero-banner .content {
        padding-left: 25px;
    }




    .hero-banner .heading {
        font-size: 25px;
        line-height: 1.5;
        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;
    }


    .hero-banner {
        padding: 10px;
        padding-top: 150px;
    }

}


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


/********** DEVELOP *********/


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

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

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

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

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

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

}

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

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

}

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

}






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

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

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





.home-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) {
    .home-page .develope {
        background-attachment: unset;
    }
}


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



.home-page .references .top-part {
    position: relative;
    padding-top: 70px;
}

.home-page .top-part .heading {
    color: #fff;
}

.home-page .references .specer {
    color: #fff;
}

.home-page .references .top-part::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 70px);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #183244;
}









/*** 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 {
    padding: 25px;
    border-radius: 8px;
    height: 100%;
}

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


.home-page .benefits .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;
}

.home-page .benefits {
    position: relative;
    z-index: 5;
    padding: 70px 0;
    padding-bottom: 120px;
}



.home-page .benefits .benefit-item .title {
    font-size: 18px;
    font-weight: 700;
    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: #555;
}


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

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

.home-page .benefits {

}

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




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

.home-page .about .t-img {
    border-radius: 15px;
}

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

.home-page .about .container {
    max-width: 1600px;
}

.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;
    background: #fff;
    border-radius: 8px;
}

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



}



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




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

@media (min-width: 1300px) {
    /*.home-page .services .spec-service-box::after {*/
    /*    content: 'Služby';*/
    /*    font-size: 90px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 15px;*/
    /*    line-height: 1;*/
    /*    left: 20px;*/
    /*    color: rgba(0,0,0,0.03);*/
    /*    font-weight: 900;*/
    /*    letter-spacing: 5px;*/

    /*}*/
}







/* testimonials */

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



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

}

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

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

.home-page .testimonials .testimonial-item .position {
    text-transform: uppercase;
    color: #444;
    font-size: 11px;

}

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

.home-page .testimonials .testimonial-item p {
    font-size: 15px;
    color: #444;
    font-weight: 300;
    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: #f9f9f9;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

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

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


.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 ******/

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

.portfolio-item .title {
    font-size: 17px;
    font-weight: 700;
    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: 350px;
    position: relative;
    overflow: hidden;
}

.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;
    background: var(--second-color);
    color: #fff;

}

.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;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    padding: 0px 15px;
    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 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 80%;
    border-radius: 15px;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    padding: 50px;
}

.portfolio-item {
    position: relative;
}

.portfolio-item:hover .hover-box {



}


.portfolio-item .title {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}

.portfolio-item .hover-box a.icon {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    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 .content {
    background: #fff;
}




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


/********** 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 .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: #fff;
    padding: 25px;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: var(--box-shadow);
    color: #000;
    font-size: 17px;
    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: 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;
}

.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 .feature {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

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







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

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

}



.page-banner .content {
    color: var(--main-text-color);
}



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





/* 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 .error-message {
    color: red;
    font-size: 12px;
}

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




/** section contact **/
.contact-page .contact {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.contact-page .contact .spec-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

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

/*.contact-page .contact::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 30%;*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 70%;*/
/*    background: #f9f9f9;*/
/*    !*filter: blur(15px);*!*/
/*    z-index: 1;*/
/*}*/

.contact-page .contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: var(--second-color);
    opacity: 0.7;
    z-index: 1;
}

.contact-page .contact .specer {
    color: rgba(255,255,255,0.85);
}

.contact-page .contact .contact-item {
    background: rgba(255,255,255,1);
    backdrop-filter: blur(5px);
    margin-bottom: 25px;
    align-items: center;
    padding: 15px 25px;
    min-height: 140px;
    border-radius: 8px;
    display: flex;
}


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

}

.contact-page .contact .form-wrap .form-control {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(15px);
}

.contact-page .contact .heading {
    color: #fff;
}

.contact-page .contact .contact-item .title {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.contact-page .contact .contact-item .value {
    font-weight: 500;
    font-size: 15px;
    color: #555;
    text-decoration: none;
}

.contact-page .contact .contact-item .img-box {
    width: 60px;
}

.contact-page .contact .contact-item .info-box {
    flex: 1;
}

.contact-page .contact .contact-item .img-box svg {
    width: 45px;
    height: 45px;
    color: var(--main-color);
    stroke-width: 1;
}

@media (max-width: 767.98px) {
    .contact-page .contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/*************** 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);
}


/** floating menu **/

.floating-menu {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-menu a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border-top-left-radius: 6px;
     border-bottom-left-radius: 6px;
    align-items: center;
    justify-content: center;
}

.floating-menu .facebook {
    background: #0866FF;
}

.floating-menu .instagram {
    background: #D52A83;
}


/*** map ***/

.map-placeholder {
    height: 250px;
    background-color: rgba(0,0,0,0.15); /* tmavé pozadie */
    color: #fff; /* biely text */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.map-placeholder p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

#accept-map-cookies {
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.45);
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

#accept-map-cookies:hover {
    background-color: #ddd;
}
