
* {
    padding: 0;
    margin: 0;
    font-family: "Gilda Display", sans-serif;
}

body {
    -webkit-overflow-scrolling: touch;
}


@font-face {
    font-family: 'Gilda Display';
    src: url('./fonts/Gilda_Display/GildaDisplay-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/source-sans-pro/SourceSansPro-ExtraLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/source-sans-pro/SourceSansPro-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('./fonts/source-sans-pro/SourceSansPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


section {
    margin-bottom: 120px;
}

h1 {
    color: #FEFEFE;
    font-size: 62px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}


h2 {
    color: #211F1F;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 20px !important;
}

h3 {
    color: #211F1F;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}

h4 {
    color: #FEFEFE;
    font-family: "Source Sans Pro";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
}

h5 {
    color: #FFF;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 32px !important;
}

p {
    color: #211F1F;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0 !important;
}

header {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*opacity: 0;*/
    background-image: url("../img/cover.png");
}

/*.header-bg-slide {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0;*/
/*    transition: opacity 2s ease-in-out;*/
/*    z-index: 0;*/
/*}*/

/*.header-bg-slide.active {*/
/*    opacity: 1;*/
/*    z-index: 1;*/
/*}*/


.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}


.mobile-header-menu {
    display: none !important;
}

.header-menu nav .menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0 40px;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    position: relative;
}

.header-menu nav .menu .nav-item a {
    color: #FEFEFE;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;

}

.header-menu nav .menu .nav-item:first-child a {
    padding-left: 0;
    border-left: none;
}

.header-menu nav .menu .nav-item:last-child a {
    padding-right: 0;
    border-right: none;

}


.mobile-menu > li {
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 34px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #FEFEFE;
    position: absolute;
    height: 3px;
    width: 34px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    z-index: 150;
}

.menu-button::before {
    content: '';
    margin-top: -10px;
}

.menu-button::after {
    content: '';
    margin-top: 10px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg);
}

header > .container,
.social-icons-header {
    position: relative;
    z-index: 2;
}


.header-logo-a {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 150;
    position: relative;

}

.head-phone {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: end;
    gap: 0 6px;
    font-size: 28px !important;
    text-decoration: none;
    color: #FEFEFE !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

.head-phone:hover {
    color: #FEFEFE;
}


.cover-text {
    margin: 208px auto 250px;
    max-width: 820px;
    text-align: center;
}


.custom-button {
    display: block;
    padding: 17px 35px;
    background-color: #FEFEFE;
    max-width: fit-content;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    border: none;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;

}

.custom-button:hover {
    color: #000;
    /*background-color: #8D1219;*/
    transform: scale(1.1); /* մոտավոր 24px տեսք կտա */
}

.custom-button.green {
    background-color: #4C6668;
    color: #FEFEFE;
    margin: 0;
}

.custom-button.green:hover {
    color: #FEFEFE;
}


.what-we-do.gray {
    background-color: #F4F5F5;
    position: relative;
}

.what-we-do .ob-img {
    position: absolute;
    max-width: 100%;
    width: 50%;
}

.what-we-do .ob-img.two {
    right: 0;
    bottom: 0;
}

.what-we-do p {
    max-width: 645px;
    margin-left: 60px;
}

.what-we-do .what-we-text {
    padding: 154px 0 180px;
    margin-left: 60px;
}


.what-we-do .what-we-text.second {
    padding: 180px 0 154px;
    margin-left: 0;
}

.what-we-do .what-we-text p {
    margin-left: 0;
}

.icons {
    display: flex;
    gap: 0 18px;
}

.icons > img {
    /*max-width: 436px;*/
    /*width: 100%;*/
}

.icons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;

}

.icons-wrapper .circle {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.icons-wrapper .circle div {
    padding: 50px 22px 18px;
}

.icons-wrapper .gray {
    background-color: #D9DDDE;
    width: 56%;
}

.icons-wrapper .green {
    background-color: #4C6668;
    width: 44%;
}

.icons-wrapper .circle svg {
    margin-bottom: 45px;
}

.icons-wrapper .circle h6 {
    color: #211F1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.icons-wrapper .green h6 {
    color: #FEFEFE;
}

.slider-section {
    overflow: hidden;
}

.slider-section.projects {
    padding-bottom: 100px;
}

.slick-wrapper #slick1 {
    margin-bottom: 20px;
}


.slick-wrapper .slick3 .slick-list.draggable {
    overflow: visible;
    padding-left: 0 !important;
}

.slick-wrapper .slick3 .slick-arrow {
    top: 114% !important;
    height: 50px;
    width: 50px;
}

.slick-wrapper .slick3 .slick-next {
    right: 0;
}

.slick-wrapper .slick3 .slick-prev {
    left: 91% !important
}

.slick-wrapper .slick3 .slick-arrow:before {
    display: none;
}

.slick-wrapper .slick3 .slick-arrow:hover svg path {
    stroke-opacity: 1;
}

/*.slick-wrapper .slick-list.draggable .slick-track {*/
/*    gap: 0 20px;*/
/*    display: flex;*/
/*}*/

.slide-item {
    margin: 0 5px;
}

.slide-item img {
    max-width: 100%;
    width: 100%;
}


.what-we-do.top {
    padding: 120px 0;
}

.what-we-do.top p {
    margin-left: 0;
}

.your-dream {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.your-dream > div {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.your-dream img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
}


.your-dream > div::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.your-dream > div:hover::before {
    opacity: 1;
}

.your-dream div div {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 16px;
    z-index: 2;
}

.your-dream h4 {
    margin-bottom: 0 !important;
    color: #FEFEFE;
}

.your-dream p {
    color: #FEFEFE;
    margin-top: 10px;
    line-height: 28px;
    opacity: 0;
    transform: translateY(10px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.9s ease,
    transform 0.9s ease,
    max-height 0.9s ease;
}


.your-dream > div:hover p {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
}

.head-mood {
    background-image: url("../img/cover2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-mood .cover-text {
    margin: 260px auto;
    max-width: 840px;

}

.head-mood h2 {
    color: #FEFEFE;

}

.head-mood p {
    color: #FEFEFE;
    margin-bottom: 10px !important;
}


.reviews-section .reviews-div {
    margin-top: 48px;
}

.reviews-section .reviews-div .review {
    padding: 30px 0;
    border-bottom: 1px solid #211F1F;
}

.reviews-section .reviews-div .review:first-child {
    border-top: 1px solid #211F1F;
}

.review.hidden {
    display: none;
}

.reviews-section .reviews-div h6 {
    color: #211F1F;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.reviews-section .reviews-div span {
    color: #4C6668;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.reviews-div .custom-button {
    margin-top: 30px;
    float: inline-end;
}

.auto-slide img {
    width: 100%;
}

.head-mood.white {
    background: none;
}

.head-mood.white {
    background: none;
}

.head-mood.white .cover-text {
    margin: 0 auto;
    max-width: 780px;
}

.head-mood.white .cover-text h2 {
    color: #211F1F;
    max-width: 654px;
    margin: 0 auto;

}

.head-mood.white .cover-text p {
    color: #211F1F;

}

.head-mood.white .cover-text .custom-button.green {
    margin: 0 auto;
}

.form-section {
    background: #F4F5F5;
    padding: 120px 0;
}

.form-section h2 {
    margin-bottom: 76px !important;
    text-align: center;
}


.tab-content-row {
    gap: 20px 0;
}

.tab-content-row label {
    color: #211F1F;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}

.tab-content-row label span {
    color: #4C6668;
    font-style: italic;
}

.tab-content-row input,
.tab-content-row textarea {
    border: 1px solid #C9C9C9;
    background: #FFF;
    color: #211F1F;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px;
    outline: none;
    width: 100%;
}

.tab-content-row .custom-button.green {
    margin: 0 auto;
}


#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: #4C6668;
    padding: 18px 0;
}

footer .head a {
    display: flex;
    align-items: center;
    color: #DEDEDE !important;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

footer .head a svg {
    position: relative;
    left: -10px;
}

footer .foot {
    background-color: #F4F5F5;
    padding: 12px 0;
}

footer .foot span {
    color: #211F1F;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.social-icons-div {
    justify-content: end;
    gap: 0 14px;
}

.social-icons-div a {
    text-decoration: none;
}

.social-icons-div a:hover svg path {
    stroke: #4C6668;
}


.policy-div {
    display: grid;
    gap: 20px 0;
}

.policy-div h2 {
    margin-bottom: 0 !important;
}
.policy-div h3 {
    margin-bottom: 0 !important;
}
.policy-div h4 {
    margin-bottom: 0 !important;
}
.policy-div h5 {
    margin-bottom: 0 !important;
}
.policy-div ul {
    margin-bottom: 0 !important;
}
.policy-div ol {
    margin-bottom: 0 !important;
}
@media screen and (min-width: 1921px) {
    .what-we-do .ob-img {
        right: 50%;
        width: 40%;
        max-width: 960px;
    }

    .what-we-do .ob-img.two {
        left: 50%;
        right: unset;
    }

    .what-we-do .what-we-text {
        padding: 154px 0 120px;
    }


    .what-we-do .what-we-text.second {
        padding: 120px 0 154px;
    }
}

@media screen and (min-width: 2150px) {
    .what-we-do .what-we-text {
        padding: 154px 0 160px;
    }


    .what-we-do .what-we-text.second {
        padding: 160px 0 154px;
    }
}

@media screen and (min-width: 1600px) {
    .max-container {
        max-width: 1406px !important
    }

    .what-we-do .col-lg-5.order-2 {
        width: 50%;
    }

    .what-we-do .col-lg-3.order-4 {
        width: 16.6%;
    }
}

@media screen and (max-width: 1800px) {
    .what-we-do .what-we-text {
        padding: 154px 0 140px;
    }


    .what-we-do .what-we-text.second {
        padding: 140px 0 154px;
    }
}

@media screen and (max-width: 1600px) {
    .what-we-do .what-we-text {
        padding: 140px 0 120px;
    }


    .what-we-do .what-we-text.second {
        padding: 120px 0 140px;
    }
}

@media screen and (max-width: 1500px) {
    .what-we-do .what-we-text {
        padding: 120px 0 100px;
    }


    .what-we-do .what-we-text.second {
        padding: 100px 0 120px;
    }
}


@media screen and (max-width: 1399px) {
    .header-menu nav .menu {
        gap: 0 32px;
    }


}

@media screen and (max-width: 1200px) {
    .slick-wrapper .slick3 .slick-prev {
        left: 88% !important;
    }

    .slider-section.projects {
        margin-bottom: 60px;
    }

    .head-phone {
        font-size: 26px !important;
    }

    .header-menu nav .menu {
        gap: 0 20px;
    }

    .header-menu nav .menu .nav-item a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {

    .header-menu {
        display: none;
        justify-content: end;
    }

    .mobile-header-menu {
        display: flex !important;
        justify-content: end;
        /*background: #FFFFFF;*/
        height: 36px;

    }

    .menu-button-container {
        display: flex;
    }

    .mobile-menu {
        position: absolute;
        top: 0;
        height: 100%;
        padding: 100px 0 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        /*z-index: 80;*/
        transition: background 0.6s ease,
        outline 0.6s ease;
        outline: 0 solid rgba(33, 31, 31, 0);
        background: rgba(33, 31, 31, 0);

    }

    .mobile-menu li a {
        text-decoration: none;
        color: #FEFEFE;

        text-align: center;
        font-family: "Source Sans Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }


    #menu-toggle ~ .mobile-menu li {
        max-height: 0;
        overflow: hidden;
        padding: 0 8px;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    #menu-toggle:checked ~ .mobile-menu {
        background: rgba(33, 31, 31, 0.96);
        outline: 500px solid rgba(33, 31, 31, 0.96);
        z-index: 80;
    }

    #menu-toggle:checked ~ .mobile-menu li {
        max-height: 500px;
        padding: 8px;
    }

    .mobile-menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #FEFEFE;
        /*background-color: white;*/
    }

    .nav-item .contacts {
        display: block;
    }

    .nav-item .contacts h2 {
        text-align: center;
        margin: 60px auto 18px;
        color: #DEDEDE;

    }

    .head-phone {
        margin-top: 80px;
        font-size: 28px !important;
        justify-content: center;
    }

    .what-we-do p {
        margin-left: 0;
        max-width: 100%;
    }

    .what-we-do .what-we-text {
        margin-left: 0;
    }

    .what-we-do .ob-img {
        position: relative;
        width: 100%;
    }

    .icons > img {
        max-width: 300px;
    }

    .your-dream {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 20px;
    }

    .your-dream img {
        min-height: 350px;
    }

    .slick-wrapper .slick3 .slick-prev {
        left: 83% !important;
    }

    .reviews-section .reviews-div .title {
        margin-bottom: 10px;
    }

    footer .head a {
        justify-content: center !important;
        gap: 0 5px;
    }

    .social-icons-div {
        justify-content: center;
    }

    footer .head .row {
        gap: 20px 0;
    }

    footer .head a svg {
        left: 0;
    }

    .social-icons-div a svg path {
        stroke: #DEDEDE;
    }

    .social-icons-div a:hover svg path {
        stroke: #211F1F;
    }
}

@media screen and (max-width: 767px) {
    .icons {
        display: grid;
        margin-bottom: 20px;
    }

    .icons > img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .your-dream {
        grid-template-columns: unset;
        min-height: unset;
    }

    .slick-wrapper .slick3 .slick-arrow {
        top: 118% !important;
    }

    .slick-wrapper .slick3 .slick-prev {
        left: 39% !important;
    }

    .slick-wrapper .slick3 .slick-next {
        right: 39% !important;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 26px !important;
        margin-bottom: 10px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 28px !important;
        margin-bottom: 15px !important;
    }


    p {
        font-size: 18px;
        line-height: 26px;
    }

    header {
        margin-bottom: 60px;
    }

    section {
        margin-bottom: 60px;
    }

    .header-logo-a {
        justify-content: center;
    }

    .cover-text {
        margin: 136px auto;
    }

    .what-we-do .what-we-text {
        padding: 32px 0 !important;
    }

    .icons-wrapper {
        gap: 10px 0;
    }

    .icons-wrapper .circle {
        display: grid;
        justify-content: unset;
        gap: 10px 0;
    }

    .icons-wrapper .circle div {
        width: 100%;
    }

    .icons-wrapper .circle h6 {
        font-size: 18px;
    }

    .what-we-do.top {
        padding: 60px 0;
    }

    .your-dream p {
        font-size: 16px;
        line-height: 26px;
    }

    .slider-section.projects {
        margin-bottom: 40px;
    }

    .head-mood .cover-text {
        margin: 132px 0;
    }

    .reviews-div .custom-button {
        float: unset;
        justify-self: center;
    }

    .reviews-section .reviews-div {
        margin-top: 34px;
    }

    .reviews-section .reviews-div .review {
        padding: 28px 0;
    }

    .reviews-div .custom-button {
        margin-top: 20px;
    }

    .form-section {
        padding: 60px 0;
    }


    .form-section h2 {
        margin-bottom: 30px !important;
    }


    .tab-content-row label {
        font-size: 18px;
    }

    footer .head a {
        font-size: 16px;
    }

    footer .head a svg {
        max-width: 28px;
        height: auto;
    }

    footer .head .social-icons-div a svg {
        max-width: 30px;
    }

}


@media screen and (max-width: 500px) {
    .slick-wrapper .slick3 .slick-arrow {
        top: 120% !important;
    }

    .slick-wrapper .slick3 .slick-prev {
        left: 35% !important;
    }

    .slick-wrapper .slick3 .slick-next {
        right: 35% !important;
    }
}

@media screen and (max-width: 400px) {
    footer .foot span {
        font-size: 14px;
    }

}


