@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
    background: #fff;
}
body {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    background-color: #DDD;
    color: #444;
    line-height: initial;
}

.left-side {
    padding: 0 5px 0 0 !important;
}

.right-side {
    padding: 0 0 0 5px !important;
}

p {
    line-height: initial !important;
}

div.grey-bg {
    background: #fff !important;
}

h2 {
    margin: initial;
    font-weight: bold;
    line-height: initial;
    font-size: 1.5em;
}

h3 {
    font-weight: bold;
    margin-bottom: 21px;
    font-size: 1.17em;
    line-height: initial;
}


.top-bar {
    background-color: #e5e7eb;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px;
}

.top-bar .top-bar-head {
    font-size: 16px;
    font-weight: bold;
    opacity: 0.6;
}

.top-bar .pc-menu {
    width: 170px;
    text-align: right;
}

.top-bar .pc-menu img {
    height: 17px;
    margin: 0 5px;
}

.hero {
    background: url(../img/bg.jpg) no-repeat center #fff;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #606060;
}


.button-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-area h1 {
    font-weight: 500;
    margin: 0 auto 30px auto;
    font-size: 40px;
    color: #444;
    letter-spacing: -1px;
}

.button-modal {
    background-color: #1447e6;
    color: white;
    font-weight: 600;
    width: 350px;
    max-width: 90vw;
    height: 85px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 15px auto;
    cursor: pointer;
    border: none;
}
.button-modal:hover{
    background-color: #193cb8;
}
.dot {
    display: inline-block;
    background-color: #17A200;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 10px;
    animation: dotblink 1s infinite;
}

.steps-section{
    background-color: #e5e7eb;
}
.steps-section h2{
    color: #4a5565;
    font-size: 24px;
}
.steps-section p{
    font-size: 16px;
}
.step{
    background-color: #4a5565;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.step-wrapper{
    font-size: 16px;
}


.modal-left {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.modal-right {
    background-color: #eee;
    padding: 15px 40px;
    border-radius: 0 10px 10px 0;
}

.modal-left .pop-steps {
    display: inline-block;
    margin-top: 25px;
    text-align: left;
    font-weight: bold;
}

.modal-left .pop-steps .pop-step.active {
    color: #222;
}

.modal-left .pop-steps .pop-step {
    color: #999;
    margin-bottom: 10px;
}

.modal-left .pop-steps .pop-step .circle {
    background-color: #999;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 4px 0 0 0;
    margin-right: 10px;
}
.modal-left .pop-steps .pop-step .circle-active {
    background-color: #1447e6;
}

.modal-left .formbox-header {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #333;
}

.modal-right h4 {
    font-size: 16px;
    margin: 10px 0;
    color: #444;
}

.modal-right input {
    width: 100%;
    padding: 12px 0 12px 20px;
    margin-bottom: 5px;
    font-size: 15px;
    border: 1px solid #767676;
}

.modal-right button.ui-form__submit-button {
    background-color: #0bc86d;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: none;
    font-size: 25px;
}

.modal-right .ui-form__submit {
    margin: 10px 0;
}

.modal-terms {
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #888;
    text-align: center;
    line-height: initial;
}


/* Second Page */
#creditCardForm {
    padding: 2rem 2rem 0.5rem;
}
.header {
    background-image: url('../img/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f9f9f9;
    padding-bottom: 8rem;
    max-height: 221px;
}
.bg-white{
    padding: 0;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 0.5rem;
    box-shadow: #32325d40 0px 13px 27px -5px, #0000004d 0px 8px 16px -8px;
    margin: -6.5rem auto 0;
    max-width: 600px;
}
.header .header-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 20px;
}
.header .header-box span {
    color: rgb(75, 75, 75);
    font-weight: 500;
}
.wrapperCenter{
    display: flex;
    align-items: center;
    padding: 2rem 0px;
}
label{
    font-size: 1rem;
    margin-bottom: 0;
}
.logo{
    max-width: 150px;
}
.ui-form__block .ui-form__card-types {
    top: 68% !important;
}
.cvv-card {
    top: 66% !important;
}
.secure {
    background-color: #f8fafb;
    padding: 1.5rem 3rem;
    gap: 0.3rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
}
.secure .img {
    width: 1.9rem;
    height: auto;
}
.secure p {
    margin-bottom: 0;
    font-weight: 500;
}
.activation {
    margin: 2rem;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #0bc86d;
    border-radius: 0.5rem;
}
.pricetag {
    color: #0bc86d;
}
.activation-text {
    font-size: 0.8rem;
    line-height: 1.1;
    color: #2a2a2a;
}
.activation .box-icons  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
    margin-right: 5px;
}
.activation .box-icons .green-icons img {
    object-fit: cover;
    border-radius: 0.2rem;
    background-color: #0bc86d;
    padding: 0.2rem;
    box-sizing: border-box;
    max-width: 16px;
}
.icon-text{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin-bottom: 0 !important;
}
hr{
    margin: 0 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
}
input.ui-input, select.ui-input, .custom-field{
    border: 1px solid rgb(204, 204, 204) !important;
    border-radius: 0.5rem !important;
    width: 100%;
    height: 50px;
    padding: 1px 10px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgb(117, 117, 117);
    background-color: rgb(246, 248, 250);
    box-sizing: border-box;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
}
.ui-input--custom{
    background: transparent;
    outline: none;
    border: none;
}
.custom-left{
    border-right: 1px solid rgb(204, 204, 204);
    padding-right: 15px;
}
.custom-right{
    padding-left: 15px;
}
.ui-input::placeholder{
    color: rgba(0, 0, 0, .5);
}
label{
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
}
.input-flex{
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
}
button.ui-form__submit-button{
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 96% center;
    background-size: 34px;
    background-repeat: no-repeat;
    box-shadow: #0bc86d59 0px 10px 30px 0px;
    border-radius: 0.5rem;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.ui-form__submit {
    margin: 25px 0 5px;
}
.form-cards{
    height: 30px;
    width: auto;
    margin-bottom: 1rem;
}
.terms{
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(147, 147, 147);
    text-align: justify;
    padding: 0 2rem;
}
@media (max-width: 768px) {
    .header {
        padding: 0;
        box-shadow: #0000003d 0px 3px 8px;
    }
    .header .header-box {
        padding: 1rem 0;
        text-align: center;
    }
    .bg-white{
        margin: 1rem auto 0;
    }
    .payment2-content {
        margin: 0 10px;
    }
    .price-container h4{
        font-size: 1rem;
    }
    .activation{
        margin: 0.5rem !important;
    }
    .secure{
        padding: 1rem 3rem;
    }
}


@keyframes dotblink {
    0% {
        background-color: #17A200
    }

    50% {
        background-color: #1ec900
    }

    100% {
        background-color: #17A200
    }
}

@media screen and (max-width: 768px) {
    .header h1 {
        font-size: 20px;
    }

    .steps>div {
        margin-bottom: 5px;
    }

    .steps>div>div {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .steps:after {
        top: 11px;
    }

    .box {
        padding: 15px;
    }

    .tp {
        margin: 10px 0;
        padding: 7px 0;
    }

    .modal-left {
        border-radius: 10px 10px 0 0;
    }

    .modal-right {
        border-radius: 0 0 10px 10px;
    }

}

@media (max-width: 992px) {
    h2 {
        margin: 20px 0;
    }

    .modal-left {
        background-color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .modal-right {
        background-color: #eee;
        padding: 15px 40px;
        border-radius: 0 0 10px 10px;
    }

    .device-split {
        margin: 0;
        text-align: center;
    }

    .boxes {
        flex-direction: column;
        margin: 0;
    }

    .section>.covers-section:first-child {
        flex-direction: column-reverse;
    }

    .covers-section {
        flex-direction: column;
    }

    .covers-section img {
        width: 100%;
    }

    .bottom-area {
        height: 150px;
        margin-bottom: 120px;
    }

    .top-area .icon {
        margin: 0 20px;
        opacity: 0.7;
        filter: saturate(0.8);
    }

    .bottom-area .icon {
        margin: 0 20px;
    }

    .poster-section {
        display: none;
    }
}


.d2c_card {
    padding: 1px 1px 0px 1px;
    background: linear-gradient(180deg, rgba(72, 90, 249, 0.5) 0%, rgba(19, 23, 34, 0) 90%);
}

.d2c_card_child {
    padding: 10px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(91, 88, 246, 0.17) 0%, rgba(19, 26, 13, 0) 100%), #131722;
}

.d2c_card_child_two {
    padding: 0px 1px 1px 1px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(91, 88, 246, 0.17) 0%, rgba(13, 17, 26, 0) 100%), #131722;
    transition: 0.4s all;
}

.d2c_card_child_three {
    padding: 10px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(91, 88, 246, 0.17) 0%, rgba(13, 17, 26, 0) 100%), #131722;
}

.d2c_card:hover .d2c_card_child_two {
    background: linear-gradient(0deg, rgba(72, 90, 249, 0.3) 0%, rgba(27, 31, 47, 1) 30%);
    transition: 0.4s all;
}
.d2c_img_wrapper img{
    object-fit: cover;
}
.d2c_project_wrapper .d2c_large_img {
    height: 600px;
}

.d2c_project_wrapper .d2c_small_img {
    height: 288px;
}

.d2c_project_wrapper .d2c_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 17, 26, 0.80) 0%, rgba(13, 17, 26, 0.80) 100%);
    opacity: 1;
    transition: 0.4s all;
}

.d2c_project_wrapper .d2c_card {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 0.4s all;
}

.d2c_project_wrapper .d2c_img_wrapper:hover .d2c_overlay {
    opacity: 0;
    transition: 0.4s all;
}

.d2c_project_wrapper .d2c_img_wrapper:hover .d2c_card {
    opacity: 1;
    transition: 0.4s all;
}

.d2c_project_wrapper .d2c_card_child_three {
    height: 100%;
    padding: 0px 10px 10px 10px;
}

.d2c_content_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.d2c_project_wrapper h3 {
    color: #EFF1F5;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.d2c_project_wrapper .d2c_card_child_three p {
    color: #EFF1F5;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
}
.first-terms{
    max-width: 800px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    font-size: 12px;
    color: #99a1af;
}