/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media  (max-width: 499.98px) {

    .home-section2 .__box-container{
        min-height: 432px;
    }

    .home-section2 .__title .center{
        flex-direction: column;
        text-align: center;
    }

    .home-section4 .__box-container{
        text-align: center;
    }

    .home-section4 .__box-container img{
        margin-bottom: 2rem;
    }

    .home-section5 {
        text-align: center;
    }
    .home-section3 h2{
        text-align: center;
    }

    .home-section1 .__box-container {
        height: 320px;
    }

    .home-header .__content {
        text-align: center;
        color: #fff;
        position: absolute;
        top: -180px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        width: 300px;
        height: 50px;
    }

    .home-header .__content h1{
        font-size: 30px;
    }

    .home-header video {
        min-width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: 1;
        left: -420px;
    }   
    .home-section2 .animation1{
        left: -100px
    }

    .home-section2 .animation2{
        z-index: 1;
    }

    .home-section3 .__icon {
        padding: 3rem 3rem;
        margin-top: -80px;

    }

    .home-section2 .animation2{
        display: none;
    }

    .home-section3 .__bg {
        height: 343px;
    }
}


/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {

    .home-section2 .__box-container{
        min-height: 432px;
    }

    .home-section2 .__title .center{
        flex-direction: column;
        text-align: center;
    }

    .home-section4 .__box-container{
        text-align: center;
    }

    .home-section4 .__box-container img{
        margin-bottom: 2rem;
    }

    .home-section5 {
        text-align: center;
    }

    .home-section3 h2{
        text-align: center;
    }

    .home-section1 .__box-container {
        height: 320px;
    }

    .home-section2 .__box-container{
        position: relative;
        z-index: 10;
    }

    .home-section2 .animation1{
        left: -100px
    }

    .home-section2 .animation2{
        z-index: 1;
    }
    .home-header .__content {
        text-align: center;
        color: #fff;
        position: absolute;
        top: -280px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        width: 500px;
        height: 50px;
    }

    .home-header .__content h1{
        font-size: 29px;
    }

    .home-header video {
        min-width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: 1;
        left: -380px;
    }

    
    .home-section3 .__icon {
        padding: 3rem 3rem;
        margin-top: -110px;

    }

    .home-section2 .animation2{
        display: none;
    }
      
}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 

    .home-section2 .__box-container{
        min-height: 432px;
    }

    .home-section2 .__title .center{
        flex-direction: column;
        text-align: center;
    }

    .home-section4 .__box-container{
        text-align: center;
    }

    .home-section4 .__box-container img{
        margin-bottom: 2rem;
    }

    .home-section5 {
        text-align: center;
    }

    .home-section3 h2{
        text-align: center;
    }

    .home-header .__content {
        text-align: center;
        color: #fff;
        position: absolute;
        top: -280px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        width: 700px;
        height: 50px;
    }

    .home-header video {
        min-width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: 1;
        left: -260px;
    }

    .home-section3 .__icon {
        padding: 6rem 3rem;
    }
    
}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .home-section2 .__box-container{
        min-height: 432px;
    }

    .home-section2 .__title .center{
        flex-direction: column;
        text-align: center;
    }
    .home-header .__content {
        text-align: center;
        color: #fff;
        position: absolute;
        top: -280px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        width: 700px;
        height: 50px;
    }

    .home-header .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }
}


/********************************************************************
LARGE DEVICES (DESKTOPS, 992px and Up)
********************************************************************/
@media (min-width: 992px) and (max-width: 1000.98px) { 

    

}


/********************************************************************
LARGE DEVICES (DESKTOP, 1001 Up)
********************************************************************/
@media (min-width: 1001px) and (max-width: 1199.98px) { 	
    .home-section2 .__box-container{
        min-height: 432px;
        padding: 1rem 1rem;
    }
    .home-section3 .__icon {
        margin-top: -130px;
        height: 260px;
    }


}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 

}
