*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

section{
    display: grid;
    grid-template-rows: 20vh 30vh 80vh 80vh 70vh 70vh 100vh;
    align-content: space-around;
}

nav{
    height: 20vh;
    display: grid;
    grid-template-columns: 20% 40% 20%;
    justify-content: center;
    grid-column-gap: 5%;
}

.img img{
    height: 100%;
    width: 100%;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

nav ul li img{
    height: 20px;
    position: relative;
    margin-left: -65%;
    margin-top: 2%;
    width: 90px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

nav ul li:hover img{
    margin-left: -8%;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

nav ul li{
    overflow: hidden;
    height: 45px;
}

nav ul li a{
    list-style: none;
    text-decoration: none;
    color: #474747;
    font-weight: bold;
    font-size: 1.5rem;
}

.hero{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.hero p{
    font-weight: bold;
    font-size: 1.5rem;
    color: #474747;
}

.hero button{
    height: 8vh;
    width: 50%;
    border: none;
    border-radius: 10px;
    background-color: #008070;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    transition: all 0.5s;
}

.hero button:hover{
    background-color: black;
    color: #008070;
    cursor: pointer;
    transition: all 0.5s;
}

.hero img{
    height: 100px;
    position: absolute;
    z-index: -1;
}

.p1{
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    line-height: 50px;
}

.p1 h1{
    font-weight: bold;
    font-size: 3rem;
    color: #474747;
}

.p1 p{
    font-size: 1.7rem;
    color: #474747;
}

.p2{
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

.left-side{
    display: grid;
    align-items: center;
    justify-content: space-evenly;
}

.left-side h1{
    font-weight: bold;
    color: #474747;
    font-size: 3rem;
}

.left-side p{
    font-size: 1.3rem;
    color: #474747;
    line-height: 40px;
}

.left-side button{
    height: 10vh;
    width: 35%;
    background-color: #008070;
    border: none;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 1.7rem;
    color: #474747;
    transition: all 0.5s;
    background-image: url('./img/underline@2x.png');
    background-size: 100% 100%;
}

.left-side button:hover{
    background-color: black;
    color: #008070;
    cursor: pointer;
    transition: all 0.5s;
}

.right-side{
    display: grid;
    overflow: hidden;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.img-1{
    height: 70vh;
    position: absolute;
    top: 8%;
}

.img-2{
    position: absolute;
    height: 13vh;
    top: 70%;
}

.img-3{
    position: absolute;
    height: 13vh;
    left: 82%;
    top: 23%;
}

.pani{
    position: absolute;
    height:30vh;
    width:65%;
    top:47%;
    left:22%;
    overflow: hidden;
    background-image: url('./img/how3-grid.svg');
    background-size: 100% 100%;
}
.pani img{
    position: absolute;
    height:160%;
    width:220%;
    animation: an 8s infinite linear;
}

@keyframes an
{
    0%{transform: translateX(0%);}
    90%{opacity:0.4}
    100%{transform: translateX(-50%);opacity: 0;}
}

.img-4{
    position: absolute;
    height: 25vh;
    left: 80%;
    top: 15%;
    z-index: -1;
}

.p3{
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
}

.left-div{
    display: grid;
    align-items: center;
    justify-content: space-evenly;
}

.left-div h1{
    font-weight: bold;
    color: #474747;
    font-size: 3rem;
}

.left-div p{
    font-size: 1.3rem;
    color: #474747;
    line-height: 40px;
}

.left-div button{
    height: 10vh;
    width: 35%;
    background-color: #008070;
    border: none;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 1.7rem;
    color: #474747;
    transition: all 0.5s;
    background-image: url('./img/underline@2x.png');
    background-size: 100% 100%;
}

.left-div button:hover{
    background-color: black;
    color: #008070;
    cursor: pointer;
    transition: all 0.5s;
}

.right-div{
    position: relative;
    overflow: hidden;
}

.img-5{
    position: absolute;
    height: 85vh;
    top: -7%;
    left: -3%;
}

.img-6{
    position: absolute;
    height: 30vh;
    left: 55%;
    z-index: -1;
}

.img-7{
    position: absolute;
    height: 30vh;
    left: 75%;
    z-index: -1;
}

.img-8, .img-9{
    position: absolute;
    height: 150% !important;
    width: 100%;
    top: 100%;
    animation: cards 6s infinite linear;
}

.img-9
{
    animation-delay: 3.1s;
    top: 100%;
}

@keyframes cards
{
    0%{transform: translateY(0%);}
    100%{transform: translateY(-215%);}
}

.bb{
    position: absolute;
    height: 54vh;
    width: 60%;
    left: 22%;
    top: 26%;
    overflow: hidden;
}

.p4{
    display: grid;
    grid-template-columns: 40% 50%;
    overflow: hidden;
    justify-content: space-around;
}

.left-cont{
    display: grid;
    align-items: center;
    justify-content: space-evenly;
}

.left-cont h1{
    font-weight: bold;
    color: #474747;
    font-size: 3rem;
}

.left-cont p{
    font-size: 1.3rem;
    color: #474747;
    line-height: 40px;
}

.left-cont button{
    height: 10vh;
    width: 35%;
    background-color: #008070;
    border: none;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 1.7rem;
    color: #474747;
    transition: all 0.5s;
    background-image: url('./img/underline@2x.png');
    background-size: 100% 100%;
}

.left-cont button:hover{
    background-color: black;
    color: #008070;
    cursor: pointer;
    transition: all 0.5s;
}

.right-cont{
    overflow: hidden;
    position: relative;
}

.img-10{
    position: absolute;
    height: 65vh;
    top: 5%;
}

.img-11{
    position: absolute;
    height: 5vh;
    top: 25%;
    left: 5%;
    animation: icon-move-1 infinite linear 2s;
}

@keyframes icon-move-1
{
    0%{transform:translateX(0%);}
    20%{transform: translateY(-70%);}
    40%{transform:translateX(300%);}
    60%{transform: translateY(70%);}
    80%{transform: translateX(10%);}
}

.img-12{
    position: absolute;
    height: 3vh;
    top: 25%;
    left: 15%;
    animation: icon-move-2 infinite linear 2s;
}

@keyframes icon-move-2
{
    0%{transform:translateX(0%);}
    20%{transform: translateY(70%);}
    40%{transform:translateX(-300%);}
    60%{transform: translateY(-70%);}
    80%{transform: translateX(-10%);}
}

.img-13{
    position: absolute;
    height: 3vh;
    top: 35%;
    left: 5%;
    animation: icon-move-3 infinite linear 2s;
}

@keyframes icon-move-3
{
    0%{transform:translateX(0%);}
    20%{transform: translateY(-70%);}
    40%{transform:translateX(300%);}
    60%{transform: translateY(70%);}
    80%{transform: translateX(10%);}
}

.img-14{
    position: absolute;
    height: 3vh;
    top: 35%;
    left: 15%;
    animation: icon-move-4 infinite linear 2s;
}

@keyframes icon-move-4
{
    0%{transform:translateX(0%);}
    20%{transform: translateY(70%);}
    40%{transform:translateX(-300%);}
    60%{transform: translateY(-70%);}
    80%{transform: translateX(-10%);}
}

.api-1{
    position: absolute;
    height: 60vh;
    top: 5%;
    left: 74%;
    z-index:1;
}

.api-2{
    position: absolute;
    height: 4vh;
    left: 75%;
    top: 14%;
    background-color: rgb(238, 175, 252);
    padding: 10px;
    border-radius: 50px;
    box-shadow: -1px 1px 0px 10px #F0D1F7;
    animation: api 2s infinite linear;  
}
@keyframes api{
    0%{transform: scale(.5);opacity: 0;}
    50%{transform: scale(.8); opacity: 1;}
    100%{transform: scale(1.2); opacity: 0;}
}

.p5{
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
    justify-content: space-around;
}

.left{
    display: grid;
    align-items: center;
    justify-content: space-evenly;
}

.left h1{
    font-weight: bold;
    color: #474747;
    font-size: 2rem;
}

.left p{
    font-size: 1.3rem;
    color: #474747;
    line-height: 40px;
    font-weight: lighter;
}

.left button{
    height: 10vh;
    width: 35%;
    background-color: #008070;
    border: none;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 1.7rem;
    color: #474747;
    transition: all 0.5s;
    background-image: url('./img/underline@2x.png');
    background-size: 100% 100%;
}

.left button:hover{
    background-color: black;
    color: #008070;
    cursor: pointer;
    transition: all 0.5s;
}

.right{
    position: relative;
}

.img-15{
    position: absolute;
    height: 60vh;
    left: 7%;
    top: 5%;
}

.thumb{
    position: absolute;
    z-index: 1;
    height: 10vh;
    width: 20%;
    top: 27%;
    left: 28%;
    overflow: hidden;
}

.img-16{
    position: absolute;
    height: 5vh;
    top: 100%;
    left: 15%;
    animation: thumb-1 4s infinite linear;
}

@keyframes thumb-1
{
    0%{transform: translateY(0%);}
    20%{transform: translateY(-150%);}
    40%{transform: translateY(-150%);}
    60%{transform: translateY(-150%);}
    80%{transform: translateY(-300%);}
    100%{transform: translateY(-300%);}
}

.img-17{
    position: absolute;
    height: 5vh;
    top: 100%;
    left: 65%;
    animation: thumb-1 4s infinite linear 1s;

}

.img-18{
    position: absolute;
    height: 60vh;
    top: 7%;
    left: 7%;
}

.p6{
    background-color: #FFE8EB;
    width: 90%;
    display: grid;
    justify-self: center;
    align-content: space-around;
    justify-content: space-evenly;
    justify-items: center;
}

.p6 img{
    height: 25vh;
}

.p6 h1{
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    line-height: 70px;
}

.p6 p{
    font-weight: bold;
    font-size: 1.5rem;
    color: #474747;
}

.p7{
    display: grid;
    grid-template-rows: 60vh 150vh;
    height: 210vh;
    position: relative;
}

.emoji{
    background-color: #E7FEF8;
    position: relative;
}

.div-1{
    position: absolute;
    height: 7vh;
    width: 20.5%;
    border: 1px solid black;
    z-index: 1;
    top: 42%;
    left: 8%;
    background-color: #75DFFC;
    border-radius: 20px;
}

.img-35{
    position: absolute;
    height: 115%;
    width: 60%;
    z-index: 2;
}

.div-2{
    position: absolute;
    height: 100%;
    width: 50%;
    overflow: hidden;
    left: 50%;
}

.line-1{
    position: absolute;
    height: 0.4vh;
    border: none;
    width: 100%;
    background-color: black;
    top: 45%;
}

.dot-img-img{
    position: absolute;
    top:35%;
    height: 2vh !important;
    left:-200%;
    animation: dotim 8s infinite linear;
    z-index: 1;
}

@keyframes dotim{
    0%{transform: translatex(0%);}
    100%{transform: translatex(200%);}
}

.dot-img-img-1{
    top:35%;
    left:-200%;
    position: absolute;
    height: 2vh !important;
    animation: dotim 8s infinite linear 4s;
    z-index: 1;
 }

.img-32{
    position: absolute;
    height: 70vh;
    top: -1%;
    z-index: 1;
}

.img-33{
    position: absolute;
    height: 10vh;
    left: 37%;
    top: 33%;
    animation: upward 2s infinite linear;
}

.img-34{
    position: absolute;
    height: 10vh;
    top: 95%;
    z-index: 1;
    animation: upward 2s infinite linear;
}

.img-36-1{
    position: absolute;
    height: 10vh;
    left: 23%;
    animation: upward 2s infinite linear;
}

@keyframes upward
{
    0%{transform: translateX(0%);}
    50%{transform: translateY(-10%);}
}

.img-36{
    position: absolute;
    height: 5vh !important;
    left: 37%;
    top: 103%;
    z-index: 1;
    transform: rotate(22deg);
    animation: lines 5s infinite linear;
}

@keyframes lines
{
    0%{opacity: 0;}
    20%{opacity: 1;}
    40%{opacity: 0;}
    60%{opacity: 1;}
    80%{opacity: 0;}
    100%{opacity: 1;}
}

.wave-div{
    position: absolute;
    height: 7vh;
    width: 18%;
    z-index: 1;
    top: 65%;
    left: 9.2%;
    overflow: hidden;
}

.wave-img{
    position: absolute;
    height: 100%;
    left: -110%;
    animation: wave-motion-1 5s infinite linear;
}

@keyframes wave-motion-1
{
    0%{transform: translateX(0%);}
    100%{transform: translateX(200%);}
}

.wave-img-1{
    position: absolute;
    height: 100%;
    left: -110%;
    animation: wave-motion-1 5s infinite linear 2.5s;
}

.graph{
    position: absolute;
    height: 6vh;
    left: 9.3%;
    top: 23%;
    z-index: 1;
    animation: graph 3s infinite linear;
}

@keyframes graph{
    0%{clip-path: inset(0% 100% 0% 0%);}
    50%{clip-path: inset(0% 100% 0% 0%);}
    100%{clip-path: inset(0% 0% 0% 0%);}
}

.page{
    background-color: #E7FEF8;
    display: grid;
    grid-template-rows: 30vh 70vh 10vh;
    align-content: space-around;
    justify-items: center;
    position: relative; 
    overflow: hidden;
}

.dabba{
    display: grid;
    justify-self: center;
    width: 40%;
    align-content: space-around;
    justify-content: space-evenly;
    justify-items: center;
}

.dabba h1{
    font-weight: bold;
    font-size: 2.5rem;
    color: #474747;
}

.dabba p{
    font-weight: bold;
    font-size: 1.3rem;
    color: #a7a5a5;
    text-align: center;
}

.dabba p span{
    color: #008070;
    transition: all 0.5s;
}

.dabba p span:hover{
    transition: all 0.5s;
    color: #474747;
    cursor: pointer;
}

.input{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,1fr);
   align-items: center;
   justify-items: center;
}

.input input{
    height: 10vh;
    width: 80%;
    border: none;
    border-radius: 20px;
    border: 1px solid #474747;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: 10px;
    box-shadow: 2px 2px 10px 5px #008070;
}

.page button{
    height: 10vh;
    width: 25%;
    background-color: #008070;
    border: none;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 1.7rem;
    color: #474747;
    transition: all 0.5s;
    background-image: url('./img/underline@2x.png');
    background-size: 100% 100%;
}

.page button:hover{
    background-color: black;
    color: #008070;
    cursor: pointer;
    transition: all 0.5s;
}

.img-37{
    position: absolute;
    height: 23.5vh !important;
    left: 88.2%;
    top: 75.7%;
    z-index: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-38{
    position: absolute;
    height: 55vh !important;
    left: 88%;
    top: 65%;
}

.img-39{
    position: absolute;
    height: 6vh !important;
    left: 93%;
    top: 65%;
    animation: up-down 2s infinite linear;
}

.img-39-x{
    position: absolute;
    height: 7vh !important;
    left: 96%;
    top: 70%;
    animation: up-down 2s infinite linear;
}

@keyframes up-down
{
    0%{transform: translateX(0%);}
    50%{transform: translateY(-10%);}
}

.img-39-y{
    position: absolute;
    height: 6vh !important;
    left: 88%;
    top: 70%;
    animation: up-down 2s infinite linear;
}

.img-40{
    position: absolute;
    height: 15vh !important;
}

.footer{
    display: grid;
    grid-template-rows: 50vh 50vh;
}

.copy{
    display: grid;
    align-items: center;
    justify-items: center;
}

.copy img{
    height: 5vh;
}

.copy p{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #474747;
    line-height: 40px;
}

.copy ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    height: 10vh;
}

.copy ul li{
    font-weight: bold;
    font-size: 2rem;
    border: 1px solid #474747;
    padding: 20px;
    border-radius: 30px;
    color: #008070;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 2px 2px 5px 5px #008070;
}

.copy ul li:hover{
    transition: all 0.5s;
    cursor: pointer;
    background-color: #474747;
}

.img-41{
    position: absolute;
    height: 35vh !important;
    margin-top: 3%;
    margin-left: 5%;
}

.copy-img{
    background-image: url('./img/copy.png');
    background-size: 100% 100%;
    height: 50vh;
}