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;
}


/*  pre-order   */

.main-hero{
    width: 100%;
    height: 700px;
    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: grid;
    grid-template-rows: 15% 40% 7%;
    
}
.main-top{
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
    margin-left:2%;

}
.main-middle{
    text-align: center;
    font-size: 23px;
    margin-left:2%;
    

}
.main-bottom{
display: flex;
justify-content: center;

margin-left: 2%;

}

input {
    width: 20%;
    border: 1px solid black;
    font-size: 16px;

}
::placeholder{
    font-size: 18px;
    padding-left: 20px;
}
button {
    width:11%;
    margin-left: 1px;
    border: 1px solid black;
    background-color: black;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: white;
    cursor: pointer; 
}
 
.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;
    }

    
/*  pre-order   */

.main-hero{
    width: 100%;
    height: 800px;

    display: grid;
    grid-template-rows: 15% 40% 20%;
}
.main-top{
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
    margin-left:2%;

}
.main-middle{
    width: 90%;
    text-align: center;
    font-size: 15px;
    margin-left:5%;
    

}
.main-bottom{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

margin-left: 2%;

}

input {
    width: 60%;
    border: 1px solid black;
    font-size: 18px;
    padding: 20px 25px;

}
::placeholder{
    font-size: 19px;
    padding-left: 5px;
}
button {
    width:40%;
    border: 1px solid black;
    background-color:black ;
    font-size:20px;
    padding: 10px 10px;
    letter-spacing: 1px;
    font-weight: 400;
    color: white;
    cursor: pointer; 
    margin-top: 20px;
}
    
}    
