/* canvas {
    display: block;
    opacity: 0.6;
    height: 145px;
    width: 100%;
    background-color: transparent;
}

#mtx {
    z-index: -20;
    margin-top: -145px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}




.vid-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    height: 35vw;
    max-height: 1000px;
    width: 100%;
    overflow: hidden;
    margin-top: 3px;
    border-top: 4px solid #093;
    box-shadow: 0px -3px 0px 2px #00000061;
    transition: 0.4s;
}
.vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    background-image: linear-gradient(135deg, #00000000 25%, #00000000 25%), linear-gradient(225deg, #00000000 25%, transparent 25%), linear-gradient(45deg, #00000000 25%, transparent 25%), linear-gradient(315deg, #000000 25%, #0000006e 25%);
    background-position: 4px 0, 4px 0, 0 0, 0 0;
    background-size: 4px 4px;
    background-repeat: repeat;
}
.vid-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.vid-content div {
    text-align: center;
    margin-top: 3px;
}



/* #myVideo {
    pointer-events: none;
    z-index: 1;
    width: 110vw;
}
#myVideo2 {
    width: 100% !important;
} */







.c1 {
    padding: 70px 0px;
}

/* TOP BOX 1 */
.c1 .a1 {
    padding: 60px 10px;
}
/* TITLES 1 */
.c1 .t1 {
    font-size: 33px;
    font-weight: bold;
}

/* BOTTOM BOXES 2 */
.c1 .b1 {
    padding: 30px;
}
.b2 {
    padding: 60px 30px 55px 30px;
}

.c1 .b2 .p1 {
    padding: 0px;
    text-align: center;
}
.c1 .b2 .p1 div:nth-child(1){
    padding: 28px;
    margin: 10px;
    border-radius: 5px;
    background-color: #1e2420;
    color: #d3d3d3;
    box-shadow: 0px 5px 8px 0px #00000036;
}

/* TITLES 2 */
.c1 .t2 {
    font-size: 15px;
}


/* Small title */
.c1 .ta {
    font-size: 20px;
    font-weight: bold;
    max-height: 110px;
    height: auto;
    padding: 13px 0px;
}
/* Small desc */
.c1 .da {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.75px;
}
/* Small img */
.c1 .b1:nth-child(1) {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
}
.bi {
    padding: 25px;
}

.c1 .a1s {
    text-align: center;
}
.c1 .a1 img {
    width: 100%;
    max-width: 160px;
    padding: 0px 10px;
}
.c1 .b1 img {
    position: relative;
    width: 500px;
    padding: 0px 0px;
    left: -100px;
    top: 0px;
    transition: 0.5s;
}

.ii1 {
    z-index: 0;
}



.b1 {
    max-width: 650px;
}



.imgt_1 {
    position: absolute;
    width: 300px;
    right:-480px;
    margin-right: 50%; 
    margin-top: 30px;
    z-index: -2;
}


@media only screen and (max-width: 1256px) {

    .imgt_1 {
        width: 300px;
        margin-right: 54%;
        margin-top: 30px;
    }
}


@media only screen and (max-width: 991px) {

    .imgt_1 {
        width: 270px;
        margin-right: 57%; 
        margin-top: 40px;
    }


    .vid-container {
        height: 55vw !important;
    }

    #myVideo {
        width: auto !important;
        height: 107% !important;
    }

    .b1 {
        max-width: 560px;
    }

    .c1 {
        padding: 40px 0px;
    }


    .c1 .b1 img {
        width: 375px;
        left: -70px;
        top: 0px;
    }

    .c1 .ta {
        font-size: 1.00em;
        line-height: 1.45em;
        height: 50px;
    }
    .c1 .da {
        font-size: 0.75em;
        line-height: 1.65em;
    }

}



@media only screen and (max-width: 769px) {

    .imgt_1 {
        width: 230px;
        margin-right: 73%; 
        margin-top: 30px;
    }


    .vid-container {
        height: 60vw !important;
    }

    #myVideo {
        width: auto !important;
        height: 107% !important;
    }

    .b1 {
        max-width: 400px;
    }

    .c1 {
        padding: 30px 0px;
    }

    .c1 .b1 {
        padding: 25px;
    }
    .c1 .b2 {
        padding: 35px 25px;
    }

    .c1 .b1 img {
        width: 535px;
        top: 0px;
        left: 0px;
    }

    .c1 .ta {
        font-size: 1.20em;
        line-height: 1.40em;
        height: 50px;
    }
    .c1 .da {
        font-size: 1.00em;
        line-height: 1.60em;
    }

}



@media only screen and (max-width: 481px) {

    .imgt_1 {
        width: 215px;
        margin-right: 60%; 
        margin-top: 0px;
    }


    .vid-container {
        height: 88vw !important;
    }

    .b1 {
        max-width: 430px;
    }
    
    .c1 {
        padding: 25px 0px;
    }
    .c1 .b1 {
        padding: 15px;
    }
    .c1 .b2 {
        padding: 0px 15px;
    }

    .c1 .b1 img {
        width: 330px;
        top: 10px;
    }

    .c1 .ta {
        font-size: 1.20em;
        line-height: 1.35em;
        height: 45px;
    }
    .c1 .da {
        font-size: 0.95em;
        line-height: 1.55em;
    }
}



@media only screen and (max-width: 320px) {

    .imgt_1 {
        width: 140px;
        margin-right: 70%; 
    }

    .vid-container {
        height: 120vw !important;
    }

    .b1 {
        max-width: 300px;
    }

    .c1 {
        padding: 15px 0px;
    }

    .c1 .b1 {
        padding: 15px;
    }
    .c1 .b2 {
        padding: 25px 15px;
    }

    .c1 .b1 img {
        width: 346px;
        left: -52px;
        top: 5px;
    }

    .c1 .ta {
        font-size: 0.90em;
        line-height: 1.30em;
        height: 70px;
    }
    .c1 .da {
        font-size: 0.75em;
        line-height: 1.50em;
    }
    


} */

