
/*****======  HEADER! PART START=======******/
.header1_bg{
    background: url(../images/header1_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
/*****======  HEADER! PART START=======******/

/*****======  CONTENT PART START=======******/
.content_bg{
    padding: 60px 0px 40px 0px;
}
.content_bg .content_text{
    position: relative;
    padding: 60px 0px 0px;
}
.content_bg .content_text .effect{
    position: relative;
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.content_bg .content_text  .effect:before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: linear-gradient(30deg, gold, rgb(97, 82, 9), gold);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
}
.content_bg .content_text  .effect:after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, white, transparent 50%) center / 25% 25%, radial-gradient(circle, white, black 50%) center / 12.5% 12.5%;
    -webkit-background-clip: text;
    mix-blend-mode: color-dodge;
    animation: shine-animation 10s linear infinite;
    -webkit-text-stroke: 3px transparent;
}
@keyframes shine-animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% -100%;
  }
}
.content_bg .content_text p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
    text-align: justify;
    line-height: 24px;
}
.content_bg .content_img{
    text-align: center;
    position: relative;
}
.content_bg .content_img:before{
    content: "";
    background: url(../images/sta_round1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 235px;
    height: 235px;
    inset: 0;
    margin: auto;
    top: 13px;
    animation: rotate 10s infinite linear;
}
.content_bg .content_img .img1{
    max-width: 99px;
    width: 100%;
    position: relative;
    top: 10px;
}
/*****======  CONTENT! PART END=======******/

/*****======  ADMIN! PART START=======******/
.admin_bg{
    position: relative;
    padding: 50px 0px;
}
.admin_bg .container{
      position: relative;  
    
}

/*****======  ADMIN! PART END=======******/

/*****======  FAQ! PART START=======******/

.faq_bg{
    
    
    
}
.faq_bg .nav{
    position: relative;
    display: block;
}
.faq_bg .nav-link{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 600;
     color: #000000;
    transition: 0.9s;
    border: none;
    outline: none;
    box-shadow: unset !important;
    width: 100%;
    max-width: 155px;
    margin: 10px auto 0px;
}
.faq_bg .nav-link.active{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    background-position: center;
    color: #000000;
    filter: drop-shadow(1px 0px 2px #c99a27);
}
.faq_bg .nav-link:hover{
    
    
    
}

.faq_bg .tab-content{
    background-attachment: fixed;
    background-size: 100% 100% !important;
    border-radius: 5px;
    padding: 5px 20px 5px;
    background-color: #c1c1c31f;
    position: relative;
    backdrop-filter: blur(6px);
    overflow: hidden;
}
.faq_bg .accordion-item {
    border: none;
    margin: 20px 0px 20px;
    background: #121314;
    padding: 10px 20px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.faq_bg .accordion-header {
    margin-bottom: 0;
    background: none;
}
.faq_bg .accordion-button {
    padding: 0px 0px 5px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #f8e57d !important;
    font-family: 'Exo 2', sans-serif;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq_bg .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faq_bg .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    background: radial-gradient(#4b4a4b, #191819);
    border-radius: 5px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #272727;
}
.faq_bg .accordion-body a {
    color: #f8e57d !important;
}
.faq_bg  .accordion-button:focus,.faq_bg  .accordion-button:active{
   box-shadow:unset;
}
.faq_bg  .accordion-button::after{
    background-image: url(../images/faq_img2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 34px;
    height: 33px;
    filter: invert(1);
}
.faq_bg .accordion-button:not(.collapsed)::after{
    background-image: url(../images/faq_img1.png);
    background-size:100% 100%;
    background-repeat: no-repeat;    
    transform: rotate(0deg);
}
/*****======  FAQ! PART END=======******/
/*****======  SUPPORT! PART START=======******/
.support_detail{
    text-align:center;
    position: relative;
}
.support_detail li{
    display: inline-block;
    width: 49%;
    margin: 10px 0px;
}
.support_detail .support_text{
    background: #000;
    text-align: start;
    padding: 20px;
    max-width: 300px;
    width: 100%;
}
.support_detail .support_text a{
    float: right;
}
.support_detail .support_text h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.support_detail .support_text h4{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
/*****======  SUPPORT! PART END=======******/

/*****======  LOGIN! PART START=======******/
.login_bg{
    padding: 50px 0px 0px 0px;
}
.login_bg .ban_vedio{
    position: fixed;
}
.form1{
    position: relative;
    background: #ffffff08;
    max-width: 420px;
    margin: 30px auto 30px;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 0px 6px 0px #f7e47c33;
    overflow: hidden;
}
.form1 .span{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f2db769e, #af9343);
    animation: animate1 3s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.form1 .span1{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to right, #f2db769e, #af9343);
    animation: animate2 3s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.form1 .span2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f2db769e, #af9343);
    animation: animate3 3s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.form1 .span3{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to right, #f2db769e, #af9343);
    animation: animate4 3s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}
.form1 .effect{
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding: 0px;
    margin: 5px 0px 0px 10px;
    text-align: start;
    letter-spacing: 2px;
}
.form1 .effect:before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: linear-gradient(30deg, gold, rgb(97, 82, 9), gold);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
}
.form1 .effect:after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, white, transparent 50%) center / 25% 25%, radial-gradient(circle, white, black 50%) center / 12.5% 12.5%;
    -webkit-background-clip: text;
    mix-blend-mode: color-dodge;
    animation: shine-animation 10s linear infinite;
    -webkit-text-stroke: 3px transparent
}
.form1 .list{
    
    
    
}
.form1 .list img{
    position: absolute;
    max-width: 28px;
    top: 20px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.form1 .list_item{
    display:none;
    position: absolute;
    top: 38px;
    right: 10px;
    z-index: 11;
    background: #121314;
    padding: 15px;
}
.form1 .list_item .link{
    display: block;
    margin: 7px 0px;
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 10px 20px 10px 20px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #010101;
    transition: 0.9s;
}
.form1 .list_item .link:hover{
    background: url(../images/but2.png);
    background-size: 100% 100%; 
    transition: 0.9s;
}
.login_video{
    position: relative;
    padding: 70px 0px 110px;
    margin: 20px 0px 10px;
    overflow: hidden;
    width: 100%;
}
.login_video video{
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 127%;
    top: 0px;
    object-fit: cover;
}
.form_box{
    padding: 10px 20px;
    margin: 0px;
}
.form_box h3{
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
.form_box h4{
    margin: 0px;
    position: relative;
}
.form_box h4 i{
    font-size: 18px;
    top: 11px;
    right: 5px;
    bottom: 0px;
    margin: 0px 5px 0px 0px;
    background: linear-gradient(250deg, #af9343,#f5e077,#a78126);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
}
.form_box .inpts{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 11px 15px;
    margin: 0px;
    background: #000;
    border-radius: 3px;
    border: none;
    outline: none;
    width: 100%; 
}
.form_box .inpts:hover{
    
    
    
}
.form_but{
    padding: 20px 0px 10px;
    text-align: center;
}
.form_but .sbmt{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 25px;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 1s;
    transform: translateY(0px);
    border: none;
    outline: none;
}
.form_but .sbmt:hover{
    transform: translateY(-10px);
    background: url(../images/but2.png);
    background-size: 100% 100%;
    transition: 1s;
}
.recaptcha{
    
    
}
.recaptcha h4{
    display: flex;
    background: #000;
    padding: 0px 8px;
}
.recaptcha img{
    height: 39px;
    padding: 7px 0px;
    border-right: 1px solid #f3dd7557;
}
/*****======  LOGIN! PART END=======******/

/*****======  SIGNUP! PART START=======******/
.signup_bg{
    

}
.signup_bg .form1{
    max-width: 590px;
}
.signup_bg .login_video {
    position: relative;
}
.rem_text{
    padding:0px 0px 0px 0px;
    margin:0px;
    text-align:center;
}
.rem_text a{
    color:#fffee9;  
}
.rem_text P {
    margin: 10px 0px;
}
/*****======  SIGNUP! PART END=======******/

/******=====CONFIRM CSS PART=====*****/
.confirm_bg{
    text-align: center;
}
.confirm_bg .container{
    position: relative;
}
.confirm_bg h3{
    font-size: 34px;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    padding: 0px;
    margin: 20px 0px 19px 0px;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 2%,#c99927 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.confirm_bg h4{
    padding: 15px 0px;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.confirm_bg h5{
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.confirm_bg h5 span{ 
    filter: drop-shadow(0px 1px 3px black);
}
.confirm_bg p{
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.confirm_bg .form_but{
    text-align:center;
}
.confirm_bg .form_but .but{
  
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 18px 8px 18px;
    margin: 0px 10px 0px;
    background: #73ba3f;
    border: none;
    outline: none;
    border-radius: 7px;
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.7s;
    position: relative;
}
.confirm_bg .form_but .but:hover{
    box-shadow: inset 350px 0 0 0 #73ba3f;
    transition: 0.7s;
    color: #171717;
    background: #fff;
}
/******=====CONFIRM CSS PART=====*****/

/******=====RESPONSIVE CSS PART=====*****/

@media only screen and  (max-width:1199px){
    
    
    
    
}
@media only screen and  (max-width:991px){
    
/***===Content Css===***/    
    .content_bg .content_img{
        display:none;
    }
    .content_bg .content_text {
        padding: 0px 0px 0px;
        text-align: center;
    }
    .content_bg .content_text p {
        text-align: center;
    }
/***===Faq Css===***/      
    .faq_bg .nav {
        text-align: center;
    }
    .faq_bg .nav-link {
        max-width: 145px;
        margin: 10px;
        display: inline-block;
    }
    
    
}
@media only screen and  (max-width:767px){

/***===Faq Css===***/     
    .faq_bg .nav-link {
        max-width: 110px;
        margin: 0px;
    }
    
    
}
@media only screen and  (max-width:576px){
    
/***===Content Css===***/     
    .content_bg .content_text .effect {
        font-size: 38px;
    }
/***===Content Css===***/
    .faq_bg .accordion-button {
        font-size: 15px;
    }
    .faq_bg .tab-content {
        padding: 5px 5px 5px;
    }
/***===Form Css===***/    
    .form_box {
        padding: 15px 10px 10px;
    }
/***===Support Css===***/    
    .support_detail li {
        display: inline-block;
        width: 100%;
    }
    .support_detail .support_text {
        margin: auto;
    }
    
    .form1 .effect {
        position: relative;
        font-size: 26px;
    }
    
}
/******=====RESPONSIVE CSS PART=====*****/

