body {
    background-color: var(--marquee-bg-color);
    font-family:  "Space Grotesk", serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: var(--text-color) !important;
    font-size: 18px !important;

}

ol,
ul {
    padding-left: 0;
}

ul li {
    list-style-type: none;
}

.navbar {
    background-color: var(--footer-color);
    box-shadow: var(--box-shadow-navbar);
    padding: 0;
    border: 1px solid var(--border-color);
}

.navbar-brand img {
    height: 85px;
}

.nav-link {
    color: var(--text1-color) !important;
    font-size: 14px !important;
    transition: color 0.3s ease-in-out;
}

.nav-link:hover {
    color: #289db9;
}

button.toggler-btn {
    border: 2px solid var(--text1-color);
    padding: 0px 10px;
}

button.toggler-btn {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url('../img/menu.png');
    width:25px
}

ul.navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-sign {
    display: flex;
    align-items: center;
    gap: 20px;
}



@media (max-width:991px) {
    ul.navbar-nav {
        align-items: start;
    }

    .btn-sign {
        margin-top: 20px;
    }
}

/* Hero-section-start */
.hero-section {
    background: url('../img/bg-4.svg'),var(--home-bg-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.hero-title {
    width: 550px;
    max-width: 550px;
}

.hero-title h2 {
    font-size: 52px;
    color: var(--text-color);
}

span.title {
    color: #289db9;
}

.hero-title p {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 30px;
    margin-top: 20px;
}
h1.banner-title {
    font-size: 50px;
    color: var(--text-color);
}
span.text-banner-next {
    display: inline-block;
    border-radius: 16px;
    padding: 2px 10px;
    font-weight: 600;
    line-height: 100%;
    background-color: var(--btn-transparent-color);
}
.crypt-grayscale-300 {
    color: var(--banner-para-color);
}
a.btn.start-trading-btn {
    background: #289db9;
}
.coin-wrap {
    margin-right: -12px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
}
/* swap */
.swap {
    background: var(--marquee-bg-color);
    padding: 25px 0;
    overflow: hidden;
}
.card-title {
    color: var(--text-color);
}
/* collectibles */
.collectibles-section {
    background: var(--marquee-bg-color);
    padding: 25px 0;
    overflow: hidden;
}

h2.about-title {
    font-size: 48px;
    line-height: 52px;
    font-weight: 500;
    color: var(--text-color);
}
.crypt-grayscale-400 {
    color: var(--text1-color) !important;
}
.crypt-red-500 {
    color: var(--red-color) !important;
}
.crypt-blue-500 {
    color: var(--yellow-color) !important;
}

.crypt-cyan-500 {
    color: #289db9 !important;
}
/* benefits */
.benefits-section {
    background: var(--marquee-bg-color);
}
.card-lg-3 {
    padding: 20px 20px 0px 20px;
    width: 100%;
    gap: 20px;
    overflow: hidden;
    border-radius: 20px;
    backdrop-filter: blur(50px);
}
.bg-1 {
    border: 0px;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%) !important;
}
.bg-2 {
    border: 0px;
    background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%) !important;
}
.bg-3 {
    border: 0px;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%) !important;
}   
/* prducts */
.products-section {
    background: var(--marquee-bg-color);
    padding: 75px 0;
    overflow: hidden;
}
h2.title {
    color: var(--text-color);
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    font-weight: 500;
}
.card{
    background-color: var(--card-bg-color);
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
  
}
.card-products{
    display: flex;
    gap: 20px;
    align-items: center;
}
h4.card-title.fw-medium.mb-3 {
    font-size: 24px;
    color: var(--text-color);
    line-height: 34px;
}
p.card-text {
    font-size: 15px;
    font-weight: 400;
    color: var(--card-text-color);
}
.card-img img {
    width: 140px;
}
.check-text{
    color: var(--text-color);
}



/*  */
.powerfull-features{
    background: var(--marquee-bg-color);
    padding: 55px 0;
    overflow: hidden;
}

/* blog */
.blog-section{
    background: var(--marquee-bg-color);
    overflow: hidden; 
    padding: 45px 0;
}
.blog-card {
    background: var(--card-bg-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}
.meta p {
    color:var(--card-text-color);
    font-size: 14px !important;
}
.thumb {
    padding-bottom: 55%;
    background-size: cover;
    background-position: center center;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.5s ease;
}
.thumb:hover {
    padding-bottom: 55%;
    background-size: cover;
    background-position: center bottom;
}
h5.title-link {
    font-size: 18px;
    line-height: 30px;
}
/* faqs */
.faqs-section{
    background: var(--marquee-bg-color);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    margin-top: 20px;
    border-radius: 12px;
    border: none;
    background-color: var(--faqs-color);
    }
.accordion-item {
    background: var(--card-bg-color);
    border: 1px solid var(--card-bg-color);
    border-radius: 12px;
}
.accordion-button {
    background: none;
}
.accordion-body {
    color: var(--card-text-color);
}
button.accordion-button.collapsed.fs-4.fw-medium {
    background: var(--faqs-color);
    border: 1px solid var(--faqs-color) !important;
    border-radius: 12px;
    font-size: 22px !important;
    color: var(--text-color);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("/Assets/img/arrow.png");
}
.accordion-item:first-of-type {
    border-radius: 12px;
}
.accordion-button:not(.collapsed) {
    color:  var(--text-color);
    background-color: var(--according-color);
    box-shadow:none;
    border-radius: 12px;
    outline: none;
}
/* newsletter */
.news-letter-section {
    padding: 50px 0;
    display: block;
    overflow: hidden;
    background: url("/Assets/img/map.svg"), #000 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.newsletter .newsletter-form {
    position: relative;
    max-width: 655px;
    z-index: 999;
}
.newsletter-form input[type="email"] {
    height: 56px;
    width: 100%;
    padding: 18px 135px 18px 20px;
    font-size: 16px;
    color: var(--color-primary-500);
    border: 0 none;
    border-radius: 10px;
    outline: none;
    background-color: var(--card-bg-color);
    line-height: 1;
    position: relative;
}
#element {
    position: absolute;
    right: 25px;
    top: 49px;
}
.crypt-grayscale-500 {
    color: var(--color-primary-500) !important;
}
.h6, h6 {
    font-size: 14px;
}
a.text-link {
    font-size: 15px !important;
}
/* footer */
.footer {
    padding: 75px 0 0;
    background: var(--footer-color);
}

.fotter-logo img {
    width: 100px;
}

p.paragraph-fotter {
    font-size: 14px;
    font-weight: 400;
    color: var(--text1-color);
    margin: 20px 0;
}

h4.footer-title {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 16px;
}

ul.footer-ul li {
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}

ul.footer-ul li a {
    color: var(--text1-color) !important;
    transition: all .3s ease-out 0s;
    display: inline-block;
    position: relative;
    font-size: 14px !important;

}

ul.footer-ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--text1-color);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s cubic-bezier(.74, .72, .27, .24);
}

ul.footer-ul li a:hover {
    opacity: 1;
    color: var(--text1-color);
}

ul.footer-ul li:hover a::after {
    transform-origin: left top;
    transform: scale(1, 1);

}

ul.footer-social {
    display: flex;
    align-items: center;
    margin: 0 -7px;
}

ul.footer-social li {
    padding: 0 7px;
}

ul.footer-social li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--black-color);
    background-color: var(--black-color);
    color: var(--text1-color) !important;
    transition: all 0.4s ease-in-out;
}

ul.footer-social li a:hover {
    color: var(--text1-color) !important;
    border: 2px solid var(--text1-color);
}


/* margin-bottom */
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid var(--text1-color);
    margin-top: 40px;
}

.copyright-text p {
    color: var(--text1-color);
    margin-bottom: 0;
    font-size: 14px;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -30px;
}

.footer-menu ul li {
    padding: 0 30px;
}

.footer-menu ul li a {
    color: var(--text1-color) !important;
    font-weight: 500;
}
/* @media screen  */
@media (max-width:1160px) {
    .container {
        max-width: unset;
    }
}
@media (max-width:991px) {
    .accounts-card {
        margin-top: 20px;
    }
    .bg-3 {
        margin-top: 6px;
    }
}
@media (max-width:768px) {
    .hero-title {
        width: 100%;
        max-width: 100%;
    }
    .powerfull-features {
        padding: 0px 0;
        padding-top: 45px;
    }
    .blog-section {
        padding: 0px ;
    }
    .news-letter-section {
        padding: 35px 0;
    }
    .footer {
        padding: 35px 0 0;
    }
}
@media (max-width:767px) {
    .volume-card {
        margin-top: 20px;
    }
    h4.footer-title {
        margin-top: 20px;
    }
    .bg-2 {
        margin-top: 6px;
    }
}
@media (max-width:576px) {
    .btn-sign {
        display: grid;
    }
    .blog-section {
        padding: 25px 0;
    }
    .btn-explore {
        margin-top: 20px;
    }
    .swap {
        padding: 0px;
    }
    .collectibles-section {
        padding: 0px;
    }
    h2.about-title {
        font-size: 35px;
        line-height: 40px;
    }
    h1.banner-title {
        font-size: 45px;
    }
  
}
@media (max-width:425px) {
    #element {
        position: absolute;
        right: 19px;
        top: 73px;
    }
   
    .card-title {
        font-size: 20px;
    }
   
    .in-view {
        padding: 20px !important;
    }
}
@media (max-width:375px) {
    h1.banner-title {
        font-size: 40px;
    }
    h2.about-title {
        font-size: 32px;
    }
    #element {
        position: absolute;
        right: 19px;
        top: 75px;
        padding: 6px 12px;
    }
}
.btns {
    position: relative;
    padding: 7px 30px;
    font-size: 14px !important;
    color: var(--text-color);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border: 1px solid #289db9;
    border-radius: 0;
    background-color: var(--btn-transparent-color);
}
.btn {
    font-size: 16px !important;
}
.from-right:before {
    left: 0;
    border: 1px solid #289db9;
    border-left: 0;
    border-right: 0;
}
.btns:before, .btns:after {
    content: '';
    position: absolute;
    transition: inherit;
}
.from-right:before, .from-right:after {
    top: 0;
    width: 0;
    height: 100%;
}
.from-right:after {
    right: 0;
}
.btns:hover {
    color: var(--text-color) !important;
    border: 1px solid transparent;
    background-color: transparent;
    transition-delay: .080s;
    z-index: 1;
}
.from-right:hover:before {
    width: 70% !important;
    left: 20px;
}
.from-right:hover:before {
    width: 70% !important;
    left: 20px;
}
.from-right:hover:before, .from-right:hover:after {
    width: 100%;
}
.btns:hover:after {
    background: #289db9;
    transition-delay: .35s;
    border-radius: 5px;
    z-index: -1;
}