*{
    padding: 0px;
    margin: 0px;
    font-family:'Gill Sans';
    color: black;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width: 100%;
}

#main{
    height: 100%;
    width: 100%;
    background-color: s;
}
#navbar{
    height: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px   ;
}
#navbar-part1{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar h3{
    font-size: 17px;
    font-weight: 500;
    border: 1.5px solid black;
    padding: 5px 10px;
    border-radius: 50px;
}
#navbar i{
    font-size: 17px;
    font-weight: 500;
    border: 1.5px solid black;
    padding: 5px 8px;
    border-radius: 50px;
}
#navbar h1{
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
#btn1{
    border-radius: 50px;
    padding: 7px 12px ;
    border: 1.5px solid black;
    font-size: 17px;
    font-weight: 500;
}
#btn2{
    border-radius: 50px;
    padding: 7px 12px ;
    font-size: 17px;
    font-weight: 500;
    background-color:rgb(75, 21, 75);
    color: white;
    border: none;
}
/* nav ends here*/
.hero{
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-image: url(IMG3.JPG);
    background-size: cover;
    filter: blur(8px);
  -webkit-filter: blur(8px);
}
#bg-text{
    
    font-size: 130px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 160%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    z-index: 0;
    color:#80375a;
    text-shadow: 10px 10px 20px rgb(68, 45, 97);
}

img{
    height: 400px;
    width: 600px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}
#img1{ 
    transform: translate(-50%, -50%) rotate(-21deg);
}

#img3{ 
    transform: translate(-50%, -50%) rotate(-14deg);
}
#img4{ 
    transform: translate(-50%, -50%) rotate(-7deg);
}