/* 
******************************
******************************
Investor CSS
******************************
******************************
*/
.h232px {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
}

.h232px {
    font-size: clamp(18px, 2.5vw, 34px);
}

.para30px {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
}

.mt30 {
    margin-top: 30px !important;
}

.align-item-center {
    justify-content: center;
    align-items: center;
}

.justify-content-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background: #0F1920;
}

.hero-slider {
    width: 100%;
    height: 100%;
    padding: 180px 150px 50px 150px;
}

.text-content {
    color: white;
    font-size: 50px;
}

.text-content h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: Poppins;
}

.text-content p {
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    color: #58B5ED;
    font-family: Roboto;
}

.hero-image img {
    max-width: 492px;
    max-height: 362px;
}

.section2 {
    background: #07182C;
    padding: 50px 0px;
}

.section3 {
    background: #68A4C8;
    padding: 30px 0px;
}

.h540px {
    color: #73BEEB;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
}

.section4 {
    background: #070808;
    padding: 35px 0px;
}

.section4 p {
    color: #73BEEB;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.details-1 {
    border-radius: 20px;
    background: #68A4C8;
    padding: 20px;
}

.more {
    display: block;
}

.more-1 {
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
}

.more-2 {
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
}

.email-card {
    display: flex;
    background-color: #68A4C8;
    align-items: flex-start;
    gap: 10px;
    color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.icon {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.icon i {
    font-size: 20px;
    color: #6fa8dc;
}

.email-text {
    display: flex;
    flex-direction: column;
}

.email-text strong {
    color: #FFF;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.email-text a {
    text-decoration: none;
    color: #FFF;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}

.email-text a:hover {
    text-decoration: underline;
}

.para30px {
    font-size: clamp(16px, 2.2vw, 30px);
}

.text-content h1 {
    font-size: clamp(22px, 4vw, 50px);
}

.text-content p {
    font-size: clamp(20px, 3.8vw, 47px);
}

.h540px {
    font-size: clamp(20px, 3vw, 42px);
}

.section4 p {
    font-size: clamp(18px, 2.5vw, 32px);
}

.more-1,
.more-2 {
    font-size: clamp(16px, 2vw, 28px);
}

.email-text strong,
.email-text a {
    font-size: clamp(16px, 2vw, 28px);
}

@media (max-width: 767px) {
    .hero-slider {
        padding: 200px 50px 20px 50px;
    }

    .text-content {
        margin: 0px 100px;
    }

    .email-card {
        margin-top: 20px;
    }

    .section2,
    .section3,
    .section4 {
        padding: 30px;
    }

}