/*
Theme Name: Haykoff
Theme URI: https://travelerwp.com/
Author: Shinetheme
Author URI: https://travelerwp.com/
Requires at least: 5.6
Tested up to: 5.8.3
Requires PHP: 7.4
Description:Build a travel website is easy with Traveler theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: Haykoff
Version: 3.2.2
*/


* {
    padding: 0;
    margin: 0;
    font-family: 'Nizza', sans-serif;
    font-weight: 400;
}

body {
    -webkit-overflow-scrolling: touch;

}


@font-face {
    font-family: 'Nizza';
    src: url('fonts/nizza/Nizza_Regular_Free_For_Personal_Use.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===== Secondary font (Canela) ===== */
@font-face {
    font-family: 'Canela';
    src: url('fonts/canela/canela_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('fonts/canela/canela_roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('fonts/canela/canela_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PerpetuaTitling';
    src: url('fonts/perpetua-titling-mt/PerpetuaTitlingMTLight2.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PerpetuaTitling';
    src: url('fonts/perpetua-titling-mt/PerpetuaTitlingMTLight2.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'plumblightc';
    src: url('fonts/PlumbLightC/plumblightc.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.two-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 60px;
}

.three-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.four-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

section {
    margin-bottom: 200px;
}

.text-title {
    overflow: hidden;
}

.text-title h1,
.text-title h2,
.text-title h3 {
    opacity: 0;
    transition: transform 2s cubic-bezier(.22, 1, .36, 1),
    opacity 0.8s ease;
}

.text-title h1 {
    transform: translateX(-120px);
}

.text-title h2 {
    transform: translateX(-120px);
}


.text-title h3 {
    transform: translateX(120px);
}

.text-title.animate h1,
.text-title.animate h2,
.text-title.animate h3 {
    transform: translateX(0);
    opacity: 1;
}


.animate-up {
    opacity: 0;
    transform: translateY(30px);
    transition: transform 2s cubic-bezier(.22, 1, .36, 1),
    opacity 0.8s ease;
}

.animate-up.in-view {
    opacity: 1;
    transform: translateY(0);
}


h1 {
    color: #171616;
    font-size: 100px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 5px;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    opacity: 0;
}

h1 .line {
    position: relative;
    top: 106px;
    max-width: 120px;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-right: 20px;
    opacity: 0;
}

.white h1 {
    color: #FFF;
}

h2 {
    color: #171616;
    font-size: 120px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 6px;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    opacity: 0;
}


h2 .line {
    position: relative;
    top: 106px;
    max-width: 120px;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-right: 20px;
    opacity: 0;
}

.white h2 {
    color: #FFF;
}

h3 {
    color: #171616;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 60px !important;
    letter-spacing: 3px;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
}

h3 .line {
    position: relative;
    top: 42px;
    max-width: 120px;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-right: 20px;
    opacity: 0;

}

.white h3 {
    color: #FFF;
}

h4 {
    font-family: 'Canela', sans-serif;
    color: #171616;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
    opacity: 0;
}

.white h4 {
    color: #FFF;
}

h5 {
    color: #171616;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 2.4px;
    margin-bottom: 0 !important;
    opacity: 0;
}

.white h5 {
    color: #FFF;
}

h6 {
    opacity: 0;
}

p {
    font-family: 'Canela', sans-serif;
    color: #171616;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0 !important;
    opacity: 0;
}

.white p {
    color: #FFF;
}

a, span, button, input, textarea, img {
    opacity: 0;
}

header {
    position: sticky;
    z-index: 100;
    top: 0;
    padding: 14px 0;
    /*border-bottom: 1px solid #B9B9B9;*/
    background: #FFF;
}

.header-logo-a {
    display: block;
}

.header-logo-a img {
    max-width: 132px;
}

.header-menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

.mobile-header-menu {
    display: none !important;
}

.header-menu nav .menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 50px;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    position: relative;
}

.header-menu nav .menu .nav-item a {
    color: #171616;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-decoration: none;
}

/*.header-menu nav .menu .nav-item a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.header-menu .menu li.current-menu-item > a,*/
/*.header-menu .menu li.current_page_item > a,*/
/*.mobile-menu li.current-menu-item > a,*/
/*.mobile-menu li.current_page_item > a {*/
/*    position: relative;*/
/*    text-decoration: underline;*/
/*}*/


.mobile-menu > li {
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 28px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #171616;
    position: absolute;
    height: 2px;
    width: 22px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
    right: 0;
    width: 28px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
    width: 14px;
    right: 0;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg);
    width: 28px;
}

#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);
    width: 28px;
}

.custom-button {
    display: block;
    padding: 18px 66px;
    background-color: #171616;
    max-width: fit-content;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #171616;
}

.custom-button:hover {
    color: #171616;
    background-color: transparent;
}

.custom-button.center {
    margin: 0 auto;
}

.slider-head-section .custom-button {
    margin-top: 50px;
    max-width: 510px;
}

.cover-slider {
    position: relative;
    margin-top: 10px;
    padding: 24px 0;
}

/*.cover-slider::before,*/
/*.cover-slider::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    right: 20px;*/
/*    height: 1px;*/
/*    background: #828282;*/
/*}*/

/*.cover-slider::before {*/
/*    top: 0;*/
/*}*/

/*.cover-slider::after {*/
/*    bottom: 0;*/
/*}*/


.cover-slider .slide-item {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    gap: 10px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: padding 0.35s ease;
    width: 100%;
}

.cover-slider .slide-item div {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.cover-slider .slick-center .slide-item {
    /*border-right: 1px solid #828282;*/
    /*border-left: 1px solid #828282;*/
}

.cover-slider .slide-item img {
    max-width: 220px;
    height: auto;
}

.cover-slider .slide-item h4 {
    opacity: 1;
    transform: translateY(0);
}

.cover-slider .slide-item p {
    color: #474747;
    opacity: 1;
    transform: translateY(0);
}

.home-gallery-section {
    overflow: hidden;
    margin-bottom: 82px;

}

.home-gallery-section h3 {
    margin-left: 170px;
}

.home-gallery-div {
    max-width: 444px;
    width: 100%;
    margin: 160px 0 0 170px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-gallery-div-img {
    display: flex;
    position: relative;
}

.home-gallery-div-img > div img {
    opacity: 0;
    transition: transform 2s cubic-bezier(.22, 1, .36, 1),
    opacity 0.8s ease;
}

.home-gallery-div-img > div:first-child img {
    max-width: 420px;
    height: auto;
    top: 200px;
    right: 22%;
    position: relative;
    transform: translateX(-120px) rotate(-8deg);
}

.home-gallery-div-img > div:last-child img {
    max-width: 714px;
    height: auto;
    right: 51%;
    bottom: 118px;
    z-index: -1;
    position: relative;
    transform: translateX(120px) rotate(8deg);
}

.home-gallery-div-img.animate > div img {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
}

.home-counter-section .three-div {
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    padding: 36px 0 26px;
}

.home-counter-section .three-div > div {
    border-right: 1px solid #828282;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
    padding: 0 20px;
}

.home-counter-section .three-div > div:first-child {
    padding-left: 68px;
    justify-content: start;
}

.home-counter-section .three-div > div:last-child {
    padding-right: 68px;
    border-right: none;
    justify-content: end;
}

.home-counter-section .three-div > div h6 {
    color: #171616;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: normal;
    margin-bottom: 0;
}

.home-counter-section .three-div > div p {
    font-family: "Nizza", sans-serif;
    font-size: 60px;
    line-height: normal;
    letter-spacing: 3px;
}

.home-events-div {
    margin-top: 118px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    float: inline-end;
    max-width: 516px;
}


.home-events-date {
    margin-top: 50px;
}

.home-events-date img {
    width: 100%;
}

.home-events-date > div {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.home-events-date > div h4 {
    font-family: "Nizza", sans-serif;
    font-size: 34px !important;
    letter-spacing: 1.7px;
}

.home-events-date > div > div {
    text-align: end;
}

.home-events-date > div p {
    position: relative;
    top: -2px;
}

.home-blog-section h2 {
    justify-content: center;
    margin-bottom: 40px !important;
}

.home-blog-section h3 {
    margin-bottom: 40px !important;
}


.home-blog-main-div {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.home-blog-main-div-2 {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-left: 56px;
    margin-left: 32px;
    border-left: 1px solid #828282;
}

.home-blog-div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-blog-div img {
    margin-bottom: 18px;
}

.home-blog-main-div-2 .home-blog-div img {
    margin-bottom: 6px;
}

.home-blog-div .lite {
    color: #474747;
    margin-bottom: 4px !important;
}

.home-blog-div a {
    color: #171616;
    font-family: 'Canela', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.home-blog-div a:hover {
    color: #171616;
    text-decoration: underline;
}

.home-blog-div p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-main-div-2 .home-blog-div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-subscribe-section {
    padding: 200px 0;
    background-color: #F8F8F8;
    margin-bottom: 0;
}

.email-input-div {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.email-input-div p {
    width: 100%;
}

.email-input-div input {
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 18px 46px;
    outline: none;
    border: 1px solid #171616;
    color: #171616;
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 328px;
    width: 100%;
    height: 66px;
}

.email-input-div input::placeholder {
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 328px;
    opacity: 0.9;
}

.email-input-div .custom-button {
    font-family: 'Nizza', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    padding: 14px 20px;
    height: 66px;
    max-width: 212px;
    width: 100%;
}

footer {
    padding: 34px 0;
    background-color: #171616;
}

footer p {
    color: #F8F8F8;
}

footer .footer-links {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 20px;
}

footer .footer-links a {
    color: #F8F8F8;
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}


/*EXHIBITIONS*/
.exhibitions-page-section {
    margin-top: 80px;
}

.video-slider-div {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.video-div {
    position: relative;
    width: 100%;
    height: 830px; /* կամ ինչքան ուզում ես */
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.video-div img.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover; /* picture fills container, preserves aspect ratio */
    display: block;
    transition: opacity 1s ease;
}


.video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-div:hover .video-play {
    transform: scale(1.1);
    opacity: 0.85;
}

.slider-main-div img {
    width: 100%;
}

.slider-main-div .slick2 {
    margin: 10px 0 20px;
}

.slider-main-div .slick2 .slick-slide {
    margin: 0 3px;
}

/*ABOUT*/
.about-us-page-section {
    margin-top: 38px;
    position: relative;
}

.about-us-page-section .about-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 49.5%;
}

.about-text-div {
    margin-left: 140px;
    max-width: 580px;
}

.about-us-gallery-section {
    overflow: hidden;
}

.about-us-gallery-section .text-title.h3 {
    position: relative;
    right: 4%;
    text-align: end;
    margin-top: 30px;
    margin-bottom: 0;
}

.about-us-gallery-section .text-title.p {
    max-width: 724px;
}

.about-us-gallery-section .text-title.h3 h3 {
    justify-content: end;
}

.about-us-gallery-section .text-title.h3 h4 {
    font-family: 'Nizza', sans-serif;
    font-size: 36px !important;
    margin-bottom: 0 !important;
    letter-spacing: 1.8px;
}

.about-us-gallery-div-img {
    display: flex;
    position: relative;
}

.about-us-gallery-div-img > div img {
    opacity: 0;
    transition: transform 2s cubic-bezier(.22, 1, .36, 1),
    opacity 0.8s ease;
}

.about-us-gallery-div-img > div:first-child img {
    max-width: 380px;
    height: auto;
    top: 320px;
    right: 20%;
    position: relative;
    transform: translateX(-120px) rotate(-8deg);
}

.about-us-gallery-div-img > div:last-child img {
    max-width: 460px;
    height: auto;
    right: 52%;
    z-index: -1;
    position: relative;
    transform: translateX(120px) rotate(8deg);
}

.about-us-gallery-div-img.animate > div img {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
}


.about-partners-section .four-div {
    border-top: 1px solid #828282;
}

.about-partners-section .four-div > div {
    padding: 24px;
    border-bottom: 1px solid #828282;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 268px;
    position: relative;
}

.about-partners-section .four-div > div::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    right: 0;
    width: 1px;
    background-color: #828282;
}

.about-partners-section .four-div > div:nth-child(4n)::after {
    display: none;
}

.about-partners-section .four-div > div:last-child::after {
    display: none;
}

.about-partners-section .four-div img {
    max-height: 100px;
    width: 100%;
}

/*ARTIST*/
.artist-page-section {
    padding-top: 110px;
    overflow: hidden;
}

.artist-page-section h1 {
    margin-bottom: 30px !important;
}

.artist-page-section .text-title {
    max-width: 600px;
    margin-left: auto;
}

.artist-gallery-div-img {
    display: flex;
    position: relative;
}

.artist-gallery-div-img > div img {
    opacity: 0;
    transition: transform 2s cubic-bezier(.22, 1, .36, 1),
    opacity 0.8s ease;
}

.artist-gallery-div-img > div:first-child img {
    max-width: 440px;
    height: auto;
    top: 148px;
    left: 0;
    position: relative;
    transform: translateX(-120px) rotate(-8deg);
    margin-bottom: 118px;

}

.artist-gallery-div-img > div:last-child img {
    max-width: 340px;
    height: auto;
    right: 36%;
    top: 0;
    position: relative;
    transform: translateX(120px) rotate(8deg);
}

.artist-gallery-div-img.animate > div img {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
}

.text-title.short p {
    margin-top: 28px;
    max-width: 600px;
}

/*CONTACT*/
.contact-page-section .form-section {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #F8F8F8;
    position: relative;
}

.contact-page-section .contact-img {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    width: 27.5%;
}

.tab-content-row {
    gap: 16px 0;
    max-width: 672px;
}

.tab-content-row input, .tab-content-row textarea, .tab-content-row select, .project-input-wrapper {
    font-family: 'Canela', sans-serif;
    border: 1px solid #171616;
    background: transparent;
    color: #171616 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 18px 26px;
    outline: none;
    width: 100%;
}

.tab-content-row input::placeholder, .tab-content-row textarea::placeholder, .tab-content-row select::placeholder {
    font-family: 'Canela', sans-serif;
    color: #171616 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.7;
}

.tab-content-row textarea {
    height: 154px !important;
}

.contact-info {
    display: flex;
    gap: 20px;
}

.contact-info > div {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.contact-info > div h4 {
    font-size: 32px !important;
    font-family: 'Nizza', sans-serif;
}

.contact-info > div a {
    color: #474747;
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.contact-info > div a span {
    font-family: 'Canela', sans-serif;
    text-decoration: underline;
}

.contact-info > img {
    max-width: 224px;
    width: 100%;
}

/*PUBLICATION*/

.publications-page-section {
    margin: 80px 0 0;
    padding-top: 150px;
    position: relative;
}

.publications-page-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 60%;
    height: 1px;
    background-color: #828282;
    left: 0;
}

.publications-page-section.right::before {
    left: unset;
    right: 0;
}

.publications-div-main {
    display: flex;
}

.right .publications-div-main {
    justify-content: end;
}

.publications-div-main .img-first {
    position: relative;
    left: -32px;
    width: 38%;
    object-fit: contain;
}

.right .publications-div-main .img-first {
    left: 32px;
    order: 1;
}

.publications-div {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    z-index: 1;
    height: auto;
}

.right .publications-div {
    text-align: end;
    order: 2;
}


.publications-div img {
    max-width: 958px;
    width: 100%;
}

.publications-div .buttons-div {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.right .publications-div .buttons-div {
    justify-content: end;
}

.publications-div .buttons-div .custom-button {
    background-color: transparent;
    padding: 6px 14px;
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #171616;
}

.publications-div .buttons-div .custom-button:hover {
    background-color: #171616;
    color: #FFF;
}

.right .publications-div .buttons-div .custom-button {
    order: 2;
}

/*BLOG*/
.blog-page-section {
    background-image: url("../img/Rectangle 1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 590px 0 70px;
}

.article-div h1 {
    font-size: 60px !important;
    letter-spacing: 3px;
}

.article-div h1 .line {
    top: 40px;
    margin-right: 26px;
}

.article-div .text-title {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.article-div .text-title span {
    color: #474747;
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-left: 146px;
    display: block;
}

.article-div .article-text {
    margin-left: 146px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-div .article-text > img {
    width: 100%
}

.article-div .article-text h2 {
    justify-content: start;
    font-family: 'Canela', sans-serif;
    letter-spacing: unset;
    font-size: 28px !important;
    margin: 0 !important;
}

.article-div .article-text h3 {
    justify-content: start;
    font-family: 'Canela', sans-serif;
    letter-spacing: unset;
    font-size: 24px !important;
    margin: 0 !important;
}

.article-div .article-text h4 {
    justify-content: start;
    font-family: 'Canela', sans-serif;
    letter-spacing: unset;
    font-size: 20px !important;
    margin: 0 !important;
}


.article-div .article-text .home-gallery-div-img > div:first-child img {
    left: 0;
    top: 260px;
    max-width: 240px;
}

.article-div .article-text .home-gallery-div-img > div:last-child img {
    top: 0;
    right: 32%;
    max-width: 540px;
}

#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;
}

/*Acquisitions */
.acquisitions-page-section {
    margin-top: 100px;
}

.acquisitions-page-section h3 {
    top: -20px;
}

.project-input-wrapper {
    opacity: 0;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 26px;
}

.project-input-wrapper .custom-button {
    font-family: 'Nizza', sans-serif;
    font-size: 18px;
    letter-spacing: 0.9px;
    padding: 14px 24px;
    max-width: fit-content;
}

#selected-projects-display {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Canela', sans-serif;
    color: #171616 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    cursor: pointer; /* Մկնիկը ձեռք կդառնա վրան պահելիս */
    white-space: nowrap; /* Որպեսզի տեքստը տողադարձ չլինի ու մնա մեկ տողում */
    overflow: hidden; /* Ավելցուկը թաքցնում ենք */
    text-overflow: ellipsis; /* Տեղը չհերիքելու դեպքում ավելացնում է ... */
    line-height: 28px;
    opacity: 0.7;
    padding-right: 15px;
}


.project-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.project-modal-content {
    background: #F8F8F8;
    margin: 5% auto;
    padding: 40px 74px;
    width: 80%;
    max-width: 1200px;
    position: relative;
}

.project-modal-content h5 {
    margin-bottom: 22px !important;
}

.close-modal {
    position: absolute;
    right: 74px;
    top: 50px;
    cursor: pointer;
    z-index: 1;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 40px;
    padding: 10px;
}


.project-item img {
    width: 100%;
    height: auto;
    display: block; /* Կարևոր է հավասարեցման համար */
}

/* ԱՎԵԼԱՑՎԱԾ ՆՈՐ CSS հատվածը */
/* Սա ստեղծում է արտաքին սև շրջանակը */
.project-item.selected {
    outline: 2px solid #171616; /* Հստակ սև «աութլայն» */
    outline-offset: 4px; /* Աութլայնը դուրս ենք հանում 4px-ով՝ "դեպի դուրս" էֆեկտի համար */
    transition: outline-color 0.2s ease; /* Մեղմացնում ենք փոփոխությունը */
}

/* Նաև փոքր շտկում` `project-item`-ին մի փոքր ներքին պեդինգ ենք տալիս, որպեսզի աութլայնը սիրուն նստի */
.project-item {
    cursor: pointer;
    text-align: center;
    transition: outline-color 0.3s;
    padding: 5px; /* Ավելացվել է */
    box-sizing: border-box; /* Կարևոր է */
}

.project-item p {
    margin-top: 10px;
    font-size: 20px;
}

/* Որոնման դաշտի կոնտեյները (ֆոնն ու շրջանակը սրա վրա ենք դնում) */
.search-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    border: 0.5px solid #B9B9B9;
    background: #E9E9E9;
    padding-left: 18px;
}

.project-modal .custom-button {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    padding: 14px 66px;
}

/* Բաժանարար ուղղահայաց գիծը */
.search-divider {
    width: 1px;
    height: 28px;
    background-color: #171616;
    margin: 0 16px; /* Նշանի և գծի, գծի և տեքստի արանքի տարածությունը */
    opacity: 0.6; /* Մի փոքր բացացրել եմ, որ կոպիտ չլինի, կարող ես փոխել 1 կամ 0.5 */
}

/* Բուն ինփութը */
.search-input {
    width: 100%;
    padding: 16px 18px 16px 0;
    border: none; /* Շրջանակը հանում ենք */
    background: transparent; /* Ֆոնը սարքում ենք թափանցիկ */
    color: #171616;
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    outline: none;
}

.search-input::placeholder {
    font-family: 'Canela', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #171616;
    opacity: 1;
}

.events-page-section {
    margin-top: 10px;
}

.events-page-section .about-text-div {
    margin-left: 140px;
    max-width: 600px;
}

.events-page-section .load-more-btn {
    margin-top: 40px;
}

.more-events-container {
    margin-left: 140px;
}

.events-text-div {
    gap: 50px 38px;
    max-width: 100%;
    margin-top: 80px;
    margin-left: 140px;
}

.events-text-div > div {
    display: grid;
    gap: 6px;
}

.events-text-div > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 72px;
}

.events-text-div > div > div *:last-child {
    text-align: end;
}

.events-text-div > div h5 {
    font-size: 30px !important;
    letter-spacing: 1.5px;
}

.events-text-div > div img {
    width: 100%;
    margin-bottom: 8px;
}

@media screen and (min-width: 1600px) {
    .max-container {
        max-width: 1684px !important
    }

    .slider-head-section .max-container.cover {
        max-width: 1748px !important

    }

    h1 {
        font-size: 120px !important;
        letter-spacing: 6px;
    }

    h1 .line {
        max-width: 156px;
        margin-right: 40px;
    }

    h2 .line {
        max-width: 156px;
        margin-right: 40px;
    }

    h3 .line {
        max-width: 156px;
        margin-right: 26px;
    }

    .cover-slider::before,
    .cover-slider::after {
        left: 32px;
        right: 32px;
    }

    .cover-slider .slide-item {
        padding: 0 31px;
        gap: 20px;
    }

    .home-gallery-section h3 {
        margin-left: 360px;
    }

    .home-gallery-div {
        margin: 160px 0 0 200px;
    }

    .about-text-div {
        margin-left: 182px;
    }

    .about-us-gallery-div-img > div:first-child img {
        max-width: 506px;
    }

    .about-us-gallery-div-img > div:last-child img {
        max-width: 540px;
        right: 59%;
    }

    .about-us-gallery-section .text-title.h3 {
        right: 11%;
    }


    .artist-gallery-div-img > div:first-child img {
        max-width: 540px;
        left: 6%;
    }

    .artist-gallery-div-img > div:last-child img {
        max-width: 440px;
        right: 29%;
        top: -50px;
    }

    .article-div .article-text {
        margin-left: 182px;
    }

    .article-div .text-title span {
        margin-left: 182px;
    }

    .article-div .article-text .home-gallery-div-img > div:first-child img {
        top: 300px;
        max-width: 340px;
    }

    .article-div .article-text .home-gallery-div-img > div:last-child img {
        max-width: 640px;
    }

    .project-grid {
        max-height: 600px;
    }

    .events-page-section .about-text-div {
        margin-left: 260px;
    }

    .events-text-div {
        margin-left: 260px;
    }

    .more-events-container {
        margin-left: 260px;
    }
}


@media screen and (max-width: 1399px) {
    section {
        margin-bottom: 100px;
    }

    h1 {
        font-size: 60px !important;
        letter-spacing: 3px;
    }

    h1 .line {
        top: 52px;
        max-width: 80px;
    }


    h2 {
        font-size: 60px !important;
        letter-spacing: 3px;
    }

    h2 .line {
        top: 52px;
        max-width: 80px;
    }

    h3 {
        font-size: 35px !important;
        letter-spacing: 2px;
    }

    h3 .line {
        top: 32px;
        max-width: 80px;
    }

    .header-menu nav .menu {
        gap: 20px;
    }

    .cover-slider .slick-center .slide-item {
        border-right: none;
        /*border-left: 1px solid #828282;*/
    }

    .home-gallery-section {
        margin-bottom: 40px;
    }

    .home-gallery-section h3 {
        margin-left: 0;
    }

    .home-gallery-div {
        margin: 80px 0 0;
    }

    .home-gallery-div-img > div:first-child img {
        max-width: 220px;
        top: 180px;
    }

    .home-gallery-div-img > div:last-child img {
        bottom: 60px;
        max-width: 500px;
        right: 40%;
    }

    .home-counter-section .three-div > div h6 {
        font-size: 80px;
        letter-spacing: 6px;
    }

    .home-counter-section .three-div > div p {
        font-size: 32px;
        letter-spacing: 1.6px;
    }

    .home-counter-section .three-div > div:first-child {
        padding-left: 40px;
    }

    .home-counter-section .three-div > div:last-child {
        padding-right: 40px;
    }

    .home-subscribe-section {
        padding: 100px 0;
    }

    .email-input-div .custom-button {
        max-width: 150px;
    }

    .video-div {
        height: 630px;
    }

    .about-us-page-section .about-img {
        width: 49%;
    }

    .about-text-div {
        margin-left: 100px;
    }

    .about-us-gallery-div-img > div:first-child img {
        top: 280px;
        max-width: 340px;
    }

    .about-us-gallery-div-img > div:last-child img {
        max-width: 420px;
        right: 57%;
    }


    .artist-page-section {
        padding-top: 80px;
    }

    .publications-page-section {
        padding-top: 100px;
    }

    .article-div .article-text {
        margin-left: 106px;
    }

    .article-div .article-text .home-gallery-div-img > div:first-child img {
        max-width: 140px;
    }

    .article-div .article-text .home-gallery-div-img > div:last-child img {
        max-width: 440px;
    }

    .article-div .text-title span {
        margin-left: 106px;
    }

    .project-grid {
        max-height: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .video-div {
        height: 530px;
    }

    .about-us-gallery-div-img > div:first-child img {
        top: 220px;
        max-width: 280px;
    }

    .about-us-gallery-div-img > div:last-child img {
        max-width: 340px;
        right: 53%;
    }

    .artist-gallery-div-img > div:first-child img {
        max-width: 340px;
    }

    .artist-gallery-div-img > div:last-child img {
        max-width: 240px;
        right: 39%;
        top: 58px;
    }

}

@media screen and (min-width: 991px) {
    .acquisitions-page-section .tab-content-row {
        margin-right: auto !important;
    }

    .tab-content-row {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 991px) {

    section {
        margin-bottom: 60px;
    }

    .header-menu {
        display: none;
        justify-content: end;
    }

    .mobile-header-menu {
        display: flex !important;
        justify-content: end;
        background: transparent;
        height: 28px;
    }

    .menu-button-container {
        display: flex;
    }

    .mobile-menu {
        position: absolute;
        top: 92px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        padding: 0;
        z-index: 80;
    }

    #menu-toggle:checked ~ .mobile-menu {
        padding: 30px 0;
    }

    .mobile-menu li a {
        text-decoration: none;
        color: #171616;
        opacity: 1;
        transform: translateY(0);
    }

    #menu-toggle ~ .mobile-menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .mobile-menu li {
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .mobile-menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #171616;
        background-color: transparent;
    }

    .mobile-menu .menu-item-has-children .sub-menu.open {
        display: none !important;
    }

    #menu-toggle:checked ~ .mobile-menu .menu-item-has-children .sub-menu.open {
        display: block !important;
    }

    .header-logo-a {
        text-align: center;
    }

    .cover-slider .slide-item {
        flex-direction: column;
    }

    .cover-slider .slide-item img {
        max-width: 100%;
        opacity: 1;
        transform: translateY(0);
    }

    .home-gallery-section {
        margin-bottom: 0;
        padding-bottom: 60px;
    }

    .home-gallery-div {
        margin-top: 30px;
        max-width: 100%;
    }

    .home-gallery-div-img {
        margin-top: 30px;
        width: 100%;
        position: relative;
    }


    .home-gallery-div-img > div:first-child {
        position: absolute;
        top: 44%;
        left: 0;
    }

    .home-gallery-div-img > div:last-child {
        margin-left: 40px;
    }

    .home-gallery-div-img > div:first-child img {
        right: 0;
        top: 0;
    }

    .home-gallery-div-img > div:last-child img {
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }


    .home-events-div {
        float: unset;
        margin-top: 30px;
        max-width: 100%;
    }

    .home-blog-main-div {
        gap: 30px;
    }

    .home-blog-main-div-2 {
        gap: 30px;
        padding-top: 30px;
        padding-left: 0;
        margin-left: 0;
        border-left: unset;
        border-top: 1px solid #828282;
        margin-top: 40px;
    }

    .home-subscribe-section {
        padding: 60px 0;
    }

    .email-input-div {
        height: auto;
        margin-top: 30px;
        justify-content: start;
    }

    .email-input-div input {
        padding: 18px 30px;
    }

    footer .row {
        gap: 20px;
    }

    footer .footer-links {
        justify-content: center;
    }

    .exhibitions-page-section {
        margin-top: 50px;
    }

    .video-slider-div {
        gap: 30px;
    }

    .video-div {
        height: 400px;
    }

    .about-us-page-section {
        margin-top: 30px;
        position: relative;
    }

    .about-text-div {
        margin-left: 0;
        max-width: 100%;
    }

    .about-us-page-section .about-img {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        padding-left: 12px;
    }

    .about-us-gallery-section .text-title.h3 {
        margin-bottom: 30px;
        right: 0;
    }

    .about-us-gallery-div-img {
        display: block;
        width: 100%;
    }

    .about-us-gallery-div-img > div:first-child {
        position: absolute;
        top: 60%;
        left: 16%;
    }

    .about-us-gallery-div-img > div:last-child {
        justify-content: end;
        display: flex;
    }

    .about-us-gallery-div-img > div:first-child img {
        right: 0;
        top: 0;
        max-width: 300px;
    }

    .about-us-gallery-div-img > div:last-child img {
        bottom: 0;
        right: 0;
        width: 66%;
        max-width: 100%;
    }

    .about-partners-section .four-div > div {
        height: 150px;
    }

    .artist-page-section {
        padding-top: 60px;
    }

    .artist-gallery-div-img > div {
        width: 100%;
    }

    .artist-gallery-div-img > div:first-child img {
        max-width: 100%;
        width: 80%;
        top: 0;
        margin-top: 60px;
        margin-bottom: 0;
    }

    .artist-gallery-div-img > div:last-child {
        position: absolute;
        right: 0;
    }

    .artist-gallery-div-img > div:last-child img {
        position: absolute;
        right: 0;
        max-width: 300px;
        top: 10px;
    }

    .contact-page-section .form-section {
        padding: 60px 0;
        margin-top: 80px;
    }


    .contact-info {
        margin-top: 40px;
    }

    .publications-page-section {
        margin: 60px 0 0;
        padding-top: 60px;
    }

    .publications-page-section::before {
        width: 80%;
    }

    .publications-div-main .img-first {
        left: -10px;
    }

    .blog-page-section {
        padding: 240px 0 60px;
    }

    .article-div .article-text {
        margin-left: 0;
    }

    .article-div .article-text .home-gallery-div-img {
        margin-top: 0;
    }

    .article-div .article-text .home-gallery-div-img > div:first-child img {
        top: 0;
    }

    .article-div .article-text .home-gallery-div-img > div:last-child img {
        right: 0;
    }

    .acquisitions-page-section {
        margin-top: 40px;
    }

    .events-page-section {
        margin-top: 18px;
    }

    .events-page-section .about-text-div {
        margin-left: 0;
    }

    .events-text-div {
        margin-top: 30px;
        margin-left: 0;
    }

    .more-events-container {
        margin-left: 0;
    }

}

@media screen and (max-width: 767px) {

    .home-counter-section .three-div {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
        border-bottom: unset;
    }

    .home-counter-section .three-div > div {
        justify-content: center !important;
        padding: 20px !important;
        border-right: unset;
        border-bottom: 1px solid #828282;
    }

    .home-counter-section .three-div > div h6 {
        font-size: 110px;
        letter-spacing: 5.5px;
    }

    .home-blog-section h2 {
        margin-bottom: 20px !important;
    }

    .home-blog-section h3 {
        margin-bottom: 20px !important;
    }

    .video-div {
        height: 300px;
    }

    .about-us-gallery-div-img > div:first-child {
        top: 40%;
        left: 6%;
    }

    .project-modal-content {
        padding: 32px 26px;
    }

    .close-modal {
        top: 38px;
        right: 28px;
    }

    .events-text-div {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 575px) {
    header {
        border-bottom: none;
    }

    .homeH1 {
        /*margin-left: auto;*/
        /*max-width: 280px;*/
        text-align: end;
    }

    .homeH1 .line {
        display: none;
    }

    /*.homeH1::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 200px;*/
    /*    top: 90%;*/
    /*    width: 166px;*/
    /*    height: 1px;*/
    /*    background-color: #000;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .homeH1.artist {
        text-align: start;
    }

    .homeH1.artist::before {
        right: 300px;
        width: 88px;
    }

    h1 {
        font-size: 50px !important;
        letter-spacing: 2.5px;

    }

    h1 .line {
        top: 38px;
        max-width: 40px;
        margin-right: 10px;
    }

    h2 {
        font-size: 50px !important;
        letter-spacing: 2.5px;
    }

    h2 .line {
        top: 38px;
        max-width: 40px;
        margin-right: 10px;
    }

    .homeH3 {
        text-align: end;
    }

    h3 {
        font-size: 32px !important;
        line-height: normal !important;
        letter-spacing: 1.6px;
    }

    h3 .line {
        top: 28px;
        max-width: 60px;
        margin-right: 10px;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 32px !important;
        letter-spacing: 1.6px;
    }

    p {
        font-size: 15px;
        line-height: 23px;
    }


    .custom-button {
        font-size: 30px;
        letter-spacing: 1.5px;
        padding: 14px 26px;
    }


    .header-logo-a img {
        max-width: 90px;
    }

    .mobile-menu {
        top: 72px;
    }

    .slider-head-section .custom-button {
        margin-top: 30px;
    }

    .cover-slider {
        margin-top: 0;
    }

    .cover-slider::before, .cover-slider::after {
        left: 0;
        right: 0;
    }

    .cover-slider .draggable {
        padding-left: 0 !important;
    }

    .cover-slider .slick-center .slide-item {
        border-right: none;
        border-left: none;
    }

    .cover-slider::before, .cover-slider::before {
        left: 0;
        right: 0;
    }

    .cover-slider .slide-item div {
        text-align: center;
    }

    .home-gallery-div-img > div:first-child img {
        max-width: 180px;
    }

    .home-events-div {
        margin-top: 20px;
        width: 100%;
    }

    .home-events-date {
        margin-top: 20px;
    }

    .home-events-date > div {
        margin-top: 14px;
    }

    .home-events-date > div h4 {
        font-size: 18px !important;
        letter-spacing: 0.9px;
    }


    .home-blog-div img {
        margin-bottom: 6px;
    }

    .home-blog-div a {
        font-size: 24px;
    }

    .email-input-div {
        flex-direction: column;
    }

    .email-input-div input {
        max-width: 100%;
        text-align: center;
    }

    .email-input-div .custom-button {
        max-width: 100%;
    }

    footer {
        padding: 30px 0;

    }

    footer .footer-links {
        height: auto;
        flex-direction: column;
        gap: 6px;
        position: relative;
    }

    footer .footer-links::after {
        content: "";
        width: 68px;
        height: 1px;
        background-color: #828282;
        display: block;
        margin: 20px auto 0;
    }

    footer .footer-links a {
        font-size: 15px;
        line-height: 23px;
    }

    .video-div {
        height: 230px;
        margin-bottom: 10px;
    }

    .about-us-page-section {
        margin-top: 20px;
    }

    .about-us-gallery-section .text-title.h3 h4 {
        font-size: 24px !important;
        letter-spacing: 1.2px;
    }

    .about-us-gallery-div-img > div:first-child img {
        max-width: 260px;
    }

    .about-partners-section .four-div {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-partners-section .four-div > div::after {
        top: 12px;
        bottom: 12px;
    }

    .about-partners-section .four-div > div:nth-child(2n)::after {
        display: none;
    }

    .about-partners-section .four-div > div:last-child::after {
        display: none;
    }

    .artist-page-section h1 {
        margin-bottom: 20px !important;
    }

    .artist-gallery-div-img > div:last-child img {
        max-width: 200px;
        top: 20px;
    }

    .text-title.short p {
        margin-top: 20px;
    }

    .contact-page-section .contact-img {
        width: 36%;
    }

    .contact-info {
        gap: 10px;
    }

    .contact-info > img {
        max-width: 180px;
    }

    .contact-info > div a {
        font-size: 15px;
        line-height: 23px;
    }

    .publications-div-main {
        flex-direction: column;
    }

    .publications-div {
        text-align: start !important;
        order: unset !important;
        gap: 10px;
    }

    .publications-div-main .img-first {
        order: unset !important;
        width: 100%;
        max-width: 100%;
        left: unset !important;
        margin-bottom: 10px;
    }

    .publications-div .buttons-div {
        gap: 16px;
        justify-content: center !important;
    }

    .publications-div .buttons-div .custom-button {
        order: unset !important;
    }

    .blog-page-section {
        padding: 200px 0 20px;
    }

    .home-blog-section h3 {
        text-align: end;
    }

    .article-div h1 {
        font-size: 25px !important;
    }

    .article-div h1 .line {
        top: 22px;
        max-width: 50px;
        margin-right: 12px;
    }


    .article-div .text-title span {
        margin-top: 10px;
        margin-left: 62px;
        font-size: 15px;
        line-height: 23px;
    }

    .article-div .article-text h2 {
        font-size: 22px !important;
    }

    .article-div .article-text h3 {
        font-size: 20px !important;
    }

    .article-div .article-text h4 {
        font-size: 18px !important;
    }

    .acquisitions-page-section h3 {
        top: -10px;
    }

    .project-grid {
        grid-template-columns: repeat(2, 1fr); /* Հստակ սարքում ենք 2 հավասար սյունակ */
        gap: 16px; /* Արանքները մի փոքր փոքրացնում ենք, որ հեռախոսի վրա նկարները շատ չփոքրանան */
    }

    .search-wrapper {
        margin-bottom: 28px;
        padding-left: 16px;
    }

    .search-input {
        width: 100%;
        padding: 10px 16px 10px 0;
        font-size: 15px;
    }

    .project-modal-content {
        padding: 32px 26px;
    }

    .project-item p {
        margin-top: 8px;
        font-size: 16px;
    }

    .close-modal svg {
        width: 25px;
    }

    .events-text-div > div h5 {
        font-size: 24px !important;
        letter-spacing: 1.2px;
    }

    .events-page-section .load-more-btn {
        margin-top: 20px;
    }
}


@media screen and (max-width: 450px) {
    .custom-button {
        max-width: 100%;
    }

    .home-gallery-div-img > div:first-child img {
        max-width: 140px;
    }

    .about-us-gallery-div-img > div:first-child {
        left: 0;
    }

    .artist-gallery-div-img > div:first-child img {
        margin-top: 40px;
    }

    .artist-gallery-div-img > div:last-child img {
        max-width: 180px;
        top: 10px;
    }

    .contact-page-section {
        position: relative;
        overflow: hidden;
    }

    .contact-page-section .contact-img {
        width: 40%;
        top: 0;
        right: -30px;
    }

}

@media screen and (max-width: 400px) {
    .about-us-gallery-div-img > div:last-child img {
        width: 76%;
    }
}

