:root {

    --primary-color: ;

    --secondary-color: ;
    --tertiary-color: ;
    --accent-color: ;
    --font-1: ;
    --font-2: ;
    --font-2-b: ;

    --heading-size: ;
    --para-size: ;

    --padding: ;
}





.hero {
    min-height: 53vh !important;
    padding-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero h1 {
    width: min(950px, 100%);
    margin: 0 auto;
}


/* section-1 */

.section-1 {}

.section-1 .container {
    width: min(850px, 100%);
    background: linear-gradient(to bottom, #E8E8E8, #7F8FA4);
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 45px 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    text-align: center;
}

.section-1 .container p {
    font-weight: 500 !important;
    font-size: 18.5px;

}

.section-1 .container p span {
    color: #225c85;
    font-weight: 600 !important;
}

/* section-2 */
.section-2 {
    display: flex;
    flex-direction: column;
    gap: 180px;
    min-height: 90vh !important;
}

.section-2 .row {
    display: grid;
    grid-template-columns: auto;
    gap: calc(50px);
}

.section-2 .row.row-1 {
    grid-template-columns: auto 530px;
}

.section-2 .row.row-2 {
    grid-template-columns: 530px auto;
}

.section-2 .row .text-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-2 .row h2 {
    background: linear-gradient(to bottom, #FAFFFF 10%, rgb(162, 164, 164, 0.85));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
    font-size: clamp(23px, 6vw, 36px);
}

.section-2 h4 {
    font-weight: 500;
    margin-bottom: -7px;
    font-size: clamp(16px, 3vw, 24px);
}

.section-2 p {
    font-size: clamp(11px, 2.1vw, 16px);

}

.section-2 .row .img {
    width: 100%;
    height: 500px;
}

.section-2 .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.hr {
    height: 1px;
    width: 90%;
    margin: 0 auto;
    background: rgba(215, 215, 215, 0.678);
}

/* section-3 */

.section-3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-3 .text h1 {
    font-family: var(--font-2);
    font-weight: 600;
    width: min(800px, 100%);
    margin: 0 auto;
    font-size: clamp(30px, 5.4vw, 50px);
}

.section-3 .content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

.section-3 .icon-box {
    border-radius: 25px;
    margin: 0 auto;
    width: min(900px, 100%);
    min-height: 30vh;
    background: linear-gradient(to bottom, #EDEDED, #A3A3A3);
    position: relative;
    top: 80px;
    display: flex;
    padding: 20px 40px;
    gap: 40px;

}

.section-3 .text-box {
    border-radius: 30px;
    width: min(1100px, 100%);
    background: linear-gradient(to bottom, #222222, #080C0F);
    width: min(1250px, 100%);
    min-height: 48vh;
    box-shadow: inset 0px 2.5px 2px 0px rgb(146, 146, 146, 0.6);
    border: 1px solid #404040;
    padding: 35px 50px;
    padding-top: 90px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: center;
    gap: 40px;
    align-items: center;

}

.section-3 .text-box p {
    font-size: clamp(10.3px, 2.1vw, 16px);
}

.section-3 .left,
.section-3 .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-3 h4 {
    font-weight: 600;
    font-size: clamp(25px, 5.4vw, 40px);
    font-weight: 500;

    background: linear-gradient(to bottom, #FAFFFF 30%, #A2A4A4 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-3 .center {
    height: 240px;
    width: 1px;
    background: white;
}

.section-3 .icon-box img {
    width: clamp(60px, 6vw, 80px);
    height: clamp(60px, 6vw, 80px);
    object-fit: cover;
}

.section-3 .icon-1 img {
    width: clamp(95px, 9.7vw, 120px);
    height: clamp(95px, 9.7vw, 120px);
}


.section-3 .icon-2 {
    position: relative;
    top: 5px;
}

.section-3 :is(.icon-3) {
    margin-left: auto;
}

.section-3 :is(.icon-2, .icon-3) {
    margin-top: auto;
}


/* section-4 */

.section-4 {
    display: flex;
    flex-direction: column;
    gap: 70px;
    position: relative;
    min-height: fit-content !important;
}


.section-4 .circle-1 {
    position: absolute;
    border-radius: 50%;
    width: 386px;
    height: 386px;
    filter: blur(100px);
    background: rgb(20, 64, 93, 0.8);

    left: -230px;
    bottom: 15%;
    pointer-events: none;
}


.section-4 .circle-2 {
    position: absolute;
    border-radius: 50%;
    width: 386px;
    height: 386px;
    filter: blur(100px);
    background: rgb(20, 64, 93, 0.8);

    right: -230px;
    top: 15%;
    pointer-events: none;
}


.section-4 .text h1 {
    font-family: var(--font-2);
    font-weight: 600;
    width: min(800px, 100%);
    margin: 0 auto;
    font-size: clamp(30px, 5.4vw, 50px);
}

.section-4 .team {
    width: 100%;
    min-height: 20vh;
}

.section-4 .team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:1200px) {
    .section-2 .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-2 .row.row-2 {
        flex-direction: column;
    }

    .section-2 .row .img {
        height: 400px;
    }
}

@media (max-width:1050px) {
    .section-3 .text-box {
        grid-template-columns: 1fr;
    }

    .section-3 .center {
        height: 1px;
        width: 100%;
    }

    .section-3 .icon-box {
        padding: 15px 30px;
        min-height: 27vh;
        width: 90%;
        margin: 0 auto;
    }

    .section-3 .icon-1 img {
        position: relative;
        bottom: 5px;
        right: 10px;
    }
}

@media (max-width:900px) {
    .section-1 .container {
        padding: 45px 70px;
    }

}

@media (max-width:780px) {
    .section-1{
        min-height: fit-content;
    }
    .section-1 .container {
        padding: 40px 40px;
    }

    .section-1 .container p {
        font-size: 16.5px;
    }

    .section-2 {
        min-height: fit-content;
        gap: 130px;
    }

    .section-2 .row .img {
        height: 300px;
    }

    .section-3 .icon-box {
        gap: 20px;
        min-height: 23vh;
        border-radius: 20px
    }

    .section-3 .icon-box img {
        width: 45px;
        height: 45px;
    }

    .section-3 .icon-box .icon-1 img {
        width: 75px;
        height: 75px;
        bottom: 10px;
        right: 12px;
    }

    .section-3 .icon-2 {
        position: relative;
        right: 14px;
    }

    .section-3 .content {
        margin-top: -45px;
    }

    .section-3 .text-box {
        padding: 35px 25px;
        padding-top: 90px;
        gap: 30px;
    }

    .section-3 .left,
    .section-3 .right {
        gap: 15px;
    }

    .section-3 .text-box p {
        letter-spacing: .75px;
        line-height: 19px;
    }


.section-4 .circle-1 {
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    filter: blur(100px);
    background: rgb(20, 64, 93, 0.8);

    left: -230px;
    bottom: 8%;
    pointer-events: none;
}


.section-4 .circle-2 {
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    filter: blur(100px);
    background: rgb(20, 64, 93, 0.8);

    right: -240px;
    top: 1%;
    pointer-events: none;
}
}

@media (max-width:500px) {
    .section-1 .container {
        padding: 25px 20px;
        border-radius: 13px;
    }

    .section-1 .container p {
        font-size: 14px;
    }

    .section-2 {
        gap: 80px;
    }

    .section-2 p {
        line-height: 15px;
        letter-spacing: .7px;
    }

    .section-3 .icon-box {
        padding: 10px 15px;
        min-height: 18vh;
        border-radius: 15px;
        top: 70px;
    }

    .section-3 .text-box {
        border-radius: 20px;
    }

    .section-3 .icon-box img {
        width: 40px;
        height: 40px;
    }

    .section-3 .icon-2 {
        right: 23px;
    }

    .section-3 .icon-box .icon-1 img {
        width: 72px;
        height: 72px;
        bottom: 10px;
        right: 12px;
    }

    .section-3 .text-box {
        padding: 35px 15px;
        padding-top: 90px;
        gap: 23px;
    }

    .section-3 .left,
    .section-3 .right {
        gap: 8px;
    }


    .section-3 .text-box p {
        letter-spacing: .65px;
        line-height: 15.4px;
    }

}

@media (max-width:400px) {
    .section-1 .container {
        padding: 25px 10px;
        border-radius: 13px;
    }

    .section-1 .container p {
        font-size: 13px;
    }


    .section-3 .icon-box {
        display: none;
    }

    .section-3 .text-box {
        padding: 15px;
    }

    .section-3 .content {
        margin-top: 0px;
    }

    .section-3 .text-box {
        gap: 12px;
        border-radius: 14px;
        min-height: 38vh !important;

    }
    .section-3{
        min-height: 73vh !important;
    }


}