body
{
    margin:0;
    background: #E6EDE9;
    font-family: 'DM Sans', sans-serif;
    color:#412428;
    overflow-x:hidden;
}
.exit-button
{

}
.todo-filler
{
    position:relative;
    top:50%;
    left:50%;
    width:80%;
    padding:12px;
    background-color:#b3b7b5;
    text-align:center;
}
.service-content .wrapper-overflow img
{
    max-width: 100%;
    height: auto;
}
.header
{
    width:100%;
    height:100px;
    position:relative;
    background-color:#E6EDE9;
}
.header .bottom-line
{
    height:3px;
    width:100%;
    background-color:#412428;
    position:absolute;
    bottom:0;
    left:0;
}
a
{
    text-decoration: none;
    color:#412428;
}
.square-button
{
    width:100px;
    height:100px;
    position:absolute;
    right:0;
    bottom:0;
    cursor:pointer;
}
.home-button
{
    right:auto;
    left:0;
}
.home-icon, .audio-icon
{
    position:absolute;
    top:50%;
    left:50%;
    width:40%;
}
.header .left-line
{
    width:3px;
    height:100%;
    background-color:#412428;
    position:absolute;
    top:0;
    left:0;
}
.header .bottom-line
{
    width:100%;
    height:3px;
    background-color:#412428;
    position:absolute;
    bottom:0;
    left:0;
}
.secondary-language-button
{
    top:100px;
    right:0;
    display:none;
    z-index:30;
}
.header .right-line
{
    width:3px;
    height:100%;
    background-color:#412428;
    position:absolute;
    top:0;
    right:0;
}
.anchor-xy
{
    transform: translate(-50%,-50%);
}
.anchor-x
{
    transform: translate(-50%,0%);
}
.anchor-y
{
    transform: translate(0%,-50%);
}
.button-text
{
    position:absolute;
    top:45%;
    left:50%;
    font-size:54px;
    text-align:center;
    font-weight:bold;
    font-family: 'Barlow', sans-serif;
}
.triangle-down
{
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.hero-image, .contacts-image
{
    background-image:url(../img/contacts-image.jpg);
    background-repeat: no-repeat;
    background-position:center top;
    background-size:100%;
    width:100vw;
    max-width:1300px;
    min-height:600px;
    height:calc(100vh - 100px);
    position:absolute;
    left:0;
}
.title-header
{
    position:absolute;
    top:50%;
    left:50%;
    font-weight:bold;
    font-size:28px;
    text-align:Center;
    width:calc(100% - 140px);
    pointer-events: none;
}
.game-puzzle-title
{
    font-weight:bold;
    font-size:28px;
    text-align:Center;
    padding-bottom:12px;
}
.quiz-header
{
    background-color:#C9C78F;
}
.contacts-image
{
    background-image:url(../img/contacts-image.jpg);
}
.premises-image, .services-image, .puzzle-image, .games-image, .education-image, .excursion-image, .exhibitions-image, .safety-image
{
    background-image:url(../img/premises-image.jpg);
    background-repeat: no-repeat;
    background-position:left bottom;
    background-size:cover;
    width:50vw;
    max-width:1300px;
    min-height:600px;
    height:calc(100vh - 100px);
    position:absolute;
    left:0;
}
.safety-image
{
    background-image:url(../img/safety-iamge.jpg);
}
.education-image
{
    background-image:url(../img/education-image.jpg);
}
.excursion-image
{
    background-image:url(../img/excursions-image.jpg);
}
.exhibitions-image
{
    background-image:url(../img/exhibitions-image.jpg);
}
.services-image
{
    background-image:url(../img/services-image.jpg);
}
.puzzle-image
{
    background-image:url(../img/puzzles-image.jpg);
    background-position:center top -5px;
    opacity:0.3;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.puzzle-grid-wrapper
{
    padding:10px;
}
.puzzle-grid-overflow
{
    width:100%;

}
.grid-item
{
    cursor:pointer;
    display:none;
}

.position-lines
{
    position:absolute;
    top:50%;
    left:50%;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border:1px solid rgba(0,0,0,0.3);

}
.puzzle-grid-listing
{

}
.puzzle-game-board
{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.position-grid
{
    position:absolute;
    opacity:0;
    transition: 0.3s;
}
.correct-grid
{
    filter: grayscale(0) !important;
}
.puzzle-grid-listing img
{
    float:left;
    margin-right:10px;
    width:62px;
}
.error-log
{
    text-align:center;
    padding-top:5px;
    font-size:12px;
}
.advice-holder
{
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    width:90%;
    font-size:16px;
}
.puzzle-gallery
{
    max-width:420px;
    margin:0 auto;
}
.puzzle-gallery .swiper-slide img
{
    width:100%;
}
.games-image
{
    background-image:url(../img/games-image.jpg);
}
.triangle-blue-up, .puzzles-triangle-up, .triangle-red-up, .triangle-games-up, .triangle-safety, .triangle-education-up, .triangle-excursion-up, .triangle-exhibitons-up
{
    clip-path: polygon(75% 0, 85% 0, 100% 100%, 50% 100%);
    background-color:#8DC2E0;
    background-size:100%;
    width:50vw;
    max-width:1300px;
    min-height:600px;
    height:calc(100vh - 100px);
    position:absolute;
    left:0;
}
.triangle-topic
{
    clip-path: polygon(0 25%, 0 75%, 50% 50%);
    background-color:#8DC2E0;
    background-size:100%;
    width:50vw;
    max-width:1300px;
    min-height:600px;
    height:calc(100vh - 100px);
    position:absolute;
    left:0;
}
.align-left
{
    text-align:left !important;
}
.side-a, .side-b
{
    width:50%;
    float:left;
    position:relative;
    min-height:calc(100vh - 100px);
}
.side-a .wrapper, .side-b .wrapper
{
    padding:20px;
}
.cl
{
    clear:both;
}
.triangle-safety
{
    background-color:#EFDCD5;
}
.triangle-education-up, .triangle-excursion-up, .triangle-exhibitons-up
{
    background-color:#EFDCD5;
}
.safety-triangle-holder
{
    position:absolute;
    width:50vw;
    max-width:1300px;
    min-height:600px;
    height:calc(100vh - 100px);
}
.triangle-safety
{
    clip-path: polygon(45% 0, 55% 0, 80% 100%, 20% 100%);
}
.safety-person
{
    position:absolute;
    bottom:0;
    z-index:3;
    left:50%;
    width:60%;
    max-width:417px;
    display:none;
}
.triangle-red-up
{
    background-color:#DD3E3E;
}
.puzzles-triangle-up
{
    background-color:#EFDCD5;
}
.triangle-games-up
{
    background-color:#EFDCD5;
}
.triangle-down-premises
{
    clip-path: polygon(0 0, 75% 0, 50% 100%, 0 100%);
}
.triangle-down-safety
{
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.painting-holder
{
    width:100%;
    text-align:center;
}
#painting
{
    width:90%;
    max-width:320px;
    opacity:0;
}
.puzzle-game-holder
{
    display:none;
    width:100%;
}
.puzzle-board
{
    max-width:380px;
    background-color:white;
    margin:0 auto;
    width:80%;
    position:relative;
}
.lock-screen
{
    overflow: hidden;
}
.puzzle-board .mockup
{
    opacity:0;
    width:100%;
}
.puzzle-listing
{
    width:80%;
    max-width:380px;
    border-radius:16px;
    background-color:white;
    margin:0 auto;
    margin-top:20px;
    min-height:80px;
    position:relative;
}
.information-box
{
    width:80%;
    padding:8px;
    font-size:14px;
    background-color:white;
    color:#412428;
    text-align:center;
    position:absolute;
    left:50%;
    top:-30px;
    pointer-events: none;
    border-radius:16px;
    box-shadow: 0 0 20px #ccc;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position:absolute;
    bottom:-20px;
    left:50%;
    border-top: 20px solid white;
}
.information-box:hover
{
    display:none;
}
.painting-description
{
    padding-top:15px;
    padding-bottom:15px;
    font-size:18px;
    width:80%;
    margin:0 auto;
    font-style: italic;
}
.content-holder
{
    position:relative;
    width:100%;
    z-index:3;
}
.third-party-content
{
    background-color:#FAFAFA;
    position:relative;
    width:100vw;
    height:calc(100vh - 100px);
}
.meniu-holder
{
    float:right;
    margin-right:10%;
    text-align:center;
}
.contacts-holder
{
    padding-top:2%;
}
.premises-holder
{

}
.services-holder
{

}
.games-holder
{
    max-width:640px;
}
.meniu-holder h2
{
    font-size:70px;
    margin-bottom:30px;
    margin-top:0;
}
.games-holder h2
{
    margin-top:0;
    font-size:52px;
}
.meniu-holder .description
{
    font-size:26px;
    font-weight:300;
    padding-bottom:30px;
}
.custom-button
{
    width:330px;
    border-radius:36px;
    padding:12px 20px 12px 20px;
    transition: 0.2s;
    cursor:pointer;
    margin: 0 auto;
    margin-bottom:20px;
}
.custom-button:hover
{
    opacity:0.7;
}
.custom-button .wrapper
{
    font-size:30px;
    text-align:center;
}
.c1
{
    background-color:#C9C78F;
}
.c2
{
    background-color:#8DC2E0;
}
.c3
{
    background-color:#EFA656;
}
.c4
{
    background-color:#EFDCD5;
}

.select-puzzle-bt
{
    display: block;
    margin-top:70px;
}
.icon-holder
{
    text-align:center;
}
.social-icon
{
    display:inline-block;
    margin:6px;
}
.social-icon:hover
{
    opacity:0.7;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
}
.puzzle-gallery .swiper-container
{
    width:auto;
    overflow: inherit;
    position:relative;
}
.puzzle-gallery .swiper-slide
{
    background:none;
    width:auto;
    border-radius:0;
    height:auto;
}
.puzzle-gallery .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 50px;
    top: 460px;
    z-index:11;
    color: #412428;
}
.puzzle-gallery .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 50px;
    top: 460px;
    color: #412428;
    z-index:11;
}
.puzzle-gallery .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
    bottom:-50px;
}
.puzzle-gallery .swiper-slide img
{
    width:80%;
}
.elements-listing h2
{
    font-size:62px;
    color:#412428;
    text-align:center;
    margin-top:0;
}
.elements-listing
{
    width:calc(100% - 120px);
    max-width:1600px;
    margin:0 auto;
    position: relative;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -50px;
    top: 300px;
    color:#412428;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev
{
    right: -50px;
    top: 300px;
    color:#412428;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
    background-color:white;
    width:12px;
    border:2px solid #412428;
    height:12px;
    opacity:1;
}
.swiper-pagination-bullet-active
{
    background-color:#412428 !important;
}
.swiper-slide {
    text-align: center;
    background-color:rgb(241,248,244,0.8);
    width:33%;
    height:350px;
    border-radius:15px;
}
.service-content-righter
{
    width: 50%;
    float: right;
}
.meniu-center
{
    margin:0 auto;
}
.short-description
{
    width:90%;
    font-weight:bold;
    font-size:22px;
}
p
{
    text-align:justify;
}
.education-holder .short-description
{
    font-size:20px;
    font-weight:bold;
}
.short-description a{
    font-size:14px !important;
    font-weight: normal;
}
.service-button, .game-button
{
    background-color:#8DC2E0;
    color:#412428;
    width:70%;
    margin-top:40px;
}
.game-button
{
    background: #EFA656;
}
.service-content-holder
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: calc(100vh - 100px);
}

.service-content
{
    width:calc(100% - 40px);
    max-width:996px;
    border-radius:36px;
    background-color:rgb(241,248,244,0.8);
    margin-right:20px;
    min-height:300px;
}
.service-button .wrapper, .game-button .wrapper
{
    font-size:18px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-content .wrapper
{
    padding:20px;
    text-align:center;
    max-width:720px;
    margin:0 auto;
}
.service-content .wrapper .wrapper-overflow
{
    width:calc(100% - 12px);
    padding-right:12px;
    max-height:600px;
    overflow-y:scroll;
}
.sound-icon
{
    display:inline-block;
    margin-left:10px;
    width:30px;
    position:relative;
    top:5px;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 12px;
}
.game-listing
{
    background-color:#EFA656;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.mobile-safety-person
{
    width:40%;
    max-width:220px;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:30px;
    display:none;

}
.movable-grid
{
    position:absolute;
    top:0;
    left: 0;
    filter: grayscale(1);
}
.service-content-holder .meniu-holder
{
    padding-top:0;
}
.safety-holder
{
    max-width: 640px;
}
.text-holder
{
    padding-top:6%;
    max-width:720px;
    margin:0 auto;
}
.text-holder p
{
    text-indent: 50px;
}
.topic-images-holder
{
    width:60%;
    float:right;
    padding-top:10%;
}
.text-holder h1
{
    text-align: center;
}
.image-holder
{
    margin-bottom:30px;
}
.image-label
{
    font-size:16px;
    font-style: italic;
    padding-top:5px;
}
.right-image-medium
{
    width:50%;
}
.topic-image-big
{
    width:100%;
}
.topic-image-medium
{
    width:80%;
}
.swiper-button-next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Adjust the size of the triangle */
    border-bottom: 20px solid transparent; /* Adjust the size of the triangle */
    border-left: 30px solid #412428; /* Change the color of the triangle */
}

/* Triangle Prev Button */
.swiper-button-prev {
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Adjust the size of the triangle */
    border-bottom: 20px solid transparent; /* Adjust the size of the triangle */
    border-right: 30px solid #412428; /* Change the color of the triangle */
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
    content:"";
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
    content:"";
}

/* Optional: Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.8; /* Change the opacity on hover */
}
.video-holder
{
    width:100%;
    max-width:780px;
    position:absolute;
    left:50%;
    top:50%;
}
.quiz-holder
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top:100px;
    width:100%;
    height:calc(70vh - 100px);
    background-color:#C9C78F;
}
.quiz-pagination
{
    font-size:28px;
    font-weight:bold;
    position:absolute;
    bottom:20px;
    right:20px;
    color:#412428;
}
.quiz-answers-holder
{
    width:calc(100vw - 40px);
    border-radius:35px;
    margin:0 auto;
    margin-top:20px;
    background-color:#E6EDE9;
    position:relative;
    z-index:2;
    max-width:820px;
}
.question-holder
{
    width:100vw;
    height:30vh;
    position:absolute;
    left:0;
    bottom:20px;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    background-color:#8DC2E0;
    overflow: hidden;
    z-index:2;

}
.quiz-filler
{
    width:100vw;
    height:calc(30vh);
    position:absolute;
    bottom:0;
    left:0;
    background-color:#C9C78F;
}
.kasparas
{
    position:absolute;
    width:50%;
    max-width:420px;
    top:30px;
    left:-5%;
}
.question-title
{
    position:absolute;
    width:50%;
    text-align:right;
    right:20px;
    top:50%;
    font-size:22px;
    color:#412428;
}
.quiz-answers-holder .wrapper
{
    padding:20px;
}
.quiz-image-holder
{
    width:100%;
    text-align:center;
}
.quiz-image-holder img
{
    max-height:250px;
}
.quiz-answers
{
    width:100%;
    padding-top:10px;
}
.answer-bubble, .next-button, .final-button
{
    width:100%;
    max-width:320px;
    border-radius:35px;
    background-color:#EFA656;
    color:white;
    text-align:center;
    font-size:16px;
    cursor:pointer;
    display:inline-block;
}
.final-button
{
    margin:0 auto;
}
.bigger
{
    font-weight:bold;
    font-size:32px;
}
.answer-form
{
    display:none;
    position:relative;
    min-height:400px;
}
.element-holders
{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
}
.quiz-explainer
{
    text-align:center;
    font-size:22px;
    color:#412428;
    width:calc(100% - 40px);
    max-width:420px;
    margin:0 auto;
}
.show-message
{
    font-size:26px;
    font-weight:bold;
}
.final-result
{
    font-size:22px;
    font-weight:bold;
}
.final-button
{
    display:none;
}
.answer-bubble .wrapper
{
    padding:10px;
}
.next-button .wrapper, .final-button .wrapper
{
    padding:20px;
    font-size:26px;
}
.next-button-holder
{
    text-align:center;
    margin-top:20px;
}
.answer-holder-left
{
    width:70%;
    float:left;
    text-align:center;
}
.answer-holder-right
{
    width:70%;
    float:right;
    text-align:center;
    margin-top:10px;
}

.puzzle-grid-overflow::-webkit-scrollbar {
    width: 2px;
    height:4px;
}
.puzzle-grid-overflow
{
    padding-bottom:5px;
}
.restart-bt
{
    width: 80%;
    max-width: 240px;
    margin-top: 20px;
}
.puzzle-grid-overflow::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.puzzle-grid-overflow::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 12px;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #412428;
    position:absolute;
    top:50%;
    right:-30px;
    cursor: pointer;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right:15px solid #412428;
    position:absolute;
    top:50%;
    left:-30px;
    cursor: pointer;
}
.arrow-right:hover, .arrow-left:hover
{
    opacity:0.7;
}
.show-opacity
{
    opacity:1;
}
.no-opacity
{
    opacity: 0;
}
@media only screen and (max-width: 900px) {
    .question-title
    {
        width:60%;
        /*font-size:4vw;*/
        font-size:14px;
    }
    .kasparas
    {
        left:-17%;
        top:50px;
    }
    .hero-image
    {
        position:inherit;
        left:auto;
        min-height:auto;
        height: calc(100vh - 70vh);
    }
    .answer-bubble .wrapper {
        padding: 8px;
        /*font-size: 3vw;*/
        font-size: 14px;
    }
    .description
    {
        padding:10px;
    }
    .meniu-holder
    {
        float:none;
        margin:0 auto;
        padding:0;
        text-align:center;
    }
    .custom-button
    {
        display:inline-block;
    }
    .custom-button .wrapper
    {
        font-size:24px;
    }
    .header
    {
        height:80px;
    }
    .square-button
    {
        width:80px;
        height:80px;
    }
    .button-text
    {
        font-size:32px;
    }
    .triangle-blue-up, .puzzles-triangle-up, .triangle-red-up, .triangle-games-up, .triangle-education-up, .triangle-excursion-up, .triangle-exhibitons-up
    {
        width:100vw;
        clip-path: polygon(0 40%, 100% 55%, 100% 70%, 0 85%);
    }
    .premises-image, .puzzle-image, .services-image, .games-image, .education-image, .excursion-image, .exhibitions-image, .safety-image
    {
        width:100vw;
        background-position:center top 250px;
        height:calc(100vh - 80px);
    }

    .bigger
    {
        font-size:5vw;
    }
    .quiz-explainer
    {
        font-size:4vw;
    }
    .next-button .wrapper, .final-button .wrapper
    {
        font-size:20px;
        padding:16px;
    }
    .next-button
    {
        max-width:200px;
    }
    .triangle-blue-up, .puzzles-triangle-up .triangle-red-up, .triangle-games-up, .triangle-safety, .triangle-education-up, .triangle-excursion-up, .triangle-exhibitons-up
    {
        height:calc(100vh - 80px);
    }
    .triangle-down-premises
    {
        clip-path: polygon(0 85%, 100% 70%, 100% 100%, 0 100%);
    }
    .triangle-down-safety
    {
        clip-path: polygon(0 75%, 100% 50%, 100% 100%, 0 100%);
    }
    .premises-holder, .services-holder
    {
        padding-top:0;
    }
    .triangle-safety
    {
        clip-path: polygon(100% 45%, 100% 56%, 0 74%, 0 28%);
        width:100vw;
    }
    .safety-triangle-holder
    {
        width:100vw;
    }
    .safety-person
    {
        transform: translate(-50%,-50%);
        bottom:auto;
        top:50%;
        width:45%;
        display:none;
    }
    .meniu-holder h2
    {
        font-size:42px;
        margin-bottom:20px;
    }
    .meniu-holder .description
    {
        font-size:18px;
        margin-bottom:20px;
    }
    .third-party-content
    {
        position:relative;
        width:100vw;
        height:calc(100vh - 80px);
    }
    .contacts-image
    {
        clip-path: polygon(40% 75%, 60% 75%, 100% 100%, 0 100%) !important;
        background-position:center bottom;
        background-size:100% auto;
    }
    .secondary-language-button
    {
        top:80px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 20px;
        top: 70%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev
    {
        right: 20px;
        top: 70%;
    }
    .service-content-holder
    {
        height:calc(100vh - 80px);
    }
    .safety-person
    {
        display:none;
    }
    .mobile-safety-person
    {
        display:none;
    }
    .social-icon
    {
        width:45px;
    }
    .video-holder
    {
        position:inherit;
        transform: translate(0,0);
        left: auto;
        top: auto;
        margin:0 auto;
        padding-bottom:30px;
    }
    .main-holder .service-content-holder
    {
        display:inherit;
        height:auto;
    }
    .triangle-topic
    {
        clip-path: polygon(100% 68%, 100% 78%, 0 91%, 0 56%);
        height:calc(100vh - 80px);
    }
    .side-a, .side-b
    {
        width:100%;
        min-height: auto;
        height:auto;
    }
    .topic-images-holder
    {
        text-align: center;
        width:100%;
        padding-top:20px;
    }
    .topic-image-big
    {
        width:70%;
    }
    .topic-image-medium
    {
        width:70%;
    }
    .text-holder
    {
        background-color:rgb(241,248,244,0.8);
        border-radius:15px;
        padding:10px;
    }
    .text-holder p
    {
        font-size:16px;
        line-height:24px;
    }
    .side-b .service-content-holder
    {
        display:inherit;
    }
    .triangle-topic
    {
        width:100vw;
    }
    .service-content-righter
    {
        width: 100%;
        float: none;
    }
    .elements-listing
    {
        width:calc(100% - 20px);
    }
    .elements-listing h2
    {
        font-size:42px;
        margin-top:0;
    }
    .custom-button
    {
        width: 90%;
        max-width: 280px;
    }
    .right-image-medium
    {
        width:90%;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {

        top: 400px;

    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev
    {

        top: 400px;

    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
    {
        bottom:28px;
    }
    .safety-holder h2
    {
        margin-top:80px;
    }
    .title-header
    {
        font-size:4vw;
    }
    .quiz-image-holder img
    {
        max-height:120px;
    }
    .question-holder
    {
        height:20vh;
    }
    .answer-form
    {
        min-height:300px;
    }
    .puzzle-image
    {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 25%);
        background-size: cover;
        background-position:center top -10px;
    }
    .puzzles-triangle-up
    {
        clip-path: polygon(0 25%, 100% 50%, 100% 65%, 0 75%);
    }
    .select-puzzle-bt
    {
        max-width:none;
        width:220px;
        display:inline-block;
        margin-top:90px;
    }
    .puzzle-gallery
    {
        text-align:center;
    }
    .puzzle-gallery
    {
        width:100%;
    }
    .puzzle-gallery .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 50px;
        top: 110%;
        z-index:11;
        color: #412428;
    }
    #painting
    {
        max-width:550px;
    }
    .puzzle-gallery .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 50px;
        top: 110%;
        color: #412428;
        z-index:11;
    }
    .painting-description {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
        font-style: italic;
    }
    .puzzle-container
    {
        height:80vh;
    }
    .quiz-answers-holder
    {
        max-width:500px;
    }
    .kasparas {
        position: absolute;
        width: 50%;
        max-width: 420px;
        top: 30px;
        left: -12%;
    }
}
.grid-item
{
    user-select: none; /* Disable text selection on the image */
}