@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 2.3rem;
    color: #101010;
    background-color: #000000;
}
html{
    font-size: 16px;
}

.container {
    max-width: 900px;
    padding-left: 0px !important;
    padding-right: 0px !important;
/*    width: 80%;*/
}

.hidden-panel {
    padding: 2.5rem;
    background-color: white;
}

.sound-notification {
    padding-top: 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.sound-notification-tiny {
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: -10px;
}

h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 65px;
    text-align: center;
}

h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 63px;
    margin-bottom: 20px;
}

h3 {
    font-size: 32px;
    line-height: 48px;
}

h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
}

h5 {
    font-weight: 400;
    font-size: 27px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
}

b,
strong {
    font-weight: 900;
}

.main-logo {
    width: 80px;
}

.top-banner {
    background-image: url('../img/secdBg.png');
    padding-bottom: 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.priceSec {
    padding: 20px 0;
}
.sliderText {
    padding: 10px 0 150px 0;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.bgWhite {
    background: #fff;
    border-radius: 30px;
    padding: 7px 36px;
    color: #E0384A;
    width: fit-content;
    margin: 0 auto 20px;
}
.youVideo {
    z-index: 9;
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.youVideo iframe {
    border-radius: 40px;
    height: 600px;
    margin: auto;
}
.pricing {
    font-size: 22px;
    line-height: 36px;
}
.leftPrice {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px -1px #000;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
}
.rightPrice {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px -1px #000;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
}
.card-body.darkPirce {
    background: #1E1E1E;
    color: #fff;
}
.darkBtn {
    background: #E0384A;
    border: solid 1px #E0384A;
    border-radius: 50px;
    font-family: 'Roboto';
    font-style: normal;
    color: #FFFFFF;
    width: 100%;
    font-size: 24px;
    padding: 13px;
    margin-bottom: 1rem;
}
.lightBtn {
    background: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
    font-family: 'Roboto';
    font-style: normal;
    color: #E0384A;
    width: 100%;
    font-size: 24px;
    padding: 13px;
    margin-bottom: 1rem;
}
.darkBtn:hover,
.lightBtn:hover {
    transform: scale(1.1);
    color: initial;
    transition: .3s;
}
.darkBtn:hover {
    color: white;
}

.chart-section {
    padding: 20px 0 0 0;
    background-color: #1E1E1E;
    color: #fff;
}
.footer1 {
    /* background-color: #F4F4F4; */
    padding: 100px 3rem 3rem 50px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #686868;
}
.footer1 a {
    color: #888888;
    padding: 0 10px;
}
.copyright {
    /* background-color: #F4F4F4; */
    text-align: center;
    color: #221F1F;
    font-weight: 300;
    font-size: 13px;
    color: #686868;
    line-height: 15px;
}
.copyright .bor {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-lg {
    max-width: 1100px;
}
.modal-input {
    background: #F5F5F5;
    font-size: 22px;
    color: #000;
    border: none;
    padding: 10px 40px;
    width: 70%;
    height: 62px;
    margin-right: 50px;
    border-radius: 5px;
}
.cancelBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    right: -20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
    top: -20px;
    border: none;
    border-radius: 60px;
}
.showBtn.active {
    display: block;
}

.showBtn {
    display: none;
}
.moonray-form-p2c235881f89 .moonray-form{
    margin: 0 auto;
}
.form input[type=text], .form input[type=email]{
    text-indent: 15px;
}
#mr-field-element-309728109542{
    padding: 10px;
}
.form label{
    text-align: left;
    margin-bottom: 5px;
}
.form .moonray-form-element-wrapper.moonray-form-input-type-payment-number.moonray-form-input-type-tel{
    width: 100%;
}
.form #mr-field-element-310782163624 .moonray-form-element-wrapper{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.form .moonray-form-label-pos-stacked{
    padding: 2rem;
    margin: 0 auto;
}
.form input#mr-field-element-157612647197{
    background: #4BB543;
    color: #fff;
    border: 0;
    padding: 0.875rem 2rem;
    font-size: 1.625rem;
}
.form input#mr-field-element-157612647197:hover{
    background: #0eab03;
}
.form.payment .row input,
.form.payment select
{
    height: 45px;
    font-size: 1.125rem !important;
    text-indent: 15px;
    color: #666666;
}
.form.payment .moonray-form,
.form.payment .moonray-form
{
    width: 100%;
}
.priceSec .wl_header{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.priceSec .wl_subheader{
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
    line-height: 1.5 rem;
}
.priceSec .wl_copy p{
    font-size: 1.0625rem;
}
.bulletSection {
    max-width: 700px;
    margin: 20px auto 40px auto;
    padding: 0 10px;
    text-align: left;
    color: #e0e0e0;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.bulletSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bulletSection li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.bulletSection li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #4bb543;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.centerPoints {
    max-width: 700px;
    margin: 20px auto 40px auto;
    text-align: center;
    color: #e0e0e0;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.centerPoints p {
    margin: 10px 0;
}
@media only screen and (max-width: 1199px) {
    body,html{
        font-size: 15px;
    }
    .leftPrice {
        border-radius: 20px 20px 0px 0px;
    }
    
    .rightPrice {
        border-radius: 0px 0px 20px 20px;
        margin-top: 0;
    }

    .darkBtn, .lightBtn {
        width: 66%;
    }

    .column-left {
        order: 2;
    }

    .column-right {
        order: 1;
    }

    .leftPrice, .rightPrice {
        height: 100%;
    }

    .top-banner {
        padding-bottom: 100px;
    }

    .youVideo {

    }
    .form .moonray-form-label-pos-stacked{
        padding: 1rem;
    }
}

.chart-section .container p {
    font-size: 25px;
    line-height: 38px;
}
@media only screen and (max-width: 768px) {
    body,html {
        font-size: 14px;
    }
}
@media only screen and (max-width: 420px) {
    body,html {
        font-size: 12px;
    }
}
