@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --text-color: #2C321D;
    --border-color: #ADADAD;
    --title-color: #183E1C;
    --hightlight-color: #A2D45E;
    --gray-text: #92948c;
}

.home-style31 h1, .home-style31 h2, .home-style31 h3, .home-style31 h4, .home-style31 h5, .home-style31 h6, .home-style31 p, .home-style31 span, .home-style31 a, .home-style31 li, .home-style31 div, .ac .ac-panel .ac-text {
    font-family: "Manrope", sans-serif;
    font-style: normal;
}

body, .home-style31 {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--text-color);
}

.highlight-color {
    color: var(--hightlight-color);
}

.title-color {
    color: var(--title-color);
}

.gray-color {
   color: var(--gray-text); 
}

.brd-light {
    border-color: var(--border-color) !important;
}

.border-left {
    border-left: 1px solid var(--border-color);
}

header.parallaxie {
   background-image: url(../img/welcome_bg.jpeg);
   background-position: center;
}

.navs-container-style46 .navbar.style46 {
    padding: 10px 0;
}

.navbar-brand {
    margin-right: 5rem;
    overflow: hidden;
}

.navbar-brand h1 {
    height: 0;
    opacity: 0;
}

.navbar > .container {
    align-items: stretch;
    max-width: 100% !important;
    padding: 0 20px;
}

.navbar .nav-side {
    margin-right: -20px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.navbar .header-info-block {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 18px;
}

.navbar .header-info-block.work-hours {
    padding-right: 4rem;
}

.navbar .header-info-block p {
    font-size: 18px;
}

.navbar .header-info-block.expire-date {
    background-color: var(--hightlight-color);
}

.navbar .header-info-block.expire-date {
    color: var(--title-color);
}

.navbar .header-info-block .icon {
    margin-right: 0.75rem;
}

.navs-container-style46 .navbar.style46 .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    text-transform: none;
}

.tc-header-style46 h2 {
    font-size: 80px;
    line-height: 89px;
}

.tc-header-style46 .info .text {
    position: relative;
    display: inline-block;
    line-height: 30px;
}

.tc-header-style46 .info .description {
    max-width: 722px;
    margin-top: 2rem;
    line-height: 38px;
}

.tc-header-style46 .info .text::before {
    position: absolute;
    content: "";
    left: -12px;
    transform: translateX(-100%);
    top: 50%;
    width: 156px;
    height: 2px;
    background-color: #fff;
}

section p, section p.text {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    color: var(--text-color);
}

.section-title, section .section-title, section h2.section-title {
    font-size: 48px;
    line-height: 50px;
    color: var(--title-color);
    font-weight: 800;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.tc-about-style46 {
    background-color: #ffffff;
    padding-bottom: 4rem;
}

.tc-about-style46 .card-item {
    overflow: hidden;
    padding: 0;
}

.tc-projects-style46 {
    background-color: #F8FAF2;
}

.tc-projects-style46 .sm-title {
    border-bottom: none;
}

.accordion-container .ac {
    background: none;
    border: none;
    border-bottom: 1px solid #C9CBCC;
    padding: 1.5rem 0;
}

.accordion-container .ac .ac-header .ac-trigger {
    padding: 0 2rem 0 0;
    font-size: 48px;
    line-height: 65px;
    font-weight: 600;
    color: var(--title-color);
}

.accordion-container .ac .ac-header .ac-trigger::after {
    content: "\f067";
    width: 32px;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    font-size: 32px;
    font-weight: 400;
    color: var(--hightlight-color);
}

.ac.is-active>.ac-header .ac-trigger::after {
    content: "\f068";
}

.tc-projects-style46 {
    padding: 4rem 0;
}

.tc-numbers-style46 {
    padding-top: 120px;
}

.tc-numbers-style46::after {
    height: calc(50% + 60px);
}

.tc-numbers-style46 .content .info {
    padding: 100px 3rem;
}

.tc-numbers-style46 h6 {
    padding-top: 8px;
    font-weight: 400;
    color: var(--title-color);
    text-transform: uppercase;
}

.tc-numbers-style46 .content .numbers-box .num-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #A2D45E;
}

.tc-numbers-style46 .content .numbers-box .num-card:nth-child(2) {
    background-color: #90CC3C;
}

.tc-numbers-style46 .content .numbers-box .num-card:nth-child(3) {
    background-color: #89B947;
}

.tc-numbers-style46 .content .numbers-box .num-card:nth-child(4) {
    background-color: #73A72B;
}

.tc-instagram-style46 .content .img::after {
    content: none;
}

.tc-instagram-style46 .content .img img {
    transition: .3s;
    filter: brightness(110%);
}

.tc-instagram-style46 .content .img:hover img {
    transform: scale(1.25);
}

.tc-footer-style46 .links ul li {
    margin: 1rem 0;
}

.tc-footer-style46 .links ul li a {
    display: flex;
    align-items: center;
}

.tc-footer-style46 .links ul li:nth-child(2n) a,
.tc-footer-style46 .links.second-part ul li a {
    align-items: flex-start;
}

.tc-footer-style46 .links ul li:nth-child(2n) a:not(.align-items-center) .icon,
.tc-footer-style46 .links.second-part ul li a .icon {
    padding-top: 4px;
}

.tc-footer-style46 .links ul li a > span:not(.icon) {
    line-height: 24px;
}

.tc-footer-style46 .links ul li .icon i {
    width: 36px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--title-color);
}

.socials a i {
    font-size: 37px;
    font-weight: 400;
    text-align: center;
}

.tc-footer-style46 .foot_icon1 {
    left: 50px;
    top: 160px;
}

.tc-footer-style46 .foot_icon2 {
    right: 50px;
    transform: rotate3d(1, 3, 0, -144.75deg);
}

.ac .ac-panel .ac-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    color: var(--text-color);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border: none;
}

.navbar-dark .navbar-toggler {
    border: none;
}

button:focus-visible, button:focus, .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.collapse:not(.show) {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .collapse:not(.show) {
        display: flex !important;
    } 
}

/* @media screen and (min-width: 1400px) and (max-width: 1599px) {
    .navbar .header-info-block.work-hours {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-brand {
        margin-right: 2.5rem;
    }

    .navs-container-style46 .navbar.style46 .navbar-nav .nav-item .nav-link {
        margin: 0 6px;
    }
} */

@media screen and (max-width: 1920px) {
    .navbar > .container {
        flex-direction: column-reverse;
    }

    .navbar .nav-side .schedule-text {
        display: flex;
        gap: 1rem;
    }

    .navbar .header-info-block.work-hours {
        padding-left: 0;
    }

    .navbar .header-info-block.expire-date {
        background: none;
        padding-right: 0;
    }

    .navbar .second-line {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .navs-container-style46 .navbar.style46 .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar .nav-side {
        border-left: none !important;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: -20px;
        padding: 0 20px 10px 20px;
        border-bottom: 1px solid var(--border-color);
    }

    .navs-container-style46 .navbar.style46 {
        border-bottom: none !important;
    }

    .navs-container-style46 .navbar.style46 .navbar-nav {
        margin: 0 !important;
    }

    .navs-container-style46 .navbar.style46 .navbar-nav .nav-item:last-child .nav-link {
        margin-right: 0;
        padding-right: 0;
    }

    .tc-header-style46 .info .text::before {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        max-width: 250px;
    }

    .navbar .header-info-block.expire-date {
        color: #fff;
    }

    .navbar .header-info-block.expire-date p span {
        color: var(--hightlight-color);
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler-icon {
        width: 2.2em;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    .navs-container-style46 .navbar.style46 .navbar-collapse {
        background-color: #F8FAF2;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .navs-container-style46 .navbar.style46 .navbar-collapse .navbar-nav {
        margin-right: 3rem !important;
        margin-bottom: 2rem !important;
    }

    .navs-container-style46 .navbar.style46 .navbar-nav .nav-item .nav-link {
        color: var(--title-color);
    }

    .navs-container-style46 .navbar.style46 .navbar-nav .nav-item .nav-link:hover {
        color: var(--title-color);
    }

    .tc-footer-style46 {
        padding-bottom: 3rem;
    }

    .home-style31 br {
        display: block;
    }

    .accordion-container .ac .ac-header .ac-trigger {
        font-size: 38px;
        line-height: 44px;
    }

    .tc-header-style46 .info .text::before {
        width: 0;
    }

    .navbar .nav-side {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .section-title, section .section-title, section h2.section-title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 1.5rem;
    }

    .accordion-container .ac .ac-header .ac-trigger {
        font-size: 28px;
        line-height: 34px;
    }

    .tc-numbers-style46 .content .numbers-box .num-card {
        width: 100%;
        height: auto;
    }

    .tc-header-style46 h2 {
        font-size: 56px;
        line-height: 64px;
    }

    .tc-header-style46 .info .description {
        line-height: 30px;
    }
}

@media screen and (max-width: 499px) {
    .navbar-brand img {
        max-width: 170px;
    }
}
