@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital@1&display=swap');

html,
body {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.form-signin {
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 10px 30px;
    margin: auto;
    background-color: #fdfdfd;
    opacity: 74%;
    border-radius: 12px;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.flxelog {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
}

.logfs {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 0;
}

.log-l {
    width: 46.5%;
    height: 100%;
    /*margin-top:25px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.log-r {
    background-image: linear-gradient(85deg, rgba(55, 55, 225, 0.85), rgba(75, 75, 150, 0.70));
    width: 53.5%;
    height: 100%;
    box-shadow: 3px 3px 3px 6px rgba(35, 35, 135, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.log-card {
    position: relative;
    background-color: rgba(250, 250, 250, 0.25);
    width: 500px;
    height: auto;
    min-height: 364px;
    box-sizing: border-box;
    padding: 30px 50px 70px 50px;
    border-radius: 28px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: flex-start;
    align-items: center;
}

.card-head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

    .card-head button {
        width: 96px;
        height: 32px;
        border-radius: 12px;
        color: rgba(40, 40, 185, 0.70);
        background-color: white;
        border: 1px solid rgba(70, 70, 200, 0.5);
        box-shadow: 1px 2px 2px 2px rgba(70, 70, 160, 0.37);
        font-size: 16px;
        font-weight: 400;
        transition: all 300ms ease-in-out;
    }

        .card-head button:hover {
            transform: scale(1.075);
        }

.log-card .card-head h2 {
    margin: 0;
    font-size: 32px;
    color: rgba(60, 40, 240, 0.8);
    text-shadow: 1px 1px 2px rgba(100, 50, 200, 0.5);
    font-family: 'Bai Jamjuree', sans-serif;
    /*background: -webkit-linear-gradient(125deg, rgba(65, 25, 135, 0.75), rgb(75, 35, 185));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.log-card form {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

    .log-card form input {
        box-sizing: border-box;
        width: 100%;
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

    .log-card form input:nth-child(2) {
        padding: 10px 40px 10px 20px;
    }

        .log-card form input::placeholder {
            color: #ddd;
        }

    .log-card form .flx-c .sumbit-flx {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        margin-top: 10px;
    }

        .log-card form .flx-c .sumbit-flx div {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .log-card form .flx-c .sumbit-flx div input {
                width: auto;
                height: 20px;
            }

            .log-card form .flx-c .sumbit-flx div label {
                font-size: 14px;
                font-weight: 300;
            }

        .log-card form .flx-c .sumbit-flx button {
            width: 100%;
            padding: 6px 0;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Bai Jamjuree', sans-serif;
            color: white;
            background-image: linear-gradient(85deg, rgba(40, 40, 185, 0.70), rgba(35, 35, 235, 0.85));
            border: 1px solid rgba(70, 70, 200, 0.5);
            box-shadow: 1px 2px 2px 2px rgb(70 70 160 / 37%);
            transition: all 370ms ease-in-out;
            cursor: pointer;
        }

            .log-card form .flx-c .sumbit-flx button:hover {
                transform: scale(1.025);
            }

.flx-c {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

    .flx-c a {
        color: rgb(40, 40, 185);
        text-decoration: none;
        margin: 0;
        padding: 0 0 0 4px;
        font-size: 14px;
        font-weight: 300;
    }

.fa-eye {
    cursor: pointer;
    position: absolute;
    align-self: flex-end;
    bottom: 30px;
    right: 15px;
    color: rgb(40, 40, 185);
    transition: all 200ms ease-in-out;
    opacity: 100%;
    z-index: 100;
}

    .fa-eye.close {
        opacity: 0%;
        z-index: 10;
    }

.fa-eye-slash {
    cursor: pointer;
    position: relative;
    position: absolute;
    align-self: flex-end;
    bottom: 30px;
    right: 15px;
    color: rgb(40, 40, 185);
    transition: all 200ms ease-in-out;
    opacity: 0%;
    z-index: 10;
}

    .fa-eye-slash.open {
        opacity: 100%;
        z-index: 100;
    }

.home-slider {
    width: 500px !important;
}

    .home-slider div img {
        width: 450px !important;
    }

.owl-dot span {
    background-color: #fff !important;
}

.owl-dot.active span {
    background-color: #333 !important;
}

#dark-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}

    #dark-bg.open {
        display: flex;
        animation: opacity 0.37s ease-in-out;
    }

#register-card {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 280px;
    height: 380px;
    padding: 90px 90px 70px 90px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 37px;
    background-color: white;
    z-index: 101;
}

    #register-card.open {
        display: flex;
        animation: opacity 0.37s ease-in-out;
    }

#reg-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
}

    #reg-close.open {
        display: none;
    }

.reg-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgb(80, 40, 165);
    background-color: rgba(80, 40, 165, 0.07);
    box-shadow: 1px 1px 1px 1px rgba(70, 70, 160, 0.25);
    font-size: 16px;
}

    .reg-input::placeholder {
        color: rgb(80, 40, 165);
        opacity: 0.7;
    }

.reg-under {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    margin-top: 16px;
}

#reg-but {
    width: 144px;
    height: 34px;
    border-radius: 16px;
    font-weight: 300;
    font-size: 18px;
    color: white;
    background-image: linear-gradient(85deg, rgba(40, 40, 185, 0.70), rgba(35, 35, 235, 0.85));
    border: 1px solid rgba(70, 70, 200, 0.5);
    box-shadow: 1px 2px 2px 2px rgba(70, 70, 160, 0.37);
    transition: all 400ms ease-in-out;
    align-self: center;
}

    #reg-but:hover {
        transform: scale(1.05);
    }

.reg-check {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    right: 16px;
}

.ortak-pazar {
    position: absolute;
    top: 10px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    z-index: 200;
}

.op-name {
    font-size: 34px;
    /*font-family: 'Lobster', cursive;*/
    cursor: pointer;
    text-decoration: none;
    color: rgba(100, 75, 175, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    border-radius: 50%;
    width: 90px;
    height: auto;
    z-index: 300;
    transition: all 370ms ease-in-out;
    cursor: pointer;
}

.camlica-logo {
    transition: all 370ms ease-in-out
}

    .camlica-logo:hover {
        transform: rotate(360deg) scale(1.1) !important;
    }

.logos {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 100;
    cursor: pointer;
}

    .logos img {
        width: 40px;
        height: auto;
        transition: all 200ms ease-in-out;
    }

        .logos img:hover {
            transform: scale(1.1);
        }


.img-descrip {
    text-align: center;
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
    color: white;
    font-family: 'Raleway', sans-serif;
}

@keyframes opacity {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    body {
        height: auto;
        width: auto;
    }

    .ortak-pazar {
        top: 0;
        left: 0;
        margin-left: 0;
    }

    .log-card {
    }

    .logfs {
        /*height: auto;*/
        min-height: 100vh;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 20px;
    }

    .log-r {
        width: 100%;
        height: auto;
        /* display: none; */
    }

    .myContainer {
        width: 100%;
        height: 360px;
    }

    .mycards {
        width: 320px;
        height: 320px;
    }

    .log-l {
        width: 100%;
        margin-top: 0;
    }

    .btn-flx {
        width: 220px;
    }

    .log-card {
        border: none;
        background-color: transparent;
    }

    .logos {
        padding: 0;
    }

    .op-name {
        font-size: 32px;
    }

    .logo {
        border-radius: 50%;
        width: 84px;
    }
}

@media only screen and (max-width: 1000px) {
    .log-card {
        margin-top: 20px;
    }

    .op-name {
        font-size: 30px;
    }

    .logo {
        border-radius: 50%;
        width: 80px;
    }

    .logfs {
        margin-top: 0px;
    }

    .ortak-pazar {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .logfs {
        gap: 20px;
    }

    .log-card {
        margin-top: 0;
        padding: 10px;
        margin: 0 20px !important;
        width: 290px;
        padding: 0;
    }

        .log-card form input {
            padding: 10px 20px;
        }

    .ortak-pazar {
        display: none;
    }

    .log-l {
        width: 100%;
        height: 100%;
        min-height: 500px;
    }

    .log-r {
        width: 100%;
        height: 100%;
        min-height: 370px;
    }

    .fa-eye {
        left: 255px;
    }

    .fa-eye-slash {
        left: 255px;
    }

    #register-card {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 0;
    }

    .reg-input {
        width: 250px;
    }

    #reg-close.open {
        display: block;
    }

    .home-slider {
        width: 320px !important;
    }

        .home-slider div img {
            width: 240px !important;
        }
}

@media only screen and (max-height: 760px) {
    .log-card {
        border: none;
    }
}

@media only screen and (max-height: 700px) {
    .ortak-pazar {
        display: none;
    }
}

@media only screen and (max-height: 600px) {
    .logfs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .log-r {
        display: none;
    }

    .ortak-pazar {
        display: none;
    }
}
