body{
    margin: 0;
}

/*  Header style  */

.main-header{
    height: 35px;
    background-color:rgb(255, 224, 183);
    color:dimgray;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-left: 2%;

    font-size: 20px;

}

.sub-header{
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url(../images/WhatsApp\ Image\ 2025-07-01\ at\ 23.56.58_916599e0.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
    
}
.left{
    display: flex;
    align-items: bottom;

   
   
}
.name-img{
    margin-left: 40px;
    margin-top: 15px;
}
.middle{
    display: flex;
    align-items: center;
    margin-top: 5px;
    
}
.right{
    margin-right: 70px;
    display: flex;
    align-items: center;
}
.insta-img{
    width: 38px;
}
.twitter-img{
    width: 31px;
}
.goodreads-img{
    width: 43px;
}
.twitter{
    margin-right: 10px;
    margin-left: 10px;
}



a{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color:black;
    transition: font-size 0.3s;
}
a:hover{
    font-size: 20px;
    font-weight: 550;

}
.about{
    margin-left: 35px;
    margin-right: 35px;
}

/*  conatct-main-hero  */

.main-hero{
    height:1000px;
    background-image: url(../images/WhatsApp\ Image\ 2025-07-01\ at\ 23.56.58_916599e0.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    
}
.contact-main-hero{
    width:80%;
    height:900px;
   
    background-image: url(../images/IMG_7624[2].JPG);
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    display: grid;
    grid-template-rows: 20% 80%;
}
.top{

    height: 140px;
    font-size: 80px;
    margin-top: 40px;
    display: flex;
    justify-content:center;
    
}
.bottom{

}


/*  email   */


form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;

    margin-left: 24%;
}


form input, form textarea {
    width: 50%;
    padding: 10px;
    margin-bottom: 15px;
    margin-left:24%;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 16px;
    background: url(../images/IMG_7624[2].JPG) no-repeat center center;

}

form textarea {
    resize: none;
    display: block;
    height: 200px;

}


form button {
    width:12%;
    padding: 10px;
    border: solid;
    border-width: 1px;
    border-color:black;
    border-radius: 5px;
    color:black;
    font-size: 16px;
    cursor: pointer;

    margin-left:42%;

    background: url(../images/IMG_7624[2].JPG) no-repeat center center;
    transition: background 0.3s;
}
form button:hover {
    background:rgb(228, 219, 91);
}


.mobile-main-header,.mobile-sub-header,.burger-menu,.burger-menu-but{
    display: none;
}



/*  TABLET  device   */


/*  MOBILE  device  */

@media(max-width:600px){

    .main-header,.sub-header{
        display: none;
    }
        
    .mobile-main-header{
        display: block;
        height: 60px;
        background-color:rgb(255, 224, 183);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
        padding-left: 2%;
    
    }
    .pre-order a{
        text-decoration: none;
        font-size: 15px;
       
    }

    .mobile-social-media{
        display: flex;
        flex-direction: row;
        align-items: center;
    
        padding-top: 5px;
    }
    .mobile-main-header .insta-img{
        width: 28px;
    }
    .mobile-main-header .twitter-img{
        width: 24px;
    }
    .mobile-main-header .goodreads-img{
        width: 33px;
    }
    
    
    
    .mobile-sub-header{
        display: block;
        height: 70px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-image: url(../images/WhatsApp\ Image\ 2025-07-01\ at\ 23.56.58_916599e0.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    
        
    }
    .left{
        width:152px;
        display: flex;
        align-items:center;  
    }
    .name-img{
        width: 100%;
        height: 80%;
        margin-left: 20px;
        margin-top: 0px;
    }
    .burger-menu-but{
       
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 5%;
        margin-right: 5%;
        background-image: url(../icons/icons8-hamburger-menu.svg),url(../icons/icons8-cross-50.png);
        background-size: cover;
        background-position: center,center left 50px;
        background-repeat: no-repeat;
    }
    .burger-menu{
        margin-top: 142px;
        display: none;
        position: absolute;
        width: 100%;
        height: 35vh;
        z-index: 3;
        background-image:url(../images/WhatsApp\ Image\ 2025-07-01\ at\ 23.56.58_916599e0.jpg);
    }
    .burger-menu ul{
        list-style: none; /* Removes the • bullet points */
        padding: 0;        /* Removes default padding */
        margin: 0;        
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .burger-menu ul li{
        flex-basis: 100%;
    }
    .burger-menu ul li a{
       display: block;
       height: 100%;
       font-size: 1.7rem;
       padding: 20px 0;
       flex-basis: 100%;
       text-align: center;
    }
    


    
/*  conatct-main-hero  */

.main-hero{
    height:710px;
}
.contact-main-hero{
    width:90%;
    height:650px;
}
.top{
    height: 100px;
    font-size: 50px;
    margin-top: 30px;
    display: flex;
    justify-content:center;
    
}
.bottom{

}


/*  email   */


form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;

    margin-left: 4%;
}


form input, form textarea {
    width: 85%;
    padding: 10px;
    margin-bottom: 15px;
    margin-left:4%;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 16px;
    background: url(../images/IMG_7624[2].JPG) no-repeat center center;

}

form textarea {
    resize: none;
    display: block;
    height: 150px;

}


form button {
    width:30%;
    padding: 10px;
    border: solid;
    border-width: 1px;
    border-color:black;
    border-radius: 5px;
    color:black;
    font-size: 15px;
    cursor: pointer;

    margin-left:35%;

}


}