body {
    font-family: "Open Sans", serif;
    background-image: linear-gradient(to right, #00e1ff, #00d5ff, #00c9ff, #00bcff, #00afff, #00afff, #00afff, #00afff, #00bcff, #00c9ff, #00d5ff, #00e1ff);
    user-select: none;
    margin: 0;
    padding: 0;
}

header {
    padding: 10px;
    justify-content: center;
    display: flex;
    text-align: center;
}

nav {
    width: 90%;
    max-width: 600px;
    align-items: center;
    text-decoration: none;
    display: flex;
    height: 45px;
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.127);
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

nav li {
    list-style: none;
    margin: 0 10px;
}

nav li a {
    padding: 10px;
    color: white;
    text-decoration: none;
}

nav li a:hover {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.containerip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px;
}

.content-text,
.often {
    flex: 1 1 300px;
    margin: 10px;
    text-align: center;
}

pre h1 {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
    margin: 0;
}

h1 {
    font-size: 40px;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin: 20px;
}

p {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    margin: 20px;
    padding: 0 10px;
}

@media (max-width: 768px) {
    nav {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .containerip {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .content-text,
    .often {
        flex: 1 1 auto;
        margin: 10px;
        text-align: center;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        margin: 20px 0;
    }


    nav ul {
        flex-direction: column;
        padding: 2px;
    }

    pre h1 {
        font-size: 40px;
        padding: 10px;
    }

    h1 {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }

    .content-text,
    .often {
        flex: 1 1 100%;
    }
}

a {
    text-decoration: none;
    color: #ffffff;
}

.price-card {
    width: 300px;
    height: 500px;
    border: 2px solid rgb(0, 0, 0);
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin: 100px;
    box-shadow: 20px 20px 20px black;
    background: #ffffff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-card-ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-card-button {
    background-color: #386aff;
    color: white;
    border: 2px solid #386aff;
    cursor: pointer;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

button:hover {
    background-color: #0026ff;
}

.price-card-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.price-card-li {
    font-size: 20px;
}

.price-card-head {
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000000;
}

.silver {
    font-size: 100px;
    font-weight: bold;
    margin: 20px 0;
    color: rgb(187, 187, 187);
    text-shadow: 1px 1px 2px #a9a9a9, 2px 2px 4px #808080;
}

.gold {
    font-size: 100px;
    font-weight: bold;
    margin: 20px 0;
    padding: 20px;
    color: #ffd700;
    text-shadow: 1px 1px 2px #b8860b, 2px 2px 4px #8b6508;
}

.text {
    display: block;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.Platinum {
    font-size: 100px;
    font-weight: bold;
    color: #a2a2a2;
    top: -30px;
    text-shadow: 1px 1px 2px #79b8cb, 2px 2px 4px #75bcc7, 0 0 6px #e0ffff;
}

@media (max-width: 1024px) {
    .price-card-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .price-card {
        width: 300px;
        height: 500px;
        margin: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .silver,
    .gold,
    .Platinum {
        font-size: 50px;
    }
}

.mywebs {
    flex-direction: column;
    padding: 20px;
    padding: 30px;
    gap: 20px;
}

.mywebs .mywebsite iframe,
.mywebs .mywebsite2 iframe {
    width: 925px;
    height: 500px;
}

@media (max-width: 768px) {
    .mywebs {
        flex-direction: column;
        align-items: center;
    }

    .mywebs .mywebsite iframe,
    .mywebs .mywebsite2 iframe {
        width: 400px;
        height: 600px;
    }
}

.m {
    display: grid;
    place-items: center;
}

.mp {
    display: grid;
    width: 60%;
}

.imgm {
    display: grid;
    place-content: center;
    width: 40%;
}

.mess {
    display: flex;
}

.messagebox {
    background: rgba(255, 255, 255, 0.401);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    text-decoration: black;
    display: grid;
    place-items: center;
    width: 500px;
    height: 400px;
}

.pk,
.lol {
    width: 900px;
    max-width: 400px;
    padding: 10px;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(100px);
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.messag {
    height: 100px;
    width: 60px;
}

.mes {
    display: grid;
    place-items: center;
}

.lol {
    padding: 20px 10px;
}

.am,
.bm,
.cm,
.dm {
    padding: 2px;
}

.message-button {
    background-color: #386aff;
    color: white;
    border: 2px solid #386aff;
    cursor: pointer;
    border-radius: 20px;
    width: 110px;
    height: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.me {
    color: #ffffff;
    font-size: 30px;
    padding: 10px;
}

@media (max-width: 768px) {

    .pk,
    .lol {
        width: 350px;
    }

    .m {
        display: grid;
        place-items: center;
    }

    .messagebox {
        display: flex;
        display: grid;
        place-items: center;
        width: 380px;
        height: 400px;
    }

    .imgm {
        display: none;
    }

    .mp{
    display: grid;
    place-items: center;
    }

}

.f {
    background: #000000;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
}

audio{
    display: none;
}