@charset "UTF-8";
/*
* MEFAMEX WEBSITE (https://mefamex.com/) 
* Generated by Mefamex  
* Created on  : 2025-02-22 
* Last update : 2025-03-25-UTC06:16  
* Copyright 2024 Mefamex 
* Licensed under MIT (https://github.com/Mefamex/)
* This css file is for the blog subpages of the Mefamex website.
*/

:root {
    --color-black: rgb(15 15 15);
    --color-white: rgb(241, 241, 241);
    --color-white-2: rgb(170, 170, 170);
}


body {
    background-color: rgb(190, 190, 190) !important;
    color: var(--color-black) !important;
}

#main_container {
    /* body > div:main_container */
    display: flex;
    flex-flow: row wrap;
    height: fit-content;
    min-height: 85vh;
    width: 100%;
    margin-bottom: auto;
    padding-bottom: 5rem;
    justify-content: center;
}

#main_container main {
    display: flex;
    flex-direction: column;
    height: auto;
    width: clamp(60%, 56rem, 95%);
    margin-top: 0;
    margin-bottom: auto;
    /*margin-inline: auto;*/
    padding: 0;
    justify-content: start;
    align-items: center;
    overflow: auto;
}

#main_container main #mainWellcome {
    /* #main_container main section:mainWellcome */
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    min-height: 10rem;
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 1rem;
    border: 0.1rem solid black;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0.1em 0.5em 0.25em rgba(0, 0, 0, 0.5);
    margin-inline: 2rem;
    width: 90%;
}

#main_container main #mainWellcome h1 {
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 2.3em;
}

#main_container main #mainWellcome p {
    font-size: 0.9em;
    line-height: 1.3;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#main_container main #mainWellcome p::before {
    content: " ■ ";
    color: rgb(0, 100, 255);
}

#main_container main #section_thanks {
    margin-top: 8rem !important;
    margin-bottom: 3rem !important;
    background-image: -webkit-radial-gradient(circle, rgb(207, 255, 255) 91%, rgb(85 191 255) 100%) !important;
    background-image: radial-gradient(circle, rgb(207, 255, 255) 91%, rgb(85 191 255) 100%) !important;
    background-blend-mode: overlay !important;
    position: relative !important;
    z-index: 1 !important;
    background-color: transparent !important;
}

#main_container main .Content {
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin: 2rem 0 0 0;
    padding-top: 1em;
    padding-bottom: 3em;
    padding-inline: 3%;
    line-height: 1.5;
    font-size: 1.1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: 0.1rem solid rgba(0, 0, 113, 0.5);
}

#main_container main .Content h2:first-child {
    margin-top: 1rem;
    color: white;
    position: sticky;
    top: -0.9em;
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes width-up-10-20 {
    0% {
        width: 10rem;
    }

    100% {
        width: 15rem;
    }
}

@keyframes width-down-20-10 {
    0% {
        width: 15rem;
    }

    100% {
        width: 10rem;
    }
}

@media only screen and (max-width: 600px) {
    /*body {
        font-size: 0.75rem;
    }*/
}

/*
*
*
*
*
*
*
*
*/
.noSelect {
    /* ana dizin css dosyasından alındı */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#main_container h2 {
    display: flex;
    justify-content: center;
    justify-self: center;
    width: clamp(60%, 30rem, 100%);
    text-align: center;
    font-size: 1.7rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    margin-inline: auto;
    padding: 0.3em;
    background-color: rgba(0, 0, 10, 0.1);
    border-style: groove;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 0.5rem 0.1rem 0.1rem 0.3rem;
    border-radius: 0 0 1rem 1rem;
}

#main_container h3 {
    font-size: 1.4rem;
    margin-top: 1.5em;
    margin-bottom: 0.1em;
}

#main_container a {
    color: inherit;
    text-decoration-color: rgba(255, 50, 50, 0.7);
}

#main_container ol {
    margin: 0;
    padding: 0 0 0 1.5rem;
}

#main_container ul {
    margin: 0;
    padding: 0 0 0 0.75em;
}

#main_container ul li {
    margin-bottom: 0.2em;
}

#main_container p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

#main_container hr {
    width: 100%;
    background-color: black;
    height: 0.1em;
}

#main_container details {
    margin-bottom: 1em;
    padding: 0rem 0.3em;
    border-radius: 0.6em;
    border: 0.1em solid rgba(13, 109, 253, 0.631);
    border-left: 0.3em solid rgb(13, 110, 253);
    list-style-type: none;
}

#main_container summary {
    cursor: pointer;
    padding: 0.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    list-style-type: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#main_container summary:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}