.form-control:disabled, .form-control[readonly]{
    color:#808080;
    background-color:transparent;
}

.main-body .section-container{
    min-height:calc(100vh - 200px);
    align-items:center;
}

.main-body .section{
    padding:0 40px;
}

.main-body .section-column-wrap{
    justify-content:center;
}

.package-wrapper, .payment-wrapper{
    width:100%;
    position:relative;
}

.package-container p.we-will{
    font-size:var(--h4-font-size);
    line-height:var(--h4-line-height);
    font-weight:var(--p1-font-weight);
    font-family:var(--font-quicksand);
    color:var(--black);
    text-align:center;  
    padding-top:20px;
}

.package-container h2, .payment-wrapper h2{
    font-size:var(--h1-font-size);
    line-height:var(--h1-line-height);
    font-weight:var(--h1-font-weight);
    font-family:var(--font-quicksand);
    color:var(--black);
    text-align:center;
}

.package-selection-wrapper{
    display:grid;
    padding:30px 0 0;
    grid-template-columns:repeat(4,1fr);
    grid-column-gap:20px;
}

.package-selection-item{
    position:relative;
    width:100%;
    padding:30px 15px;
    background-color:var(--white);
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    border-radius:20px;
    display:flex;
    flex-direction:column;
}

.package-selection-item.active{
    background-color:#efefef;
}

.package-title{
    font-size:var(--h3-font-size);
    font-weight:var(--h3-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--h3-line-height);
    text-align:center;
    color:var(--light-blue);
}

.package-description{
    padding-top:10px;
    font-size:var(--p1-font-size);
    font-weight:var(--p1-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--p1-line-height);
    color:var(--black);
}

.plan-form-back-button{
    padding-top:10px;
    text-align:Center;
}

.plan-form-back-button span{
    padding:13px 45px 15px;
    border-radius:30px;
    font-size:var(--button-font-size);
    font-weight:var(--button-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--button-line-height);
    color:var(--white);
    background-color:var(--light-blue);  
    cursor:pointer;
    display:inline-block;
    min-width:155px;
    text-align:center;
}

.plan-form-back-button span:hover{
    background-color:var(--purple);
}

@media (min-width:1280px){
    .package-description{
        min-height:125px;
    }
}

p.package-price{
    font-size:20px;
    font-weight:var(--h3-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--h3-line-height);
    text-align:center;
    color:var(--green);
    margin:auto 0 0 0;
}

p.sst-text{
    font-size:var(--h4-font-size);
    font-weight:var(--h4-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--h4-line-height);
    text-align:center;
    color:var(--black);
    margin:5px 0 0 0;
}

.package-sub-content{
    margin:0 0 30px 0;
    padding:20px;
    border-radius:20px;
    font-size:14px;
    font-weight:bold;
    font-family:var(--font-quicksand);
    line-height:var(--p1-line-height);
    background-color:#f8f8f8;
    flex:1;
}

.package-select-button{
    display:flex;
    width:fit-content;
    margin:20px auto 0;
    padding:13px 20px 15px;
    border-radius:30px;
    font-size:var(--button-font-size);
    font-weight:var(--button-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--button-line-height);
    color:var(--white);
    background-color:var(--yellow);
    cursor:pointer;
    text-align:center;
    text-transform:capitalize;
}

.package-select-button:hover{
    background-color:var(--dark-orange);
}

.make-payment{
    padding-top:35px;
    display:flex;
    justify-content:center;
    padding-bottom:50px;
}

.make-payment span{
    padding:13px 45px 15px;
    border-radius:30px;
    font-size:var(--button-font-size);
    font-weight:var(--button-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--button-line-height);
    color:var(--white);
    background-color:var(--light-blue);  
    cursor:pointer;
    pointer-events:none;
    opacity:0.5;
}

.make-payment span.active{
    pointer-events:auto;
    opacity:1;
}

.make-payment span:hover{
    background-color:var(--dark-blue);
}

.payment-wrapper{
    display:none;
}

.payment-wrapper p{
    padding-top:10px;
    font-size:var(--p1-font-size);
    font-weight:var(--p1-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--p1-line-height);
    color:var(--black); 
    text-align:center;
}


.payment-form-wrapper, .stripe-form{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.paymentform{
    width:100%;
    max-width:680px;
    flex-wrap:wrap;
}


.paymentform .form-field{
    display:flex;
    flex-direction:column;    
}

.paymentform label, #paymentResponse{
    font-size:var(--p1-font-size);
    font-weight:var(--p1-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--p1-line-height);
    color:var(--black); 
    margin-bottom:5px;
}

.paymentform input, .paymentform .stripe-card-field{
    font-size:var(--p1-font-size);
    font-weight:var(--p1-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--p1-line-height);
    color:var(--black); 
    padding:15px 25px 15px;
    border-radius:10px;
    border:1px solid var(--grey-bg);
    height:auto;
}

.paymentform ::placeholder{
    color:#a7a7a7;
    opacity:1;
}


.paymentform .form-field:not(:first-child){
    padding-top:30px;
}

.paymentform .form-submit-button{
    text-align:center;
}

.paymentform .form-submit-button input, .paymentform .form-submit-button button{
    background-color:var(--dark-orange);
    padding:12px 40px 15px 40px;
    color:var(--white);
    cursor:pointer;
    border:none;
    font-family:var(--font-quicksand);
}

.paymentform .form-submit-button input:hover, .paymentform .form-submit-button button:hover{
    background-color:var(--black);
}

.paymentform .form-submit-button button{
    margin:0 auto!important;
    width:auto;
    border-radius:10px;
}

.stripe-form{
    padding:15px 0 50px;
    width:100%;
    max-width:650px;
    margin:0 auto;
}

.stripe-form form{
    width:100%;
}

#card-element.form-control{
    min-height:53px;
    display:flex;
    align-items:center;
    font-size: var(--p1-font-size);
    font-weight: var(--p1-font-weight);
    font-family: var(--font-quicksand);
    line-height: var(--p1-line-height);
    color: var(--black);
    padding: 12px 25px 15px;
    border-radius: 10px;
    border: 1px solid var(--grey-bg);
    height: auto;
}

#card-element.form-control>div{
    width:100%;
}


@media (max-width:1180px){
    .package-selection-wrapper{
        grid-row-gap:20px;
        grid-template-columns:repeat(2,1fr);
    }
    
    .package-description{
        text-align:center;
    }
}

@media (max-width:767px){
    .package-selection-wrapper{
        grid-column-gap:0px;
        grid-row-gap:30px;
        grid-template-columns:repeat(1,1fr);
        padding-top:20px;
    }
    
    .main-body .section{
        padding:40px 20px;
    }
    
    .make-payment{
        padding-bottom:0;
    }
    
    .package-selection-item{
        padding:30px 20px;
        border-radius:15px;
    }
    
    .package-description{
        padding-top:10px;
    }
    
    .package-select-button{
        margin:20px auto 0;
    }
    
    .stripe-form{
       padding:20px 0 0px;
    }
    
    .paymentform .form-field:not(:first-child){
        padding-top:20px;
    }
}

#paymentResponse.hidden{
    display:none;
}

#paymentResponse{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    padding:15px 20px;
    border-radius:10px;
    font-size:var(--p1-font-size);
    line-height:var(--p1-line-height);
    font-family:var(--font-quicksand);
    font-weight:var(--p1-font-weight);
    color:var(--black);
    text-align:center;
    margin-top:20px;
    margin-bottom:0;
}

.check-button{
    margin-top:20px;
    width:100%;
    background-color: var(--orange);
    padding: 15px 40px 17px 40px;
    color: var(--white);
    cursor: pointer;
    border: none;
    font-family: var(--font-quicksand); 
    line-height:var(--button-line-height);
    font-size:var(--button-font-size);
    border-radius:10px;
    text-align:center;
}

.check-button:hover{
    background-color:var(--dark-blue);
}

.check-button i{
    display:none;
    line-height:var(--button-line-height);
    font-size:var(--button-font-size);
    color:white;
    animation:spinRotate 1s infinite linear;
}

@keyframes spinRotate{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

.check-button.searching i{
    display:block;
}

.check-button.searching span{
    display:none;
}

.domain-checker{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    padding:15px 20px;
    border-radius:10px;
    font-size:var(--p1-font-size);
    line-height:var(--p1-line-height);
    font-family:var(--font-quicksand);
    font-weight:var(--p1-font-weight);
    color:var(--black);
    text-align:center;
    margin-top:20px;
    margin-bottom:0;
    display:none;
}

.domain-checker.active{
    display:block;
}

.payment-wrapper .domain-checker p{
    padding:0;
}

.paymentform .payment-group{
    display:none;
}

.paymentform .payment-group.valid{
    display:flex;
}


.payment-confirm-container{
    width:100%;
    max-width:600px;
    display:none;
    padding:40px 20px;
    border-radius:25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border: 3px solid var(--dark-blue);
    margin:0 auto;
}

.plan-container{
    display:flex;
    flex-wrap:wrap;
}

.plan-container h5{
    width:100%;
    text-align:center;
    font-size:var(--h3-font-size);
    font-weight:var(--h3-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--h3-line-height);
    color:var(--black);
}

.plan-container .selected{
    padding-top:10px;
}

.plan-container .upgraded-plan{
    color:var(--orange);
}

.plan-container .current-plan{
    color:var(--dark-blue);
}

.plan-container p{
    width:100%;
    padding-top:20px;
    text-align:center;
    font-size:var(--p1-font-size);
    font-weight:var(--p1-font-weight);
    font-family:var(--font-quicksand);
    line-height:var(--p1-line-height);
    color:var(--black);   
}

.plan-container .from-plan{
    color:var(--dark-orange);
}

.plan-container .to-plan{
    color:var(--green);
}

.plan-form-button{
    display:flex;
    justify-content:center;
    padding-top:30px;
}

.plan-form-button span{
    padding: 15px 50px;
    border-radius: 30px;
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    font-family: var(--font-quicksand);
    line-height: var(--button-line-height);
    color: var(--white);
    background-color: var(--yellow);
    cursor: pointer;
    text-align: center;
    min-width:155px;
    text-align:center;
}

.plan-form-button span:hover{
    background-color:var(--dark-orange);
}

@media (max-width:767px){
    .plan-form-button{
        padding-top:20px;
    }
    
    .package-sub-content{
        padding:15px;
        border-radius:15px;
    }
}

.payment-popup-overlay{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#000;
    pointer-events:none;
    transition:all 0.2s linear;
    opacity:0;
    z-index:9998;
}

.payment-popup-overlay.active{
    opacity:0.5;
    pointer-events:auto;
}

.payment-popup{
    position:fixed;
    top:50%;
    left:50%;
    width:100%;
    max-width:650px;
    pointer-events:none;
    background-color:var(--white);
    border-radius:20px;
    padding:30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition:all 0.3s ease-out;
    opacity:0;
    z-index:9999;
    transform:translate(-50%,-50%);
}

.payment-popup.active{
    opacity:1;
    pointer-events:auto;
}

.mp-button{
    display:flex;
    align-items:center;
    justify-content:center;
}

.mp-button span{
    margin:20px auto 0;
    background-color: var(--dark-orange);
    padding: 12px 40px 15px 40px;
    color: var(--white);
    cursor: pointer;
    border: none;
    font-family: var(--font-quicksand);
    font-size:var(--button-font-size);
    line-height:var(--button-line-height);
    display:inline-flex;
    border-radius:10px;
}

.payment-popup-inner h4{
    font-family: var(--font-quicksand);
    font-size:var(--h4-font-size);
    font-weight:var(--h4-font-weight);
    line-height:var(--h4-line-height);
    color:var(--black);
    text-align:center;
    margin-bottom:20px;
}

.payment-wrapper .payment-popup-inner p{
    font-family: var(--font-quicksand);
    font-size:var(--p1-font-size);
    font-weight:var(--p1-font-weight);
    line-height:var(--p1-line-height);
    color:var(--black);
    text-align:left;
    padding-top:0;
}

.payment-wrapper .payment-popup-inner p span{
    color:var(--dark-orange);
}

.popup-confirm-container{
    display:flex;
    align-items:center;
    justify-content:center;
}

.popup-button{
    background-color: var(--dark-orange);
    padding: 12px 40px 15px 40px;
    color: var(--white);
    cursor: pointer;
    border: none;
    font-family: var(--font-quicksand);
    font-size:var(--button-font-size);
    line-height:var(--button-line-height);
    border-radius:10px;
    margin-top:1em;
}

.mp-button span:hover, .popup-button:hover{
    background-color:var(--black);
}

























