@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');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hooja-section-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #273D55;

}
.hooja-main-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hooja-hero-section{    
    width: 100%;
    height: 100vh;
    background-image: url(../assets/hooja-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.hooja-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;
}


.hooja-hero-section > * {
    position: relative;
    z-index: 2;
}
.hooja-hero-section .text-box{
    width: 46vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hooja-hero-section .slogan{
    font-family: 'Garamond';
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #F9ECB4;
    margin-bottom: 10px;
}
.hooja-hero-section .title{
    font-family: 'Cinzel';
    font-size: 128px;
    font-weight: 400;
    line-height: 115.2px;
    text-align: center;
    color: #F9ECB4;
    margin-bottom: 24px;
}
.hooja-hero-section .description{
    font-family: 'Cinzel';
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #F9ECB4;    
}

@media screen and (max-width: 480px) {
    .hooja-hero-section .text-box{
        width: 84vw;
    }
    .hooja-hero-section .slogan{
        font-size: 17px;
        line-height: 20px;
    }
    .hooja-hero-section .title{
        font-size: 40px;
        line-height: 44px;
    }
    .hooja-hero-section .description{
        font-size: 17px;
        line-height: 20px;
    }
}

.sage-section-mobile{
    display: none;
}

.sage-section{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0 40px 0;
}
.sage-section h2{
    font-family: 'Cinzel';
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #F9ECB4;    
    margin-bottom: 50px;
    width: 45%;
}
.sage-section img{
    width: 33vw;
}

.sage-section .content-box{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.sage-section .text-box{
    width: 48%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sage-section .text-box .bottom-text{
    position: absolute;
    bottom: 0;
}
.sage-section .text-box p{
    font-family: 'Garamond';
    font-size: 22px;
    font-weight: 400;
    line-height: 2.03vw;
    text-align: left;
    color: #F9ECB4;    
}

@media screen and (max-width:480px) {
    .sage-section-mobile{
        width: 90%;
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 72px 0 20px 0;
    }
    .sage-section{
        display: none;
    }

    .sage-section-mobile h2{
        width: 80%;
        font-family: 'Cinzel';
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        color: #F9ECB4;    
        margin-bottom: 30px;
    }

    .sage-section-mobile img{
        width: 88vw;
        margin: 20px 0;
    }
    .sage-section-mobile p{
        font-family: 'Garamond';
        font-size: 14px;
        font-weight: 400;
        line-height: 22.6px;
        text-align: left;
        color: #F9ECB4;    

    }

}

.presentation-section{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.presentation-description{
    width: 75%; 
    font-family: 'Garamond';
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    text-align: center; 
    color: #F9ECB4;

}



.presentation-section .pdf-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin: 0 auto;
    margin:20px 0 100px 0;
}



.pdf-section button {
    color: #F9ECB4;
    border: 1px solid #F9ECB4;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 20px 100px;
    border-radius: 100px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
    background-color: #273D55;
}

.pdf-section button:hover {
    background-color: #F9ECB4;
    color: #2A3B4C;
}

@media screen and (max-width:480px) {
    .presentation-description{
        width: 100%; 
        font-size: 16px;
        line-height: 22px;
    }
    .presentation-section .pdf-section {
    margin:20px 0 50px 0;

    }
  .pdf-section button{
        padding: 10px 50px;
    }
}