.hf{
	font-weight: 700 !important;
}
.df{
	font-family: "Funnel Sans", sans-serif;
}
.container{
	max-width: 85%;
}
.select_cl{
    background:#000;
    border-radius: 260px;    
}
.select_cl a{
    color: #fff !important;
}
.banlink-bg {
    background: #333;
    padding: 4px 5px 4px 5px;
    border-radius: 80px;
}
.banlink-bg a{
	font-size: 18px;
	font-weight: 400;
	font-family: "Funnel Sans", sans-serif;
    color: #fff !important;
    padding: 11px 10px;
}
.banlink-bg .drop-bg a{color: #fff !important;}
.drop-bg {
    background: #fbbc30;
    border-radius: 40px;
    padding: 0px 10px;
}
.banlink-bg li{
	transition: 0.5s all;
	padding: 0px 15px 0px 15px;
    position: relative;
  /*overflow: hidden;*/
  height: 3rem;

}
.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dropdown-item:hover{
    background: transparent;
    color: #fff !important;
}
.error{
    color: red;
}
.news label.error{
    position: absolute;
    left: 0;
    bottom: -22px;
}
.focus-in-contract{-webkit-animation:focus-in-contract .7s cubic-bezier(.25,.46,.45,.94) both;animation:focus-in-contract .7s cubic-bezier(.25,.46,.45,.94) both}

@-webkit-keyframes focus-in-contract{0%{letter-spacing:1em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-contract{0%{letter-spacing:1em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}
.banlink-bg li:hover::before {
  transform: scaleX(1);
}
.banlink-bg li::before {content: "";position: absolute;top: 0;left: 0;transform: scaleX(0);transform-origin: 0 50%;width: 100%;height: inherit;border-radius: 30px;background:linear-gradient(90deg, #FFFFFF -38.13%, #FBBC30 100%);
  /*background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );*/transition: all 0.475s;z-index: -1;
}
.li-content {position: relative;z-index: 1;}
/*.banlink-bg li:hover{
	background: #734CFF;
	border-radius: 30px;
}*/
.banlink-bg .li-content:hover a{color: #000 !important;}
.banlink-bg  .drop-bg > a{color: #000 !important;}
.banlink-bg .drop-bg a:hover{color: #000 !important;}
.st{color: #734CFF;}
.dt{}
.accordion-item {background-color: #333333;border-radius: 10px;}
.lt{color: #a4a2a2;}
.wt{color: #fff;}
.bf{font-weight: 700;}
h1{font-size: 78px;}
.f22{font-size: 22px;}
.banner {min-height: 90vh;/* display: flex;align-items: end;*/justify-content: center;/*   background: url(../img/ban-bg.png);*/background-position: center bottom;background-repeat: no-repeat;background-size: contain;border-radius: 0 0 10px 10px;}
.sitebtn {
    background: #FBBC30;
    color: #0A0034;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sitebtn:hover{
    color: #000;
   /* background: #000;*/
}
.sitebtn:after {
 content: "";
 background: linear-gradient(90deg, #FFFFFF -38.13%, #FBBC30 100%);
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

.sitebtn:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.sec{
	padding: 5vh 0;
}
.f18{
	font-size: 18px;
}
p{
	font-family: "Funnel Sans", sans-serif;
}
.title{
	font-weight: 500;
	font-size: 48px;
	line-height: 65px;
}
.w-bg {
    background: url(../img/receiving.png), #333333;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
    padding-bottom: 180px;
}
.w-bg2 {
    background: url(../img/receiving.png), #333333;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    padding-bottom: 180px;
}
.third {
 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 120%;
}

.dark-btn {
    background: #000;
    border-radius: 68px;
    color: #FBBC30;
    padding: 6px 25px;
    transition: 0.5s all;
}
.dark-btn:hover{
	color: #fff;
}
.w-bg h3{
	line-height: 43px;
}
.d-box {
    background:linear-gradient(0deg, #333333 5.88%, #c79830 98.17%, #FFC107 200%);
    height: 100%;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.fit{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.f32{
	font-size: 32px;
}
.grad-box{
	background: linear-gradient(180deg, #333333 5.88%, #c79830 98.17%, #FFC107 200%);
    height: 100%;    
    border-radius: 14px;
}
.rectangle {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    transition: 0.5s all;
}
.round {
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.f5{
	font-weight: 500;
}
.rectangle:hover .round{
	background: #fff;
	transition: 0.5s all;
}
.rectangle:hover img{
	filter: invert(1);
}
.team{
	background:linear-gradient(180deg, #333333 5.88%, #c79830 98.17%, #FFC107 200%);
	border-radius: 24px;
	padding: 20px 20px 0 20px;
    overflow: hidden;
}
.brand{

	background: linear-gradient(0deg, #E9E3FF, #E9E3FF), linear-gradient(180deg, #FFFFFF 40.58%, #BAA6FB 154.91%);
	border: 1px solid #C7B9FD;
	border-radius: 12px;
	padding: 30px;
}
.news{
	background: #333;
	padding: 8px;
	border-radius: 50px;
}
.news input{
	border: 0;
	border-radius: 50px 0 0 50px;
	background-color: transparent !important;
	padding: 10px ;
	color: #fff !important;
}
.news .input-group-text{
	background-color: #fbbc30;
	border-radius: 40px !important;
	border: 0;
}
.sos {
    background: #333;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 23px;
    border-radius: 40px;
    text-decoration: none;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.foot{
	background: linear-gradient(180deg, #FFFFFF -0.85%, #734CFF 169.09%), #FFFFFF;
	border-radius: 0px 0px 24px 24px;
}
.navbar-toggler{    background-color: #fbbc30;}
.footersec
{
    background:url(../img/footer-bg.png), linear-gradient(360deg, #997931 9%, #000000 100%);
    padding-bottom: 80px;
    border-radius: 0px 0px 30px 30px;
    background-position: center bottom, top;
    margin-bottom: 80px;
}
.login{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
}
.log-box{
	background: #1e1e1e;

	border-radius: 24px;
	padding: 20px;
	max-width: 480px;
    width: 100%;
}
.log-box .own-in{
	background: #333 !important;
	border: 1px solid rgba(43, 24, 121, 0.1);
	border-radius: 9px;
    padding: 15px 10px;
    font-size: 16px;
    color: #fff !important;
    font-family: "Funnel Sans", sans-serif;
}

.dropdown-menu{background: #333333;padding: 10px 10px;border-radius: 15px;}
.voilet{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 10px;
gap: 6px;
color: #000;
background: #fbbc30;
border-radius: 12px;
font-weight: 600;
}
.voilet:hover{background: linear-gradient(90deg, #FFFFFF -38.13%, #FBBC30 100%);}
.tfa {
    background: url(../img/tfa.png);
    border: 0;
    background-repeat: no-repeat;
    height: 72px;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 61px;
    padding-left: 24px;
}
.fees table{
    table-layout: fixed;
    border: 1px solid #0A003461;
    border-radius: 20px !important;
}
.fees thead{
    background: #333;  
    color: #fff;  
}

.fees th{
    font-size: 20px;
    font-weight: 500;
    font-family: "Funnel Sans", sans-serif;
    border: 0;
}
.fees td{
    padding: 15px;
    border-bottom: 1px solid #333;
    font-family: "Funnel Sans", sans-serif;
    white-space: nowrap;
    color: #fff;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #fbbc30;
    color: #000000;
    box-shadow: 0 0 0 0;
}
.accordion-button {
    background-color: #595959;
    color: #fff;
    border-bottom: 1px solid #2b2a2a;
    margin-bottom: 5px;
    border-radius: 10px !important;
    margin-top: 5px;
    border: 0 !important;box-shadow: none !important;
}
.faq .accordion-item{
    border: 0px;
}
.faq .accordion-button:not(.collapsed)::after{
    background-image: url(../img/minus.png);
}
.faq .accordion-button::after{
    background-image: url(../img/plus.png);
}
.faq button{
    font-weight: 600;
}
.linktxt:hover{color: #fbbc30;}
.link{
    position: relative;
  transition: transform .1s ease-in-out;
  color: #fff !important;
  font-size: 14px;
    font-weight: 400;
}
.link::before, .link::after{
  content: "";
  position: absolute;
  background-color:#ecb12d;
  transition: transform .5s;
}
.sos:hover{
    color: #fbbc30;
}
input:focus{box-shadow: none !important;}
/* LINK 1 CODE STARTS HERE */
.link1::after{
  left: 0;
  width: 100%;
  height: 2px;
  bottom: -7px;
  transform: scaleX(0);
  transform-origin: left;
}
.link1:hover::after{
    transform: scaleX(1);
}
@media(max-width: 1500px){
	.title{
		font-size: 35px;
		line-height: 50px;
	}
	.f32 {
    font-size: 26px;
}
.w-bg h3 {
    line-height: 36px;
}
.w-bg{
	background-size: 80%;
}
}
@media(max-width: 1300px){
	.container {
    max-width: 90%;
}
.w-bg{
	background-size: 80%;
}
.w-bg2{
	background-size: 80%;
}
}
@media(max-width: 991px)
{
    .innerbanner,.banner{height: auto !important;min-height: inherit;}
}
@media(max-width: 768px){
	h1 {
    font-size: 35px;
}
.title {
        font-size: 20px;
        line-height: 36px;
    }
    .f18 {
    font-size: 15px;
}
.f32 {
        font-size: 20px;
        line-height: 30px !important;
    }
    .w-bg,.w-bg2{
    	/*background-image: none;*/
        padding-bottom: 140px;
    }
    .rectangle {
    	display: block;
    }
    .team{
    	padding: 15px;
    }
    .brand{
    	padding: 15px;
    }
    .sec{
    	padding: 3vh 0;
    }
    .banlink-bg{
    	border-radius: 5px;
    }
    .banlink-bg a{
    	font-size: 15px;
    }
    .log-box{
    	min-width: 310px;
    	padding: 15px;
    }
    .tfa{
    	letter-spacing: 39px;
    padding-left: 13px;
    }
    .fees table{
        table-layout: inherit;
    }
}
/**newcss-home-start**/
body
{
    background: url(../img/bg.png),#000;
    color: #fff;
    background-position: center bottom;
    background-size: contain;
    font-family: "Poppins", sans-serif;

}
.topbanner
{
   background: url(../images/dotbg.svg), linear-gradient(360deg, #99793185 19% 60%, transparent 110%);
    padding-bottom: 40px;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    background: url(../images/dotbg.svg), linear-gradient(360deg, #997931 9%, #000000 100%);
}
.innerbanner{height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}
.bannerpic{    position: relative;
    top: 40px;
}
.yt{color: #FBBC30;}
.wt{color: #fff;}
.menusection{background: #000;}
/**newcss-home-end**/