@font-face {
    font-family: "Bold";
    src: url("../font/Carnero.ttf");
}
.one-box{
	height: 50vh;
	display: flex;
	align-items:center;
	justify-content: center;
	background: #fff;
}
.f60{
	font-size: 60px;
	font-weight: bold;
	font-family: "Bold";
}
#opt-error {
    color: red;
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
}
.f90{
	font-size: 90px;
	font-weight: bold;
	font-family: "Bold";
}
.two-box{
	height: 50vh;
	display: flex;
	align-items:center;
	justify-content: center;
	background: linear-gradient(180deg, #6F009A -42.96%, #0B26AE 80.52%);
}
.clr-btn {
    background: #FFFFFF;
    box-shadow: 0px 46px 65px rgba(0, 0, 0, 0.3), 0px 0px 35px #3700DB;
    border-radius: 45px;
    min-width: 260px;
    padding: 10px;
    color: #201eaa;
    font-weight: bold;
    box-shadow: inset 0px 0px 10px 5px #FFF3C6, 0px 46px 65px rgba(0, 0, 0, 0.3), 0px 0px 35px #3700DB;
}
.ano-in{
	max-width: 270px;
	border-radius: 50px;
	padding: 10px;
	border: 1px solid #FFF3C6;
}

.flt{
	color: #838383;
}
.size{
	max-width: 95%;
}
.f40{
	font-size: 38px;
	font-family: "Bold";
}
.b-box {
    background: linear-gradient(180.16deg, #6F009A -42.96%, #0B26AE 80.52%);
    border-radius: 35px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 110px;
    font-weight: bold;
    color: #fff;
}
.l-box{
	background: #F4F4F4;
	border-radius: 35px;
	padding: 10px 20px 20px 20px;
}
.f18{
	font-size: 18px;
	font-family: "Bold";
}
.ybg{
	background: #FFC62A;
	border-radius: 25px 25px 0px 0px;
}
.pbg{
	background: #FF80FB;
	border-radius: 25px 25px 0px 0px;
}
.obg{
	background: #FF8B6E;
	border-radius: 25px 25px 0px 0px;
}
.sbg{
	background: #5AE1FF;
	border-radius: 25px 25px 0px 0px;
}
.bbg{
	background: #5A96FF;
	border-radius: 25px 25px 0px 0px;
}
.gbg{
	background: #46FAA9;
	border-radius: 25px 25px 0px 0px;
}
.lb-box{
	background: #fff;
	border-radius: 25px;
}
.mini-bar{
	background: linear-gradient(199.16deg, #6F009A -42.96%, #0B26AE 80.52%);
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;

}
.mini-side{
	padding: 20px 0 20px 20px;
	height: 100vh;
}
.mini-side li a{
	color: #fff;
	font-size: 20px;
}
.mini-side li{
	margin-bottom: 10px;
	padding: 10px;
}
.mini-side li.active {
    background: linear-gradient(87deg, #26006C -5.61%, rgba(85, 0, 255, 0) 85.79%);    
    border-radius: 15px;    
}
.w25{
	max-width: 20%;
	width: 100%;
}
.w75{
	    max-width: 80% !important;
    width: 100%;
}
#toggleBtn1,#toggleBtn2{
	display: none;
}
.l-box .col-lg-4{
	display:none;
}
.l-box .col-lg-4:nth-child(-n+6){
	display:inline-block
}
@media(min-width:1501px){
	.size{
		max-width:90%;
	}
	.py-4{
		padding:15px 0px !important;
	}
	.py-5{
		padding:20px 0px !important;
	}
	.l-box .f18{
		font-size:20px;
	}

}
@media(max-width: 1500px){
	.f60{
		font-size: 50px;
	}
	.f90{
		font-size: 80px;
	}
	.f40{
		font-size: 30px;
	}
}
@media(max-width: 991px){
	 .w75{
		width: 100%;
		max-width: 100% !important;
	}
	#toggleBtn2{
		background: linear-gradient(180.16deg, #6F009A -42.96%, #0B26AE 80.52%);
		color: #fff;
		display: inline-block;
	}
	#toggleBtn1{
		background: #fff;
		color: #000;
		display: inline-block;
	}
	.w25 {
        transform: translateX(-300px);
        position: fixed;
        left: 0;
        top: 0;
        transition: 0.5s all;
    }
    .mini .w25 {
        transform: translateX(0px);
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 768px){
	.f60{
		font-size: 30px;
	}
	.f90{
		font-size: 55px;
	}
	.f40{
		font-size: 20px;
	}
}