@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    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 {
    width: 100%;
    height: 140%;
    background-color: #0A0B13;
    background-image: url(/assests/img/asdasdsd.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
}

.bannerr {
    width: 100%;
    height: 55px;
    background: linear-gradient(90deg, #8B7EFF 0%, #0900FF 100%);
    flex-wrap: wrap;
}

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

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

.logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar h2 {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.btn2 {
    font-size: 20px;
    padding: 14px 35px;
    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;
    border: none;
    color: white;
    font-weight: 500;
}

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

.başlik {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.başlik h1 {
    color: #DFDFDF;
    font-size: 45px;
}

.başlik p {
    color: #4B4B4B;
    font-size: 16px;
    width: 30ch;
    margin-top: 10px;
}

.paket_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}

.paket1 {
    width: 350px;
    height: 946px;
    background: #131313;
    border: 1px solid #535353;
    box-shadow: inset 4px 5px 117.9px 6px rgba(255, 255, 255, 0.06);
    border-radius: 11px;
    padding: 30px;
    transition: 250ms ease-in-out;
}

.paket1:hover {
    background: #000000;
    box-shadow: inset 4px 5px 152.9px 6px rgba(0, 255, 144, 0.24);
    border-radius: 11px;
    border: 1px solid #00FF90;
}

.paket_başlik {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.paket_başlik h1 {
    font-size: 28Px;
    color: #FFFFFF;
}

.paket_başlik p {
    color: #535353;
    font-size: 16px;
    margin-top: 10PX;
}

.paket_fiyat {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.paket_fiyat p {
    color: #535353;
    font-size: 16px;
}

.paket_fiyat h1 {
    font-size: 38Px;
    color: #FFFFFF;
    margin-top: 5px;
}

.paket_fiyat span {
    color: #CACACA;
    font-weight: 600;
}

.paket_fiyat #fiyatt {
    font-size: 13px;
    margin-top: 5px;
}


.box22 {
    margin-top: 25px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.paket_özellikleri {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}

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

.özellikler h2 {
    color: rgba(255, 255, 255, 0.53);
    font-size: 16px;
    font-weight: 400;
}

.özellikler #black span {
    color: rgba(255, 255, 255, 0.19);
}



#btn22 {
    margin-top: 10px;
    width: 284px;
    height: 56px;
    background: #242424;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 100px;
    cursor: pointer;
    transition: 200ms ease-in-out;
}

#btn22:hover {
    background: #01FF90;
    box-shadow: 0px 4px 69.7px #01FF90;
    border-radius: 12px;
    color: #242424;
}

.footerr {
    margin-top: 100px;
}

.footerr  p {
    color: rgba(255, 255, 255, 0.32);
}

@media only screen and (max-width: 348px) {
    .bannerr h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 425px) {
    .paket1 {
        width: 300px;
    }

    #btn22 {
        width: 210px;
        position: relative;
        bottom: 13.5px;
        padding: 18px 70px;
    }

    .navbar .btn2 {
        padding: 15px 20px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 484px) {
    .logo h2 {
        display: none;
    }
}


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

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