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: black;
    margin-top: 10px;
}
.w1:hover{
    color: white;
    transition: 0.45s; 
}
.mommy{
    display: flex;
    justify-content:right;
    align-items:right;
    flex-direction:row;
    padding-right: 0px;
    gap: 30px;
    font-size: 70%;
    width: 100%;
    transition: 1s;
    position: fixed;
    transition: 0.45s;
    background-color: rgba(222, 184, 135, 0.234); 
    height: 50px;
}

.background{
    position: fixed;
    z-index: -1;
    height: 140%;
    width: 100%;
}
 
 

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

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

.para{
    display: flex;
    justify-content:center;
    align-items:end;
    flex-direction: column;
    font-size: 150%;
    width: 95%;
    height: 10px;
    color:black;
    transition: 1s;
}

.p1{
    color: white;
    transition: 0.45s;
    margin-top: 500px;

}
.p1:hover{
    color: black;
    transition: 0.45s;
    font-size: 40px;
    padding: 2px;

}

.box{
    display: flex;
    justify-content: right;
    align-items: end;
    flex-direction: column;
    transition: 1s;
    color: white;
    width: 500px;
    height: 100px; 
    margin-left: 900px;
    font-size: 15px;
    margin-top: 400px;
    
}
.box1:hover{
    background-color:rgba(255, 255, 255, 0.668) ;
    transition: 1s;
    color: black;
} 
.box1{
    border: 2px solid rgba(255, 255, 255, 0.526);
    width: 550px;
    height: 50px;
    background: transparent;
    transition: 1s;
    padding-top: 15px;
    padding-bottom: -15px; 
    color: white;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}
.second{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2,1fr);
    max-width: 1900px;
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    justify-items: center;
    margin: 0 auto;
}
.second img{
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
    
}

.fourth{
    display: flex;
    justify-content: space-around;
    align-items: right;
    flex-direction: row;
    width: 100%;
    height: 600px;
    margin-top: 200px;
    
}

.pit{
    width: 340px;
    height: 360px;
    size: 20px;
    border-radius: 0px;
    /* border-radius: 1000px; */
}
.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: 650px;
    width: 500px;
}

.fifth{
    display: flex;
    justify-content: space-around;
    align-items:right;
    flex-direction: row;
    height: 600px;
    width: 1200px;
   
}
.lol{
    height: 150px;
    width: 900px;
    font-style: italic;
    font-size: 130%;
}
.add{
    display: flex;
    justify-content: center;
    align-items: right;
    flex-direction: column;
    color: black;
    font-style: italic;
    font-size: 130%;
    margin-left: 20px;
    height: 150px;
    
}
.yt{
    margin-left: 600px;
    margin-top: -300px;  
} 

.memories{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 1500px;
    font-style: italic;
    margin-left: 10px;
}
.imx{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    width: 900px;
    margin-left: 300px;
    margin-top: -70px;
}

.imy{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    margin-left: 280px;
    margin-right: 280px;
    font-size: 130%;
    font-style: italic;
}

.logo{
    display: flex;
    flex-direction: row;
    gap: -90px;
    height: 300px;
}

.ooo{
    display:flex ;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 220px;
    margin-left: 400px;
    
}

.cam{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    height: 50px;
}
.contain{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    margin-left: 290px;
    margin-right: 280px;
    font-size: 110%;
    height: 350px;
}
.qwe{
    width: 1100px;
    
}

.soc{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.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(3,1fr);
    /* grid-template-columns: 400px 400px 400px;
    grid-template-rows:300px 300px 300px ; */
    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;
    
}

.magazine{
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    max-width: 900px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.magazine img{
    width: 100%;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

.end{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(245, 245, 67, 0.933);
    height: 450px;
}
.logo2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    height: 100px;
}

a{
    text-decoration: none;
}

.map{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 750px;
    width: 100%;
}



@media (max-width: 768px) {
    .w1{
        width: 400%;
        height: 100%;
        margin-left: -500px;
    }
    
}
@media (max-width: 768px) {
    .para{
        width: 400%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .box{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .background{
        width: 100%;
        height: 100%;
    }
} 
@media (max-width: 768px) {
    .second{
        width: 100%;
        height: 100%;
    }
    
}  
@media (max-width: 768px) {
    .pop1{
        width: 400%;
        height: 100%;
    }
    
} 
@media (max-width: 768px) {
    .yt{
        width: 100%;
        height: 100%;
        margin-right: 500px;
    }
    
}

@media (max-width: 768px) {
    .imx{
        width: 100%;
        height: 100%;
        margin-left: -400px;
    }  
}

/* @media (max-width: 768px) {
    .background{
        width: 100%;
        height: 100%;
        background-image: url(Images/Grid/pexels-habib-hosseini-3673460.jpg);
    }
    
} */
