@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

*{    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{

  background-color: #361C23;
  height: vh;
}


.main-head
{
    height: 20vh;
    width: 100%;
    background: linear-gradient(135.8deg, rgb(26, 26, 29) 27.1%, rgb(111, 34, 50) 77.5%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.main-head p {
    color:white;
    font-family: 'Bad Script' , cursive;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 2px;
    text-shadow: 10px 10px 40px blue;
}





a{
    text-decoration: none;
}
ul{
   margin: 0px;
    height: 15vh;
    width: 100%;
    background: #2A1B1F; 
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow:  0.8px 0px #99393C;
   
}
li a {
   color:#FDF0D5; 
   text-decoration: none;
   font-size: 22px;
   font-weight: bold;
  text-align: center;
  /* box-shadow: 0px 0px 0.8px #FDF0D5; */
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 
}
li{
   
    list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
    height: 100%;
    position: relative;
    transition: all 0.4s linear;
   color: #272343
    
}

li:hover {
    background: #C6D8D3; 
  ; transform: translateY(-2vh);
  
    
}
ul.drp-dwn{
    transition: all 2s linear;
}
.drp-dwn{
    position: absolute;
    background:#F0544F; 
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    top: 15vh;
    display: none;
    border: 2px solid #7C1D3B;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    /* transform: translateY(-5vh); */
    opacity: 0.9;
   
    
}
.drp-dwn li{
    width: 100%;
}
ul li:hover ul.drp-dwn{
    display: block;
    transform: translateY(+0vh);
}
.drp-dwn li{
    text-transform: uppercase;
    padding:7.5px 0px 7.5px 0px;
    background-color:  #843237; 
    color: #FDF0D5; 
    border: 2px solid #7C1D3B;
    transition: all 0.3s linear;
}
.drp-dwn li:hover{
   background-color: #e3f6f5; 
   color:  #272343; 
  /* transform: translateY(5vh); */
  transform: translateY(-1vh);
}
@media (max-width:768px)
{
    ul{
        height: auto;
        width: 100%;
        background: #2A1B1F; 
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    ul li{
        width: 100%;
        border-bottom: #FDF0D5;
    }
    .drp-dwn{
        position: static;

        height: auto;
    }.items-2{
    display: flex;
    flex-direction: column;
    
}

li a{
    color:#FDF0D5;
    padding-top: 2px 0px;
    border-bottom: 2px solid #D71D58;
}
}



/* ########################################containter##################################### */

.main-content{
    height: 63vh;
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr;
    background:  url('abstract.jpeg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    margin: 10px 150px;
}
.img-container , .text-container{
    /* border: 2px solid white; */
    height: 60%;
    
 
 
}
img , .text{
    height: 100%;
    width: 100%;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
    font-weight: bold;
    transition: all 0.3s linear;
  
}
.text-container{
    display: grid;
    grid-template-rows: 1.5fr 0.5fr;
    grid-template-columns: 1fr;
    place-items: center;
    flex-direction: column;
  
}

.text-container .text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px red;
}
.btn button{
    height: 8vh;
    width: 200px;
    background-color: #7C1D3B;
    color: #FDF0D5;
    border: 2px solid #7c1d38;
    font: 28px bolder;
    border-radius: 40%;
    transition: all 0.3s linear;
    position: sticky;
}
.btn button:hover{
    background-color:
    #FDF0D5 ;
    color: 
    #7C1D3B;
    transform: translateY(-5px);
}
a.readwala{
    width: 100%;
    height: 100%;
  
        text-decoration: none;
        color: #e3f6f5;
        font-size: 24px;

}
a.readwala:hover{
    color: #7c1d38;
}
img:hover{
 padding: 5px 5px;

}
footer{
    margin-top: 50px;
    height: 7vh;
    width: auto;
    background-color: #7C1D3B;
    color: #E2E4D4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
@media (max-width:768px)
{
    .main-content{
        height: 90vh;
        width: auto;
        display: flex;
        flex-direction: column;
        background:  url('abstract.jpeg') ;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    
        margin: 10px 10px;
    }
    img {
        height: 100%;
        width: 100%;
        color: white;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 50px;
        font-weight: bold;
        transition: all 0.3s linear;
        font-size: 28px;
      
    }
    .text{
        height: 100%;
        width: 100%;
        color: white;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 50px;
        font-weight: bold;
        
        font-size: 28px;
    }
    a.readwala{
        text-decoration: none;
        color: #e3f6f5;
        font-size: 24px;

       
    }
        

    .img-container , .text-container{
        /* border: 2px solid white; */
        height: 60%;
        
     
     
    }
    a.readwala{
        width: 100%;
        height: 100%;
    }
    a.readwala:hover{
        color: #7c1d38;
    }
}