@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}


/* main section  */
.hero-section-ceo-says-page {
    background: linear-gradient(to bottom, #AFC4F9, #FFFFFF, #AAC0F9);
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    flex-direction: column;
    padding: 30px;
    padding-top: 60px;
    overflow: hidden;

}

/* blue upper div */

.hero-content-ceo-says-page {
    /* width: 95%; */
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: white;
    display: flex;
    border-radius: 28px;
    color: black;
    z-index: 2;
}

/* left of upper div */

.outer-left-ceo-says-page {
    flex: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* background-color: pink; */
}

.light-blue-ceo-says-page {
    height: 100%;
    width: 100%;
    position: absolute;
    /* right: 190px; */
    top: -3%;
    left: -8%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* background-color: beige; */
}

.circle-ceo-says-page {
    z-index: 3;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 90%;
    width: 100%;
    /* background-color: red; */
}

.img-ceo-says-page {
    width: 100%;
    height: 100%;
}


/* Right of upper div */

.text-content-ceo-says-page {
    flex: 3;
    padding: 25px;
    padding-right: 60px;
    /* padding-bottom: 90px; */
}

.text-content-ceo-says-page h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2D64ED;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.text-content-ceo-says-page h3 {
    font-size: 30px;
    margin-top: 10px;
    color: #2D64ED;
    /* color:linear-gradient(350.64deg, #FFFFFF -31.28%, #1A3987 93.63%); */

}

.ceo-description-ceo-says-page {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: black;
}

.focus-content-ceo-says-page .ceo-description-ceo-says-page {
    color: black;
}

.ceo-title-ceo-says-page {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
}



/* below white div */

.focus-content-ceo-says-page {
    background: white;
    padding: 50px;
    border-radius: 28px;
    margin-top: -30px;
    margin-bottom: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    width: 65%;
    opacity: 1;
    z-index: 1;
    /* transform: translateY(-70px); */
    /* It is shifted upward by 80px, off-screen or "behind." */
    /* transition: opacity 0.8s ease, transform 1.5s ease; */
    /*opacity will fade in over 0.8 seconds. transform will slide it down over 0.8 seconds.*/
}

/* When in view */
/* .focus-content-ceo-says-page.show {
    opacity: 1;
    transform: translateY(0);
} */

.focus-content-ceo-says-page h2 {
    color: rgba(45, 100, 237, 1);
    margin-bottom: 20px;
    font-weight: 600;
}

.focus-content-ceo-says-page ul {
    list-style: disc inside;
    color: rgba(0, 0, 0, 1);
}

.focus-content-ceo-says-page ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.ceo-name {
    margin-top: 15px;
    text-align: end;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #1A3987;
    /* background: linear-gradient(350.64deg, rgba(255, 255, 255, 0.6) -31.28%, #0E2A6D 93.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; */


}

.ceo-title {
    text-align: end;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;


}

/* media queries */

@media (min-width: 1600px) {

    .ceo-description-ceo-says-page {
        font-size: 20px;
        line-height: 38px;
    }

    .focus-content-ceo-says-page ul li {
        font-size: 20px;
        line-height: 38px;
    }

    .light-blue-ceo-says-page {
        top: -2.5%;
    }

}

@media (min-width: 2000px) {

    .img-ceo-says-page {

        width: 100%;
    }

    .hero-content-ceo-says-page {
        max-width: 1800px;
    }

    .light-blue-ceo-says-page {
        top: -2%;
    }

    .circle-ceo-says-page {}

    .text-content-ceo-says-page {
        padding-right: 50px;
    }

    .text-content-ceo-says-page h1 {
        font-size: 64px;
        margin-bottom: 10px;

    }

    .text-content-ceo-says-page h3 {
        font-size: 36px;
        margin-top: 20px;

    }

    .text-content-ceo-says-page p {
        font-size: 22px;
        line-height: 50px;
    }

    .focus-content-ceo-says-page,
    .ceo-description-ceo-says-page {
        font-size: 22px;
        line-height: 50px;
    }

    .focus-content-ceo-says-page h2 {
        margin-bottom: 20px;
        font-size: 60px;
    }


    .focus-content-ceo-says-page ul li {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 50px;
    }

    .focus-content-ceo-says-page {
        width: 1300px;

    }

    .ceo-name {
        font-size: 40px;
    }

    .ceo-title {
        font-size: 24px;
        line-height: 50px;
    }


}

@media (min-width: 2500px) {

    .hero-content-ceo-says-page {
        max-width: 2000px;
    }

    .focus-content-ceo-says-page {
        width: 1800px;

    }

    .ceo-description-ceo-says-page {
        font-size: 27px;
        line-height: 60px;
    }

    .focus-content-ceo-says-page ul li {
        font-size: 27px;
        line-height: 38px;
    }

    .text-content-ceo-says-page h3 {
        font-size: 40px;
    }

    .text-content-ceo-says-page p {
        font-size: 27px;
        line-height: 60px;
    }

}

@media (max-width: 1024px) {

    .light-blue-ceo-says-page {
        top: -2%
    }

    .hero-content-ceo-says-page {
        width: 100%;

    }

    .focus-content-ceo-says-page {
        width: 80%;
    }

    .text-content-ceo-says-page {
        flex: 2;
        padding-right: 25px;
    }

    .circle-ceo-says-page {
        height: 80%;
    }

    .img-ceo-says-page {
        width: 110%;
        height: 90%;
    }
}

@media (max-width: 768px) {

    .light-blue-ceo-says-page {
        display: none;

    }

    .hero-content-ceo-says-page {
        flex-direction: column;
        width: 100%;
    }

    .circle-ceo-says-page {
        width: 300px;
        /* background-color: red; */
        padding: 10px;
    }

    .img-ceo-says-page {
        margin-top: -50px;
    }

    .text-content-ceo-says-page h1 {
        font-size: 40px;
        margin-bottom: 5px;

    }

    .text-content-ceo-says-page h3 {
        font-size: 25px;
    }

    .text-content-ceo-says-page,
    .focus-content-ceo-says-page p {
        font-size: 14px;
    }

    .focus-content-ceo-says-page {
        width: 85%;
        padding: 20px;
        padding-top: 40px;
    }

    .focus-content-ceo-says-page h2 {
        margin-bottom: 15px;
    }


    .focus-content-ceo-says-page ul li {
        font-size: 14px;
    }

}

@media (max-width: 600px) {

    .hero-section-ceo-says-page {
        padding: 10px;
    }

    /* .hero-content-ceo-says-page {
        flex-direction: column;
        width: 100%;
    } */



    .circle-ceo-says-page {
        width: 250px;
        padding-top: 10px;
    }

    .ceo-description-ceo-says-page {
        font-size: 14px;
    }


    .text-content-ceo-says-page {
        padding-right: 25px;
    }

    .text-content-ceo-says-page h1 {
        font-size: 36px;
        margin-bottom: 35px;

    }

    .text-content-ceo-says-page h3 {
        font-size: 24px;
    }

    .text-content-ceo-says-page,
    .focus-content-ceo-says-page p {
        font-size: 12px;
        line-height: 15px;

    }

    .focus-content-ceo-says-page {
        width: 90%;
        padding: 20px;
        padding-top: 40px;
    }

    .focus-content-ceo-says-page h2 {
        margin-bottom: 20px;
    }


    .focus-content-ceo-says-page ul li {
        font-size: 12px;
        line-height: 25px;
    }

    .ceo-name {
        font-size: 24px;
    }

    .ceo-title {
        font-size: 14px;
        line-height: 25px;

    }

}

@media (max-width: 320px) {
    .ceo-name {
        font-size: 22px;
    }
}