body{
    font-family: 'Gloria Hallelujah', cursive;
}    
.mainkenarduzelt{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
    margin: 40px auto 0 auto;
    background: linear-gradient(90deg, #4aa0dd 0%, transparent 20%, transparent 80%, #4aa0dd 100% ),linear-gradient(0deg, #4aa0dd 0%, transparent 20%, transparent 80%, #4aa0dd 100% ), url(../assets/images/grup.webp);
    z-index: 100;
    font-size: 50px;
    top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainkenarduzelt img{
    width: 30%;
    user-select: none;    
}

.divnotice{
    display: inline-block;
    position: fixed;
    background:  white;
    color: #4aa0dd;
    padding: 20px;
    text-align: center;
    z-index: 2000;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #4aa0dd;
}
.divblue{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, #4aa0dd 0%, transparent 10%, transparent 90%, #4aa0dd 100% ),linear-gradient(0deg, #4aa0dd 0%, transparent 10%, transparent 90%, #4aa0dd 100% );
}

.divreadblog{
    display: inline-block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34,121,189,0.9);
    text-align: center;
    transform: scale(0);
    transition: all 0.3s;
}
#divblog{
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 100px 0 0 0;
    left: 12%;
    border: thin solid rgba(13,84,140,1.00);
    background-color: rgba(34,121,189,1);
    color: white;
}

@media only screen and (min-width:769px){
    #divblog{ width: 60%; left: 12%; height: 600px;}
    .divcookie{ width: 30%; top: 30%; left: 40%;}
    .divnotice{width: 30%; top: 30%; left: 40%;}
    
}
@media only screen and (max-width:768px){
    #divblog{ width: 90%; left: 0%;height: 500px; }
    .divcookie{ width: 80%; top: 30%; left: 10%;}
    .divnotice{width: 80%; top: 30%; left: 10%;}
}

.divcookie{
    display: inline-block;
    position: fixed;
    background:  white;
    color: #4aa0dd;
    padding: 20px;
    text-align: center;
    z-index: 2000;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #4aa0dd;
}
.divsearch{
    display: inline-block; position: absolute; right: 0;
    border-radius: 50%;
    cursor: pointer;
}
.divrate{
     display: inline-block; 
    position: absolute; 
    right: 20px;
}
.divrate img{
    width: 20px; 
}
.divrate img:hover{
    transform: scale(1.1);
}

.divhappy{
  display: inline-block;
  position: fixed;
  padding: 20px;
  text-align: center;
  left: 150%;
  width: 380px;
  transition: all 1s;
  z-index: 5000;
  border-radius: 10px;
  text-shadow: 0 10px 10px rgba(25,0,191,1.00);
  font-weight: bold;
  font-size: 60px;
}
#iddivhappy1{ top: 60px; }
#iddivhappy2{ top: 160px; }
#iddivhappy3{ top: 260px; }

.leftbd{
  display: inline-block;
  width: 20%;
  position: fixed;
  z-index: 50005;
  left: -10px;
  bottom: -10px;
}
.rightbd{
  display: inline-block;
  width: 20%;
  position: fixed;
  z-index: 50005;
  right: -10px;
  bottom: -10px;
  transform: rotateY(180deg);
}
.middlebd{
  display: inline-block;
  width: 20%;
  position: fixed;
  z-index: 50005;
  left: calc(50% - 10%);
  bottom: -10px;
  transform: rotateY(180deg);
}
