body {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px !important;
}

a {
    text-decoration: none !important;
}

.montserrat {
    font-family: "Montserrat", sans-serif !important;
}

.theme-color {
    color: #cff45b !important;
}

.btn-theme {
    display: inline-block;
    background-color: #cff45b;
    color: #262626;
    padding: 10px 35px;
    min-width: 250px;
    border-radius: 50px;
    border: 0;
    font-weight: 700;
    text-align: center; /* Centers text horizontally */
}

.navbar-brand img {
    width: 200px;
}

.nav-icons {
    display: grid;
}

.three-icon {
    display: flex !important;
    margin-left: 80px;
}

@media only screen and (max-width: 1258px) {
    .three-icon {
        display: none !important;
    }
}


.register-now {
    background-color: #cff45b;
    border-radius: 9999px;
}

.position-class {
    position: absolute;
}

.hero-unit-img1 {
    margin-top: -445px;
}

.hero-unit-img2 {
    margin-top: -380px;
    margin-left: 30px;
}

.hero-unit-img3 {
    margin-top: -240px;
    margin-left: 630px;
}

.banner-left h2 {
    max-width: 330px;
    margin-bottom: 24px;
    font-weight: normal;
}

.banner-left h1 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 738px) {
    .main-img {
        height: auto !important;
    }

    .hero-unit-img1 {
        margin-top: -260px !important;
    }

    .hero-unit-img2 {
        margin-top: -160px !important;
        width: 100px !important;
    }

    .hero-unit-img3 {
        margin-top: -185px !important;
        margin-left: 329px !important;
    }

    .tutorial-img {
        padding-right: 0px !important
    }
}

@media only screen and (max-width: 1690px) {
    .main-img {
        height: 500px;
    }

    .hero-unit-img1 {
        margin-top: -460px;
        width: 150px;
    }

    .hero-unit-img2 {
        margin-top: -330px;
        width: 150px;
    }

    .hero-unit-img3 {
        margin-top: -260px;
        margin-left: 612px;
        width: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-img {
        height: 400px;
    }

    .hero-unit-img1 {
        margin-top: -360px;
        width: 100px;
    }

    .hero-unit-img2 {
        margin-top: -230px;
        width: 150px;
    }

    .hero-unit-img3 {
        margin-top: -260px;
        margin-left: 412px;
        width: 150px;
    }
}

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

    .hero-unit-img1 {
        display: none;
    }

    .hero-unit-img2 {
        display: none;
    }

    .hero-unit-img3 {
        display: none;
    }
}

.about-bg {
    background: url('../images/about-bg.png');
    background-size: 1238px 724px;
    background-repeat: no-repeat;
}

.about-text {
    box-shadow: #f2f6e6 0px 54px 55px, #f2f6e6 0px -12px 30px, #f2f6e6 0px 4px 6px, #f2f6e6 0px 12px 13px, #f2f6e6 0px -3px 5px;
    margin-right: 365px;
}

.about-inner {
    margin-left: 20%;
    margin-top: -550px;
}

.img-robot {
    width: 510px;
}

.benefit-section {
    margin-top: 150px !important;
}

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


    .benefit-section {
        margin-top: 50px !important;
    }
}

.benefits-card {
    border-radius: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.start-today {
    background-color: #cff45b;
    border-radius: 9999px;
    width: 350px;
    border: none;
}

.rocket-img {
    position: absolute;
    margin-top: -144px;
    margin-left: 95px;
}

.get-started {
    padding: 80px;
    border-radius: 55px;
    width: 90%;
    /* margin-left: 120px; */
    margin: 0 auto;
}

.inner-get-started {
    margin-left: 440px;
}

.requirements {
    margin-left: 640px;
    margin-top: 1.5rem;
}


@media only screen and (max-width: 1152px) {
    .rocket-img {
        display: none;
    }

    .inner-get-started {
        margin-left: 0px;
    }

    .requirements {
        width: 90%;
        margin: 0 auto;
        margin-top: 5rem;
    }

    .requirements-point1,
    .requirements-point2,
    .requirements-point3,
    .requirements-point4 {
        width: 100% !important;
        max-width: 100% !important;
    }


}


@media screen and (max-width: 575px) {
    .get-started {
        padding: 30px;
        border-radius: 35px;
    }

    .requirements {
        width: 90%;
        margin-left: unset;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .requirements-point1,
    .requirements-point2,
    .requirements-point3,
    .requirements-point4 {
        width: 100% !important;
    }
}

.requirements-point1 {
    display: inline-block;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.requirements-point2 {
    display: inline-block;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.requirements-point3 {
    display: inline-block;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.requirements-point4 {
    display: inline-block;
    max-width: 575px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}



.tutorial-img {
    position: relative;
    z-index: 1;
    padding-right: 440px;
}

.tutorial-bg {
    background-color: #f6fdfe;
    position: relative;
    /* position: absolute; */
    margin-top: 320px;
    margin-bottom: 60px;
}


.tutorial-bg .tutorial {
    position: absolute;
    bottom: 0;
    left: 0;
}


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


.tutorial-btn {
    background-color: #cff45b;
    border-radius: 9999px;
    width: 400px;
    border: none;
}

.dot-icon {
    margin-left: -35px;
}

.blog {
    border: none !important;
}

.blog a {
    color: inherit;
}

.contact-bg {
    background-color: #f6fdfe;
}

.contact-bg img{
    max-width: 100%;
}

.input-box {
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 15px !important;
}

.text-area {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 15px;
    width: 100%;
    border: none;
}

.submit {
    background-color: #cff45b;
    border-radius: 9999px;
    width: 400px;
    border: none;
}

.bold-color {
    color: #97af1e;
}

@media screen and (max-width: 767px) {
    .tutorial-bg .tutorial {
        position: static;
    }
}

@media only screen and (max-width: 430px) {
    .fitrotan {
        display: none;
    }

    .tutorial-btn {
        width: 290px;
    }

    .submit {
        width: 290px;
    }

    .start-today {
        width: 290px;
    }

    .contact-img {
        width: 200px;
    }

    .requirements { 
        margin-top: 50px;
    }

}

.performance {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

@media only screen and (max-width: 430px) {
    .performance {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.about-section {
    background-color: #f6fdfe;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-text-inner {
    position: relative;
    padding: 30px;
    padding-left: 20%;
}

.about-text-inner * {
    position: relative;
    z-index: 5;
}

.about-text-inner::before {
    position: absolute;
    content: "";
    top: 50%;
    height: 100%;
    width: 100vw;
    right: -220px;
    background-color: #fff;
    box-shadow: #f2f6e6 0px 54px 55px, #f2f6e6 0px -12px 30px, #f2f6e6 0px 4px 6px, #f2f6e6 0px 12px 13px, #f2f6e6 0px -3px 5px;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 1;
}

.about-image {
    position: relative;
    z-index: 5;
}

.about-image img {
    width: 100%;
}

@media screen and (max-width: 991px) {

    .about-text-inner { 
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) { 
    
    .about-text-inner {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .about-text-inner::before {
        top: 0;
        right: 50%;
        transform: translate(50%, 0%);
    }

    .about-image img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .tutorial-bg { 
        margin-top: 60px;
    }
}
