.mainHeading1 {
    margin-top: 9rem;
    font-family: "Montserrat", sans-serif;
    /* /* font-family: "Montserrat, sans-serif"; */
    font-size: 3.3rem;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(68, 68, 68);
    text-align: center;
    text-indent: 0px;
}
.mainHeading2 {
    font-family: "Montserrat", sans-serif;
    line-height: 3.4rem;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(68, 68, 68);
    text-align: center;
    text-indent: 0px;
    color: #444444;
    color: RGB(68, 68, 68);
    background-color: #000000;
    background-color: RGBA(0, 0, 0, 0);
    font-size: 68px;
}

@media screen and (max-width: 768px) {
    .mainHeading1 {
        font-size: 2.5rem;
    }
    .mainHeading2 {
        font-size: 2.6rem;
    }
}

.mainParagraph {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    margin: 22px auto 5px auto;
    padding: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(68, 68, 68);
    text-align: center;
    text-indent: 0px;
    color: #444444;
    color: RGB(68, 68, 68);
    background-color: #000000;
    background-color: RGBA(0, 0, 0, 0);
}
.mainParagraph2 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    padding: 0px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(68, 68, 68);
    text-align: center;
    text-indent: 0px;
    color: #444444;
    color: RGB(68, 68, 68);
    background-color: #000000;
    background-color: RGBA(0, 0, 0, 0);
}
.mainButtonDiv {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.mainButton1,
.mainButton2 {
    padding: 1rem 5rem;
    margin: 1rem;
    border-radius: 10px;
    border: transparent;
    min-width: 10rem;
}
.mainButton1 {
    background-color: #f04e3f;
    color: #ffffff;
    font-weight: 900;
}
.mainButton2 {
    border: 2px solid #f04e3f;
    font-weight: 900;
    background-color: #ffffff;
    color: #f04e3f;
}
.mainVideoPlayer {
    text-align: center;
    margin: 5rem auto;
}
.mainVideoPlayerVideo {
    max-width: 100%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.19), 0 10px 10px rgba(0, 0, 0, 0.23);
}

.mainSection2,
.mainSection3 {
    display: flex;
    width: 100%;
    justify-content: space-around;
    /* margin: 7rem auto; */
    flex-wrap: wrap;
    align-items: center;
}

.mainSection2Content {
    width: 30%;
    margin: 5rem 0;
    min-width: 10rem;
}

@media only screen and (max-width: 600px) {
    .mainSection2Content {
        width: 100%;
        /* margin: 5rem 0; */
        min-width: 10rem;
        margin: 1rem;
    }
    .mainSection2Image {
        width: 95% !important;
        height: 100%;
        box-shadow: 0 20px 30px rgba(42, 42, 42, 0.19),
            0 10px 10px rgba(60, 60, 60, 0.23);
        /* border: 1px solid #000000; */
    }
    .mainSection2Image1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

.mainSection2Content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    vertical-align: baseline;
    letter-spacing: normal;
    font-weight: 900;
}

.mainSection2Image {
    width: 35%;
    height: 100% !important;
    box-shadow: 0 20px 30px rgba(42, 42, 42, 0.19),
        0 10px 10px rgba(60, 60, 60, 0.23);
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #000000; */
}

.mainSection2Image1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.mainSection3 {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    /* margin: 5rem auto; */
    background-color: #f7f7f7;
    min-height: 100vh;
    flex-wrap: wrap;
}

.mainSection3Content {
    width: 40%;
    margin: 5rem 0;
}

.mainSection3ContentTitle {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    vertical-align: baseline;
    letter-spacing: normal;
    font-weight: 900;
}

.mainSection3ContentPara {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
}

.mainSection3Statistic {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: column;
}

.mainSection3Statistic1 {
    margin: 3rem 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mainSection3Statistic11 {
    width: 35%;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .mainSection3Content {
        width: 100% !important;
        padding: 2rem;
    }
    .mainSection3Statistic11 {
        width: 45%;
    }
    .mainSection3Image {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
    }
}

.mainSection3Image {
    width: 40%;
}

.mainSection3Image img {
    width: 100%;
    height: auto;
}

.mainSection4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* margin: 2rem auto; */
    min-height: 100vh;
}

.mainSection4card {
    width: 25%;
    margin: auto 1rem;
    height: 30rem;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(42, 42, 42, 0.19),
        0 10px 10px rgba(60, 60, 60, 0.23);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainSection4card h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    vertical-align: baseline;
    letter-spacing: normal;
    font-weight: 700;
}

.mainSection4card p {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
}

.mainSection4card a {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    vertical-align: baseline;
    letter-spacing: normal;
    font-weight: 700;
    color: #7b4dff;
}

@media screen and (max-width: 1200px) {
    .mainSection4card {
        width: 45%;
    }
}
@media screen and (max-width: 800px) {
    .mainSection4card {
        width: 90%;
    }
}

.mainSection5 {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 5rem;
}

.mainSection5Background{
    position: absolute;
    top: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.mainSection5div1 {
    width: 70%;
}

.mainSection5div2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mainSection5div2Card {
    text-align: left;
    box-shadow: 0 20px 30px rgba(140, 139, 139, 0.19),
        0 10px 10px rgba(140, 139, 139, 0.19);
    padding: 2rem 1rem 3rem 1rem;
    margin: 1rem;
    width: 25%;
    /* z-index: 0; */
    position: relative;
    background-color: #ffffff;
}

.mainSection5div2Card h1 {
    font-family: "Inter", sans-serif;
    font-size: 1.7rem;
    vertical-align: baseline;
    letter-spacing: normal;
    font-weight: 700;
}

.mainSection5div2Card p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
}

@media screen and (max-width: 900px){
    .mainSection5div2Card{
        width: 90% !important;
    }
    .mainSection5div1 img {
        width: 100% !important;
    }
}

.mainSection6{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.mainSection6Div1{
    width: 30%;
    height: 20rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

@media screen and (max-width: 768px) {
    .mainSection6Div1{
        width: 100% !important;
    }
}

.mainSection6Div1Thumbnail{
    width: 70%;
    height: 4rem;
    border-radius: 10px;
}

.mainSection6InnerDivWithInfo{
    display: none;
}

.mainSection6Div1:hover .mainSection6Div1Thumbnail{
    display: none;
}

.mainSection6Div1:hover .mainSection6InnerDivWithInfo{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #7c4dff91;
    border-radius: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.footer{
    background-color: #232323;
    padding: 2rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 5rem 1rem;
    justify-content: space-evenly;
    align-items: flex-start;
}

@media screen and (max-width: 768px){
    .footer{
        flex-direction: column;
    }
}

.footerDiv1{
    font-size: 1.4rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
}

.footerDiv2Div1{
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.footerDiv2Div1 h1{
    font-family: "Inter", sans-serif;
    color: rgb(182, 182, 182);
    font-size: 1rem;
}

.footerDiv2Div1 a{
    font-family: "Inter", sans-serif;
    color: white;
    font-size: 0.9rem;
}

