body,html{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
}
.slide1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/BackgroundBg.jpg);
    background-size: cover;
    background-position: 0% -74%;
    overflow: hidden;  
}
.header img{
    width: 100%;
    transform: translateY(-45%);
}
.txt img,.cupdiv img,.port img{
    width: 100%;
}
.header{
    height: 20%;
    position: absolute;
    transform: scale(2);
    top: 0%;
    overflow: hidden;
}
span.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
  }
  
  span.close-btn img {
    width: 40px;
  }
  
.txt{
    position: absolute;
    width: 35%;
    bottom: 1%;
    left: 16%;
}
.triotxt{
    width: 50%;
    margin: 0 auto;
}
.layertxt{
    margin-top: 5%;
}
.button{
    width: 47%;
    margin: 0 auto;
    margin-top: 2%;
}
.hdptxt{
    width: 15%;
    margin: 0 auto;
    margin-top: 27%;
}
.cupdiv {
    width: 35%;
    position: absolute;
    right: 10%;
    /* background: red; */
    height: 100%;    
}
.cup{
    width: 60%;
    text-align: center;
    /* background: yellow; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    display: flex;
    justify-content: center;
}

.cupimg2{
    position: absolute;
    z-index: 9 !important;
}
.cupimg{
    top: 0%;
    position: absolute;
}
.cuparrow{
    width: 95%;
    top: -3%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.cuparrow2{
    position: absolute;
    left: 0;
    top: 0;
}
#toparrow {
    width: 100%;
    position: absolute;
    top: -12%;
    height: 55%;
    cursor: pointer;
    z-index: 2;
}
#bottomarrow{
    width: 100%;
    position: absolute;
    bottom: 2%;
    height: 55%;
    cursor: pointer;
    z-index: 2;
}
.CapCup{
    position: absolute;
    left: 0;
    top:0;
}
#onearrow{
    position: absolute;
    width: 100%;
    top: -60%;
    z-index: 2;
    height: 230%;   
    cursor: pointer;
}
.layer1{
    width: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.layer2{
    width: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.layer3{
    width: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.layer4{
    width: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.layer5{
    width: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.layer6{
    width: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.layer6 img,.layer5 img,.layer4 img,.layer3 img,.layer2 img,.layer1 img{
width:130%;
}
.cuparrow {
    width: 95%;
    top: -3%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.cup {
    width: 60%;
    height: 60%;
    /* background: yellow; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    display: flex;
}
.usetxt{
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
}




/*-- css style end --*/
/*-- Media Query Starts --*/
/* Tab */
@media (max-width: 480px) and (orientation: portrait) {
    .header {
        height: 20%;
        position: absolute;
        transform: scale(4);
        top: 26%;
        overflow: hidden;
    }
    .txt{
        position: absolute;
        width: 100%;
        top: 20%;
         left: 0%;
        /*transform: translateX(-50%); */
    }
    .triotxt {
        width: 40%;
        margin: 0 auto;
        margin-top: 2%;
    } 
    .button {
        width: 47%;
        margin: 0 auto;
        /* margin-top: 2%; */
        position: relative;
        top: 17%;
    }
    /* .mousetxt {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 85%;
        transform: translateX(-50%);
    }  */
    .cupdiv {
        width: 70%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        top: 20%;
        /* background: whitesmoke; */
        transform: translate(-50%);
    }    
    .hdptxt {
        width: 20%;
        margin: 0 auto;
        /* margin-top: 27%; */
        position: relative;
        bottom: -65%;
        left: -35%;
    }

    .cupdiv {
        width: 70%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        right: 0% !important;
        top: 20%;
        transform: translate(-50%);
    }
    .triotxt {
        width: 30%;
    }    
    .button {
        width: 35%;
        top: 0%;
    }
    .usetxt{
        top: 26%;
    }
    .slide1 {
        background-image: url(../images/BackgroundBg.jpg);
        background-size: cover;
        background-position: 0% 90%;
    }
  }
  
/* Mobile */

  @media (max-width: 300px) and (orientation: portrait) {
    .header {
        height: 20%;
        position: absolute;
        transform: scale(4);
        top: 26%;
        overflow: hidden;
    }
    .txt{
        position: absolute;
        width: 100%;
        top: 20%;
         left: 0%;
        /*transform: translateX(-50%); */
    }
    .triotxt {
        width: 40%;
        margin: 0 auto;
        margin-top: 2%;
    } 
    .button {
        width: 47%;
        margin: 0 auto;
        /* margin-top: 2%; */
        position: relative;
        top: 17%;
    }
    /* .mousetxt {
        position: absolute;
        left: 50%;
        width: 85%;
        transform: translateX(-50%);
    }     */
    .cupdiv {
        width: 70%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        top: 20%;
        /* background: whitesmoke; */
        transform: translate(-50%);
    }    
    .hdptxt {
        width: 20%;
        margin: 0 auto;
        /* margin-top: 27%; */
        position: relative;
        bottom: -70%;
        left: -35%;
    }

    .cupdiv {
        width: 70%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        right: 0% !important;
        top: 20%;
        transform: translate(-50%);
    }
    .triotxt {
        width: 30%;
    }    
    .button {
        width: 35%;
        top: 0%;
        
    }
    /* .mousetxt{
        top: 16%;
    } */
    .slide1 {
        background-image: url(../images/BackgroundBg.jpg);
        background-size: cover;
        background-position: 0% 90%;
    }
  }

  @media (max-width: 620px) and (orientation: landscape) {
    .header {
        top:5%
    }
    .slide1{
        background-image: url(../images/BackgroundBg.jpg);
        background-size: cover;
        background-position: 0% -100%;
    }
    .hdptxt {
       margin-top: 10%;
    }
    .txt {
        position: absolute;
        width: 50%;
        top: 35%;
        left: 10%;
    }
    .cupdiv{
        width: 50%;
        right: 0%;
    }
  }
  /*-- Media Query Starts --*/
  /*# sourceMappingURL=style.css.map */