body{
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.w1{
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-direction: column;
    width: 750px;
    font-size: 27px;
    transition: 0.45s; 
    color: grey;
    margin-top: 10px;
}
.w1:hover{
    color: black;
    transition: 0.45s; 
}
.background{
    position: fixed;
    z-index: -1;
    height: 110%;
    width: 100%;   
}

.mommy{
    display: flex;
    justify-content:right;
    align-items:right;
    flex-direction:row;
    padding-right: 0px;
    gap: 30px;
    font-size: 70%;
    width: 100%;
    height: 60px;
    transition: 1s;
    position: fixed;
    margin-right: 20px;
}

h2{
    color: grey;
    transition: 0.45s;  
    margin-right: 10px;  
}

h2:hover{
    color: black;
    transition: 0.45s;     
}

a{
    text-decoration: none;
}


.heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
}
.para{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 950px;
    font-size: 20px;
    font-style: italic;
}
.logo1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 35px;
    height: 100px;
}
.grid{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    max-width: 1400px;
    width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    justify-items: center;
    margin: 0 auto;
    
}
.grid img{
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    
}
.fourth{
    display: flex;
    justify-content: space-around;
    align-items: right;
    flex-direction: row;
    width: 100%;
    height: 200px;
    margin-top: 200px;
    
}

.pit{
    width: 540px;
    height: 360px;
    size: 20px;
    border-radius: 10px;
}
.lom{
    display: flex;
    justify-content: center;
    align-items: right;
    flex-direction: column;
    color: black;
    font-style: italic;
    font-size: 200%;

}

.lo{
    display: flex;
    justify-content: center;
    align-items: right;
    flex-direction: column;
    color: black;
    font-style: italic;
     font-size: 130%;
}
.mon{
    height: 950px;
    width: 500px;
}

.end{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(245, 245, 67, 0.933);
    height: 450px;
    margin-top: 400px;
}
.logo2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    height: 100px;
}
.last{
    display: flex;
    justify-content: space-between;
    align-items: right;
    flex-direction: row;
    width: 200px;
    height: 500px;
}
.lol{
    height: 500px;
    width: 750px;
    margin-left: 10px;
}


