
* {
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}

body {
    -webkit-overflow-scrolling: touch;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


section {
    margin-bottom: 150px;
}

h1 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 42px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

h1 span {
    color: #8CC63F;
    font-weight: 900 !important;
}


h2 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 42px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

.black h2 {
    color: #161515;
}

h3 {
    color: #211F1F;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}

h4 {
    color: #FFF;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}


p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0 !important;
}

.black p {
    color: #161515;
}

p.strong {
    font-weight: 700;
}

header {
    background-position: right center;
    background-size: cover;
    margin-bottom: 150px;
}

header .header {
    position: relative;
    z-index: 100;
    padding: 16px 0;
    border-bottom: 1px solid rgba(140, 198, 63, 0.16);
    background: rgba(22, 21, 21, 0.30);
    backdrop-filter: blur(2px);
}

.social-icons-div {
    gap: 0 15px;
}

.social-icons-div a {
    text-decoration: none;
}

.social-icons-div a:hover svg path {
    fill: #FFF;
    fill-opacity: 0.43;
}

footer .social-icons-div {
    display: grid;
    gap: 22px;
    justify-content: end;
}

footer .social-icons-div a:hover svg path {
    fill: #8CC63F;
    fill-opacity: 1;
}

.header-logo-a {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 150;
    position: relative;
}

.header-logo-a img {
    max-width: 166px;
    width: 100%;
}

.header-div {
    display: flex;
    align-items: center;
    gap: 100px;
}

span.header-span {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.head-phone {
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.head-phone:hover {
    color: #FFF;
}


.head-section .cover-text {
    margin: 170px 0 122px;
    max-width: 382px;
    display: grid;
    gap: 15px;
}

.head-section .cover-text .custom-button {
    margin-top: 12px;
}

.head-section .experience {
    margin: 0 auto 42px;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    max-width: 1004px;
}

.head-section .experience div {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    padding: 22px 16px;
    display: grid;
    gap: 26px;
    flex: 1;
}

.head-section .experience div img {
    margin: 0 auto;
}

.custom-button {
    display: block;
    padding: 17px 35px;
    background: #FFF;
    max-width: fit-content;
    text-align: center;
    color: #161515;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    border-radius: 15px;
}

.black .custom-button {
    color: #FFF;
    background-color: #161515;
}

.custom-button:hover {
    color: #161515;
    background: #8CC63F;
}

.center.custom-button {
    margin: 0 auto;
}

.custom-button-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.custom-button-div p {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.custom-button-div p br {
    display: none;
}

.two-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 60px;
}

.three-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.four-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
}


.choose-us-section .four-div {
    margin: 60px 0 30px;
}

.choose-us-section .four-div p {
    margin-top: 20px;
}

.services-section {
    background-color: #161515;
    padding: 150px 0;
}

.services-section .four-div {
    gap: 20px;
    margin: 25px 0 30px;
}

.services-section .four-div > div {
    border-radius: 15px;
    background: rgba(130, 130, 130, 0.14);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    padding: 25px 25px 35px;
    text-align: center;
}

.services-section .four-div img {
    width: 100%;
}

.services-section .four-div p {
    margin-top: 24px;
}

.serving-section {
    padding: 186px 0;
    background-color: #F3F3F3;
    position: relative;
}

.serving-section .serving-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.serving-section .container {
    z-index: 1;
    position: relative;
}

.serving-section h2 {
    max-width: 516px;
}

.serving-section .two-div {
    margin: 25px 0 28px;
    max-width: 650px;

}

.serving-section .two-div p {
    display: flex;
    align-items: center;
    gap: 7px;
}

.how-it-works-section {
    overflow: hidden;
}

.how-it-works-section .how-it-works-img {
    margin-right: 100px;
    position: relative;
    top: -44px;
}

.how-it-works-section .four-div {
    margin-left: 100px;
}

.how-it-works-section .four-div {
    margin-left: 80px;
    gap: 20px;
}

.how-it-works-section .four-div > div:nth-child(1) {
    position: relative;
    top: -254px;

}

.how-it-works-section .four-div > div:nth-child(2) {
    position: relative;
    top: -44px
}

.how-it-works-section .four-div > div:nth-child(3) {
    position: relative;
    left: 80px;
    top: -44px
}

.how-it-works-section .four-div > div:nth-child(4) {
    position: relative;
    left: 80px;
    top: -254px;
}

.reviews-section {
    background-color: #141414;
    padding: 192px 0;
    position: relative;
}

.reviews-section .container {
    position: relative;
    z-index: 1;
}

.reviews-section .TESTIMONIALS {
    position: absolute;
    top: 400px;
    width: 100%;
    padding: 0 52px;
}

#review-slide {
    overflow: hidden;
    padding: 64px 0 90px;
}

#review-slide .draggable {
    overflow: visible
}

#review-slide .slick-slide {
    margin: 0 20px;
}

#review-slide .slick-list {
    margin: 0 -20px;
}

#review-slide .review {
    border-radius: 15px;
    background: rgba(217, 217, 217, 0.13);
    backdrop-filter: blur(20.399999618530273px);
    display: grid;
    gap: 40px 0;
    max-width: 460px;
    width: 100%;
    padding: 56px 40px;
    position: relative;
    top: 20px;
}

#review-slide .slick-center .review {
    top: 0;
    transform: scale(1.1);
    transition: all 300ms ease;
}

#review-slide p {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 👈 միայն 5 տող */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#review-slide a {
    font-family: "Playfair Display";
    color: rgba(255, 255, 255, 0.84);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

#review-slide .slick-arrow {
    top: 120%;
    width: 59px;
    height: 16px
}

#review-slide .slick-arrow.slick-next {
    right: 40%;
}

#review-slide .slick-arrow.slick-prev {
    left: 40%;
}

#review-slide .slick-arrow:hover svg path {
    fill: #928163;
}

#review-slide .slick-arrow:before {
    display: none;
}

.slick-dots {
    bottom: 0 !important;
}

.slick-dots li {
    height: 5px !important;
    width: 15px !important;
    background-color: #FFF !important;
    color: #FFF !important;
    margin: 0 2px !important;
}

.black .slick-dots li {
    background-color: #161515 !important;
    color: #161515 !important;
}

.slick-dots li.slick-active {
    width: 118px !important;
    background-color: #8CC63F !important;
}

.slick-dots li button {
    display: none !important;

}

.slick-dots li button:before {
    display: none !important;
}

.reviews-section .three-div {
    padding-top: 84px;
    border-top: 1px solid rgba(140, 198, 63, 0.42);
    text-align: center;
}

.reviews-section .three-div h5 {
    color: rgba(255, 255, 255, 0.84);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 12px 8px;
}

.roof-section .row {
    gap: 30px;
}

.roof-section .text-center p {
    max-width: 526px;
    margin: 10px auto 0;
}

.roof-section .four-div {
    gap: 20px;
    margin-bottom: 10px;
}

.roof-section .four-div img {
    width: 100%;
    margin-bottom: 20px;
}

.auto-slide {
    overflow: hidden;
    padding: 30px 0 50px;
}

.auto-slide .slick-slide {
    margin: 0 1px;
}

.auto-slide img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}


.form-section {
    background-color: #F3F3F3;
    position: relative;
    padding: 100px 0;
}

.form-section h2 {
    max-width: 500px;
}

.form-section .form-img {
    position: absolute;
    left: 0;
}

.form-section .form-img img {
    width: 100%;
    max-width: 100%;
}

.tab-content-row {
    gap: 12px 0;
    margin-top: 30px !important;
}


.tab-content-row span input {
    border: none;
    border-bottom: 1px solid #BABABA;
    background: transparent;
    color: #161515 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 14px 0;
    outline: none;
    width: 100%;
}

.tab-content-row span input::placeholder {
    color: #161515 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.7;

}


.tab-content-row h6 {
    color: #161515;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

#error-message {
    margin-top: 10px;
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

#thank-you {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

footer .head {
    background-color: #141414;
    padding: 50px 0;
}

footer .footer-logo-line {
    display: grid;
    gap: 22px;
    text-align: center;
}

footer .footer-logo-line img {
    max-width: 234px;
    width: 100%;
    margin: 0 auto 4px;
}

footer .footer-logo-line .head-phone {
    justify-content: center;
    color: #8CC63F;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px;
    text-decoration: underline;
}


footer .foot p {
    padding: 16px 0;
    color: #161515;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


@media screen and (min-width: 1600px) {
    .max-container {
        max-width: 1444px !important
    }
}

@media screen and (max-width: 1800px) {
    .form-section .form-img img {
        width: 78%;
    }
}

@media screen and (max-width: 1700px) {
    .serving-section {
        padding: 150px 0;
    }

    .serving-section .serving-img {
        width: 60%;
    }

}

@media screen and (max-width: 1399px) {
    .how-it-works-section .how-it-works-img {
        width: 80%;
        margin-right: 80px;
    }

    .form-section .form-img img {
        width: 60%;
    }

    .custom-button-div {
        display: grid;
        gap: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .serving-section {
        padding: 0 0 80px;
    }

    .serving-section .serving-img {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
    }

    .how-it-works-section .four-div {
        margin-left: 40px;
    }

    .how-it-works-section .four-div > div:nth-child(1) {
        top: -220px;
    }

    .how-it-works-section .four-div > div:nth-child(4) {
        left: 50px;
        top: -220px;
        max-width: 202px;
    }

    .form-section .form-img img {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .four-div {
        grid-template-columns: repeat(2, 1fr);
    }

    header {
        background-position: right -200px center;
        margin-bottom: 80px;
    }

    section {
        margin-bottom: 80px;
    }

    .head-section .cover-text {
        margin: 62px auto 56px;
        text-align: center;
    }

    .head-section .cover-text .custom-button {
        margin: 12px auto 0;
    }

    .services-section {
        padding: 80px 0;
    }

    .how-it-works-section h2 {
        margin-bottom: 30px !important;
    }

    .how-it-works-section .how-it-works-img {
        top: 0;
        width: 100%;
        margin: 0;
    }

    .how-it-works-section .four-div {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0;
        gap: 45px;
        height: 100%;
        align-items: center;

    }

    .how-it-works-section .four-div > div {
        left: unset !important;
        top: unset !important;
        max-width: 100% !important
    }

    .how-it-works-section .custom-button {
        margin-top: 30px;
    }

    .reviews-section {
        padding: 80px 0;
    }

    #review-slide {
        padding: 40px 0 60px;
    }

    #review-slide .slick-center .review {
        transform: unset;
        transition: unset;
        top: unset;
    }

    #review-slide .review {
        padding: 40px 32px 32px;
        gap: 20px 0;
    }

    .form-section {
        padding: 80px 0 0;
    }

    .form-section h2 {
        text-align: center;
        max-width: 100%;
    }

    .form-section .form-img {
        position: relative;
    }


    .form-section .form-img img {
        width: 100%;
        margin-top: 40px;
    }

    .custom-button-div {
        justify-content: center;
    }

    .custom-button-div .custom-button {
        margin: 0 auto;
    }

    .auto-slide img {
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    #review-slide .slick-slide {
        margin: 0 1px;
    }

    #review-slide .slick-list {
        margin: 0;
    }

    #review-slide .review {
        max-width: 100%;
    }

    #review-slide a {
        font-size: 20px;
    }

    .reviews-section .three-div {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 32px !important;
    }

    p {
        font-size: 16px;
        line-height: 24px
    }

    p.strong {
        font-size: 20px;
        line-height: 30px
    }

    header {
        background-position: right -380px center;
    }

    .header-logo-a img {
        max-width: 100px;
    }

    .head-phone {
        font-size: 14px;
        line-height: 24px;
    }

    .head-phone svg {
        width: 14px;
        height: 14px;
    }

    span.header-span {
        font-size: 14px;
        line-height: 24px;
        justify-self: flex-end;
    }

    .head-section .cover-text {
        gap: 8px 0;
        max-width: 306px;
    }

    .head-section .cover-text .custom-button {
        margin-top: 2px;
    }

    .head-section .experience {
        gap: 20px;
        padding-bottom: 56px;
    }

    .head-section .experience div {
        gap: 18px;
        padding: 22px 30px;
    }

    .custom-button {
        font-size: 18px;
    }

    .choose-us-section .four-div {
        gap: 30px 20px;
        margin: 30px 0;
    }

    .services-section .four-div {
        margin: 30px 0;
    }

    .services-section .four-div > div {
        padding: 12px 8px 30px;
    }

    .services-section .four-div p {
        margin-top: 10px;
    }

    .serving-section .two-div {
        margin: 30px 0;
        gap: 15px 20px;
    }

    .serving-section .custom-button {
        margin: 0 auto;
    }

    .reviews-section .three-div {
        padding-top: 80px;
        grid-template-columns: repeat(1, 1fr);
        gap: 56px;
    }

    .roof-section .four-div img {
        height: 246px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .custom-button-div .custom-button {
        max-width: 100%;
        width: 100%;
    }

    footer .footer-logo-line {
        gap: 10px;
    }

    footer .head {
        padding: 40px 0;
    }

    footer .footer-logo-line img {
        max-width: 134px;
        margin: 0 auto 20px;
    }

    footer span.header-span {
        justify-self: center;
    }

    footer .footer-logo-line .head-phone {
        font-size: 20px;
        line-height: 30px;
    }

    footer .social-icons-div {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    footer .foot p {
        padding: 10px 0;
        font-size: 14px;
        line-height: 24px;
    }
}


@media screen and (max-width: 420px) {


}


