@font-face {
    font-family: Poppins;
    /*src: url('myfont.woff2') format('woff2'),*/
    /*url('myfont.woff') format('woff');*/
}
  
body {
    font-family: Poppins;
    /* background-image: url('wp9537112.webp'); */
}

/* footer{
    background-image: url('images/banner-faqs.webp');
} */

.scope{
    background-size: cover;
    background-attachment: fixed;
}

.scoped{
    background-image: linear-gradient(to right, transparent,  rgba(238, 220, 220,0.9) 20%);
}

.banner{
    /* background-image: url('../images/pexels-quang-nguyen-vinh-2131614.jpg');
    background-size: cover;
    background-attachment: fixed; */
    position: relative;
    width: 100%;
    /* height: 70vh; */
    overflow: hidden;
}

.slider .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    /* display: flex; */
}

.slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease;
}

.slide.active img{
    opacity: 1;
}

.info{
    position: absolute;
    width: 50%;
    height: 100%;
}

.left{
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: .0s;
}


.active .left{
    transform: translateX(0);
    z-index: 1;
    transition: .5s ease-in-out;
}

.right{
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: 0s;
}

.active .right{
    transform: translateX(0);
    z-index: 1;
    transition: .5s ease-in-out;
}

.left .penetrate-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(0px);
    display: flex;
    justify-content: end;
    align-items: center;
    -webkit-mask: linear-gradient(#020 0 0),
    linear-gradient(#020 0 0);
    /* -webkit-mask-clip: text, padding-box; */
    /* -webkit-mask-composite:xor; */
}

.right .penetrate-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.penetrate-blur h1{
    /*font-size: 150px;*/
    padding-right: 1px;
}

.penetrate-blur h3{
    position: absolute;
    font-size: 40px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transform: translateY(190%);
    margin-left: 15px;
}

.left-h{
    /* text-shadow: 0 0 10px rgba(248, 134, 134, 0.8); */
}

.right-h{
    /* color: #fff; */
    /* text-shadow: 0 0 10px rgba(30, 161, 157, .8);
    text-shadow:
        0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0px 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15); */
}

.left .content{
    position: absolute;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 5px;
    bottom: 2%;
    left: 10px;
    color: #fff;
}

.content h3{
    /* font-size: 16px; */
}

.content p{
    font-size: .75em;
    margin: 10px 0 5px;
}

.content .btn{
    display: inline-block;
    padding: 5px 10px;
    background: rgb(165, 42, 42);
    border: 1px solid rgb(165, 42, 42);
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: .75em;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 600;
    transition: .5s;
}


.content .btn:hover {
    background: transparent;
    box-shadow: 0 0 15px red;
}

.navigation{
    position: absolute;
    bottom: 2%;
    right: 4%;
    z-index: 1;
}

.navigation span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid white;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin-left: 25px;
}

.navigation span:nth-child(1){
    background: transparent;
}

.navigation span:nth-child(1):hover{
    background: #fff;
}

.navigation span i{
    font-size: 45px;
    /* color: #444; */
    transition: .5s;
}


.navigation span:nth-child(1) i{
    color: #fff;

}

.navigation span:nth-child(1):hover i{
    color: #444;
}
