.container {
    margin-top: 20px;
}
.header{
    height: 114px;
    background-color: #ffffff;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 10;
}
.headDiv{
    background-color:#97144d;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headContainer{
    display: flex;
    height: 60%;
}
.sideItems{
    flex: 1;
}
.bgHead{
    background-color:#97144d;
}
#logo-img-desktop{
    height: 41px;
    width: 257px;
    position: absolute;
    top: 2px;
    right: 34px;
    cursor: pointer;
}
.row2{
    position: relative;
    width: 302px !important;
    background-color: #97144d;
    border-radius: 0 0 8px 0;
    margin-left: -23px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.row3{
    z-index: 15;
    margin-top: 6px;
}
.row3Details{
    width: 830px;
}
.header-curve{
    position: absolute;
    right: -32px;
    height: 100%;
    z-index: 10;
}
.card {
    background-color: #e8e9ea;
    border-radius: 10px;
    position: relative;
    height: 355px;
    text-align: center;
    padding-top: 18px;
}

.text-1 {
    color: #2a2b2e;
    font-size: 24px;
    letter-spacing: 0.02px;
}

.text-2 {
    color: #2a2b2e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02px;
    margin: 5px;
}

.text-3 {
    margin-top: 20px;
}

.mask-img {
    max-height: 340px;
    border-radius: 10px;
    margin-top: 28px;
    width: 100%;
}

.mbl-img {
    position: absolute;
    max-height: 333px;
    max-width: 524px;
    right: 18px;
    top: 34px;
}

.text-section-download {
    position: absolute;
    top: 92px;
    left: 59px;
}

.axis-text {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 44px;
}
.bannerImg{
    width: 100%;
}
.logo-img {
    width: 60px;
    margin-top: -12px;
}

.dwnld-desc {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: justify;
    padding: 26px 0;
    margin-left: 18px;
}
.store-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 10px;
}
.p1 {
    color: #fdfdfd;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: 0.09px;
    line-height: 22px;
    text-align: left;
    font-weight: bold;
}
.privacy-section {
    justify-content: flex-end;

}
.footer{
    margin-top: 30px;
    justify-content: center;
    display: flex;
    background-color: #5b5a5d;
}
.footerDiv{
    max-width: 1120px;
    padding-top: 20px;
}
.copyrightText{
    color: #d1d3d4;
    font-family: Lato, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08px;
    line-height: 22px;
    text-align: left;
    align-self: center;
    margin: 12px 0px;
}
@media (min-width: 768px) {
    .headDiv{
        display: block;
    }
    .mobHeader{
        display: none;
    }
}
@media (max-width: 768px) {
    .container{
        margin-top: 10px;
    }
    .p1{
        font-size: 14px;
    }
    .row3Details{
        width: 250px;
    }
    .header{
        height: 52px;
    }
    .headDiv{
        display: none;
    }
    .headContainer{
        display: none;
    }
    .mobHeader{
        display: block;
    }
    #logo-img-desktop{
        height: 19px;
        width: 112px;
        right: unset;
        margin: 18px 15px 10px 36px;
    }
    .mobView{
        display: none;
    }
    .curveImg{
        width: 100%;
    }
    .copyrightText{
        text-align: center;
    }
    .privacy-section{
        display: flex;
        justify-content: center;
    }
    .p1Div{
        text-align: center;
        margin: 0 5px 10px 5px;
    }
    .footerDiv{
        width: 100%;
    }
    .mobMargin{
        margin-top: 15px;
    }
}