/* banner starts */

.hero-section {
    background-image: url('../../front/img/nft_marketplace/banner.webp');
    background-size: cover;
    color: white;
    padding: 100px 0;
    position: relative;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.hero-section::before {
    background: blue;
     display: block;
  content: '';
  position: absolute;
  height: inherit;
  width: inherit;
}
.overlay{
  width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 4%);
    padding: 60px;
}



.hero-section .container {
    position: relative;
    z-index: 1;
}

.h1_size {
    font-size: 50px;
    margin-bottom: 20px;
}
.h1_size span{
    font-size: 80px;
}
.h2_size {
    font-size: 40px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;

}

.content {
    font-size: 16px;
}

.hero-section .btn {
    margin: 5px;
}

@media (max-width: 767px){
    .hero-section {
        background-image:none ;
        background: #080b29;
    }
    .h1_size{
        font-size: 30px;
        text-align: center;
    }
    .content{
        text-align: justify;
    }
    .overlay{
        padding: 20px;
    }
    .sec3_1 .pd-0-tab{
        min-height: unset !important;
        box-shadow: none !important;
    }
}

/* banner ends */

/* sec2 starts */
.splTxt{
    color: #0A95C2;
    font-family: 'Space Grotesk';
    font-weight: 700;

}
.sec2{
    color: #000
}
/* sec2 ends */
.sec3_1{
    background: #fff !important;
    
}
.sec3_1 .pd-0-tab{
    background: #fff;
    min-height: 700px;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.sec3_1 .h2_size{
    color: #000 !important;
}
.sec3_1 .overlay_serv{
    background: linear-gradient(90deg, #080b29 0%, #151f50 100%);
}
/* sec3 starts */
.sec3{

    color: #fff;
    background: linear-gradient(90deg, #080b29 0%, #151f50 100%);
}

.sec3 .h2_size{
    color: #fff;
	position: relative;
}
.sec3 .h2_size::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: linear-gradient(to right, #17a8df , #1087b3);
    border-radius: 50px;
    opacity: 0.5;
    top: -18px;
    margin-left: -15px;
}
.sec3 .rittext{
    position: relative;
    background: transparent;
    padding: 0px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #17a8df;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.sec3 .rittext .tab_title{
    font-weight: bold;
    font-size: 20px;
}
.sec3 .rittext::before{
    content: attr(data-number);
    position: absolute;
    background: #17a8df;
    height: 100%;
    left: 0px;
    top: 0%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
}
.sec3 .tab-content {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 20px;
}
/* sec3 ends */

/* sec4 starts */
.sec4{
    text-align: center;
    color: #000;
}
.sec4 .sec_title{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 20px;

}
.overlay_serv{
    padding: 20px;
    border-radius: 10px;
    position: relative;
margin-top: 40px;
border: 1px solid#15BFFD;

}
.sec4  .overlay_serv img{
margin-top: -60px;
    position: absolute;
    left: 43%;
}


.sec4 .head{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.sec4 .content{
    text-align: left;

}
/* sec3 ends */

/* sec 5 starts */
.sec5{
    color: #000;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.sec5 .sec_title{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #15BFFD;

}

.sec5 .overlay_serv{
   padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    border: 3px solid#15BFFD;
    inset: 0px;
    min-height: 220px;
    background: linear-gradient(90deg, #080b29 0%, #151f50 100%);


}


.sec5  .overlay_serv img{
margin-top: -60px;
    position: absolute;
    left: 43%;
}


.sec5 .head{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.sec5 .content{
    text-align: left;
    color: #fff;

}
/* sec 6 ends */
.sec6{
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #080b29 0%, #151f50 100%);
}
.sec6 .nav-tabs{
    border-bottom: none;
}
.sec6 .nav-tabs li{
    padding: 10px;
    margin-right: 10px;
    width: 100%;
    color: #fff;
    background: linear-gradient(
90deg
, rgba(42, 62, 132, 11%) 0%, rgba(21, 191, 253, 11%) 100%);
    border: 3px solid#15BFFD;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 10px;

}
.sec6 .nav-tabs li a.active{
    font-weight: bold;
    color: #f0b90b;
}
.sec6 .nav-tabs li a{
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
}
.sec6 .img_div{
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 12px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg
        , rgba(42, 62, 132, 11%) 0%, rgba(21, 191, 253, 11%) 100%);
}

@media(max-width: 767px){
    .sec6 .card_sec{
        flex-wrap: wrap;
    }
.sec6 .card_sec .card_sec_div.border_image::before{
    content: none;
}
.sec6 .card_sec .card_sec_div {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    border: 2px solid #1cbffd;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.sec6 .nav-tabs,.sec6 .nav-tabs li{
    display: block;
    width: 100% !important;
}
.sec6 .nav-tabs,.sec6 .nav-tabs li{
    margin-bottom: 20px;
}
}
/* sec 6 ends */


/* sec 7 starts */

.sec7 {
    background: linear-gradient(90deg, rgba(42, 62, 132, 11%) 0%, rgba(21, 191, 253, 11%) 100%);
}

/* sec 7 ends */

/* sec 8 starts */

.sec8 {
    color: #fff;
}
.sec3 .sec_title{
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: bold;
}

/* sec 8 ends */

/* sec 9 starts */

.sec9 {
    color: #000;
    text-align: center;
}
.sec9 .sec_title .head{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;

}
.sec9 .custom-card{
    border: 3px solid#15BFFD;
    border-radius: 10px;
    padding: 10px;
    min-height: 400px;
}

/* sec 9ends */




/* FAQ starts   */
.sec10{
    color: #fff;
}
.faqTit{
   color: #fff;
    padding: 20px 15px;
    border-radius: 0px;
    font-family: 'Space Grotesk';
    font-size: 22px;
    background: linear-gradient(
90deg
, rgba(42, 62, 132, 57%) 0%, rgba(156, 55, 253, 0%) 100%);
    border: 1px solid#15BFFD;
}
.faqTit:before {
   font-weight: 300;
    content: "-";
    font-size: 65px;
    line-height: 0.1;
    color: #fff;
    float: right;
    margin-top: 10px;
}
.panel-group{
    margin-bottom: 20px;
}
.panel-heading a{
    text-decoration: none;
}
.panel-body{
   padding: 15px 25px;
    background: #05093B;
    color: #fff;
    border: 1px solid #ddd;
}
.panel-body p{
     color: #fff;
    font-family: 'Space Grotesk';
    font-size: 20px;
}
.collapsed .faqTit:before {
    content: "+";

    }
/* FAQ ends */
section ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #ddd;
}


section ::-webkit-scrollbar
{
	width: 10px;
	background-color: #ddd;
}

section ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #080b29;
}