@import url(index.min.css);

.sequenceHeader img {
    width: 8rem;
}

.sequenceHeader {
    border-bottom: 4px solid var(--primary);
    padding: 1rem 0;
    position: relative;
}

.sequenceHeader .cont {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2rem;
}

.sequenceHeader .cont a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sequenceHeader .cont a>i {
    font-size: 2rem;
    color: var(--primary);
}

.sequenceHeader .cont a small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}

.sequenceHeader .cont a strong {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.1;
}

.sequenceBody {
    display: flex;
    align-items: center;
    padding: 3rem 0 0;
}

.StepsNav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.StepsNav li {
    padding: 0 3rem;
    position: relative;
    flex: 1 1 auto;
    text-align: center;
}

.StepsNav li:before,
.StepsNav li:after {
    content: '';
    position: absolute;
    top: 1.25rem;
    left: 0;
    width: 50%;
    height: 2px;
    background: var(--white);
}

.StepsNav li:first-child.active:after,
.StepsNav li:last-child.active:before,
.StepsNav li.active:before,
.StepsNav li.active:after {
    background: var(--primary);
}

.StepsNav li:after {
    left: auto;
    right: 0;
}

.StepsNav li:first-child:before,
.StepsNav li:last-child:after {
    content: none;
}

.StepsNav li span {
    color: var(--white);
    font-size: 15px;
}

.StepsNav li.active span {
    color: var(--primary);
}

.StepsNav .border {
    width: 45px;
    height: 45px;
    border: 3px solid var(--white) !important;
    border-radius: 100px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.StepsNav .active .border {
    border-color: var(--primary) !important;
}

.StepsNav .border .circle {
    background: var(--white);
    color: var(--black);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.StepsNav .active .border .circle {
    background: var(--primary) !important;
}

/* Begin: Box Style */
.boxStyle {
    padding: 2rem;
    background: linear-gradient(0deg, #080808 40%, #161616 70%);
    border: 1px solid #282828;
    box-shadow: 0 0 20px var(--black);
    border-radius: 1rem;
    margin-bottom: 3rem;
    transition: ease all 0.5s;
}

.boxStyle h2 {
    font-size: 2.75rem;
    font-weight: 500;
}

.boxStyle h2 strong {
    font-size: 3.375rem;
    font-weight: 700;
}

.sequenceFormStyle label {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.sequenceFormStyle .form-control {
    height: 3.875rem;
    border-radius: 6px;
    border: 0;
    border-color: var(--black);
    margin-bottom: 1.5rem;
}

.sequenceFormStyle textarea.form-control {
    height: 11.5rem;
    resize: none;
}

.sequenceFormStyle .form-control[type="file"] {
    /* height: auto;
    border: 0;
    border-radius: 0; */
}

.logoTypeList {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #383838;
}

.logoTypeList li {
    flex: 1 1 auto;
}

.checkboxStyle {
    position: relative;
    text-align: center;
}

.checkboxStyle input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.checkboxStyle .checkBox .white-bg {
    background: var(--white);
    padding: 10px;
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 4px solid var(--white);
    position: relative;
}

.checkboxStyle .checkBox .square {
    position: absolute;
    top: 10px;
    left: 10px;
}

.checkboxStyle .checkBox span {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.checkboxStyle .checkBox .square:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--black);
    display: block;
}

.checkboxStyle .checkBox .square:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: -6px;
    left: 2px;
    color: var(--primary);
    opacity: 0;
}

.checkboxStyle input:checked+.checkBox .square:after {
    opacity: 1;
}

.checkboxStyle input:checked+.checkBox .white-bg {
    border-color: var(--primary);
}

.checkboxStyle input:checked+.checkBox span {
    color: var(--primary);
}

.orderReview {
    border: 1px solid #282828;
    padding: 2rem 2.5rem;
    border-radius: 10px;
}

.orderReview h5,
.acceptedPayment {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding: 1rem 0;
    margin: 1.5rem 0;
    color: var(--white);
}

.acceptedPayment {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.acceptedPayment p {
    margin: 0;
}

.orderReview h5 small {
    display: block;
    font-size: 15px;
    color: var(--text-color);
}

.orderReview .listStyle {
    border-bottom: 1px solid #282828;
    padding-bottom: 1.5rem;
}

.orderReview .listStyle li {
    line-height: 1.4;
}

.orderReview h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderReview h2 span {
    font-size: 3rem;
    font-weight: 700;
}

/* END: Box Style */

.thankyouBox {
    text-align: center;
    padding: 4rem 10rem;
    margin-bottom: 1rem;
}

.thankyouBox img {
    width: 10rem;
}

.thankyouBox h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 8rem;
    margin: 1rem 0 1.5rem;
}

.thankyouBox h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--white);
}

.thankyouBox p {
    font-weight: 300;
    color: var(--white);
    margin: 0;
}

.seqCopyRight {
    background: var(--black);
    padding: 1rem 0;
    text-align: center;
}

.seqCopyRight {
    color: var(--white);
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 15px;
    }

    .thankyouBox h2 {
        font-size: 5rem;
    }

    .thankyouBox img {
        width: 7rem;
    }

    .thankyouBox {
        padding: 2rem 5rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 14px;
    }

    .logoTypeList {
        flex-flow: row wrap;
    }

    .logoTypeList li {
        flex: 0 0 32%;
    }

    .thankyouBox {
        padding: 5rem;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 13px;
    }

    .boxStyle h2,
    .orderReview h2 span {
        font-size: 2rem;
    }

    .boxStyle h2 strong {
        font-size: 3rem;
    }

    .logoTypeList li {
        flex: 0 0 18%;
    }

    .orderReview h4,
    .boxStyle h2 {
        font-size: 1.5rem;
    }

    .orderReview {
        padding: 1rem;
    }

    .thankyouBox {
        padding: 3rem;
    }

    .thankyouBox img {
        width: 10rem;
    }

    .thankyouBox h2 {
        font-size: 8rem;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 12px;
    }

    .sequenceHeader img {
        width: 8rem;
    }

    .boxStyle {
        padding: 1rem;
        margin-bottom: 2rem;
        border-radius: 6px;
    }

    .StepsNav {
        justify-content: space-between;
    }

    .StepsNav li {
        padding: 0;
    }

    .StepsNav .border .circle {
        font-size: 12px;
    }

    .StepsNav li span {
        color: var(--white);
        font-size: 13px;
    }

    .StepsNav li:before,
    .StepsNav li:after {
        content: none;
    }

    .boxStyle h2 br {
        display: none;
    }

    .logoTypeList li {
        flex: 0 0 30%;
    }

    .orderReview {
        border: 0;
        padding: 0;
        border-radius: 0;
        margin-bottom: 3rem;
    }

    .thankyouBox {
        padding: 2rem 1rem;
    }

    .thankyouBox img {
        width: 6rem;
    }

    .thankyouBox h2 {
        font-size: 5rem;
    }

    .thankyouBox h4 {
        font-size: 1.25rem;
    }

    .sequenceHeader .cont li:nth-child(2),
    .sequenceHeader .cont li:last-child {
        display: none;
    }

    .sequenceHeader .row>* {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {}
