body{
    background-image:url(https://wallpapercave.com/wp/wp8411103.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

}
body::before{
    content: "";
    position: fixed;
    top: 0;left: 0;
    z-index: -1;
    height: 100%;width: 100%;
    background: rgba(0,0,0,0.4);

}

.nevbar{
    display: flex;
    background-color: rgba(39, 38, 38, 0.9);
    border-radius: 30px;
    border:1px solid rgba(29, 27, 27,0.95);
    height: 10vh;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(83, 59, 59, 0.98);
    gap:2vh;
    margin-bottom: 50px;
    transition: height 0.4s ease;
    
}
.nevbar:hover{
    height: 15vh;
}
.arham{
    color:aliceblue;
    width: 55vw;
    margin: 3vh 0;

   
}
.nevbar-button{
    background-color: rgb(255, 255, 255,0.2);
    border: 0;
    color: rgb(221, 208, 190);
    width: auto;
    padding: 0 2vw;
    cursor: pointer;
    transition:padding 0.3s ease ;
    border-radius: 30px;
    height: 5vh;
    margin: auto 0;
    
}
.nevbar-button:hover{
    width:auto;
    color: black;
    background-color: azure;
    padding: 0 5vw;}
.heading{
    color:rgb(207, 199, 188);
    padding-left: 5vw;
    margin-bottom: 25px;
    
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;


}
.body-img{
    height: auto;
    width: auto;
    max-width: 45vw;
    background:linear-gradient(0deg,black ,rgb(167, 164, 164,0) 45%) ;
    box-shadow: 0 0 20px 10px black;
    margin-left:5vw ;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    
}
.img-box{
    display: inline-block;
    position: relative;
    height:11em;
    width:auto;
    overflow:;
    
    margin:45px 0;
    box-shadow: 0 0 10px black;
    transform: rotate(10deg);
    
    
}
.img{
    height:5.3em ;
    width:5.2em;
    position: absolute;
    left:23.9px;
    bottom:45.4px;
    border: 4px solid black;
    box-sizing: border-box;

}
.background{
    height:11.2em;
    width: 8em;
    box-sizing: border-box;
    border:9px solid black;
    border-radius: 8px;
}
.img-box:hover{
    box-shadow: 0 0 20px 15px black;
}
.img:hover{
    box-shadow: 0 0 50px 10px black;
}
.article-img{
    display: flex;
    align-items: stretch;
    gap: 12vw;
}
.heading2{
    
    width: 4em;
    color: aliceblue;
    margin: 0;
    margin-top: 10px;
  
  font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;




}
.heading2:hover{ 
    text-shadow: 0 0 30px  black;
}
.heading3{
    color: aliceblue;
    margin: 2px 0;
    padding-left: 70px;
    margin-bottom: 0;
    font-family: "Titan One", sans-serif;
  font-weight: 222;
  font-style: normal;
  letter-spacing: 2px;


}
.heading-main{
    width: 10em;
  

}
.paragraph1{color:white;
width:10em}
.heading4{
    color:white;
    margin: 0;
    margin-bottom: 20px;
   
}
.everything{
    display: flex;
    gap: 10vw;
            }
.main-button-place{
    display: flex;
    flex-direction: column;
    gap:25px;
}
.main-button2{
    border: 1px solid rgb(29, 28, 28);
    background-color: rgb(43, 36, 36);
    height: 33px;
    border-radius: 30px;
    color:rgb(255, 254, 253);
    box-shadow: 0 0 20px black;
    width: 20vw;
    padding: 0 30px;
    margin: 0 auto;
}
.heading5{
    color: rgb(255, 255, 255);
    margin: 60px auto;
    transition: transform 0.4 ease;
    text-align: center;
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;

letter-spacing: 5px;
text-shadow:0 0 40px rgba(0,0,0,0.9);
width: auto;
}
.main-button2:hover{
    background-color:rgb(26, 23, 23) ;
    transform: scaleX(1.06);
  


}
@media (max-width:1000px){
    .nevbar-button{
    background-color: rgb(255, 255, 255,0.2);
    border: 0;
    color: rgb(221, 208, 190);
    cursor: pointer;
    font-size: 2vh;
    width: auto;
    height:4vh;
    padding: 0 1vw;
    
    transition:padding 0.3s ease ;
    border-radius: 30px;
    
    margin: auto 0;}
    .body-img{
    
    width: 80%;
    height: auto;
    max-width: 80%;
    background:linear-gradient(0deg,black ,rgb(167, 164, 164,0) 45%) ;
    box-shadow: 0 0 20px 10px black;
    margin:auto ;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;}
    .everything{
    display: flex;
    flex-direction: column;
    gap: 15vw;
    
            }
            .main-button-place{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap:4vw;
    width:64vw;
    margin: 0 auto;
    margin-bottom: 30vh;}
    .main-button2{
    border: 1px solid rgb(29, 28, 28);
    background-color: rgb(43, 36, 36);
    height: 10vh;
    border-radius: 30px;
    color:antiquewhite;
    box-shadow: 0 0 20px black;
    width: 30vw;
    }

}