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

.backgurand_cotainerr {
    width: 100%;
    height: 100vh;
    background-color: #0A0B13;
    background-image: url(/assests/img2/Group\ 1338.png);
    background-position: 480px 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #8B7EFF 0%, #0900FF 100%);
    flex-wrap: wrap;
    position: relative;
    bottom: 305px;
}

.banner h1 {
    text-align: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    top: 14px;
    color: white;
    font-weight: 500;
}

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

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    bottom: 277px;
}

.navbar .logo {
    position: relative;
    left: 50px;
}

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

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

ul li {
    padding: 9px 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 {
    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%);
    position: relative;
    right: 20px;
}

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

.backgurand_cotainerr::after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 300px;
    background-image: url("/assests/img2/yildiz.png");
    position: relative;
    left: 100px;
    bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
    z-index: 100;
    animation: starts 21s linear infinite;
}

.backgurand_cotainerr::before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 300px;
    background-image: url("/assests/img2/yildiz.png");
    position: relative;
    left: 90px;
    top: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    animation: starts 21s linear infinite;
    overflow-y: hidden;
}

.container_logo {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 290px;
}

.metin {
    display: inline-flex;
    flex-direction: column;
    margin: 10px;
}

.metin h1 {
    background: linear-gradient(89.3deg, #FFFFFF 1.69%, #787FFF 75.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 47px;
    width: 550px;
}

.metin p {
    color: #6B6B6B;
    margin-top: 20px;
    width: auto;
}

.referannss {
    width: 100%;
    padding: 22px 25px;
    background-color: rgb(0, 0, 0);
    display: inline-flex;
    overflow: hidden;
    align-items: center;
}

.kaydirici {
    display: flex;
    gap: 90px;
    width: max-content;
    animation: kay 100s linear infinite;
}

.kaydirici a img {
    width: 103px;
    height: auto;
    transition: 0.3s ease-in-out;
}

.kaydirici a:hover img {
    transform: scale(1.1);
}

.contaner_pross {
    width: 100%;
    height: 500%;
    background-color: #0A0B13;
    background-image: url(/assests/img2/yepyenibanner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.resimler {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 3fr));
    justify-content: center;
    align-items: center;
    padding: 60px 200px;
    gap: 35px;
    margin: auto;
}

.resimler img {
    width: 101%;
    max-width: 450px;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
    transition: 200ms ease-in-out;
    overflow: hidden;
}

.resimler img:hover {
    transform: scale(1.04);
}

#box_container {
    background-color: #0A0B13;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#box-1 {
    width: 900px;
    height: 400px;
    display: flex;
    background-color: #00FF90;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 27px;
    padding: 20px;
}

#box-1 h1 {
    width: 600px;
    font-weight: 900;
    font-size: 45px;
    text-align: center;
    
}

#btn1 {
    margin-top: 40px;
    width: 254px;
    height: 68px;
    padding: 10px;
    border-radius: 18px;
    background-color: transparent;
    border: 2px solid black;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    transition: 200ms ease-in-out;
}

#btn1:hover {
    color: #00FF90;
    border: none;
    background-color: black;
}

#btn2 {
    margin-top: 10px;
    width: 254px;
    height: 68px;
    padding: 10px;
    border-radius: 18px;
    background-color: transparent;
    border: 2px solid black;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    transition: 200ms ease-in-out;
}

#btn2:hover {
    color: #00FF90;
    border: none;
    background-color: black;
}

.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);
}


@keyframes kay {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

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

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

@keyframes starts {
    10% {
        transform: translateX(5px);
    }

    50% {
        transform: translateY(90px);
    }

    100% {
        transform: translateX(0);
    }
}



@media only screen and (max-width: 1382px) {
    .loog {
        display: none;
    }

    .banner {
        height: 60px;
    }
}

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

    .banner {
        height: 60px;
    }
    .container_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .resimler {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(286px, 2fr));
    }
}

@media only screen and (max-width: 768px) {
    #box-1 {
        align-items: center;
        justify-content: center;
        margin: 90px auto;
        width: 590px;
    }

    #box-1 h1 {
        font-size: 30px;
        width: 450px;
    }
}

@media only screen and (max-width: 540px) {
    .banner {
        height: 87px;
    }

     #önce {
        width: 320px;
        font-size: 35px;
    }

    #metin {
        overflow: hidden;
    }

    #bütün {
        width: 350px;
    }

    .container_logo {
        position: relative;
        bottom: 130px;
        padding: 20px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .banner {
        height: 87px;
    }

    #önce {
        width: 320px;
        font-size: 35px;
    }

    #metin {
        overflow: hidden;
    }

    #bütün {
        width: 350px;
    }

    .container_logo {
        position: relative;
        bottom: 90px;
        padding: 20px;
        padding-right: 50px;
    }

    #box-1 {
        width: 400px;
        margin: 60px;
    }

    #box-1 h1 {
        width: 250px;
    }

    .footer_container p {
        width: 350px;
        position: relative;
        bottom: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 430px) {
    .footer_logo {
        margin-bottom: 20px;
    }
}   

@media only screen and (max-width: 425px) {
    .banner {
        height: 90px;
    }
    #önce {
        width: 300px;
        font-size: 35px;
    }
    #bütün {
        width: 250px;
    }

    #metin {
        overflow: hidden;
    }

    .container_logo {
        padding: 30px;
        position: relative;
        bottom: 120px;
    }

    #box-1 {
        width: 350px;
        margin: 60px;
    }

    #box-1 h1 {
        width: 250px;
    }

    #box-1 button {
        width: 140px;
    }

    .contaner_pross .resimler {
        padding: 20px;
    }

    .banner {
        height: 110px;
    }

    .logo h2 {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .footer_logo {
        margin-bottom: 20px;
    }
}



@media only screen and (max-width: 353px) {
    
    .footer_logo {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 320px) {

    .banner {
        height: 120px;
    }

    .footer_container p {
        width: 250px;
    }

    footer p {
        margin-top: 20px;
    }

    .container_logo {
        padding: 10px;
        position: relative;
        bottom: 170px;
    }
}