body {
    overflow-x: hidden ;
}



@font-face {
    font-family: Dana-Regular;
    src: url(../fonts/DanaNoEn-Medium.ttf);
}

@font-face {
    font-family: Dana-bold;
    src: url(../fonts/DanaNoEn-Bold.ttf);
}

.Dana-Bold {
    font-family: Dana-Bold !important;
}

.Dana-Regular {
    font-family: Dana-Regular !important;
}


.text-white {
    color: #ffffff
}

.font-1 {
    font-size: 3.5rem;
    /* color:#722AB1;
    color:#4B63EA */
}

.font-2 {
    font-size: 3rem
}

.font-3 {
    font-size: 1.2rem
}

.btn-font {
        font-size: 1.3rem !important
}

@media only screen and (max-width: 1300px) {
    .font-1 {
        font-size: 2.5rem
    }
}

@media only screen and (max-width: 1024px) {
    .font-1 {
        font-size: 2rem
    }
}

@media only screen and (max-width: 1140px) {
    .font-2 {
        font-size: 2rem
    }
}

@media only screen and (max-width: 1020px) {
      
}

@media only screen and (max-width: 992px) {   
    .font-1 {
        font-size: 2rem
    }

    .font-2 {
        font-size: 1.75rem
    }

    .font-3 {
        font-size: 1.1rem
    }
    
    .btn-font {
        font-size: 1.3rem !important
    }  
}

@media only screen and (max-width: 768px) {
    .font-1 {
        font-size: 1.5rem
    }

    .font-3 {
        font-size: 1rem
    } 
    
    .font-2 {
        font-size: 1.5rem
    }

    .btn-font{
        font-size: 1rem !important
    }
}

a:hover {
    text-decoration: none !important;
}

p.success {
	font-family: Dana-Regular !important;
	text-align: center;
	font-size: 16px;
	background: #5b4dd4;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
}

p.error {
	font-family: Dana-Regular !important;
	text-align: center;
	font-size: 16px;
	background: #fd606c;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
}