﻿@import url('https://fonts.googleapis.com/css2?family=Kurale&display=swap');

body {
   /*     background-color:darkblue;*/
    /*background-image: url('../Background/ar.jpg');*/
    background-size: 100% 100%;
}

.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;
    /*background-image: url('../Background/blue.jpg');*/
   /* background-image: linear-gradient(to right top, #1006c8, #0016a4, #00187f, #00165b, #061037, #061037, #061036, #061036, #001659, #00187d, #0015a1, #0d04c4);*/
}

.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: #fbe3e2;
}

.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 pink;
    background-color: #fbe3e2;
    font-family: 'Fleur De Leah', cursive;
    font-family: 'Kurale', serif;
}


    .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 red;
    padding:30px;
    background-color:lightpink;
   
}

a {
    color: black;
}

    a:hover {
        color: darkblue;
        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;
    color: white;
    padding:10px;
    margin:3px;
    border-radius:4px;

}
@keyframes beat {
    to {
        transform: scale(1.2);
    }
}
@media screen and (max-width: 1000px) {
    .coverin {
        width: 350px;
    }

   
}
