:root {
    --turuncu: #e77612;
    --kahve: #371600;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

/*
::-webkit-scrollbar {
	width: 2px;
}::-webkit-scrollbar-track {
	background: #333;
}::-webkit-scrollbar-thumb {
	background: #ddd;
}::-webkit-scrollbar-thumb:hover {
	background: #333;
}::selection {
    background: #e79e4a;
    text-shadow: none;
    color: #202020;
}
*/
body,
html {
    position: relative;
    font-family: "Comfortaa", sans-serif;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    width: 100%;
    background-color: #FFF;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

#app {
    display: none;
}

.border {
    border: 1px solid #FF0032;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fcr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fbr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.fbc {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.fct {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ftr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.frb {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ftc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.image_contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.image_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sw {
    position: relative;
    max-width: 1700px;
    margin: auto;
}

.h100 {
    height: 100vh;
}

.relative {
    position: relative;
}

.relative_100 {
    position: relative;
    width: 100%;
}

#loading {
    position: fixed;
    inset: 0;
    background-color: #f5f5f5;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

#loading svg {
    width: 400px;
}



#wait {
    position: fixed;
    inset: 0;
    z-index: 99999;
    cursor: wait;
    display: none;
}




@media only screen and (max-width: 1820px) {
    .sw {
        margin: 20px;
    }
}



@media only screen and (max-width: 900px) {
    .m_fcc {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m_disable {
        display: none !important;
    }
}