@font-face{
    font-family: font;
    src: url("img/font.ttf");
}

body{
    font-family: font;
    padding: 0 ;
    margin: 0 0 65px 0;
}

a{
    text-decoration: none;
}

.shdw{
    box-shadow: 0 5px 15px #000;
    display: none;
    margin: 0 15px 15px 15px;
}

.container h3{
    background: #0070C0;
    color: #fff;
    padding: 5px 3px 0 10px;
    box-sizing: border-box;    
    margin-bottom: 0;
}

.post{
    background: #ffffff;
    padding: 15px 15px 15px 25px;
    box-sizing: border-box;
}

.post p{
    white-space: pre-line;
    margin: 0;
    padding: 15px;
    text-align: justify;
}

.box{
    position: relative;
    width: 300px;
    border: 1px solid #ddd;
    height: 150px;    
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    background: blue;
}

.box h4{
    position: absolute;
    bottom: 0;left: 0;
    margin: 0;
    width: 100%;
    color: #fff;
}

.box img{
    width: 100%;
}

.logo{
    text-align: center;
    padding-top: 10%;
}

#logo{
    width: 55%;
    transition: 0.4s;
}

#logo:hover{
    transform: scale(1.1);
}

.bg{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -99;
    opacity: 0.3;
}

.ust-bar{
    position: sticky;
    top: 0;
    left: 0;
    padding: 3px 3px 0 5px;
    background: #ffffffa8;
    box-sizing: border-box;
    z-index: 1;
    border-bottom: 1px solid #ac91ac;
}

.sol{
    float: left
}

.sag{
    float: right;
}

.dil{    
    width: 35px;
}

.menu{    
    font-size: 35px;
    cursor: pointer;
    font-weight: bold;
    margin:5px 20px 0 10px;
}

.menu-bar{
    display: none;
    position: absolute;
    top: 0;left: 0;
    width: 250px; height: 100%;
    border-right: 1px solid #ddd;
    padding: 10px 15px 0 10px;
    z-index: 5;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100vh;
}

.menu-bar a{
    display: block;    
    font-size: 16px;
    color: #fff;
    transition: 0.2s;
}

.menu-bar a:hover{
    background: #ddd;
    color: #000;
    font-weight: bold;      
}

.mu{
    padding: 0 0 0 15px;
}
.ma{
    padding: 0 0 0 35px;
}

.col{
    white-space: pre-line;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.close{
    position: absolute;
    right: 5px; top: 5px;
    z-index: 1; color: #fff;
    cursor: pointer;
    font-size: 25px;
}

.galeri{
    width: auto;
    text-align: center;
}

.galeri img{
    width: 250px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.resim{
    width:100%;
}

.alt-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 5px 0 5px;
    border-top: 1px solid #ddd;
    background: #ffffff;
    z-index: 1;
    box-sizing: border-box;
}

.alt-bar img{
    width: 25px;
    margin-right: 5px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}