.rotatorWrapper {
    width: 100%;
    color: #ffffff;
    padding-top: 130px;
}

.royalSlider {
    width: 100%;
    height: calc(100vh - 130px);
}

.overlay {
    position: absolute;
    top: 65%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(10, 26, 64, 1));
}

.royalSlider img {
    width: 100%;
    height: auto;
}

.rsABlock {
    width: 100%;
}

.royalInnerContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: calc(100vh - 130px);
    text-align: center;
}

.royalInnerContainer .shape {
    background: white;
    color: black;
    padding: 10px 30px 10px 50px;
    -webkit-clip-path:polygon(47px 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(47px 0, 100% 0, 100% 100%, 0% 100%);
    font-family: Raleway-Bold, sans-serif;
    max-width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.royalInnerContainer .podnaslov {
    position: relative;
    -webkit-backface-visibility: hidden;
}

.royalInnerContainer .podnaslov::before {
    content: '';
    position: absolute;
    width: 100px;
    top: 50%;
    left: -27px;
    border-bottom: 1px solid white;
    transform: rotate(-45deg) translateY(-50%);
}

.royalInnerContainer .title {
    padding-top: 25px;
    font-size: 60px;
    color: white;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.royalInnerContainer p {
    font-size: 32px;
    padding-bottom: 70px;
}

.dark {
    bottom: 10%;
    left: 0;
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
}

.dark a {
    color: rgba(0, 0, 0, .16);
}

.dark a:hover,
.dark a:focus {
    text-decoration: none;
}

.rotatorWrapper .social {
    bottom: 10%;
    right: 0%;
    position: relative;
    width: 60px;
}

.rotatorWrapper .social::before {
    content: '';
    position: absolute;
    width: 105px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    right: -15px;
    top: -30%;
    transform: rotate(-45deg);
}

.rotatorWrapper .social ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}

.rotatorWrapper .social ul li a {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    opacity: .3;
    /*    padding: 10px;*/
}

.facebook {
    background: url(../images/face.png);
}

.twitter {
    background: url(../images/twitter.png);
}

.youtube {
    background: url(../images/youtube.png);
}

.instagram {
    background: url(../images/instagram.png);
}

@media(max-width: 1440px) {
    .royalSlider.p-100 {
        padding: 0;
    }

    .rotatorWrapper .social {
        display: none;
    }

    .dark {
        display: none;
    }

}

@media (max-width: 1300px) {

    .rotatorWrapper {
        padding-top: 100px;
    }
}

@media (max-width: 992px){

    .royalInnerContainer .shape {
        max-width: 700px;
    }

}

@media (max-width: 768px) {

    .royalInnerContainer .title {
        font-size: 36px;
        margin-top: 25px;
        padding: 0 15px;
    }

    .royalInnerContainer p {
        font-size: 18px;
    }

    .royalInnerContainer .podnaslov span {
        font-size: 14px;
        font-family: Raleway-Bold, sans-serif;
    }


        .royalInnerContainer .shape {
            max-width: 500px;
        }


}

@media (max-width: 500px){
    .royalInnerContainer .shape {
        max-width: 420px;
    }
}

@media (max-width: 380px){

    .royalInnerContainer .shape {
        max-width: 260px;
    }

}
