@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #273D55;
    scroll-behavior: smooth;
}

.hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1px); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.orient-component {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #F9ECB4;

    padding: 20px;
    text-align: center;
}

.content h2 {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #F9ECB4;
}

.content p {
    font-family: 'Garamond', serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #F9ECB4;
    font-size: 1.8em;
    margin-bottom: 0px;
}
.content-hookah{
    width: 60%;
    font-family: 'Garamond', serif;
    font-weight: 400;
    font-size: 1.1em;
}
.content-svg{
    margin: 0.5vh;
  
}
.svgd {
        width: 50%; 
    
}

.content h2 {
    width: 100%;
    font-size: 5.9em;
    margin-bottom: 0px;
}

/* .logo {
    margin: 50px 0;
    width: 150px;
    height: auto;
} */

button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #FFF8DA;
    color: #FFF8DA;
    font-size: 1.2em;
    font-family: 'EB Garamond', serif;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s ease;
    border-radius: 35px;
    text-align: center;
    width: 300px;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

button span {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
   
    .content h2 {
        font-size: 2.5em;
    }

    .orient-component {
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 30%;
    }

    button {
        width: 60%;
        font-size: 1em;
    }
}

@media only screen and (max-width: 480px) {
     .hero-section {
            background-position: top center; 
            background-size: contain;
            background-repeat: no-repeat; 
     }
    .content h2 {
        width: 90%;
        font-size: 1.4em;
        margin-bottom: 20px;
    }

    .orient-component {
        width: 84%;
        margin: auto;
        margin-top: 24%;
    }
    .orient-component p{
       
        font-size: 15px;
    }

    button {
        width: 80%;
        font-size: 0.9em;
    }
    .logo-hero{
        width: 50%;
        height: auto;
    }

    button {
        width: 97%;
        font-size: 1em;
    }
    .content-hookah{
        width: 99%;
    }
    .content-hookah p{
        margin: 0 auto;
        font-size: 1em;
    }
    .svgd {
        width: 80%;
    }
    .logo-hero{
        width: 38%;
    }
}
