.slider-holder {
    padding: 1% 10%;
    position: relative;
    /*width:100%;*/
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--main-dark);
}

.slider-holder .content {
    z-index: 888;
    color: #fff;
    width: 100%;
    margin: 80px auto;
    display: none;
}

.slider-holder .content.active {
    display: block;
}

.slider-holder:before {
    z-index: 666;
    content: '';
    position: absolute;
    background: rgba(19, 41, 79, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.slider-holder .content h2 {
    float: right;
    text-align: right;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 75px;
    margin: 0 0 30px 0;
    text-align: right;
}

.slider-holder .content h2 span {
    font-size: 1.2em;
    font-weight: 300;

}

.slider-holder .content p {
    float: right;
    width: 60%;
    height: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 21px;
}

.slider-holder .content a {
    float: right;
    display: table;
    margin: 30px 0 0 0;
    padding: 10px 15px;
    background: var(--main-red);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.slider-holder .content a:hover {
    background: #fff;
    color: var(--main-red);
    box-shadow: inset 0 -100px 0 0 #fff;
}

.slider-holder video {
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-navigation {
    z-index: 888;
    position: absolute;
    bottom: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    left: 0;
}

.slider-navigation .nav-btn {
    float: left;
    width: 120px;
    height: 120px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3 ease;
    margin: 5px 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}


.slider-navigation .nav-btn.active {
    color: #fff;
    /*background: rgba(1, 1, 1, 0.3);*/
    /*-webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    mix-blend-mode: normal;*/
    background: rgba(255, 255, 255, .06);
}

.slider-navigation .nav-btn:hover {
    color: #fff;
    /*background: rgba(1, 1, 1, 0.3);*/
    /* -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    mix-blend-mode: normal;*/
    background: rgba(255, 255, 255, .06);
}


/* industry icons start */
.industry-icon-home {
    position: relative;
    /*float:left;*/
    width: 50px;
    height: 50px;
    margin-left: 25%;
    cursor: pointer;
    transition: all 0.3s;
}

.industry-icon-home svg {
    display: block;
    width: 50px;
    height: 50px;
    /*margin:0 auto;transform:translate(-50%, -50%);*/
}

.industry-icon-home:hover .cls-1 {
    fill: #fff;
    stroke: #fff;
}

.industry-icon-home:hover .cls-2 {
    stroke: #fff;
}

.industry-icon-home-name {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:13px;
}

.industry-icon-home:hover .industry-icon-home-name {
    color: #fff;
}

.industry-icon-home .cls-1 {
    fill: #fff;
    stroke: #fff;
}

.industry-icon-home .cls-1,
.industry-icon-home .cls-2 {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.cls-2 {
    fill: none;
}



/* Create an active/current tablink class */
.tab .active .cls-1 {
    fill: #fff;
    stroke: #fff
}

.tab .active .cls-2 {
    stroke: #fff;
}

.tab .active .industry-icon-name {
    color: #fff;
}




.video-slide {
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}

.video-slide.active {
    clip-path: circle(150% at 0 50%);
    /* transition: 2s ease;
    /*transition-property: clip-path;*/
}

/* RESPONSIVE */

@media only screen and (max-width:1920px) {
    .slider-holder .content h2 {
        margin-right: 25px;
    }

    .slider-holder .content p {
        margin-right: 25px;
    }

    .slider-holder .content a {
        margin-right: 30px;
    }

    .slider-navigation {
        bottom: 5%;
    }
}

@media only screen and (max-width:1380px) {
    .slider-holder .content h2 {
        margin-right: 0;
    }

    .slider-holder .content p {
        margin-right: 0;
    }

    .slider-holder .content a {
        margin-right: 0;
    }

    .slider-navigation {
        bottom: 5%;
    }
}

@media (max-width: 1040px) {
    .slider-navigation .nav-btn {
        float: left;
        width: 105px;
        height: 105px;
        font-size: 12px;
    }

    .slider-navigation .nav-btn .industry-icon-home-name {
        font-size: 14px;
    }

}

/*max width 1040px*/

@media only screen and (max-width:990px) {
    .slider-holder {
        padding: 1% 5%;
        position: relative;
        /*width:100%;*/
        min-height: 500px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: var(--main-dark);
    }

    .slider-holder .content h2 {
        font-size: 48px;
        position: absolute;
        right: 70px;
        top: 120px;
    }

    .slider-holder .content p {
        width: 80%;
        height: 45px;
        font-size: 18px;
        position: absolute;
        right: 70px;
        top: 180px;
    }

    .slider-holder .content a {
        position: absolute;
        right: 70px;
        top: 200px;
    }

    .slider-navigation {
        width: 100%;
        height: 80px;
        margin-left: 0;
        bottom: 6%;
    }

    .nav-btn {
        width: 100px;
        height: 100px;
    }

}

/*max width 1040px*/

@media only screen and (max-width:770px) {

    .slider-navigation {
        bottom: 1%;
    }

    .slider-navigation .nav-btn {
        width: 80px;
        height: 80px;
    }

    .industry-icon-home {
        width: 40px;
        height: 40px;
        margin-left: 5%;
    }

    .slider-navigation .nav-btn .industry-icon-home-name {
        font-size: 11px;
        margin-top: 16px;
    }

    .slider-holder .content h2 {
        font-size: 48px;
        position: absolute;
        right: 55px;
        top: 120px;
    }

    .slider-holder .content p {
        width: 80%;
        height: 45px;
        font-size: 18px;
        position: absolute;
        right: 55px;
        top: 200px;
    }

    .slider-holder .content a {
        position: absolute;
        right: 30px;
        top: 220px;
    }

    .slider-navigation {
        width: 90%;
        margin-left: 5%;
        bottom: 1%;
        /*flex-wrap:wrap;*/
    }
}

/*max width 770px*/


@media only screen and (max-width:630px) {

    .slider-holder .content h2 {
        font-size: 30px;
        position: absolute;
        right: 25px;
        top: 142px;
    }

    .slider-holder .content p {
        width: 80%;
        height: 45px;
        font-size: 18px;
        position: absolute;
        right: 25px;
        top: 200px;
    }

    .slider-holder .content a {
        position: absolute;
        right: 25px;
        top: 220px;
    }

}

/*max width 1040px*/



@media only screen and (max-width:500px) {

    .slider-holder .content h2 {
        font-size: 36px;
        top: 120px;
        line-height: 36px;
    }

    .slider-holder .content p {
        font-size: 16px;
    }

    .slider-navigation {
        width: 100%;
        height: 80px;
        margin-left: 0;
        bottom: 17%;
        flex-wrap: wrap;
        gap: 5px;
    }

    .slider-navigation .nav-btn {
        width: 70px;
        height: 70px;
    }

    .industry-icon-home {
        width: 40px;
        height: 40px;
        margin-left: 5%;
    }

    .slider-navigation .nav-btn .industry-icon-home-name {
        font-size: 10px;
        margin-top: 16px;
    }
}

/*max width 500px*/