*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body{
    background-color:  #f6dcdc;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#main{
    padding-top: 60px;
}
#firstsepehle{
    width: 100%;
    height: 100vh;
    margin: 0;
      font-family: 'Segoe UI', sans-serif;
      color: #333;
}
#deenmain{
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    
}
#deenihead{
    width: 15vw;
    height: 15vh;
    margin-left: 2vw;
    margin-top: 2vh;
    color: #83522F;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#deenihead:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
    background-color:  #e8819e;
    color: white;
}
#deenfree{
    width: 60vw;
    height: 15vh;
    padding:7px;
    font-size: 15px;
    border-radius: 40px;
    color: rgb(85, 82, 82);
    background-color:  #e8819e;

}
#deenfree:hover{
    transform: scale(1.02);
    transition: transform 0.3s ease;
    background-color:  white;
    
}
#mainboxback{
    width: 80%;
    height: 100vh;
}
#mainbox{
     width:50vw;
    height: 70vh;
    background-color: rgb(179, 188, 143);
    border-radius: 5%;
    margin-left: 45vw;
    display: flex;
    align-items: start;
   
    justify-content: center;
}
#mainbox h2{
    color: #335074;
    font-family: "Cambria", "Cochin", Georgia, Times, 'Times New Roman', serif;
}

#mainbox ul{
    font-size: 18px;
    font: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    list-style: none;
    padding: 20px;
    margin-left: 2vw;
    

}
#mainbox button{
    width: 200px;
    height: 70px;
    background-color: rgb(148, 93, 182);
    border: 1px solid rgb(205, 177, 186);
    border-radius: 10px;
    cursor: pointer;
    margin-left: 2vw;
    list-style: none;
}
#mainbox a{
     font-size: 20px;
    font-family:"arial", serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
}
#mainbox button:active{
    transform: scale(1.05);
    transform: transition 0.3s ease;
   
}
#first{
    width: 100%;
    height: 100vh;
}

#deenabout{
    width: 40vw;
    height: 50vh;
    margin-top: 10vh;
    background-color:  white;
    color:#83522F ;
    margin-left: 30vw;
    padding: 30px;
    font-size: 20px;
    border-radius:  5%;
}
#deenabout ul{
    list-style-type: square;
}
#deentopic{
    width: 100%;
    height: 50vh;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#deenfriday , #deenmasaail{
    width: 40vw;
    height: 50vh;
    margin-top: 10vh;
    margin-left: 2vw;
    background-color:  white;
    color:#83522F ;
    padding: 30px;
    font-size: 20px;
    border-radius:  5%;
}
#deenfriday ul, #deenmasaail ul{
    list-style-type: square;
    padding-left: 20px;    

}
#deenfriday ul li, #deenmasaail ul li{
    margin-bottom: 10px;
    padding-left: 30px;
}
#deenibutton{
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vh;
    gap: 20vw;
    padding: 40px;


}
#deenibutton button{
     width: 200px;
    height: 70px;
    border: 1px solid rgb(205, 177, 186);
    border-radius: 10px;
    background-color:  #ca5bca;
    color: white;       
    font-size: large;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
#deenibutton a{
    text-decoration: none;
    color: white;
}
#deenibutton button:active{
    transform: scale(1.05);
    transform: transition 0.3s ease;
   
}
#deenibutton button:hover{
    background-color:  #942a94;

}
@media (max-width: 768px) {
    html, body {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    #main {
        width: 100%;
        padding: 0;
    }
    
    #logo a{
       
        font-size: 4vw;
        
    }
    #logo h3{
       
        font-size: 3vw;
    }
    #nav1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 12vh;
        width: 90%;
        background-color: black;
        padding: 10px;
        

    }
    #nav1 h2  {
        
       
        font-size: 11px;
        margin-top: 5px;
        align-items: flex-start;
        gap: 8px;
    }
    #acad{
        font-size: 3.5vw;
    }
    #nav1 h2 a {
       
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        

    }
    #firstsepehle {
        width: 90%;
        height: auto;
        padding: 10px 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
     #deenmain{
        flex-direction: column;
        gap: 60px;
        height: 90vh;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding: 15px;
        margin-left: 0;
     }
    #deenihead{
        width: 50vw;
        height: 30vh;
        margin: 0;
        padding: 0;
        
        font-size: 5vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    #deenfree{
        width: 80vw;
        height: auto;
        font-size: 4vw;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        margin: 0;
    }
    #mainboxback, #mainbox, #deenabout, #deentopic, #deenfriday, #deenmasaail {
        width: 95vw;
        height: auto;
        margin: 5px auto;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #deenihead h1, #deenihead h2 {
        font-size: 7vw;
        text-align: center;
    }
    #deenfree h2, #mainbox h2, #deenabout ul, #deenfriday ul, #deenmasaail ul {
        font-size: 4.5vw;
        text-align: left;
    }
    #mainbox ul, #deenabout ul, #deenfriday ul, #deenmasaail ul {
        padding-left: 15px;
        font-size: 4vw;
    }
    #mainbox ul li, #deenabout ul li, #deenfriday ul li, #deenmasaail ul li {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    #mainbox button, #deenibutton button {
        width: 90vw;
        font-size: 4vw;
        margin: 10px 0;
        padding: 12px 0;
        border-radius: 8px;
    }
    #deenibutton {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 90vw;

        margin: 20px 0;
        margin-left: 5vw;
    }
    #deentopic {
        flex-direction: column;
        gap: 20px;
        width: 100vw;
       
        align-items: center;
    }
    #deenfriday, #deenmasaail {
        width: 95vw;
        margin: 10px auto;
    }
    ul, li {
        font-size: 4vw;
    }
    a {
        font-size: 4vw;
    }
}