@import url('https://fonts.googleapis.com/css2?family=Google+Sans&display=swap');

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #21B2FF;
}

::selection {
    color: #fff;
    background: #21B2FF;
}

a:focus-visible {
    outline: 1px solid;
}

body {
    background-color: #fff;
    color: #5f6465;
    font-size: 20px;
    font-family: 'Google Sans', sans-serif;
}

p {
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0
}

.wrapper {
    overflow-x: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

h1 {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    }
h2,
h3,
h4,
h5,
h6 {
font-family: 'Google Sans', sans-serif;
}

.section-title {
    line-height: 60px;
    font-size: 2.5em;
    color: #182022;
    margin-bottom: 25px;
}

.section-subtitle {
    font-size: 1em;
    line-height: 1.6em;
    color: #5f6465;
    margin-bottom: 0;
    font-weight: 300;
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.btn {
    max-width: 250px;
    width: 100%;
    padding: 0 1.5rem;
    border-radius: 50px;
    font-size: 1.25em;
    min-height: 75px;
    line-height: 100%;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    border: none;
    position: relative;
    transition: .5s all;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn.btn-lg {
    font-size: 1.6em;
    min-height: 102px;
    max-width: 350px
}

.btn:hover {
    transform: translateY(-8px)
}

.btn:focus {
    background-color: #21B2FF;
    box-shadow: none;
    border: none;
    color: #fff
}

.btn-sm {
    min-height: 50px;
    max-width: 140px;
    padding: .25em 1em;
    font-size: 1em;
}

.btn-primary {
    background-color: #21B2FF;
}

.btn-primary-outline,
.btn-primary-outline:hover {
    border: 2px solid #21B2FF;
    color: #182022;
}

.btn-primary:hover {
    background-color: #21B2FF;
    border: none;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #21B2FF
}

.btn-secondary:hover {
    background-color: #21B2FF
}

.btn-secondary-outline,
.btn-secondary-outline:hover {
    border: 2px solid #21B2FF;
    color: #21B2FF;
}

.btn-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}


header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 210px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s ease-in-out;
    z-index: 999;
    padding: 125px 0;
}


header.header-sm {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 82px;
    padding: 27px 0;
}

header.nav-up {
    transform: translateY(-150px)
}

header .nav-menu {
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-menu-button {
    height: 24px;
    width: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.nav-menu-button .line {
    display: block;
    height: 2px;
    width: 100%;
    background: #5f6465
}

.nav-menu-button .line1 {
    transform-origin: 0 0;
    transition: transform .4s ease-in-out
}

.nav-menu-button .line2 {
    transition: transform .2s ease-in-out
}

.nav-menu-button .line3 {
    transform-origin: 0 100%;
    transition: transform .4s ease-in-out
}

.mobile-menu-open .nav-menu-button {
    background-color: #eff3f4;
}

.mobile-menu-open .nav-menu-button .line1 {
    transform: rotate(45deg);
    transform-origin: 2px 7px;
}

.mobile-menu-open .nav-menu-button .line2 {
    transform: scaleY(0)
}

.mobile-menu-open .nav-menu-button .line3 {
    transform: rotate(-45deg);
    transform-origin: 2px -4px;
}

.bg-white {
    background-color: #fff
}

.nav-menu .dropdown-toggle::after {
    transition: 0.5s all;
    content: "" !important;
    position: static !important;
}

.nav-menu .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.nav-menu .dropdown-item {
    font-size: 3.5vw;
    text-align: center;
}

.nav-menu .dropdown-item:focus,
.nav-menu .dropdown-item:hover {
    background-color: transparent;
    color: #21B2FF;
}

.nav-menu .dropdown-item.active {
    color: #21B2FF;
    background-color: transparent;
}


.nav-menu .dropdown-menu.show {
    position: relative !important;
    margin-top: 12px !important;
    transform: none !important;
    background-color: #eff3f4;
    width: 100%;
}


.nav-menu-wrapper {
    display: none;
    position: relative;
}

.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-open .logo {
    display: none;
}

.mobile-menu-open .nav {
    justify-content: flex-end;
}

.mobile-menu-open .nav-menu-wrapper {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: #eff3f4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5% 15%;
    overflow-y: scroll;
}

.mobile-menu-open .nav-img {
    position: absolute;
    top: 127px;
    right: -70px;
}

.mobile-menu-open .nav-img img {
    /* height: 70vh; */
}

.mobile-menu-open .nav-links {
    list-style: none;
}

.mobile-menu-open .nav-links li {}

.mobile-menu-open .nav-links li a {
font-family: 'Google Sans', sans-serif;
    padding: 20px 25px;
    padding-top: 30px;
    font-size: 2.15vw;
    border-bottom: 1px solid #c5c5c5;
}

.mobile-menu-open .nav-links li a:hover {
    border-bottom: 1px solid #21B2FF;

}

.mobile-menu-open .nav-links li:last-child a {
    border-bottom: 0
}

.mobile-menu-open .nav-links li a:focus {
    border-bottom: 1px solid #21B2FF;

}

.mobile-menu-open .nav-links li:last-child {
    border: none;
}


/* Banner Section  */
.banner-carousel-wrapper {
    margin-left: 60%;
    width: 35%;
}

.banner-section {
    background-color: #eff3f4;
    height: 100%;
    padding-top: 280px;
    padding-bottom: 150px;
    position: relative;
}

.banner-section h1 {
    font-size: 3em;
    color: #182022;
    line-height: 80px;
    margin-bottom: 35px;
}

.banner-section p {
    margin: 0;
    font-size: 1.25em;
    margin-bottom: 40px;
}

.banner-content {
    padding-left: calc((99.5vw - 1170px) / 2);
    width: 55%;
    position: absolute;
    left: 0;
}

.banner-carousel {
    position: relative;
}

.pad-top {
    margin-top: 230px;
}

.banner-carousel div img {
    border-radius: 29px 29px 90px 29px;

}

.banner-carousel .owl-nav {
    position: absolute;
    top: 150px;
    right: 35px;
}


.banner-carousel.owl-carousel .owl-nav .owl-prev {
    display: none;
}


.banner-carousel.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.banner-carousel div:nth-child(even) img {
    border-radius: 33px 33px 33px 145px;

}


.join-now {
    background-color: #21B2FF;
    border: 1px solid #21B2FF;
    padding: 12px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px
}

.join-now:hover {
    transform: scale(0.98);
    background-color: #21B2FF;
    border: 1px solid #21B2FF
}

.connect-wallet {
    background-color: transparent;
    border: 1px solid #21B2FF;
    padding: 12px 22px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    color: #fff
}

.connect-wallet:hover {
    transform: scale(0.98);
    background-color: transparent;
    border: 1px solid #21B2FF;
}

.adding-creators {
    display: flex;
    justify-content: flex-start;
    margin-top: 65px;
    align-items: center;
    z-index: 1;
}

.adding-creators ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 15px
}

.figure li+li {
    margin-left: -21px
}

.figure li img {
    border-radius: 50%;
    border: 2px solid #fff;
    filter: grayscale(100%);
}

.figure li img:hover {
    filter: grayscale(0)
}

.adding-creators-aside h6 {
    color: #5f6465;
    padding: 0;
    margin: 0;
    font-size: .8em;
    text-align: left;
    line-height: 1.4
}

.adding-creators-aside h6 strong {
    color: #21B2FF
}

.adding-creators-aside h6 strong span {
    color: #191f2e;
}

/* Investor section starts */
.investors-partners {
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
}

.investors-grid.owl-carousel {
    margin-top: 90px;
    position: relative;
}

.investors-grid.owl-carousel.prev-items-available:before {
    content: "";
    background: url('../images/brand-carousel-overlay.png') no-repeat;
    width: 215px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(-1);
    z-index: 10;
}

.investors-grid.owl-carousel.next-items-available:after {
    content: "";
    background: url('../images/brand-carousel-overlay.png') no-repeat;
    width: 215px;
    height: 200px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.investors-grid.owl-carousel .owl-nav {
    position: absolute;
    top: 200px;
}

.investors-grid.owl-carousel .owl-nav .owl-next {
    margin-left: 40px;
}


.investors-grid.owl-carousel .owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.investors-grid.owl-carousel .owl-nav .owl-prev:hover {
    transform: translateX(-6px)
}


.investors-grid.owl-carousel .owl-nav .owl-prev.disabled,
.investors-grid.owl-carousel .owl-nav .owl-next.disabled {
    transform: translate(0, 0);
}


.investors-grid.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.investors-grid.owl-carousel .grid-item {
    width: 235px;
    border: 1px solid #eff3f4;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    border-radius: 20px;
}

.investors-grid.owl-carousel .grid-item:hover {
    border: 1px solid #ccd5d7;
}

/* Investor section ends */
/* why digistick section starts */
.why-digistic {
    padding-top: 100px;
    padding-bottom: 50px;
}

.why-digistic p {
    margin-bottom: 40px;
}

.why-digistic .feature-content {
    list-style: none;

}

.why-digistic .feature-content i {
    padding-right: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 0.7em;
}

.why-digistic .feature-content li {
    margin-bottom: 30px;
    font-size: 1.25em;
    font-weight: 300;
    position: relative;
    color: #5f6465;
    padding-left: 31px;
}

.why-digistic .feature-img {
    position: relative;
}

.why-digistic .feature-img .vector-imgs {
    display: flex;
    justify-content: space-around;
}

.why-digistic .feature-img .vector-imgs img {
    height: 100%;
}

.why-digistic .feature-img .vector-imgs img.line-1 {
    margin-top: -70px;
}

.why-digistic .feature-img .vector-imgs img.line-3 {
    margin-top: -120px;
}

.why-digistic .feature-img .main-img {
    margin-top: 65px;
    top: 130px;
    position: absolute;
    z-index: 2;
    left: 37%;
    width: 85%;
    transform: translateX(-50%);
}

.why-digistic .why-list {
    list-style: none;
}

.why-digistic .why-list .why-card {
    margin-bottom: 70px;
}

.why-digistic .why-list h3 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Google Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #5f6465;
}

.why-digistic .why-list h6 {
    font-size: 1em;
    font-family: 'Google Sans', sans-serif;
    color: #5f6465;
    font-weight: 300;
}



/* why digistick section ends */

/* join community section starts */
#join-community {
    padding-top: 100px;
    padding-bottom: 100px;
}

#join-community-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.join-community {
    background-color: #eff3f4;
    padding: 80px 60px;
    border-radius: 38px;
    position: relative;
}

.join-community-cont {
    padding-right: 100px;

}

.join-community-cont h2 {}

.join-community-cont p {}

.join-community-cont .adding-creators {
    margin-top: 40px;
}

.join-community-buttons {
    padding-left: 270px;
    margin-top: 60px;

}

.join-community-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}


/* join community section ends */

/* roadmap section starts */

.roadmap {
    padding-top: 90px;
    padding-bottom: 70px;
}

.roadmap-list {
    padding-top: 40px;
}

.roadmap-list>li {
    display: flex;
    border-bottom: 1px solid #ccd5d7;
    padding: 40px 0px;
    position: relative;
}

.roadmap-list>li:hover {
    border-bottom: 1px solid #21B2FF;
}

.roadmap-number {
    font-size: 1.25em;
    font-weight: bold;
    color: #5f6465;
    line-height: 60px;
    min-width: 100px;
}

.roadmap-content {

    color: #5f6465;
}

.roadmap-content h3 {
    font-size: 1.25em;
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 60px;
}

.roadmap-content ul {
    list-style: none;
}

.roadmap-content ul li {
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: 300;
    position: relative;
    padding-left: 12px;
}


.roadmap-content ul li::before {
    content: "";
    background: url('../images/roadmap-arrow.png') no-repeat;
    height: 5px;
    width: 3px;
    position: absolute;
    top: 12px;
    left: 0
}

.roadmap-list>li .roadmap-images {
    opacity: 0;
    position: absolute;
    right: 120px;
    justify-content: left;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    top: 90px;
    visibility: hidden;
}

.roadmap-list>li .roadmap-images img:first-child {
    border-radius: 12% 12% 12% 36%;
    width: 55%;
}

.roadmap-list>li .roadmap-images img+img {
    border-radius: 22px 22px 45px 22px;
    margin-top: -60px;
    width: calc(45% - 30px);
}

.roadmap-list>li:hover .roadmap-images {
    opacity: 1;
    visibility: visible;
}

.roadmap-list>li .roadmap-images:hover {
    filter: grayscale(0);
}

/* roadmap section ends */

/* auction section starts */

.auction-section {
    padding-top: 100px;
    position: relative;
    padding-bottom: 80px;
}

.roadmap .btn-container {
    flex-direction: row;
    padding-top: 70px;
    justify-content: flex-start;
    padding-left: 40px;
}

.auction-title {
    margin: 0 auto;
    position: absolute;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.auction-title>* {
    width: 400px;
    max-width: 33%;
}

.auction-section .auction-cards {
    margin-left: calc(50vw - 185px);
    width: calc(50vw + 185px);
    display: block;
}

.auction-section .auction-carousel .owl-nav {
    position: absolute;
    top: 320px;
    left: -420px;
}

.auction-section .owl-nav .owl-next {
    margin-left: 40px;
}

.auction-section .owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.auction-section .owl-nav .owl-prev:hover {
    transform: translateX(-6px)
}

.auction-section .owl-nav .owl-prev.disabled,
.auction-section .owl-nav .owl-next.disabled {
    transform: translate(0, 0);

}

.auction-section .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.auction-carousel .owl-item .card-likes-badge>i {
    margin-right: 5px
}

.auction-carousel .owl-item .card-likes-badge {
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 20px;
    line-height: 24px;
    color: rgb(246, 191, 52);
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 2;
    transform: translateX(-200px);
    transition: .5s all
}

.auction-item:hover .card-likes-badge {
    transform: translateX(0)
}

.auction-item .auction-card-body {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.auction-item .auction-card-body img {
    filter: grayscale(100%)
}

.auction-item:hover .auction-card-body img {
    filter: grayscale(0)
}

.auction-item .card-timer {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: .8em;
    transform: translateX(200px);
    transition: .5s all
}

.auction-item .place-bid {
    transform: translateX(200px);
    transition: .5s all
}

.auction-item:hover .place-bid {
    transform: translateX(0)
}

.auction-item:hover .card-timer {
    transform: translateX(0)
}

.auction-card-caption a {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.auction-item .auction-card-footer {
    display: flex;
    justify-content: space-between;
    padding: 24px 10px 0;
    transform: translateY(100%);
    transition: .5s all;
}

.auction-item:hover .auction-card-footer {
    transform: translateY(0%)
}

.auction-card-footer-left {
    padding-right: 20px;
    
    width: 85%;
}

.auction-card-footer-left .auction-card-title {
    font-size: 1.25em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.auction-card-footer-left .auction-card-author-amount {
    display: flex;
    align-items: center
}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img {
    display: inline-block;
    margin-right: 10px;
}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img img {
    display: inline-block;
    width: auto;
    border-radius: 50%;
    border: 2px solid #fff;

}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img img+img {
    margin-left: -20px;
}

.auction-card-footer-left .auction-card-artist-name {
    font-size: .9em;
    font-weight: 300;
}

.auction-card-footer-left .auction-card-artist-name a {
    color: #21B2FF;
}

.auction-card-footer-left .auction-card-artist-name a:hover {
    color: #5f6465;
}

.auction-card-footer-left .auction-card-amount {
    font-size: .8em;
    font-weight: bold;
    margin-left: auto
}

.auction-card-footer-right {
    padding-left: 20px;
    align-self: end;
    width: 15%;
}

.auction-card-footer-right .auction-card-stock-count {
    font-size: .8em;
    font-weight: 700;
    color: #5f6465
}

.auction-card-footer-right .auction-card-stock-count span {
    font-size: 1em;
    display: block;
}

/* auction section ends */



/*creator section starts*/
.awesome-creators {
    padding-top: 100px;
}

.awesome-creators .btn-container {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 120px;
}

.creators-top {
    margin-bottom: 90px;
}

.creators-grid {
    padding-left: calc((100vw - 1170px) / 2);
}

.creator-img-wrapper img {
    border-radius: 30px;
    filter: grayscale(100%);
}

.creator-img-wrapper:hover img {
    filter: grayscale(0);
}

.creator-name {
    text-align: center;
    font-size: 1.25em;
    margin-top: 30px;
    color: #5f6465;
    margin-bottom: 5px;
}

.creator-eth {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #5f6465;
}

.creators-grid .owl-nav {
    margin-top: 80px;
    position: relative;
}

.owl-nav .owl-next {
    margin-left: 40px;
    transition: 0.2s all;
    transform: translateX(0)
}

.owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.owl-nav .owl-prev {
    transition: 0.2s all;
    transform: translateX(0);
}

.owl-prev:hover {
    transform: translateX(-6px)
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.25;
    cursor: default;
}

.creators-grid .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

/*creator section ends*/


/*team section starts*/
.team-section {
    margin-top: 150px;
}

.team-member-list {
    list-style: none;
    margin-top: 60px;
}

.team-member-list li {
    padding-top: 35px;
}

.team-member {
    border-bottom: 1px solid #ccd5d7;
    padding-bottom: 45px;
    font-family: 'Google Sans', sans-serif;
    display: grid;
    grid-template-columns: 3fr 5fr 3fr 1fr;
    gap: 30px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.team-member.open {
    max-height: 100%;
}

.team-member h5 {
    font-size: 1.25em;
    text-align: left;
    color: #5f6465;
    font-family: 'Google Sans', sans-serif;
}

.team-member .team-member-content {
    color: #5f6465;
    font-family: 'Google Sans', sans-serif;
}

.team-member .team-member-content h6 {
    font-size: 1em;
    font-family: 'Google Sans', sans-serif;
    line-height: 35px;
}

.team-member .team-member-content p {
    margin-bottom: 20px;
    font-size: 0.75em;
    font-weight: 300;
    font-family: 'Google Sans', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-content p {
    -webkit-line-clamp: none;
    display: block;
}

.team-member .team-member-img {
    transform: translateY(-25%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-img {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.team-member .team-member-social {
    display: none;
}

.team-member.open .team-member-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.team-member.open .team-member-social a {
    color: #5f6465;
    font-size: 1.1em;
}

.team-member.open .team-member-social a:hover {
    color: #21B2FF;
}

.team-accordian-icon {
    position: absolute;
    right: 25px;
    top: 0;
    border: none;
    width: 15px;
    height: 15px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.team-member.open .team-accordian-icon:before {
    display: none;
}

.team-member .team-accordian-icon:before {
    content: '';
    cursor: pointer;
    background-color: #5f6465;
    height: 15px;
    display: block;
    width: 1px;
    /* position: absolute; */
}

.team-member .team-accordian-icon:after {
    content: '';
    background-color: #5f6465;
    height: 1px;
    display: block;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    /* ptransform: translateY(-50%);*/
}


.team-accordian-icon:hover:before,
.team-accordian-icon:hover:after {
    background-color: #21B2FF;
}


/*team section ends*/


/*faq section starts*/

.faq-section {
    padding-top: 180px;
    padding-bottom: 90px;
}

.faq-section .section-title,
.faq-section .section-subtitle {
    text-align: center;
}

.faq-section .faq-tab-links .owl-item {
    text-align: center;
}

.faq-section .faq-tab-links .owl-item li {
    display: inline-block;

}

.faq-tab-links {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    list-style: none;
}

.faq-tab-links li {
    font-size: 1.25em;
    color: #ccd5d7;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.faq-tab-links li.active {
    border-bottom: 1px solid #21B2FF;
    color: #5f6465;
}

.faq-tab-content {
    padding-top: 95px;
}

.faq-tab-content>div {
    display: none;
}

.faq-list {
    list-style: none;
    padding-right: 50px;
}

.faq-list>li+li {
    margin-top: 40px;
}

.faq-list .faq-question {
    color: #5f6465;
    font-size: 1em;
}

.faq-list .faq-answer {
    font-weight: 300;
    font-size: 0.75em;
    color: #5f6465;
}

/*faq section ends*/

/*email update section starts*/
.email-upadte {
    text-align: center;
    padding-top: 90px;
}

.input-container {
    padding-top: 90px;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-bottom: 150px;
    border-bottom: 1px solid #ccd5d7;
}

.input-container input {
    max-width: 570px;
    width: 100%;
    min-height: 75px;
    border: 1px solid #ccd5d7;
    border-radius: 40px;
    color: #5f6465;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-size: 1em;
    padding: 12px 36px;
}

/*email update section ends*/



/*footer section starts*/
.footer-cont {
    padding-top: 140px;
    padding-bottom: 140px;
    color: #5f6465;
}

.footer-links ul {
    list-style: none
}

.footer-links h5 {
    font-family: 'Google Sans';
    font-size: 1em;
    margin-bottom: 16px
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links li a {
    color: #5f6465;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 300;
}

.footer-links li a:hover {
    color: #21B2FF;
}


.footer-bottom .brand-logo {
    margin-bottom: 24px
}

.footer-bottom .footer-info {
    margin-bottom: 30px;
    font-size: 0.75em;
    font-weight: 300;
}

.copyright-para {
    font-size: 0.75em;
    font-weight: 300;
}

.footer-bottom .footer-social {
    margin-top: 30px
}

.footer-bottom .footer-social a {
    color: #5f6465;
    margin-right: 14px;
    font-size: 20px;
}

.footer-bottom .footer-social a:hover {
    color: #21B2FF;
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.page-banner {
    margin-top: 200px;
    background-color: #eff3f4;
    padding-top: 110px;
    padding-bottom: 80px;
    text-align: center;

}

.page-banner .page-heading {
    font-size: 40px;
    padding-bottom: 10px;
font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    color: #182022
}

.page-banner .sub-heading {
    font-size: 20px;
}

/*footer section ends*/


.desktop-hide {
    display: none;
}

/*ABOUT HTML*/

.about-nft {
    /* position: relative; */
    margin-top: 150px;
}

.btn.more {
    max-width: 110px;
    font-size: 20px;
    min-height: 50px;
    margin-top: 50px;
}

.about-nft .banner-carousel-wrapper {
    margin-left: 58%;
    width: 32%;
}

.about-why {
    display: flex;
    margin-bottom: 200px;

}

.about-why .why-card {
    margin-right: 70px;
}

.about-why .why-card h3 {
     font-size: 1.5em;
    color: #5f6465;

}

.about-why .why-card h6 {
     font-size: 1em;
    color: #5f6465;
    margin-bottom: 20px;

}

.about-why .why-card p {
    font-size: 15px;
    color: #5f6465;
    margin-right: 80px;

}

.about-features {
    padding-left: 200px;
    margin-top: 265px;

}

.about-features .feature-content {
    margin-bottom: 60px;
}

.about-features button {
    margin-left: 30px;
}

.about-team-section {
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    text-align: center
}

.about-team-section .team-member-list {
    padding: 0;
    margin: 0;
    position: relative;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 3%;
    justify-content: center;
    align-content: center;
    list-style: none;
    margin-top: 80px
}



.about-team.team-member-list:before {
    display: none;
}

.about-team-member {
    text-align: center
}

.about-team .about-team-member {
    max-width: 320px;
}

.about-team-member .team-member-social a:hover {
    color: #fff
}

.about-team-member .team-member-img {
    background-color: #eff3f4;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;

}

.about-team-member img {
    height: 400px;
    transition: 0.5s ease-in-out;
    filter: grayscale(100%);
    margin-top: 30px;
}

.about-team-member img:hover {
    filter: grayscale(0%);

}

.about-team-member .team-member-footer {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    min-width: 140px
}

.about-team-member .team-member-footer h5 {
    font-size: 1.4em;
    color: #5f6465;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Google Sans', 'Sans-sarif';
    font-weight: 500;
}

.about-team-member .team-member-footer span {
    font-size: 1.1em;
    color: #5f6465;
    font-weight: 300;
}

.about-team-member .team-member-social {
    font-size: .8em;
    margin-top: 10px;
    display: flex;
    gap: 15px;
    justify-content: center
}

.about-team-member .team-member-social a {
    color: #5f6465;
}

.about-team-member .team-member-social a:hover {
    color: #21B2FF;
}

.about-faq-section {
    padding-top: 100px;
    position: relative;
    padding-bottom: 150px
}

.about-faq-section p {
    margin-top: 50px
}

.about-faq-section .faq-images {
    height: 100%;
    align-items: center;
    position: relative;
    max-height: 800px;
    top: 260px
}

.about-faq-section .faq-cont .faq-accordian {
    margin-top: 120px;
    list-style: none
}

.faq-div,
.faq-accordian {
    margin-left: 15px;
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item {
    border-top: 1px solid #ccd5d7;
    padding-top: 40px;
    padding-bottom: 50px
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title {
    font-size: 1.2em;
    color: #5f6465;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    letter-spacing: .5px
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title:after {
    content: '\2b';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 5px;
    color: #182022;
    font-weight: 900;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title.open:after {
    content: '\f068'
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-content {
    font-size: .8em;
    color: #8a8d8e;
    padding-top: 20px;
    display: none;
    padding-right: 70px;
}

/*blog section*/
.blog-section {
    margin-top: 180px;
}

.blog-section .blogs {
    /* margin-top: 40px; */
}

.blogs .blog-img img {
    border-radius: 35px;
    width: 100%;
}




.blog-info img {
    max-width: 16px;
}

.blog-details {
    margin-top: 40px;
    display: flex;
    font-size: 0.8em;
    font-family: 'Google Sans', sans-serif;
    color: #5f6465;
    gap: 14px
}

.blog-details a {
    color: #5f6465;
    text-decoration: none;
}

.blog-details a:hover {
    color: #21B2FF;
}

.blog-details .blog-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-heading {
    margin: 40px 0px;

}

.blog-heading a {
    font-size: 2.4em;
    line-height: 55px;
    text-decoration: none;
font-family: 'Google Sans', sans-serif;

}

.blog-heading a:hover {
    color: #21B2FF
}

.blog-content>span {
    position: relative;
    padding-left: 30px;
    display: block;
}

.blog-content>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    height: 100%;
    width: 2px;
    background-color: #21B2FF;
}

.blog-content {
    border-bottom: 2px solid #ccd5d7;
    padding-bottom: 40px;
    padding-right: 70px;
    margin-bottom: 40px;

}

.blog-content button a {
    text-decoration: none;
    color: #fff
}

.blog-comments {
    border-bottom: 2px solid #ccd5d7;

}

.blog-comments h4 {
    margin-bottom: 45px;

}

.blog-headings h4 {
    font-size: 1.5em;
    font-family: 'Google Sans', 'Sans-sarif';
    font-weight: 600;
}

.blog-comment-img img {
    border-radius: 20px;
}

.comment-para {
    padding-left: 30px;
    color: #7c7e83;
    font-size: 1.0em;
}

.commentor-name {
    font-weight: 700;
    color: #5f6465;
    font-size: 1.2em;
    font-family: 'Google Sans', sans-serif
}

.comment-footer {
    font-size: 0.8em;
    display: flex;
    gap: 15px
}

.nftpost-date {
    font-size: 0.7em;
    color: #7c7e83;

}



.post-list {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.post-list .post-img img {
    border-radius: 8px;
}

.post-title {
    font-weight: 700;
    font-size: 0.7em;
    font-family: 'Google Sans', sans-serif
}

.post-title a {
    color: #5f6465;
    text-decoration: none;
}

.post-title:hover a {
    color: #21B2FF;
}

.comment-footer a {
    color: #21B2FF;
    text-decoration: none;
}

.user-comment {
    margin-bottom: 50px;
    display: flex;
}

.post-comments {
    padding-bottom: 150px;
}

.post-comments h4 {
    padding: 65px 0;
}

.post-comments .input-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 45px;
    padding-top: 0;
    border: none;
}

.post-comments .input-container input {
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 20px;

}

.post-comments .input-container label {
    font-size: 1.2em;
}

.post-comments .input-container textarea {
    font-size: 1em;
    padding: 12px 20px;

}


.blogs-right {
    /* margin-top: 40px; */
}

.right-sec {
    background-color: #eff3f4;
    padding: 40px 30px;
    margin-bottom: 48px;
    border-radius: 35px;
}

.categories-section {
    padding: 48px 35px;
}

.search-section {
    position: relative;
}

.search-section .input-container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.search-section .input-container input {
    border-radius: 10px;

}

.search-section .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
}

.post-section .blog-headings {
    margin-bottom: 40px;

}

.categories-section .blog-headings {
    padding-bottom: 35px;
}

.categories-section ul {
    list-style: none;
    font-size: 1em;
    font-weight: 700;

}

.categories-section ul li+li {
    margin-top: 25px;
}

.categories-section .categories-list a {
    color: #5f6465;
    text-decoration: none;
}

.categories-section .categories-list.active a {
    color: #21B2FF
}

.categories-section .categories-list:hover a {
    color: #21B2FF
}

.tag-section .blog-headings {
    margin-bottom: 30px;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.blog-tags a {
    background-color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 25px;
    color: #5f6465;
    padding: 10px 25px;
    text-decoration: none;
}

.blog-tags a:hover {
    background-color: #21B2FF;
    color: #fff;
}

.blog-tags a.active {
    background-color: #21B2FF;
    color: #fff;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.blog-pagination button {
    color: #5f6465;
    text-decoration: none;
    background-color: transparent;
    max-width: 50px;
    border: 1px solid #ccd5d7;
    min-height: 45px;
    font-size: 0.8em;
    padding: 0;
    font-weight: 600;

}

.blog-pagination button:hover,
.blog-pagination button:active {
    background-color: #21B2FF;
    transform: translateY(0px);
    color: #fff;
    border: none;
}

.blog-pagination .page-link.active {
    background-color: #21B2FF;
    border: none;
    color: #fff;
}

.blog-pages {
    padding-bottom: 100px;
}


/* Contact Us  */
.contact-section {
    padding: 160px 0;
}

.contact-section h2 {
    font-size: 2.5em;
    color: #182022;
    margin-bottom: 40px;
    font-weight: 500;
font-family: 'Google Sans', sans-serif;

}

.contact-section p {
    font-size: 1em;
    font-weight: 500;
    color: #7c7e83;
    margin-bottom: 80px;
}

.contact-info-list {
    margin-top: 55px;
}

.contact-section .input-container {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    border-bottom: none;

}

.contact-section .input-container label {
    font-size: 1.5em;
}

.contact-section .input-container input,
.contact-section .input-container textarea {
    min-height: 72px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #7c7e83;
    color: #7c7e83;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 24px;
    box-shadow: none;
}

.contact-section .input-container input:focus,
.contact-section .input-container textarea:focus {
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #7c7e83;
    border-color: #21B2FF;
}

.contact-section .form-container .btn {
    margin-top: 100px;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 78px;
}

.contact-info-item img {
    margin-bottom: 15px;
}

.contact-info-item span {
    font-size: 1em;
    font-weight: 500;
    color: #7c7e83;
}

.contact-info-item a {
    font-size: 1.5em;
    text-decoration: none;
    color: #5f6465;
}

.contact-info-item p {
    font-size: 1.5em;
    text-decoration: none;
    color: #5f6465;
}

.contact-info-item:hover a {
    color: #21B2FF;
}


/* Privacy Policy  */

.privacy-section {
    padding: 160px 0px 100px 0px;
}


.privacy-section .col-sm-12 {

    margin-bottom: 40px;


}

.privacy-section h3 {
    font-size: 3.2em;
    margin-bottom: 30px;
}

.privacy-section p {
    font-size: 1em;
    line-height: 1.6em;
    color: #7c7e83;


}

.privacy-section ol {
    list-style-position: outside;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 500;
    color: #7c7e83;
    padding-left: 20px;


}

.privacy-section li {
    margin-bottom: 20px;


}


.privacy-section .section-title {
    line-height: 1em;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: .5px;

}


/* Modal MD 770 */
/* Modal SM 570 */
.modal-sm .modal-dialog {
    max-width: 570px;
}

.modal-md .modal-dialog {
    max-width: 770px;
}

.modal-content {
    border-radius: 40px;
}

.modal-header {
    padding: 70px 70px 60px;
    border: 0;
    position: relative;
}

.modal-header .modal-title {
    color: #182022;
    font-size: 3em;
    font-weight: 500;
font-family: 'Google Sans', sans-serif;

}


.modal-header .btn-close {
    color: #000;
    background: url(../images/close-icon.png) no-repeat center;
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 40px;
}

.modal-body {
    padding: 0 70px 70px;
}

.wallet-box {
    border: 1px solid #7c7e83;
    border-radius: 20px;
    padding: 40px 40px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 100%;
}

.wallet-box:hover {
    border: 1px solid #21B2FF;
    cursor: pointer;

}


.wallet-box h5 {
    font-size: 1.2em;
    color: #182022;
    margin: 0;
    margin-top: 8px;
}

.wallet-box p {
    font-size: 0.8em;
    color: #5f6465;
    text-align: center;
}




.modal .input-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
    border-bottom: none;
    margin-bottom: 40px;
}

.modal .input-container label {
    color: #5f6465;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5em;
}

.modal .input-container input {
    color: #5f6465;
    box-shadow: none;
    border-radius: 8px;
}

.modal .input-container input:focus {
    border-color: #21B2FF;
}

.modal .input-container label a {
    color: #21B2FF;
    font-size: 0.8em;
    text-decoration: none;
}

.modal .form-container .btn {
    margin-top: 70px;
    max-width: 80%;
    margin: 70px auto 0;
}

.modal .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal .form-check .form-check-input {
    width: 21px;
    height: 21px;
    border: 1px solid #7c7e83;
    border-radius: 4px;
}

.modal .form-check .form-check-label {
    color: #5f6465;
    font-size: 0.8em;
}

.form-check-input:focus {
    box-shadow: none;
}

.another-way {
    color: #7c7e83;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.modal .form-container .btn:focus,
.modal .form-container .btn:active {
    box-shadow: none;
    color: #fff;
    background-color: #21B2FF;
}


.another-way>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 24px;
    margin-top: 16px;
}

.another-way>div a {
    color: #5f6465
}

.another-way>div a:hover {
    color: #21B2FF;
}

.modal .form-container>p {
    color: #7c7e83;
    text-align: center;
}

.modal .form-container>p a {
    color: #21B2FF;
    text-decoration: none;
}

.grayscale {
    filter: grayscale(100%);
}

        /* Critical CSS for banner-content section */
        .banner-carousel-wrapper {
    margin-left: 60%;
    width: 35%;
}

.banner-section {
    background-color: #eff3f4;
    height: 100%;
    padding-top: 280px;
    padding-bottom: 150px;
    position: relative;
}

.banner-section h1 {
    font-size: 3em;
    color: #182022;
    line-height: 80px;
    margin-bottom: 35px;
}

.banner-section p {
    margin: 0;
    font-size: 1.25em;
    margin-bottom: 40px;
}

.banner-content {
    padding-left: calc((99.5vw - 1170px) / 2);
    width: 55%;
    position: absolute;
    left: 0;
}

.banner-carousel {
    position: relative;
}

.pad-top {
    margin-top: 230px;
}

.banner-carousel div img {
    border-radius: 29px 29px 90px 29px;

}

.banner-carousel .owl-nav {
    position: absolute;
    top: 150px;
    right: 35px;
}


.banner-carousel.owl-carousel .owl-nav .owl-prev {
    display: none;
}


.banner-carousel.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.banner-carousel div:nth-child(even) img {
    border-radius: 33px 33px 33px 145px;

}
.section-subtitle {
    font-size: 1em;
    line-height: 1.6em;
    color: #5f6465;
    margin-bottom: 0;
    font-weight: 300;
}
.faq-section .section-subtitle {
    text-align: center;
}
        

  