/* header */
body {
    background: #00EAD9;
}
.image-wrapper {
    height: 100dvh;
    background-size: cover;
    width: auto;
}
.text-flex-rows {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
}
.image-wrapper .image-overlay {
    background-color: rgba(255, 255, 255, 0.80);
    background: rgb(19,139,131);
    background: linear-gradient(90deg, rgba(10, 89, 85, 0.6) 0%, rgba(55, 130, 170, 0.6) 30%, rgba(10, 89, 85, 0.6) 60%, rgba(55, 130, 170, 0.6) 100%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.image-wrapper .image-overlay .header-content-wrapper {
    color: white;
    margin-left: 5%;
    font-family: "Montserrat", sans-serif;
}
.image-wrapper .image-overlay .header-content-wrapper .title {
    font-size: 72px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.image-wrapper .image-overlay .header-content-wrapper .handwritten-suptitle {
    font-size: 52px;
    font-family: "Bonheur Royale", cursive;

}

.image-wrapper .image-overlay .header-content-wrapper .subtitle-up {
    font-family: "Montserrat", sans-serif;
    color: var(--background-color);
}
.image-wrapper .image-overlay .header-content-wrapper p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    max-width: 1100px
}
.image-wrapper .image-overlay .header-content-wrapper a {
    font-family: "Montserrat", sans-serif;
    border: 1px solid black;
    border-radius: 0;
    padding: 10px 50px;
    font-weight: 200;
    color: black;
}

#city {
    position: relative;
    font-size: 48px;
    top: -20px;
}



.options__wrapper {
    position: relative;
    left: 50%;
    top: -120px;
    width: 750px ;
    height: 50px ;
    background: white;   
    transform: translateX(-50%);
    border-radius: 50px;
}
.options__wrapper .items {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.options__wrapper .items .item { 
    display: flex;
    align-items: center;
}
.options__wrapper .items .item.divider{
    margin: 0 10px;
}
.options__wrapper .items .item a {
    text-decoration: none;
    color: black;
}
.options__wrapper .items .item a:hover span{
    font-weight: bold;
}
.options__wrapper .items .item a img {
    margin-right: 10px;
}


/* Media Queries */

/* Medium Screens (Tablets) */
@media (max-width: 992px) {
    .header-content-wrapper .subtitle-up {
        font-size: 20px;
    }

    .header-content-wrapper .title {
        font-size: 36px;
    }

    .header-content-wrapper #city {
        font-size: 28px;
    }

    .header-content-wrapper p {
        font-size: 16px;
        max-width: 100%;
    }

    .action__btns--wrapper {
        gap: 15px;
    }

    /* Options Menu Adjustments */
    .options__wrapper {
        width: 90%;
        bottom: -50px;
    }
}



/* ponuka */

.our-services {
    background-color: #00EAD9;
    padding: 100px ;
}

.our-services .subtitle-up {
    color: var(--secondary-color);
    top: 15px;
}
.our-services .title {
    color: #2F4858;
}

.our-services .services__wrapper .items__wrapper {
    margin-bottom: -100px;
}
.our-services .services__wrapper .item {
    margin: 0 20px;
    width: 400px;
    height: 500px;
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}

.our-services .services__wrapper .item .item-info {
    position: relative;
    width: 300px;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
}
.our-services .services__wrapper .item .item-info img{
    color: white;
    width: 70px;
    margin-bottom: 20px;
}
.our-services .services__wrapper .item .item-info h2 {
    font-size: 32px;
    font-weight: bold;

}
.our-services .services__wrapper .item .item-info p {
    font-size: 16px;
    font-weight: lighter;

}   

/* ABOUT US */

.about-us {
    padding: 100px 0;
    background-color: #38C4C1;
    color: white;
}
.about-us .container {
    /* background-color: red; */
}
.about-us .left-side {
    
}
.about-us .right-side {
    justify-content: end;
}
.about-us .left-side .title {
    width: 600px;
    margin-bottom: 30px;
}
.about-us .left-side .subtitle-up {
    color: #FFEECA;
    top: 40px;

}
.about-us .left-side p {
    width: 600px;
    font-size: 18px;
    margin-bottom: 50px;
}
.about-us .left-side .help-with {
    font-size: 22px;
}
.about-us .left-side .list-items{
    margin-top: 20px;
}
.about-us .left-side .list-item{
    font-size: 16px;
}

.about-us .right-side img{
    object-fit: cover;
    width: 500px;
    height: 700px;

    box-shadow: 1px 2px 40px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 40px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 40px 3px rgba(0,0,0,0.75);
}


.actuality {
    background: var(--background-color);
    height: auto;
    padding-bottom: 100px;
    padding-top: 30px;
}
.actuality .info__wrapper {
    margin-bottom: 40px;
}
.actuality .subtitle-up{
    color: var(--secondary-color);
    top: 15px;
}
.actuality .title {
color: var(--font-color);
}

.actuality .swiper {
    margin-left: 50px;
}
.actuality .swiper .swiper-wrapper {
    margin-bottom: 50px;
    width: 100%;
}
.actuality .swiper .swiper-wrapper .swiper-slide {
    text-decoration: none;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: start;
    align-items:end;
    background-repeat: no-repeat;
    background-size: cover;
} 
.actuality .swiper .swiper-wrapper .swiper-slide::before{
    content: ''; 
    display: block;
    position: absolute; 
    width: 100%;
    height: 400px;
    background-color: #0000005c;
    pointer-events: none;
    z-index: 1;
}
.actuality .swiper .swiper-wrapper .swiper-slide .info__wrapper{
    z-index: 2;
    margin-bottom: 20px;
    margin-left: 20px;
}
.actuality .swiper .swiper-wrapper .swiper-slide .info__wrapper .date{
    font-size: 22px;
    color: white;
    z-index: 2;
}
.actuality .swiper .swiper-wrapper .swiper-slide .info__wrapper .title {
    font-size: 28px;
    color: white;
    z-index: 2;
}

.actuality .swiper .swiper-pagination{
    color: var(--secondary-color);
}

.actuality .btn {
    position: relative;
    left: 50%;
    text-align: center;
    background: var(--secondary-color);
    color: white;
    border-radius: 5px;
    padding: 10px 50px;
    transform: translateX(-50%);
    transition: 0.2s all;
}
.actuality .btn:active {
    background: var(--secondary-color) !important;
    color: white !important;
}
.actuality .btn:hover {
    font-weight: bold;
    box-shadow: 8px 8px 47px -21px rgba(0,0,0,0.75);
-webkit-box-shadow: 8px 8px 47px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 8px 8px 47px -21px rgba(0,0,0,0.75);
}





@media (max-width:  1400px) {
    .about-us .container {
        /* background-color: red; */
    }

    .about-us .left-side .title {
        width: 400px;
    }
    .about-us .left-side .subtitle-up {
        top: 40px;
    }
    .about-us .left-side p {
        width: 400px;
    }

    .about-us .right-side img{
        object-fit: cover;
        width: 500px;
        height: 700px;
    }
}

/* Mobile view */
@media (max-width: 1105px) {
    .about-us {
        padding: 30px 0;
    }
    .about-us .container {
        flex-direction: column;
        text-align: left;
    }
    .about-us .left-side .title {
        width: 100%;
    }
    .about-us .left-side p {
        width: 100%;
    }
    .about-us .left-side .help-with {
    }
    .about-us .left-side .list-item {
    }
    .about-us .right-side {
        margin: 50px 0;
        justify-content: center;
    }
    .about-us .right-side img {
        width: 100%;
        width: 80%;
        height: auto;
    }
    .about-us .right-side {
        justify-content: center;
    }
}

@media (max-width: 876px) {
    .image-wrapper .image-overlay .header-content-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
    .image-wrapper .image-overlay .header-content-wrapper .title {
        font-size: 42px;
    }

     /* Options Menu Adjustments */
     .options__wrapper {
        background: var(--background-color);
        position: relative;
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 10px 0;
        bottom: 0px;
        top: 0px;
    }

    .options__wrapper .items {
        flex-direction: column;
    }

    .options__wrapper .item {
        margin-bottom: 10px;
        padding: 15px 0;
    }
    .options__wrapper .item.divider {
        display: none;
    }

    .our-services {
        padding: 20px;
    }
    .actuality .swiper {
        margin-left: 0px;
    }

}

/* Small Screens (Mobile Devices) */
@media (max-width: 576px) {
    .image-overlay {
        padding: 0 10px;
        justify-content: center;
    }

    .header-content-wrapper {
        text-align: left;
    }

    .header-content-wrapper .subtitle-up {
        font-size: 18px;
    }

    .header-content-wrapper .title {
        font-size: 22px;
    }

    .header-content-wrapper #city {
        font-size: 24px;
        top: 0px;
    }

    .header-content-wrapper p {
        font-size: 14px;
    }

    .action__btns--wrapper {
        flex-direction: column;
        align-items: center;
    }

    /* Options Menu Adjustments */
    .options__wrapper {
        width: 100%;
        bottom: -60px;
    }

    .options__wrapper .items {
        flex-direction: column;
    }

    .options__wrapper .item {
        margin-bottom: 10px;
    }
}

@media (max-height: 700px) {
   
    .image-wrapper .image-overlay .header-content-wrapper .title {
        font-size: 24px;
    }
    .image-wrapper .image-overlay .header-content-wrapper .subtitle-up {
        font-size: 18px !important;
    }
    .image-wrapper .image-overlay .header-content-wrapper p{
        font-size: 16px;
    }
    #city {
        font-size: 22px;
        top: 0px;
    }
    
    
}