#my-head {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(71, 27, 122, 0.72) 0%, #000 100%);
}

#my-head .cont {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-weight: 600;
    font-size: 12px;
    padding-top: 90px;
    justify-content: center;
    height: 50vh;
}

.video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90vh;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

#my-head {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(71, 27, 122, 0.72) 0%, #000 100%);
}

#my-head .container-lg {
    max-width: 900px;
}

#my-head .patthern {
    height: 100%;
    width: 100%;
    height: 50vh;
    padding-top: 40px;
    max-height: 600px;
}

#my-head .patthern img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    height: 50vh;
}

#my-head .cont h5 {
    color: #fff;
    font-family: Barlow;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#my-head .cont h1 {
    color: #fff;
    font-family: Akira;
    font-size: 108px;
    font-style: normal;
    font-weight: 800;
    line-height: 94px;
    text-align: start;
}

#my-head .cont .ap {
    color: #fff;
    font-family: Akira;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    text-align: left;
}

#my-head .cont .ap span {
    color: #fff;
    font-family: "Nice";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.75px;
}

#my-head .cont .ap img {
    width: 140px;
}

#my-head .date {
    color: #fff;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
#my-head .location {
    color: #fff;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 8px;
    align-items: center;
}

@media screen and (max-width: 850px) {
    #my-head .cont h1 {
        font-size: 60px;
        line-height: 50px;
        text-align: start;
    }

    #my-head .cont h5 {
        font-size: 20px;
        text-align: start;
    }

    #my-head .cont .ap {
        font-size: 40px;
        line-height: 20px;
        text-align: start;
        line-height: 30px;
    }

    #my-head .date {
        font-size: 30px;
        text-align: start;
    }

    #my-head .location {
        font-size: 20px;
        text-align: start;
    }
}

@media screen and (max-width: 420px) {
    #my-head .cont h1 {
        font-size: 40px;
        line-height: auto;
        text-align: start;
    }

    #my-head .cont h5 {
        font-size: 20px;
        line-height: auto;
        text-align: start;
        margin-bottom: 22px;
    }

    #my-head .cont .ap {
        font-size: 40px;
        line-height: auto;
        text-align: start;
        margin-top: -10px;
    }

    #my-head .cont .ap span {
        font-size: 40px;
        font-weight: 400;
        line-height: auto;
        letter-spacing: -0.75px;
    }

    #my-head .date {
        margin-top: 32px;
        font-size: 30px;
    }

    #my-head .location {
        font-size: 20px;
    }
}

#my-head .action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 40px;
    justify-content: center;

    #insc-startup,
    #insc-patrocinador,
    #insc-investidor {
        background-color: #e75524;
        color: #fff;
    }
}

#count-down {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 4px 12px;
    margin-bottom: 8px;
}
