@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
    font-family: 'Mardoto';
    src: url('../fonts/Mardoto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noah';
    src: url('../fonts/Noah-Medium.woff') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mardoto';
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Noah';
    font-family: 'Mardoto';
}

.header {
    width: 100%;
    position: relative;
    z-index: 2000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.info_adress {
    width: 100%;
    background-color: #9BA36E;
    display: flex;
    align-items: center;
    padding: 10px 200px;
    gap: 51px;
}

.icon_loc {
    color: white;
}

.adress,
.email {
    font-size: 14px;
    font-weight: 400;
    color: #F9F9F9;
    display: flex;
}

.adress span,
.email span {
    margin-left: 10px;
}

.menu_content {
    width: 100%;
    height: 123px;
    padding-left: 200px;
    padding-right: 100px;
    justify-content: space-between;
    align-items: center;
    gap: 50px
}

.logo_pic {
    width: 262px;
}

.menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 40px;
    font-weight: 500;
}

.menu li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #181818;
    font-size: 18px;
    transition: .3s ease;
}

.menu li a:hover,
.lang a {
    color: #9BA36E;
}

.menu li a:hover .menu li a i{
    color: #9BA36E;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.burger_menu_icon_container {
    display: none;
}

.responsive_menu {
    position: fixed;
    top: 0;
    right: -1200px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transition: 0.6s;
    z-index: 3000;
    padding: 48px 20px;
    display: none;
}

.responsive_burger_menu_icon_container {
    margin-bottom: 178px;
    display: flex;
    justify-content: end;
}

.responsive_menu ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.responsive_menu ul a>div {
    border: 1px solid rgba(155, 163, 110, 1);
    padding: 2px;
    border-radius: 16px;
    margin-bottom: 10px;
}


.responsive_menu ul a {
    text-decoration: none;
    color: rgba(24, 24, 24, 1);
    text-align: right;
    font-size: 16px;
    line-height: 18.75px;
    font-weight: 400;
}

.responsive_menu ul a li {
    padding: 7px;
    width: 100%;
    height: 100%;
    background-color: rgba(155, 163, 110, 0.25);
    border-radius: 16px;
}

.drop_menu_item {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding-left: 12px;
}

#dropdownArrow {
    transition: 0.3s ease;
}

.open_drop_menu {
    transform: rotate(-90deg);
}

.drop_menu {
    width: 100%;
    display: none;
}

.drop_menu ul {
    list-style-type: none;
}

.drop_menu ul li {
    display: flex;
    justify-content: end;
    padding-right: 12px;
}

.drop_menu ul li a {
    color: #181818;
    text-decoration: none;
    margin-bottom: 7px;
    font-size: 15px;
    text-align: right;
}

.langs {
    display: flex;
    justify-content: end;
    margin-top: 30px;
    gap: 5px;
}

.lang {
    display: flex;
    gap: 5px;
    height: 100%;
    padding-top: 20px;
}

.active_lang {
    color: #9BA36E !important;
}

.lang a,
.langs a {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    color: #181818;
    margin-right: 3px;
    font-family: Mardoto;
}

.lang a:hover {
    color: #9BA36E;
}

.lang a:first-child {
    color: #9BA36E;
}

.title_container {
    width: 100%;
    height: 500px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8)), url("../images/Rectangle 1243.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.title_container:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(240, 240, 240, 0) -95.85%, #FFFFFF 47.37%);
    opacity: 0.8;
}

.title {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #0E0E0E;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 170px;
}

.more_button {
    width: 143px;
    height: 47px;
    background-color: #9BA36E;
    border-radius: 46px;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.more_button:hover {
    background-color: rgba(14, 14, 14, 0);
    border: 2px solid #9BA36E;
    color: #9BA36E;
}

.info_statistic_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 210px 0;
}

.info_statistic {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 175px;
}

.info_statistic_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_statistic_item_icon {
    width: 175px;
    height: 175px;
    background-color: #9BA36E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_statistic_item_icon img {
    max-width: 100%;
    max-height: 100%;
}

.statistic_number {
    display: flex;
    justify-content: center;
    font-size: 36px;
    color: rgba(67, 70, 75, 1);
}

.statistic_title {
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(67, 70, 75, 1);
}

.info_statistic_item,
.title_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our_works_wrapper {}

.our_works_container {
    margin: 0 auto;
}

.our_works_title_container h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #43464B;
    line-height: 37.5px;
}

.our_works_title_container h2 span {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #9BA36E;
    line-height: 42.19px;
}


.our_works_title_container .title_line {
    width: 205px;
    margin: 0 auto;
    border: 1px solid #9BA36E;
    margin-top: 20px;
}

.our_works_content {
    margin: 0 auto;
    margin-top: 60px;
    position: relative;

}

.our_works {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 100px;
    max-width: 1442px;
    overflow: auto;
}

.our_work {
    width: 100%;
}

.our_work img {
    width: 100%;
    height: 621px;
    border-radius: 32px;
}

.our_work span {
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
    display: block;
    color: #43464B;
    text-decoration: underline;
}

.our_works_bg {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.services_wrapper {
    margin-top: 63px;
    background-color: #9BA36E;
    padding: 100px 0;
}

.services_title {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

.services_line {
    border-color: #FFFFFF !important;
}

.services {
    gap: 47px !important;
}

.service_image {
    width: 100%;
    height: 501px !important;
}

.home_page_service_title {
    display: none;
    margin-top: 10px;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 7% !important;
    font-weight: 400 !important;
}

.player_wrapper {
    width: 100%;
    height: 855px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#0000009f, #0000009f), url("../images/poster.jpg");
    background-size: cover;
    background-position: center bottom;
    margin: 61px 0;
}

.player {
    border: 3px solid #FFFFFF;
    border-radius: 32px;
    width: 1144px;
    height: 654px;
    background-image: url("../images/poster.jpg");
}

.exclusive_offer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1106px;
    margin: 0 auto;
}

.exclusive_offer {
    width: 335px;
    box-shadow: 2px 2px 5px #00000025;
    margin-bottom: 35px;
}

.exclusive_offer img {
    width: 100%;
    height: 308px;
}

.exclusive_offer_title {
    padding: 0 42px;
    display: flex;
    align-items: center;
    height: 84px;
    justify-content: space-between;
}

.exclusive_offer_title span {
    font-size: 20px;
    color: #43464B;
}

.exclusive_offer_button {
    color: #9BA36E;
    font-size: 25px;
    cursor: pointer;
}

.more_button {
    margin: 0 auto;
    display: block;
}

.sponsors_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 131px auto 0;
}

.sponsor {
    margin-right: 100px;
    flex-shrink: 0;
    height: 70px;
    object-fit: contain;
}

.footer {
    margin-top: 60px;
}

.footer_contacts_wrapper {
    width: 100%;
    background-color: rgba(155, 163, 110, 0.25);
    align-items: center;
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
    margin-bottom: 50px;
}

.footer_contacts_container {
    padding: 20px 0;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_contact_icon {
    margin-right: 10px;
}

.footer_menu_container {
    padding: 60px 0 30px 0;
    position: relative;
    z-index: 2000;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

.footer_menu {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 58px;
}

.footer_menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_menu ul li a {
    text-decoration: none;
    color: #181818;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.footer_social {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer_social img{
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: center;
}
.footer_copyright {
    background-color: #9BA36E;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: -1px;
}

.footer_logo_title {
    position: relative;
    left: -10px;
}

.footer_copyright span {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 200;
    line-height: 20px;
}


/*OUR WORKS*/
.our_works_page_wrapper {
    padding-top: 100px;
    background-image: url('../images/our_works_bg.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
}

.our_works_page_container {
    margin: 0 auto;
    max-width: 1342px;
}

.our_works_page_title {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #9BA36E;
    margin-bottom: 100px;
}

.our_works_page_works_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

.our_works_page_work {
    max-width: 414px;
}

.our_works_page_work_image {
    width: 100%;
    height: 414px;
    border-radius: 32px;
    object-fit: cover;
    object-position: center;
}

.our_works_page_work_info {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our_works_page_work_name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.pagination_container a {
    text-decoration: none;
}

.our_works_page_work_button,
.page {
    width: 64px;
    height: 64px;
    border: 1px solid #9BA36E;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_works_page_work_button a {
    line-height: 100%;
}

.pagination_container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.page {
    font-size: 18px;
    font-weight: 400;
    width: 52px;
    height: 52px;
}

.page a {
    color: #9BA36E;
    text-decoration: none;

}

.active_page {
    background-color: #9BA36E;
    color: #FFFFFF;
}

.active_page a {
    color: #FFFFFF;
    text-decoration: none;
}

/*CONTACTS*/


.contact_container {
    background-image: url("../images/Group 427320756.png");
    background-size: 100% 851px;
    width: 100%;
    height: 914px;
    padding-top: 315px;
    background-repeat: no-repeat;
}

.contact_info {
    position: relative;
    height: 600px;
    max-width: 1423px;
    margin: 0 auto;
    background-color: #9BA36E;
    padding-top: 230px;
}

.loc_tel_email {
    position: absolute;
    width: 100%;
    top: -25%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.tel,
.loc,
.email_contact {
    width: 288px;
    height: 288px;
    background-color: white;
    box-shadow: 0 4px 4px 0 #00000040;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
}

.tel img,
.loc img,
.email_contact img {
    padding-top: 23px;
}

.message_container {
    margin: 0 auto;
    padding: 0 143px;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: end;
}

.message_info_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 186px;
}

.message_form_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.message_form_container>input {
    width: 100%;
    background-color: rgba(14, 14, 14, 0);
    border: none;
    border-bottom: 2px solid #FFFFFF;
    padding-left: 5px;
    color: #FFFFFF;
    font-size: 20px;
}

.message_form_container > input::placeholder{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: Mardoto;
}

.message_form_container>input:focus, .message_input_container>textarea:focus{
    outline: none;
}

.message_input_container {
    width: 100%;
}

.message_input_container label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: Mardoto;
    line-height: 45px;
}

.message_input_container textarea {
    display: block;
    width: 100%;
    height: 186px;
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.send_message > button {
    font-size: 20px;
    padding: 5px 22px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: none;
    display: block;
    margin: 0 auto;
}


/*SERVICES*/


.services_page_container {
    max-width: 1423px;
    margin: 0 auto;
}

.services_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1423px;
    gap: 10px;
}

.service_container {
    width: 465px;
    cursor: pointer;
}

#service_background {
    position: relative;
}

.service_container_bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 32px;
    background-image: linear-gradient(#43464B99, #43464B99);
    align-items: end;
    padding-top: 20px;
    display: none;
    backdrop-filter: blur(1px);
    /* Apply blur effect */
}

#service_hidden_name {
    color: #FFFFFF;
}

#service_background:hover .service_container_bg {
    display: flex;
}

.service_image {
    max-width: 465px;
    height: 501px;
    border-radius: 32px;
}

.service_info {
    padding: 10px 20px;
    font-size: 24px;
    line-height: 42px;
    color: #9BA36E;
    word-wrap: normal;
    width: 100%;
}


/*VIDEOS*/


.slider_container {}

.slider {
    display: flex;
    justify-content: center;
}

.slider_player {
    opacity: 0.5;
    display: none;
    border-radius: 32px;
}

.slider_player_left {
    position: relative;
    left: 20%;
    top: 0;
    width: 488px;
    height: 357px;
    transform: translateY(30%);
    display: block;
}

.slider_player_active {
    width: 950px;
    height: 592px;
    opacity: 1;
    z-index: 1;
    display: block;
}

.slider_player_right {
    position: relative;
    right: 20%;
    top: 0;
    width: 488px;
    height: 357px;
    transform: translateY(30%);
    display: block;
}

.slider_buttons_container {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    align-items: center;
    gap: 5px;
}

.slider_button {
    width: 15px;
    height: 15px;
    background-color: #9BA36E;
    border-radius: 50%;
    border: none;
}

.slider_button_active {
    width: 20px;
    height: 20px;
}

.videos_container {
    width: 100%;
}

.main_video video {
    width: 339px;
    height: 211px;
    display: block;
    margin: 0 auto;
    border-radius: 32px;
}

.all_videos {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    padding: 0 20px;
    overflow: auto;
    justify-content: center;
}

.all_videos img {
    width: 124px;
    height: 91px;
    border-radius: 18px;
    opacity: 0.3;
    flex-shrink: 0;
}

.videos_container {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 1755px) {
    .menu_content {
        padding: 0 18px;
    }

    .info_adress {
        padding-left: 10px;
    }

    .menu ul li a {
        font-size: 15px;
    }

    .info_statistic {
        gap: 100px;
    }

    .our_works {
        padding-left: 16px;
        padding-right: 16px;
    }

    .logo_pic a img {
        width: 169px;
    }
}

@media only screen and (max-width: 1320px) {
    .menu ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {

    .menu,
    .lang,
    .info_adress,
    .info_statistic_container {
        display: none;
    }

    .responsive_menu,
    .burger_menu_icon_container {
        display: block;
    }

    .title {
        font-size: 24px;
    }

    .more_button {
        width: 96px;
        height: 40px;
        font-size: 16px;
    }

    .our_works {
        justify-content: start;
        gap: 70px;
    }

    .our_work {
        width: 258px;
        flex-shrink: 0;
    }

    .our_works_title_container h2 {
        font-size: 28px;
    }

    .our_works_title_container h2 span {
        font-size: 24px;
    }

    .our_work img {
        height: 386px;
    }

    .our_works_title_container h2 {
        font-size: 24px !important;
        letter-spacing: 2px;
    }

    .service_container {
        width: 287px;
    }

    .service_image {
        height: 317px !important;
    }

    .services {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center;
        padding: 0 !important;
    }

    .home_page_service_title {
        display: block;
        color: #F9F9F9;
    }

    .player_wrapper {
        padding: 100px 0;
        height: auto;
    }

    .player {
        width: 357px !important;
        height: 241px !important;
    }

    .exclusive_offer_container {
        padding: 0 16px;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .exclusive_offer {
        width: 171px;
    }

    .exclusive_offer img {
        height: 151px;
    }

    .exclusive_offer_title {
        padding: 10px;
        font-size: 16px;
        height: auto;
        font-weight: 400;
        line-height: 18.75px;
    }

    .sponsor {
        margin: 0;
        height: 100%;
    }

    .sponsors_container {
        gap: 40px;
        padding-left: 40px;
        height: 40px;
    }

    .footer_contacts_wrapper {
        margin-bottom: 0;
    }

    .footer_contacts_container {
        flex-direction: column;
        padding: 0;
    }

    .footer_contacts_container>div {
        padding: 20px;
        font-size: 16px;
    }

    .footer_menu {
        display: none;
    }

    .footer_menu_container {
        padding-top: 20px;
    }

    .our_works_page_works_container {
        padding: 0 16px;
        gap: 16px;
    }

    .our_works_page_title {
        font-size: 24px;
    }

    .works {
        color: #0E0E0E;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 8%;
        display: block;
    }

    .our_works_page_work {
        max-width: 169px;
    }



    .our_works_page_work_image {
        width: 100%;
        height: 169px;
        border-radius: 24px;
        object-fit: cover;
        object-position: center;
    }

    .our_works_page_work_name {
        font-size: 16px;
    }

    .our_works_page_work_button {
        width: 15px !important;
        height: 15px !important;
    }

    .our_works_page_work_button i {
        font-size: 7px !important;
    }

    .page {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .pagination_container {
        gap: 10px;
        align-items: center;
    }

    .services_page {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: start;
        padding: 0 16px;
        gap: 40px;
    }

    .our_works_page_wrapper {
        padding-top: 40px;
    }

    .our_works_page_title {
        margin: 0;
    }

    .our_works_page_title_container {
        margin-bottom: 40px !important;
    }

    .services_page>div {
        flex-shrink: 0;
        width: 287px;
    }

    .services_page>div>img {
        height: 280px;
        border-radius: 24px;
    }

    .service_title {
        font-size: 16px;
        letter-spacing: 7%;
        margin-top: 10px;
        line-height: 16px !important;
        font-weight: 200;
    }

    .s_info {
        font-size: 16px;
        line-height: 16px !important;
        letter-spacing: 7%;
        font-weight: 200;
    }

    .service_container_bg {
        padding-bottom: 10px;
    }

    .slider_container {
        display: none;
    }

    .slider_buttons_container {
        display: none;
    }

    .videos_container {
        display: block;
    }

    .loc_tel_email {
        display: none;
    }

    .footer_social{
        height: 30px;
    }
}

@media only screen and (max-width: 730px) {
    .all_videos {
        justify-content: start;
    }
}
