@font-face {
    font-family: 'El_Messiri';
    src: url('/css/fonts/El_Messiri/ElMessiri.ttf');
}
@font-face {
    font-family: 'Rozha_One';
    src: url('/css/fonts/Rozha_One/RozhaOne-Regular.ttf');
}

@font-face {
    font-family: 'MsMadi';
    src: url('/css/fonts/Ms-Madi/fonts/ttf/MsMadi-Regular.ttf');
}
body, html {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    font-family: 'El_Messiri', sans-serif;
    color: rgb(255, 255, 255);
    background-color: #000000;

}

.container {
    overflow-y: auto;
    height: auto;
    background: #000000;
 
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(10, 10, 10, 0.5);

}

.branding {
    max-width: 100%;
    height: auto;
    font-size: 1.2em;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.pseudepigrapha {
    font-size: 2em;
    margin-bottom: -19px;
}

.publishing {
    margin-left: 15px;
    color: #BBBBBB;
}

.navbar {
    display: flex;
    margin-left: auto;
    font-size: 1.2em;
    position: relative;
}

.navbar a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0 10px;
}

.hamburger {
    display: none;
    font-size: 2em;
    cursor: pointer;
}

.main-content {
    background-color: #000000;
    padding-bottom: 300px; /* Add some padding at the bottom */
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.main-image {
    position: relative;

}
.main-image img {
    margin-top: 350px;
    transform: scale(1.2); 
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    opacity: 70%;
}

.bikini-cover {
    margin-top: 40%;
    transform: scale(1.2); 
    

}

.bikini-back-cover {
    margin-top: 40%;
    transform: scale(1.2); 
}
.new-book-image {
    margin-top:40%;
    transform: scale(1.2); 
    
}
.falcon-back-cover {
    margin-top:40%;
    transform: scale(1.2);
    background-color: #ffffff;
}

.coming-soon {
    position: absolute; /* Position absolutely within the main-content */
    color: #BBBBBB;
    font-family: 'Rozha_One',sans-serif;
    top: 0%; /* Adjust to vertically center */
    left: 50%; /* Adjust to horizontally center */
    transform: translate(-50%, -50%); /* Center the element */
    z-index: 1; /* Ensure it's above the image */
    font-size: 18em;
    white-space: nowrap; /* Prevent text from wrapping */

}

.gallery-section {
    position: relative;
    background-color: #000000;
    padding-top: 200px;
    padding-bottom: 500px;

}

.page-title {
    position: absolute;
    top:0;
    left: 40%;
    transform: translate(-60%,-50%);
    width: 100%;
    margin-left: 400px;
    font-size: 16em;
    color: #000000;
    font-family: 'MsMadi',sans-serif;
    text-shadow: 4px 4px 4px #ffffff;
    z-index: 2;
}

.gallery-images {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 50px;
}

.gallery-images img {
    margin-top: 80px;
    max-width: calc(33% - 20px);
    height: auto;
    border-radius: 10px;
}
.gallery-section-2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
}
.gallery-section-2-img{
    margin-left: 20%;
    opacity: 0.6;
    max-width: calc(50% - 20px);
    height: auto;
    box-shadow: 10px 10px 20px 5px rgba(71, 70, 70, 0.5);    
}
.gallery-text {
    color: #BBB;
    font-size: 1.4em;
    width: 100%; 
    margin-right: 5%;
    margin-left: 2%;
    text-align: center;

}
/* Contact Section */
.contact-section {
    position: relative;
    background-color: #000000; 
    padding: 200px 20px;
    margin-bottom: 20%;
}
.contact-image img {
    max-width: 70%;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top:10%;
    transform:translateY(-30%);
    opacity: 50%;
}

.contact-info {
    position: absolute;
    bottom: 20px;
    left:20px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    font-size: 0.7em;
    color: #949494;
    white-space:wrap;

}
.title {
    position: absolute;
    top:0;
    transform: translateY(-30%);
    font-size:8em;
}


.title, .contact-info {
    margin-left: 20px;
}

.mailing-address {
    margin-bottom: 20px;
}
.email, .mailing-address {
    font-size: 2em;
    display: flex;
    flex-direction: column;
    align-items: left;
}
footer {
    margin-bottom: 5%;
    background-color: #000000;
}
.copyright {
    color: #BBBBBB;
    font-size: 1em;
    text-align: center;
}
@media (max-width: 2560px) {
    
    .page-title{
        margin-top:160px;
        position: absolute; 
        top:0;
        left: 60%;
        transform: translate(-50% -50%);
        width: 100%;
        font-size: 25em;
        color: #000000;
        font-family: 'MsMadi',sans-serif;
        text-shadow: 3px 5px 5px #ffffff;
    }

    
}
@media (max-width: 1500px) {
    .title{
        font-size: 6em;
    }
}

@media (max-width: 1440px){
    .coming-soon {
        font-size: 14em;
    }

}
    

@media (max-width: 1366px) {
    .coming-soon{
        font-size: 13em;
    }
    .page-title{
        margin-top:160px;
        position: absolute; 
        top:0;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        font-size: 14em;
        color: #000000;
        font-family: 'MsMadi',sans-serif;
        text-shadow: 3px 2px 2px #ffffff;
    }
    .contact-section {
        padding-bottom: 250px; /* Smaller padding for smaller screens */
    }
    .gallery-images{
        padding-top: 200px;
    }
    .title{
        font-size: 5em;
    }
}

@media (max-width: 1112px) {
    .coming-soon{
        font-size: 11em;
    }
    .main-image img {
        margin-top: 250px;
        max-width: 70%;
    }
    .page-title{
        left: 39%;
        font-size: 14em;
    }
    .contact-section {
        margin-top: -300px;

    }
    .title{
        top:100px;
        font-size: 4em;
    
    }
    .contact-info{
        font-size: 0.4em;
    }
    .contact-image img {
        max-width: 50%;
        top:50%
    }
    .gallery-text {
        font-size: 0.9em;
    }

    .copyright {
        font-size: 0.3em;
    }
}
@media (max-width: 1024px) {
    .coming-soon{
        font-size: 10em;
    }
    .main-image img {
        margin-top: 250px;
        max-width: 65%;
    }
    .page-title{
        margin-top:160px;
        position: absolute; 
        top:0;
        left: 34%;
        transform: translate(-50% -50%);
        width: 100%;
        font-size: 14em;
        color: #000000;
        font-family: 'MsMadi',sans-serif;
        text-shadow: 3px 2px 2px #ffffff;
    }
    .contact-section {
        padding-bottom: 250px; /* Smaller padding for smaller screens */
    }
    .gallery-text {
        font-size: 0.8em;
    }
}
@media (max-width: 800px) {
    .coming-soon{
        font-size: 8em;
    }
    .main-image img {
        margin-top: 200px;
        max-width: 70%;
    }
    .gallery-section{
        margin-top: -200px;
    }
    .page-title {
        left: 20%;
    }
    .contact-section {
        padding-bottom: 180px; /* Smaller padding for smaller screens */
        bottom: 70px;
    }
    .contact-info{
        font-size: 0.4em;
    }

    .copyright {
        font-size: 0.3em;
    }
    .title{
        font-size: 3em;
    }
    .gallery-text {
        font-size: 0.6em;
    }
}

/* Medium screens / tablets */
@media (max-width: 768px) {
    .coming-soon {
        font-size: 3em; /* Smaller font size for medium screens */
    }

    
    .main-image img {
        max-width: 100%; /* Reset max-width for medium screens */
        transform: scale(1); /* Reset scale for medium screens */
    }

    .contact-section {
        padding-bottom: 150px; /* Smaller padding for smaller screens */
    }

    .page-title{
        left: 5%;
        transform: translate(-50% -50%);
        font-size: 12em;
    }
    .gallery-text {
        font-size: 0.5em;
    }


}

@media (max-width: 774px) {
    .title{
        font-size: 2em;
        
    }
    .contact-info{
        font-size: 0.1em;
    }

}
@media (max-width: 620px) {
    .page-title{
        font-size: 10em;
        left: 0;
    }
}

/* Small screens / smartphones */
@media (max-width: 480px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .pseudepigrapha {
        font-size: 1em; /* Adjusted font size for smaller screens */
    }
    .publishing {
        font-size: 0.6em;
        margin-top: 10px;
        margin-left: 5px;
    }

    .navbar {
        font-size: 1em;
        flex-direction: column;
        align-items: flex-start;
        margin-top: -45px;
    }

    .navbar a {
        padding: 10px;
        display:none;
    }

    .hamburger {
        display: block;
    }


    .main-image img {
        margin-top: 200px;
        max-width: 80%;
        transform: scale(1);
    }

    .coming-soon {
        margin-top: 200px;
        font-size: 4em;
    }

    .page-title {
        top:0;
        left: -18%;
        font-size: 8em; /* Smaller font size for page title */
    }
    .contact-section {
        padding-bottom: 300px; /* Smaller padding for smaller screens */
    }
   
    .gallery-images{
        padding-top: 100px;
        gap:10px
    }
    
    .title{
        top:0;
        font-size: 3em;
    }
    .contact-info{
        margin-top: 40px;
        font-size: 0.5em;
    }

    .copyright {
        font-size: 0.4em;
    }
    .contact-image img{
        max-width: 70%;
        top:25%;
        transform: translate(-50% -50%);
    }
    .gallery-text {
        font-size: 0.4em;
    }
}

@media (max-width: 450px) {
    .page-title {
        left: -25%;
    }
    .gallery-text {
        font-size: 8px;
    }
}
    


@media (max-width: 414px) {

    .main-image img {
        margin-top: 150px;
        max-width:80%;
    }
    .coming-soon{
        margin-top: 150px;
        font-size: 4em;
    }
    .gallery-section {
        position: relative;
        padding: 200px 20px; /* Add some padding */
        background-color: #000000;
    }
    .page-title{
        margin-top:160px;
        left:-30%;
        font-size: 6em;

    }
    .gallery-images {
        padding-top: 20px;
        gap: 20px; /* Adjust gap between images if needed */
    }
    .gallery-images img {
        border-radius: 2px;
    }
    .gallery-section-2{
        padding-bottom: 400px;
    }
    .contact-section {
        padding-bottom: 150px; /* Smaller padding for smaller screens */
    }
    .contact-info{
        font-size: 3px;
        left:0;
    }

    .copyright {
        font-size: 2px;
    }
    .title{
        font-size: 1em;
    }
    .gallery-text {
        font-size: 6px;
    }

}

@media (max-width: 390px) {
    .coming-soon{
        font-size: 3.6em;
    }
}

@media (max-width: 375px) {
    .gallery-section {
        position: relative;
        padding: 200px 20px; /* Add some padding */
        background-color: #000000;
    }
    .page-title{
        left: -30%;
        font-size: 5em;

    }
  

    .coming-soon{
        margin-top: 100px;
        font-size: 3.4em;
    }
    .main-image img {
        margin-top: 115px;
        max-width: 80%;
    }
    .gallery-text {
        font-size: 5px;
    }
    
}
@media (max-width: 320px) {
    .main-image img {
        margin-top: 100px;
        max-width:90%;
    }
    .coming-soon{
        font-size: 3em;
    }
    .gallery-section {
        position: relative;
        padding: 200px 20px; /* Add some padding */
        background-color: #000000;
    }
    .gallery-images {
        padding-top: 0;
    }
    .page-title{
        left: -50%;
        font-size: 4em;

    }
    .contact-section {
        padding-bottom: 100px; /* Smaller padding for smaller screens */
    }
    .gallery-text {
        font-size: 4px;
    }
}