@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: "Urbanist", sans-serif;
}
.logo{
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
}
.herosection{
    width: 97%;
    margin: 24px auto 0; 
    padding: 100px 16px 0;
    background-image: url('../images/bannerbg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fs-56{
    font-size: 56px;
}
.paddingtopbottom{
    max-width: 638px;
    overflow: visible;
    padding: 56px 0 128px;
}
.fs-40{
    font-size: 40px;
    line-height: 1.2;
}
.py-20{
    padding: 64px 0;
}
.padding4020{
    padding: 40px 20px;
}
.text-primary{
    color: #004852;
}
.traslate{
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.footerdiv{
        background-color: rgb(204, 155, 255);
    border-radius: 100%;
    filter: blur(150px);
    transform: translate(-50%, -50%);
    opacity: 1;
    aspect-ratio: 1 / 1;
    flex: none;
    height: 351px;
    left: 50%;
    max-width: 351px;
    min-width: 200px;
    position: absolute;
    top: 144%;
    width: 29%;
    z-index: 0;
}
.max-w-7xl{
    max-width: 1210px;
    margin: 0 auto;
    padding-left:  20px;
    padding-right: 20px;
}
.left50{
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    position: fixed;
}
html{
    scroll-behavior: smooth;
}
.seperater{
    width: 1px;
    height: 16px;
    background-color: #000;
    margin: 0 8px;
}

@media (max-width:991px) {
    .py-20 {
        padding: 40px 0;
    }    
    .padding4020 {
        padding: 25px 16px;
    }
    .mb-16 {
        margin-bottom: 40px;
    }
    .mb-12{
        margin-bottom: 30px;
    }
    .max-w-7xl{
        padding-left: 16px;
        padding-right: 16px;
    }
    .px-8.py-4{
        padding: 12px 24px;
        font-size: 16px;
    }
    .md\:text-xl{
        font-size: 18px ;
    }
    .fs-40 {
        font-size: 25px;
    }
    .p-8{
        padding: 25px;
    }
    .fs-56{
        font-size: 40px;
    }
    .paddingtopbottom {
        padding: 20px 0 20px;
    }
    .logo img{
        width: 30px;
    }
    .text-xl{
        font-size: 16px;
    }
    body{
        font-size: 14px;
    }
    .px-6.py-4{
        padding: 12px 16px;
        width: calc(100% - 32px);
    }
    .appleplay{
        height: 35px;
    }
    .banner{
        margin-bottom: 30px;
    }
    .paddingms{
        padding: 0 16px;
    }
}
@media (max-width:768px) {
    .ctabanner{
        min-height: 350px;
        object-fit: cover;
    }
}
@media (max-width:575px) {
    .fs-56 {
        font-size: 32px;
    }
    .ctabanner{
        min-height: 400px;
        object-fit: cover;
    }
}