/* banner starts */
.hero-section {
    background-image: url('../../front/img/paxful/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%;
    padding: 60px;
}


.btn-1{
    background: #d40f8c;
}
.btn-2{
    background: transparent;
    border: 2px solid #d40f8c;
}
.hero-section .container {
    position: relative;
    z-index: 1;
}

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

}

.bold {
    font-weight: bold;

}

.content {
    font-size: 14px;
}

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

@media (max-width: 767px){
    .hero-section {
        background-image:none ;
        background: #160E33;
    }
    .sec3 .pd-0-tab{
        min-height: unset !important;
        box-shadow: unset !important;
        background: #fff !important;
    }
    .sec3 .pd-0-tab .h2_size{
        color: #000 !important;
    }
    .h1_size{
        font-size: 30px;
        text-align: center;
    }
    .content{
        text-align: justify;
    }
    .overlay{
        padding: 20px;
    }
    .sec9 .nav-tabs li{
        width: 100%;
        margin-bottom: 20px;
    }
    .sec9 .nav-tabs{
        margin-top: 0px !important;
        position: relative !important;
        display: block;
         width: 100%;
    }
}

/* banner ends */

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

}
.sec2{
    color: #000;
    background: linear-gradient(180deg, rgba(22, 14, 51, 20%) 0%, rgba(212, 8, 140, 20%) 50%, rgba(22, 14, 51, 20%) 100%);

}
/* sec2 ends */

/* sec 3 starts */



.vertical-tabs{
    background: linear-gradient(
        180deg
        , rgba(22, 14, 51, 20%) 0%, rgba(212, 8, 140, 20%) 50%, rgba(22, 14, 51, 20%) 100%);
    border: none;
}
.vertical-tabs .nav-tabs {
    flex-direction: column;
    border: none;
}

.vertical-tabs .nav-tabs li a {
    border: none;
    color: #A0A0A0;
    width: 100%;
    font-weight: bold;
    padding: 20px;
    font-family: 'Space Grotesk';
}

.vertical-tabs .nav-tabs li a.active {
    background: linear-gradient(89deg, #2A3E84, #9c37fd2e);
    border: none;
    color: #fff;
   width: 100%;
    font-weight: bold;
    padding: 20px;
}



.vertical-tabs .tab-content {
    padding: 15px;
}

.vertical-tabs h2 {
    margin-bottom: 40px;
}
.feat_overlay{
    border: 1px solid#15BFFD;
    border-radius: 10px;
}

.tab-content .tab_title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    font-family: 'Space Grotesk';
}

.tab-content .tab_content {
    color: #989898;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px;
}

.tab-content .tab_btn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
    border: 2px solid #207598;
    background: #000;
    border-radius: 50px;
    font-weight: bold;
}

.tab-pane img {
    width: 100%;
    height: auto;
}
.gradient-border {
    position: relative;
    display: inline-block;
    padding: 4px;
    background: linear-gradient(
90deg
, #15BFFD, #9C37FD);
    border-radius: 15px;
}

.gradient-border .rittext {
    background: #0a0a23; 
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.sec3{

    color: #fff;
}
.sec3 .pd-0-tab{
    min-height: 700px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #160E33;
}

.sec3 .h2_size{
    color: #fff;
	position: relative;
}
.sec3 .h2_size::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: linear-gradient(to right, #d40f8c , #d40f8ca3);
    border-radius: 50px;
    opacity: 0.5;
    top: -18px;
    margin-left: -15px;
}
.sec3 .rittext{
    position: relative;
    background: transparent;
    padding: 0px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #D4088C;
    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: "";
    border-left: 5px solid;
    position: absolute;
    color: #D4088C;
    height: 100%;
    left: 0px;
    top: 0%;
}
.sec3 .tab-content {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 20px;
}

/* sec4 starts */
.sec4{
    color: #000;
    background: linear-gradient(180deg, rgba(22, 14, 51, 20%) 0%, rgba(212, 8, 140, 20%) 50%, rgba(22, 14, 51, 20%) 100%)
}
.sec4 .tick{
    background: linear-gradient(to right, #d40f8c , #d40f8ca3);
    height: 30px;
    width:30px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4 .tick::before{
    content: "\2713";
    position: absolute;
    font-size: 20px;
}
.sec4 .h2_size{
    color: #000;
	position: relative;

}
.sec4 .h2_size::before{
	content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background:linear-gradient(to right, #d40f8c , #d40f8ca3);
    border-radius: 50px;
    opacity: 0.5;
    top: -29px;
    left: -14px;
}
.sec4 .main-text {
	text-align: center;
	margin-bottom: 30px;
}

.sec4 .custom-card {

	border-radius: 50px;
    border: 2px solid #ddd;
    text-align: center;
    padding: 5px 10px;
    margin: 10px;
    background-color: #160d32;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec4 .custom-card img {
	max-width: 50px;
}

.sec4 .card-row {
	justify-content: center;
}
/* sec3 ends */

/* sec 5 starts */
.sec5{
    color: #fff;
    background: #160E33;
}
.sec5 .sec_title{
    color: #15BFFD;

}
.sec5 .overlay_center .sec_title{
    margin-top: 50%;
}
.sec5 .h2_size{
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.sec5 .overlay_serv{
   padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    inset: 0px;
    min-height: 220px;
    background: linear-gradient(
        180deg
        , rgba(22, 14, 51, 20%) 0%, rgba(212, 8, 140, 20%) 50%, rgba(22, 14, 51, 20%) 100%);
            border: 2px solid;

}

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

.sec5 .content{
    text-align: left;

}
/* sec 6 ends */
.sec6 {
	color: #000;
	text-align: center;

}

.sec6 .overlay {
	background: transparent;
	padding: 0px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
}
.sec6  .custom-card{
	border:2px solid #d40e84;
	border-radius: 10px;
	margin-bottom: 20px;
}
.sec6 .overlay .sec_title {
	width: 50%;
}
.sec6 .overlay .sec_content{
	width: 50%;

}


.sec6 .head {
	font-size: 100px;
    font-weight: bold;
    color: #c00e7c;
    opacity: 0.5;
}

.sec6 .content_text {
	font-size: 18px;
	font-weight: 600;
    margin-bottom: 0;
}

.sec6 .sec_title span {
	background: linear-gradient(
138.836deg
, #72CFD0 0%, #0D6771 100%);
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media(max-width: 767px){
    .sec6 .overlay .sec_title{
		width: 30%  !important;
	}
	.sec6 .overlay .sec_content {
		width: 70% !important;
	}
	.sec6 .head{
		font-size: 50px !important;
	}
}
/* 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 9 starts */

.sec9 .why_choose{
    border: 2px solid #ba0c7a;
    padding: 30px;
    border-radius: 20px;
    color: #000;
}
.sec9 .why_choose .why_title{
    font-size: 22px;
    font-weight: bold;
font-family: 'Space Grotesk';
background: linear-gradient(180deg, rgba(22, 14, 51, 20%) 0%, rgba(212, 8, 140, 20%) 50%, rgba(22, 14, 51, 20%) 100%);
padding: 10px;

}

/* sec 9ends */




/* FAQ starts   */
.sec10{
    color: #000;
}
.faqTit{
    color: #000;
    padding: 20px 15px;
    border-radius: 0px;
    font-family: 'Space Grotesk';
    font-size: 22px;
    background: transparent;
    border: 2px solid #d40f8c;
}
.faqTit:before {
   font-weight: 300;
    content: "-";
    font-size: 65px;
    line-height: 0.1;
    color: #000;
    float: right;
    margin-top: 10px;
}
.panel-group{
    margin-bottom: 20px;
}
.panel-heading a{
    text-decoration: none;
}
.panel-body{
   padding: 15px 25px;
    background: transparent;
    color: #000;
}
.panel-body p{
     color: #000;
    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: 10px;
	background-color: #ddd;
}


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

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