@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{font-family: 'Roboto', sans-serif;}
body{box-sizing: border-box; margin: 0; padding: 0; background-color: #ebecec;}
ul{list-style: none; margin: 0;; padding: 0;}
a{text-decoration: none;}
.flex{display: flex; justify-content: center;}
.pixel{width: 800px;}
.space{height: 70px;}

.navbar{height: 100px;margin-top: 60px}
.navbar-container{display: flex; align-items: center; justify-content: space-around;}
.menu-bar-image{width: 50px; height: 50px; border-radius: 50%; background-color: #1b75bb; display: flex; justify-content: center; align-items: center;}
.menu-bar-image img{width: 60%;}
.logo{width: 180px;}
.logo img{width: 100%;}
.menu-notification-image{width: 50px; height: 50px; border-radius: 50%; background-color: #1b75bb; display: flex; justify-content: center; align-items: center;}
.menu-notification-image img{width: 60%;}


.form{margin-top: 55px;}
.form-bottom{display: flex; justify-content: center;align-items: center; width: 100%;transform: translateY(25px)}
.form-in{
    width: 400px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 2px;
    padding: 70px 20px;
    border-radius: 10px;
    background: #1b75bb;
    background-image: url(https://bolgevinc.com.tr/images/bg-2.png);
    background-position: bottom;
    background-size: 115%;
    background-blend-mode: darken;
}
form{
}
.form-group{display: flex; align-items: center;}
.form-group input{
    width: 84%;
    height: 50px;
    margin: 10px 0 10px 10px;
    background: transparent;
    border: 2px solid white;
    outline: none;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    padding: 0 5px;
}
.form-group input::placeholder{
    color: white;

}
.form-group .form-icon{width: 50px; height: 50px; display: flex;justify-content: center;align-items: center; background-color: #fcfcfc;border-radius: 50%}
.form-group .form-icon i{color: #5b5b5b;}
.form-buttons{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.form-buttons .btn{
    width: 50%;
    height: 40px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    font-style: italic;
}
.form-buttons .btn.red{
    background: #fcfcfc;
    color: #5a5a5a;
    border-radius: 20px;
    height: 50px;
}
.form-buttons .btn.white{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #333;
    border-radius: 20px;
    padding: 5px;
}
.pass h1{font-size: 15px; color: #5b5b5b; font-weight: 400;}
.remember{
    display: flex;
    align-items: center;
}
.remember label{font-size: 15px; margin-left: 4px; color: #5b5b5b;}
.remember input{margin: 0;}

.circle{margin-top: 60px; }
.circle-container{
    display: flex;
    border-radius:20px;
    border: 2px solid #c8161d;
    background-color: #e4e4e4;
    overflow: scroll;
    justify-content: start;
    align-items: center;
}
.circle-container::-webkit-scrollbar{
    display: none;
}
.circle-image{
    border: 2px solid #ed1b24;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 10px;
}
.circle-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup-image {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.pc{display: flex; position: fixed}
.yan-menu{
    top: 0;
    left: -100vh;
    width: 350px;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    height: 100vh;
    transition: 0.5s cubic-bezier(
            .04,-0.03,.83,.67
    );
    display: flex;
    justify-content: start;
    overflow: hidden;
}
.yan-menu-bg{
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 1.3em;
    height: 100vh;
}
.yan-ul li {border-top: 1px solid #8b8b8b;}
.yan-menu-open{left: 0;}
#menu-btn-second{cursor: pointer;}
#menu-btn-second2{cursor: pointer;}
.yan-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    position: relative;
}
.yan-nav h1{font-size: 18px;font-weight: 500;color: #B50B10;margin-left: 40px;}
.yan-nav i{color: #ed1c24;font-size: 20px;}
.yan-menu ul{
    display: flex;
    padding: 20px 0px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    overflow: auto;
    max-height: 87vh;
}
#menu-btn-second2{display: none}
.yan-menu ul::-webkit-scrollbar {
    display: none;
}
.yan-menu ul li{
    width: 100%;
    margin: 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}
.yan-menu ul li a{color: #fff;display: flex;justify-content: space-between;width: 100%;align-items: center}
.yan-flex {
    display: flex;
    align-items: center;
    padding: 3px 0;
}
.yan-menu ul li .yan-flex i {
    color: #ed1c24;
    margin: 0 10px;
    width: 20px;
}
.yan-menu ul li i {
    color: #8b8b8b;
    font-size: 15px;
}
.yan-flex h2 {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 500;
}
.fast-menu{display: none;}

@media (max-width:500px){
    .form-buttons .btn.red{height: 45px}
    .navbar{margin-top: 40px}
    .pixel{width: 92%;}
    .form{margin-top: 30px;}
    .form-in{padding: 70px 20px;}
    .form-group input{height: 45px;width: 78%}
    .form-bottom{transform: translateY(15px);}
    .form-group .form-icon{width: 45px; height: 46px;}
    .circle{margin-top: 40px;}
    .circle-image{width: 70px; height: 70px;}
    .circle-image img{width: 70px; height: 70px;}
    .circle-container{
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #B50B10;
        border-top: 2px solid #B50B10;
    }
    .form-buttons .btn.white{padding: 2px}
    .yan-menu{width: 100%;}
    .yan-menu-bg{width: 100%;}
    .yan-nav a#menu-btn-second2{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        position: absolute;
        left: 10px;
    }
    .fast-menu{
        display: flex;
        position: fixed;
        bottom: 5px;
        padding: 30px 0;
        border-top-right-radius: 35px;
        border-top-left-radius: 35px;
        flex-wrap: wrap;
        z-index: 1;
        width: 100%;
        justify-content: center;
        transition: 0.5s ease-in-out;
    }
    .fast-menu.active{z-index: 1;background: #000000ba;}
    .fast-menu-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .fast-card{
        width: 70px;
        height: 70px;
        margin: 5px;
        background-color: #5e5e5e;
        border-radius: 15px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s ease-in-out;
    }
    .fast-card.active{
        opacity: 1;
        visibility: initial;
        transition: 0.5s ease-in-out;
        margin-bottom: 50px;
        position: relative;
    }
    .fast-red{
        width: 75px;
        height: 75px;
        padding: 3px;
        position: relative;
        z-index: 1000;
    }
    .fast-icon{
        width: 100%;
        height: 100%;
        transform: translateY(30px);
    }
    .fast-icon img{width: 100%;height: 45%; object-fit: contain;}
    .fast-icon h1{
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        color: white;
        font-style: italic;
        text-align: center;
    }
    .fast-border{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96%;
        height: 96%;
        border: 1px solid white;
        border-radius: 15px;
    }
    .fast-card a h1{
        color: white;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.1;
        text-align: center;
        position: absolute;
        left: 0;
        top: 92%;
    }
    .bottom-line{
        width: 100%;
        position: fixed;
        height: 110px;
        background-position: bottom;
        z-index: 2;
        bottom: 0;
        background-image: url(../images/bottom-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width:405px){
    .fast-card{width: 60px;height: 60px;}
    .fast-red{width: 65px;height: 65px;}
    .fast-icon h1{font-size: 12px;}
}
@media (max-width:355px){
    .fast-card{width: 55px;height: 55px;}
    .fast-red{width: 55px;height: 55px;}
    .fast-icon h1{font-size: 11px;}
}
