.logo{
    /* width: 145px; */
    position: fixed;
    top: -18PX;
    left: 50%;
    transform: translateX(-50%);
    /* font-family: "Cosi Times"; */
    padding: 1em;
    z-index: -2;
    height: 115px;
}

.logo-p{
    
    position: fixed;
    top: -18PX;
    left: 48%;
    transform: translateX(-50%);
    
    padding: 1em;
    z-index: -2;
    height: 135px;
}
.container1{
    width: 100%;
    height: 100vh;
    background: #FDF5EB;
    background-image: url("/img/Landing-page-2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 2
}

.content1{
    width: 100%;
    height: 1vh;
    background: #FDF5EB;
    position: relative;
    /* padding: 0 4em; */
    background-image: url("/img/Landing-page-2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: -2;
}

.content1 .img1{
    width: 100%;
}
.img1{
    margin-bottom: 4em;
}

@media (max-width: 990px) {
    .container1{
        height: 0vh;
        background: #FDF5EB;
    }
   

 }

 @media (max-width: 1688px) {
  
    .container1-lg{
        width: 100%;
            
        background-image: url("/img/Bg-asset.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        
    }


 }

 @media (max-width: 1271px) {
  
    .container1-sm{
        width: 100%;   
        background-image: url("/img/Bg-asset1010-01.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        
    }


 }