@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--text-black);
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

:root{
    --black:#000000;
    --white:#ffffff;
    --primaryColor: #DB0011;
}

button,a {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}

body{
    font-family: "Josefin Sans";
    font-style: normal;
    background-color: var(--white);
}

.position-relative{
    position: relative;
}
.coming-soon{
    background-color: var(--black);
    padding: 6px 8px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -10px;
    right: 2px;
}

.document-body.overflow-hidden{
    overflow-y: hidden;
}

.container{
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    background-color: var(--white);
    padding: 16px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    max-width: 1270px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    transition: top 1s ease;
}

.header.bg-change{
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    top: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.header.bg-changed{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.nav-items{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 2px 0;
    list-style: none;
}

.nav-items .nav-item .nav-link,
.footer-subheading,
.custom-link{
    font-size: 16px;
    line-height: 20px; 
    font-weight: 500;
    color: #565656;
}

.footer-subheading{
    color: var(--primaryColor);
}

.nav-items .nav-item.active .nav-link,
.nav-items .nav-item.active .custom-link{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; 
    color: var(--primaryColor);
}

.logo-wraper{
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-toggler{
    display: none;
}

.btn-component{
    border-radius: 16px;
    background: var(--primaryColor);
    border: none;
    padding: 16px 32px;

    font-family: "Lato";
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white);
}

.hero-section{
    background-image: url('../images/hero-bg.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.img{
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.grid-2{
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 120px;
    row-gap: 16px;
    /* padding-bottom: 120px; */
}

.grid-2 .grid-column:nth-child(2){
    text-align: right;
}

.main-heading{
    font-size: 72px;
    line-height: normal;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0px 4px 16px rgba(219, 0, 17, 0.15);
}

.hero-text {
    text-shadow: 0px 4px 16px rgba(219, 0, 17, 0.15);
    font-family: "Lato";
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    line-height: normal;
    margin-top: 16px;
}

.pt-192{
    padding-top: 150px;
}

.pb-96{
    padding-bottom: 96px;
}

.grid-finance{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 77px;
    row-gap: 24px;
    justify-items: center;
}

.mt-27{
    margin-top: 27px;
}

.sub-heading{
    font-size: 43px;
    line-height: 129.7%;
    font-weight: 700;
    color: #212326;
    /* text-transform: capitalize; */
}

.sub-heading-3{
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
    color:#212121;
}

.p-0{
    padding: 0;
}

.mt-64{
    margin-top: 64px;
}

.ff-lato{
    font-family: "Lato" !important;
}

.color-212121{
    color: #212121 !important;
}

.mt-16{
    margin-top: 16px;
}

.text-right{
    text-align: right;
}

.gradient-text1{
    /* background: linear-gradient(99deg, #DB0011 10.8%, #FF6F00 37.8%, #DB0011 75.86%); */
    background: linear-gradient(98.96deg, #DB0011 28.8%, #FF6F00 40.8%, #DB0011 168.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text2{
    background: linear-gradient(98.96deg, #DB0011 10.8%, #FF6F00 51.8%, #DB0011 75.86%);
    /* background: linear-gradient(99deg, #DB0011 24.8%, #FF6F00 130.8%, #DB0011 75.86%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    max-width: 400px;
}
.gradient-text02{
    background: linear-gradient(98.96deg, #DB0011 6.8%, #FF6F00 145.8%, #DB0011 86.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    max-width: 400px;
}
.error {
    color: red;
    line-height: 20px;
    font-size: 14px;
}
.gradient-text3{
    background: linear-gradient(98.96deg, #DB0011 -49.2%, #FF6F00 37.8%, #DB0011 155.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text4{
    background: linear-gradient(32deg, #DB0011 0.1%, #FF6F00 37.8%, #DB0011 75.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.max-w-535{
    max-width: 535px;
}

.sub-text{
    font-family: "Lato";
    font-size: 18px;
    line-height: 160%; 
    font-weight: 400;
    color: #797979;
}

.support24{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 18px 21px;
    border-radius: 300px;
    background:  var(--primaryColor);
    border: none;
}

.support24 span{
    font-family: "Lato";
    font-size: 18px;
    line-height: 160%; 
    font-weight: 500;
    color: var(--white);
    text-transform: capitalize;
}

.mt-40{
    margin-top: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    column-gap: 64px;
    row-gap: 30px;
    align-items: center;
}
.ms-lg-auto{
    margin-left: auto;
}

.ms-auto{
    margin-left: auto;
}

.max-w-692{
    max-width: 692px;
}
.buy-and-sell-sec{
    background-image: url('../images/sell-and-buy-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 122px;
    border-radius: 28px;
}
.mt-192{
    margin-top: 192px;
}

.mt-150{
    margin-top: 130px;
}
.sell-and-buy-content{
    display: flex;
    column-gap: 30px;
}

.sell-mobiles{
    transform: translateY(100px);
}

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}

.flex-column{
    flex-direction: column;
}

.selling-content{
    max-width: 546px;
    width: 100%;
}

.text-white{
    color: var(--white);
}

/* .sliding-text{
    height: 110px;
    overflow: hidden;
}

.selling-heading{
    font-size: 64px;
    font-weight: 700;
    line-height: 127.9%;
    text-transform: uppercase;
    transform: translateY(22px);
} */

.sliding-text {
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.selling-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 127.9%;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    animation: slideAnimation 9s infinite;
}

.selling-heading:nth-child(1) {
    animation-delay: 0s;
}

.selling-heading:nth-child(2) {
    animation: none;
    animation: fadeInOut 9s infinite;
    animation-delay: 3s;
    transform: none;
}

.selling-heading:nth-child(3) {
    animation: none;
    animation: fadeInOut 9s infinite;
    animation-delay: 6s;
    transform: none;
}

@keyframes slideAnimation {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(0);
    }
    40% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes fadeInOut {
    0%, 40%, 100% {
        opacity: 0;
    }
    10%, 30% {
        opacity: 1;
    }
}

.text-center{
    text-align: center;
}

.mt-48{
    margin-top: 48px;
}

.gap-24{
    gap: 24px;
}

.flex-wrap{
    flex-wrap: wrap;
}
.mt-278{
    margin-top: 278px;
}

.block-chain-animations{
    width: 265px;
    height: 545px;
    position: relative;
    padding: 8px 10px;
}

.block-chain-animations .blockchain-image{
    position: absolute;
    z-index: -1;
    inset: 0;
}

.sliding-images{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 30px;
    /* overflow: hidden; */
    position: relative;
}

.sliding-images .swiper-slide{
    width: 100% !important;
    height: 100% !important;
}
.col .slider-container img{
    height: 634px !important;
    max-width: 441px !important;
    width: 100%;
}
.sliding-images .swiper-slide{
    background: white;
    border-radius: 30px;
}
.blockchain-section .mySwiper{
    border-radius: 30px !important;
}
.blockchain-section .sliding-images .swiper-slide{
    border-radius: 0;
}
.mySwiper {
    width: 100%;
    height: 100%;
}

.object-fil{
    object-fit: fill;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.grid{
    display: grid;
}

.securit-grid{
    grid-template-columns: minmax(100px, 632px) minmax(100px, 415px);
}

.securit-grid-2{
    grid-template-columns: minmax(100px, 462px) minmax(100px, 480px);
}

.securit-grid-3{
    grid-template-columns: minmax(100px, 504px) minmax(100px, 514px);
}

.securit-grid-4{
    grid-template-columns: minmax(100px, 800px) minmax(100px, 402px);
}

.waitlist{
    grid-template-columns: minmax(100px, 528px) minmax(100px, 573px);
}

.gap-64{
    gap: 64px;
}

.justify-content-between{
    justify-content: space-between;
}

.fw-500{
    font-weight: 500;
}

.gap-32{
    gap: 32px;
}

.step-count{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: var(--primaryColor);
}

.sliding-btn{
    background-color: transparent;
    border: none;
}

.rotate-360{
    transform: rotate(180deg) translateY(4px);
}

.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.mt-32{
    margin-top: 32px;
}

.mt-24{
    margin-top: 24px;
}

.grid-col-2,
.col-2{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.justify-content-end{
    justify-content: end;
}

.input{
    padding: 10px 12px;
    border-radius: 16px;
    border: 0.5px solid #6E6E6E;
    width: 100%;

    font-family: "Lato";
    font-size: 16px;
    line-height: 24px; 
    font-weight: 500;
    color: #212121;
    outline: none;
}

.dropdown-field{
    background-image: url('../images/icons/chervan.png');
    background-position: center right 12px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.country-dropdown{
    position: relative;
}

.dropdown-items{
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 50px 0 20px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 2;
    background-color: var(--white);
    border-radius: 16px;
    display: none;

    max-height: 250px;
    overflow-y: auto;

}

.search-country {
    position: absolute;
    top: calc(100% + 8px);
    left: 8px;
    z-index: 3;
    width: calc(100% - 16px);

    padding: 5px 8px;
    border-radius: 8px;
    border: 0.5px solid #6E6E6E;
    display: none;
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px; 
    font-weight: 500;
    color: #212121;
    outline: none;
}

/* Scrollbar track */
.dropdown-items::-webkit-scrollbar {
    width: 5px; /* Width of the scrollbar */
}

/* Scrollbar handle */
.dropdown-items::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar */
    border-radius: 5px; /* Rounded corners */
}

/* Scrollbar handle on hover */
.dropdown-items::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker color on hover */
}

/* Scrollbar track */
.dropdown-items::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.dropdown-items.show {
    display: block;
}

.dropdown-items .dropdown-item{
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px; 
    font-weight: 500;
    color: #212121;
    padding: 5px 20px;
    cursor: pointer;
}

.dropdown-items .dropdown-item:hover{
    background-color: rgb(221, 219, 219);
}

.input::placeholder{
    color: #B8B8B8;
}


.close-btn{
    display: none;
    border: none;
    background: transparent;
}

.footer{
    padding-top: 64px;
    padding-bottom: 48px;
    border-top: 1px solid #E1E1E1;
}

.footer-bottom{
    border-top: 1px solid #E1E1E1;
}

.pb-72{
    padding-bottom: 72px;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1fr 193px;
    gap: 32px;
}

.footer-text{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #212121;
}

.fw-700{
    font-weight: 700;
}

.social-links{
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-link{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1.5px solid #630008; */
}

.gap-40{
    column-gap: 40px;
}

.assets-management-sec{
    border-radius: 50px;
    /* background: linear-gradient(100deg, #DB0011 0.08%, #AF000E 25.03%, #FF6F00 100.54%); */
    background: linear-gradient(100deg, #DB0011 7.08%, #AF000E 40.03%, #FF6F00 119.54%);
}

.managament-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-areas: "item1 item2 item3";
    align-items: center;
}

.item1{
    grid-area: item1;
}

.item2{
    grid-area: item2;
}

.item3{
    grid-area: item3;
}

.management-content{
    padding-left: 30px;
}

.management-heading{
    font-size: 36px;
    line-height: normal;
}

.management-text{
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.left-slot {
    transform: translateY(-25.5%);
    animation: moveDown 14s infinite alternate ease-in-out;
}

.right-slot {
    transform: translateY(22.5%);
    animation: moveUp 14s infinite alternate ease-in-out;
}

@keyframes moveDown {
    0% { transform: translateY(-25.5%); }
    20% { transform: translateY(-13.1%); }
    40% { transform: translateY(-5.3%); }
    50% { transform: translateY(0%); }
    60% { transform: translateY(7.7%); }
    80% { transform: translateY(15%); }
    100% { transform: translateY(23%); }
}

@keyframes moveUp {
    0% { transform: translateY(22.5%); }
    20% { transform: translateY(13.6%); }
    40% { transform: translateY(5.7%); }
    50% { transform: translateY(0%); }
    60% { transform: translateY(-8%); }
    80% { transform: translateY(-17%); }
    100% { transform: translateY(-25%); }
}

.store-link{
    border-radius: 7px;
    border:  1px solid #A6A6A6;
    background: #000;
    padding: 7px 10px;
    gap: 7px;
    min-width: 135px;
    width: fit-content;
    height: 40px;
}

.store-text{
    font-family: "Inter";
    font-size: 8px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0.77px;
    white-space: nowrap;
    text-align: left;
}

.fs-15{
    font-size: 14px !important;
}

.ff-josefin-sans{
    font-family: "Josefin Sans";
}
.store-link.first{
    padding-left: 8px;
    padding-right: 8px;
}

.bg-white{
    background: var(--white) !important;
}

.slider-container {
    position: relative;
    display: inline-block;
}

.slider-image {
    display: block;
    width: 100%;
    height: auto;
}

.slider-container::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}

.course-img{
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 543px !important;
}

.active-slide.course-img{
    animation: fadeInOut2 5s linear forwards;
    animation-delay: 2s;
}

.mt-80{
    margin-top: 80px;
}

.course-img.course-img-1{
    right: calc(100% - 80px);
    top: 13%;
}

.course-img.course-img-2{
    left: calc(100% - 50px);
    top: 32%;
}

.course-img.course-img-3{
    right: calc(100% - 123px);
    top: 70%;
}
.nav-item .nav-link.active,
.nav-item .custom-link.active {
    font-weight: bold;
    color: rgba(219, 0, 17, 1); 
}

section{
    scroll-margin-top: 120px;
}
.h-135{
    height: 135px;
}

.blogs-hero-section{
    background: linear-gradient(180deg, #4D0006 0%, #740009 196.51%);
    overflow: hidden;
}
.blogs-section{
    margin-top: -26%;
}

.blogs-content{
    margin-top: 125px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.blog-text{
    font-family: "Lato";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.blog-searc-wrapper{
    padding: 12px 14px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    gap: 8px;
    max-width: 320px;
}
.blog-searc-wrapper input{
    flex: 1;
    border: none;
    outline: none;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}
.blogs-container{
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(auto-fill, 384px); */
    /* grid-template-columns: repeat(auto-fill, 384px); */
    row-gap: 48px;
    column-gap: 32px;
}
.blog-card{
    width: 384px;
    padding: 24px 24px 32px 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.blog-thumbnail{
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}
.blog-thumbnail img{
    object-fit: cover;
}
.blog-card .blog-tag{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
    color: #C5000F;
}
.blog-title{
    flex: 1;
    font-family: "Josefin Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    color: #101828;
}

.blog-card .blog-body{
    margin-top: 8px;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
}
.author-image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}
.profile-name{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #101828;
}
.published-date{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
}

/* Pagination */
.pagination-wrapper{
    margin-top: 64px;
    border-top: 1px solid #EAECF0;
    padding: 12px 0;
}
.custom-pagination{
    width: fit-content;
    list-style: none;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    overflow: hidden;
}
.pagination-li{
    padding: 10px 14px;
    border-right: 1px solid #D0D5DD;
    background: #FFF;
}
.pagination-li:last-child{
    border-right: none;
}

.pagination-li a,
.pagination-li span{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
    color: #344054;
}
.pagination-li.current{
    background: #F9FAFB;
}
.pagination-li.current span,
.pagination-li.current a{
    color: #DB0011;
}

@keyframes fadeInOut2 {
    from {opacity: 0;}
    to {opacity: 1;}
}

@media(max-width: 1440px){
    .slider-image{
        max-height: 450px;
    }
}

@media(max-width: 1280px){
    
    .header{
        left: 15px;
        right: 15px;
        transform: unset;
        width: calc(100% - 30px);
    }

}

@media(max-width: 991px){

    .header{
        top: 6px !important;
    }
    .main-heading{
        font-size: 40px;
        text-align: center;
    }

    .nav-toggler{
        display: block;
    }

    .grid-2, .grid-finance, .grid-3, .securit-grid-2, .securit-grid-4{
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .blockchain-section .grid-2{
        row-gap: 50px;
    }
    .securit-grid-4{
        justify-items: center;
    }

    .securit-grid,.securit-grid-3,
    .waitlist{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .nav-items.menu.menu{
        position: fixed;
        transform: translateX(120%);
        top: 96px;
        right: 15px;
        flex-direction: column;
        background-color: var(--white);
        width: 260px;
        padding: 40px 20px;
        align-items: center;
        transition: transform .7s ease;
        border-radius: 16px;
        gap: 6px;
    }

    .close-btn{
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    /* .document-body.overflow-hidden::before{
        position: fixed;
        content: "";
        inset: 0;
        background-color: rgba(97, 88, 88, 0.842);
    } */

    .nav-items.menu.show{
        transform: translateX(0);
        overflow-y: auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .pt-192{
        padding-top: 60px;
    }

    .buy-and-sell-sec{
        padding-top: 60px;
    }
    .pb-96{
        padding-bottom: 60px;
    }

    .pb-72{
        padding-bottom: 20px;
    }

    .mt-192{
        margin-top: 90px;
    }
    
    .mt-150{
        margin-top: 60px;
    }
    .mt-278{
        margin-top: 80px;
    }

    .mt-64, .mt-48{
        margin-top: 30px;
    }
    .sell-and-buy-content{
        flex-direction: column-reverse;
    }

    .sell-mobiles {
        transform: translateY(68px);
    }

    .assets-management-sec{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .managament-grid{
        grid-template-columns: 1fr 1fr; /* Two equal columns */
        grid-template-rows: auto auto; /* Two rows */
        grid-template-areas: 
            "item2 item2"
            "item1 item3";
        row-gap: 100px;
    }
    
    .management-content{
        padding-left: 0;
    }

    .management-heading{
        font-size: 22px;
    }

    .left-slot {
        transform: translateY(-30%);
        /* animation: unset; */
    }
    
    .right-slot {
        transform: translateY(30%);
        /* animation: unset; */
    }
    
    @keyframes moveDown {
        0%{ transform: translateY(-30%); }
        20% { transform: translateY(-18%); }
        40% { transform: translateY(-5.3%); }
        50% { transform: translateY(0%); }
        60% { transform: translateY(9%); }
        80% { transform: translateY(18%); }
        100% { transform: translateY(28%); }
    }
    
    @keyframes moveUp {
        0% { transform: translateY(30%); }
        20% { transform: translateY(18%); }
        40% { transform: translateY(5.7%); }
        50% { transform: translateY(0%); }
        60% { transform: translateY(-9%); }
        80% { transform: translateY(-18%); }
        100% { transform: translateY(-28%); }
    }

    .course-img{
        /* right: unset !important; */
    }

    .course-img.course-img-2{
        top: 40% !important;
        left: calc(100% - 84px);
    }

    .course-img.course-img-3{
        right: calc(100% - 84px);
    }

    .hero-text,
    .sub-text, .sub-heading-3{
        text-align: center;
    }
    .support24{
        margin-left: auto;
        margin-right: auto;
    }

    .sliding-btn-wraper{
        justify-content: center;
    }

}
@media(max-width: 768px){
    
    .footer-grid{
        grid-template-columns: 1fr;
    }

    .footer-grid .col.text-right{
        text-align: left;
    }

    .store-link.ms-auto{
        margin-left: unset;
    }

    .col-2{
        grid-template-columns: 1fr;
    }

    .footer .grid.col-2 ul{
        justify-content: start;
    } 
    
}

@media(max-width: 520px){

    .coming-soon{
        font-size: 9px;
        top: -7px;
        padding: 6px 8px;
    }

    .nav-items.menu.menu{
        top: 65px;
    }

    .btn-component{
        padding: 8px 18px;
        font-size: 12px;
    }

    .step-count{
        display: block;
        text-align: center;
    }

    .support24{
        border-radius: 16px;
        padding: 8px 18px;
    }

    .support24 span{
        font-size: 12px;
    }

    .logo img{
        max-width: 120px;
        height: auto !important;
    }
    .header{
        padding: 8px;
        border-radius: 16px;
    }

    .sub-heading{
        font-size: 25px;
        text-align: center;
    }
    .sub-text,.input, .dropdown-items .dropdown-item{
        font-size: 14px;
    }
    .hero-text{
        font-size: 16px;
    }
    .selling-heading{
        font-size: 32px;
    }

    .sliding-text{
        height: 55px;
    }

    .sub-heading-3{
        font-size: 20px;
    }

    .gap-24, .gap-32{
        gap: 10px;
    }

    .slider-image{
        max-height: 400px;
    }

    .block-chain-animations{
        height: 340px;
        width: 175px;
    }

    .block-chain-animations .blockchain-image{
        height: 100% !important;
        width: 100%;
        object-fit: fill;
    }

    .h-135{
        height: 100px;
        align-items: center;
    }

    .custom-order-lg-1 {
        order: 2;
        text-align: center;
      }
      .custom-order-lg-2 {
        order: 1;
      }
      .blockchain-section .mt-64{
          margin-top: 15px;
      }
      .blockchain-section .grid-2{
          row-gap: 23px;
      }

      .course-img{
        width: 150px;
      }
      .blogs-container{
        row-gap: 32px;
      }
      .blog-card{
        width: 300px;
        padding: 12px;
      }
      .blog-thumbnail {
         height: 180px;
      }
      .blog-content{
        height: auto !important;
      }
      .blogs-content {
        margin-top: 80px;
        padding-bottom: 40px;
      }
      .blog-card .blog-title {
        font-size: 18px;
        line-height: 24px;
      }
      .pagination-li{
        display: none;
      }
      .pagination-li.next,
      .pagination-li.prev{
        display: flex;
      }
}

@media(max-width: 425px){

    .grid-col-2{
        grid-template-columns: 1fr;
    }

}


  .nav-item .nav-link,
  .custom-link {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}
