* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    top: 0;
}

html,
body {
    overscroll-behavior: none;
}

body {
    font-family: Fredoka, sans-serif;
    background-color: #4a4c51;
    display: flex;
    flex-direction: column;
    overscroll-behavior: none;
}

header {
    display: flex;
    background-color: #1e2124;
    color: #fff;
    width: 100%;
    height: 15vh;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 0 20px;
}

.header-buttons {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    align-items: center;
    max-width: 70%;
}

.header-buttons a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    margin: 15px 15px 0 15px;
    padding: 10px 100px;
    border-radius: 5px;
    transition: 0.3s;
}

.header-buttons a:hover {
    background-color: #fff;
    color: #1e2124;
}

.header-logo a {
    font-size: 80px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.header-text {
    display: flex;
    justify-content: end;
    max-width: 300px;
}

.header-text p {
    font-weight: 400;
    padding-top: 10px;
    max-width: 400px;
    font-size: 18px;
}

aside {
    display: flex;
    background-color: #36393e;
    color: #fff;
    width: 15vw;
    height: 100VH;
    position: fixed;
    top: 0;
    left: 0;
}

aside div {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-evenly;

    width: 100%;
    height: 50%;
}

aside div a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 20px;
    transition: 0.3s;
}

aside div a:hover {
    background-color: #52565b;
    color: #fff;
}


.index-main {
    font-family: poppins, sans-serif;
    display: flex;
    flex-direction: column;
    margin: 15vw 0 0 15vw;
    align-items: center;
    color: #ffffff;
    height: 350vh;
    justify-content: space-around;
}


.index-section {
    display: flex;
    margin: 20px 0px;
    display: flex;
    background-color: #52565b;
    height: 50vh;
    width: 90%;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}

.text-container {
    width: 40%;
    max-width: 300px;
    text-align: center;
}

.text-container h1 {
    font-size: 30px;
}

.text-container h2 {
    margin-bottom: 10px;
    font-weight: 300;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 30vw;
    /* or set a specific width, like 400px */
    max-height: 300px;
    /* Set the maximum height */
    aspect-ratio: 16 / 9;
    /* Automatically calculates the 16:9 ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.review-section-index {
    background-color: #4a4c51;
    width: 85vw;
    height: auto;
    margin: 0 0 5vh 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.review-img-container-index {
    width: 75%;
    
}
.review-section-index img {
    height: auto;
    width: 100%;
    border-radius: 7px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1e2124;
    color: #fff;
    height: 25vh;
    padding: 0 5vw 0 15vw;

}

.footer-buttons {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-between;
    padding: 0 40px;
    align-items: center;
    max-width: 100%;
}

.footer-text-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 50%;
}

.footer-text-container p {
    margin: 10px;
}

.footer-buttons a {
    text-decoration: none;
    color: #fff;
    margin: 15px 15px 0 15px;
}

/***************************************************
****************** discord invite ******************
***************************************************/
.discord-invite {
    background-color: rgb(47, 49, 54);
    border-radius: 4px;
    box-sizing: border-box;
    height: 110px;
    padding: 16px;
    width: 432px;
    font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  .discord-invite-text {
    block-size: 16px;
    font-size: 12px;
    height: 16px;
    margin-bottom: 12px;
    margin-top: 0px;
    text-transform: uppercase;
    color: rgb(185, 187, 190);
  }
  .discord-invite-body {
    display: flex;
    justify-content: center;
    width: 400px;
  }
  .discord-invite-image {
    background-image: url("https://images.unsplash.com/photo-1598926938348-044254213822?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-position: 50% 50%;
    background-size: 100% 100%;
    border-radius: 15px;
    margin-right: 16px;
    width: 50px;
  }
  .discord-invite-details {
    block-size: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 246.2px;
  }
  .discord-invite-name {
    margin: 0px;
    color: white;
   display: flex;
  }
  .discord-invite-verified {
    color: rgb(114, 137, 218);
    display: flex;
    margin-right: 8px;
  }
  .discord-invite-verified-tick {
    display: flex;
    position: absolute;
  }
  .discord-invite-verified-tick-svg {
    color: white;
  }
  .discord-invite-counts {
    margin: 0px;
    align-items: center;
    display: flex;
    color: rgb(185, 187, 190);
  }
  .discord-invite-status-icon {
    block-size: 8px;
    border-radius: 50%;
    inline-size: 8px;
    margin-right: 4px;
  }
  .discord-invite-online-icon {
    background-color: rgb(67, 181, 129);
  }
  .discord-invite-offline-icon {
    background-color: rgb(116, 127, 141);
  }
  .discord-invite-join-button {
    border-radius: 3px;
    align-items: center;
    background-color: rgb(67, 181, 129);
    block-size: 40px;
    box-sizing: border-box;
    color: white;
    display: flex;
    inline-size: 77.8px;
    justify-content: center;
    margin-left: 10px;
    padding: 2px 20px;
    text-decoration: none;
  }
  .discord-invite-count {
    font-size: 12px;
    margin-right: 8px;
  }

  @media screen and (max-width: 500px) {
    .discord-invite {
        max-width: 350px;
        height: auto;
        margin-bottom: 20px;
    }

    .discord-invite-body {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        width: 100%;
        justify-content: start;
    }

    .discord-invite-join-button {
        margin-top: 10px;
        width: 90%;
        margin-left: 0;
    }

  }

  

/***************************************************
****************** pricing.html ********************
***************************************************/
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15vh 0 0 0;
}

.page-section {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    background-color: #52565b;
    width: 95%;
    padding: 25px;
    border-radius: 20px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #36393e;
    color: #fff;
    width: 30%;
    padding: 20px;
    border-radius: 10px;
    height: auto;
}

.pricing-card h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.price-tag {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin-top: 5px;
}

.price-tag h3,
h2 {
    margin-top: 5px;
}

.image-container-price img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-container-price {
    border-radius: 10px;
    height: auto;
    overflow: hidden;
}

.pricing-card a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    margin: 10px;
    padding: 10px 100px;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 600;
}

.pricing-card a:hover {
    background-color: #fff;
    color: #1e2124;
}

.sale-text {
    background-color: black;
    color: #fff;
    padding: 10px 7vw;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

.sales {
    display: flex;
    justify-content: space-evenly;
    height: 70%;
    flex-direction: column;
    border-radius: 20px;
    ;
}

.sales h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;

}

.review-section {
    background-color: #36393e;
    width: 100%;
    height: 15vh;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.review-img-container {
    width: 48%;
}
.review-section img {
    height: auto;
    width: 100%;
    border-radius: 5px;
}

/***************************************************
****************** contact.html ********************
***************************************************/

.contact-section-text {
    font-size: 40px;
    color: #fff;
}
.contact-article-discord {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #36393e;
    color: #fff;
    width: 30%;
    border-radius: 25px 25px 25px 25px;
    height: auto;
    padding-bottom: 25px;
}

.contact-article-discord .img-container {
    width: 100%;
    height: 300px;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}
.contact-article-discord .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-article-discord .text-container {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    padding: 20px 0;
}

.form-container h1 {
    font-size: 25px;
    margin-bottom: 10px;
    
}

.form-container {
    padding: 20px;
    height: 100%;
    width: 100%;
}

.form-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.form-container form input {
    width: 50%;
    padding: 7px;
    margin: 10px 0;
    border-radius: 10px;
    border: none;
}

.form-container form label {
    padding-top: 10px;
}

.form-container form textarea {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    border: none;
}

.form-container form input[type="submit"] {
    text-decoration: none;
    background-color: #36393e;
    color: #fff;
    border: 2px solid #fff;
    margin: 10px;
    border-radius: 50px;
    transition: 0.3s;
    font-weight: 600;
}
.form-container form input[type="submit"]:hover {
    background-color: #fff;
    color: #1e2124;
}

/***************************************************
****************** order.html **********************
***************************************************/

.order-form {
    display: flex;
    flex-direction:row;
    justify-content: center;
    flex-wrap: wrap;
    background-color:#52565b;
    height: auto;
    width: 90%;
    border-radius: 50px;
    margin: 5vh 0 0 0;
    padding: 40px;
}

.order-personal-info {
    display: flex;
    flex-direction: column;
    width: auto;
    color: #fff;
    margin: 10px;
}

.order-personal-info input {
    width: 70%;
    padding: 7px;
    margin: 10px 0;
    border-radius: 10px;
    border: none;
}

.order-personal-info label {
    padding-top: 10px;
}

.order-song-info {
    margin: 10px;
    display: flex;
    flex-direction: column;
    width: 20%;
    color: #fff;
}

.order-song-info input {
    width: 70%;
    padding: 7px;
    margin: 10px 0;
    border-radius: 10px;
    border: none;
}

.order-song-info label {
    padding-top: 10px;
}

.order-extra-info {
    margin: 10px;
    display: flex;
    flex-direction: column;
    width: auto;
    color: #fff;
}

.order-extra-info label {
    padding-top: 10px;
}

.order-extra-info textarea {
    width: 70%;
    padding: 7px;
    margin: 10px 0;
    border-radius: 10px;
    border: none;
}

.order-submit {
    width: 25%;
    color: white;
    padding: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-submit h3 {
    margin-top: 10px;
}

.order-submit p {
    font-size: 12px;
}

.order-extra-info #extra-info {
    height: 200px;
}

.order-submit input[type="submit"] {
    text-decoration: none;
    color: black;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: 0.3s;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    width: 70%;
}
/***************************************************
****************** MEDIA QUERIES *******************
***************************************************/

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

    .header-buttons h1 {
        font-size: 40px;
    }

    .header-buttons p {
        font-size: 13px;
    }

    .header-buttons a {
        padding: 100px 50px;
    }

    .header-buttons a {
        padding: 10px 50px;
    }

}

@media screen and (max-width: 1000px) {
    .header-logo a {
        font-size: 60px;
    }

    .header-text p {
        font-size: 0px;
    }

    aside {
        display: none;
    }

    .index-main {
        margin: 25vh 0;
        text-align: center;
        height: auto;
    }

    .index-main h1 {
        font-size: 20px;
    }

    .index-section {
        flex-direction: column;
        height: 60vh;
    }

    .text-container {
        width: 90%;
        padding: 20px 0;
        margin: 0;
    }

    .video-container {
        width: 50%;
        height: 70%;
    }

    footer {
        width: 100%;
        margin: 0;
        padding-left: 0;
    }

    .footer-text-container {
        margin: 10px;
    }

    .price-tag a {
        padding: 10px 50px;
    }

    .sales h2 {
        font-size: 20px;
    }

    .sales h3 {
        font-size: 17px;
    }

    .sales {
        justify-content: space-between;
    }

    #contact-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-article-discord {
        width: 80%;
        margin: 20px;
    }
    .order-form {
        flex-direction: column;
        height: 100%;
    }

    .order-song-info {
        width: auto;
    }
    .order-submit {
        width: auto;
        align-items: center;
        justify-content: center;
    }

    .order-submit h1 {
        text-align: center;
    }

    .order-submit p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1060px) {
    .footer-text-container {
        font-size: 13px;
        justify-content: center
    }
    
}

@media screen and (max-width: 1000px) {
    .review-section {
        width: auto;
        flex-direction: column;
        height: auto;
        margin: 10px;
    }

    .review-img-container {
        width: 100%;
    }

    .review-section-index {
        width: auto;
        margin: 10px;
    }

    .review-img-container-index {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .footer-text-container {
        display: none;
    }
}

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

    .header-text p {
        font-size: 0;
    }

    .header-buttons {
        max-width: 100%;
    }

    .header-buttons a {
        padding: 5px 20px;
    }

    aside {
        display: none;
    }

    .index-main {
        margin: 25vh 0;
    }

    .index-main-text {
        margin: 20px;
    }

    .header-buttons a {
        padding: 10px 50px;
    }

    .header-text {
        display: none;
    }

    header {
        display: flex;
        flex-direction: column;
        height: 21vh;
    }

    footer {
        justify-content: center;
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        height: auto;
        padding: 20px;
    }

    .header-logo h1 {
        font-size: 50px;
        margin-top: 10px;
    }

    .header-buttons {
        padding: 0 0;
        margin: 0 0;
    }

    .page-section {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        width: 80%;
        margin: 20px 0;
    }

    .sales {
        height: 30vh;
    }

    .sales h2 {
        font-size: 30px;
    }

    .sales h3 {
        font-size: 25px;
    }
}

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

    .video-container {
        width: 100%;
        height: 100%;
    }

    .index-section {
        flex-direction: column;
        height: 65vh;
    }

    .header-buttons a {
        margin: 0px 10px 0px 0px;
    }

    footer {
        justify-content: center;
    }

    .footer-text-container {
        display: none;
    }

    .sales h2 {
        font-size: 25px;
    }

    .sales h3 {
        font-size: 20px;
    }
}