* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    list-style-type: none;
}

.backgurand_cotainer {
    background-image: url(/assests/img/asdasdsd.png);
    width: 100%;
    height: 150%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 60px;
    color: white;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbar .logo,
h2,
.slogo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 200;
}

ul {
    display: inline-flex;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.493);
    padding: 9px 10px;
    border-radius: 100px;
    align-items: center;
    color: white;
    cursor: pointer;
}

ul li {
    padding: 13px 1px;
}

a {
    padding: 13px 19px;
    border-radius: 50px;
    transition: 200ms ease-in-out;
    color: white;
    font-size: 18px;
}

ul li a:hover {
    background-color: rgba(255, 255, 255, 0.178);
    color: white;
}

.btn-1_white {
    background-color: white;
    color: black;
}

.btn {
    font-size: 20px;
    padding: 14px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: 200ms ease-in-out;
    background: linear-gradient(90.05deg, #8B7EFF 0.92%, #0900FF 42.12%);
}

.btn:hover {
    transform: scale(1.05);
}

#işler {
    display: inline-flex;
    padding: 20px 60px;
    font-weight: 800;
    font-size: 40px;
    font-size: 40px;
    background: linear-gradient(89.3deg, #FFFFFF 1.69%, #787FFF 75.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.box_container22 {
    padding: 20px 60px;
    flex-wrap: wrap;
}

.boxlar1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 4fr));
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
}

.box {
    width: 400px;
    height: 161px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    border: none;
    transition: 200ms ease-in-out;
}

.box:hover {
    background-color: #00FF90;
}

.box p {
    margin-top: 20px;
    font-weight: 700;
    font-size: 17px;
}

.kod_logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.kod_logo img {
    width: 50px;
    height: auto;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer {
    width: 100%;
    height: 45%;
    background-color: black;
    color: white;
    padding: 50px;
}

.footer_logo {
    display: flex;
    align-items: center;
    align-self: flex-start;
    font-size: 10px;
    color: #00FF90;
    gap: 20px;
}


.sayfalarr {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.sayfalarr a {
    position: relative;
    right: 18px;
    transition: 200ms ease-in-out;
    color: #005C34;
}

.footer_container p {
    color: #005C34;
    line-height: 18px;
}

#link {
    color: #00FF90;
}

.sayfalarr a:hover {
    color: #00FF90;
}

.sayfalarr h1 {
    color: #00FF90;
}

.footer_container p {
    width: 25%;
}

footer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.32);
}

@media only screen and (max-width: 425px) {
    .box {
        width: 260px;
        height: auto;
        position: relative;
        left: 50px;
    }
}


@media only screen and (max-width: 435px) {
    .box {
        display: inline;
        position: relative;
        right: 20px;

    }

    .sayfalarr h1,
    a {
        font-size: 16px;
        margin-top: 20px;
    }


    
}

@media only screen and (max-width: 551px) {
    .footer_container p {
        width: 50%;
    }

    .logo h2 {
        display: none;
    }

    footer p {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 995px) {
    ul {
        display: none;
    }

    #işler {
        display: none;
    }

    .box_container22 {
        margin-top: 50px;
    }
}

::-webkit-scrollbar {
    width: 1px;
    background: none;
}

::-webkit-scrollbar-thumb {
    background-color: #002fff;
    width: 10px;
    border-radius: 8px;
}