html, body {
    height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    
    -webkit-text-size-adjust: none !important;
}

.bg {
  background-image: url("vending-machine-8636496_1920.png");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-text {
    padding-top: 200px;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #ffffff;
}

.bg-text div {
    display: block;
    font-size: 40px;
}

.sticky {
    z-index: 60;
    position: fixed;
    background-color: #ffffff;
    color: #000000;
    height: 80px;
    width: 100%;
    top: 0;
    transition: height 500ms;
    overflow: auto;
    display: block;
}
    
.menu {
    float: right;
    display: block;
    text-align: right;
    padding: 27px 30px 0 0;
    transition: padding 500ms;
}
    
.menu a {
    color: #000000;
    font-size: 25px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}
    
.menu a:hover {
    background-color: #000000;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
    
.menu span {
    width: auto;
    text-align: center;
}

.tryit {
    background-color: #000000;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
    
.logo {
    margin: 20px 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    float: left;
}
    
.logo2 {
    height: 60px;
    padding-top: 10px;
    padding-left: 50px;
    transition: height 500ms;
}
    
.footer {
    width: 100vw;
    background: rgb(0,0,0);
    background: linear-gradient(148deg, rgba(0,0,0,1) 0%, rgba(176,176,176,1) 100%);
    overflow: auto;
} 

.footer_left {
    float: left;
    width: 20%;
    color: #ffffff;
    font-size: 14px;
    padding: 40px 0 40px 5%;
}
.footer_left2 {
    float: left;
    width: 70%;
    color: #ffffff;
    font-size: 14px;
    padding: 40px 0 40px 10%;
}

.footer_left a {
    color: #ffffff;
    text-decoration: none;
}
.footer_left a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer2 {
    width: 100vw;
    height: fit-content;
    background: url('tlmry.png') right bottom;
    background-repeat: no-repeat;
    display: block;
    overflow: auto;
}

.footpic {
    max-width: 80%;
    vertical-align: top;
}
    
.box02 {
    width: 100%;
    margin: 30px 0 30px 0;
    float: none;
}

.box02aa {
    display: block;
    overflow: auto;
    float: none;
}

.box2-image {
    max-width: 600px;
}

.box2-image2 {
    max-width: 300px;
}

.box02_left {
    text-align: center;
    float: left;
    width: 50%;
    margin: 40px 0 40px 0;
}

.box02_right {
    float: left;
    width: 50%;
    margin: 40px 0 40px 0;
}

.box02_right span {
    font-size: 19px;
    font-weight: bold;
}

.box02-title {
    font-size: 30px;
}

.box02_gallery {
    float: none;
    width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
}

.box02_video1 {
    display: block;
    overflow: auto;
    float: none;
    margin: 100px 0 100px 0;
}

.box02_video2 {
    float: left;
    width: 25%;
    margin: 0 4% 0 4%;
}

.box02_video3 {
    width: 100%;
}

.content {
    margin: 0 10% 0 10%;
    width: 80%;
}

/*----------------------------------------*/

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}

#closemenubtn {
    font-size: 36px;
    width: 0;
    transition: 0.5s;
    text-align: right;
    padding: 0 0 0 130px;
    cursor: pointer;
}

.openbtn {
    font-size: 25px;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    color: #000000;
    
}

.menu-normal {
    display: block;
}

.menu-ham {
    display: none;
}

.container {

}

@media only screen and (max-width: 900px) {
   
    .menu-normal {
        display: none;
    }

    .menu-ham {
        display: block;
    }
    
    .footer_left, .footer_left2 {
        float: none;
        width: 70%;
        color: #ffffff;
        font-size: 14px;
        padding: 40px 0 40px 10%;
    }
    
    .bg-text {
        padding-top: 140px;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #ffffff;
    }

    .bg-text div {
        display: block;
        font-size: 20px;
    }
    
    .box2-image2 {
        max-width: 300px;
    }

    .box02_left {
        float: none;
        width: 100%;
        margin: 40px 0 40px 0;
    }

    .box02_right {
        float: none;
        width: 100%;
        margin: 40px 0 40px 0;
    }
    
}