
@font-face {
    font-family: myFirstFont1;
    src: url("assets/FUTURASTD-MEDIUM.OTF");
}
html{
    background-color: white;
}
body{
    margin:0;
    padding: 0;
    background-color: black;
    font-size: 24px;
    min-width: 320px;
    max-width:100%;
    color:white;
    font-family: myFirstFont1;
    position: static;
}
.left-clmn{
    width: 23%;
    float: left;
    text-align: left;
    min-height: 1px;
    padding-left: 7%;
    margin-top: 25px;
}
.right-clmn{
    width: 70%;
    float: left;
    margin-top: 25px;
}


.container{
    width: 100%;
    line-height: 1em;
    overflow: auto;

}
.result{
    display: none;
}
.a{
    float: left;
}
.result{
    font-size: 40px;
}
.heading{
    height: 100vh;
    background-color: #fff;
    width: 50%;
    overflow: hidden;
    position: relative;
}
.heading::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
    
}
.logo{
    background-color: black; 
    margin:0 auto;
    height:100vh;
    width:50%;
    text-align: center;
    position: relative;
}
.content{
    margin: 0 auto;
    width: 97%;
    text-align: center;
    height: 82vh;
    background-image: url(assets/text-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.result .content{
    margin: 0 auto;
    width: 97%;
    text-align: center;
    height: 82vh;
    background-image: url(assets/text-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 /*::-webkit-scrollbar {
    width: 5px;
    background: url('assets/costum-scroll-bar-1.png');
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: url('assets/costum-scroll-bar-2.png');
    border-radius: 10px;
    background-repeat: no-repeat;
  }*/

.result .info{
    height:50%;
    overflow: auto;
    margin-right:5%;
    margin-top:50px;
}
#txt{
    position: relative;
    top: 30px;
    font-size: 28px;
    line-height: 1.2;
}
#txt1{
    position: relative;
    top:30px;
    font-size: 28px;
    line-height: 1.2;
}
.info{
    font-size: 50%;
}
#buttoncontainer {
    width: 100%; 
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    
}
.tog {
    float: left;
    border: 2px solid gray;
    padding: 6px;
    font-size: 70%;
    width: 30%;
    cursor: pointer;
    width: 45%;
}
#cv.tog {
    float: right;
}
.drop{
    width:90%;
    position: relative;
}
select{
    cursor: pointer;
    width: 100%;
    height:40px;
    -webkit-appearance: button;
    background: url('assets/button_scroll_down.png'); 
    background-color: white;
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 25px;
    font-family: myFirstFont1;
    font-size: 18px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* select::-ms-expand {
     display: none; 
    } */
.dr:before{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width:40px;
    height: 40px;
    pointer-events: none;
    position: relative;
}
.x:before{
    position: absolute;
    top: 29%;
    right: 10px;
    bottom: 0;
}
.y:before{
    position: absolute;
    top: 58%;
    bottom: 0;
}
.z:before{ 
    position: absolute;
    top: 86%;
}
.log{
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}
.im{
    background-color: black;
    height: 35vh;
    background-image: url('assets/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#oil{
    left: 10%;
    width: 65%;
    height: 25vh;
    margin-left: 18%;
    margin-top: 4%;
}
#cans{
    width:100%;
    object-fit: contain;
}
.sub{
    background-color: gray;
    border: none;
    width: 30%;
    height: 35px;
    cursor: pointer;
    font-family: myFirstFont1;
    font-size: 18px;
}
.subm{
    background-color: gray;
    border:none;
    width:55%;
    height:35px;
    cursor: pointer;
    font-family: myFirstFont1;
    font-size: 18px;
}
#innovation{
    position: absolute;
    top:87%;
    left:19%;
    font-size:10px;
    color:black;
}
#www{
    position: absolute;
    top:91%;
    left:22%;
    font-size:10px;
    color:black;
}
.cont{
    width:80%;
    border-radius: 5px;
    background-color: #303030;
    height:30px;
    margin: auto auto;
    display:flex;
    justify-content:center;
    align-items:center;
    display: none;
}
#mid{
    position: relative;
    top:15%;
}
.highlightedbutton {
    background-color: rgb(206, 197, 197);
}
.highlightbutton {
    background-color: grey;
}
#cans-mob{
    display: none;
}
.footer{
    position: absolute;
    bottom: 17px;
    right:0;
    left: 0;
    font-size: 12px;
    font-family: myFirstFont1;
    width:95%;
    line-height: 1.5;
    margin: 0 auto;
}


@media screen and (max-width: 1211px)   {
    body{
        font-size:19px;
    }
    #innovation{
        left:17%;
        font-size:8px
    }
    #www{
        left:20%;
        font-size:8px
    }
    .x:before{
        top: 26%;
    }
    .y:before{
        top: 55.3%;
    }
    .z:before{ 
        top: 84.5%;
    }
    .result{
        font-size: 30px;
    }
    #buttoncontainer {
        margin-right:  -15px;
    }
}
@media screen and (max-width: 1024px)   {
    body{
        font-size:17px;
    }
    #buttoncontainer {
        margin-right:  -8px;
    }
    #txt{
        margin-right:-110px;
    }
}
@media screen and (max-width: 878px)   {
    body{
        font-size:15px;
    }
    select{
        height:35px;
    }
    #innovation{
        left:17%;
        font-size:8px;
        top:86%;
    }
    #www{
        left:21%;
        font-size:8px;
        top:90%;
    }
    .x:before{
        top: 26%;
        height:35px;
    }
    .y:before{
        top: 55.8%;
        height:35px;
    }
    .z:before{ 
        top: 85.3%;
        height:35px;
    }
    #buttoncontainer {
        margin-right:  -5px;
    }
}
@media screen and (max-width: 768px)   {
    /* body{
        position: fixed;
    } */
    .heading{
        height:70vh;
        width:100%;
    }
    .logo{
        height:30vh;
        width:100%;
    }
    .footer{
        font-size: 8px;
        width: 85%;
    }
    
    #cans{
        display: none;
    }
    
    #cans-mob{
        display: block;
        width: 30%;
        object-fit: contain;
        margin: -3.5vh auto;
    }
    .log{
        top: 15px;
    }
    .content{
        height: 55vh;
        margin-top: 20%;
    }
    .result .content {
        height: 55vh;
        margin-top: 20%;
    }
    body{
        font-size:18px;
    }
    #buttoncontainer {
        margin-top:40px;
    }
    select{
        height:30px;
        font-size: 15px;
    }
    .x:before{
        top: 29%;
        height:30px;
    }
    .y:before{
        top: 57.3%;
        height:30px;
    }
    .z:before{ 
        top: 85.5%;
        height:30px;
    }
    #innovation{
        left: 44%;
        font-size: 6px;
        top: 6%;
    }
    #www {
        left: 47%;
        font-size: 7px;
        top: 7%;
    }
    .result{
        font-size: 25px;
    }
    .result .info{
        height:50%;
        margin-bottom: 10px;
        margin-top: 35px;
    }
    .info{
        font-size: 60%;
       
    }
    .cont{
        font-size: 120%;
    }
    #txt{
        font-size: 20px;
        top: 20px;
        width: 100%;
        left: 0;
        right: 0;
    }
    #txt1{
        font-size: 20px;
        top: 20px;
        width: 100%;
    }
    
    .tog{
        width: 41%;
    }
    .left-clmn, .right-clmn{
        margin-top: 14px;
    }
    
    .left-clmn {
        padding-top: 10px;
    }
    .sub {
        width: 40%;
    }
    .subm {
        width: 65%;
    }
}
@media screen and (max-width: 550px)   {
    body{
        font-size:14px;
    }
    .x:before{
        top: 27.5%;
        height:30px;
    }
    .y:before{
        top: 56.5%;
        height:30px;
    }
    .result{
        font-size: 20px;
    }
    #innovation{
        left: 37%;
        font-size: 6px;
        top: 5%;
    }
    #www {
        left: 44%;
        font-size: 7px;
        top: 6%;
    }
}
@media screen and (max-width: 375px)   {
    body{
        font-size:10px;
    }
    #buttoncontainer {
        margin-right:5%;
        font-size: 120%;
    }
    .x:before{
        top: 27%;
        height:30px;
    }
    .result{
        font-size: 18px;
    }
    #innovation{
        left: 38%;
        font-size: 5px;
        top: 4%;
    }
    #www {
        left: 42%;
        font-size: 6px;
        top: 5%;
    }
}
