


.video-container {
    position: relative;
    max-width: 100%;
  }
  
  .play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.123);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
  }
  
  .play-button-overlay i {
    font-size: 50px;
    color: white;
  }
  
  .play-button-overlay.playing {
    display: none;
  }
  







.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;
    }
    


}





.front-subtextp {
  font-size: 19px;
  color: #848484;
  font-family: 'Albert Sans', sans-serif;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .front-subtextp {
    font-size: 20px;
  }
}

.medhead {
  color: rgb(255,255,255);
  margin-bottom: 40px;
  font-family: Ramabhadra, sans-serif;
  font-size: 60px;
  line-height: 62px;
  font-weight: bold;
  text-align: left;
  text-shadow: 0px 0px 20px rgba(91,91,91,0.46);
}

.bighead {
  color: rgb(255,255,255);
  margin-bottom: 20px;
  font-family: Ramabhadra, sans-serif;
  font-size: 100px;
  line-height: 110px;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 300px) {
  .bighead {
    color: rgb(255,255,255);
    margin-bottom: 20px;
    font-family: Ramabhadra, sans-serif;
    font-size: 75px;
    line-height: 90px;
    font-weight: bold;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .bighead {
    color: rgb(255,255,255);
    margin-bottom: 25px;
    font-family: Ramabhadra, sans-serif;
    font-size: 67px;
    line-height: 76px;
    font-weight: bold;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .bighead {
    color: rgb(255,255,255);
    margin-bottom: 25px;
    font-family: Ramabhadra, sans-serif;
    font-size: 95px;
    line-height: 100px;
    font-weight: bold;
    text-align: left;
  }
}

@media (min-width: 576px) {
  .front-emoji {
    font-size: 60px;
  }
}

.front-emoji {
  font-size: 117px;
}

@media (min-width: 300px) {
  .front-emoji {
    font-size: 63px;
  }
}

@media (min-width: 992px) {
  .front-emoji {
    font-size: 110px;
  }
}

.front-img-cropper-2 {
  overflow: hidden;
  height: 325px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

.front-img-cropper {
  overflow: hidden;
  height: 325px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .front-img-cropper {
    height: 525px;
  }
}

@media (min-width: 768px) {
  .front-img-cropper {
    height: 390px;
  }
}

@media (min-width: 992px) {
  .front-img-cropper {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .front-img-cropper {
    height: 550px;
  }
}

@media (min-width: 1400px) {
  .front-img-cropper {
    height: 625px;
  }
}

.fron-icon-18 {
  width: 65px;
  height: auto;
  margin: 17px 5px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .fron-icon-18 {
    width: 85px;
  }
}

@media (min-width: 768px) {
  .fron-icon-18 {
    width: 50px;
  }
}

@media (min-width: 1200px) {
  .fron-icon-18 {
    width: 85px;
    margin: 17px 25px;
  }
}

.front-img-cropper-2 {
  overflow: hidden;
  height: 100%;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fron-ad-img {
  width: 164%;
  border-width: 0px;
  margin-top: 85px;
  filter: saturate(0%);
}

.etwarnmsg {
  background: rgb(30,31,30);
  border-radius: 7px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid rgb(230,88,88);
}

