#about_us {
    position: relative;
    background-image: url(../images/about1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;

}

#get_started {
    position: relative;
    background-image: url(../images/aboutBg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    padding: 40px 20px;


}

#access {
    position: relative;
    background-image: url(../images/accessBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    padding: 40px 20px;

}

.about_us .banner h1 {
    font-size: 55px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
}



.about_us .banner {
    padding: 150px 0;
}

.about_us .banner p {
    font-size: 35px;
}

.lets_scroll {
    padding: 20px 50px;
    border: 0;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 20px;
    font-weight: 700;
    margin-top: 150px;
    color: #fff;
    border-radius: 100px;
    background-color: #8E2DE2;
}

.get_started {
    height: 900px;
    display: flex;
    align-items: center;
}

.get_started .content h1 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    color: #000000;
}

.get_started .content {
    margin-top: 150px;
}

.get_started .content p {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.get_started .lets_scroll {
    margin: 0;
}

.get_started .right_side {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.get_started .right_side .box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 30px 30px 10px 30px;
    ;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    min-height: 110px;
    background-color: #FFFFFF;
}

.get_started .right_side .box>div {
    display: flex;
    gap: 30px;
    align-items: center;
}

.get_started .right_side .box p,
.get_started .right_side .box h5 {
    font-size: 25px;
    font-weight: 600;
    color: #5D5E5D;
    line-height: 25px;
}

.get_started .right_side .box p {
    font-weight: 400;
    margin: 15px 0;
}

.get_started .right_side .box2 {
    max-width: 476px;
    min-height: 183px;
    -webkit-box-shadow: -1px -10px 27px -21px rgba(142, 45, 226, 1);
    -moz-box-shadow: -1px -10px 27px -21px rgba(142, 45, 226, 1);
    box-shadow: -1px -10px 27px -21px rgba(142, 45, 226, 1);
}

.get_started .right_side .box2 span {
    font-size: 21px;
    font-weight: 400;
    color: #5D5E5D;
}

.get_started .right_side .box3 {
    margin-top: 2px;
}

.access .access_content h3 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.access .access_content p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.access .access_img {
    position: relative;
    margin-top: 100px;
}

.access .access_img img {
    max-width: 440px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.access .access_img::before {
    position: absolute;
    content: "";
    max-width: 380px;
    width: 100%;
    left: 8%;
    bottom: 40%;
    background-color: rgba(238, 19, 19, 0.2);
    min-height: 390px;
}

.access .access_img::after {
    position: absolute;
    content: "";
    max-width: 440px;
    width: 100%;
    left: 15%;
    bottom: 15%;
    background-color: #C26B30;
    min-height: 390px;
}

.access .row {
    margin-top: 100px;
}

@media(max-width:1200px) {
    .about_us .banner h1 {
        font-size: 45px;
    }

    .about_us .banner p {
        font-size: 30px;
    }

    .lets_scroll {
        margin-top: 40px;
    }

    .about_us .banner {
        padding: 80px 0;
    }

    .get_started .content h1 {
        font-size: 40px;
        line-height: 40px;

    }

    .get_started .lets_scroll {
        margin: 0;
        font-size: 26px;
    }

    .access .access_content h3 {
        font-size: 40px;

    }

    .access .access_img {
        position: relative;
        max-width: 357px;
        height: 350px;
    }
}

@media(max-width:991px) {
    .about_us .banner {
        padding: 150px 0;
        padding-bottom: 40px;
    }

    .about_us .banner h1 {
        font-size: 36px;
    }

    .about_us .banner p {
        font-size: 18px;
        line-height: 23px;
    }

    .lets_scroll {
        margin-top: 40px;
        font-size: 23px;
        padding: 16px 29px;
    }

    #get_started {
        height: auto;
    }

    .get_started .content {
        margin-top: 200px;
        text-align: center;
        margin-bottom: 30px;
    }

    .get_started .lets_scroll {
        margin: 0;
        font-size: 26px;
        margin: auto;
    }

    .access .access_img {
        position: relative;
        max-width: 357px;
        height: 350px;
        margin: auto;
    }

    #access {
        padding: 150px 0;
        height: auto;
    }

    .access .access_img img {
        max-width: 360px;
        min-height: 296px;
        object-fit: contain;
    }

    .access .access_img::after {
        left: 10%;
        min-height: 341px;
    }

    .access .access_img::before {
        left: 8%;
        bottom: 24%;

    }

    .access .access_content {
        text-align: center;
    }
    .lets_scroll img{
        width: 20px;
    }
}


@media(max-width:575px) {
    .get_started .right_side .box2 span {
        font-size: 16px;
    }
    .get_started .right_side .box p, .get_started .right_side .box h5 {
        font-size: 18px;
        line-height: 20px;
    }
   
    .get_started .right_side .box {
        padding: 17px 18px 9px 25px;
        max-width: 330px;
    }
    .get_started .right_side .box2 {
        max-width: 451px;
        min-height: 149px;
       
    }
    .access .access_img img {
        max-width: 282px;
        min-height: 282px;
    }
    .access .access_img{
        height: auto ;
    }
    .access .access_img::after {
        left: 10%;
        min-height: 268px;
        width: 80%;
    }
    .access .access_img::before {
        left: 6%;
        bottom: 5%;
        width: 70%;
        min-height: 338px;
    }
    #access {
        padding: 42px 0;
    }
    .about_us .banner h1 {
        font-size: 24px;
    }
    .about_us .banner p {
        font-size: 15px;
        line-height: 18px;
    }
    .lets_scroll {
        margin-top: 30px;
        font-size: 19px;
        padding: 10px 21px;
    }
    .get_started .content h1 {
        font-size: 26px;
        line-height: 31px;
    }
    .get_started .content p {
        font-size: 15px;
    }
    .get_started .lets_scroll {
        margin: 0;
        font-size: 17px;
        margin: auto;
    }
    .access .access_content h3 {
        font-size: 26px;
    }
    .access .access_content p {
        font-size: 15px;
    }
    .get_started .content {
        margin-top: 30px;
    }
    .get_started .right_side .box img{
        width: 35px;
    }
}


@media(max-width:420px) {
    .get_started .right_side .box>div {
        flex-direction: column;
        text-align: center;

    }
    .get_started .right_side .box {
        padding: 10px;
        max-width: 330px;
    }
    .get_started .right_side .box2{
        padding: 10px !important;
        text-align: center;
    }

    .get_started .right_side .box p, .get_started .right_side .box h5 {
        font-size: 15px;
        line-height: 15px;
    }
  
    .get_started .right_side .box2 span {
        font-size: 13px;
    }
    .get_started .right_side .box>div {
        gap: 9px;
    }
}