/*/////////////////////////////teh-start////////////////////////////////////*/
.wrapper-teh-start{
    position: relative;
    z-index: 15;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0px auto;
}
.wrapper-teh-start > div{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0px 20px;
    box-sizing: border-box;
}
.wrapper-teh-start > div img{
    width: 100%;
}
.teh-start-left > p{
    font-size: 60px;
    color: #877dff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    margin: 70px 0px 40px 0px;
    font-family: "Mulish-SemiBold"; 
}
.teh-start-left > p b{
    color: #fda925;
}
.teh-start-left > span{
    font-size: 40px;
    color: #877dff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "Mulish-SemiBold"; 
}
.teh-start-left > span b{
    color: #fda925;
}
.teh-start-left-text p{
    font-size: 30px;
    color: #fda925;
    font-family: "MulishBold"; 
    margin: 80px 0px 10px 0px;
}
.teh-start-left-text ul li{
    list-style: none;
    margin-left: 20px;
    color: #fff;
    font-size: 22px;
    font-family: "Mulish-SemiBold"; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.teh-start-right{
    text-align: right;
}
/*//////////////////////////////teh-price///////////////////////////////////*/
.wrapper-teh-price{
    position: relative;
    z-index: 15;
}
.wrapper-teh-price > p{
    font-size: 50px;
    color: #877dff;
    text-align: center;
    margin: 150px 0px 300px 0px;
}
.wrapper-teh-price > p > span{
    color: #fda925;
    font-family: "MulishBold";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.teh-price{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.teh-price > div:nth-child(2){
    margin: 0px 50px;
}
.teh-price > div{
    flex-grow: 1;
    max-width: 445px;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    border: 4px solid #fbc063;
    position: relative;

}
.teh-price > div:after{
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 4px solid #fbc063;
    content: '';
    width: 90%;
    height: 10px;
    background: #33275c;
    position: absolute;
    left: 5%;
    top: -19px;
}
.teh-price > div > p{
    font-size: 30px;
    color: #fbc063;
    font-family: "MulishBold";
    text-align: center;
    margin: 30px 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    
}
.teh-price > div > span{
    display: block;
    width: 90%;
    margin: 0px auto;
    padding: 9px 0px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    border-radius: 50px;
    border: 4px solid #fbc063;
    font-size: 35px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-family: "MulishBold";
    background: #33275c;
    box-sizing: border-box;
}
.teh-price ul{
    background: #33275c;
    color: #fff;
    padding: 20px 15px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    border-radius: 50px;
    border: 4px solid #fbc063;
    width: 90%;
    margin: 30px auto 0px auto;
    box-sizing: border-box;
}
.teh-price ul li{
    list-style: none;
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 5px 0px;
}
.teh-price img{
    position: absolute;
}
#teh-price-1{
    background: url(../img/ui-bg-7.jpg);
    background-size: cover;
}
#teh-price-1 img{
    top: -143px;
    left: 30px;
    z-index: 20;
}
#teh-price-1 span{
    color: #44bbff;
}
#teh-price-2{
    background: url(../img/ui-bg-8.jpg);
    background-size: cover;
}
#teh-price-2 img{
    top: -145px;
    left: 30px;
    z-index: 20;
}
#teh-price-2 span{
    color: #e2ff44;
}
#teh-price-3{
    background: url(../img/ui-bg-9.jpg);
    background-size: cover;
}
#teh-price-3 img{
    top: -144px;
    left: 30px;
    z-index: 20;
}
#teh-price-3 span{
    color: #ff6c44;
}
.teh-price > div > a{
    width: 245px;
    height: 55px;
    background: #542995;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px auto 40px auto;
    display: block;
    position: relative;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 55px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
}
.teh-price > div > a:hover{
    box-shadow:  inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
/*//////////////////////////////teh-hour///////////////////////////////////*/
.wrapper-teh-hour{
    position: relative;
    z-index: 15;
    margin: 100px 0px 0px 0px;
}
.teh-hour{
    max-width: 680px;
    min-height: 250px;
    background: url(../img/ui-bg-10.jpg);
    margin: 0px auto;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 20px;
    background-size: cover;
    text-align: center;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 40px 0px rgb(255 145 0);
}
.teh-hour p{
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 40px 0px rgb(255 145 0);

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 20px;
    font-size: 30px;
    color: #63fb78;
    margin: 20px 20px 30px 20px;
    padding: 10px;
    text-align: center;
    font-family: "MulishBold"; 
    background: #33275c;
}
.teh-hour span{
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 40px 0px rgb(255 145 0);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 50px;
    color: #ffdf0b;
    font-size: 35px;
    text-align: center;
    font-family: "MulishBold"; 
    background: #33275c;
    padding: 10px 20px;
}














