body {
    margin: 0;
    padding: 0;
    background-image: url("../images/clouds.png");
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: "Roobert", sans-serif;
    overflow-x: hidden;
}


/* 
	.navbar {
    background-color: #D6E9FF;
    height: 114px;
    box-shadow: 0px 4px 20px rgba(196, 196, 196, 0.28);
    border-radius: 0px 0px 25px 25px;
	}
	
	.login {
    color: #2E1658;
    background-color: #ffffff;
    border-radius: 35px;
    padding: 8px 15px;
    font-weight: 600;
	}
	
	.login:hover {
    color: #ffffff;
    background-color: #0d6efd;
    border-radius: 35px;
    padding: 8px 15px;
    font-weight: 600;
	}
	
	.fa-face-smile {
    color: #1a7900;
    font-size: 25px;
	}
	
	.login:hover .fa-face-smile {
    color: #ffffff;
} */

.navbar {
    background-color: #D6E9FF;
    height: 90px;
}

.navbar .login {
    color: #2E1658;
    background-color: #ffffff;
    border-radius: 35px;
    padding: 8px 15px;
    font-weight: 600;
}

.navbar .login:hover {
    color: #ffffff;
    background-color: #0d6efd;
    border-radius: 35px;
    padding: 8px 15px;
    font-weight: 600;
}

.navbar .login:hover .fa-face-smile {
    color: #ffffff;
}

.navbar .login .fa-face-smile {
    color: #1a7900;
    font-size: 25px;
}

.navbar .timer {
    color: var(--secondary-blue-dark-iii-500, #0D3BAA);
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .navbar {
        background-color: #D6E9FF;
        height: 130px;
        width: 100% !important;
    }
}

/* banner */

.image {
    height: 250vh;
}

#animate {
    transition: all 3s ease;
}

.main {
    height: 90vh;
}

.banner h1 {
    color: #2E1658;
    font-size: 80px;
    font-weight: 900;
}

.banner h3 {
    font-size: 40px;
    margin-top: 20px;
    font-weight: 700;
}

@media(max-width: 992px) {
    .banner h1 {
        font-size: 60px;
    }

    .banner h3 {
        font-size: 30px;
    }
}

@media(max-width: 575px) {
    .banner h1 {
        font-size: 40px;
    }

    .banner h3 {
        font-size: 20px;
    }
}


@media (max-width: 767px) {

    /* .navbar .logo1 {
        width: 95px;
	}
    .navbar .logo2 {
        width: 80px;
	}
    .navbar .logo3 {
        width: 40px;
        height: 40px;
	} */
    .navbar .login {
        padding: 4px 8px;
        font-size: 16px;
    }

    .navbar .login .fa-face-smile {
        font-size: 18px;
    }
}

@media (max-width: 575px) {

    .navbar .logo1,
    .navbar .logo2 {
        height: 60px;
        width: auto;
    }
}

/* content */
.content-body {
    /* margin-top: 50vh; */
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
}

.heading.style-01 {
    color: var(--text-main-ii, #5B6073);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 0;
}

.heading.style-02 {
    color: var(--secondary-purple-500, #4C2492);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

/*.language {
    font-weight: 600;
}*/

.language {
    font-weight: 600;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 13px;
    color: #3b3b3b;
}

.language:hover {
    color: #ffffff;
    background-image: linear-gradient(rgb(102, 105, 254), rgb(117, 211, 255));
    border-color: transparent;
    transition: all 0.3s ease-in;
}

.content {
    margin-top: 60px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .heading.style-01 {
        font-size: 17px;
    }

    .heading.style-02 {
        font-size: 25px;
        text-align: center;
    }

    /* .language {
        font-size: 14px;
	}*/

    .content {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .language {
        font-size: 11px;
    }
}

.content.content-report {
    margin-top: 130px;
}

@media (max-width: 575px) {
    .content.content-report {
        margin-top: 220px;
    }
}

.content p {
    color: var(--text-main-dark, #393938);
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

@media (max-width: 575px) {
    .content p {
        font-size: 15px;
    }
}

.form-check-label {
    color: var(--text-main-dark, #393938);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

/*
.btn {
width: 50%;
border-radius: 14px;
background: var(--text-main-dark, #393938);
border: none;
height: 48px;
}

.btn:hover {
color: #ffffff;
box-shadow: inset 600px 0 0 0 #3F97FF;
transition: all 1s;
} */

.btn {
    display: flex;
    width: 438px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.btn::after {
    background-color: #ffffff;
    content: "";
    height: 155px;
    left: -175px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    width: 50px;
    transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(45deg);
    z-index: 1;
}

.btn-grey {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    transition: 0.5s;
    background-size: 200% auto;
    color: #ffffff;
    box-shadow: 0 0 20px #eee;
    margin-bottom: 10px;
}

@media(max-width: 605px) {
    .btn-grey {
        font-size: 16px;
        width: 300px !important;
    }
}

.btn-grey:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


a {
    text-decoration: none;
}

#ml_disp,
.ml {
    font-family: "Manjari";
}

.translate.ml,
.r-translate.ml {
    /*    font-size: 17px;*/
    font-family: "Manjari";
}

#ml_disp .en {
    font-family: 'Inter', sans-serif;
}

.translate.en,
.r-translate.en {
    margin-top: -4px;
    margin-bottom: 6px;
}

.btn-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.listen {
    font-weight: 500;
    font-size: 20px;
}

.listen-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.eng-report,
.mal-report {
    width: 300px;
}