@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


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

body {
    background-color: black;
}

.back {
    height: 99vh;
    width: 99vw;
    opacity: 0.2;
}

.container {
    position: absolute;
}

.logo {
    position: absolute;
    top: 1%;
    left: 10%;
    width: 145px;
    background-color: transparent;
}

.content {
    position: absolute;
    display: flex;
    top: 27%;
    left: 30%;
    width: 36vw;
    color: white;
    font-family: poppins, sans-serif;
    font-size: 28px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
    line-height: 240%;
}

select {
    width: 7vw;
    height: 5vh;
    position: absolute;
    top: 4vh;
    color: white;
    background-color: transparent;
    left: 76vw;
    font-size: 18px;
    font-family: unset;
    font-weight: 400;
    padding-right: 5px;
    border-radius: 5px;
}

option {
    color: black;
}

.btn {
    position: absolute;
    height: 5vh;
    width: 5vw;
    box-sizing: border-box;
    top: 4vh;
    left: 84vw;
    background-color: rgb(229, 9, 20);
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn:hover {
    background-color: rgb(134, 20, 20);
}

.price {
    position: absolute;
    top: 60vh;
    left: 38vw;
    background-color: transparent;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
}

.rtw {
    position: absolute;
    color: white;
    font-size: 18px;
    top: 67vh;
    left: 32vw;
    font-weight: 400;
}

.mail {
    position: absolute;
    top: 72vh;
    left: 28vw;
    border: 0.25px solid rgba(255, 255, 255, 0.373);
    width: 26vw;
    height: 5vh;
    color: white;
    caret-color: white;
    padding: 24px 16px 24px 16px;
    box-sizing: border-box;
    font-size: 17px;
    background-color: rgba(23, 23, 23, 0.7);
    padding-top: 28px;
    padding-bottom: 28px;
    border-radius: 5px;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.752);
}

.gtstrtd {
    position: absolute;
    height: 8vh;
    width: 13vw;
    box-sizing: border-box;
    top: 72vh;
    left: 55vw;
    background-color: rgb(229, 9, 20);
    color: white;
    font-weight: 100;
    border-radius: 4px;
    border: none;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.gtstrtd:hover {
    background-color: rgb(134, 20, 20);
}