/*-========================================-global-style-for-all-browsers-========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block; 
}
ol, ul{
    list-style: none;
    padding: 0;
    margin: 0; 
}
table{
    border-collapse: collapse;
    border-spacing: 0; 
}
*{
    outline: none!important;
}
input{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;          
}
button, a{
    cursor: pointer;
    text-decoration: none!important;
    border: 0; 
    display: inline-block;
}
img{
    max-width: 100%;
    object-fit: contain;
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: #f2ffd9;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'DM Serif Display', serif;
}

body.english .en {
    display: inline-block;
}

body.english .am, body.english .ru  {
    display: none;
}

body.armenian .am {
    display: inline-block;
}

body.armenian .en, body.armenian .ru {
    display: none;
}

body.russian .en, body.russian .am {
    display: none;
}

body.russian .ru {
    display: inline-block;
}

.languages {
    display: flex;
    width: 140px;
    justify-content: space-between;
}

.languages svg {
    width: 45px;
    height: 25px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.menu_logo {
    width: 150px;
}

.menu_toggler {
    height: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    display: none;
}

.menu_toggler_icon {
    width: 28px;
    height: 1.5px;
    background-color: #000;
}

.menu_toggler::before,.menu_toggler::after {
    content: '';
    width: 28px;
    height: 1.5px;
    background-color: #000;
} 

.menu_opened {
    position: fixed;
    background-color: #96b900;
    top: 0px;
    right: 0px;
    transition: .5s;
    width: 0px;
    height: 300px;
    overflow: hidden;
    z-index: 13;
    border-radius: 25px;    
}

.menu_opened_block {
    margin: 45px 50px;
}

.menu_opened_block.desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px;
    width: 90%;
}

.menu_opened_block.desktop .menu_opened_item{
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

.menu_opened.open {
    right: 15px;
    top: 10px;
    width: 350px;
    border: 3px solid;
}

.menu_opened_item {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 25px;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    width: 80%;
    transition: .3s;
    padding: 15px 30px;

}

.menu_opened_item:hover {
    color: #f9f9c0;
    border-radius: 10px;
    background-color: #96b900;
}

.header {
    padding: 10px 0;
    background-color: #fff;
}

.header_block {
    padding-top: 35px;
}

.header_block_content {
    border: 4px solid;
    border-radius: 25px;
    margin: 0 auto;
    position: relative;
    width: 85%;
    max-height: 800px;
}

.header_block_content_video {
    border-radius: 20px;
    width: 100%;
    max-height: 800px;
    height: 100%;
    min-height: 800px;
    min-width: 100%;
    object-fit: cover;
}

.header_block_content_video[poster] { 
    min-height: 800px;
    max-height: 800px;
    width:100%;
}

.header_block_text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_block_title {
    font-size: 96px;
    font-weight: 700;
    color: #cfcfcf;
    margin-bottom: 25px;
}

.btn_style {
    line-height: 22px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 50px;
    border-radius: 10px;
    background-color: #96b900;
    margin: 0 auto;
    display: block;
    transition: .3s;
    border: 1px;
}

.about, .services, .contact {
    padding: 75px 0;
}

.about_title, .services_title, .gallery_titile, .contact_title {
    color: #191B42;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
}

.services_icon svg {
    height: 64px;
}

.about_text, .contact_subtitle {
    color: #939393;
    font-size: 16px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 30px;
}

.services_block, .gallery_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
    padding: 35px 15px;
    transition: .3s;
    border-radius: 12px;
    justify-content: space-between;
}

.services_item:hover {
    background-color: #96b900;
}
.services_item:hover .btn_style {
    background-color: #fff;
}

.services_item_title {
    color: #191B42;
    font-size: 20px;
    margin: 15px;
    text-align: center;
}

.services_item_text {
    font-size: 14px;
    margin: 15px;
    text-align: center;
    min-height: 50px;
    color: hsl(0, 0%, 36%);
}

.gallery_item {
    width: 32%;
    margin-bottom: 15px;
    transform: scale(1);
    transition: transform 0.3s;
    z-index: 1;
    position: relative;
}

.gallery_item img {
    height: 100%;
}

.gallery_item:hover {
    transform: scale(1.05);
    cursor: zoom-in;
    z-index: 2;
}

.gallery_item.active:hover {
    transform: scale(1);
    cursor: zoom-in;
    z-index: 2;
}

.menu_close_icon:before, .menu_close_icon:after {
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff; 
    position: absolute;
}
.menu_close_icon {
    position: absolute;
    right: 35px;
    top: 25px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
.menu_close_icon:before {
    transform: rotate(45deg);
}

.menu_close_icon:after {
    transform: rotate(-45deg);
}

.contact_form {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.contact_inp {
    padding: 10px 15px;
    font-size: 17px;
    text-transform: capitalize;
    border: none;
    outline: none;
    border-bottom: 1px solid #939393;
    width: calc(100% - 30px);
    box-sizing: border-box;
    padding-right: 50px;
    background: transparent;
}

.contact_inp::-webkit-outer-spin-button,
.contact_inp::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.contact_inp:focus {
    outline: none;
}

.contact_form_row {
    display: flex;
    justify-content: space-between;
}

textarea.contact_inp {
    padding-bottom: 35px;
    height: 120px;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    resize: none;
    margin-bottom: 25px;
}

.contact_form_inp_block {
    width: 50%;
    position: relative;
    margin-bottom: 25px;

}

.contact_form_inp_block svg {
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.contact_form_inp_block.tall {
    width: 100%;
}

.gallery_item img {
    transition: transform 0.3s ease; 
}

.gallery_item.active  {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
}    

.gallery_item.active img {
    max-height: calc(100vh - 6px);
    margin: 0 auto;
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10; 
    position: fixed;
    border-radius: 20px;
    border: 3px solid #fff;
}

.close_icon {
    display: none;
    position: absolute;
    top: 40px;
    right: 10%;
    font-size: 24px;
    cursor: pointer;
    z-index: 11;
    background-color: #ffffff; 
    border-radius: 50%; 
    width: 30px;
    height: 30px;
}

.gallery_item.active .close_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.next-button[disabled], .prev-button[disabled] {
    background-color: rgba(0,0,0,0.3);
    cursor:  not-allowed;
}

.close_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

.footer {
    background-color: #fff;
    padding: 30px 0;
}

.footer_logo {
    width: 100px;
}

.footer_logo,.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_social_block {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
}

.footer_social_item a svg {
    width: 50px;
    height: 50px;
}

.footer_content_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer_content_list_item a {
    display: flex;
    color: #000;
    align-items: center;
    transition: .3;
}

.footer_content_list_item:hover a{
    color: #96b900;
}

.footer_content_list_item svg {
    width: 25px;
    margin-right: 15px;
}

.gmail_desktop {
    display: inline-block;
}

.gmail_mobile {
    display: none;
}

.hidden {
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.pagination_button {
    background: transparent;
    font-size: 20px;
    margin: 0 10px;
    width: 35px;
    height: 35px;
    -webkit-appearance: none;
    appearance: none;
    line-height: 35px; 
    text-align: center;
    padding: 0;
}

.pagination_button.active {
    border: 1px solid;
    border-radius: 50%;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.allRightsText {
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.allRightsBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1350px) {
    .services_item_title {
        font-size: 18px;
    }
    .container {
        max-width: 1150px;
    }
}

@media (max-width: 1200px) {
    .services_item_title {
        font-size: 18px;
    }
    .container {
        max-width: 900px;
    }
    .menu_opened_item { 
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .gallery_item {
        width: 48%;
    }
    .services_item_title {
        margin: 15px 0;
        font-size: 16px;
    }
    .services_item_text {
        font-size: 13px;
    }
    .container {
        max-width: calc(100% - 30px);
    }
    .gallery_item:hover {
       transform: scale(1.07);
    }
    .menu_toggler {
        display: flex;
    }
    .menu_opened.mobile {
        display: block;
    }
    .menu_opened_block.desktop {
        display: none;
    }
    .menu_opened_item {
        padding: 0;
    }
    .footer_content {
        flex-direction: column;
        gap: 35px;
     }
     .footer_content_list {
        align-items: center;
     }
     .header_block_text {
        position: absolute;
        top: 60%;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .services_item {
        width: 44%;
    }
    .contact_form {
        max-width: unset;
    }
    .header_block_title {
        font-size: 75px;
    }
    .contact_inp {
        width: 100%;
    }
    textarea.contact_inp {
        max-width: 100%;
        min-width: 100%;
    }
    .contact_inp {
        width: 100%;
    } 
    .contact_form_inp_block svg {
        right: 15px;
    }
    .contact_form_inp_block {
        width: 48%;
    }
    .gallery_item.active img {
        width: 75vw;
    }
    .gmail_desktop {
        display: none;
    }
    .gmail_mobile {
        display: inline-block;
    }
    .header_block_content {
        background-attachment: scroll; 
    }
    .gallery_item img {
        max-width: original-image-width; 
        height: auto;
    }
    .header_block_content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .services_item {
        width: 100%;
    }
    .header_block_title {
        font-size: 55px;
    }
    .gallery_item {
        width: 100%;
    }
    .gallery_item:hover {
        transform: scale(1.04);
     }
     .contact_form_row {
        flex-direction: column;
     }
     .contact_form_inp_block {
        width: 100%;
     }
     .about_text, .contact_subtitle {
        max-width: 100%;
        font-size: 14px;
     }
     .menu_opened.open {
        width: 320px;
     }
     .menu_opened_block {
        margin: 45px 15px;
     }
     .menu_close_icon {
        right: 10px;
        top: 10px;    
     }
     .menu_opened.open {
        width: 200px;
     }
     body {
        overflow-x: hidden;
     }
     body.armenian .menu_opened_item {
        font-size: 11px;
     }
     
     .about_title, .services_title, .gallery_titile, .contact_title {
        font-size: 25px;
     }
     .gallery_item.active img {
        width: 85vw;
    }
}