.sec_1 {
    width: 100vw;
    background: #fff2eb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15vh 0;

    h3 {
        color: #db0f35;
    }

    .sec_1_c {
        display: flex;
        flex-direction: row;
        width: 80vw;
        justify-content: center;

        >* {
            width: 40%;
        }
    }

    .sec_1_c2 {

        >* {
            overflow: hidden;
            max-height: 70vh;
        }

        video {
            width: 85%;



        }
    }
}

.sec_2 {
    width: 100vw;
    padding: 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    h3 {
        color: #db0f35;
    }

    h1,
    h3 {
        text-align: center;
    }

    .sec_2_c {
        width: 80vw;

        .flex_row {
            justify-content: space-around;
        }


        .heri_cntnt {
            display: flex;
            flex-direction: column;
            max-width: 15vw;
            height: 100%;
            align-content: space-between;

            .arrow {
                position: relative;
                display: flex;
                flex-direction: row;
                align-items: center;
                margin: 10;

                h3 {
                    position: absolute;
                    left: 40px;
                    top: -20px;
                    color: #000;
                }

                img {
                    padding: 0 10px;
                    height: 25px;
                    transform: rotate(90deg);
                }
            }

            p {
                max-width: 33ch;
            }

        }
    }
}

.sec_3 {

    position: relative;
    min-height: 40vh;
    overflow: hidden;

    img {
        position: absolute;
        top: -50%;
    }
}

.sec_4 {
    padding: 3vw 0;
    display: flex;
    background: #fff2eb;
    flex-direction: column;
    justify-content: center;

    h2 {
        text-align: center;
    }

    .small_underlines {
        width: 35px;
        height: 10px;
        border-top: 4px solid #000;
    }

    .flex_row {

        justify-content: center;

         a {
            margin: 30px 1vw;
            padding: 30px 40px;
            border: #00000000 1px solid;
            transition: 400ms ease-in-out;

            &:hover {
                scale: 1.03;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 16px;
                box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
                backdrop-filter: blur(5px);
                -webkit-backdrop-filter: blur(5px);
                border: 1px solid rgba(255, 255, 255, 0.3);
            }
        }

        .team_idvd {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;

            P {
                font-size: 12px;
                letter-spacing: 1px;
            }

            .name {
                font-family: 'Dancing Script', cursive;
                font-size: 25px;
                font-weight: 800;
                font-style: italic;
            }


            .ic_ig {
                height: 40px;
                width: 40px;
            }

            .user_img {
                max-height: 210px;
                border-radius: 50%;
            }

        }

    }
}
