body {
    background-image: linear-gradient(black, black);
    font-family: 'Cardo', serif;
    margin:0;
  }

span{
    color: white;
    margin:0;
    padding:0;
}

.social-media{
    width:fit-content;
    margin-left: 35%;
    transform: scale(1.5);
}

.social-media i{
    margin-right: 20px;
    color:goldenrod;
}

.social-media i:hover{
    color: white;
    transition: 0.5s;
}


.nav-link{
    font-size: 1rem;
    margin-left: 65px;
}
.navbar-brand{
    font-size: 1.5rem;
}

.main-information{
 position: absolute; 
 margin-left: 12%;
 margin-top: 5%;
 border-top: 2px solid goldenrod;
}


.main-information h1{
    color:white;
    font-size: 10rem;
}
.btn-dark{
    width: 120px;
    background-color: rgba(136, 46, 136, 0.705);
}

.btn-dark:hover{
    background-color: rgba(179, 54, 179, 0.705);
}

.row{
    margin-top:200px;
}

@import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');
 :root {
	 --d: 1000ms;
	 --e: cubic-bezier(0.19, 1, 0.22, 1);
}
 * {
	 box-sizing: border-box;
}

.top-banner{
    background-image: url(../images/BackgroundNoLogo2.jpg);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.small-logo{
    margin-top: -55%;
    margin-bottom: 17%;
    margin-left: 22%;
    display: block;
    transform: scale(0.87);
}

.footer{
    color: white;
    font-size: 10px;
    margin-top: 10%;

    margin-left: 25%;

}


.wrapper{
  width:80%;

  margin-top:50%;
  margin-left: 10%;
}
h2{
  font-family:sans-serif;
  color:#fff;
}
.carousel{
  width:100%;
  margin:0px auto;
}


.slick-slide{
  margin:10px;

}

 .card {
	 position: relative;
	 display: flex;
     max-height: 200px;
     min-height: 200px;
	 align-items: flex-end;
	 overflow: hidden;	 padding: 1rem;
	 width: 100%;
	 text-align: center;
	 color: black;
	 background-color: Black;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}


 .card:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 110%;
	 background-size: cover;
	 background-position: 0 0;
	 transition: transform calc(var(--d) * 1.5) var(--e);
	 pointer-events: none;
}


 .card1:before {
	 background-image: url(https://images.unsplash.com/photo-1612437118912-ec24644cf846?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=564&q=80);
}
 .card2:before {
	 background-image: url(https://images.unsplash.com/photo-1591649389515-2e1640c7ac8d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
}
 .card3:before {
	 background-image: url(https://images.unsplash.com/photo-1573790387438-4da905039392?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=666&q=80);
}
 .card4:before {
	 background-image: url(https://images.unsplash.com/photo-1503899036084-c55cdd92da26?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);

}
 .card5:before {
	 background-image: url(https://images.unsplash.com/photo-1529655683826-aba9b3e77383?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=701&q=80);

}

.fullscreen-news{
    display: none;
}

.cardTitle{
   	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
	 padding: 1rem;
     color:white;
     -webkit-text-stroke: 1px black;
}
 .content {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
	 padding: 1rem;
	 transition: transform var(--d) var(--e);
	 z-index: 1;
}
 .content > * + * {
	 margin-top: 1rem;
}
 .title {
	 font-size: 1.3rem;
	 font-weight: bold;
	 line-height: 1.2;
}
 .copy {
	 font-family: var(--font-serif);
	 font-size: 1.125rem;
	 font-style: italic;
	 line-height: 1.35;
}
 .btn {
	 cursor: pointer;
	 margin-top: 1.5rem;
	 padding: 0.75rem 1.5rem;
	 font-size: 0.65rem;
	 font-weight: bold;
	 letter-spacing: 0.025rem;
	 text-transform: uppercase;
	 color: white;
	 background-color: black;
	 border: none;
}
 .btn:hover {
	 background-color: #0d0d0d;
}
 .btn:focus {
	 outline-offset: 3px;
}
 @media (hover: hover) and (min-width: 992px) {

	 .card:after {
		 transform: translateY(0);
	}
	 .content {
		 transform: translateY(calc(100% - 4.5rem));
	}
	 .content > *:not(.title) {
		 opacity: 0;
		 transform: translateY(1rem);
		 transition: transform var(--d) var(--e), opacity var(--d) var(--e);
	}
	 .card:hover, .card:focus-within {
		 align-items: center;
	}
	 .card:hover:before, .card:focus-within:before {
		 transform: translateY(-4%);
	}
	 .card:hover:after, .card:focus-within:after {
		 transform: translateY(-50%);
	}
	 .card:hover .content, .card:focus-within .content {
		 transform: translateY(0);
	}
	 .card:hover .content > *:not(.title), .card:focus-within .content > *:not(.title) {
		 opacity: 1;
		 transform: translateY(0);
		 transition-delay: calc(var(--d) / 8);
	}
	 .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title) {
		 transition-duration: 0s;
	}
 }

@media (min-width: 600px){

    .top-banner{
        height: 650px;
        width: 106.5%;
        background-position: center;
        background-size: contain;
    
    }

    .main-information{
        margin-top: -2%;
        margin-bottom: 20%;
    }
    .wrapper{
        margin-top: 35%;
    }
    .social-media{
        margin-top: 15%;
        margin-left:41%;
    }
    .footer{
        margin-left: 37%;
    }

    .small-logo{
        margin-top:-63%;
        margin-left: 43%;
        margin-bottom: 20%;
        transform: scale(1.2);
    }

    .fullscreen-news{
        display: none;
    }
}

@media (min-width: 1024px){
    body{
        background-image: url(../images/BackgroundNoLogo2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .fullscreen-news{
        display: block;
        position:absolute;
        width: 500px;
        height: 300px;
        top: 20%;
        left: 45%;
        border-radius: 20px;  
        background-color: rgba(000,000,000, 0.5) ;
        color: white;
        padding: 10px;
        text-align: center;

    }

    .top-banner{
        background-image: none;
        height: 0;
        width: 0;
    }
    .small-logo{

        height: 100px;
        width: 250px;
        margin-left: 14%;
        margin-top: 5%;
    }
    .main-information{
        top:35%;
    }

    .footer{
        margin-top: 2%;
        margin-left: 45%;

    }
    .social-media{
        margin-top: 3%;
        margin-left: 46%;
    }

    .wrapper{
        margin-top: -5%;
    }


    .news-box a{
    

        bottom: 0;

    }

    .news-box1 h1::before{
        content: "Winter is staying in Prague";
        font-size: 20px;
        margin-bottom: -5%;
 
    }
    .news-box2 h2::before{
        content: "summer in Prague";
        font-size: 20px;
        margin-bottom: -5%;
 
    }
    .news-box2 h1::before{
        content: "Japan";
        font-size: 20px;
        margin-bottom: -5%;
 
    }
    .news-box3 h1::before{
        content: "bergen";
        font-size: 20px;
        margin-bottom: -5%;
 
    }

 .news-box{
    width: 100%;
    color: white;
 }


    .news-box p::before{
        content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.";
    }

    

    .card1:before{
        background-position:center;
    }
    
    .card2:before{
        background-position:center;
    }
    .card3:before{
        background-position:center;
    }
    .card4:before{
        background-position:center;
    }
    .card5:before{
        background-position:center;
    }
    
}
    



     


