﻿@import url('https://fonts.googleapis.com/css2?family=Kurale&display=swap');

body {
   
   
}

.head {
    border: 0px solid darkgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    border-radius: 10px;
    padding: 10px;
}

.headi {
    border: 0px solid darkgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#buz {
    height: 150px;
    width: 150px;
    border: 0px solid gray;
    border-radius: 10px;
    margin: 15px;
}

#buz1 {
    height: 150px;
    width: 150px;
    border: 0px solid gray;
    border-radius: 10px;
    margin: 15px;
}

#buz2 {
    height: 200px;
    width: 150px;
    border: 0px solid gray;
    border-radius: 10px;
    margin: 15px;
}
.imga {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgbtn{
    width:100%;
    height:100%;
    object-fit:contain;
}
.cover {
    border: 0px solid darkgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-size: 100% 100%;
    border-radius: 5px;
    border: 0.3px solid white;
   
}

.coverin {
    height: 100px;
    width: 250px;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 10px;
    background-color: #eeecec;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: contain;
    border-radius: 5px;
    font-size: 20px;
    position: relative;
    transition: 1s;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    border: 1px solid darkgrey;
    padding:15px;
   
 
}

    .btn .circle {
        width: 5px;
        height: 5px;
        background: transparent;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 50%;
        overflow: hidden;
        transition: 500ms;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    background: transparent;
    border: 3px outset black;
    padding: 30px;
    background-color: #fde8d2;
    color:black;
}
a {
    color: black;
  
}

    a:hover {
        color: black;
        font-weight: bolder;
        text-decoration: none;
    }

.btn:hover .circle {
    height: 50px;
    width: 100%;
    left: 0;
    border-radius: 30px;
    border-bottom: 5px solid black;
}

.bodi {
    animation: beat 1s infinite alternate;
    transform-origin: center;
    border-radius: 100%;
}

.heart-background {
}

.baslik{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    margin-top:3px;
}
.bas {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border: 2px solid #355ab4;
   
    padding:10px;
    margin:3px;
    border-radius:4px;

}
@keyframes beat {
    to {
        transform: scale(1.2);
    }
}
@media screen and (max-width: 1000px) {
    .coverin {
        width: 350px;
    }
}