@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap');

@font-face {
    font-family: 'Stampatello Faceto';
    src: url('../fonts/stampatello-faceto.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Snowy Delight';
    src: url('../fonts/snowy-delight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Super Joyful';
    src: url('../fonts/super_joyful.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.gallery-section {
    padding-top: 167px;
    padding-left: 184px;
    padding-right: 184px;
    padding-bottom: 118px;
}

.gallery-video {
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
    object-fit: cover;
}

.gallery-img-2,
.gallery-img-3,
.gallery-img-1 {
    width: 100%;
    height: auto;
}

.gallery-img-1 {
    margin-bottom: 20px;
}

.gallery-img-4 {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.video-gap {
    display: none;
}

/* Responsive Code Here */
@media (max-width: 960px) {
    .gallery-section {
        padding: 50px 60px;
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 50px 60px;
    }

    .row-gap {
        display: none;
    }

    .gallery-video {
        object-fit: contain;
        border-radius: 8px;
    }

    .gallery-video,
    .gallery-img-2,
    .gallery-img-3,
    .gallery-img-1,
    .gallery-img-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 50px 60px;
    }
}

@media (max-width: 480px) {
    .gallery-section {
        padding: 50px 40px;
    }
}