html {
    scroll-behavior: smooth;
}

a, h1, p, button {
    color: black;
    text-decoration: none;
    font-family: 'Montserrat';
}

h1 {
    font-weight: 500;
}

body {
    background: url(.../images/aboutbg.png);
}

.dot1, .dot2, .dot3 {
    font-size: 70px;
    padding: 0 10px;
    color: #D9D9D9
}

.dot1:hover, .dot2:hover, .dot3:hover {
    color: #D9332D;
    transition: 0.3s;
}

.paging {
    margin-top: -20px;
}

/* Hero Section */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto;
    width: 90%;
}

.hero img {
    width: 90%;
    height: 90%;
    margin-top: -40px;
}

/* About Section */

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    border-bottom: 0.5px solid black;
    padding-bottom: 70px;
    width: 80%;
}

.about-bg{
    position: absolute;
    left: 0;
    z-index: -1;
}

.about p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 70%;
    line-height: 55px;
}

.about button {
    background-color: transparent;
    width: 410px;
    height: 80px;
    border: 1px solid black;
    color: #D9332D;
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
}

.about button span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.about button:hover span {
    cursor: pointer;
    text-decoration: underline;
    transition: 0.3s;
    transform: scale(1.1);
}

/* Scroll Button */

.scroll-button {
    position: fixed;
    bottom: 200px;
    right: 0;
    background-color: #CC0000;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.scroll {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #CC0000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.scroll img {
    width: 24px;
    height: 10.74px;
}

/* CTAS Section */

.ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px auto;
    gap: 50px;
    width: 80%;
}

.ctas a {
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
}

.menu-container, .onas-container, .galerie-container {
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.menu-container img, .onas-container img, .galerie-container img {
    width: 100%;
    height: 100%;
}

/* More Section */

.more-container {
    display: flex;
    width: 80%;
    height: 600px;
    gap: 50px;
    margin: -120px auto 0 auto;
    padding-bottom: 120px;
    border-bottom: 0.5px solid black;
}

.more-title { 
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 200px;
    background: #F1EAE2;
    padding-top: 40px;
    margin-top: 100px;
    
}

.contact-container {
    display: flex;
    flex-direction: column;
    background: #F9F9F9;
    width: 31%;
}

.contact-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
    height: 100%;
}

.address, .email, .contact, .facebook, .instagram {
    display: flex; 
    gap: 50px;
    margin: 15px 50px;
}

.contact-container img {
    width: 30px;
    height: 30px;
}

.contact-container p, .contact-container a {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

p.kontakt-text {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    position: relative; 
    bottom: -55px; 
    left: 0;
    right: 0;
    margin: 0 auto; 
}

.opening-container {
    width: 31%;
    background: #F9F9F9;
}

.oteviracidoba {
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 30px;
}

.oteviracidoba p {
    font-size: 20px;
}

p.oteviracidoba-text {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    position: relative; 
    bottom: -50px; 
    left: 0;
    right: 0;
    margin: 0 auto; 
}

.location-container {
    width: 31%
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

p.lokace-text {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    position: relative; 
    bottom: -25px; 
    left: 0;
    right: 0;
    margin: 0 auto; 
}

/* Gallery Section */

.gallery {  
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    width: 80%;
}

.gallery img {
    width: 290px;
    height: 290px;
    margin: 10px;
}

.gallery-images1, .gallery-images2 {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Gallery Section Responsive */
@media (max-width: 768px) {
    .gallery img {
        width: 45%;
        height: auto;
    }
    .gallery-images1, .gallery-images2 {
        flex-direction: column;
        align-items: center;
    }
}

/* Menu Section */

.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 80%;
    border-bottom: 0.5px solid black;
}

.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 90%;
} 

.menu a {
    font-size: 20px;
    font-weight: 300;
    color: blue;
    text-decoration: underline;
}

embed {
    width: 90%;
    height: 1000px;
}

/* Pop-Up Section */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border: none;
    border-radius: 15px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
    font-family: 'Montserrat', sans-serif;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    transition: color 0.3s;
}

.close:hover,
.close:focus {
    color: #d32f2f;
}

.modal h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

.contact-info {
    margin: 20px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    font-size: 16px;
    color: #555;
}

.contact-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.phone-number {
    font-weight: bold;
    color: #d32f2f;
    text-decoration: underline;
    font-size: 18px;
}