html {
    scroll-behavior: smooth;
}

body.body-hidden {
    overflow: hidden;
}

section {
    scroll-margin-top: 80px;
}


@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-Bold.woff2') format('woff2'),
        url('../fonts/TTInterfaces-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-DemiBold.woff2') format('woff2'),
        url('../fonts/TTInterfaces-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-Black.woff2') format('woff2'),
        url('../fonts/TTInterfaces-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-ExtraBold.woff2') format('woff2'),
        url('../fonts/TTInterfaces-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-ExtraLight.woff2') format('woff2'),
        url('../fonts/TTInterfaces-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-DemiBold.woff2') format('woff2'),
        url('../fonts/TTInterfaces-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-Medium.woff2') format('woff2'),
        url('../fonts/TTInterfaces-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-Regular.woff2') format('woff2'),
        url('../fonts/TTInterfaces-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-Light.woff2') format('woff2'),
        url('../fonts/TTInterfaces-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../fonts/TTInterfaces-Thin.woff2') format('woff2'),
        url('../fonts/TTInterfaces-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nib Pro';
    src: url('../fonts/NibPro-SemiBold.woff2') format('woff2'),
        url('../fonts/NibPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nib Pro';
    src: url('../fonts/NibPro-Bold.woff2') format('woff2'),
        url('../fonts/NibPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}







body {
    font-family: 'TT Interfaces';
}

.nib {
    font-family: 'Nib Pro';
}

.container {
    padding: 0 20px;
    margin: 0 auto;
}

.menu_trigger span {
    background-color: #41AD49;
    height: 2px;
    width: 100%;
    transition: all ease 0.3s;
}





.slip .menu_trigger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.slip .menu_trigger span:nth-child(2) {
    opacity: 0;
}

.slip .menu_trigger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}





.menus {
    display: block;
    background-color: #1e1e1ede;
    position: fixed;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateX(-100%);
    transition: all ease 0.3s;
}

.slip .menus {
    transform: none;
}

.menus ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
}

.menus ul li a {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}



.form_control {
    position: relative;
}

.form_control .anime {
    position: absolute;
    font-size: 16px;
    left: 20px;
    top: 18px;
    cursor: text;
    transition: all ease 0.3s;
    font-weight: 500;
}

.form_control.active .anime {
    top: 2px;
    font-size: 12px;
    line-height: 1;
    color: #000000;
}

.form_control .anime small {
    transition: all ease 0.3s;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.form_control.active .anime small {
    opacity: 0;
}

.form_control input[type="text"],
.form_control input[type="tel"],
.form_control input[type="email"],
.form_control textarea {
    height: 60px;
    width: 100%;
    outline: none;
    border: none;
    background-color: #ffffff;
    padding: 0 20px;
    font-family: 'TT Interfaces';
    font-weight: 500;
}

.form_control textarea {
    padding: 20px;
    height: 160px;
}


.form_control select {
    height: 60px;
    width: 100%;
    outline: none;
    border: none;
    background-color: #ffffff;
    padding: 0 20px;
    appearance: none;
    font-weight: 500;
    font-family: 'TT Interfaces';
}

.form_control select option {
    font-weight: 500;
}

.form_control>label:not(.anime) {
    font-size: 16px;
    line-height: 1.3;
    display: block;
    cursor: pointer;
}

.form_control .check_group {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

.form_control .check_group label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    line-height: 1.1;
}

.process ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.process ul li {
    background: url(../images/svg/yellow_check.svg) left 4px no-repeat;
    background-size: 20px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.5;
}

.form_control button[type="submit"] {
    width: 100%;
    background-color: #333333;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.form_control button[type="submit"]:hover {
    background-color: #000000;
}

.counter_area .counter_single {
    border-left: 1px solid #41AD49;
    padding: 5px 0 5px 10px;
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.counter_area .counter_single:last-child {
    width: 100%;
}

.counter_area .counter_single h5 {
    color: #C8E4C6;
    font-family: 'Nib Pro';
    font-size: 30px;
    line-height: 1.3;
}

.counter_area .counter_single p {
    color: #F9FFF8;
    font-size: 14px;
    line-height: 1.3;
}

.counter_area .counter_single p br {
    display: none;
}


.properties,
.testimonials {
    overflow: visible;
}

#testimonials .swiper-slide {
    height: auto;
}


.services_table {
    width: 100%;
    max-width: 1324px;
    margin: 0 auto;

}

.table_data {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.table_head {
    display: none;
}

.table_data .table_row {
    background-color: #ffffff;
    padding: 25px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.table_data .table_row .col {
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.table_data .table_row .col:before {
    content: 'services';
    text-transform: uppercase;
    background-color: #1E1E1E;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 6px 5px 6px;
    line-height: 1;
}

.table_data .table_row .col:nth-child(3):before {
    content: 'programs';
}

.table_data .table_row .col:first-child {
    display: flex;
    gap: 10px;
    font-size: 22px;
    line-height: 1.3;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: row;
}

.table_data .table_row .col:first-child:before {
    display: none;
}

.common_btn svg {
    transition: all ease 0.3s;
}

.common_btn:hover svg {
    transform: translateX(5px);
}

.single_testimonial small{display:flex;}