* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box; 
}

body {
    background: #0c0514;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: rgb(243, 243, 243);
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 700px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.card {
    background: #0c0514;
    backdrop-filter: blur(10px);
    border: 2px solid #3a2b63;
    margin: 40px 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
    width: 100%;
}

/*---------------------------------------------------------*/
/*----------------------SLIDER-BANNER----------------------*/
/*---------------------------------------------------------*/

/* .slider-banner {
    overflow: hidden;
    z-index: 100;
    position: relative;
}

.slider-banner .banner {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-banner .banner img {
    vertical-align: top;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    height: auto;
}

.slider-banner .arrow-banner {
    font-size: 35px;
    line-height: 35px;
    color: #0c0514;
    text-shadow: 1px 0 #3a2b63, -1px 0 #3a2b63, 0 1px #3a2b63, 0 -1px #3a2b63, 1px 1px #3a2b63, -1px -1px #3a2b63, 1px -1px #3a2b63, -1px 1px #3a2b63;
    position: absolute;
    top: 50%;
    z-index: 110;
}

.slider-banner .arrow-banner:hover {
    color: #3a2b63;
}

.slider-banner .prev {
    left: 20px;
}

.slider-banner .next {
    right: 20px;
} */

/*---------------------------------------------------------*/
/*-----------------------SLIDER-INFO-----------------------*/
/*---------------------------------------------------------*/

.slider-info {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    z-index: 100;
    position: relative;
}

/*INFO SECTION*/

.slider-info .information {
    width: 100%;
}

.slider-info .information article {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-info .information article .slide {
    width: 100%;
    left: 100%;
    padding: 20px 80px;
    position: absolute;
}

.slider-info .arrow-info {
    font-size: 35px;
    line-height: 35px;
    color: #0c0514;
    position: absolute;
    text-shadow: 1px 0 #3a2b63, -1px 0 #3a2b63, 0 1px #3a2b63, 0 -1px #3a2b63, 1px 1px #3a2b63, -1px -1px #3a2b63, 1px -1px #3a2b63, -1px 1px #3a2b63;
    top: 50%;
    z-index: 100;
}

.slider-info .arrow-info:hover {
    color: #3a2b63;
}

.slider-info .arrow-info.prev {
    left: 20px;
}

.slider-info .arrow-info.next {
    right: 20px;
}

/*SLIDE INFO STYLES*/

.slider-info .information .name {
    color: #e0abff;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 16px;
}

.slider-info .information .work {
    color: #492a5f;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
}

.slider-info .information .country {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 14px;
}

.slider-info .information .country img {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.slider-info .information .subtitle {
    color: #e0abff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.slider-info .information .text {
    color: #e0d3e9;
    font-size: 18px;
    line-height: 24px;
}

/*SLIDER INFO BUTTONS*/
.slider-info .buttons {
    width: 100%;
}

.slider-info .buttons span {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #3a2b63;
    border-radius: 50%;
    background: #0c0514;
}

.slider-info .buttons span.active {
    border: 3px solid #3a2b63;
}

/*SOCIALS*/

.socials {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.socials a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 20px;
    padding: 12.5px 0px;
    color: #fff;
    background: #0c0514;
    border: 1px solid #3a2b63;
    border-radius: 25%;
    margin: 10px;
}

.socials a:hover {
    background-color: #1a0b2b;
}