*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    background: rgb(24, 24, 24);
}

.nav {
    background-color: #3272ca;
    width: 100%;
    height: 80px;
}

@media only screen and (max-width: 500px) {
    .webname-home {
        font-size: 1px;
        text-decoration: none;
        color: white;
        font-weight: 600;
        position: relative;
        top: 20px;
        opacity: 0%;
    }

    .nav {
        background-color: #3272ca;
        width: 100%;
        height: 50px;
        position: relative;
    }

    .navbtns {
        position: relative;
    }

    .navbtns a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        text-align: center;
        position: relative;
        bottom: 16px;
        left: 20px;
        font-size: 15px;
    }

    .navbtns a:hover {
        transition: 0.25s;
        opacity: 70%;
    }

    .home-title {
        color: white;
        position: relative;
        top: 150px;
        text-align: center;
        font-size: 40px;
    }

    .home-title h1 {
        text-align: center;
        font-size: 35px;
        position: relative;
        bottom: 50px;
        font-weight: 600;
    }

    .home-about {
        text-align: center;
        width: 400px;
        color: white;
        font-size: 18px;
        position: relative;
        font-weight: 400;
    }

    .home-about p {
        position: relative;
        top: 95px;
        opacity: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .discordbtn1 {
        text-align: center;
        position: relative;
        top: 110px;
    }

    .discordbtn1 a {
        color: white;
        text-decoration: none;
        font-size: 23px;
        background-color: #3272ca;
        border: #3272ca 2px solid;
        padding: 7px 22px;
        border-radius: 3px;
    }

    .discordbtn1 a:hover {
        transition: 0.25s;
        background-color: rgb(24, 24, 24);
        color: #3272ca;
        border: #3272ca 2px solid;
    }
}

.webname-home {
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    padding-left: 50px;
    position: relative;
    top: 20px;
}

.webname-home:hover {
    transition: 0.25s;
    opacity: 90%;
}

.navbtns {
    text-align: right;
    position: relative;
    right: 60px;
    font-size: 20px;
    bottom: 10px;
}

.navbtns a {
    color: white;
    text-decoration: none;
    padding: 7px;
}

.navbtns a:hover {
    transition: 0.25s;
    opacity: 70%;
}

.annbar {
    width: 100%;
    background-color: #0e428b;
    text-align: center;
    padding: 1px;
    color: white;
}

@media only screen and (min-width: 501px) {
    .home-title {
        color: white;
        text-align: center;
        position: relative;
        top: 110px;
        font-size: 40px;
    }

    .home-title h1 {
        font-weight: 600;
    }

    .home-about {
        color: white;
        text-align: center;
        font-size: 18px;
        position: relative;
        top: 50px;
        font-weight: 400;
        opacity: 90%;
        width: 100%;
    }

    .home-about p {
        padding-left: 400px;
        padding-right: 400px;
    }

    .discordbtn1 {
        text-align: center;
        position: relative;
        top: 110px;
    }

    .discordbtn1 a {
        color: white;
        text-decoration: none;
        font-size: 23px;
        background-color: #3272ca;
        border: #3272ca 2px solid;
        padding: 7px 22px;
        border-radius: 3px;
        position: relative;
        bottom: 50px;
    }

    .discordbtn1 a:hover {
        transition: 0.25s;
        background-color: rgb(24, 24, 24);
        color: #3272ca;
        border: #3272ca 2px solid;
    }
}

.footer {
    width: 100%;
    background-color: #111111;
    text-align: center;
    position: relative;
    top: 246px;
    height: 250px;
}

.weba img {
    position: relative;
    top: 20px;
    width: 100px;
    height: 100px;
}

.weba h1 {
    color: white;
    font-size: 22px;
}

.footline {
    background-color: white;
    height: 1px;
    opacity: 10%;
    width: 80%;
    position: relative;
    left: 10%;
}

.weba h2 {
    font-size: 15px;
    color: white;
    position: relative;
    top: 20px;
}

.h2a {
    color: #345beb;
    text-decoration: none;
}

.h2a:hover {
    transition: 0.25s;
    opacity: 90%;
}

@media only screen and (max-width: 500px) {
    .item {
        background-color: #111111;
        height: 450px;
        width: 400px;
        position: relative;
        top: 120px;
        border-radius: 3px;
        border: #3272ca 3px solid;
        left: 7px;
    }

    .thumbnail img {
        width: 93%;
        position: relative;
        border: #3272ca 3px solid;
        top: 15px;
        left: 15px;
        border-radius: 3px;
    }

    .item-desc {
        color: white;
        text-align: center;
        width: 390px;
        position: relative;
        top: 5px;
        left: 2px;
    }

    .item-desc p {
        position: relative;
        bottom: 20px;
    }

    .viewbtn {
        text-align: center;
        position: relative;
        bottom: 50px;
    }

    .viewbtn a {
        background-color: #3272ca;
        color: white;
        font-size: 20px;
        border-radius: 3px;
        border: #3272ca 3px solid;
        text-decoration: none;
        padding-left: 145px;
        padding-right: 146px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        top: 200px;
    }

    .viewbtn a:hover {
        transition: 0.25s;
        background-color: #111111;
        border: #3272ca 3px solid;
    }
}

@media only screen and (min-width: 501px) {
    .item {
        background-color: #111111;
        height: 250px;
        width: 800px;
        position: relative;
        left: 552px;
        top: 120px;
        border-radius: 3px;
        border: #3272ca 3px solid;
    }

    .thumbnail img {
        width: 47%;
        position: relative;
        border: #3272ca 3px solid;
        top: 15px;
        left: 15px;
        border-radius: 3px;
    }

    .item-desc {
        color: white;
        text-align: center;
        width: 390px;
        position: relative;
        left: 393px;
        bottom: 220px;
    }

    .item-desc p {
        position: relative;
        bottom: 20px;
    }

    .viewbtn {
        text-align: center;
        position: relative;
        top: 140px;
    }

    .viewbtn a {
        background-color: #3272ca;
        color: white;
        font-size: 20px;
        border-radius: 3px;
        border: #3272ca 3px solid;
        text-decoration: none;
        padding-left: 345px;
        padding-right: 346px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .viewbtn a:hover {
        transition: 0.25s;
        background-color: #111111;
        border: #3272ca 3px solid;
    }
}

@media only screen and (max-width: 500px) {
    .wholeitem {
        padding-top: 50px;
    }

    .item-title {
        color: white;
        text-align: center;
        position: relative;
        top: 10px;
        font-size: 15px;
    }

    .item-title h1 {
        font-weight: 600;
    }

    .thumbnai2 {
        text-align: center;
        position: relative;
        top: 10px;
    }

    .thumbnai2 img {
        width: 90%;
        border-radius: 3px;
        border: #3272ca 3px solid;
    }

    .aboutpay {
        text-align: center;
        color: white;
    }

    .aboutpay h2 {
        font-weight: 600;
        font-size: 35px;
        position: relative;
        top: 120px;
    }

    .aboutpay p {
        position: relative;
        top: 95px;
        opacity: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .paybuttons {
        text-align: center;
    }

    .stripepaybtn a {
        background-color: #3272ca;
        border-radius: 5px;
        border: #3272ca 3px solid;
        text-decoration: none;
        color: white;
        padding-left: 50px;
        padding-right: 70px;
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        top: 30px;
    }

    .stripepaybtn a:hover {
        transition: 0.25s;
        color: #3272ca;
        background-color: rgb(24, 24, 24);
        border: #3272ca 3px solid;
    }

    .paypalpaybtn {
        position: relative;
        top: 25px;
    }
}

@media only screen and (min-width: 501px) {
    .wholeitem {
        padding-top: 50px;
    }

    .item-title {
        color: white;
        text-align: center;
        position: relative;
        top: 10px;
        font-size: 40px;
    }

    .item-title h1 {
        font-weight: 600;
    }

    .thumbnai2 {
        text-align: center;
        position: relative;
        bottom: 20px;
    }

    .thumbnai2 img {
        width: 50%;
        border-radius: 3px;
        border: #3272ca 3px solid;
    }

    .aboutpay {
        text-align: center;
        color: white;
    }

    .aboutpay h2 {
        font-weight: 600;
        font-size: 35px;
    }

    .aboutpay p {
        position: relative;
        bottom: 25px;
        opacity: 90%;
        padding-left: 400px;
        padding-right: 400px;
    }

    .paybuttons {
        text-align: center;
    }

    .stripepaybtn a {
        background-color: #3272ca;
        border-radius: 5px;
        border: #3272ca 3px solid;
        text-decoration: none;
        color: white;
        padding-left: 247px;
        padding-right: 250px;
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .stripepaybtn a:hover {
        transition: 0.25s;
        color: #3272ca;
        background-color: rgb(24, 24, 24);
        border: #3272ca 3px solid;
    }

    .paypalpaybtn {
        position: relative;
        top: 25px;
    }
}

.toslogo {
    text-align: center;
    position: relative;
    top: 20px;
}

.toslogo img {
    width: 25%;
}