@import url('https://fonts.googleapis.com/css?family=Hammersmith+One|Russo+One|Staatliches&display=swap');
body {
    background: url(../img/background.png);
    background-size: cover;
    margin: 0vw;
}

.logo {
    position: absolute;
    width: 10vw;
    height: 5vw;
    left: 8vw;
    text-align: center;
    color: #fff;
    line-height: 4.75vw;
    font-size: 1.5vw;
    font-family: 'Hammersmith One';
}

.backguy {
    position: absolute;
    right: 0vw;
    bottom: 0vw;
    width: 18vw;
}

.reviewAvatar{
    width:2.5vw;
    height:2.5vw;
    border-radius:50%;
    margin-bottom:0.5vw;
}

.reviews{
    position:absolute;
    top:12vw;
    left:50vw;
    width:35vw;
    color:white;
}

.reviewTitle{
    font-family:'Staatliches';
    font-size:2vw;
    margin-bottom:1vw;
}

.reviewText{
    font-size:0.9vw;
    line-height:1.4;
    word-wrap:break-word;
}

.reviewContainer{
    display:flex;
    align-items:center;
    width:30vw;
}

.reviewSlider{
    width:30vw;
    position:relative;
}


.reviewCard{
    width:100%;
    box-sizing:border-box;
    background:rgba(0,0,0,0.5);
    padding:1.5vw;
    font-family:'Hammersmith One';
    border-left:0.3vw solid #3ca918;
}

.arrow{
    background:#3ca918;
    border:none;
    color:white;
    font-size:1.5vw;
    cursor:pointer;
    padding:0.5vw 0.8vw;
}

.menu {
    list-style-type: none;
    margin: 0vw;
    padding: 0vw;
    position: absolute;
    width: 50vw;
    height: 5vw;
    left: 20vw;
    line-height: 2vw;
}

.menuitem {
    color: #fff;
    float: left;
    margin: 1.5vw;
    font-family: 'Hammersmith One';
    cursor: pointer;
    border-bottom: 0.1vw solid transparent;
    height: 1.5vw;
    font-size: 0.8vw;
}

.maintext {
    position: absolute;
    width: 40vw;
    height: 22vw;
    left: 8vw;
    top: 12vw;
}

.title {
    font-family: 'Staatliches';
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    line-height: 4vw;
}

.description {
    color: #fff;
    font-family: 'Hammersmith One';
    letter-spacing: 0.1vw;
    line-height: 2vw;
    font-size: 0.75vw;
}

.button1 {
    color: #fff;
    position: absolute;
    font-size: 1vw;
    font-family: 'Staatliches';
    background: #3ca918;
    padding: 1vw;
    width: 8vw;
    text-align: center;
    height: 1vw;
    line-height: 1.1vw;
    top: 14vw;
    cursor: pointer;
}

.bar {
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    right: 0vw;
    height: 13vw;
}

.sec1 {
    float: left;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0vw;
    width: 25vw;
    height: 100%;
    box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.sec1time {
    color: #3ca918;
    font-size: 2vw;
    position: absolute;
    left: 2vw;
    top: 2vw;
    font-family: 'Hammersmith One';
}

.sec1title {
    color: #fff;
    font-size: 1.5vw;
    position: absolute;
    left: 2vw;
    top: 5vw;
    font-family: 'Hammersmith One';
}

.sec1subtitle {
    color: #a0a0a052;
    font-size: 0.75vw;
    position: absolute;
    left: 2vw;
    top: 7vw;
    width: 11vw;
    line-height: 1.5vw;
    font-family: 'arial';
}

.sec2 {
    float: left;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 25vw;
    width: 25vw;
    height: 100%;
    box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.sectitle {
    position: absolute;
    color: #fff;
    font-family: 'Hammersmith One';
    font-size: 1vw;
    left: 2vw;
    top: 2vw;
}

.secsubtitle {
    position: absolute;
    color: #3ca918;
    font-family: 'Staatliches';
    font-size: 1.5vw;
    left: 2vw;
    top: 3.25vw;
}

.secslots {
    position: absolute;
    color: #b3b3b3d9;
    font-size: 0.7vw;
    left: 2vw;
    top: 5.25vw;
    font-family: 'Arial';
}

.secip {
    position: absolute;
    color: #3ca918;
    font-family: 'Staatliches';
    font-size: 1.5vw;
    left: 2vw;
    top: 9.25vw;
    cursor: pointer;
}

.secbarfull {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 11.25vw;
    width: 21vw;
    height: 0.25vw;
    left: 2vw;
}

.secinbar {
    width: 50%;
    background: #3ca918;
    position: absolute;
    top: 0vw;
    left: 0vw;
    height: 100%;
}

.secbadge {
    position: absolute;
    background: #3ca918;
    width: 5vw;
    height: 2vw;
    text-align: center;
    font-size: 0.75vw;
    color: #fff;
    font-family: 'Hammersmith One';
    line-height: 2vw;
    left: 17vw;
    top: 2vw;
}

.sec3 {
    float: left;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50vw;
    width: 25vw;
    height: 100%;
    box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.sec4 {
    float: left;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 75vw;
    width: 25vw;
    height: 100%;
    box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.green {
    color: #3ca918 !important;
}

.pink {
    color: #c21f4a !important;
}

.blue {
    color: #1f2ac2 !important;
}

.greenbg {
    background: #3ca918 !important;
}

.pinkbg {
    background: #c21f4a !important;
}

.bluebg {
    background: #1f2ac2 !important;
}

.grey1 {
    color: #ffffff3d;
    font-size: 1vw;
    position: absolute;
    top: 9.6vw;
    left: 8.5vw;
    cursor: pointer;
}

.grey2 {
    color: #ffffff3d;
    font-size: 1vw;
    position: absolute;
    top: 9.6vw;
    left: 8.5vw;
    cursor: pointer;
}

.grey3 {
    color: #ffffff3d;
    font-size: 1vw;
    position: absolute;
    top: 9.6vw;
    left: 8.5vw;
    cursor: pointer;
}

/* ================= MOBILE VIEW ================= */

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

.menu,
.menuitem {
    display: none !important;
}

.reviews {
    display: none !important;
}

.bar,
.sec1,
.sec2,
.sec3,
.sec4 {
    display: none !important;
}

.backguy {
    display: none;
}

.logo {
    position: relative;
    width: 40vw;
    height: auto;
    left: 0;
    margin: 5vw auto;
    text-align: center;
    font-size: 5vw;
}

.maintext {
    position: relative;
    width: 90%;
    left: 5%;
    top: 10vw;
    height: auto;
    text-align: center;
}

.title {
    font-size: 11vw;
    line-height: 11vw;
}

.description {
    font-size: 4vw;
    line-height: 6vw;
}

.button1 {
    position: relative;
    width: 60vw;
    margin: 6vw auto;
    font-size: 4vw;
    padding: 3vw;
    height: auto;
    line-height: normal;
}

}