@font-face {
    font-family: ObjectSans;
    src: url(/assets/ObjectSans-Regular-D5pmdxqA.woff) format("woff"), url(/assets/ObjectSans-Regular-D5pmdxqA.woff) format("truetype")
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin: 2px
}

::-webkit-scrollbar-track {
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #5a5a5ae1;
    border-radius: 10px
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

html {
    --color-100: #280c42;
    --color-200: transparent;
    --color-220: rgba(0, 0, 0, 0);
    --color-250: rgba(2, 2, 2, .586);
    --color-270: rgba(2, 2, 2, .072);
    --color-300: #F05941;
    --color-320: #BE3144;
    --color-340: #872341;
    --color-360: #6c1932;
    --color-390: rgb(14, 15, 22);
    --color-400: rgb(29, 30, 40);
    --color-405: rgb(62, 63, 76);
    --color-410: rgb(55, 56, 67);
    --color-420: rgb(121, 121, 127);
    --color-450: rgb(19, 19, 32);
    --color-500: #96f041;
    --color-520: #bef090;
    --color-540: #d1f1b2;
    background-color: var(--color-390);
    min-height: 100%;
    overflow-x: hidden
}

body {
    background-color: var(--color-100);
    margin: 0;
    font-family: Quicksand, -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    height: auto
}

html,
body,
#root {
    height: 100%;
    overflow-x: hidden
}

#root {
    flex-direction: column
}

.link-text {
    color: #e67b2e;
    font-family: Quicksand, -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    cursor: pointer;
    text-decoration: underline
}

.link-text:hover {
    color: #eaaa7d
}

.index-nav-cont {
    position: relative;
    display: flex;
    overflow-y: visible;
    height: 30px
}

.index-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    top: 40px;
}

.index-header-image {
    margin-right: 35%;
    width: 800px
}

.index-desc-cont {
    margin-left: 30%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.index-header-text {
    color: #fff;
    font-size: 80px;
    font-family: Jost, sans-serif;
    font-weight: 900;
    height: 90px
}

.index-header-desc {
    color: #fff;
    font-size: 20px;
    font-family: Jost, sans-serif;
    font-weight: 300;
    margin-bottom: 20px
}

.index-register-button {
    font-family: Jost, sans-serif;
    display: flex;
    background-image: linear-gradient(to right, var(--color-300), var(--color-320) 120%);
    background-color: var(--color-300);
    width: 140px;
    height: 45px;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    color: #000;
    transition: ease .2s
}

.index-register-button:hover {
    background-image: none;
    cursor: pointer;
    background-color: var(--color-320)
}

.index-register-button:active {
    background-color: var(--color-340);
    transform: scale(1.02)
}


@media only screen and (max-width: 1650px) {
    .index-header-image {
        margin-right: 30%;
        width: 600px
    }

    .index-header-text {
        font-size: 80px
    }

    .index-header-desc {
        font-size: 17px
    }

    .index-register-button {
        font-size: 18px;
        height: 50px;
        width: 120px
    }
}

@media only screen and (max-width: 1150px) {
    .index-header-image {
        margin-right: 30%;
        width: 600px
    }

    .index-header-text {
        font-size: 70px
    }

    .index-header-desc {
        font-size: 17px
    }

    .index-register-button {
        font-size: 18px;
        height: 40px;
        width: 120px
    }
}

@media only screen and (max-width: 800px) {
    .index-header-image {
        margin-right: 50%;
        width: 500px
    }

    .index-header-text {
        font-size: 60px
    }

    .index-header-desc {
        font-size: 15px;
        margin-bottom: 10px
    }

    .index-register-button {
        font-size: 18px;
        height: 40px;
        width: 120px
    }
}

@media only screen and (max-width: 450px) {
    .index-header-image {
        margin-right: 50%;
        width: 500px;
        opacity: .8
    }

    .index-header-text {
        font-size: 45px;
        height: 70px
    }

    .index-header-desc {
        font-size: 15px
    }

    .index-register-button {
        font-size: 18px;
        height: 40px;
        width: 120px
    }
}

.our-team {
    box-shadow: 0 0 60px 60px var(--color-390);
    color: #fff;
    font-size: 80px;
    font-family: Jost, sans-serif;
    font-weight: 900;
    width: 100%;
    text-align: center
}

.our-team-div {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px
}

.slider {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    width: fit-content;
    height: 400px;
    align-items: center
}

.staff-profile {
    display: flex;
    height: 90%;
    border-radius: 10px;
    width: 250px
}

.staff-profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 250px;
    height: 90%;
    border: 1px solid white;
    border-radius: 10px;
    margin-right: 40px;
    color: #fff;
    transition: ease .2s
}

.staff-profile-container:hover {
    border-color: var(--color-300);
    transform: scale(1.03)
}

.staff-profile-container:hover .staff-profile-img {
    box-shadow: 0 0 20px 1px var(--color-300)
}

.staff-profile-container:hover .staff-profile-text-div .spt-n {
    border-color: var(--color-300)
}

.staff-profile-img {
    height: auto;
    width: 80%;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    object-fit: cover;
    transition: ease .2s
}

.staff-profile-text-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90%;
    justify-content: center;
    align-content: center
}

.spt-n {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-bottom: white 1px solid;
    margin-top: 10px;
    padding-bottom: 10px
}

.spt-r {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff
}

.slider-container {
    display: inline-flex;
    flex-direction: row;
    width: fit-content;
    margin-top: 20px
}

.slider-container .slider {
    animation: slidein 40s linear infinite;
    white-space: nowrap
}

@keyframes slidein {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.buttons-pages-div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(220deg, var(--color-100) 30%, var(--color-360) 80%);
    background-attachment: fixed;
    padding-bottom: 180px;
    padding-top: 100px;
    box-shadow: 0 0 60px 60px var(--color-390);
}

.buttons-div-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* Butonlar arasındaki mesafe */
    flex-wrap: wrap;
    /* Küçük ekranlarda butonların alt alta geçmesini sağlar */
    width: 100%;
    max-width: 1200px;
    /* Maksimum genişlik sınırlaması */
    margin: 0 auto;
    /* Ortalamak için */
    padding: 0 20px;
    /* Kenarlardan biraz iç boşluk */
    margin-top: 100px;
}

.button-box {
    flex: 1 1 30%;
    /* Buton genişliğini esnek yapar ve her biri ekranın %30'unu kaplar */
    min-width: 250px;
    /* Butonların minimum genişliği */
    max-width: 350px;
    /* Butonların maksimum genişliği */
    background-color: var(--color-400);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.button-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.button-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.button-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--color-500);
}

.button-desc {
    font-size: 14px;
    color: var(--color-520);
}

/*  */
.our-vision-div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(220deg, var(--color-100) 30%, var(--color-360) 80%);
    background-attachment: fixed;
    padding-bottom: 180px;
    padding-top: 100px;
}

.vision-div {
    margin-top: 180px;
    width: 30%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.vision-div-single {
    margin-top: 100px;
    width: 40%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.vision-icons {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 25px
}

.vision-icons-single {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.vision-text {
    width: 85%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-family: Jost, sans-serif;
    font-weight: 300
}

.vision-text-single {
    width: 90%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 25px;
    font-family: Jost, sans-serif;
    font-weight: 300
}

.vision-div-cont {
    display: flex;
    width: 100%;
    justify-content: center
}

.about-us-div {
    position: relative;
    height: auto;
    box-shadow: 0 0 60px 60px var(--color-390);
    background-color: var(--color-390);
    width: 100%;
    padding: 80px 5%;
    box-sizing: border-box;
    gap: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr
}

.spacer-div {
    position: relative;
    height: auto;
    box-shadow: 0 0 60px 60px var(--color-390);
    background-color: var(--color-390);
    width: 100%;
    padding: 20px 5%;
    box-sizing: border-box;
    gap: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr
}

.about-us-info-img {
    width: 10%;
    border-radius: 40px;
    outline: 1px solid rgba(255, 255, 255, .599)
}

.about-us-info-text {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 23px;
    font-family: Quicksand, -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center
}

.about-us-info {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 30px 1%;
    box-sizing: border-box;
    background-color: #1d1e2897;
    border: 1px solid var(--color-410);
    gap: 40px
}

.popupright {
    visibility: visible;
    animation: popupright 1s ease forwards
}

@keyframes popupright {
    0% {
        opacity: 0;
        transform: translate(100px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.popupleft {
    visibility: visible;
    animation: popupleft 1s ease forwards
}

@keyframes popupleft {
    0% {
        opacity: 0;
        transform: translate(-100px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@media only screen and (max-width: 1150px) {
    .vision-text {
        font-size: 18px
    }

    .about-us-info-text {
        font-size: 20px
    }
}

@media only screen and (max-width: 800px) {
    .vision-div-cont {
        flex-direction: column;
        align-items: center
    }

    .vision-div {
        margin-top: 80px;
        width: 80%
    }

    .our-team {
        font-size: 70px
    }

    .vision-text {
        font-size: 22px
    }

    .about-us-info-text {
        font-size: 17px
    }

    .about-us-info {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }
}

@media only screen and (max-width: 450px) {
    .about-us-info-text {
        font-size: 13px
    }

    .our-team {
        font-size: 50px
    }
}

.header {
    position: fixed;
    z-index: 500;
    display: flex;
    width: 100%;
    background-color: var(--color-200);
    flex-direction: row;
    height: 90px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center
}

.header-logo {
    padding: 10px;
    width: 300px;
    transition: ease .2s
}

.header-logo:hover {
    cursor: pointer;
    transform: scale(1.01)
}

.header-button {
    font-family: Jost, sans-serif;
    display: flex;
    width: 170px;
    height: 100%;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    font-size: 22px;
    transition: ease .2s;
    justify-self: end;
    transform: scale(1);
    border-bottom: 1px solid rgba(255, 255, 255, .414)
}

.hb-left {
    margin-left: auto
}

.hb-right {
    margin-right: auto
}

.hb-dash {
    margin-right: 20px;
    margin-left: 60px;
    width: 100px
}

.header-button-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    transition: .3s ease
}

.header-button:hover {
    cursor: pointer;
    background-color: var(--color-300);
    border-color: transparent
}

.header-button-text {
    color: #fff;
    transition: .2s ease
}

.header-button:active {
    background-color: var(--color-320);
    transform: scale(1.02);
    border-color: transparent
}

.menu-button {
    font-family: Jost, sans-serif;
    display: flex;
    width: 100px;
    height: 100%;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    font-size: 22px;
    transition: ease .2s;
    justify-self: end;
    transform: scale(1);
    border-bottom: 1px solid rgba(255, 255, 255, .414)
}

.menu-button:hover {
    cursor: pointer;
    background-color: #ffffff80;
    border-color: transparent
}

.menu-button:active {
    background-color: #ffffffc5;
    transform: scale(1);
    border-color: transparent
}

.warning {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    position: fixed;
    z-index: 50;
    background-color: #ff4545e5;
    color: #fff;
    width: 300px;
    text-align: start;
    height: 100px;
    align-content: start;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 8px;
    top: 30px;
    right: 30px;
    margin-top: 85px;
    overflow: hidden
}

.warning-button {
    position: relative;
    width: 30px;
    margin-left: auto;
    border: none;
    background-color: transparent;
    font-family: Quicksand, -apple-system, BlinkMacSystemFont, Poppins, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 500
}

.warning-button:hover {
    cursor: pointer
}

.warning-text {
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
    font-size: 20px
}

.warning-timer {
    margin-top: auto;
    width: 0%;
    background-color: #ffffffe5;
    height: 10px
}

.warning-popup {
    visibility: visible;
    animation: warningpopup 10s forwards
}

.warning-timer-anim {
    visibility: visible;
    animation: warningtimer 10s forwards
}

.menu-button:hover .more-options {
    visibility: visible;
    opacity: 1
}

.more-options {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: auto;
    top: 90px;
    width: 270px;
    right: 0;
    box-sizing: border-box;
    border: 1px white solid;
    background-color: #00000028;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.more-options-button {
    position: relative;
    font-family: Jost, sans-serif;
    display: flex;
    width: 100%;
    height: 50px;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid white;
    font-size: 22px;
    transition: ease .2s
}

.more-options-button:hover {
    cursor: pointer;
    background-color: var(--color-300);
    border-color: transparent
}

.more-options-text {
    color: #fff
}

.more-options-button:active {
    background-color: var(--color-320);
    border-color: transparent
}

.header-min-button {
    visibility: hidden;
    position: absolute;
    height: 0px
}

@keyframes warningpopup {
    0% {
        opacity: 0;
        transform: translate(100px)
    }

    10% {
        opacity: 1;
        transform: translateY(0)
    }

    99% {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

@keyframes warningtimer {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@media only screen and (max-width: 1100px) {
    .header-logo {
        visibility: hidden;
        position: absolute;
        width: 0px
    }
}

@media only screen and (max-width: 730px) {
    .header-button {
        width: 110px
    }

    .header-button-text {
        width: 0px;
        opacity: 0
    }

    .header-button-icon,
    .hb-left,
    .hb-right,
    .hb-dash {
        margin: 0
    }
}

@media only screen and (max-width: 450px) {
    .header-button {
        width: 0px;
        visibility: hidden;
        position: absolute;
        opacity: 0;
        transition: none;
        pointer-events: none;
        /* Prevent ghost clicks */
    }

    body.menu-open .header-button {
        width: 110px;
        visibility: visible;
        position: relative;
        opacity: 1;
        pointer-events: auto;
        /* Enable clicks when menu is open */
        transition: all 0.2s;
    }

    .menu-button {
        width: 80px;
        position: absolute;
        right: 0;
        z-index: 1001;
    }

    .more-options {
        position: absolute;
        width: 300px;
        top: 60px;
        right: 0;
        z-index: 1002;
        display: none;
    }

    .header-button-text {
        width: 0px;
        opacity: 0
    }

    body.menu-open .more-options {
        display: flex;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header {
        height: 60px
    }

    .header-button-icon {
        width: 40px;
        height: 40px
    }

    .hb-left,
    .hb-right,
    .hb-dash {
        margin: 0
    }

    .header-min-button {
        visibility: visible;
        position: relative;
        height: 50px
    }
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    height: 140px;
    width: 100%;
    background-image: linear-gradient(220deg, var(--color-100) 40%, var(--color-360) 100%);
    background-attachment: fixed;
    box-shadow: inset 0 50px 40px -10px var(--color-390);
    gap: 2%
}

.footer-logo {
    width: 270px
}

.footer-link {
    font-family: Jost, sans-serif;
    font-size: 22px;
    color: #fff;
    margin-top: 16px
}

@media only screen and (max-width: 1100px) {
    .footer {
        overflow: hidden;
        flex-direction: column;
        gap: 0px;
        height: 180px;
        padding-top: 40px
    }

    .footer-link {
        margin: 0;
        text-align: center
    }
}

@media only screen and (max-width: 450px) {
    .footer-link {
        font-size: 17px
    }

    .footer-logo {
        width: 200px
    }

    .footer {
        height: 120px
    }
}

.font-sans {
    font-family: Geist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.light {
    font-weight: 300;
}