/* Desktop (Default) - 1200px ++ */

/* Medium Desktop / Laptop - 992px-1199px */
@media (max-width: 1024px) {
    .consult {
        height: auto;
    }
    .main_item_button  {
        font-size: 17px;
    }
    .services_button {
        font-size: 14px;
    }
    .whyChooseUs_title {
        font-size: 16px;
    }
    .whyChooseUs_description {
        font-size: 14px;
        margin: 6px 0 13px 0;
        padding: 0px 2px 0 15px;
    }
    .partners {
        width: 100%;
        height: auto;
        float: left;
        margin: 0px 0 50px 0;
    }
    .partner_title {
        margin: 10px 0 18px 0px;
    }
    .joinUs_item {
        width: 49%;
    }
}

@media (max-width: 1199px) {
    .footer_item_box {
        width: 44%;
        height: auto;
    }
}

/* Tablet (Landscape) - 768px-991px */
@media (max-width: 991px) {
    .main_item_button {
        width: 265px;
    }

    .services_description {
        font-size: 14px;
    }

    .whyChooseUs_item {
        width: 100%;
        height: auto;
    }

    .partners {
        margin: 0;
    }

    .joinUs_description {
        width: 87%;
    }

    .joinUs_item {
        width: 60%;
    }

    /* .navbar {
        flex-wrap: wrap;
    } */
}

/* Tablet (Portrait) - 576px-767px */
@media (max-width: 768px) {
    .mobile_header {
        display: block;
        width: 100%;
        height: auto;
        background: rgb(249 250 252 / 42%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.126);
        transition: background-color 0.3s ease;
        /* Smooth transition */
        box-sizing: border-box;
    }

    .header_row {
        display: none;
    }

    .mobile_header_row {
        width: 100%;
        height: auto;
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_header_item {
        width: 15%;
        height: auto;
    }

    .mobile_header_logo {
        width: 76px;
        height: auto;
    }

    .mobile_header_menu {
        width: 100%;
        height: 100%;
        display: none;
    }

    .menu_toggle {
        cursor: pointer;
        width: 30px;
    }

    .menu_toggle.open .menu_icon {
        content: url('../img/socialIcons/close.svg');
        /* սա քո X նշանի պատկերն է */
    }
    .mobile_menu {
        display: none;
    }

    .mobile_header_ul {
        display: flex;
        flex-direction: column;
    }

    .mobile_header_li {
        padding: 22px;
        color: #004A7C;
        font-size: 17px;
        text-align: center;
    }

    .main_row {
        width: 100%;
        height: auto;
        margin: 17% 0 20% 0;
    }

    .main_item {
        width: 87%;
        height: auto;
    }

    .main_title {
        font-weight: 600;
        font-size: 30px;
    }

    .main_description {
        font-weight: 400;
        font-size: 17px;
    }

    .main_buttons {
        width: 100%;
        text-align: center;
    }

    .main_item_button {
        width: 135px;
        font-size: 13px;
    }

    .services_main_title {
        font-size: 30px;
    }

    .services_item {
        width: 100%;
        margin: 15px 0;
        padding: 20px 30px 50px 30px;
        min-height: 444px;
    }

    .aboutUs {
        margin: 0;
    }

    .aboutUs_title {
        font-size: 30px;
    }

    .consult {
        margin: 50px 0 0 0;
    }

    .consult_row {
        margin: 20% 0 20% 0;
    }

    .consult_item {
        width: 100%;
    }

    .consult_title {
        font-size: 30px;
    }

    .consult_description {
        font-size: 17px;
    }

    .consult_button {
        width: 58%;
        font-size: 15px;
        padding: 12px 20px;
    }

    .WhyChooseUs_main_title {
        font-size: 30px;
    }

    .portfolio_title {
        font-weight: 400;
        font-size: 30px;
        color: #ffffff;
        margin: 50px 0 18px 0px;
    }

    .portfolio_description {
        font-size: 16px;
    }

    .owl-dot {
        width: 10px;
        height: 10px;
    }

    .partner_title {
        font-size: 30px;
        margin: 20px 0 18px 0px;
    }

    .partner_description {
        font-size: 15px;
    }

    .joinUs_title {
        font-size: 25px;
        padding: 60px 0 20px 0;
    }

    .joinUs_description {
        width: 80%;
        font-size: 16px;
    }

    .joinUs_button {
        font-size: 15px;
    }

    .footer_item_box {
        width: 48%;
    }
}
@media (min-width: 320px) and (max-width: 594px) and (orientation: portrait) {
    .joinUs_item {
        width: 76%;
    }
    .footer_social {
        width: 28px;
        height: 28px;
        margin: 11px;
    }
}
/* Mobile - 0-575px */
@media (max-width: 575px) {
    .mobile_header_logo {
        width: 78px;
        height: auto;
    }

    .main_item {
        width: 100%;
        height: auto;
    }

    .mobile_header_menu {
        width: 60px;
        height: auto;
    }

    .main_title {
        font-size: 27px;
    }

    .main_item_button {
        width: 198px;
        font-size: 16px;
    }

    .services_main_title {
        font-size: 25px;
    }

    .services_button {
        font-size: 15px;
    }

    .aboutUs_description {
        font-weight: 300;
        font-size: 15px;
        line-height: 27px;
        margin: 0 0 15px 0;
    }

    .aboutUs_title {
        font-weight: 400;
        font-size: 25px;
    }

    .consult_title {
        font-size: 23px;
    }

    .consult_description {
        font-size: 15px;
    }

    .WhyChooseUs_main_title {
        font-size: 25px;
    }

    .whyChooseUs_description {
        padding: 0px 0 0 15px;
        font-size: 15px;
    }

    .whyChooseUs {
        margin: 50px 0 0 0;
    }

    .portfolio_title {
        font-size: 25px;
    }

    .portfolio_description {
        font-size: 15px;
        line-height: 26px;
    }

    .partner_title {
        font-size: 25px;
        margin: 0px 0 18px 0px;
    }

    .joinUs_description {
        width: 85%;
        font-size: 15px;
    }

    .joinUs_item {
        width: 77%;
    }

    .joinUs_button {
        font-size: 14px;
    }

    .footer_logo {
        width: 100px;
        height: auto;
        margin: 0 0 32px 0;
    }

    .footer_description {
        font-weight: 300;
        font-size: 13px;
        color: #ffffff;
        line-height: 22px;
        margin: 0 0 29px;
    }

    .footer_address {
        font-weight: 200;
        font-size: 14px;
    }

    .footer_item_box {
        width: 54%;
    }

    .footer_social {
        width: 31px;
        height: 35px;
        margin: 28px 21px 0 0;
    }
}

@media (max-width: 425px) {
    .main_title {
        font-size: 24px;
    }

    .main_description {
        font-weight: 400;
        font-size: 15px;
    }

    .main_item_button {
        width: 137px;
        font-size: 14px;
        margin: 0px 10px 0 0;
        padding: 13px 15px;
        color: #171a1c;
    }

    .joinUs_item {
        width: 100%;
    }

    .joinUs_item {
        width: 83%;
        margin: 0 auto;
    }

    .joinUs_button {
        font-size: 13px;
        padding: 15px 34px;
    }

    .joinUs_title {
        font-size: 25px;
        padding: 40px 0 20px 0;
    }

    .footer_item {
        width: 100%;
    }

    .footer_item_box {
        width: 84%;
    }
}

@media (max-width: 395px) {
    .joinUs_button {
        font-size: 13px;
        padding: 15px 23px;
    }

    .joinUs_item {
        width: 82%;
        margin: 0 auto;
    }

    .main_title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
    }
    .main_item_button {
        width: 128px;
        font-size: 14px;
        margin: 0px 10px 0 0;
        padding: 13px 15px;
        color: #171a1c;
    }
    .aboutUs_description {
        line-height: 24px;
        font-size: 14px;
    }
    .services_button {
        padding: 15px 20px;
    }

    .consult_description {
        font-size: 13px;
        line-height: 23px;
    }
    .consult_button {
        font-size: 13px;
        padding: 15px 20px;
    }

    .footer_social {
        width: 27px;
    }
}

@media (max-width: 320px) {
    .main_title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }
    .main_item_button {
        width: 104px;
        font-size: 11px;
    }
    .services_description {
        font-size: 13px;
    }
    .services_button {
        font-size: 13px;
    }
    .consult_button {
        width: 75%;
    }
    .joinUs_item {
        width: 86%;
        margin: 0 auto;
    }

    .joinUs_description {
        width: 78%;
        font-size: 13px;
        padding: 0px 0 30px 0;
    }

    .joinUs_button {
        font-weight: 300;
        font-size: 13px;
        padding: 10px 16px;
    }

    .joinUs_title {
        font-size: 20px;
        padding: 36px 0 20px 0;
    }

    .rightsAreReserved {
        font-weight: 300;
        font-size: 10px;
    }
}