@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}
/*Scroller*/
::-webkit-scrollbar{
    width: 4px;
}

::-webkit-scrollbar-track{
    background: #fff;
}

::-webkit-scrollbar-thumb{
    background:black;
}

/* Header */
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color:black;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
	
  }

}
/*logo*/
.logo-image img{
width: 30px;
height: 25px;
border-radius:30%;
overflow: hidden;
margin-top: -7px;
}
/*topnavigation on right*/
.topnav-right{
	float:right;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #f1f1f1;
  padding-left: 20px;
}

/* Add a card effect for content */
.card {
  background-color: white;
  padding: 10px;
  margin-top: 10px;
}
/*yt container*/
.yt-container {
  background-color:#ffffff;
  width: 50;
  height:auto;
  position:relative;
}
.yt-container h3{
	color:white;
    font-size: 1rem;
	font-family: 'Arial', cursive;
	font-weight:bold;
    text-align:center;
	background-color:black;
	border: 5px solid blue;
}

/*button*/
.button {
  background-color: blue;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
/*row*/
.row{
	margin-left:75px;
	font-size:30px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*images*/
.row .leftcolumn .card .reg img{
	width:100%;
	height:auto;
	cursor:pointer; 
    cursor:hand;
}
.row .leftcolumn .card img{
   width:50%;
   height:auto;
   display: block;
   margin-left: auto;
   margin-right: auto;
   cursor:pointer; 
   cursor:hand;
}
.row .leftcolumn .card .image img{
   float:right; 
   margin:0px 0px 15px 15px; 
   cursor:pointer; 
   cursor:hand; 
   width:30%;
   width:100; 
   height:100; 
}
.row .leftcolumn .card .image1 img{
   float:left; 
   margin:0px 0px 15px 15px; 
   cursor:pointer; 
   cursor:hand; 
   width:30%; 
   height:100; 
}
.row .leftcolumn .card .image2 img{
   float:right;
   cursor:pointer; 
   cursor:hand; 
   width:30%;
   height:100; 
}
.row .leftcolumn .card .image3 img{
   text-align:center;
   cursor:pointer; 
   cursor:hand; 
   width:30%;
   height:100; 
}
.row .leftcolumn .card .os img{
   
   margin:30px; 
   cursor:pointer; 
   cursor:hand; 
   width:20%;
   height:auto; 
}
.row .leftcolumn .card .vacimage img{
	text-align:center;
   cursor:pointer; 
   cursor:hand; 
   width:100%;
   height:auto; 
}

/*list*/

.row .leftcolumn .card  li{
	color:black;
    font-size: 1.3rem;
	font-family: 'Arial', cursive;
	font-weight:400;
}
/*leftcolumn font*/
.row .leftcolumn .card .font h3{
	color:black;
    font-size: 1.3rem;
	font-family: 'Arial', cursive;
	font-weight:400;
    text-align:left;
}
.row .leftcolumn .card .font1 h3{
	color:black;
    font-size: 1.3rem;
	font-family: 'Arial', cursive;
	font-weight:400;
}
.row .leftcolumn .card .font2 h3{
	color:black;
    font-size: 1.3rem;
	font-family: 'Arial', cursive;
	font-weight:400;
	
}

.row .leftcolumn .card h1{
    color:#666;
    font-size: 4rem;
	font-family: 'Oswald', cursive;
	text-align:center;
}
.row .leftcolumn .card h2{
    color:black;
    font-size: 3rem;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	
}
.row .leftcolumn .card h3{
    color:black;
    font-size: 1.3rem;
	font-family: 'Oswald', cursive;
	font-weight:400;
    text-align:center;
}

/*images*/
.container{
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
}
.container .filter-items{
    margin-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.container .filter-items .filter-content{
    position: relative;
    margin: 0.3rem;
    width: 350px;
    height: 250px;
    cursor: pointer;
    border-radius: 0.4rem;
    overflow: hidden;
}

.container .filter-items .filter-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.4rem;
}
.filter-items .filter-content.activeContents{
    animation: anim 0.4s ease;
}

@keyframes anim {
    0%{
        transform: scale(0.4);
    }
    100%{
        transform: scale(1);
    }
}

.filter-items .filter-content::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.6);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.filter-items .filter-content:hover::before{
    transform: translateX(0);
}

.filter-items .filter-content::after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.6);
    transform: translateX(100%);
    transition: transform 0.4s ease;
}

.filter-items .filter-content:hover::after{
    transform: translateX(0);
}

.filter-items .filter-content p{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 1.6rem;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease;
    z-index: 1;
}

.filter-items .filter-content:hover p{
    transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 1080px){
    .wrapper .filter-menu{
        justify-content: center;
    }
    .container .filter-items{
        justify-content: center;
    }
}
/*end of image*/
img{
		height:auto;
		width:100%;
}
.rightcolumn .card img{
	height:auto;
	width:100%;
	text-align:center;
}
.rightcolumn .card h2{
	color:black;
    font-size: 2rem;
	font-family: 'Oswald', cursive;
	text-align:center;
}
.rightcolumn .card h3{
	color:black;
    font-size: 1rem;
	font-family: 'Arial', cursive;
	font-weight: bolder;
	
}

.rightcolumn h2{
	color:black;
    font-size: 2rem;
	font-family: 'Oswald', cursive;
	text-align:center;
}
.rightcolumn .card .social a{ text-align:center;}
.social-media{
  list-style: none;
  display: flex;
} 
.social-media .icon{
  position: relative;
  display: block;
  width:70px;
  height:70px;
  background:#f1f1f1;
  margin:10px;
  overflow: hidden; 
  border-radius:10%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 15px -5px rgba(56,56,56,0.5);
  color:#2196f3;
}
.social-media .icon i{
  line-height: 70px;
  font-size: 1.8rem;
  transition:.2s linear;
}
.social-media .icon:hover i{
  transform:scale(1.2);
  color:#f1f1f1;
}
.social-media .icon:hover::before{
  animation:icons .7s 1;
  top:-10%;
  left:-10%;
}
.social-media .icon::before{
  content:'';
  position:absolute;
  width:120%;
  height:120%;
  background:#2196f3;
  transform:rotate(45deg);
  left:-110%;
  top:70%;
}

@keyframes icons{
  0%{
    left:-110%;
    top:90%;
  }
  50%{
    left:10%;
    top:-30%;
  }
  100%{
    left:-10%;
    top:-10%;
  }
}

/* social media nav*/
nav{
  position: fixed;
  width: 70px;
  margin-top: 150px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
}
nav li{
  height: 60px;
  position:relative;
}
nav li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
}
nav li:nth-child(1) a{
  background: #4267B2;
}
nav li:nth-child(2) a{
  background: #1DA1F2;
}
nav li:nth-child(3) a{
  background: #E1306C;
}
nav li:nth-child(4) a{
  background: #ff0000;
}
nav li a i{
  position:absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}
ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a:hover {
  z-index:1;
  width: 200px;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
ul li:hover a span{
  padding-left: 30%;
  display: block;
}
.card.da {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.card .da:hover {
    opacity: 0.7;
}

.card .da-facebook {
  background: #3B5998;
  color: white;
}

.card .da-twitter {
  background: #55ACEE;
  color: white;
}
.card .da-youtube {
  background: #bb0000;
  color: white;
}

.card .da-instagram {
  background: #125688;
  color: white;
}
/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

.footer h2{
  color:black;
    font-size: 1rem;
	font-family: 'Arial', sans-serif;
	text-align:center;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/*lightbox*/
.lightbox {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    max-width: 700px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 99;
}

.lightbox.show-lightbox {
    opacity:1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s ease;
}

.lightbox-header {
    padding-bottom: 0.8rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
	background-color:black;
}

.lightbox-header p {
    color: #fff;
    font-size: 1.2rem;
}

#close-lightbox {
    position: relative;
    cursor: pointer;
}

#close-lightbox::before{
    position: absolute;
    content: '';
    top: 0.8rem;
    right: 0;
    height: 3px;
    width: 20px;
    background:#fff;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}

#close-lightbox::after{
    position: absolute;
    content: '';
    top: 0.8rem;
    right: 0;
    height: 3px;
    width: 20px;
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}
