* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*::-webkit-scrollbar {
    width: 3px;
}
*::-webkit-scrollbar-track {
    background: #292929;
}
*::-webkit-scrollbar-thumb {
    background: #c19aa4;
}
*::-webkit-scrollbar-thumb:active {
    background: #c19aa4;
}
html {
    font-family: segoe ui, sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
nav {
    background: #191919;
    padding: 48px 128px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 777px) {
    nav {
        display: flex;
        flex-direction: column;
    }
}

.logo {
    height: 48px;
    transition: all 0.25s ease-in-out;
}
nav .nav-link-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
@media only screen and (max-width: 777px) {
    nav .nav-link-holder {
        margin-right: auto;
    }
}
nav a:first-of-type:hover .logo {
    height: 52px;
}
nav .link {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    opacity: .5;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    margin: 0 2rem;
}
@media only screen and (max-width: 777px) {
    nav .link
  {
      margin: 2rem .4rem;
    }
}
nav .link:hover {
    opacity: 1;
}
.buy
{
  padding: 8px 16px;
  border: 1px solid #c19aa4;
  border-radius: 6px;
  transition: all .25s ease-in-out;
}
.buy:hover
{
  color: #fff;
  background: #c19aa461;
}
footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #606060;
    padding: 24px 128px;
}
footer p {
    margin-right: auto;
}
footer a {
    color: #707070;
    transition: all 0.25s ease-in-out;
}
footer a:first-of-type {
    margin-right: 16px;
}
footer a:hover {
    color: #fff;
}
.main {
    min-height: 60vh;
    padding: 24px 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #191919;
    background-image: url("../img/bg.png");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
.main h3 {
    margin-bottom: 48px;
    max-width: 50vw;
    font-weight: 300;
    color: #707070;
    text-align: center;
}
.main h1 {
    font-size: 64px;
    color: #fff;
    text-align: center;
}
.main .buy {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.pink {
    color: #c19aa4;
}
.features {
    padding: 24px 128px;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 48px;
    border-radius: 8px;
    background: #191919;
    margin: 24px;
}
.f i {
    width: 48px;
    height: 48px;
    padding: 16px;
    background: #c19aa4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 16px;
}
.f h1 {
    color: #fff;
    margin-bottom: 8px;
}
.f h3 {
    color: #707070;
    font-weight: 300;
}
.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 64px 128px;
    background: #191919;
    color: #fff;
}
.ready p {
    font-size: 24px;
}
.b2 {
    padding: 8px 16px;
    background: #c19aa4;
    border-radius: 4px;
    color: #191919;
    font-weight: 700;
    transition: all 0.25s ease-in-out;
    margin-left: 32px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.b2:hover {
    color: #fff;
    background: #c19aa461;
    border: 1px solid #c19aa4;
}
.media {
    border-top: 1px solid #c19aa4;
    border-bottom: 1px solid #c19aa4;
    background: #151515;
    padding: 72px 128px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bhop.png);
    background-position: center;
}
.tv {
    max-width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.tv h1 {
    margin-bottom: 16px;
}
.tv h3 {
    font-weight: 300;
    color: #707070;
}
.video {
    margin-left: 64px;
}
.b3 {
    width: fit-content;
    padding: 8px 16px;
    background: #c19aa4;
    border-radius: 4px;
    color: #191919;
    font-weight: 700;
    transition: all 0.25s ease-in-out;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin-top: 24px;
}
.b3:hover {
    color: #fff;
    background: #c19aa461;
    border: 1px solid #c19aa4;
}
.secfeat {
    padding: 96px 128px;
    background: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.secfeat h1 {
    color: #fff;
}
.secfeat h3 {
    color: #707070;
    font-weight: 300;
}
.rr {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.c1 {
    padding: 32px;
    width: 33.3%;
}
.r1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
}
.r1:not(:first-of-type) {
    margin-top: 24px;
}
.c1 h1 {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 12px;
    border-bottom: 1px solid #c19aa4;
    margin-bottom: 12px;
}
.menu {
    padding: 72px 128px;
    background: #131313;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 110% 250%;
}
.mt {
    align-items: center;
    margin-top: 32px;
    max-width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.mt h1 {
    text-align: center;
    margin-bottom: 16px;
}
.mt h3 {
    text-align: center;
    font-weight: 300;
    color: #707070;
}
footer p {
    margin-bottom: 0;
    display: flex;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}
.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 575px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    margin-top: 48px;
    margin-bottom: 48px;
}
.carousel .carousel-item {
    visibility: hidden;
    width: 731px;
    height: 515px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
}
.carousel-item img {
    width: 100%;
}
@media only screen and (max-width: 777px) {
    .menu {
        padding: 32px;
        background: #131313;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url(menubg.png);
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 110% 250%;
    }
    .carousel .carousel-item {
        visibility: hidden;
        width: 70%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .carousel {
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-perspective: 500px;
        perspective: 500px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        margin-top: 48px;
        margin-bottom: 48px;
        height: 180px;
    }
    .mt {
        max-width: 100vw;
    }
    .features {
        flex-direction: column;
        padding: 24px;
        background: #1d1d1d;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .media {
        border-top: 1px solid #c19aa4;
        border-bottom: 1px solid #c19aa4;
        background: #151515;
        padding: 72px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url(../img/bhop.png);
        background-position: center;
    }
    iframe {
        max-width: 80vw;
    }
    .video {
        margin-top: 32px;
        max-width: 80vw;
        margin-left: 0;
    }
    .tv {
        max-width: 80vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        text-align: center;
        align-items: center;
    }
    .r1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .c1 {
        padding: 32px;
        width: 80vw;
    }
    .secfeat {
        padding: 72px 24px;
        background: #191919;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    footer {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: #111;
        color: #606060;
        padding: 24px;
    }
    .logo {
        transition: all 0.25s ease-in-out;
    }
    nav a:first-of-type:hover .logo {
        height: 24px;
    }
    nav .buy {
        display: none;
        margin-left: auto;
    }
    .buy {
        margin-left: auto;
        padding: 8px 16px;
        border: 1px solid #c19aa4;
        border-radius: 6px;
        transition: all 0.25s ease-in-out;
    }
    nav {
        background: #191919;
        padding: 48px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ready {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 72px 24px;
        background: #191919;
        color: #fff;
    }
    .b2 {
        padding: 8px 16px;
        background: #c19aa4;
        border-radius: 4px;
        color: #191919;
        font-weight: 700;
        transition: all 0.25s ease-in-out;
        margin-left: 0;
        text-transform: uppercase;
        border: 1px solid transparent;
        margin-top: 24px;
    }
    .main {
        min-height: 30vh;
        padding: 10px 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #191919;
        background-image: url("../img/bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .main h3 {
        margin-top: 32px;
        margin-bottom: 32px;
        max-width: 80vw;
        font-weight: 300;
        color: #707070;
        text-align: center;
    }
    .main h1 {
        font-size: 48px;
        color: #fff;
        text-align: center;
    }
}
a:hover {
    text-decoration: none;
}
