@font-face {
    font-family: "archivo-bold";
    src: url("../font-icon/static/static/Archivo/Archivo-Bold.ttf");
}

@font-face {
    font-family: "archivo-regular";
    src: url("../font-icon/static/static/Archivo/Archivo-Thin.ttf");
}

body,
*:not(i) {
    box-sizing: border-box;
    word-wrap: break-word;
    font-family: "archivo-bold", sans-serif !important;
}
li {
    list-style: none !important;
}
:root {
    --main-color: #3394ee;
    --second-color: rgb(20, 20, 20);
    --third-color: rgb(141, 140, 140);
    --in-slide-show-color: rgb(19, 99, 223);
    --white-color: white;
    --p-color: rgb(212, 211, 211);
    --in-slide-show-affiliate: rgb(88, 41, 151);
    --ncolor: rgb(0, 56, 108);
    --yellowcolor: rgb(231, 209, 9);
}
.ncolor {
    color: rgb(0, 56, 108);
}
.bg-slide-color {
    background-color: var(--in-slide-show-color);
}
.pcolor {
    color: var(--p-color) !important;
}
.p-top {
    padding-top: 20px !important;
}
.affiliate-color {
    color: var(--in-slide-show-affiliate) !important;
}
.slidecolor {
    color: var(--in-slide-show-color);
}
.cpointer {
    cursor: pointer;
}
.bread-crumb li {
    white-space: nowrap;
}

.bread-crumb li:last-child {
    white-space: normal !important;
}

input {
    outline: none !important;
    border: none !important;
}

a {
    text-decoration: none !important;
}
body {
    background-color: #f8f8fc !important;
    overflow-x: hidden !important;
}
.color78 {
    color: rgb(94, 93, 93) !important;
}
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: justify;
}
.line-clamp3 {
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: justify;
}
.slide-bg {
    background-color: var(--in-slide-show-color);
}
.footer-btn {
    background-color: white !important;
    border-radius: 10px !important;
    color: var(--in-slide-show-color) !important;
}
.footer-btn:hover {
    color: var(--main-color) !important;
}
.custom-bg {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px #e3e1e9;
}
.custom-btn {
    border-radius: 9px !important;
    background-color: var(--main-color) !important;
    color: #fff !important;
    min-width: 150px;
}
.custom-btn:hover {
    color: white !important;
    background-color: rgb(35, 189, 209) !important;
}
::-webkit-scrollbar {
    width: 10px;
}
@media (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 0px;
    }
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
    background: var(--in-slide-show-color) !important;
    border-radius: 22px !important;
    height: 15px !important;
    -webkit-border-radius: 22px !important;
    -moz-border-radius: 22px !important;
    -ms-border-radius: 22px !important;
    -o-border-radius: 22px !important;
}

.shadow {
    background-color: #1e2f38;
    z-index: 15;
    opacity: 0.5;
    transition: all 0.2s ease-out;
    display: none;
}

.shadow.showshadow {
    display: block;
}

.sidemob1 {
    width: 68%;
    z-index: 28;
    top: 0;
    left: -68%;
    transition: all 0.3s ease-in;
}

.sidemob2 {
    width: 100%;
    z-index: 2221;
    top: 0;
    left: 0;
    background-color: var(--in-slide-show-color);
    overflow-y: scroll !important;
}

.sidemob2 .logo {
    width: 130px !important;
    height: 40px;
}
.sidemob2 .logo img {
    width: 130px !important;
}

.showmenu {
    left: 0px;
}

header {
    z-index: 9 !important;
    /* position: relative !important; */
}
.hasitem .main-item {
    height: 75px !important;
}
.menuitems {
    display: none;
    background-color: var(--in-slide-show-color);
    /* margin-top: 75px !important; */
    width: 100vw !important;
    left: 0px !important;
    right: 0px;
    overflow-y: scroll !important;
}

.menuitems a {
    color: white;
    font-size: 13px !important;
    font-weight: 100;
    color: blanchedalmond;
    white-space: nowrap !important;
}
.menuitems li {
    margin: 5px 0px !important;
}
.showmenuitems {
    display: block;
}
.menuitemsmob a {
    font-size: 11px !important;
}
.menuitemsmob {
    max-height: 0px !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
}
.showmenuitemsmob {
    max-height: 500px !important;
}

.header-scroll-main {
    width: 100%;
    position: absolute !important;
    /*top: -100px !important;*/
    /* transition: all .3s ease-in; */
}
@media (max-width: 768px) {
    .header-scroll-main {
        /*display: none;*/
    }
    .slider-section{
        margin-top: 50px;
    }
}
.showheaderscroll {
    position: fixed !important;
    top: 0 !important;
    transition: all 0.3s ease-in;
    background-color: var(--in-slide-show-affiliate) ;
}

.header-scroll {
    width: 100%;
    background-color: var(--in-slide-show-color);
    height: 65px !important;
}
.header-l2 {
    width: 100%;
    height: 75px !important;
}
header .logo {
    margin-right: 12px !important;
    padding: 0 15px !important;
    width: 130px !important;
    height: 40px;
    margin-left: 10px;
}

header .logo img {
    width: 130px !important;
}

.mr-50 {
    margin-right: 50px;
}

.ml-100 {
    margin-right: 100px;
}

/*  hover */

nav a {
    position: relative;
    padding: 10px;
}

nav a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color) !important;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

nav a:hover::before {
    transform: scaleX(1);
}

nav a::before {
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}

nav a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}

/* end  hover */

nav a {
    width: max-content;
    color: #fff;
    font-size: 13px;
    overflow-y: visible !important;
}

nav a:hover {
    color: white;
}

.login-section {
    width: fit-content !important;
    background-color: var(--white-color);
    border-radius: 10px;
}
.login-section:hover a {
    color: var(--main-color) !important;
}

.login-section a {
    white-space: nowrap !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--in-slide-show-color) !important;
    font-size: 15px !important;
}
.profile-btn {
    font-size: 22px !important;
    color: white !important;
}
.profile-btn img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.profile-btn:hover {
    color: var(--main-color) !important;
}
@media (max-width: 1000px) {
    nav a {
        font-size: 11px;
    }
}

header .menu-section {
    width: 100%;
    overflow-x: hidden !important;
}

.nav-menu {
    width: 100%;
    overflow-x: hidden !important;
}

.show {
    display: block !important;
}
@media screen and (max-width: 768px) {
    .login-section {
        margin: 0 0px 10px 0 !important;
    }
    header .menu-section {
        overflow-x: hidden !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-image: none !important;
    }
    .logo {
        margin-top: 0px !important;
        width: 190px !important;
        height: 80px !important;
    }
    .logo img {
        object-fit: contain !important;
        width: 100%;
        height: 100%;
    }
    nav a {
        margin: 0 0 0 10px;
        font-size: 14px !important;
    }
    .login-section {
        width: 100% !important;
    }
    .login-section a {
        font-size: 14px !important;
        color: white !important;
    }
    .login-section:hover a {
        color: #787878 !important;
    }
}
@media (max-width: 992px) {
    .logo {
        width: 140px !important;
    }
}
.sidemob2 .logo {
    width: 100% !important;
}

.hamburger-icon {
    position: absolute;
    top: 17px !important;
    left: 12px !important;
}
.close-menu {
    position: absolute !important;
    left: 25px;
    top: 35px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 900;
    transition: all 0.3s ease;
}
.close-menu:hover {
    color: var(--main-color) !important;
}

.hamburger-icon div {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* slider */
.main-header {
    width: 100%;
    min-height: 100vh;
    background-image: url(../image/output-onlinepngtools.png) !important;
    background-color: var(--in-slide-show-color) !important;
    background-repeat: no-repeat;
    /* object-fit: cover; */
    background-position: center;
    background-size: cover;
}
.main-header-affiliate {
    background-color: var(--in-slide-show-affiliate) !important;
}

.slider-section .item {
    height: 100% !important;
    padding: 0;
    width: 100% !important;
    display: flex;
    overflow: hidden !important;
}

.slider-section .item img {
    /* margin-top: -40px !important; */
    padding-left: 40px !important;
    padding-right: 40px !important;
    background-color: initial !important;
    width: 50% !important;
    height: 500px !important;
    object-fit: contain !important;
    border: none !important;
    overflow: hidden !important;
}
.slider-detail {
    color: white;
    padding: 40px;
    width: 50% !important;
}
.slider-detail h1 {
    font-size: 50px;
}
.slider-detail p {
    font-family: "archivo-regular" !important;
    font-size: 22px;
    font-weight: bold;
    color: var(--p-color);
}
.slider-detail button {
    border: 2px solid #ffffff !important;
    background-color: initial !important;
    color: var(--white-color) !important;
    width: 200px !important;
}
.slider-detail button:hover {
    border: 2px solid rgb(4, 232, 248, 0.5) !important;
    box-shadow: 0 0 5px 2px rgb(4, 232, 248, 0.2);
}

@media (max-width: 768px) {
    .slider-detail {
        width: 100% !important;
    }
    .slider-detail h1 {
        font-size: 25px;
    }
    .slider-detail p {
        font-size: 17px;
    }
    .slider-section .item img {
        width: 100% !important;
        object-fit: contain !important;
    }
}

.slider-section .arrow-right {
    position: absolute;
    top: 40%;
    transform: translate(40%, -40%);
    right: 10px !important;
    width: 48px;
    height: 48px;
    text-align: center !important;
    padding: 8px;
}

.slider-section .arrow-left {
    position: absolute;
    top: 40%;
    transform: translate(-40%, -40%);
    left: 10px !important;
    width: 48px;
    height: 48px;
    padding: 8px;
    text-align: center !important;
}

/* slider : end */
.main-container {
    position: relative;
    /*top: -1px !important;*/
    top: 40px !important;
}
/* ecosystem */
.ecosystem-container {
    background: url(../image/bgonlinepay.png) !important;
    background-color: rgb(3, 47, 84) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}
.ecosystem-container .container {
    margin-bottom: 120px !important;
}

.ecosystem-item-main {
    border: 3px solid white;
    background-color: initial;

    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.ecosystem-item-main:hover {
    box-shadow: 0 0 15px 3px rgb(4, 232, 248, 0.5);
}
.ecosystem-item-main div h1 {
    font-size: 30px;
    color: var(--white-color);
}
.ecosystem-item-main div p {
    font-size: 15px;
    color: var(--p-color) !important;
}

.ecosystem-item {
    border-radius: 10px;
    border: 1px solid #00e0ff;
    color: var(--white-color);
    background-color: initial;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
}
.ecosystem-item:hover {
    box-shadow: 0 0 10px 3px rgb(4, 232, 248, 0.5);
}
.ecosystem-item h3 {
    font-size: 20px;
}
.ecosystem-item p {
    color: var(--p-color);
    font-size: 15px;
}

/* ec-test */
.ecosystem-payment-img{
    height: 125px !important;
}
@media (min-width:768px){
    .ec-test::after{
        content: url(../image/ectest.png);
        position: absolute;
        right: -50px;
        top: 50%;
        transform: rotate(30deg);
    }
    .ec-test1::after{
        content: url(../image/ectest.png);
        position: absolute;
        right: -50px;
        top: 50%;
        /* transform: rotate(30deg); */
    }
    .ec-test2::after{
        content: url(../image/ectest.png);
        position: absolute;
        right: -50px;
        top: 50%;
        transform: rotate(-30deg);
    }
    .ec-test3::after{
        content: url(../image/ectest.png);
        position: absolute;
        left: -50px;
        top: 50%;
        transform: rotate(150deg);
    }
    .ec-test4::after{
        content: url(../image/ectest.png);
        position: absolute;
        left: -50px;
        top: 50%;
        transform: rotate(180deg);
    }
    .ec-test5::after{
        content: url(../image/ectest.png);
        position: absolute;
        left: -50px;
        top: 50%;
        transform: rotate(210deg);
    }
}
/* end ec-test */

/* end EcoS */
/* shape */

.ecosystem-container {
    overflow: hidden;
    position: relative;
}
.ecosystem-container::before {
    content: "";
    font-family: "shape divider from ShapeDividers.com";
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 86px;
    background-position: 50% 100%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23f8f8fc"/></svg>');
}

@media (min-width: 2100px) {
    .ecosystem-container::before {
        background-size: 100% calc(2vw + 86px);
    }
}

/* end shape */
/* wallet */
.wallet {
    /* background-color: #ffffff; */
}

.wallet-img {
    border-radius: 10px;
    width: 100%;
}
.wallet-img img {
    border-radius: 10px;
    width: 100%;
    height: 100% !important;
}
.detail-item div {
    width: 30px;
    height: 30px;
}

.detail-item i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
    background-color: var(--main-color);
}
.detail-item p {
    font-size: 14px;
    color: var(--third-color);
    white-space: normal;
}
.explain {
    font-size: 14px;
    color: var(--third-color);
}
/* end wallet */

/* shop online pay */
.payways {
    background-color: white;
}
.coin {
    position: relative;
    width: 100px !important;
    height: 100px !important;
    animation: move 3s infinite;
}
@keyframes move {
    0% {
        top: 0px;
    }
    50% {
        top: -20px;
    }
    100% {
        top: 0;
    }
}
.atlantis-crypto {
    background-color: white;
}
.atlantis-customer-club {
}
.payment-services {
    background-color: white;
}
.atlantis-affiliate-program {
}
.atlantis-affiliate-program span.affiliate {
    font-size: 30px;
}

/* banner */
.banner-samartway {
    background-image: url(../image/global-payment-img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-size: contain;
    background-color: rgb(42, 43, 48);
}
.banner-samartway h1 {
    font-size: 70px;
    width: 60%;
    padding: 50px;
    color: var(--in-slide-show-color);
}
@media (max-width: 768px) {
    .banner-samartway h1 {
        width: 100%;
    }
}
/* end banner */
/* faq */
.faq-section {
    background-color: white;
}
.faq-section p {
    position: relative;
    top: 7px;
}
.faq-item {
    cursor: pointer;
}
.faq-answer {
    font-size: 14px;
    color: #787878;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.show-faq-answer {
    max-height: 500px;
    overflow: auto;
    transition: all 0.6s ease-in-out;
}
.faq-section .faq-icon {
    width: 30px;
    height: 30px;
}

.faq-section .faq-icon i {
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* footer */
.footer {
    position: relative;
    bottom: -25px !important;
    background-color: var(--in-slide-show-color);
}
.affiliate-bg {
    background-color: var(--in-slide-show-affiliate) !important;
}
.aff-footer-logo1 {
    max-width: 150px;
    height: 200px;
}
.aff-footer-logo2 {
    width: 130px;
    /*height: 120px;*/
    height: auto;
}
.footer a {
    color: var(--p-color);
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
.footer a:hover {
    color: var(--white-color);
}
.footer-logo-img {
    width: 120px !important;
    /*height: 100px !important;*/
    /*height: fit-content;*/
    /*padding: 10px 0;*/
}
.footer-logo-img img {
    width: 150px;
    /*height: 100px !important;*/
    margin: 20px 0 10px;
}
footer .social-media i {
    color: var(--p-color);
    font-size: 27px;
    transition: all 0.3s ease-in-out;
}
footer .social-media i:hover {
    color: var(--white-color);
    font-size: 30px;
}
.footer-details h5 {
    color: var(--white-color);
}

/* stores directory page */
.store-item {
    width: 97%;
    border-radius: 10px;
    background-image: url(../image/itm.png) !important;
    background-size: cover !important;
}
.itm1,
.itm2,
.itm3,
.itm4,
.itm5 {
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 56, 108);
    color: var(--white-color) !important;
}

.itm1:hover,
.itm2:hover,
.itm3:hover,
.itm4:hover,
.itm5:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.store-item h4 {
    font-size: 20px !important;
}

/* categoreis */
.categoreis {
    position: sticky;
    top: 100px;
}
.list-item {
    padding: 10px 5px;
    color: #787878;
    transition: all 0.3s ease-in-out;
}
.list-item:hover {
    color: white !important;
    background-color: var(--in-slide-show-color) !important;
}
.list-item.active {
    color: white !important;
    background-color: var(--in-slide-show-color) !important;
}

@media (max-width: 768px) {
    .list-group {
        display: flex;
        flex-direction: row !important;
    }
    .list-group .list-item {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) {
    .list-group {
        display: flex !important;
        flex-direction: row !important;
    }
    .list-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }
}

/* select-filter */
.select-filter {
    font-size: 14px;
    margin: 0 1px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid var(--main-color);
    display: flex;
    flex-grow: 1;
    padding: 10px 0px !important;
}

option {
    font-size: 13px;
    color: #787878;
    padding: 10px 0px !important;
}

@media (max-width: 768px) {
    .select-filter {
        font-size: 12px;
    }
}
/* search-input-container */
.search-input-container input {
    height: 40px;
    border-radius: 20px !important;
    border: 1px solid var(--main-color) !important;
    background-color: initial;
    padding: 10px 10px 10px 45px !important;
    outline: none;
}
.search-input-container input:focus {
    border: 1px solid var(--main-color) !important;
    outline: none;
}
.search-input-container i {
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    background-color: var(--in-slide-show-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
/* end  search-input-container*/

.words a {
    display: flex;
    flex-grow: 1;
}

/* product-item-store */
.product-item-store {
    transition: all 0.3s ease-in-out;
}
.product-item-store:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.product-item-store h4:hover {
    color: var(--main-color) !important;
    transition: all 0.3s ease-in-out;
}
.product-item-store img {
    width: 100% !important;
    height: 150px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*  */
.main-viewport-customerclub {
    width: 100%;
    height: 100vh !important;
    background: url(../image/Stockmen02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-viewport-customerclub-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(18, 100, 223, 0.6);
}
.main-viewport-customerclub-text {
    width: 50%;
}
@media (max-width: 768px) {
    .main-viewport-customerclub-text {
        width: 100%;
    }
}
.main-viewport-customerclub button {
    border: 2px solid #ffffff !important;
    background-color: initial !important;
    color: var(--white-color) !important;
    width: 200px !important;
}
.main-viewport-customerclub button:hover {
    border: 2px solid rgb(4, 232, 248, 0.5) !important;
    box-shadow: 0 0 5px 2px rgb(4, 232, 248, 0.2);
}
/* 
.main-customerclub-section {
    background-image: url(../image/Stockmen02.png);
   
    background-repeat: no-repeat;
    background-size: contain;
}

.main-customerclub-section-text {
    width: 50%;
}
@media (max-width: 768px) {
    .main-customerclub-section-text {
        width: 100%;
    }
}
.customer-club-logos img {
    width: 100px;
    height: 100px;
} */
/* discount */
.discount .discount-title {
    color: rgb(0, 56, 108);
}
.discount-item-percent-container {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: -40px;
    left: -30px;
}

.discount-item-percent {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--yellowcolor);
    position: relative;
}
.discount-item-percent h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.discount-item-container {
    transition: all 0.3s ease-in-out;
}
.discount-item-container:hover .discount-item-percent h1 {
    color: var(--ncolor);
    font-size: 23px;
}

.discount-item h5 {
    white-space: nowrap !important;
    color: var(--ncolor);
}
.discount-apply h3 {
    color: var(--ncolor);
}
.use-discount-number {
    color: var(--ncolor);
}

.instore-heppens-num {
    width: 40px;
    height: 40px;
    background-color: var(--ncolor);
    border-radius: 100%;
    position: absolute;
    top: -15px;
    left: -10px;
    color: white;
}

.hot-deals-title {
    color: var(--ncolor);
}
.hot-deals {
    background-color: var(--main-color);
    overflow: hidden !important;
    border-radius: 10px !important;
    background-color: var(--in-slide-show-color);
}
.hot-deals-bg {
    width: max-content;
    border-right: 1px solid var(--main-color);
}
.hot-deals img {
    width: 150px !important;
    height: 150px !important;
}

.hot-deal-slider .item {
    background-color: white !important;
    border-radius: 7px !important;
}
.hot-deal-slider .item a {
    color: var(--third-color);
}
.new-price-discount {
    color: var(--yellowcolor);
}
.price-discount-percent {
    border-bottom-right-radius: 20px;
    width: fit-content;
    height: 30px;
    background-color: var(--yellowcolor);
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid white;
}

.new-product-slider {
    /* border-radius: 10px; */
    border: 1px solid var(--main-color);
    border-right: none !important;
    border-left: none !important;
}
.new-product-slider .item {
    border-left: 0.5px solid rgba(0, 180, 216, 0.3);
}
.new-product-slider .item a {
    color: var(--third-color);
}
.new-product-slider img {
    width: 150px !important;
    height: 150px !important;
}

/* department-container */
.department-container {
    background-color: var(--ncolor);
}
.department-container-box {
    position: relative;
    margin-bottom: -25px;
}

/* about us ----------- customerclub */
.aboutus-customerclub-img img {
    width: 300px;
    height: 300px;
}
@media (max-width: 768px) {
    .aboutus-customerclub-img img {
        width: 100%;
    }
}
.aboutus-item {
    min-height: 350px !important;
    transition: all 0.3s ease-in-out;
}
.aboutus-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}

.play-store-btn a {
    font-size: 14px !important;
}
.play-store-btn img {
    width: 20px !important;
    height: 20px !important;
}
.play-store-btn i {
    font-size: 20px !important;
}
.gocrypto-wallet {
    min-height: 220px !important;
}

/* affiliate-atlantis-shop */
.benefit img {
    width: 70px;
    height: 70px;
}
.title-affiliate-works {
    color: var(--in-slide-show-affiliate);
}
.work-process {
    animation: rotateworkPro 20s infinite linear;
}
@keyframes rotateworkPro {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.gifts-plan h4 {
    color: var(--in-slide-show-affiliate) !important;
}
.affiliate-btn {
    background-color: var(--in-slide-show-affiliate) !important;
}
.why-choose-affiliate-program {
    min-height: 270px !important;
    transition: all 0.3s ease-in-out;
}
.why-choose-affiliate-program:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.why-choose-affiliate-program img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.affiliate-marketing {
    margin-bottom: 150px !important;
}
.affiliate-marketing-item {
    z-index: 1 !important;
}
.affiliate-marketing-item-bg {
    background-color: white;
    border-radius: 8px;
}
.join-affiliate-now {
    background-color: var(--in-slide-show-affiliate);
    position: absolute !important;
    bottom: -140px;
    /* z-index: -1; */
}
.join-affiliate-now div {
    padding: 50px 0px;
}

.statistics {
    border-radius: 6px;
    background: url(../image/01.png);
    background-color: rgba(88, 41, 151, 0.6);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.statistics .item {
    background-color: white;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.statistics .item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}

.how-work {
    margin: 0 auto;
    min-height: 50vh !important;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.how-work-title {
    z-index: 12;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}
.video-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 41, 151, 0.6);
    height: 100% !important;
}
.how-work-item {
    background-color: white;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.how-work-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.how-work-item p {
    min-height: 150px;
}
.how-work-icon {
    position: absolute !important;
    width: 60px;
    height: 60px;
    background-color: var(--in-slide-show-affiliate);
    border-radius: 100%;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.how-work-icon i {
    color: white;
    font-size: 33px;
}
.how-work-item:hover .how-work-icon i {
    animation: rotateteachaffiliate 20s infinite linear;
}
.how-work-explain {
    z-index: 12;
}

.register-item {
    min-height: 300px !important;
    transition: all 0.3s ease-in-out;
}
.register-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}

.teach-affiliate-marketing-item {
    position: relative;
    background-color: white;
    border-radius: 10px;
    height: 200px !important;
    transition: all 0.3s ease-in-out;
}
.teach-affiliate-marketing-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}

.teach-affiliate-marketing-img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--in-slide-show-affiliate);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.teach-affiliate-marketing-item:hover .teach-affiliate-marketing-img img {
    animation: rotateteachaffiliate 20s infinite linear;
}
@keyframes rotateteachaffiliate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.teach-affiliate-marketing-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
}
.license-item {
    transition: all 0.3s ease-in-out;
}
.license-item:hover {
    background-color: var(--in-slide-show-affiliate) !important;
}
.honors-item {
    transition: all 0.3s ease-in-out;
}
.honors-item:hover {
    background-color: var(--in-slide-show-affiliate) !important;
}

/* Deals */
.dealsfilter {
    width: 300px !important;
}
.filter-by-category {
    background-color: white;
    padding: 20px 15px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

.filter-by-category i {
    font-size: 10px;
}
.filter-by-category a {
    color: rgb(54, 54, 54);
    transition: all 0.2s ease-in-out;
}
.filter-by-category a:hover {
    color: var(--third-color);
}
.filter-by-category a.active {
    color: var(--third-color);
}
@media (max-width: 768px) {
    .filter-by-category {
        font-size: 11px !important;
    }
}
.deals-item img {
    width: 100px !important;
    height: 100px !important;
}
.deals-item {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.deals-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.deals-item h4 {
    color: black;
    transition: all 0.3s ease-in-out;
}
.deals-item h4:hover {
    color: var(--main-color);
}
.offer-comments {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 1px 5px;
}
.offer-comments span a {
    color: var(--third-color);
    font-size: 14px;
}

.pagination a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--in-slide-show-color) !important;
    color: #ffffff !important;
}

.pagination a.active {
    color: yellow !important;
}

/* flyers */
.flyers-item {
    transition: all 0.3s ease-in-out;
}
.flyers-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.flyers-item h4 {
    color: black;
    transition: all 0.3s ease-in-out;
}
.flyers-item h4:hover {
    color: var(--main-color);
}
.valid-flyer {
    font-size: 14px;
}

/* introduction customer club */
.join-customer-club {
    background-image: url(../image/aff-market6.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px !important;
    position: relative;
    min-height: 190px;
}
.join-customer-club div {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 100, 223, 0.6);
    border-radius: 5px;
}
/* for business */
.business-header-container {
    background-color: var(--ncolor);
}
.business-main-slider img {
    height: 300px;
    border-bottom-left-radius: 300px;
    border-top-left-radius: 300px;
}
@media (max-width: 768px) {
    .business-main-slider img {
        height: 300px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
}
.target-markets {
    /* background-color: white; */
}
.businesses-service {
    background-color: white;
}

.video-entrance-item {
    /* position: relative; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: blue;
}
.video-animation {
    position: relative;
    width: 100%;
    height: 200px !important;
}
.video-animation .video {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}
.video-animation-overlay-container {
    top: 0px;
    right: 0px;
    width: 100% !important;
    height: 100%;
}
.video-animation-overlay-container img {
    object-fit: cover !important;
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.merchant-tools-card {
    height: 400px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.merchant-tools-card:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
    border: 1px solid var(--in-slide-show-color);
}
.merchant-tools-card-image {
    width: 60px;
    height: 60px;
    margin-top: 40px;
}
.merchant-tools-card-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}
.partner-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partner-section-count {
    text-align: center;
    font-size: 40px;
    color: var(--in-slide-show-color);
}
/* register */
.register-title {
    color: var(--in-slide-show-color);
}
.register-company-name {
    color: white;
    background-color: var(--in-slide-show-color);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.register-var-title {
    font-family: "archivo-regular" !important;
    font-size: 27px;
}
.register-btn a:hover {
    background-color: rgb(240, 239, 241);
}
.register-btn a {
    color: var(--in-slide-show-color);
}
#register-country,
#register-city,
#register-category {
    font-family: "archivo-regular" !important;
}
.register-checkbox {
    font-size: 13px;
}
.business-page,
.personal-page,
.register-var-title {
    display: none;
}
.showtab {
    display: block;
}
.tab input,
a {
    font-size: 14px;
}
@media (max-width: 768px) {
    .tab input {
        font-size: 12px;
    }
}

/* login */
.login-title {
    font-family: "archivo-regular" !important;
    font-size: 27px;
}
.login-container input,
a {
    font-size: 14px;
}
@media (max-width: 768px) {
    .login-container input {
        font-size: 12px;
    }
}
/* download */
.qrcode {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 4px;
}
.qrcode-description {
    font-size: 10px;
    margin-top: 5px;
}
.download-btn {
    width: 230px !important;
}
.social-media i {
    color: var(--p-color);
    font-size: 27px;
    transition: all 0.3s ease-in-out;
}
.social-media i:hover {
    color: var(--white-color);
}
.download-page-container {
    background-color: rgba(19, 99, 223);
    border-radius: 4px;
}
.download-page-logo {
    width: 200px;
    height: 200px;
}
.download-page-description {
    width: 400px;
}
/* payment services */
.main-viewport-payment-service {
    width: 100%;
    height: 100vh !important;
    background: url(../image/service1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-viewport-payment-service-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(18, 100, 223, 0.6);
}
.main-viewport-payment-service-text {
    width: 50%;
}
@media (max-width: 768px) {
    .main-viewport-payment-service-text {
        width: 100%;
    }
}
.main-viewport-payment-service button {
    border: 2px solid #ffffff !important;
    background-color: initial !important;
    color: var(--white-color) !important;
    width: 200px !important;
}
.main-viewport-payment-service button:hover {
    border: 2px solid rgb(4, 232, 248, 0.5) !important;
    box-shadow: 0 0 5px 2px rgb(4, 232, 248, 0.2);
}
.payment-service-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 220px !important;
    min-height: 300px !important;
    transition: all 0.3s ease-in-out;
}
.payment-service-option:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
    border: 1px solid var(--in-slide-show-color);
}
.payment-service-option img {
    width: 95%;
    height: 150px;
    border-radius: 5px;
    /* border-radius: 100%; */
}
.payment-service-statistics {
    background: url(../image/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(18, 100, 223, 0.6);
}

.payment-service-statistics-item {
    min-height: 230px;
    transition: all 0.3s ease-in-out;
}
.payment-service-statistics-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.payment-service-statistics img {
    width: 50px;
    height: 50px;
}
.payment-service-permissions img {
    width: 150px;
    height: 100px;
}
.Business-partners img {
    height: 120px !important;
    width: 100%;
}

/* wallet */
.wallet-view-main {
    background-color: rgba(18, 100, 223, 0.7);
    min-height: 100vh;
}
.wallet-how-work img {
    width: 100px;
    height: 100px;
    transition: all 0.5s ease-in-out;
}
.wallet-how-work-item:hover img {
    transform: rotateY(360deg);
}

.wallet-benefit-item {
    min-width: 200px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    background-color: white;
    border-radius: 5px;
    margin: 5px 3px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 25%;
}
.wallet-benefit-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.wallet-benefit-item h5 {
    color: var(--ncolor);
}
.wallet-benefit-item img {
    width: 40px;
    height: 40px;
}
.future-payment-wallet {
    background-color: rgba(18, 100, 223, 0.6);
}
.future-payment-wallet p {
    font-size: 14px;
    text-align: justify;
}
.future-payment-wallet-img img {
    height: 300px;
}

.reason-use-wallet-item {
    min-height: 280px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
.reason-use-wallet-item:hover h4 {
    color: var(--ncolor) !important;
}
.reason-use-wallet-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.reason-use-wallet-item img {
    width: 80px;
    height: 80px;
}

/* shop pay */
.pay-header-container {
    background-color: rgba(18, 100, 223, 0.6);
}
.pay-main-slider img {
    height: 300px;
    border-bottom-left-radius: 300px;
    border-top-left-radius: 300px;
}
@media (max-width: 768px) {
    .pay-main-slider img {
        height: 300px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
}

.mobile-accept-payment h4 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #787878;
}
.mobile-accept-payment h4:hover {
    color: var(--in-slide-show-color);
}
.mobile-accept-payment h4.active {
    color: var(--in-slide-show-color);
    padding-bottom: 5px;
    border-bottom: 2px solid var(--in-slide-show-color);
}
@media (max-width: 768px) {
    .mobile-accept-payment-item img {
        height: 250px !important;
    }
}
.Merchant-Persented {
    display: none;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadein {
    animation: fadein 2s;
}
.card-work-ways-item {
    width: 100%;
    min-height: 200px;
    background-color: var(--in-slide-show-color);
    color: white;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.card-work-ways-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
    border-radius: 0px !important;
}

@media (max-width: 768px) {
    .atlantis-platform-step img {
        height: 250px !important;
    }
}
.payment-method-img-container {
    width: 100%;
    height: 100%;
}
.payment-method-img-container img {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .payment-method-img-container img {
        width: 100%;
        height: 300px;
    }
}
.payment-method-item-num {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid black;
    display: flex;
    align-items: center !important;
    justify-content: center;
}
.payment-method-item {
    transition: all 0.2s ease-in-out;
    padding: 10px;
}
.payment-method-item.active {
    background-color: white;
    box-shadow: 0 2px 2px #e3e1e9;
    border-radius: 10px;
    color: var(--main-color);
}
.payment-method-item.active .payment-method-item-num {
    border: 1px solid var(--main-color);
}
.auto-debit-img-container {
    width: 100%;
    height: 100%;
}
.auto-debit-img-container img {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .auto-debit-img-container img {
        width: 100%;
        height: 300px;
    }
}
.auto-debit-item {
    transition: all 0.2s ease-in-out;
    padding: 10px;
}
.auto-debit-item.active {
    background-color: white;
    box-shadow: 0 2px 2px #e3e1e9;
    border-radius: 10px;
    color: var(--main-color);
}
.auto-debit-item.active .payment-method-item-num {
    border: 1px solid var(--main-color);
}

/* Atlantis Crypto */
.crypto-main-view {
    min-height: 90vh;
    background-color: var(--in-slide-show-color);
}
.crypto-main-view h1 {
    font-size: 50px;
    color: white;
}
.crypto-main-view p {
    font-size: 22px;
    font-weight: bold;
    color: var(--p-color);
}
.main-view-btn {
    border: 2px solid #ffffff !important;
    background-color: initial !important;
    color: var(--white-color) !important;
    width: 200px !important;
    border-radius: 9px !important;
}
.main-view-btn:hover {
    border: 2px solid rgb(4, 232, 248, 0.5) !important;
    box-shadow: 0 0 5px 2px rgb(4, 232, 248, 0.2);
}
.token-information-img-container {
    background-color: var(--in-slide-show-color);
}
.token-information-img-container img {
    width: 120px;
    height: 80px;
}
.token-feature img {
    width: 80px;
    height: 80px;
}
.chart-container h6 {
    font-size: 25px;
}
.chart-box {
    border-bottom: 2px solid var(--main-color);
}

.crypto-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.crypto-video video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
}

/* payment about us */
.about-nav {
    position: fixed;
    top: 75px;
    right: 50%;
    transform: translate(50%);
    background-color: white;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-nav div {
    width: 350px;
}
.about-nav p {
    color: #787878;
    font-size: 13px;
    cursor: pointer;
}
.about-nav p.active {
    color: var(--ncolor) !important;
    font-size: 15px !important;
}
.about-tab {
    display: none;
    margin-top: 70px;
}
.about-tab.show {
    display: block;
}
.vision-mission {
    background-color: var(--main-color);
}
.payment-about-permission img {
    width: 20px;
    height: 60px;
}
.about-team img {
    width: 164px;
    height: 164px;
    object-fit: cover;
}
.about-team-social-media i {
    color: var(--in-slide-show-color);
    font-size: 27px;
    transition: all 0.3s ease-in-out;
}
.about-team-social-media i:hover {
    color: var(--main-color);
}
.about-team-person img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.about-values img {
    width: 100px;
    height: 100px;
}
.about-values-item {
    min-height: 150px;
    transition: all 0.3s ease-in-out;
}
.about-values-item:hover {
    box-shadow: 0 2px 2px #e3e1e9;
    transform: scale(1.03);
}
.about-choose-team img {
    width: 50px;
    height: 50px;
}
.about-choose-team-item {
    min-height: 100px;
    transition: all 0.3s ease-in-out;
}
.about-choose-team-item:hover {
    box-shadow: 0 2px 0px #e3e1e9;
    border-radius: 0px !important;
}
.about-why-work img {
    width: 100px;
    height: 100px;
}
.about-why-work i {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
}
.about-main-social-media i {
    color: #787878;
    font-size: 37px;
    transition: all 0.3s ease-in-out;
}
.about-main-social-media a {
    color: #787878;
    transition: all 0.3s ease-in-out;
}
.about-main-social-media a:hover {
    color: var(--main-color);
}
.about-main-social-media a:hover i {
    color: var(--main-color) !important;
}

.about-atlantis-channels-btns .active {
    background-color: var(--p-color);
    color: var(--in-slide-show-color);
}
.about-atlantis-channels-btns p {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.about-atlantis-channels-btns p:hover {
    background-color: var(--p-color);
    color: var(--in-slide-show-color);
}
.about-atlantis-channels-box {
    display: none;
}
.about-atlantis-channels-box.show {
    display: block;
}
.about-atlantis-channels-items {
    width: 260px;
}
.about-atlantis-channels-item img {
    width: 40px;
    height: 40px;
}
.about-atlantis-channels-item .te-channel {
    cursor: pointer;
    font-size: 12px !important;
}
.about-atlantis-channels-item:hover .te-channel {
    color: var(--in-slide-show-color);
}
.about-atlantis-channels-item i {
    color: #787878;
    cursor: pointer;
}
.about-atlantis-channels-item:hover i {
    color: var(--in-slide-show-color);
}
.dropleft:hover .dropdown-menu {
    display: block;
}
.share-item-link i {
    font-size: 27px;
}
.telegram-community-container {
    width: 260px;
}
@media (max-width: 768px) {
    .telegram-community-container {
        width: auto;
    }
}
.telegram-community-container:hover {
    color: var(--in-slide-show-color);
}
.telegram-community-container:hover a p {
    color: var(--in-slide-show-color);
}

/* The actual timeline (the vertical ruler) */

.intro {
    background: var(--main-color);
    padding: 100px 0;
}

.roadmap-title {
    font-size: 2.5rem;
    color: white;
    text-align: center;
}

/* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
    background: var(--in-slide-show-color);
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: var(--main-color);
    text-align: justify;
    color: white;
}

.timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent var(--main-color) transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent var(--main-color);
}

time {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--ncolor);
}

/* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: var(--main-color);
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

/* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent var(--main-color) transparent transparent;
    }
}

/* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.timeline-heptagon ul li::after {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.25);
    }
    100% {
        transform: translateX(-50%) scale(1);
    }
}
