/* Raleway Font */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* ---------- Nft Collection section ------------ */

.nft_collection_section {
    position: relative;
    z-index: 2;
    padding: 200px 0 130px;
}

.nft_collection_section h4 {
    color: #FFF;
    text-align: center;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.nft_collection_section h4 span {
    color: #07AB25;
}

.nft_collection_section h3 {
    color: #FCE023;
    text-align: center;
    font-size: 114px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.57px;
    text-transform: uppercase;
}


.nftSlider {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 80px;
}

.nftSlider .item_img {
    width: 100%;
    border-radius: 12px;
}

.nftThumbsSlider {
    cursor: grab;
}

.nftSlider .swiper-wrapper,
.nftThumbsSlider .swiper-wrapper {
    height: unset !important;
}

.nftThumbsSlider .item_img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #364653;
    background: #12191E;
    user-select: none;
}

.nftThumbsSlider p{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    letter-spacing: 0.16px;
    padding-top: 6px;
    user-select: none;
}

.nftThumbsSlider .swiper-slide-active p {
    color: #07AB25;
}

.nftThumbsSlider .x_icon {
    display: block;
    text-decoration: none;
    width: 38px;
    transition: 300ms;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.nftThumbsSlider .x_icon:hover {
    opacity: 0.7;
}

.nftThumbsSlider .x_icon img {
    width: 100%;
}


/* arrow */
.nftThumbsSlider-prev,
.nftThumbsSlider-next {
    position: absolute;
    top: 46px;
    width: 56px;
    height: 56px;
    z-index: 11;
    cursor: pointer;
    transition: 300ms;
}

.nftThumbsSlider-prev {
    left: -62px;
}

.nftThumbsSlider-next {
    right: -62px;
}

.nftThumbsSlider-prev:hover,
.nftThumbsSlider-next:hover {
    opacity: 0.6;
}

.nftThumbsSlider-prev:active,
.nftThumbsSlider-next:active {
    transform: scale(1.3);
    opacity: 1;
}


/* arrow */
.marketPlaceSldier-prev,
.marketPlaceSldier-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    z-index: 11;
    cursor: pointer;
    transition: 300ms;
}

.marketPlaceSldier-prev {
    left: -75px;
}

.marketPlaceSldier-next {
    right: -75px;
}

.marketPlaceSldier-prev:hover,
.marketPlaceSldier-next:hover {
    opacity: 0.6;
}

.marketPlaceSldier-prev:active,
.marketPlaceSldier-next:active {
    transform: scale(1.3);
    opacity: 1;
}



/*------- This Section Responsive code ------- */

@media (max-width: 1440px) {
    
    .nftThumbsSlider_wrap{ 
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

}


@media (max-width: 991px) {

    .nft_collection_section h4 {
        font-size: 70px;
    }

    .nft_collection_section h3 {
        font-size: 90px;
    }

    .nftThumbsSlider_wrap{ 
        width: 93%;
    }

}


@media (max-width: 767px) {

    .nft_collection_section {
        padding: 132px 0 80px;
    }

    .nft_collection_section h4 {
        font-size: 42px;
    }

    .nft_collection_section h3 {
        font-size: 48px;
    }

    .nftSlider {
        width: 100%;
        margin-top: 28px;
        margin-bottom: 24px;
    }

    .nftThumbsSlider_wrap {
        width: calc(100% - 55px);
    }

    .nftThumbsSlider .item_img {
        height: 130px;
    }

    .nftThumbsSlider p {
        font-size: 24px;
    }

    .nftThumbsSlider .x_icon {
        width: 32px;
    }

    .nftThumbsSlider-prev, .nftThumbsSlider-next {
        top: 45px;
        width: 40px;
        height: 40px;
    }

    .nftThumbsSlider-prev {
        left: -40px;
    }

    .nftThumbsSlider-next {
        right: -40px;
    }


    .marketPlaceSldier-prev, .marketPlaceSldier-next {
        top: 45px;
        width: 40px;
        height: 40px;
        position: initial;
    }

    .marketPlaceSldier-prev {
        left: -40px;
    }

    .marketPlaceSldier-next {
        right: -40px;
    }
    
}





/* ---------- Infused Nft section ------------ */

.infused_nft_wrapper .title_box{
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.infused_nft_wrapper .title_box h2 {
    color: #FFF;
    font-family: Sans Culottes;
    font-size: 62px;
    line-height: 130%; /* 80.6px */
    letter-spacing: 0.31px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.infused_nft_wrapper .title_box .text_yellow {
    color: #FBE033;
}

.infused_nft_wrapper .title_box .symbol {
    color: #07AB25;
}

.title_box .divider {
    width: 362px;
    height: 3px;
    margin: 0 auto;
    border-radius: 258px;
    background: linear-gradient(90deg, rgb(25, 34, 42) 0%, rgb(255, 255, 255) 50%, rgb(25, 34, 42) 100%);
}

.infused_nft_wrapper .title_box .paragraph_one{
    color: #FFF;
    font-family: Raleway;
    font-size: 23px;
    line-height: 180%; /* 43.2px */
    letter-spacing: 0.12px;
    text-transform: uppercase;
    padding-top: 80px;
}

.infused_nft_wrapper .title_box .paragraph_two {
    color: #FFF;
    font-family: Raleway;
    font-size: 23px;
    line-height: 180%; /* 43.2px */
    letter-spacing: 0.12px;
    text-transform: uppercase;
    padding-top: 60px;
}

.infused_nft_wrapper .infused_nft_content {
    max-width: 1106px;
    text-align: center;
    padding-top: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.infused_nft_wrapper .infused_nft_content p {
    color: #FCE023;
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-weight: 600;
    line-height: 180%; /* 57.6px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.learn_more_btn {
    padding: 9px 32px;
    font-size: 18px;
    font-weight: 600;
}



/*------- This Section Responsive code ------- */

@media (max-width: 991px) {
    
    .infused_nft_wrapper .title_box .paragraph_one {
        font-size: 22px;
        padding-top: 60px;
    }

    .infused_nft_wrapper .title_box .paragraph_two {
        font-size: 22px;
        padding-top: 40px;
    }

    .infused_nft_wrapper .infused_nft_content {
        padding-top: 40px;
    }

    .infused_nft_wrapper .infused_nft_content p {
        font-size: 28px;
    }


}

@media (max-width: 767px) {
    
    .infused_nft_wrapper .title_box h2 {
        font-size: 38px;
        padding-bottom: 15px;
    }

    .title_box .divider {
        width: 180px;
        height: 2px;
        margin: 0 auto;
    }

    .infused_nft_wrapper .title_box .paragraph_one {
        font-size: 16px;
        padding-top: 30px;
    }

    .infused_nft_wrapper .title_box .paragraph_two {
        font-size: 16px;
        padding-top: 10px;
    }

    .infused_nft_wrapper .infused_nft_content {
        padding-top: 20px;
        padding-bottom: 2.4rem;
    }

    .infused_nft_wrapper .infused_nft_content p {
        font-size: 16px;
    }

}




/* ---------- Artist Section ------------ */

.artist_section {
    position: relative;
    z-index: 2;
    padding-top: 130px;
}

.artist_section .artist_wrapper {
   padding: 100px 168px 100px 124px;
   border-radius: 50px;
   background: #FBE033;
   position: relative;
}

.artist_wrapper .logo_top {
    position: absolute;
    right: 30px;
    top: 55px;
    width: 137px;
}

.artist_wrapper .logo_bg {
    position: absolute;
    right: -128px;
    top: -190px;
    z-index: -1;
}

.artist_wrapper .nft_cat_shap {
	position: absolute;
	right: 70px;
	top: -154px;
	z-index: -1;
	width: 135px;
}

.artist_wrapper .artist_content .title_box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.artist_wrapper .artist_content .title_box h2 {
    color: #FFF;
    font-family: "Sans Culottes";
    font-size: 54px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.27px;
    text-transform: uppercase;
    white-space: nowrap;
}

.artist_wrapper .artist_content .title_box h2 span {
    color: #07AB25;
}

.artist_wrapper .title_box .artist_border {
    width: 200px;
    height: 5px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.artist_wrapper .artist_content h4 {
    color: #07AB25;
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    line-height: 180%; /* 57.6px */
    letter-spacing: 0.16px;
}

.artist_wrapper .artist_content p {
    max-width: 605px;
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.12px;
    padding-top: 10px;
}

.artist_wrapper .artist_image {
    max-width: 411px;
    padding: 13px 11px;
    border-radius: 21px;
    border: 3px solid #07AB25;
    background: #FFF;
    box-shadow: 0px 4px 20px 6px rgba(7, 171, 37, 0.21);
    margin-top: 80px;
}

.artist_wrapper .artist_image img {
    width: 100%;
    border-radius: 17px;
    border: 3px solid #07AB25;
}

.artist_wrapper .artist_paragraph {
    max-width: 1036px;
    color: #000;
    font-family: Raleway;
    font-size: 23px;
    font-weight: 500;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.12px;
    padding-top: 30px;
}




/*------- This Section Responsive code ------- */

@media (min-width: 1024px) {
    
    .artist_section .artist_wrapper .col-lg-8 {
        width: 61%;
    }

    .artist_section .artist_wrapper .col-lg-4 {
        width: 39%;
    }

}

@media (max-width: 991px) {
    
    .artist_wrapper .logo_bg {
        display: none;
    }

    .artist_section .artist_wrapper {
        padding: 45px;
    }

    .artist_wrapper .title_box .artist_border {
        display: none;
    }

    .artist_wrapper .artist_image {
        max-width: 100%;
        margin-top: 28px;
    }

    .artist_wrapper .logo_top {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 90px;
    }

    .artist_wrapper .nft_cat_shap {
        right: 55px;
        top: -118px;
        z-index: -1;
        width: 100px;
    }

}

@media (max-width: 767px) {

    .artist_section .artist_wrapper {
        padding: 20px;
        border-radius: 20px;
        padding-top: 40px;
    }

    .artist_wrapper .artist_content .title_box h2 {
        font-size: 40px;
    }

    .artist_wrapper .artist_content h4 {
        font-size: 26px;
        line-height: 160%;
    }

    .artist_wrapper .logo_top {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 50px;
    }

    .artist_wrapper .artist_content p {
        font-size: 18px;
        line-height: 150%;
    }

    .artist_wrapper .artist_paragraph {
        font-size: 18px;
        line-height: 150%;
        padding-top: 20px;
    }

    .artist_wrapper .artist_image {
        margin-top: 20px;
    }

    .artist_wrapper .nft_cat_shap {
        right: 35px;
        top: -94px;
        z-index: -1;
        width: 80px;
    }

}




/* ---------- MarketPlace Section ------------ */

.marketPlace_section {
    padding-top: 158px;
    z-index: 4;
    position: relative;
}

.marketPlace_section .inner_section {
    border-radius: 32px;
    background-color: #020B13;
    background-image: url(../img/meme-course/overlay.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 98px 47px 0 47px;
    position: relative;
}

.marketPlace_section .inner_section .nft_shap {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 192px;
}

.marketPlace_section .inner_section::before {
    content: "";
    background: url(../img/nft/nft-shap.png) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: -65px;
    left: -176px;
    width: 257px;
    height: 40%;
    z-index: -1;
}

.inner_section .title_box h2 {
    color: #FFF;
    text-align: center;
    font-family: "Sans Culottes";
    font-size: 72px;
    line-height: 160%; /* 115.2px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.inner_section .title_box h2 span {
    color: #07AB25;
}

.inner_section .sub_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 35px;
}

.inner_section .sub_title img {
    width: 43px;
}

.inner_section .sub_title h4 {
    color: #FCE023;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.12px;
}

.marketPlace_section .sub_title .magicEden_logo {
    transition: 300ms;
} 

.marketPlace_section .sub_title .magicEden_logo:hover {
    opacity: 0.7;
} 

.marketPlace_card_wrapper {
    max-width: 868px;
    margin: 0 auto;
    padding-top: 85px;
    position: relative;
}

.marketPlace_card_wrapper .row {
    --bs-gutter-x: 46px;
    --bs-gutter-y: 54px;
}

.marketPlaceSldier .swiper-wrapper {
    height: unset !important;
    padding-bottom: 10px;
}



/* card */

.marketPlace_card {
    padding: 24px;
    border-radius: 38px;
    background: #020B13;
    box-shadow: 0px 8px 0px 0px #FCE023;
}

.marketPlace_card img {
    width: 100%;
    border-radius: 20px;
}

.marketPlace_card_info {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.marketPlace_card_info .user_details {
    padding-top: 16px;
}

.marketPlace_card_info .user_details h5 {
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.12px;
    padding-top: 8px;
}

.marketPlac_more_btn {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    padding: 6px 18px;
    border-radius: 100px;
    background: #EF0203;
}


.user_contact p {
    display: inline-flex;
    padding: 6px 18px;
    background: #272C31;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 185%; /* 29.6px */
}

.user_social_media {
    display: flex;
    align-items: center;
    padding-top: 15px;
    justify-content: end;
    gap: 20px;
}

.user_social_media a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.user_social_media a:hover{
    background: #272C31;
}

.user_social_media a img{
    width: 100%;
}

.marketPlace_section .asd_img {
    margin-left: -48px;
    margin-right: -48px;
}

.marketPlace_section .asd_img img {
    border-radius: 0 0 32px 32px;
}


/* arrow */
.marketPlace_card_wrapper .arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 40px;
}

.marketPlace_card_wrapper .arrows>div{
    cursor: pointer;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCE023;
    border: 1px solid #FCE023;
    transition: 300ms;
    user-select: none;
}

.marketPlace_card_wrapper .arrows>div:hover {
    background: #dfc51b;
}

.marketPlace_card_wrapper .arrows>div:active {
    background: #FCE023;
    transform: scale(1.2);
}

.marketPlace_card_wrapper .arrows>div img{
    width: 28.36px;
}

.marketPlace_card_wrapper .arrows>div.swiper-button-disabled{
    background: transparent;
    pointer-events: none;
}

/* .marketPlace_card_wrapper .arrows>div.swiper-button-disabled img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(94%) saturate(664%) hue-rotate(335deg) brightness(101%) contrast(98%);
} */



/*------- This Section Responsive code ------- */

@media (max-width: 991px) {

    .marketPlace_section .inner_section {
        padding: 80px 40px 0 40px;
    }

    .marketPlace_section .inner_section::before{
        display: none;
    }

    .marketPlace_section .inner_section .nft_shap {
        position: absolute;
        top: -60px;
        left: 0px;
        width: 150px;
    }

    .inner_section .title_box h2 {
        font-size: 70px;
        line-height: 140%;
        padding-bottom: 10px;
    }

    .marketPlace_card_wrapper {
        padding-top: 65px;
        max-width: 500px;
        position: initial;
    }

    .marketPlace_card_wrapper .row {
        --bs-gutter-x: 36px;
        --bs-gutter-y: 36px;
    }

    .marketPlace_section .asd_img {
        margin-top: 20px;
        margin-left: -40px;
        margin-right: -40px;
    }
    
}


@media (max-width: 767px) {

    .marketPlace_section {
        padding-top: 110px;
    }

    .marketPlace_section .inner_section {
        padding: 58px 16px 0 16px;
        border-radius: 24px;
    }
    
    .marketPlace_section .inner_section .nft_shap {
        top: -60px;
        left: 0px;
        width: 92px;
    }

    .inner_section .title_box h2 {
        font-size: 50px;
        line-height: 140%;
    }

    .inner_section .sub_title img {
        width: 30px;
    }

    .inner_section .sub_title h4 {
        font-size: 16px;
    }

    .marketPlace_card_wrapper {
        padding-top: 40px;
    }

    .marketPlace_card_wrapper .row {
        --bs-gutter-x: 26px;
        --bs-gutter-y: 26px;
    }

    .marketPlace_card {
        box-shadow: 0px 4px 0px 0px #FCE023;
    }

    .marketPlace_section .asd_img {
        margin-left: -16px;
        margin-right: -16px;
    }

    .marketPlace_section .asd_img img {
        border-radius: 0 0 24px 24px;
    }

}