
.about_part{
    background: url(../images/plan_bg.jpg);
    background-size: 100% 100%;
    padding: 50px 0px;
}
.about_img{
    text-align: center;
    margin: 15px 0px 0px;
}
.about_part .head h1 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: 'Orbitron';    
    margin-bottom: 30px;
}
.about_part .head p{
    color:#000;
}
.team_img{
    max-width: 500px;
    height: 345px;
    width: 100%;
    border-radius: 10px;
}
.office-ceo{
    max-width:480px;
    width:100%;
    border-radius: 10px;
}
.head2 p{
    color: #393939;
    font-size: 14px;
    line-height: 25px;
    text-align: start;
    font-family: 'Josefin Sans';
    font-weight: 400;
    margin: 15px 0px;
}
.about_part .head2 p{
    text-align: justify;
}
.about_bg .head p{
    text-transform: capitalize;
    text-align: justify;
}
.why_choose .head h1{
   
}
.why_choose .head h1{
    margin-bottom: 30px;
}
.why_choose .head p{
    margin: 20px;
    color:#000;
    text-align: justify;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Josefin Sans';
}
.team_bg {
    padding: 50px 0px;
    background: url(../images/Trans_bg.jpg);
    background-size: 100% 100%;
}
.team_head h1{
    margin: 20px 0px;
    font-size: 35px;
    font-weight: 700;
    color: #393939;
    font-family: 'Orbitron';
    text-align: center;
}
.team_group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.team-member {
    background-color: #ffebef;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 250px;
    transition: transform 0.3s ease-in-out;
    margin: auto;
}
.team-member img {
    width: 100% !important;
    height: 177px;
    object-fit: fill;
    border-radius: 11px;
    margin-bottom: 20px;
}
.team-member h3 {
    font-size: 24px;
    font-family: 'Josefin Sans';
    color:#db4284;
    margin-bottom: 10px;
}

.team-member p {
    color: #393939;
    font-size: 16px;
    margin-bottom: 20px;
}

.team-member .bio {
    font-size: 14px;
    color: #393939;
    margin-top: 10px;
}
.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.faq_bg {
    padding:50px 0px;
}
.faq_bg .head p{
     font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #393939;
    line-height: 25px;
    margin: 20px 0px;
    text-align: center;
  
}
.faq_bg .head h2  {
    
}
.faq_bg  .nav {
  padding: 30px 0px;
  justify-content: space-evenly;
}
.faq_bg  .nav-pills .nav-link.active {
    background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
    color: #fff;
    border: none;
}
.faq_bg  .nav-pills .nav-link{
    border: 1px solid #db4284 !important;
    color: #fff;
    font-size: 17px;
    font-family: 'Josefin Sans';
    font-weight: 500;
    max-width: 200px;
    width: 100%;
    transition: unset;
}
 
.faq_bg  .head2 h1 {
    font-size: 25px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    margin: 10px 0px 0px;
}
.faq_bg  .accordion-button{
    font-size: 16px;
    font-family: 'Josefin Sans';
    font-weight: 500;
    padding: 20px !important;
    color: #393939;
    border: unset !important;
    box-shadow: none !important;
    background: #fff;
}
.faq_bg .accordion-button::after{
    background-image: url(../images/plus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transition: 1s;
}
.faq_bg .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 1s;
}
.faq_bg .accordion-button:not(.collapsed) {
    color: #393939 !important;
}

.faq_bg .accordion-button  span{
    padding: 0px 10px 0px 0px;
    font-family: 'Josefin Sans';
    font-size: 17px;
    font-weight: 300;
    color: #393939;
    letter-spacing: 2px;
}
.faq_bg .accordion-item {   
    border: none;
    margin: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}
.faq_bg .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    background: #fff;
    color: #393939;
}

.rules_bg{
    background: url(../images/Trans_bg.jpg);
    background-size: 100% 100%;
    
}
.rules_bg  .head p{
    text-align: justify;
}
.rules_bg .head p i{
    color: #dc4886;
    margin-right: 10px; 
    margin-top: 5px;
}
.rules_bg .head p{
    margin: 15px 0px 0px;
    display: inline-flex;
}
.support_bg{
    background-image: url(../images/invest_bg.png);
    background-size: 100% 100%;
}
.support_bg .head h3{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Josefin Sans';
    color: #393939;
}
.support_bg .inpts {
    background: #ffffff3b;
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #393939;
    border: 1px solid #db42843d;
    border-radius: 5px;
    outline: none;
}
.support_bg .inpts:focus{
    border:1px solid  #db4284;
}
.support_bg .form_item{
        margin: 15px 0px;
}
.support_bg .sbmt{
    color: #ffff;
    background: linear-gradient(to right, #a981c4 0%, #dc4886 100%);
    width: 100%;
    padding: 10px;
    border-radius:5px;
    margin: 10px auto 0px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    
    
}
.form_item .inpts::placeholder{
    color:#000;
}
.signin .form_item{
    margin: 10px 0px;
}

.Social_icons{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 15px 0px 0px;
}
.Social_icons i{
    font-size: 19px;
    color: #fff;
    height: 35px;
    width: 35px;
    background: #958e8ed4;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    transition: 0.9s;
}
.Social_icons i:hover{
    transform: translateY(-10px);
}
.head2 p i{
    color: #000;
    margin-right: 10px;
}
.signin{
    background: url(../images/plan_bg.jpg);
    background-size: 100% 100%;
    padding: 60px 0px;
     /*background: #000000d1;*/
    
}
.form1 p{
    text-align: center;
    color: #000;
}
.form1 .head2 h1{
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    color: #f14189;
}
.inner{
    filter: drop-shadow(5px 5px 7px #fff);
    background: linear-gradient(90deg, #fff 48%, #ffebef 48%);
    /*filter: drop-shadow(5px 5px 10px #000000);
    background:linear-gradient(90deg, #fff 48%, #000 48%);*/
}
.form_item h4{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    color: #9e9e9e;
    padding: 0px 0px 10px;
}
.signin .inpts {
    border: 1px solid #c3bcbc;
    background:none;
}
.signin .form_item h4{
   color: #000; 
}


.inpts{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Josefin Sans';
    color: #393939;
    border: 1px solid #34323240;
    border-radius: 5px;
    outline: none;
    
}
.inpts:focus{
    border:1px solid #000;
}
.sbmt{
    color: #fff;
    background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 0px auto 0px;
    border: none;
    outline: none;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    margin: 5px 0px;
}

.form1{
    padding: 20px;
}
.social_icon1{
    margin: 20px 0px 0px;
    text-align: center;
}
.social_icon1 h5{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    color: #000;
}
.social_icon1 a{
    color: #db4284;  !important;
}
.social_icon1 a:hover{
    color:#000 !important;
}
.check a{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #919191;
}
.check a:hover{
    color:#000 !important;
}
.check{
    margin: 15px 0px;
}
.login_bg  .form_item{
    margin: 10px 0px;
}
.log-img img{
    max-width: 555px;
    padding: 20px;
    margin: 50px 0px;
}
.favi {
    max-width: 100px;
    /*filter: contrast(0.5);*/
}
.sign_img img {
    max-width: 570px;
    margin-left: -33px;
    height: 692px;
    object-fit: cover;
    object-position: center;
}
.rem_text{
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #000;
    margin: 0px 0px 15px;
}
.rem_text a{
    margin:0px 10px 0px;
    color:#000;
}
.rem_text a:hover{
    color:#000 !important;
}
.rem_text input{
    margin:0px 10px 0px 0px;
    width: 15px;
}
.bounty_bg{
    background: url(../images/Trans_bg.jpg);
    background-size: 100% 100%; 
}
.bouty_part h5{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Josefin Sans';
    color: #000;
}
.bouty_part h3{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #393939;
    padding: 10px 0px 0px;
}
.bouty_part p{
    font-size: 17px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #000;
    padding: 5px 0px 0px;
}
.bouty_part i{
    margin-right: 10px;
    color: #ed488b;
}
.bouty_part h5 img{
    max-width: 30px;
    margin-right: 5px;
}
 .Bounty_but .button{
    margin: 120px auto 0px;
    text-align: center;
}
.bouty_part {
     margin: 0px 0px 30px;
}
.Bounty_but  i{
    margin-right: 10px;

}
.howStart{
      background: #ffebef;
}
.howStart .head p{
     font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #393939;
    line-height: 25px;
    margin: 20px 0px;
    text-align: center;
}
.start_items h1{
    font-size: 35px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #393939;;
     -webkit-text-stroke: 1px #dc4886;
    -webkit-text-fill-color: #fff;
}
.start_items1 h1{
    text-align: end;
    padding-right: 102px;
}
.start_items1 p{
    margin-left: auto;
    text-align: center;
}
.start_items1{
    margin: 0px 15px 0px 0px;
}
.start_items{
    margin: 55px 0px 0px;
}
.start_items1{
    
}
.start_items p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #393939;
    width: 50%;
}
.second,.four{
    margin:40px 0px;
}
.frist{
    margin: 25px 0px 0px;
}
.howStart .nav-tabs .nav-link {
    border: 1px solid #db4284 !important;
    color: #fff;
    font-size: 17px;
    font-family: 'Josefin Sans';
    font-weight: 500;
    max-width: 200px;
    width: 100%;
    transition: unset;
}
.start_part img{
    max-width:500px;
    box-shadow: rgb(170 130 193 / 75%) 0px 7px 29px 0px;
}

.forget .form_item{
    margin: 10px 0px;
}
.error {
    background: #1e1e1e;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    filter: drop-shadow(2px 3px 4px black);
    border-radius: 5px;
    color: #fff;
    width: 95%;
    margin: 10px auto;
}

.after_reg .head p{
    margin: 5px 0px !important;
    color: #393939;
    text-align: center;
}
.after_reg .group{
    background: #ffebef;
    border-radius: 10px;
    padding: 10px;
    max-width: 500px;
    margin: auto;

}
.checkmark_img{
   max-width: 120px; 
}
.after_reg .warne{
    color: #000 !important;
}
.plan1 h4{
    text-align:center;
}
    


@media screen and (max-width:1199px) {
    .banner_bg .nav-link {
        margin: 0px 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:0px !important;
    }
     .start_items{
        text-align: center;
    }
    .start_items p{
        margin: auto;
    }
    .sign_img img {
        max-width: 434px;
    }
    .log-img img {
        max-width: 454px;
    }

}
@media screen and (max-width:991px) {
    .banner_bg .nav-link {
        margin: 7px 5px;
    }
    .team-member {
        width: 220px;
        margin: auto;
    }
    .about_part .head2 p {
        text-align: center;
    }
    .team_group{
        gap: 10px;
    }
    .about_bg .head p {
        text-align: center;
    }
    .head2 p{
        text-align: center;
    }
   .why_choose .head p{
        text-align: center;
        text-transform: none;
    }
    .faq_bg .nav-pills .nav-link {
        max-width: 165px;
    }
    .faq_bg .head p{
        text-align: center;
    }
    .Bounty_but .button {
        margin: 10px auto;
        text-align: center;
    }
    .inner{
        background: #fff;
    }
    .rules_bg .head p{
        text-align: justify;
    }
    .forget{
        height: 100vh;
    }
    .howStart .nav-tabs .nav-link {
            max-width: 155px;
    }
    .start_part img {
         max-width: 348px;
    }
    .start_items {
        margin: 15px 0px 0px;
        text-align: center;
    }
    .start_part{
        text-align: center;
    }
    .start_items p{
        margin: auto;
    }
    .start_items1 h1{
        text-align:center;
        padding:0px;
    }
    


}
@media screen and (max-width:767px) {
    
    .faq_bg .nav-pills .nav-link{
        max-width: 121px;
    }
    .start_items {
        margin: 27px 0px 0px;
        text-align: center;
    }
    .start_items p{
        width: 100%;
        margin-bottom: 17px;
    }
    .howStart .sec{
        flex-direction: column-reverse;
    }
    .second,.four {
           margin: 0px 0px;
    }
}

@media screen and (max-width:567px) {
    .faq_bg{
        padding: 35px 0px;
        background-size: cover;
    }
    .head {
        text-align: center !important;
    }
    .team_head h1 {
        font-size: 20px;
    }
    .faq_bg .head p {
        font-size: 13px;
        margin: 10px 0px;
    }
    .faq_bg .nav-pills .nav-link {
        margin: 0px 0px 10px;
    }
    .faq_bg .nav {
        padding: 10px 0px
    }
    .faq_bg .accordion-button {
        font-size: 13px;
    }
    .faq_bg .accordion-button {
        padding: 10px !important;
    }
    .faq_bg .accordion-button span{
        font-size: 14px;
    }
    .bouty_part h3 {
        font-size: 13px;
    }
    .bouty_part h5 {
        font-size: 14px;
    }
    .bouty_part p {
        font-size: 13px;
    }
    .Bounty_but .button {
        margin: 0px auto 16px;
        font-size: 13px;
        max-width: 153px;
    }
    .bouty_part h5 img {
        max-width: 26px;
    }
    
    .form1 {
        padding: 10px;
    }
    .head2 p {
        margin: 7px 0px;
        line-height: 22px;
    }
    .signin  .head2 p  {
        line-height: 22px;
        font-size:13px;
    }
    .form_item h4{
        padding: 0px 0px 7px;
    }
    .form_item{
        margin: 8px 0px;
    }
    
    .support_bg .head2 p{
        text-align: start;
    }
    .form1 .head2 h1 {
        font-size: 25px;
    }
    .checkmark_img {
        max-width: 100px;
    }
    .howStart .nav-tabs .nav-link {
        font-size: 14px;
        max-width: 106px;
    }
    .start_part img {
        max-width: 331px;
        margin: auto;
    }
    .signin{
        padding: 35px 0px;
    }
    .about_part {
        padding: 35px 0px;
    }
    .about_part .head h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .why_choose .head h1 {
        margin-bottom: 15px;
    }
    .team_bg {
        padding: 35px 0px
        background-size:cover;
    }
    .why_choose .head p{
        margin: 20px 0px 0px;
    }


    
}



