body{
    overflow-x: hidden;
    font-family: 'Century Gothic';
    color: #27374D;
}
.mainImg{
    position: absolute;
    top: 20%;
    right: 15%;
    height: 550px;
    width: 450px;
    border-radius: 20% 0 0 0;
}
.dot1{
    height: 100%;
    width: 100%;
    background-color: #dde6ed98;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -50%;
    right:-50%;
    z-index:-1;
}
.obj2{
    height: 200px;
    width: 200px;
    background-color: #526d82;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 280px;
    right: 180px;
    z-index: 5;
}
.obj3{
    height: 250px;
    width: 250px;
    background-color: #9DB2BF;
    border-radius: 0 0 0 20%;
    display: inline-block;
    position: absolute;
    bottom: -80px;
    right: 500px;
    z-index: 5;
}
h1{
    position: absolute;
    top: 38%;
    left: 15%;
    font-size: 4.8em;
    text-align: right;
    width: 30%;
}
.para1{
    position: absolute;
    bottom:18%;
    left: 18%;
    width: 30%;
    font-size: 1.2em;
}
.head1{
    font-size: 4.5em;
    position: absolute;
    top: 23%;
    left: 25%;
}
.dot2{
    height: 120%;
    width: 60%;
    background-color: #9DB2BF;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 100%;
    left:-25%;
    z-index:-1;
}
h2{
    font-size: 3.2em;
    position: absolute;
    bottom: -45%;
    left: 37%;
}
.para2{
    font-size: 1.2em;
    position: absolute;
    bottom: -50%;
    left: 28%;
}
.img{
    position: absolute;
    height: 250px;
    width: 250px;
    bottom: -92%;
    border-radius: 10%;
    box-shadow: 0 0 4px 1.5px #5d5d5d77;
}
.img:hover{
    transform: scale(1.1);
}
.pos1{
    left: 28%;
}
.pos2{
    right: 28%;
}
h3{
    position: absolute;
    bottom: -105%;
    left: 33%;
    font-size: 2em;
}