* {
    box-sizing: border-box;
}

body {
    background-color: #FAFAFA;
    margin: 0;
}

.hedrrr {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    background-color: #FAFAFA;
}

.head_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid;
}

.fixed_part {
    display: flex;
    align-items: center;
    margin: 0 80px;
}

.artist_name {
    color: #101010;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 31.92px;
    word-wrap: break-word;
    text-decoration: none;
}

.artist_name1 {
    color: #101010;
    font-size: 16px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 31.92px;
    word-wrap: break-word;
    text-decoration: none;
}


#author-firstname {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.nav-bar {
    width: 369px;
    height: 30px;
}

.nav-bar1 {
    width: 560px;
    height: 65px;
}

.nav-bar ul {
    margin: 0;
    padding: 0;
}

.nav_bar_buttons {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.nav_bar_buttons1 {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.nav_bar_buttons li a {
    text-decoration: none;
    color: #101010;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 30px;
    word-wrap: break-word
}

.nav_bar_buttons1 li a {
    text-decoration: none;
    color: #101010;
    font-size: 16px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    line-height: 30px;
    word-wrap: break-word
}

.language-selector a.leng1,
.language-selector a.leng2 {
    font-weight: normal;
}

.language-selector a.selected {
    font-weight: bold;
}

.leng2 {
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
}

.author_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px auto 50px auto;
}


.author_name div {
    color: #101010;
    font-size: 160px;
    font-family: inter;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 200px;
    word-wrap: break-word
}

.portrait {
    display: flex;
    justify-content: center;
}

.arm_painter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 108px auto 30px auto;
}

.arm_painter div {
    color: #101010;
    font-size: 60px;
    font-family: Times New Roman;
    font-weight: 400;
    line-height: 68px;
    word-wrap: break-word
}

.arm_painter1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 108px auto 30px auto;
}

.arm_painter1 div {
    color: #101010;
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 68px;
    word-wrap: break-word
}

.little_bio {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}

.little_bio1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}

.little_bio div {
    color: #101010;
    font-size: 22px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 350;
    text-decoration: none;
    line-height: 36px;
    word-wrap: break-word;
    width: 922px;
    height: 90px;
    text-align: center;
}

.little_bio1 div {
    color: #101010;
    font-size: 22px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 350;
    text-decoration: none;
    line-height: 36px;
    word-wrap: break-word;
    width: 922px;
    height: 90px;
    text-align: center;
}

.more_info_btn {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.btn {
    background-color: #000000;
    color: white;
    font-size: 16px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    line-height: 31.95px;
    word-wrap: break-word;
    width: 275px;
    height: 63.9px;
    border: #000000;
    cursor: pointer;
}

.btn a {
    color: white;
    text-decoration: none;
}

.gallery_pictures {
    margin-bottom: 10px;
}

.gallery_section {
    display: flex;
    height: 277px;
    background-color: #F0F1F2;
    margin-top: 100px;
}

.gallery_section_top {
    height: 277px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gallery_text {
    color: #101010;
    font-size: 120px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
    margin: 110px auto 0 80px;
}

.gallery_text3 {
    color: #101010;
    font-size: 80px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
    margin: 110px auto 0 80px;
}

.gallery_arrows {
    margin: 140px 80px auto auto;
    display: flex;
}

.gallery_arrows div:first-child {
    margin-right: 34.5px;
}

.arr_btn {
    border: none;
    cursor: pointer;
    opacity: 50%;
}

.arr_btn:hover {
    opacity: 100%;
}

.gallery_section2 {
    display: flex;
    height: 623px;
    background-color: #F0F1F2;
    justify-content: space-between;
}

.years_btn {
    display: flex;
    flex-direction: column;
    margin: 0px 50.66px 253.06px 122px;
}

.years {
    width: 205.34px;
    height: 369.94px;
}

.years_li {
    padding: 0;
    list-style: none;
    color: #A6A7A7;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 21.60px;
    word-wrap: break-word;
    cursor: pointer;
}

.years_li1 {
    padding: 0;
    list-style: none;
    color: #A6A7A7;
    font-size: 18px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    line-height: 40px;
    word-wrap: break-word;
    cursor: pointer;
}

.y1900s {
    width: 150px;
}

.y1900s1 {
    width: 200px;
}


.active,
.y1900s:hover {
    color: rgb(0, 0, 0);
}

.active,
.y1900s1:hover {
    color: rgb(0, 0, 0);
}

.years_li li {
    padding: 16px 0 0 0;
    background-color: transparent;
}

.view_gallery {
    margin-top: 44px;
}

.view_gallery_mob {
    display: none;
}

.view_gallery_mob1 {
    display: none;
}

.view_gallery button {
    width: 205px;
    height: 63.9px;
    font-size: 16px;
    font-family: "Noto Sans Armenian", sans-serif;
    background-color: #101010;
    color: white;
    cursor: pointer;
}

.pic_slider {
    width: 100vw;
    height: 460px;
    margin-top: 47px;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    margin: 0;
}

.pics {
    width: 320px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: flex-start;
    object-fit: cover;
}

.pplAboutJora {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FAFAFA;
    height: 700px;
    justify-content: center;
}

.ppl1 {
    width: 982px;
    height: 75px;
    margin-top: px;
    text-align: center;
    color: #101010;
    font-size: 60px;
    font-family: Times New Roman;
    font-weight: 400;
    line-height: 75px;
    word-wrap: break-word;
}

.ppl1_1 {
    width: 982px;
    height: 75px;
    margin-top: px;
    color: #101010;
    text-align: center;
    font-size: 56px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
    line-height: 75px;
    word-wrap: break-word;
}

.ppl2 {
    width: 300px;
    text-align: center;
    height: 75px;
    margin-top: 30px;
    color: #101010;
    font-size: 30px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
    line-height: 75px;
    word-wrap: break-word
}

.victor {
    margin-top: -10px;

}

.victor1 {
    margin-top: -10px;
    font-family: "Noto Sans Armenian", sans-serif;
}

.ppl3 {
    margin-top: 25px;
    text-align: center;
    width: 922px;
    height: 180px;
    color: #101010;
    font-size: 22px;
    font-family: Times New Roman;
    font-weight: 200;
    text-decoration: none;
    line-height: 36px;
    word-wrap: break-word
}

.ppl3_1 {
    margin-top: 25px;
    text-align: center;
    width: 922px;
    height: 180px;
    color: #101010;
    font-size: 20px;
    font-family: "Noto Sans Armenian", sans-serif;
   
    text-decoration: none;
    line-height: 36px;
    word-wrap: break-word
}

footer {
    height: 400px;
    width: 100%;
    background-color: #F0F1F2;
    display: flex;
}

.footerr {
    display: flex;
    justify-content: space-between;
}

.contacts {
    width: 50%;
    height: 120px;
    margin: 40px auto auto 80px;
    color: #101010;
    font-size: 120px;
    font-family: Times New Roman;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
    flex-grow: 5;
}

.contacts1 {
    width: 50%;
    height: 120px;
    margin: 40px auto auto 80px;
    color: #101010;
    font-size: 80px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 100px;
    word-wrap: break-word;
    flex-grow: 5;
}

.ways_to_contact {
    margin-top: 64px;
    margin-right: 80px;
    width: 30%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.email {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.email_1 {
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.email1 {
    /* border-bottom: solid 1px; */
    font-size: 16px;
    margin-bottom: 16px;
    height: 50px;
}

.email1 a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: Times New Roman;
}

.contact_footer {
    width: 178px;
    color: #101010;
    font-weight: 400;
    line-height: 31.92px;
    word-wrap: break-word;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.contact_footer1 {
    width: 178px;
    color: #101010;
    font-weight: 400;
    line-height: 31.92px;
    word-wrap: break-word;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.contact_icns {
    font-size: 26px;

}

.fa-brands {
    margin-bottom: 10px;
    margin-right: 15px;
}

.pn {
    color: #101010;
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.pn1 {
    color: #101010;
    font-size: 26px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.num {
    color: #101010;
    font-size: 24px;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.num a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: Times New Roman;
}

.num div {
    margin-top: 16px;
}

.biography {
    margin-top: 210px;
    display: flex;
    justify-content: space-around;
    margin-left: 15px;
}

.bio1 {
    display: flex;
    flex-direction: column;
}

.Abt_page_abt {
    color: #101010;
    font-size: 120px;
    font-family: Times New Roman;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
}

.Abt_page_abt_1 {
    color: #101010;
    font-size: 80px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
}


.Abt_page_abt1 {
    margin-top: 40px;
    width: 802px;
    height: 468px;
    color: #101010;
    font-size: 20px;
    font-family: "inter";
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
    flex-shrink: 0;
}

.Abt_page_abt1_1 {
    margin-top: 40px;
    width: 802px;
    height: 468px;
    color: #101010;
    font-size: 20px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
    flex-shrink: 0;
}

.img_about {
    margin-top: 100px;
}

.biography2 {
    display: flex;
    justify-content: space-around;
    margin-top: 106px;
    margin-bottom: 156px;
    margin-left: 15px;
}

.bio2 {
    width: 759px;
    height: 468px;
    color: #101010;
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
    flex-shrink: 0;
}

.bio2_mob {
    display: none;
    width: 759px;
    height: 468px;
    color: #101010;
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
    flex-shrink: 0;
}

.bio2_1 {
    width: 759px;
    height: 468px;
    color: #101010;
    font-size: 20px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
    flex-shrink: 0;
}

.bio2_1_mob {
    display: none;
}




.gallery_text1 {
    color: #101010;
    font-size: 120px;
    font-family: Times New Roman;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
    margin: 210px auto 47px 80px;
}

.gallery_text1_1 {
    color: #101010;
    font-size: 70px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 120px;
    word-wrap: break-word;
    margin: 210px auto 47px 80px;
}

.gallery_section3 {
    display: flex;
    justify-content: flex-start;

}

.pics1 {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    cursor: pointer;
}

.pics1 img {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    cursor: pointer;
    object-fit: cover;
}

/* Modal Overlay Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    object-fit: contain;
}


/* Modal Styles */
.modal {
    width: 90vw;
    height: 95vh;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 1%;
}


.left-section {
    overflow: hidden;
    /* Ensure the image doesn't overflow the container */
    display: flex;
    justify-content: center;
    align-items: center;
}


.modimg {
    object-fit: contain;
    width: 70vw;
    height: 90vh;
    display: flex;
}

#next1, #prev1 {
    display: none;
}

.fa-arrow-left {
    font-size: 50px;
}

.fa-arrow-right {
    font-size: 50px;
    font-weight: 900;
}

.fa-arrow-right:hover,
.fa-arrow-left:hover {
    opacity: 50%;
    cursor: pointer;
    animation: bounce 0.6s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

/* Right Section Styles */
.right-section {
    box-sizing: border-box;
}

/* Close the modal when clicking outside the content */
.modal-overlay:hover {
    object-fit: contain;
}

.modal_description {
    display: flex;
    text-align: center;
    align-self: flex-end;
    color: rgb(0, 0, 0);
    font-family: "Noto Sans Armenian", sans-serif;
}

.modal_content {
    margin-top: 15px;
    display: flex;
    color: rgb(0, 0, 0);
}

.modal_style {
    display: flex;
    flex-direction: column;
}

.modal_style p,
h1 {
    justify-content: center;
}




.close {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 50px;
    right: 130px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 200;
    color: black;
    z-index: 10000;
}

.close1 {
    display: none;
}


#close:hover {
    opacity: 50%;
}

@media screen and (max-width: 1500px) {

    .Abt_page_abt1,
    .Abt_page_abt1_1 {
        width: 502px;
    }

    .bio2,
    .bio2_1 {
        width: 502px;
    }

    .Abt_page_abt_1 {
        font-size: 40px;
        text-align: center;
    }

    .gallery_text1_1 {
        font-size: 60px;
    }
}

@media screen and (min-width: 1685px) {
    .Abt_page_abt1 {
        width: 802px;
    }

    .bio2 {
        width: 802px;
    }

    .img_about img {
        width: 600px;
        height: 800px;
    }

    .img_about2 img {
        width: 600px;
        height: 750px;
    }

    .biography2 {
        margin-bottom: 350px;
    }

    .years_li,
    .years_li1 {
        font-size: 22px;
    }

}


.coming_soon {
    display: none;
    /* Initially hide the message */
}

/* Initially hide the sandwich menu */
.sandwich_menu {
    display: none;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
}
.sandwich_menu1 {
    display: none;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
}

/* Define the bar styling */
.bar {
    width: 25px;
    height: 3px;
    background-color: #000000;
    margin: 5px 0;
    transition: transform 0.4s;
    /* Apply transition to transform property */
}

/* Rotate first and third bars to form an X when menu is active */
.sandwich_menu.active .bar:first-child {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.sandwich_menu1.active .bar:first-child {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.sandwich_menu.active .bar:nth-child(2) {
    opacity: 0;
}
.sandwich_menu1.active .bar:nth-child(2) {
    opacity: 0;
}

.sandwich_menu.active .bar:last-child {
    transform: rotate(45deg) translate(-5px, -6px);
}
.sandwich_menu1.active .bar:last-child {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Media query for mobile devices */
@media screen and (max-width: 1024px) {

    .fixed_part {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4.2vw;
    }

    /* Show the sandwich menu on smaller screens */
    .sandwich_menu {
        display: block;
        z-index: 10000000;
        position: absolute;
        right: 0;
    }
    .sandwich_menu1 {
        display: block;
        z-index: 10000000;
        position: absolute;
        right: 0;
    }

    .hedrrr {
        width: 100vw;
        position: sticky;
    }

    /* Hide the regular navigation on smaller screens */
    .nav-bar,
    .nav-bar1 {
        display: none;
        transition: transform 0.4s;
    }

    /* Show the navigation when menu is active */
    .nav-bar.active,
    .nav-bar1.active {
        display: block;
        transition: transform 0.4s;
    }

    .artist_name,
    .artist_name1 {
        position: relative;
        width: 200px;
    }

    /* Adjust styling of the navigation menu for mobile */
    .nav-bar ul,
    .nav-bar1 ul {
        position: absolute;
        top: 80px;
        /* Adjust the top position as needed */
        left: 0;
        width: 100vw;
        transition: transform 0.4s;
        /* Apply transition to transform property */
        background-color: #F0F1F2;
        scroll-behavior: smooth;
        padding: 10px;
        display: flex;
        flex-direction: column-reverse;
    }


    .nav_bar_buttons li,
    .nav_bar_buttons1 li {
        display: block;
        margin-bottom: 10px;
    }

    .author_name div {
        font-size: 50px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 60px;
        word-wrap: break-word
    }

    .author_name {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px auto 50px auto;
    }

    .Gen_Img {
        width: 100vw;
        height: auto;
    }

    .arm_painter,
    .arm_painter1 {
        margin: 38px auto 30px auto;
    }

    .arm_painter div {
        font-size: 40px;
        line-height: 48px;
    }

    .arm_painter1 div {
        font-size: 33px;
        line-height: 48px;
    }

    .little_bio div {
        font-size: 22px;
        font-family: "inter";
        line-height: 36px;
        padding: 10px;
        width: 100vw;
        margin-bottom: 80px;
        text-align: center;
    }

    .little_bio1 div {
        font-size: 20px;
        font-family: "Noto Sans Armenian", sans-serif;
        line-height: 32px;
        padding: 1px;
        width: 100vw;
        margin-bottom: 80px;
        text-align: center;
    }

    .gallery_text,
    .gallery_text3 {
        font-size: 40px;
        margin: 10px auto 0 auto;
    }

    .gallery_section {
        display: flex;
        flex-direction: column;
        height: auto;
        background-color: #F0F1F2;
        margin-top: 30px;
        width: 100vw;
    }

    .gallery_section_top {
        display: flex;
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .gallery_arrows {
        display: none;
    }

    .gallery_section2 {
        display: flex;
        flex-direction: column;
        background-color: #F0F1F2;
        margin-right: -8px;
        height: auto;
        width: 100vw;
    }

    .years {
        width: 80vw;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0px auto 0 auto;
        background-color: transparent;
        display: none;
    }

    .y1900s,
    .y1900s1 {
        text-align: center;
        width: 100vw;
    }

    .years_li1 {
        width: 80vw;
        height: auto;
        text-align: center;
    }

    .view_gallery {
        display: none;
    }

    .view_gallery_mob {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .view_gallery_mob button {
        width: 205px;
        height: 63.9px;
        font-size: 16px;
        font-family: inter;
        background-color: #101010;
        color: white;
        cursor: pointer;
        margin-bottom: 40px;
    }

    .view_gallery_mob1 {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .view_gallery_mob1 button {
        width: 205px;
        height: 63.9px;
        font-size: 16px;
        font-family: "Noto Sans Armenian", sans-serif;
        background-color: #101010;
        color: white;
        cursor: pointer;
        margin-bottom: 40px;
    }

    .years_btn {
        margin: 0;
        width: 100vw;
    }

    .pic_slider {
        width: 90vw;
        height: auto;
        margin-top: 0px;
        overflow: hidden;
        position: static;
        display: flex;
        justify-content: center;
    }

    .pics {
        height: auto;
        display: flex;
        transition: transform 0.5s ease-in-out;
        align-items: baseline;


    }

    .pplAboutJora {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #FAFAFA;
        height: auto;
        justify-content: center;
        margin-bottom: 20px;
    }

    .ppl1 {
        width: 90vw;
        height: 75px;
        margin-top: 20px;
        font-size: 40px;
        line-height: 45px;
    }

    .ppl1_1 {
        width: 90vw;
        height: auto;
        margin-top: 20px;
        font-size: 38px;
        font-family: "Noto Sans Armenian", sans-serif;
        line-height: 45px;
    }

    .ppl2 {
        width: 300px;
        margin-top: 25px;
        font-size: 26px;
        font-weight: 450;
        line-height: 75px;
    }

    .victor1 {
        font-family: "Noto Sans Armenian", sans-serif;
    }

    .ppl3 {
        margin-top: 25px;
        text-align: center;
        width: 90vw;
        height: auto;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .ppl3_1 {
        margin-top: 25px;
        text-align: center;
        width: 90vw;
        height: auto;
        font-family: "Noto Sans Armenian", sans-serif;
        line-height: 30px;
        font-weight: 350;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .fut {
        display: block;
        flex-direction: column;
        height: 430px;
    }

    .contacts {
        font-size: 40px;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .contacts1 {
        width: 100%;
        height: 120px;
        margin: 0;
        color: #101010;
        font-size: 40px;
        font-family: "Noto Sans Armenian", sans-serif;
        font-weight: 400;
        line-height: 100px;
        text-align: center;
        word-wrap: break-word;
        flex-grow: 5;
    }

    .ways_to_contact {
        margin-top: 10px;
        margin-left: 20px;
        width: 90vw;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .biography {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        width: 95vw;
        height: auto;
    }

    .Abt_page_abt {
        color: #101010;
        font-size: 80px;
        width: 90vw;
        height: auto;
        line-height: 20px;
        word-wrap: break-word;
        text-align: center;

    }

    .Abt_page_abt1 {
        width: 90vw;
        height: auto;
        font-size: 20px;
        font-family: Times New Roman;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        margin-left: 6px;
    }

    .Abt_page_abt_1 {
        color: #101010;
        font-size: 40px;
        font-family: "Noto Sans Armenian", sans-serif;
        font-weight: 400;
        line-height: 10px;
    }

    .Abt_page_abt1_1 {
        width: 90vw;
        height: auto;
        font-size: 16px;
        font-family: "Noto Sans Armenian", sans-serif;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        margin-left: 6px;
    }

    .img_about {
        margin-top: 20px;
        margin-left: 6px;
    }

    .img_about img {
        width: 90vw;
        object-fit: contain;
    }

    .img_about2 {
        width: 90vw;
        margin-top: 20px;
        margin-left: 6px;
        margin-bottom: 40px;
    }

    .img_about2 img {
        width: 90vw;
        object-fit: contain;
    }

    .biography2 {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .bio2 {
        display: none;
    }

    .bio2_mob {
        display: block;
        width: 90vw;
        height: auto;
        font-size: 20px;
        font-family: Times New Roman;
        font-weight: 400;
        line-height: 28px;
        margin-left: 6px;
        text-align: center;
    }

    .bio2_1 {
        display: none;
    }

    .bio2_1_mob {
        display: block;
        width: 90vw;
        height: auto;
        font-size: 16px;
        font-family: "Noto Sans Armenian", sans-serif;
        font-weight: 400;
        line-height: 28px;
        margin-left: 6px;
        text-align: center;
    }

    .gallery_text1 {
        font-size: 80px;
        line-height: 120px;
        margin: 0;
        text-align: center;
    }
    .gallery_text1_1{
        color: #101010;
        font-size: 40px;
        font-family: sans-serif;
        font-weight: 400;
        line-height: 80px;
        padding: 10px;
        margin: 0;
        text-align: center;
    }

    .gallery_section3 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pics1 {
        display: flex;
        justify-content: center;
    }

    .pics1 img {
        width: 90vw;
        height: auto;
        padding: 10px;
        flex-wrap: wrap;
        cursor: pointer;
        object-fit: cover;
    }
    #prev, #next{
        display: none;
    }

    #next1 {
        display: block;
        font-size: 30px;
        padding: 20px;
    }

    #prev1 {
        display: block;
        font-size: 30px;
        padding: 20px;
    }

    .modal_style {
        flex-direction: row;
    }

    .modal_description {
        text-align: center;
        align-self: first baseline;
        color: rgb(0, 0, 0);
    }

    .modimg {
        object-fit: cover;
        width: 95vw;
        height: 80vh;
        display: flex;
        padding: 0;
        margin-top: 40px;
    }

    .modal {
        width: 100vw;
        height: 900vh;
        background: rgb(255, 255, 255);
        display: flex;
        position: fixed;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 1%;
        overflow: hidden;
    }

    .left-section {
        overflow: hidden;
        /* Ensure the image doesn't overflow the container */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
    }

    .right-section {
        flex-direction: row;
    }

    .close {
        display: none;
    }


    .close1 {
        display: block;
        position: fixed;
        cursor: pointer;
        font-size: 30px;
        font-weight: 200;
        color: black;
        z-index: 10000;
        right: 4vw;
        top: 16px;
    }


    #close1:hover {
        opacity: 50%;
    }

    .fa-arrow-right:hover,
    .fa-arrow-left:hover {
        opacity: 50%;
        cursor: pointer;
        animation: bounce 1s infinite alternate;
    }


    * {
        -webkit-tap-highlight-color: transparent;
        /* For iOS */
        -webkit-touch-callout: none;
        /* Prevent iOS link selection */
        user-select: none;
        /* Disable text selection */
    }

    ul li:active {
        background-color: transparent;
        /* Set the background color to transparent */
        /* Add any other styles as needed */
    }

}