@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');



@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-Book.ttf');
}

@font-face {
    font-family: 'Avenir Black';
    src: url('../fonts/Avenir-Black.ttf');
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('../fonts/Avenir-Medium.ttf');
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('../fonts/Avenir-BlackOblique.ttf');
}


@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('../fonts/Adobe-Garamond-Pro-Italic.ttf');
}



/* ================================================================ */

body {
    font-family: 'Avenir Book', sans-serif;
    color: #000000 !important;
    font-size: 21px;
    line-height: 1.8;
    overflow-x: hidden;
}

header {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

header.sticky {
    background-color: rgba(233, 232, 232, 0.22);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

footer,
footer a {
    color: #797979;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 88%;
}

.bg-1 {
    background: url(../img/bg-9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc(134.47px + 3rem);
}

.bg-1c {

    background: linear-gradient(89deg, #4a4792, #0f73d2);

}


.bg-2 {
    background: url(../img/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-3 {
    background-color: #030627;
}

.bg-4 {
    background: linear-gradient(180deg, white, #fdfeff);
}

.bg-5 {
    background: linear-gradient(180deg, #e9eaf4, #e9eaf4);
}

.bg-6 {
    background: url(../img/bg-7.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% -365vh;
    background-color: #030627;
    position: relative;
}

/* .bg-6:before {
    background: url(../img/bg-8.png);
    width: 100%;
    height: 471px;
    position: absolute;
    content: '1';
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
} */
.bg-7 {
    background: url(../img/bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-8 {
    background: url(../img/bg-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-9 {
    background: url(../img/b4c.jpg);
    background-repeat: no-repeat;
    background-color: #030627;
    position: relative;
    padding-top: 170px;
    background-size: 100%;
    background-attachment: fixed;

}

.bg-10 {
    background: linear-gradient(120deg, #837eff, #0d89ff);
}

.bg-11 {
    background: linear-gradient(45deg, #eeebf8, #d1dfd9);
}

.ff-1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
}

.ff-2 {
    font-family: 'Avenir Medium', sans-serif;
}

.ff-3 {
    font-family: 'Avenir Black', sans-serif;
}

.ff-4 {
    font-family: 'Avenir Book', sans-serif;
}

.ff-5 {
    font-family: 'Avenir Black Oblique';
}

.ff-6 {
    font-family: 'Adobe Garamond Pro';
    .btn-2
}

.fs-0 {
    font-size: 6rem;
}

.fs-1 {
    font-size: 3rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 28px;
}

.fs-4 {
    font-size: 21px;
}

.fs-5 {
    font-size: 18px;
}

.fs-6 {
    font-size: 5rem;
}

.fs-7 {
    font-size: 16px;
    ;
}

.c-1 {
    color: #1a88ff;
}

.c-1h {
    color: #ffffff;
    background-color: #bc0000;
    padding: 0 10px;
}


.c-2 {
    color: #000;
}

.c-3 {
    color: #fff;
}

.c-4 {
    color: #2f86ff;
}

.c-5 {
    color: #818393;
}

.c-6 {
    color: #ff8383;
}

.c-7 {
    color: #ff0000;
}

.c-77 {
    color: #d02d3c;
}

.c-8 {
    color: #07072d;
}

.c-9 {
    color: #b43030;
}

.c-10 {
    color: #6481ff;
}

.c-11 {
    color: #1f4879;
}

.box-111 {
    padding: 30px;
    box-shadow: 0 0 50px #e3dee2;
    background: #fff;
    border-radius: 10px;
    /* border: solid #776177 1px; */
}

.gt-1 {
    background: linear-gradient(90deg, #54a5ff, #bafcfe);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.gt-2 {
    background: linear-gradient(90deg, #9a7cff, #0989ff);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.gt-3 {
    background: linear-gradient(90deg, #9a7cff, #0989ff);
    color: #060726;
    padding: 5px 10px;
    display: inline-block;
}

img.center {
    display: block;
    margin: auto;
}

img.right {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
}

img.left {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

img.right.type-1 {
    position: relative;
    right: -150px;
    margin-left: -100px;
}

img.bs-1 {
    box-shadow: 0 0 250px rgb(137 161 241 / 20%);
    border-radius: 20px;
}

.row.type-1 {
    width: 1080px;
    max-width: 88%;
    margin: auto;
}

.row.type-2 {
    width: 900px;
    max-width: 80%;
    margin: auto;
}

h4.type-1 {
    /* border-top: 5px solid #3b3098; */
    /* border-bottom: 5px solid #3b3098; */
    /* border-right: 5px solid #3b3098; */
    /* padding-left: calc(6% + 15px); */
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    width: fit-content;
    padding-right: 10%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: flex;
    align-items: center;
    grid-gap: 30px;
    color: #fff;
    margin: auto;
    padding: 20px 0;
    border-top: 5px solid #3b3098;
    border-radius: 0;
    width: 100%;
    border-bottom: 5px solid #3b3098;
    justify-content: center;
}

h4.type-1:before {
    content: '';
    background: url(../img/img-11.png);
    width: 66px;
    height: 66px;
    display: inline-block;
}

h4.type-2 {
    /* border-top: 5px solid #3b3098; */
    /* border-bottom: 5px solid #3b3098; */
    /* border-right: 5px solid #3b3098; */
    /* padding-left: calc(6% + 15px); */
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    width: fit-content;
    padding-right: 10%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: flex;
    align-items: center;
    grid-gap: 30px;
    color: #fff;
}

h4.type-2:before {
    content: '';
    background: url(../img/img-11.png);
    width: 66px;
    height: 66px;
    display: inline-block;
}

.box-3 {
    border: 3px solid #3b3098;
    width: 100%;
    margin: auto;
    border-radius: 50px;
    padding: 50px;
    align-items: center;
}

ul.type-1 {
    list-style: none;
    position: relative;
}

ul.type-1 li {
    position: relative;
    margin-bottom: 1rem;
}

ul.type-1 li:before {
    content: '';
    background: url(../img/img-11.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.type-2 {
    list-style: none;
    position: relative;
}

ul.type-2 li {
    position: relative;
    margin-bottom: 1rem;
    font-weight: bold;
}

ul.type-2 li:before {
    content: '';
    background: url(../img/img-52.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.type-3 {
    list-style: none;
    position: relative;
}

ul.type-3 li {
    position: relative;
    margin-bottom: 1rem;
}

ul.type-3 li:before {
    content: '';
    background: url(../img/img-53.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion {
    border-bottom: 1px solid #c7c7c7;
    padding: 3rem 150px 3rem 0;
    position: relative;
    cursor: pointer;
}

.accordion:before {
    content: '';
    background: url(../img/img-28.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 100px;
    background-size: contain;
}

.accordion .accordion-body {
    display: none;
}

.accordion h4 {
    font-family: 'Avenir Black';
    margin: 0;
}

.accordion.active:before {
    display: none;
}

.accordion.active .accordion-body {
    display: block;
}

.price-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.price-box img {
    margin-bottom: 1rem;
}

.price-box {
    border: 5px solid #1a1a80;
    padding: 50px;
    border-radius: 50px;
    text-align: center;
    background: #030635;
}

.price-box:nth-child(2) {
    background: rgb(26 26 128 / 80%);
}

/* ================================================================ */


.btn-1 {
    border: 0px solid #2886ff;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    transition-duration: 0.3s;
    background: linear-gradient(90deg, #9a7cff, #0989ff);
    text-transform:uppercase;
}

.btn-1:hover {
    filter:brightness(1.1);
    color: #fff;
    text-decoration: unset;
}

.btn-2 {
    background: linear-gradient(45deg, #bdbeff, #128fff);
    color: #fff;
    padding: 20px;
    border-radius: 100px;
    font-size: 2.5rem;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    width: 600px;
    max-width: 100%;
    transition-duration: 0.3s;
    /* box-shadow: 0 0 100px #0000ce; */
}

.btn-3 {
    background: linear-gradient(45deg, #bdbeff, #128fff);
    color: #fff;
    padding: 20px 60px;
    border-radius: 100px;
    font-size: 2rem;
    margin: auto;
    text-align: center;
    transition-duration: 0.3s;
    box-shadow: 0 0 100px #0000ce;
    display: inline-block;
    font-family: 'Poppins' !important;
    font-weight: bold;
}

.btn-2:hover,
.btn-3:hover {
    transform: scale(1.1);
    text-decoration: unset;
    color: #fff;
}

.followers img {
    margin-bottom: 1rem;
    height: 120px;
}

.followers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    padding-top: 1rem;
}

.followers h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.5rem;
    margin-top: -20px;
    color: #000
}

.followers h5 {
    font-size: 1rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0;
}

.followers a {
    color: initial;
    text-decoration: unset;
    color: #000;
}

.followers>div:not(:first-child) {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    text-align: left;
}

.followers>div:not(:first-child) img {
    width: 90px;
    height: auto;
}

.followers>div:first-child h4 {
    margin: 0;
}

.followers>div:first-child {
    display: flex;
    align-items: center;
    text-align: left;
    grid-gap: 30px;
}

.followers {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    text-align: center;
    padding-top: 1rem;
}

.video-container {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 30px #35cdff;
    margin: 30px;
    width: 600px;
    margin: 30px auto;
    max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.marquee>a>img {
    height: 120px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 57s;
}

.marquee img {
    display: inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

.box-1-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.box-1-wrapper .box-1:nth-child(2) {
    position: relative;
    top: 50px;
}

.box-1 {
    padding: 30px;
    box-shadow: 0 0 50px #5a3954;
    background: #fff;
    border-radius: 10px;
    border: solid #776177 1px;
}

.box-1.type-1 {
    background-color: #07072d;
}

.box-2 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(137 161 241 / 13%);
    background: #fff;
}

h3.type-1 {
    color: #9b9fa3;
    letter-spacing: 5px;
}

.flex-1 {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
}

.flex-1 img {
    width: 180px;
    height: 50px;
    object-fit: contain;
    padding: 10px;
}

.grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ref {
    font-size: 14px;
    position: relative;
    top: -10px;
}

.divider {
    position: relative;
}

.divider:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: transparent;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 50px solid #fff;
}

.divider:before {
    border-top-color: #030627;
}

.ls-1 {
    letter-spacing: 10px;
}

.pos-1 {
    position: relative;
    bottom: -30px;
}

.pos-2 {
    position: relative;
    margin-bottom: -200px !important;
    z-index: 999;
    width: 500px;
}

.box-4 .box-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.box-4 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(137 161 241 / 13%);
}

.box-4c {
    padding: 30px;
    box-shadow: 0 0 50px rgb(137 161 241 / 13%);
    border-radius: 15px;
    background-color: #060827;

}

.box-4c .box-body {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.old-price:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #a1342e;
    position: absolute;
    top: 50%;
}

.old-price {
    color: #898989;
    position: relative;
    margin-right: 10px;
}

.new-price {
    color: #a1342e;
}

.save {
    color: #898989;
    font-weight: bold;
    font-family: 'Poppins';
    margin: 1rem 0;
}

.secure-checkout {
    color: #383958;
    font-weight: bold;
    font-family: 'Poppins';
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 12px;
    font-size: 14px;
}

.box-1.alt-1 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(137 161 241 / 13%);
    background: #fff;
}

#shadow-host-companion {
    display: none;
}

.text-wrapper-1>span:nth-child(5) {
    font-size: 18px;
    color: #6453ab;
}

.text-wrapper-1>span:nth-child(4)>span {
    color: #ff0000;
}

.text-wrapper-1>span:nth-child(4) {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 5px;
}

.text-wrapper-1>span:nth-child(4) span {
    color: #c81839;
}

.text-wrapper-1>span:nth-child(3) {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
    width: 550px;
    max-width: 100%;
    margin: 20px auto;
    line-height: 1;
    position: relative;
}

.text-wrapper-1>span:nth-child(3):before {
    content: '';
    background-image: url(../img/img-82.png);
    width: 23px;
    height: 95px;
    position: absolute;
    right: 0;
    bottom: -106px;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-wrapper-1>span:nth-child(3) span {
    background: #c81839;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 11px;
    color: #000;
}

.text-wrapper-1>span:nth-child(2) {
    color: #b7b7b7;
    font-size: 18px;
}

.text-wrapper-1>span:nth-child(1) {
    font-family: 'Avenir Medium', sans-serif;
    color: #66666e;
    font-size: 18px;
}

.text-wrapper-1>span {
    font-family: 'Avenir Medium', sans-serif;
    color: #fff;
    display: block;
}

.text-wrapper-1 {
    margin-bottom: 1rem;
    font-weight: 900;
    text-align: center;
}

/* ================================================================ */

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}



/* HOME STYLING */

.copyright {
    color: #6a6a6a;
    line-height: 1em;
    FONT-SIZE: .8em;
}

a.btn-3 {
    box-shadow: none !important;
}


ul.type-1 li strong.c-9 {
    font-weight: bold;
    font-style: italic;
}


.box-444 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(82 87 102 / 13%);
    margin-top: 30px;
}


.box-111 {
    text-align: center;
}


.box-111 p {
    line-height: 1em;
}

.box-444 .box-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.box-444 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(137 161 241 / 13%);
    border-radius: 15px
}

section {
    overflow-x: none !important;
}

.show-mobile {
    display: none;
}

.price-wrapper h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: center;
    color: #fff;
    padding: 3rem 0;
}

.price-wrapper .inner {
    background: #000000;
    border-radius: 10px;
    box-shadow: 0 0 100px #855bf6;
}

.price-wrapper .price-heading {
    background: linear-gradient(45deg, #f75353, white);
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.price-wrapper .price-heading h4 {
    margin: 0;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #011b27;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}

.price-wrapper .price-heading h4:before {
    content: '';
    background-image: url(../img/img-81.png);
    display: inline-block;
    width: 48px;
    height: 45px;
}

.price-wrapper .price-heading h4:after {
    content: '';
    background-image: url(../img/img-81.png);
    display: inline-block;
    width: 48px;
    height: 45px;
}

.price-wrapper .price-heading h4 span {
    background: #000000;
    color: #f76767;
    padding: 5px 20px;
    display: inline-block;
}

.price-wrapper .price-content {
    padding: 50px;
}

.price-wrapper a.btn-3 {
    display: block;
    margin: auto;
    width: fit-content;
    background: linear-gradient(90deg, #957dff, #0b89ff);
    padding: 20px 100px;
}
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    grid-gap: 20px;
    margin-right: 20px;
}
ul.menu li a {
    color: #07072d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: unset;
}
ul.menu li a:hover {
    color: #0c89ff;
}
.toggle-menu-icon {
    font-family: fontawesome;
    font-style: initial;
    font-size: 40px;
    color: #2886ff;
    line-height: 1;
    display:none;
}
.mobile-menu-container {
    display: none;
}
.mobile-menu-container.active{
    display:block;
}
.close-icon:before {
    content: '\f057';
    font-family: 'FontAwesome';
    color: #fff;
    font-style: initial;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
}


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

    .show-mobile {
        display: block !important;
    }


    .followers>div:first-child {
        position: relative;
        top: 25px;
    }

    .followers>div:first-child h4 {
        font-size: 18px;

    }

    .hide-mobile {
        display: none !important;
    }

    section.bg-1 h4.warning {
        font-size: .8em !important;
        line-height: .5em;
    }

    section.bg-1 h4.subtitle-1 {
        font-size: 1em !important;
    }


    .fs-2 {
        font-size: 25px;
    }

    section.bg-1 .h3,
    h3 {
        font-size: 1rem;
    }

    section#shadow-host-companion {
        display: none;
    }

    .pos-2 {
        position: relative;
        /* margin-bottom: -200px !important; */
        z-index: 999;
        width: 500px;
    }

    .flex-1 img {
        width: 60px;
        height: 33px;
        grid-gap: 0px !important;
    }

    .flex-1 {

        grid-gap: 0px !important;
    }

    .box-4c .box-body {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btn-3 {
        background: linear-gradient(45deg, #bdbeff, #128fff);
        color: #fff;
        padding: 10px 30px;
    }


    section.bg-1 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: .6em;
    }

    .flex-1 img {
        width: auto;
        height: 55px;
        padding: 15px;
    }

    .followers {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px;
    }

    .row.type-1,
    .row.type-2,
    .box-3 {
        width: 100%;
        padding: 20px !important;
    }

    .container,
    .container-fluid {
        width: 90%;
    }

    .price-wrapper .price-heading h4:after {
        right: 0;
    }

    .price-wrapper .price-heading h4:before {
        left: 0;
    }

    .price-wrapper .price-heading h4:before,
    .price-wrapper .price-heading h4:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .price-wrapper .price-heading h4 {
        font-size: 18px;
        display: block;
        padding: 0px 40px;
    }

    .price-wrapper .price-content {
        padding: 30px;
    }

    .text-wrapper-1>span:nth-child(1),
    .text-wrapper-1>span:nth-child(2) {
        font-size: 13px !important;
    }

    .text-wrapper-1>span:nth-child(3) {
        font-size: 26px !important;
    }

    .text-wrapper-1>span:nth-child(4) {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .text-wrapper-1>span:nth-child(3):before {
        height: 50px;
        bottom: -61px;
        right: -13px;
    }

    .price-wrapper a.btn-3 {
        padding: 20px;
        width: 100%;
    }


}



.copyright {
    color: #6a6a6a;
    line-height: 1em;
    FONT-SIZE: .8em;
}

.box-1-wrapper {
    grid-template-columns: 1fr 1fr;
}


ul.type-1 li strong.c-9 {
    font-weight: bold;
    font-style: italic;
}


.box-444 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(82 87 102 / 13%);
    margin-top: 30px;
}


.box-111 {
    text-align: center;
}


.box-111 p {
    line-height: 1em;
}

.box-444 .box-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.box-444 {
    padding: 30px;
    box-shadow: 0 0 50px rgb(137 161 241 / 13%);
    border-radius: 15px
}

section {
    overflow-x: none !important;
}

.show-mobile {
    display: none;
}

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

    section.bg-1 h4.warning {
        font-size: .7em !important;
        line-height: 1em !important;

    }

    .box-1-wrapper {
        grid-template-columns: 1fr;

    }


    .flex-1 img {
        width: 90px;
        height: 20px;
        padding: 0;
    }

    .show-mobile {
        display: block !important;
    }

    .followers>div:first-child {
        position: relative;
        top: 25px;
    }

    .followers>div:first-child h4 {
        font-size: 18px;
    }

    .hide-mobile {
        display: none !important;
    }

    section.bg-1 h4.warning {
        font-size: 13px;
    }

    section.bg-1 h4.subtitle-1 {
        font-size: 1em !important;
    }

    .fs-2 {
        font-size: 25px;
    }

    section {
        overflow-x: none !important;
    }

    section.bg-1 .h3,
    h3 {
        font-size: 1rem;
    }

    .pos-2 {
        position: relative;
        /* margin-bottom: -200px !important; */
        z-index: 999;
        width: 500px;
    }

    .flex-1 {
        grid-gap: 15px !important;
    }

    .box-4c .box-body {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btn-3 {
        background: linear-gradient(45deg, #bdbeff, #128fff);
        color: #fff;
        padding: 10px 30px;
    }


    section.bg-1 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: .6em;
    }





    .followers {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px;
    }

    .row.type-1,
    .row.type-2,
    .box-3 {
        width: 100%;
        padding: 20px !important;
    }

    .container,
    .container-fluid {
        width: 90%;
    }

    .box-4 {
        padding: 0px !important;
    }

}