/***** header1 part Start******/
.hero_banner{
	 background: url(../images/inner_bg.png) !important; 
    background-size: 100% 100% !important;
    position: relative;
}
.banner1 .head{
	position: relative;
    z-index: 1;
}	
.banner1 h2{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: var(--green);
    font-family: var(--primary_font);
}
.banner1 h2 span{
    display: inline;
}
.banner1 .head .fade_text{
	font-size: 125px;
    top: -69px;
}
.banner1{
	padding: 122px 0px;
    
}
.hero_banner::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #2e2e2e, transparent);
}
/***** header1 part End******/

/***** Aboutus Page Start******/
.apporach_section{
    padding: 50px 0px;
}
.appor_card {
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.appor_group i{
    font-size: 30px;
    background: var(--green);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}
.appor_group h3{
    font-size: 25px;
    font-weight: 400;
    font-family: var(--primary_font);
    color: var(--text-title);
    margin: 10px 0px;
}
.appor_group p{
    font-size: 13px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: #565656;
}
/***** Aboutus Page End******/

/******====== FAQ PART START  ======******/
.faq_bg1 .faq_head{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    font-family: var(--primary_font);
    padding: 0px 0px 10px 0px;
    width: fit-content;
    color: var(--text-title);
    margin: 0px 0px 20px 0px
}
.faq_bg1 .faq_head:before{
    content: "";
    background: linear-gradient(45deg, #32ab78, #10b981, #3fc98f);
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.faq_bg1 .accordion{
    position: relative;
    z-index: 1;
    padding: 0px 0px 20px 0px;
}
.faq_bg1 .accordion-item {
    border-bottom: 1px solid #ddd;
    margin: 14px 0px 5px;
    padding: 10px 10px 5px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}
.faq_bg1 .accordion-header {
    margin-bottom: 0;
    background: none;
    color: var(--text-title);
}
.faq_bg1 .accordion-button {
    padding: 0px 0px 5px 0px;
    font-size: 17px;
    font-weight: 300;
    font-family: var(--primary_font);
    background: #00000000;
    border-bottom: none;
    color: var(--text-title);
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
    line-height: 29px !important;
}
.faq_bg1 .accordion-button span{
    background: var(--green);
    background-size: 100% 100%;
    padding: 4px;
    margin: 0px 8px 0px 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_bg1 .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faq_bg1 .accordion-body {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--secondary_font);
    color: var(--text-title);
    line-height: 24px;
    border-radius: 5px;
    margin: 5px 0px 0px 35px;
    border: none;
    padding: 7px 0px 0px 0px;
}
.faq_bg1 .accordion-body a {
    color:var(--green)!important;
    font-weight: 800;
}
.faq_bg1 .accordion-body a:hover{
    color:#fff;
}
.faq_bg1 .accordion-button:focus,.faq_bg  .accordion-button:active{
   box-shadow:unset;
}
.faq_bg1 .accordion-button::after{
    background-image: url(../images/plus_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    transition: 1s;
    border-radius: 3px;
    right: 0;
    position: absolute;
    filter: invert(1);
}
.faq_bg1 .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: 1s;
    filter: invert(1);
}

.faq_img1{
    text-align: center;
    max-width: 350px;
    margin: 0px auto 20px !important;
    position: sticky;
    top: 10px;
}
.faq_support{
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq_support h2{
    font-size: 22px;
    font-weight: 600;
    font-family: var(--primary_font);
    color: var(--text-title);
    padding: 0px 0px 20px 0px;
    position: relative;
    text-transform: uppercase;
}
.faq_support .img1{
    position: relative;
    max-width: 100px;
    margin: 0px 0px 10px 0px !important;
}
.faq_support p{
    font-size: 14px;
    font-weight: 300;
    font-family: var(--secondary_font);
    color: var(--text-subtitle);
    position: relative;
    margin-bottom: 20px;
}
.but2 {
    position: relative;
    z-index: 111;
    background: var(--green);
    color: #fff;
    padding: 9px;
    border-radius: 5px;
}
.faq_support .faq_supportlink{
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 8px 25px;
    margin: 20px 0px 0px;
    display: block;
    border-radius: 2px;
}

/********======== FAQ PART END  ========**********/

/********======== Rules PART Start  ========**********/
.rules_bg .head p {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-subtitle);
    font-family: var(--secondary_font);
    margin-bottom: 12px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    line-height: 22px;
}
/********======== Rules PART Start  ========**********/

/********======== Support PART Start  ========**********/
.contact-form {
    border-radius: 12px !important;
}
.contact-box {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    display: inline-flex;
    gap: 12px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.value{
    display: block;
}  
.contact-box  i{
    background: var(--green-light);
    padding: 13px 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.contact-form h3{
    font-size: 25px;
    font-weight: 500;
    color: var(--green);
    font-family: var(--primary_font);
    margin-bottom: 25px;
}
.contact-form  label{
    font-size: 15px;
    font-weight: 400;
    font-family: var(--secondary_font);
    margin-bottom: 10px;
    color: var(--text-subtitle);
}
.contact-form  .inpts{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-title);
    font-family: var(--secondary_font);
}
.form_item{
    margin: 10px 0px;
}
.sbmt{
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--primary_font);
    color: #fff;
    background: var(--green);
    border-radius: 5px;
}
/********======== Support PART End  ========**********/

/********** SIGNUP PART START ************/
.sign_bg {
    background: #f9f9f9;
	/* background: url(../images/sign_bg1.png); */
	background-size: 100% 100%;
	background-position: center !important;
	padding: 0px 0px 5px;
	min-height: 100vh;
	overflow: hidden;
	position: relative;

}
.form_item {
	margin: 13px 0px;
	position: relative;
}

.sign_bg::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 51%;
	background: #fff;
	z-index: -1;
	left: 0;
	top: 0;
}

.sign_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px 15px;
}

.sign_head .logo {
	max-width: 170px;
	margin: -10px 0px 0px;
}

.sign_head .backhome {
	font-size: 17px;
	font-weight: 600;
}

.sign_head .backhome i {
    background: var(--green);
	color: #fff;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	font-size: 21px;
	font-weight: 400;
	transition: 0.5s;
}

.sign_head .backhome i:hover {
	background: #fff;
	filter: drop-shadow(1px 2px 2px #565656);
	color: #000;
}
.login_container{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    border-top: 2px solid #10b981;
    background: #fff;
}
.sign_text {
	text-align: center;
	margin: 10px 0px 25px;
}

.sign_text h1 {
font-size: 30px;
    font-weight: 700;
    font-family: var(--primary_font);
    letter-spacing: 0px;
    max-width: unset;
}
.left_side{
padding: 10px 25px 20px;
}

.sign_text h1 span {
	background: -webkit-linear-gradient(360deg, #0bb7fe 35%, #5052ee 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sign_text p {
    text-align: unset;
    max-width: unset;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: var(--text-subtitle);
}

.sign_bg .form_block {
	margin: 24px 0px;
}

.terms h6 {
	text-align: center;
	color: #242424;
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0px 25px;
}

.terms h6 a {
	color: #dd1212ed;
}

.terms h6 a:hover {
	color: #242424;
}

.sign_robo {
	max-width: 505px;
	margin: auto;
	position: relative;
}

.sign_robo img {
	position: absolute;
	top: 10px;
}

.login_bg {
	min-height: 100vh;
}

.form_item label {
	position: absolute;
	top: 12px;
	left: 8px;
	font-size: 16px;
	color: #777;
	pointer-events: none;
	transition: all 0.3s ease;
	background: #f2f2f2;
}

.form_item input:focus {
	border-color: #20b4896b !important;
}

.form_item input:focus+label,
input:not(:placeholder-shown)+label {
	top: -7px;
	font-size: 12px;
}

input:focus+label {
	color: #3498db;
}

.form_item h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary_font);
    color: #353535;
    padding: 0 0 10px;
}

.login_bg .form_item label {
	background: #ffffff;
}

.login_bg .inpts {
    background: transparent;
    border: 1px solid #0000001c;
    padding: 11px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary_font);
	color: var(--text-subtitle);
}

.login_bg input:focus+label {
	color: #000000;
	background: #ffffff;
	padding: 0px 3px;
}

.log_bot {
	display: flex;
	justify-content: space-between;
	margin: 35px 0px 0px;
}

.log_bot a {
	font-size: 14px;
	font-weight: 600;
}

.login_bg .form_block {
	margin: 35px auto;
	max-width: 500px;
}

.log_social {
	margin: 65px auto 0px;
	display: flex;
	justify-content: space-evenly;
	max-width: 500px;
}

.login_vid h2 {
	position: absolute;
	bottom: 0px;
	left: 29px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 32px;
	text-transform: capitalize;
}

/* .login_vid {
  position: relative; 
  display: inline-block; 
}
.login_vid img.img-fluid {
  display: block; 
  width: 100%;
  height: auto;
} */

.login_vid::before {
	content: "";
	position: absolute;
	background: #00000029;
	height: max-content;
	width: 100%;
	inset: 0;
	z-index: 1;
}

.login_vid img {
    border-radius: 10px;
    max-height: 570px;
    width: 100%;
    object-fit: cover;
}

.login_vid .vid {
	width: 100%;
}

.icon-content {
	margin: 0 10px;
	position: relative;
}

.icon-content .tooltip {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #323233;
	color: #fff;
	padding: 3px 15px 5px;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
	transition: all 0.3s ease;
	text-align: center;
}

.icon-content:hover .tooltip {
	opacity: 1;
	visibility: visible;
	top: -35px;
	top: -45px;
}

.icon-content .link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #4d4d4d;
	background-color: #e8e8e8;
	transition: all 0.3s ease-in-out;
}

.icon-content .link:hover {
	box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.icon-content .link svg {
	width: 22px;
	height: 30px;
}

.icon-content .link[data-social="telegram"]:hover {
	color: #0088cc;
}

.login_bg .section-title {
	margin-bottom: 10px;
}

.rem_text {
	font-size: 15px;
	font-weight: 400;
	margin: 20px 0px;
}

.signup_bg .login_vid img {
	border-radius: 10px;
}
.signup_bg .login_vid img{
    max-height: 703px;
}


.icon-content .link[data-social="telegram"] {
    color: #0088cc !important;
}

.icon-content .link[data-social="email"] {
    color: #ea4335 !important;
}
/********** SIGNUP PART END ************/
/*****after_reg  part Start******/
.after_reg_body{
    max-width: 500px;
    width: 100%;
    margin: 50px auto 0px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.after_reg_body {
    font-size: 130px;
    text-align: center;
    color: green;
}
.after_reg .head p {
    text-align: center;
    color: #000;
}

.after_reg .head h2,.after_reg  .head p {
    text-align: center;
}
.after_reg_body h3{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px 0px;
}
.warn span{
    color: #dd3e47;
}
#main{
    height: unset !important;
}
.after_reg_body .but1{
    width: 50%;
    margin: auto !important;
    display: block
}
.after_reg {
    padding: 50px;
}
.error{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    font-family: var(--primary_font);
    color: #fff;
    background: var(--green-mid);
    border-radius: 10px;
    padding: 7px;
    margin: 5px 0px;
}
.inpts{
    padding: 9px;
    font-size: 16px;
    font-family: var(--secondary_font);
    background: var(--green-light);
    border: none;
    outline: none;
    border-radius: 5px;
}

/*****after_reg  part End******/
/*********Extra Pages part******/
.hist_bg1{
    padding: 50px 0px;
}
.hist_bg1 .list h2{
    display: block;
}
.list h2 span{
    float: right;
}
.hist_bg1 .list_item h3{
    color: #000000a6;
}
.hist_bg1  .list{
    margin: 0px 0px 20px;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.login_tfa .form_btn .sbmt{
    width: 37%;
    display: inline-flex;
}
.dep_list1 .list_item h3{
    color:#000;
}
.hist_bg1 .dep_list .error, .hist_bg1 .error  {
    text-align: center;
}

/*********Extra Pages End******/

/*********Reponsive Part Start******/
@media (max-width:991px){
    .appor_card{
        padding: 10px;
    }
    .rules_bg .head p{
        text-align: start;
        width: 100%;
    }
    .support_bg h6{
        text-align: center;
    }   
    .contact-form{
        margin: 21px 0px;
    }
}
@media (max-width:767px){
    .appor_card {
        padding: 39px;
    }
    .faq_bg1 {
        padding: 50px 0px;
    }
    .faq_bg1 .accordion-button{
        font-size: 16px;
        line-height: 25px !important;
    }
}

@media (max-width:576px){
    .login_bg {
        padding: 10px;
    }
    .logo{
    max-width: 140px;
    width: 100%;
    }
    .sign_text h1 {
        font-size: 25px;
    }
    .sign_text p{
        font-size: 13px;
    }
    .log_bot a {
        font-size: 11px;
    }
    .banner1 {
        padding: 50px 0px;
    }
    .banner1 h2{
        font-size: 35px;
    }
    .faq_bg1 .faq_head {
        font-size: 25px;
    }
    .faq_bg1 .accordion-button {
        font-size: 13px;
        padding: 0px 0px 5px 0px;
    }
    .head h2 {
        font-size: 25px;
    }
    .rules_bg .head p {
        font-size: 12px;
    }

}