/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.circular-gallery-block {
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='600' cy='600' r='600' fill='none' stroke='%23ffffff20' stroke-width='2' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.circular-gallery-block-container-inner {
    max-width: 1180px;
    margin: 0 auto;
    height: 1200px;
    padding: 80px 0;
}
.circular-gallery-block img {
    width: 295px;
    height: 402px;
    object-fit: cover;
}
.circular-gallery-block img:nth-child(1) {
    position: absolute;
    top: 0;
}
.circular-gallery-block img:nth-child(2) {
    position: absolute;
    transform: translate(50%, 80px);
}
.circular-gallery-block img:nth-child(3) {
    position: absolute;
    right: calc(100% / 2 - 550px);
}
.circular-gallery-block img:nth-child(4) {
    position: absolute;
    right: calc(100% / 2 - 750px);
    transform: translateY(-100px);
}
.circular-gallery-block img:nth-child(5) {
    position: absolute;
    bottom: -40px;
}
.circular-gallery-block img:nth-child(6) {
    position: absolute;
    bottom: 50px;
    transform: translateX(250px);
}
.circular-gallery-block img:nth-child(7) {
    position: absolute;
    bottom: 150px;
    right: calc(100% / 2 - 450px);
}
.circular-gallery-title {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 60px;
    line-height: 66px;
    font-weight: bold;
    color: #F6CE47;
    max-width: 800px;
    width: max-content;
    margin: 0;
}

@media (max-width: 1180px) {
    .circular-gallery-block {
        background-image: url("data:image/svg+xml,%3Csvg width='700' height='700' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='350' cy='350' r='350' fill='none' stroke='%23ffffff20' stroke-width='2' /%3E%3C/svg%3E%0A");
    }
    .circular-gallery-block img {
        width: 106px;
        height: 165px;
    }
    .circular-gallery-title {
        font-size: 30px;
        line-height: 35px;
        max-width: calc(100% - 40px);
    }
    .circular-gallery-block-container-inner {
        height: 600px;
    }
    .circular-gallery-block img:nth-child(3) {
        right: calc(100% / 2 - 125px);
    }
    .circular-gallery-block img:nth-child(4) {
        right: calc(100% / 2 - 175px);
        transform: translateY(-75px);
    }
    .circular-gallery-block img:nth-child(5) {
        bottom: 0;
    }
    .circular-gallery-block img:nth-child(7) {
        right: calc(100% / 2 - 175px);
    }
    .circular-gallery-block img:nth-child(6) {
        transform: translateX(75px);
    }
}
