* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
    background-color: #efefef;
}

div {
    box-sizing: border-box;
}

a {
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    transition: linear all 0.4s;
}

a:hover {
    color: #E800C0;
    text-decoration: none;
}

a.link {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid #aeb3bc;
}

a.link:hover {
    text-decoration: none;
    border-bottom: 2px solid #121133;
}

.h1,
h1 {
    font-size: 2.4rem;
}

.h2,
h2 {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.h3,
h3 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2rem;
}

.h4,
h4 {
    font-size: 1.2rem;
    font-weight: 700;

}

.width {
    max-width: 71rem;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.header {
    height: 95vh;
    background-image: url(../images/banner-gloria4.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
}

.header__logo-box {
    position: absolute;
    top: 4rem;
    left: 4rem;
}

.header__logo {
    height: 3.5rem;
}

.header__text-box {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.pink {
    background-color: #f6cdd3;

}
.black {
    background-color: #000000;

}

.talk {
    padding: 20px;
    width: 80%;
    /* max-width: 330px; */
}

.xich1plus {
    position: absolute;
    top: 12px;
    right: 32px;
    z-index: 2;
    color: #000000;
    font-size: 38px;
}
.xich1 {
    position: absolute;
    top: 12px;
    right: 30px;
    z-index: 2;
    color: #f6cdd3;
    font-size: 38px;
}
.xich1:hover {
    cursor: pointer;
}


.btn-secondary {
    /* background-color: #f6cdd3; */
}
.wild-logo {
    text-align: center;
    padding: 40px 0;
    width: 100%;
}
.wild-logo .wild {
    padding: 20px;
    width: 90%;
    max-width: 400px;
}
.wild-logo .backstage {
    padding: 20px;
    width: 60%;
    max-width: 350px;
}

.logo-img {
    background-image: url('../images/bipa-header2.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 528px;
}
.pink-square {
    background-image: url('../images/imgR.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 528px;
}
.pink-text {
    width: 320px;
    height: 320px;
    margin-top: 90px;
    margin-left: 70px;
}
.poziv-button-pink {
	-moz-box-shadow:inset -2px 7px 7px -7px #000000;
	-webkit-box-shadow:inset -2px 7px 7px -7px #000000;
	box-shadow:inset -2px 7px 7px -7px #000000;
	background-color:#ffffff;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
    text-indent:0;
	border: 1px solid #f6cdd3;
	display: inline-block;
	color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 15px;
    width: auto;
    text-align: center;
    font-weight: 700;
}
.poziv-button-pink:hover {
    cursor: pointer;
    background-color: black;
    color: white;
    transition: all 0.4s ease 0s; 
    -webkit-transition: all 0.4s ease 0s; 
    -moz-transition: all 0.4s ease 0s; 
    -ms-transition: all 0.4s ease 0s; 
    -o-transition: all 0.4s ease 0s;
}

.poziv-natjecaj {
    text-align: center;
    padding: 30px 10px;
    width: 100%;
}

.poziv-subtitle {
    color: #E800C0;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.5em;
}
.poziv-title {
    color: #FFFFFF;
    letter-spacing: .35em;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 1.5em;
    margin: 20px;
}
.poziv-button {
    margin-top: 10px;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    background: #E800C0;
    padding: 10px;
    border-radius: 2px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.poziv-button:hover { 
    background: #ff21da; 
    letter-spacing: .17em;
    -webkit-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.57); 
    -moz-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.57); 
    box-shadow: 5px 10px -10px rgba(0,0,0,0.57); 
    transition: all 0.4s ease 0s; 
    -webkit-transition: all 0.4s ease 0s; 
    -moz-transition: all 0.4s ease 0s; 
    -ms-transition: all 0.4s ease 0s; 
    -o-transition: all 0.4s ease 0s;
}
a figure img {
    background: #ff21da;
}
a figure img {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
a figure:hover img {
    opacity: .8;
}
a p {
    font-weight: 400;
}


.logo {
    position: absolute;
    top: 0;
    right: 50vw;
    transform: translate(60%, 0);
}

button {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
}

.display-1 {
    font-size: 6rem;
    letter-spacing: 3rem;
    font-weight: 900;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    word-wrap: break-word;
}

.display-2 {
    font-size: 3rem;
    letter-spacing: 1.2rem;
    font-weight: 900;
    text-align: center;
    color: #000;
}

.display-3 {
    font-size: 1.5rem;
    letter-spacing: .4rem;
    font-weight: 300;
    text-align: center;
    color: #000;
}

.break {
    display: none;
}

.mt-4 {
    margin-top: 4%;
}

.mt-5 {
    margin-top: 7%;
}

.mt-10 {
    margin-top: 10%;
}

.mt-20 {
    margin-top: 22%;
}

.mb-5 {
    margin-bottom: 5%;
}

.center {
    text-align: center;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.embed-responsive-21by7::before {
    padding-top: 33.33333%;
}

.main-raised {
    margin: -170px auto 0;
}

.video-overlay {
    background-color: #f3cdd4;
    height: 12.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.text-box {
    padding-top: 2rem;
}

.slider-lead {
    margin-top: 7%;
    font-weight: 400;
    margin-bottom: 5%;
}

.thick {
    font-weight: 600;
}

.link-banner {
    position: relative;
    display: inline-block;
}
.link-iframe-fix {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    z-index: 1;  
}
.link-iframe {
    z-index: 2;
}

.footer {
    background-color: #f6ced4;
    color: #333333;
    height: 8vh;
    font-weight: 700;
    text-align: center;
}

/*carousel*/

.carousel {
    width: 100%;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

.carousel-image {
    float: left;
    padding-left: 10%;
    margin-right: 0;
    padding-bottom: 2%;
}

.carousel-text {
    float: right;
    margin-left: 0;
    padding-right: 15%;
    padding-top: 4%;
}



@media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .slide-box img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}

.carousel-control-prev-icon {
    background-image: url(../images/interaktivna/prev.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/interaktivna/next.svg);
}

/*kraj carousela*/

@media only screen and (max-width: 1200px) {
    .text-box {
        padding-top: 0rem;
    }
}

@media only screen and (max-width: 992px) {
    .talk {
        padding: 20px;
        width: 50%;
        /* max-width: 330px; */
    }

    .text-box {
        padding-top: 0rem;
        margin-bottom: 1rem;
    }

    .carousel-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 2%;
    }

    .carousel-text {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 2rem;
    }
}

@media only screen and (max-width: 767px) {

}


@media only screen and (max-width: 420px) {
    .header {
        height: 35vh;
        margin-bottom: 5%;
    }

    .header__text-box {
        top: 60%;
    }

    .display-2 {
        font-size: 2rem;
        letter-spacing: 1.1rem;
    }

    .display-3 {
        letter-spacing: .2rem;
    }

    .mt-5 {
        margin-top: 5% !important;
    }

    .mt-20 {
        margin-top: 30%;
    }

    .main-raised {
        margin: 0 auto 0;
    }

    .text-box {
        padding-top: 1rem;
    }

    .h2,
    h2 {
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: .2rem;
        text-transform: uppercase;
    }
}