* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

}

body {
    font-family: "DM Sans";
    -webkit-tap-highlight-color: transparent;
}

img {
    vertical-align: middle;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.content-div {
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
    position: relative;
}

.container {
    max-width: 1340px;
    margin: auto;
    padding: 0px 20px 10px;
}

.app-available-div {
    margin-top: 70px;
}

.content-right-div {
    display: flex;
    position: relative;
    z-index: 99;
    flex-direction: column;
    justify-content: space-between;
}

.curv-img {
    position: absolute;
    bottom: 0px;
    right: -65px;
    max-width: 100%;

}

.content-left-div {
    position: relative;
    z-index: 99;
}

.content-left-div img {
    max-height: 76vh;
}

.content-div:before {
    content: "";
    position: absolute;
    height: 52%;
    background-color: #ECF0F1;
    width: 100%;
    border-radius: 25px;
    left: 0px;
    bottom: -25px;
    left: -55px;
    width: calc(100% + 120px);
}

.download-btn {
    justify-content: center;
    background-color: #144353;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: white;
    display: inline-flex;
    padding: 15px 20px;
    min-width: 130px;
    text-align: center;
    font-weight: 500;
}

.description-main-div {
    margin-top: 40px;
    max-width: 600px;
}

.landing-page {
    position: relative;
}

.landing-page .group {
    max-width: 132px;
}

.landing-page .frame {
    gap: 40px;
    top: 34px;
    display: inline-flex;
    align-items: center;
}

.landing-page .base-input-text {
    font-weight: 500;
    color: #404040;
    font-size: 14px;
    text-decoration: none;
}


.landing-page .title {
    position: relative;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.heading-text {
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
    font-style: italic;
}

.landing-page .text-wrapper {
    color: #144353;
}

.landing-page .span {
    color: #f18d3f;
}

.landing-page .rectangle {
    position: absolute;
    top: 444px;
    left: calc(50.00% - 680px);
    width: 1360px;
    height: 496px;
    background-color: #ecf0f1;
    border-radius: 25px;
}


.landing-page .description {
    font-weight: 400;
    color: #404040;
    font-size: 21px;
    line-height: 34px;
    font-family: "DM Sans", Helvetica;
    letter-spacing: 0;
}

.landing-page .base-input-text-2 {
    font-weight: 500;
    color: #3f3f3f;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
}

.landing-page .frame-2 {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.main-heading {
    color: #3f3f3f;
    font-size: 40px;
    font-family: "DM Sans", Helvetica;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    padding-bottom: 25px;
}

.privacy-content-div {
    padding-top: 70px;
    padding-bottom: 70px;
}

.privacy-description h3 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 30px;
    display: block;
}

.privacy-description ul {
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 8px;
}
.privacy-description ul li {
    color: #686868;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 25px;
}
.terms-info {
    margin: 0px 0px 30px;
}
.terms-info p strong{
    color: black;
}
.terms-info p{
    font-size: 16px;
}
.privacy-content-div p, .terms-info p{
    color: #686868;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 25px;
}
.privacy-description p a, .terms-info p a{
    color:black
}
.footer-inner-div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.footer-inner-div:before {
    background-color: #ECF0F1;
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: calc(100% + 80px);
    left: -40px;
    border-radius: 25px;
    content: "";
    z-index: -1;
}

.footer-right-div {
    display: flex;
    column-gap: 20px;
}

.privacy-description p:last-child {
    padding-bottom: 0px;
}

@media screen and (max-width:1500px) and (min-width:1360px) {
    .content-right-div img {
        max-height: 550px;
    }

    .heading-text {
        font-size: 80px;
        line-height: 90px;
        padding-bottom: 20px;
    }

    .app-available-div {
        margin-top: 50px;
    }

    .content-div:before {
        bottom: -30px;
        width: calc(100% + 100px);
        height: 60%;
    }

    .curv-img {
        right: -45px;
    }

    .content-div {
        padding-top: 50px;
    }
}

@media screen and (max-width:1360px) and (min-width:1199px) {
    .heading-text {
        font-size: 80px;
        line-height: 80px;
    }

    .content-right-div img {
        max-height: 550px;
    }

    .container {
        max-width: 1000px;
    }

    .content-right-div img {
        max-height: 550px;
    }

    .heading-text {
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 20px;
    }

    .app-available-div {
        margin-top: 50px;
    }

    .content-div:before {
        bottom: -30px;
        width: calc(100% + 100px);
        height: 60%;
    }

    .curv-img {
        right: -45px;
    }

    .content-div {
        padding-top: 50px;
    }
}

@media screen and (min-width:1199px) {
    .privacy-content-div {
        min-height: calc(100vh - 260px);
    }
}

@media screen and (max-width:1199px) {
    .content-div {
        flex-direction: column;
        padding-top: 40px;
    }

    .privacy-content-div {
        padding-top: 40px;
    }

    .content-left-div {
        max-width: 300px;
        position: relative;
        z-index: 99;
        margin: auto;
    }

    .content-left-div img {
        max-height: 400px;

    }

    .container {
        padding: 0px 20px 10px;
    }

    .content-right-div {
        text-align: center;
    }

    .heading-text {
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 20px;
    }

    .description-main-div {
        margin: 0px auto 0px;
    }

    .app-available-div {
        margin-top: 30px;
    }

    .content-div:before {
        width: 100%;
        left: 0px;
        height: 250px;
        bottom: 0px;
    }

    .curv-img {
        right: 0px;
        max-width: 90%;
        width: 100%;
    }

    .footer-inner-div:before {
        width: 100%;
        left: 0px;
    }

    .footer-inner-div {
        padding: 30px;
    }
}

@media screen and (max-width:767px) {
    .footer-inner-div {
        flex-direction: column;
        row-gap: 20px;
    }

    .landing-page .frame {
        gap: 10px;
    }

    .landing-page .group {
        width: 80px
    }

}

@media screen and (max-width:576px) {

    .frame-2 a img {
        max-width: 150px;
    }

    .base-input-text {
        font-size: 13px;
    }

    .download-btn {
        display: none;
    }

    .frame-2 {
        margin-top: 30px;
    }

    .footer-left-div .frame-2 {
        flex-direction: column;
    }

    .heading-text {
        font-size: 60px;
        line-height: 70px;
    }
}