body{
    font-family: 'Nunito';
    object-fit: contain;
    float: center;
}
.nav{
    font-size: 30px;
}
.bar{
    width: 100%;
}
.cour{
    font-size: 20px;
    text-align: center;
}
.btn{
    font-size: 20px;
    background-color: #EC4067;
    align-items: right;
    color: white;
    border-style: hidden;
    border-radius: 5%;
    text-align: center;
    width: auto; 
    height: 45px; 
    padding: 10px;
}

.mor{
    font-size: 30px;
    color: #EC4067;
}

.p1{
    width: 100%;
    font-size: 25px;
}
.stor{
    font-size: 25px;
    font-family: 'Nunito';
}
.h2{
    color: #EC4067;
}
.con{
    color: #EC4067;
}
.ld{
    font-size: 25px;
}
footer{
    font-size: 30px;
    text-align: center;
    height: 100px;
    background-color: aliceblue;
    
}
.ck{
    position: absolute;
    top: 110px;
    left: 20px;
    color: white;
    font-size: 30px;
    font: 'Nunito';
}
.bm{
    position: absolute;
    top: 250px;
    left: 1120px;
    color: white;
    font-size: 20px;
    font: 'Nunito';
    
}
.tl{
    position: absolute;
    top: 0px;
    right: 500px;
    color: white;
    font-size: 30px;
    font: 'Nunito';
}
.nurture{
    font-size: 40px;
    color: #EC4067;
}
.btne{
    font-size: 25px;
    background-color: white;
    align-items: right;
    color: #EC4067;
    border-color: #EC4067;
    width: auto; 
    height: 45px; 
    border-radius: 0%;
}
.p1{
    font-size: 30px;
    position: center;
    left: 100px;
}
.tm{
    font-size: 17px;
}
.web{
    color: #EC4067;
    font-size: 19px;
}
.webb{
    color: #EC4067;
    font-size: 40px;
}
.h3{
    font-size: 25px;
}
.column{
    float: left;
    width: 25%;
    padding: 0 0px;
    object-fit: contain;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
    padding: 16px;
    text-align: center;
    background-color: white;
    border: hidden;

  }
.row {
    margin: 0 -5px;
    width: auto;
}
.img1{
    float: right;
    height: 300px;
    width: 500px;
    margin: 0px 0px 15px 20px;
    object-fit: cover;
}
.img2{
    float: left;
    height: 300px;
    width: 500px;
    margin: 0px 50px 15px 20px;
    object-fit: cover;
}
.imgtm{
    margin: 3%;
    position: relative;
}
.cl{
    position: absolute;
    left: 25px;
    top: 230px;
    color: white;
    font-size: 20px;
    font: 'Nunito';
}
.top{
    position: absolute;
    left: 490px;
    top: auto;
    color: white;
    font-size: 30px;
    font: 'Nunito';
}
.gfg {
    margin: 0%;
    position: relative;
}
.img4{
    float: left;
    height: 300px;
    width: 500px;
    margin: 0px 50px 15px 20px;
    object-fit: cover;
}
.img3{
    float: right;
    height: 300px;
    width: 500px;
    margin: 0px 50px 15px 20px;
    object-fit: cover;
}
.img9{
    float: right;
    height: 400px;
    width: 600px;
    object-fit: cover;
    margin: 0px 50px 15px 20px;
}
.img8{
    float: center;
    height: 200px;
    width: 300px;
    margin: 10px 50px 15px 20px;
    object-fit: cover;
}
li{
    display: inline;
    border-right: 1px #bbb;
}
li:last-child {
    border-right: none;
  }
.x-scroll-disabled {
    overflow-x: hidden;
    }