@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('noto.css');

body{margin: 0; padding: 0;background: #f6f6f6;}
::after, ::before {
    box-sizing: border-box;
}
.overlay_cookie {
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}
.popupSection *{
    box-sizing: border-box;
    font-family: "Noto Sans";
}
.redBg-section{
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans";
}
.headHeading{
    position: absolute;
    z-index: 9;
    left:40%;
    top: 50%;
    margin-top: -96px;
    font-family: "Noto Sans";
}
.redBg-section h2{
    font-size: 22px;
    margin-bottom: 22px;
    color: #fff;
    line-height: 24px;
    margin-top: 30px;
    padding-right: 24px;
    font-family: "Noto Sans";
}
.redBg-section h4{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 46px;
    position: relative;
    color: #fff;
    line-height: 24px;
    font-family: "Noto Sans";
}
.redBg-section h4::before{
    position: absolute;
    width: 34px;
    height: 2px;
    background: #fff;
    opacity: .5;
    left: 0;
    top: -13px;
    content: "";
}

.popupSection{
    position: fixed !important;
    height: 93%;
    background: url(../../images/paywall/bottomShape.png) 0 bottom no-repeat #fff;
    background-size: 100%;
    left: 100%;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    font-family: "Noto Sans";
}
.showPopup{
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: "Noto Sans";
}
.primaruButton {
    height: 48px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #212121 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
}   
button:focus{
    outline: none;
}
.wapper{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* height: 100vh; */
    padding-bottom: 50px;
    font-family: "Noto Sans";
    background-color: #f6f6f6;
}
.logo{
    justify-content: center;
    display: flex;
    width: 100%;
    clear: both;
    align-items: center;
    height: 60px;
    background: #fff;
    font-family: "Noto Sans";
}
.redBg-section{
    display: inline-block;
    width: 100%;
}
.redBg{
    width: 100%;
    margin-top: -25px;
}
.popupSection .redBg {
    margin-top: 0px;
}
.redSection{
    background: #af272d;
    min-height: 37px;
    font-family: "Noto Sans";

}

.ovelShape{
    width: 82px;
    height: 82px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -65px;
    color: #b12528;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentSection{
    display: inline-block;
    width: 100%;
    padding: 0 16px;
    font-family: "Noto Sans";
}
.popupSection .contentSection{
    padding-bottom: 50px;
    height: 73%;
    overflow: auto;
}
h2.title{
    color: #212121 !important;
    font-family: "Noto Sans" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 10px;
}
label.emailid{
    opacity: 0.82;
    color: #757575 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 26px;
}

/* footer Bg */
.bottomShape{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 768px;
    line-height: 10px;
}

/* Subscription page */
.subscriptionDetail{
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #212121 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    margin-bottom: 10px;
    padding-top: 5px;
}
.subscriptionDetail ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.subscriptionDetail ul li{
    font-family: "Noto Sans";
    font-size: 14px;
    color: #757575;
    font-weight: 400;
    border-bottom: #f6f6f6 solid 1px;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}
.subscriptionDetail ul li span{
    color: #212121;
}
.cancelSubscription{
    color: #212121 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px;
    font-weight: 700;
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    clear: both;
    text-align: left;
    padding-bottom: 4px;
    padding-top: 10px;
    display: inline-block;
}

/* Popup Css */
.modelPopup{
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: -500px;
    z-index: 9;
    background: #fff;
    border-radius:  25px 25px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
}


.showDiv{
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.modelPopup.slideDown {bottom: -600px; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s;}
.modelPopup .redSection{
    border-radius: 10px 10px 20px 0;
}

.modelPopup .redSection h2{
    margin: 0;
    color: #ffffff;
    font-family: "Noto Sans";
    font-size: 22px;
    font-weight: 700;
    padding: 30px 16px 0 16px;
    width: 58%;
    line-height: 28px;
    position: relative;
}

.headerImage{
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 46px;
}
.closePopup{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 37px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    z-index: 99;
}
.popupContent{
    display: inline-block;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    padding-top: 20px;
}
.popupContent ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.popupContent ul li{
    color: #212121 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px;
    background: url(../../images/paywall/icon1.png) 0 center no-repeat;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 26px;
}
.popupContent ul li:nth-child(2){
    background-image: url(../../images/paywall/icon2.png);
}
.popupContent ul li:last-child{
    background-image: url(../../images/paywall/icon3.png);
}

.popupSection .closePopupAccount{
    width: 30px;
    height: 30px;
    background-color: rgb(175, 39, 45);
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    top: 10px;
    left: 15px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 18px;
    z-index: 99;
}

.subscriveButton{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.subscriveButton button{
    width: 184px;
    height: 48px;
    border-radius: 24px;
    background-color: #af272d;
    border: none;
    color: #ffffff;
    font-family: "Noto Sans" !important;
    font-size: 14px;
    font-weight: 700;
}
.popupContent p{
    text-align: center;
    color: #757575;
    font-family: "Noto Sans";
    font-size: 14px;
    margin-top: 0;
}
a.signIn{
    color: #bb2731 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}
.overlay{
    position: fixed;
    background: rgba(0, 0, 0, 0.23);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 768px) and (max-width:1024px) {
    .popupContent ul{
        display: flex;
    }
    .popupContent ul li{
        margin-right: 20px;
    }
}    



@media screen and (max-height:400px) {
    
    .modelPopup{
        top: -500px;
        bottom: inherit;
    }
    .showDiv{
        top: 0;
        bottom: inherit;
        height: 100vh;
        overflow: auto;
    }
    .popupContent{
        padding-top: 15px;
    }
    .modelPopup .redSection h2{
        position: relative;
        padding-top: 10px;
    }
    .redBg{
        margin-top: -14px;
    }
    .headerImage{
        top: 46px;
    }
   
}
@media screen and (max-width:374px) {
    
    .redBg-section h2{
        margin-top: 12px;
    }
    .headHeading{
        margin-left: -46px;
        margin-top: -68px;
        left: 50%;
    }
}