/* Banner */

.bannerImg {
    width: 650px;
}

.bannerSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
}

.bannerTitle {
    font-size: 36px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
}

.bannerSubtitle {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

.bannerButton {
    color: white;
    background-color: #7052fb !important;
    font-size: 16px;
    font-family: "Arial";
    cursor: pointer;
    border-radius: 25px;
    border: none;
    width: 220px;
    padding: 0.7rem 2rem;
    font-weight: bold;
    transition: 0.3s ease;
    text-align: center;
}

.bannerButton:hover {
    background-color: #2ac4b5 !important;
    color: white !important;
}

.bannerContainer {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    max-width: 515px;
    width: 100%;
}

/* End Banner */

.brandsSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1200px;
    width: 100%;
    margin: 1rem 0 5rem 0;
}

.devImg {
    width: 200px;
}

.greenSquare {
    width: 80px;
    height: 80px;
    background-color: #2ac4b5;
    position: absolute;
    top: -30px;
    right: -35px;
    z-index: -1;
}

.violetSquare {
    border: 5px solid #7052fb;
    width: 80px;
    height: 95px;
    position: absolute;
    top: 115px;
    right: 166px;
    border-radius: 5px;
}

.indiaImg {
    width: 40px;
    height: 25px;
}

.rajendra {
    font-weight: bold;
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
}

.rajendraContainer {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.devContainer {
    position: relative;
    width: 200px;
    margin-left: 3rem;
}

.testimonialText {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: normal;
}

.developerText {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: normal;
    color: grey;
    margin: 0;
}

.testimonialSection {
    display: flex;
    align-items: center;
    gap: 5rem;
    max-width: 1200px;
    width: 100%;
}

.whySection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 5rem 0;
    gap: 2.5rem;
    max-width: 1200px;
    width: 100%;
}

.imagesContainer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.whyImg {
    width: 100px;
    height: 100px;
}

.imgContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    align-items: center;
    width: 200px;
}

.imgTitle {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600;
    font-size: 22px;
}

.imgSubtitle {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: lighter;
    font-size: 15px;
    text-align: center;
}

.connectingSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    padding: 2rem 0;
    background-color: #eef7fe;
}

.numberCircle {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #7052fb;
}

.onlyNumber {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 20%;
    left: 37%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin: 0;
}

.numberTitle {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    font-size: 19px;
    color: #595959;
    margin-bottom: 0.2rem;
}

.numberSubtitle {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: lighter;
    font-size: 15px;
    color: #595959;
    line-height: 20px;
    margin: 0;
}

.pointContainer {
    display: flex;
    gap: 1.5rem;
}

.point {
    display: flex;
    flex-direction: column;
    width: 230px;
    gap: 0.3rem;
}

.connectingImg {
    width: 600px;
}

.exampleContainer {
    position: relative;
}

.generalContainer {
    display: flex;
    gap: 8rem;
}

.connectingHeader {
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    font-size: 28px;
    padding: 0 2rem;
}

.points {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.greenSquare2 {
    width: 80px;
    height: 80px;
    background-color: #2ac4b5;
    position: absolute;
    top: -10%;
    right: -5%;
    z-index: -1;
}

.violetSquare2 {
    border: 5px solid #7052fb;
    width: 95px;
    height: 95px;
    position: absolute;
    top: 84%;
    right: 91%;
    border-radius: 5px;
}

.connectingButton {
    color: #7052fb !important;
    border: 2px solid #7052fb !important;
    font-size: 16px;
    font-family: "Arial";
    cursor: pointer;
    border-radius: 25px;
    width: 220px;
    padding: 0.7rem 2rem;
    font-weight: bold;
    background-color: transparent;
    margin: 2rem 0 1rem 0;
    text-align: center;
}

.connectingButton:hover {
    color: #7052fb !important;
}

/* Accordion */

.accordionButton {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.faqsContainer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
}

.accordionItem {
    padding: 0 2rem;
}

/*#new_header .new_navbar {
    max-width: 1240px !important;
}*/

/* End Accordion */

/* Media query */

@media (max-width: 1110px) {
    .generalContainer {
        gap: 2rem;
    }
}

@media (max-width: 990px) {
    .bannerSection {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .generalContainer {
        flex-direction: column;
        justify-content: center;
        gap: 4rem;
    }
    .points {
        justify-content: center;
    }
}

@media (max-width: 855px) {
    .testimonialSection {
        flex-direction: column;
        justify-content: center;
    }
    .devContainer {
        margin: 0;
    }
}

@media (max-width: 690px) {
    .exampleContainer {
        display: none;
    }
}

@media (max-width: 570px) {
    .bannerSection {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .bannerImg {
        width: 100%;
    }
    .bannerTitle {
        font-size: 26px;
    }
    .bannerSubtitle {
        font-size: 18px;
    }
}
