/* navbar başlangıç */

@import url('//fonts.cdnfonts.com/css/billabong');
body {
    background: #fafafa;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input,
textarea,
select {
    outline: none;
    /* Varsayılan mavi outline'ı kaldırır */
    transition: border-color 0.3s ease;
    /* Daha yumuşak geçiş */
}

main {
    font-family: system-ui, sans-serif;
    margin-block-start: 10rem;
    text-align: center;
}

.navigation {
    background-color: #ffffff;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 50px;
    box-sizing: border-box;
    z-index: 2;
    /* aniimasyon yeri */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.fade-in-image {
    animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.laynee {
    display: none;
}

.shrink {
    height: 50px;
}

.navigation .logo a {
    position: relative;
    color: #000000;
    font-size: 30px;
    font-family: "billabong", sans-serif;
    text-decoration: none;
}

.navigation-search-container {
    position: relative;
}

.navigation-search-container input {
    background-color: #fafafa;
    padding: 3px 20px;
    padding-left: 25px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.0975);
    border-radius: 3px;
    font-size: 14px;
}

.navigation-search-container .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 120px) and (max-width: 650px) {
    /* Navigation */
    .navigation {
        padding: 0 20px;
        justify-content: space-between;
    }
    .navigation-search-container {
        display: flex;
    }
    .navigation-icons {
        display: flex;
    }
    .laynee {
        display: flex;
        width: 30px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 6530px) {
    .navigation-search-container {
        position: fixed;
        margin-left: -440px;
        float: left;
    }
    body {
        max-width: 600px;
        margin: 0 auto;
    }
}

.navigation-icons {
    display: flex;
}

.navigation-search-container input:focus {
    outline: none;
}

.navigation-search-container input::placeholder {
    text-align: center;
}

.navigation-icons a {
    text-decoration: none;
}

.navigation-link i {
    margin-left: 30px;
    color: black;
    text-decoration: none;
    font-size: 22px;
}

.notification-bubble-wrapper {
    position: relative;
    top: -30px;
    left: 17px;
}

.notification-bubble {
    position: absolute;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    background: #ff2c74;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 5px 5px 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    display: none;
}

.notification-bubble {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* navbar bitişi */

/* main başlangıç */

* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
}

.hh p {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 19px;
    max-width: 380px;
    text-align: left;
}

.hh {
    font-size: 19px;
}

.uuu {
    text-align: left;
    margin-left: 20px;
    margin-top: -10px;
    object-fit: cover;
    overflow: hidden;
}

.uuu img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
}

.uu {
    padding: 1px;
}

.uu h3 {
    margin-left: 20px;
    margin-top: -50px;
    text-align: center;
    color: #626262;
    padding-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}

.dd {
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 6px;
    border-radius: 6px;
}

.vv {
    text-align: center;
    margin-top: 30px;
}

.aa {
    padding: 1px;
    margin-top: 40px;
}

.lll {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
}

/* form başlangıç stiller ------------------------------- */





/* M A S K O T */





/* Loading Styles */

.loading {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    /* Loading animasyonunun beyaz olması için */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Button remains the same */

/* Button remains the same */

.giris-yap-buton {
    display: inline-flex;
    align-items: center;
    padding: 13px 40px;
    background-color: #ff0050;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
    transition: background-color 0.3s;
}

/* Responsive styling for small screens (smartphones) */

@media (max-width: 768px) {
    .giris-yap-buton {
        padding: 13px 40px;
        /* Less padding on smaller screens */
        font-size: 16px;
        /* Slightly smaller text */
        margin-left: 20px;
        /* Adjust the margin */
        margin-top: 20px;
        /* Adjust the margin */
        /* Make the button take full width */
        float: left;
        /* Remove float on smaller screens */
        /* Make the button block-level element */
    }
}

/* For very small screens (e.g., smaller smartphones) */

@media (max-width: 480px) {
    .giris-yap-buton {
        padding: 13px 40px;
        /* Further reduced padding */
        font-size: 16px;
        /* Smaller font size for very small screens */
    }
}

.giris-yap-buton:disabled {
    background-color: #f00852;
    cursor: not-allowed;
}

.am {
    background-color: #e0005d;
    text-align: center;
    text-decoration: none;
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7.9px 32px;
    border-radius: 40px;
    outline: none;
    display: flex;
    float: left;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 13.2px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    outline: none !important;
}

.group {
    display: flex;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 30px;
    align-items: center;
    position: relative;
    max-width: 250px;
}

.input {
    width: 100%;
    height: 45px;
    line-height: 30px;
    padding: 0px;
    padding-left: 3rem;
    border: 1px solid #999999;
    border-radius: 10px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
    font-size: 18px;
}

.input::placeholder {
    color: #94a3b8;
}

.input:focus,
input:hover {
    outline: none;
    border-color: #ff0050;
    background-color: #fff;
}

.icon {
    position: absolute;
    left: 1rem;
    fill: none;
    width: 1rem;
    height: 1rem;
}

/*main bitişi*/

/*footer başlangıç*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

footer#site-footer {
    margin: 0 auto;
    width: 100%;
    background: #000000;
    padding: 1rem;
    color: #ffffff;
}

footer#site-footer a {
    color: #ffffff;
}

footer#site-footer a:hover {
    color: #ffffff;
}

footer#site-footer h1 {
    color: #ffffff;
}

footer#site-footer section.horizontal-footer-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2.38rem 2rem;
}

footer#site-footer section.horizontal-footer-section#footer-top-section {
    justify-content: center;
}

footer#site-footer #footer-logo {
    margin-right: auto;
    flex-shrink: 0;
}

footer#site-footer #footer-logo img {
    width: 70px;
}

footer#site-footer ul#footer-top-menu {
    padding: 0;
    margin: 0;
}

footer#site-footer .footer-column-menu li {
    list-style-type: none;
    margin-bottom: 0.68rem;
    font-size: 0.88rem;
    border-bottom: none;
    /* Alt çizgiyi kaldır */
}

footer#site-footer .footer-column-menu li a {
    text-decoration: none;
    /* Bağlantı altındaki çizgiyi kaldır */
}

footer#site-footer .footer-top-menu-item-active {
    position: relative;
}

footer#site-footer .footer-top-menu-item-active a {
    color: #ffffff;
}

footer#site-footer .footer-top-menu-item-active a:hover {
    color: #ffffff;
}

footer#site-footer .footer-top-menu-item-active::before {
    content: "";
    background: #1c1e21;
    padding: 0.15rem 0;
    width: 100%;
    position: absolute;
    top: 1.68em;
}

footer#site-footer .footer-top-menu-item-active:hover::before {
    background: #1c1e21;
    transition-duration: 0.6s;
}

footer#site-footer #footer-buttons-container {
    margin-left: auto;
    flex-shrink: 0;
}

footer#site-footer a.footer-button {
    background: transparent;
    border: 0.15rem solid #912525;
    border-radius: 1.38rem;
    padding: 0.5rem 1rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

footer#site-footer a.footer-button:hover {
    border-color: #b32020;
}

footer#site-footer section.horizontal-footer-section#footer-middle-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

footer#site-footer .footer-columns {
    flex-basis: 18%;
    padding-right: 1rem;
}

footer#site-footer .footer-columns-large {
    flex-basis: 46%;
    padding-right: 2rem;
}

footer#site-footer .footer-columns h1 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#site-footer .footer-columns {
    margin-bottom: 0 !important;
}

footer#site-footer .footer-columns.footer-columns-large h1 {
    font-size: 1.28rem;
    margin-top: 3rem;
    margin-bottom: 0rem !important;
}

footer#site-footer .footer-columns.footer-columns-large h1:first-child {
    margin-top: 0;
}

footer#site-footer ul.footer-column-menu {
    margin: 0;
    padding: 0;
}

footer#site-footer ul.footer-column-menu li {
    list-style-type: none;
    margin-bottom: 0.68rem;
    font-size: 0.88rem;
}

footer#site-footer #footer-about address {
    font-style: normal;
    font-weight: bold;
}

footer#site-footer #footer-about address p img {
    margin-right: 0.68rem;
}

footer#site-footer #footer-about a.footer-button {
    margin-top: 0.32rem;
}

footer#site-footer section.horizontal-footer-section#footer-bottom-section {
    padding: 1.32rem 0;
    margin: 2rem 2rem 1.32rem 2rem;
    border-top: 0.05rem solid #ffffff;
}

footer#site-footer #footer-social-buttons {
    justify-self: flex-end;
    margin-left: auto;
}

footer#site-footer #footer-social-buttons img {
    margin-left: 0.68rem;
}

footer#site-footer #footer-social-buttons i mg:hover {
    cursor: pointer;
}

footer#site-footer .footer-columns h1 i {
    display: none;
}

@media screen and (max-width: 959px) {
    footer#site-footer {
        width: 100%;
    }
    footer#site-footer section.horizontal-footer-section {
        flex-direction: column;
        flex-wrap: wrap;
    }
    footer#site-footer section.horizontal-footer-section div {
        flex-basis: 100%;
        width: 100%;
    }
    footer#site-footer ul li {
        display: block !important;
        padding: 1em !important;
        border-bottom: none;
        border-left: none;
        border-right: none;
        font-size: 1.15rem !important;
    }
    footer#site-footer ul li:first-child {
        border-top: none;
    }
    footer#site-footer a.footer-button {
        display: block;
        text-align: center;
        max-width: 350px;
        margin: 0.32rem auto;
    }
    footer#site-footer section.horizontal-footer-section#footer-top-section div {
        margin-top: 0;
        margin-bottom: 1.68rem;
    }
    footer#site-footer #footer-logo {
        margin-right: 0;
    }
    footer#site-footer #footer-buttons-container {
        margin-left: 0;
    }
    footer#site-footer ul#footer-top-menu {
        width: 100%;
        margin: 2rem 0 0 0;
    }
    footer#site-footer .footer-top-menu-item-active::before {
        display: none;
    }
    footer#site-footer #footer-about {
        margin-bottom: 3rem;
    }
    footer#site-footer .footer-columns-large,
    footer#site-footer .footer-columns {
        padding-right: 0;
    }
    footer#site-footer .footer-columns {
        margin-top: 0;
        margin-bottom: 4rem;
    }
    footer#site-footer .footer-columns:last-child {
        margin-bottom: 0;
    }
    footer#site-footer .footer-columns h1 {
        text-align: left;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 0.15rem;
    }
    footer#site-footer ul.footer-column-menu li {
        margin-bottom: 0;
        display: block;
        text-align: center;
    }
    footer#site-footer section#footer-bottom-section div {
        text-align: center;
    }
    footer#site-footer section.horizontal-footer-section#footer-bottom-section {
        margin: 1.32rem 0;
        padding: 0;
        border-top: 0;
    }
    footer#site-footer section#footer-bottom-section #footer-social-buttons {
        margin-top: 1.32rem;
    }
    .footer-columns h1 {
        width: 100%;
        text-align: left;
    }
    footer#site-footer .footer-columns ul {
        display: none;
    }
    footer#site-footer .footer-columns h1 {
        margin-bottom: 0 !important;
        padding: 24px 16px;
        cursor: pointer;
        border-radius: 8px;
        text-transform: capitalize;
        letter-spacing: 0.3px;
    }
    footer#site-footer .footer-columns h1:hover {
        background-color: #ff0050;
    }
    footer#site-footer .footer-columns h1 i {
        display: flex;
    }
    footer#site-footer .footer-columns {
        border-bottom: 2px solid #ff0050;
    }
    footer#site-footer .footer-columns.active ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    footer#site-footer .footer-columns.active h1 i {
        rotate: 180deg;
    }
    .login-root,
    .mikmik {
        min-height: 80vh !important;
    }
    .form_container {
        background-color: transparent !important;
    }
    #footer-top-section {
        padding: 24px 16px !important;
    }
    footer#site-footer section.horizontal-footer-section {
        padding: 0;
    }
}












/* maskot */


.my-swal-button {
    background-color: #ff0050;
    color: white;
    padding: 10px 18px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.my-swal-button:hover {
    background-color: #c4003f;
    color: #fff;
    cursor: pointer;
}













/* maskot */