@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --bg-color:#100F38;
    --blue-gradient:linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:  'Montserrat', 'Bebas Neue', sans-serif;
}

body{
    background: var(--bg-color ) !important;
    font-size: 1rem;
    position:relative;
    max-width:100%;
}
#toggle-icon{
    display:none;
    background:none;
    border:none;
    outline-color: darkturquoise;
    color:#fff;
    border-radius:10px;
    height:40px;
    width:40px;
    padding:2.5%;
}
#toggle-icon:active,
#toggle-icon:focus-within{
    border:2px solid blue;
    outline-color: blue;
    
}
.hide{
    display:none;
}
main{
    position: relative;
}
.container{
    padding: 2% 10%;
    z-index:1;
}
a,a:visited{text-decoration: none;color:#fff;}
ul{
    list-style-type: none;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:1000px;
}
.brand{
    max-width:7.5rem;
    max-height:3.25rem;
}
.brand-md{
    max-width:12rem;
    max-height:3.75rem;
}
.brand img, 
.brand-md img, 
.brand-lg img {
    width: 100%;
    height:100%;
    
}
.navigation{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation li{
    margin: 0 1em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1890rem;
}
.navigation li:hover{
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* ________UTITILITIES DECLARATIONS__________*/
p{
    font-size: 14px;
    color:#fff;
}
.text-danger{
    color:#FF0707 !important;
}
section, .section{
    position:relative;
    color:#fff;
}
section{
    padding: 5rem 0;
}
.section .section-heading{
    margin: 1% !important;
}
.section .section-text{
    font-style: normal;
    font-weight: 500;
    font-size: 120%;
    line-height:2rem;
    text-align: center;
}
.svg{
    width:100%;
    height:100%;
    /* box-shadow: -2px -1px 48px -7px rgba(14,122,202,0.49);
    -webkit-box-shadow: -2px -1px 48px -7px rgba(14,122,202,0.49);
    -moz-box-shadow: -2px -1px 48px -7px rgba(14,122,202,0.49); */
}
.blue-text-gradient{
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.btn{
    padding: 1.5% 10%;
    border-radius: 8px;
    max-width: 21rem;
    line-height: 29px;
    z-index:2;
    font-size:75%;
    font-weight:500;
    border:none !important;
}
.rounded-btn{
    border-radius: 14px;
}
.light-blue{
    background: #F4FEFF;
}
.blue-button-gradient, .btn-gradient{
    background: linear-gradient(to bottom left, #06CEEA -5.59%, #1841AB 100%);  
    text-align: center;
    color: #9DECF7;
    box-shadow: -2px -1px 48px -7px  #316bdb;
    
}
.btn-primary, .primary, .text-primary{
    background: var(--blue-gradient) !important;
}
.btn-disabled{
    background:#ACE0FD !important;
}
.btn-primary, .btn-disabled{
    color:#fff;
}
.border-gradient{
    border-radius:15px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom left, #06CEEA,#1841AB)1 1 1 1;
    padding:7.5%;
}
.blur-shadow{
    background: rgba(49, 107, 219, 0.75);
    opacity: 0.6;
    filter: blur(35.714rem);
    z-index:0;
}
.nav-blur-shadow{
    position: absolute;
    width: 453px;
    height: 476px;
    left: -75px;
    top: -200px;
    background: rgba(49, 107, 219, 0.75);
    opacity: 0.5;
    filter: blur(150px);
    z-index:-1;
}
.image-box{
    position: relative;
    margin: auto;
    text-align: center;
}
.rectangle-shadow{
    position: absolute;
    width: 600px;
    height: 600px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background: rgba(49, 107, 219, 0.75);
    opacity: 0.2;
    filter: blur(5.357rem);
    z-index:-1;
    transform: translate(-40%, -25%);
    border-radius:20px;
}
.finance-shadow{
    position: absolute;
    width: 75%;
    height: 75%;
    top:50%;
    left:50%;
    background: rgba(49, 107, 219, 0.5);
    opacity: 0.25;
    filter: blur(10rem);
    z-index:-1;
    transform: translate(-50%, -50%);
    border-radius:20px;
}

/*__________JUMBO SECTION _____________________*/
.checkmark:before{
    content:'\2713';
    font-weight:bolder;
    margin-right: 5px;
}
.hero{
    display: grid;
    grid-gap:5%;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    -ms-grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    align-items: start;
    padding-top: 5%;
    color:#fff;
}
.hero-heading{
    font-size:3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 79px;
    width:40.625rem;
}
.hero-text{
    line-height: 2.375rem;
}
.j2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;  
}
.j2 a{
    margin:3em;
}
.jumbo-img{
    position:relative;
}
#ticks{
    padding: 2rem .5rem;
}
#ticks li{
    display:inline-block;
    margin-right: 2.5rem;
}
.presale-timer{
    clip-path: polygon(87% 0%, 87% 3%, 15% 3%, 15% 0%, 0% 0%, 0% 100%, 15% 100%, 15% 96%, 85% 96%, 86% 100%, 100% 100%, 100% 73%, 100% 22%, 100% 0%);
    display:grid;
    place-items: center;
    width:min(728px,100%);
    height: 100%;
    border-radius: 14px;
    position: relative;
    border: 3.5px solid #6886C5;
    padding: 5%;
}
.presale-text{
    font-weight: 600;
    font-size: 100%;
    line-height: inherit;
    margin: 3% 0;
}

.presale-timer a{
    margin: 0 0 3%;
}

.timer{
    position: relative;
    margin-bottom: 3%;
    filter: drop-shadow(0px 0px 1rem #06CEEA);
    font-style: normal;
    font-weight: 600;
}
.Days, .Hours, .Minutes, .Seconds{
    display:inline-block;
    align-items: center;    
}
.Hours, .Minutes, .Seconds{
    margin: 0 1rem;
}
.timer-number{
    font-size:300%;
}
time{
    font-size: 102%;
}
/*_________SECTIONS________*/
.section-heading{
    font-style: normal;
    font-weight: 700;
    font-size: 200%;
    line-height: 3.6875rem;
    padding: 3rem 0;
    position: relative;
    margin: 0 auto 7.5%;
    text-align: center;
}
.section-heading:after{
    content: " ";
    position: absolute;
    bottom: 1rem;
    left:50%;
    width:30%;
    height: 4px;
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);  
    margin: auto;
    color: #9DECF7;
    box-shadow: -2px -1px 48px -7px  #316bdb40;
    transform: translateX(-50%);
}
.section-text{
    width:100%;
    line-height:300%;
}

.boxes{
    position:relative;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1%;
    justify-content: space-evenly;
    margin-top:15%;
}
.box{
   clip-path: polygon(87% 0%, 87% 3%, 15% 3%, 15% 0%, 0% 0%, 0% 100%, 15% 100%, 15% 96%, 85% 96%, 86% 100%, 100% 100%, 100% 73%, 100% 22%, 100% 0%);
    max-width:100%;
    max-height: 100%;
    border-radius: 14px;
    position: relative;
    border: 3px solid #6886C5;
    padding: 7.5% 3%;
    width:90%;
}
.box-text{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: inherit;
    margin: 3% 0;
}
.box-container{
    padding:2.5% 5%;
    position: relative;
}
.box img{
    width:64px;
    height:64px;
}
.box p{
    line-height: 20px;
}
.small-cog, .big-cog{
    position: absolute;
}
.small-cog{
    max-width:5%;
    max-height:5%;
}
.small-cog svg{
    width: 3.571rem;
    height: 3.642rem;
}
.box>.small-cog:first-child{
    bottom:1%;
    left:1%;
    transform: translateY(50%);
}
.box>.small-cog:nth-child(even){
    top:2%;
    right:1%;
}
.box>.small-cog:last-child{
    top:92.5%;
    bottom:0;
    right:1%;
}
.box-aesthetic{
    position: absolute;
    z-index: 100;
}
#a1{
    bottom:-25%;
    left:12%;
}

#a2{
    top:-25%;
    right:12%;
}
.heart1{
    transform: translate(0, 100%);
}
.heart2{
    transform: translate(0, -100%);
}


.box-aesthetic img{
    width:32px;
    height:32px;
    margin:50px;
}
.section-container{
    display: grid;
    grid-gap:5%;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    -ms-grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    align-items: center;
}
.m{
    margin-top:7.5%;
}
#lending{
   transform: translateY(-25%); 
}
#borrowing{
    transform: translateY(25%);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Registration And  Auth Pages+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.panel{
    margin: 5% auto;
    max-width:40%;
    width:48.214rem;
    background: #fff;
    padding: 2.5% 5%;
    border-radius:9px;
    height: auto;
}
.form-header, 
.generic-header, 
.generic-header span,
.generic-header div{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: inherit;
    margin: 3% 0;
    margin: 0 auto;   
}
.generic-header{
    position: relative;
}
.form-header{
    text-align:center;
}
fieldset{
    border:none;
    
}
fieldset legend{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: inherit;
    margin: 3% 0;
    margin: 0 auto;
    text-align:center;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select{
    display:block;
    margin: 3% auto;
    border-top: none;
    border-right: none;
    border-left:none;
    border-bottom: 1px solid #C7CAD1;
    padding:.75em 0;
    width:100%;
    font-style: normal;
    font-weight:400;
    font-size:1rem;
    color: #000;
    opacity: 0.75;
    outline:none;
}
.iti{
    display: block !important;
    outline: none;
    border:none !important;
}
.iti__country-list{
    max-width:350px;
    overflow-x: hidden;
   
}
.iti__country-name{
    color: var(--bg-color) !important;
    border:none !important;
}
.iti__country.iti__highlight {
    background-color: var(--bg-color)!important;
}
.pwd-input{
    position: relative;
}
.eye-icon, .hide-pwd, .reveal-pwd{
    position: absolute;
    right:0;
    bottom:0;
    transform:translateY(-50%);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="password"]:focus,
select:focus{
    padding-left: .5px;
}
select:focus-within{
    color: #C7CAE1;
}
option{
    padding:3em 0;
    color: #C7CAE1;
}
.form{
    text-align: center;
}
.form-text{
    font-style: normal;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1;
    /* or 125% */


    color: #000000;
}
.form-control{
    width:100%;
}
.form-row{
    display:flex;
    justify-content:center;
    align-items: flex-start;
}
.big-rect-shadow{
    max-width: 100vw;
    max-height: 100vh;
    position: absolute;
    width: 80%;
    height: 100%;
    left: 50%;
    top:0;
    z-index:-1;
    background: rgba(22, 79, 178, 1);
    opacity: 0.5;
    filter: blur(10px);
    transform: translate(-50%, 0)
}
.main-footer{
    margin-top:25%;
}
.footer-brand{
    width: 185px;
    height: 75px;
}
.footer-icon-list, 
.footer-links, 
.main-footer-links{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    
}
.main-footer-links li{
    margin: 0 1rem;
    font-size: 150%;
}
footer-icon-list{
    flex-wrap: wrap;
    flex-basis: auto;
}
.footer-links li a, .form-footer p{
    font-size:75%;
    font-style: normal;
    font-weight:500;
    color:#212121 ;
}
.footer-icon-list a svg{
    fill:rgba(19,104,152, .5);
}
.footer-icon-list a svg:hover{
    fill:rgba(19,104,189, .9);
    transition: .3s ease-in;
}
.confirm-reveal-pwd svg:hover, 
.reveal-pwd svg:hover{
    fill:rgba(19,104,152, .5);
    stroke:rgba(19,104,152, .5);
    transition: .3s ease-in-out;
}


/*---------------------------------------------------------------*/
/*----------DASHBOARD PAGES--------------------------------------*/
/*---------------------------------------------------------------*/
.responsive-panel{
    width:100%;
    background: #fff;
    padding: 2.5% 5%;
    border-radius:9px;
    height: auto;
}
.sidebar{
    position:fixed;
    top:0;
    right:0;
    z-index:999;
    max-width:24.142857142857142rem;
    width:20%;
}
.dashboard-content{
    position:absolute;
    top:0;
    left:0;
    width:80%;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
}
.dashboard-content::-webkit-scrollbar {
  display: none;
}
.avatar{
    display:flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    color:#000 !important;
    box-shadow: 0px 4px 4px #DEF8FC;
}
.avatar-img{
    border-radius: 50%;
}
.navmenu{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size:80%;
}
.navmenu-links li{
    padding: 7.5%;
    width:70%;
    margin-left: 10%;
    margin-right: auto;
    border-bottom: 1.5px solid #fff;
}
.navmenu-links li a{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size:120%;
    
}
.data-text, .data-heading{
    color:#111 !important;
    max-width:60%;
}
.data-text{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 120%;
    line-height: 36px;
}
.data-heading{
    font-style: normal;
    font-weight: 400;
    font-size: 80%;
    line-height: 24px;
}
.rounded{
    border-radius: 15px !important;
}
.text-hover-color:hover{
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.token-item:not(last-child){
    border-right: 2px solid rgba(156,232,241, 0.3); 
}
.token-item:last-child{
    border-right:none;
}
#d-rect-shadow{
    position: absolute;
    width: 300px;
    height: 1726px;
    left: 50%;
    top: 0;
    z-index:-1;
    background: rgb(22, 79, 178);
    opacity: 0.9;
    filter: blur(200px);
    transform: translateX(-50%);
}
.settings-icon{
    position: absolute;
    right:0;
    top:0;
}
.settings-icon:hover{
    animation: rotate 1s ease 0s normal none;
}
#search, input[type='search']{
    background:none;
    border:none;
    border-radius:2px;
    font-size:90%;
    line-height: 17px;
    width:100%;
    padding: 1rem 0;
    margin: 2.5% 1% 1.5%;
}
#search:focus-within{
    background:#fff;
    outline: 1px solid cornflowerblue;
    padding: 1rem .5rem;
    transition: .4s ease;
}
@keyframes rotate{
      0.0%{
        transform: rotate(360deg) scale(.8) translate(0, 2px) skew(0);
        transform-origin: center center;
    }
}
.table-container{
    max-width: 100vw;
    background: #F4FEFF !important;
}
.table{
    position: relative;
    width:100%;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse; 
    border-spacing: 0;
    margin:auto;
    padding:0 1.5%;
}
thead{
    position:sticky;
    top:0;
}
tbody{
    max-width: 100vh;
    overflow:scroll;
}
table th{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 95%;
    line-height: 36px;
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
td,th{
    padding: 1rem 0;
    font-weight:500;
    font-size:90%;
}
th{
    padding:.5rem 0;
}
tbody tr:nth-child(even) {
    background: #E4FBFF;
}
tfoot tr{
    padding: 1.2rem 0;
    text-align: right;
}
.pagination{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    padding:2.5% 2.5%;
}
.pagination a {
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 8px 16px;
    text-decoration: none;
    transition: background .3s;
    border-radius:15px;
    margin: 5px;
    border:1px solid #1841AB;
}
.nav-btn{
    color:#fff !important;
    font-family: 'Bebas Neue';
    border:none;
}
.pagination a.active{
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    color:#fff !important;
    border:none;
}
.pagination>a:hover:not(.active){
    background: linear-gradient(222.11deg, #06CEEA -5.59%, #1841AB 100%);
    color:#fff;
    border:none;
}


/*--------------------CARDS DECLARATIONS-------------------------*/
.text-center{
    text-align: center;
}
.custom-row{
    display:grid;
    grid-template-columns: 40vw 40vw 40vw;
    height:100%;
    width:100%;
    position: relative;
    overflow-x: scroll;
    padding: 65px 0;
}
.custom-row::-webkit-scrollbar {
  width: 3.5px;
  height: 3.5px;
}
/* Track */
.custom-row::-webkit-scrollbar-track {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
/* Handle */
.custom-row::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom right, #06CEEA
100%, #1841AB
100%);
}
.custom-row::-webkit-scrollbar-track-piece{
    background-image: linear-gradient(to bottom right, #06CEEA
15%, #1841AB
15%);
}
.custom-row>.item{
    text-align: center;
    height: 300px;
    margin-bottom: 5%;
}
.custom-row>.item>p,
.custom-row>.item>.carousel-header{
    font-size: 90%;
    margin:4%;
}
.cards{
    background-image: url('/assets/images/svg/aesthetics/bg-cog-wheel.svg');
    background-size:auto;
    background-repeat: repeat-y;
    background-position: 50% -108%;
    display:grid;
    place-items: center;
    
}
.card{
    background: rgba(16, 15, 56, 0.4);
    border-radius: 15px;
    color:#fff;
    padding:1.5em 3em;
    margin: 5% 0;
    width:90%;
}
.carousel-box{
    border:3.5px solid #6886C5;
    clip-path: polygon(100% 0%, 69% 0%, 21% 0%, 21% 22%, 0% 22%, 0% 53%, 0% 100%, 14% 100%, 31% 100%, 75% 100%, 75% 78%, 100% 78%, 100% 57%, 100% 25%);
    background: none;
    margin: 0 5%;    
}
.card-header, .carousel-header{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 190%;
    line-height: 58px;
    text-align: center;
}
.card-body{
    padding:5%;
}
.shadow{
   box-shadow: 0px 1px 15px rgba(49, 107, 219, 0.6); 
}

/*-----------ROADMAP PAGE---------------*/
.timeline-area{
    margin: 90px auto;
    width:75%;
    display:grid;
    grid-template-columns:1fr 3fr;
}
.timeline-container{
    border-left: 2px solid rgba(6, 206, 234, 0.8);
    padding-top: -1px;
    padding-left: 10%;
    position: relative;
}
timeline-headings{
    padding: 0 10%;
}
.timeline-item, .timeline-heading{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 100%;
    height: 200px;
    margin-bottom: 40px;
    position:relative;
}
.timeline-heading h2{ 
    color:#fff;
}
.timeline-item h2{
    color: #06CEEA;
}
.timeline-item p{
    padding-top: 2.5%;
    
}
.timeline-item::before{
    content: " ";
    display:block;
    width:40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(6, 206, 234, 0.8);
    position: absolute;
    left:-81.5px;
    top:0;
    backdrop-filter: blur(8px);
}

@media screen and (max-width: 768px) {
    header{
        position:relative;
    }
    .footer-brand{
        width: 120px;
        height: 50px;
    }
    #toggle-icon{
        display:block;
        position: absolute;
        right:5%;
        top:5%;
        transform:translate(-5%, 5%) 
    }
    .container{
        width:100%;
    }
    .navigation{
        position:absolute;
        top:70px;
        left:0;
        display:block;
        width:100%;
        background: #1368BD;
        box-shadow: 0px 4px 4px rgba(19, 104, 189, 0.25);
        border-radius: 9px;
        z-index:999;
        padding:0;
        transition: 1s ease-in .5s;
        animation: navAnimate .5s ease .5s normal none;
    }
    section{
        padding: 2em 2.5%;
    }
    .navigation li{
        padding:1rem 2rem;
        border-radius:6px;
    }
    .navigation li:first-child{
        margin-top: 10px;
    }
    .navigation li:last-child{
        margin-bottom: 10px;
    }
    .navigation li:hover{
        background: #fff;
        color:#06CEEA !important;
    }
    
    .hero{
        font-size: 100%;
        text-align: center;
    }
    .hero-heading{
        width:100%;
        font-size:210%;
    }
    .section-heading{
        font-size:1.2em;
        line-height: 1.5rem;
        max-width:100vw;
        text-align: center
        padding:2.5%;
    }
    .carousel-box p{
        text-align: left;
    }
    .box-aesthetic{
        display:none;
    }
    .box{
        display:block;
        margin:2.5% auto;
        width:95%;
    }
    #ticks{
        font-size:55%;
    }
    .presale-timer{
        font-size: 75%;
        padding: 1%;
    }
    .presale-timer .btn{
        width:80%;
    }
    .timer-number{
        font-size:250%;
    }
    .Hours, .Minutes, .Seconds{
        margin:0;
    }
    .mobile-btn{
        width:100%;
    }
    #lending{
       transform: translateY(0); 
    }
    #borrowing{
        transform: translateY(0);
    }
    .custom-row{
        display: grid;
        grid-template-columns: 1fr;
        padding:0;
        overflow: hidden;
    }
    .custom-row>.item{
        display:block;
        width:90%;
        margin: 4%;
            
    }
    .custom-row>.item>p,
    .custom-row>.item>.carousel-header{
        font-size: 75%;
        margin:4%;
    }
    .cards{
        padding:1% 2.5%;
        display:grid;
        grid-template-columns:25vw 25vw 25vw 25vw;
    }
    
    /* Copy this @keyframes block to your CSS*/
    .timeline-area{
        margin:0;
        width:100%;
        display:grid;
        grid-template-columns:1fr 3fr;
    }
    .timeline-item, .timeline-heading{
        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 500;
        font-size: 50%;
        height: 200px;
        margin-bottom: 40px;
    }
    .timeline-item p{
        font-size:120%;
    }
    .timeline-item::before{
        content: " ";
        display:block;
        width:15px;
        height: 15px;
        border-radius: 50%;
        background-color: rgba(6, 206, 234, 0.8);
        position: absolute;
        left:-15.125%;
        top:0;
        backdrop-filter: blur(8px);
    }
}