/* URUNLER SETTİNGS */

* {
    color: #282828;
    font-family: "Roboto", sans-serif;
}

/* SECTION BREADCRUMB */

#sectionBreadCrumb {
    width: 100%;
    height: 38px;
    background-color: #efefef;
}

#sectionBreadCrumb * {
    height: 100%;
}

#sectionBreadCrumb p {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

/* SECTION HEADER */

.sectionHeader {
    padding-top: 50px;
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
}

.sectionHeader hr {
    width: 75%;
    height: 4px;
    color: #fdc300;
    margin: 0;
    margin-top: 11px;
    opacity: 1;
}

.sectionHeader p {
    text-align: center;
}

/* LOGIN */
#logIn {
    justify-content: center;
    display: flex;
    margin-top: 70px;
}

.column-position {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.container-margin {
    margin-top: 17px;
    margin-bottom: 100px;
}

.log-in-start {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    height: 42px;
    margin-bottom: 10px;
}

.logIn-start-text {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.log-in-menu {
    border: 1px solid #cccccc;
    height: 243px;
}

.menu-login {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 243px;
    width: 50%;
}

.menu-buttons {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    height: 243px;
    width: 50%;
    border-left: 0px solid #cccccc;
}

/*login Form*/
input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
    height: 44px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 1px;
    border-bottom: 2px solid black;
}

.green-login {
    background-color: #128d22;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 42px;
    border-radius: 5px;
}

.green-login:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.container {
    padding: 16px;
}

span.psw {
    float: left;
    padding-top: 8px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

span.sing-in-text {
    float: right;
    padding-top: 8px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.menu-buttons-text p {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #414141;
    font-weight: 400;
    padding: 12px 0px 12px 0px;
}

.red-singin {
    background-color: #e52420;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.red-singin:hover {
    opacity: 0.8;
    color: white;
}

.black-continue {
    background-color: #282828;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.black-continue:hover {
    opacity: 0.8;
    color: white;
}

.width-860 {
    width: 860px;
}

.width-600 {
    width: 600px;
}

@media screen and (max-width: 992px) {
    .width-860 {
        width: 100%;
    }
    .menu-buttons {
        width: 100%;
    }
    .menu-buttons {
        margin-top: 20px;
    }
    .menu-login {
        width: 100%;
    }
}

/* FUTURE */

.futureHeader {
    font-size: 18px;
    font-weight: bold;
}

.futureText {
    font-size: 14px;
}

/* FUTURE DOWN */

#sectionFutureDown {
    padding-top: 37px;
    padding-bottom: 64px;
    height: auto;
    width: 100%;
}

#sectionFutureDown .futureImage {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

#sectionFutureDown .futureImage img {
    width: 100%;
}

.futureImage img {
    width: 80px;
}

.futureDownSlider {
    width: 100%;
    height: 100%;
}

.futureDownSlider .swiper-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 279px;
    padding-right: 20px;
    box-sizing: border-box;
}

.futureDown-context {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Swiper js */

.swiper-pagination-comment {
    filter: grayscale(1) brightness(0);
    transform: scale(1.4);
    white-space: nowrap;
}

.swiper-pagination-lastikBlog {
    filter: grayscale(1) brightness(0);
    transform: scale(1.4);
    white-space: nowrap;
}

.swiper-button-next:focus {
    border: none;
    outline: none;
}

.swiper-button-prev:focus {
    border: none;
    outline: none;
}

/* Responsive */

/* SIFREMI UNUTTUM */

.info {
    font-size: 14px;
    font-weight: bold;
    color: #414141;
}

.wait {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.reset-button {
    width: 35%;
    /* float: right; */
}

/* .reset-button:last-child{
    margin-bottom: 15px;
} */

.reset-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
