@font-face {
    font-family: robo;
    src: url('fonts/montserrat_light.ttf');
}
html {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
body{
    padding: 0;
    margin: 0;
    font-family: robo;
}
section {
    background-color: snow;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1500px;
    max-width: 1000px;
    margin: 0 auto;
}
.header {
    background-color: #8ec63f;
    width: 100%;
    margin: 0 auto;
    height: 120px;
    position: fixed;
    max-width: 1000px;
    z-index: 999;
}
.nav {
    background-color: #8ec63f;
    width: 100%;
    margin: 0 auto;
    height: 0;
}
.drawable {
    margin-left: 20px;
    width: 80px
}
.title{
    color: white;
    font-size: 50px;
    position: absolute;
    margin-left: 110px;
    margin-top: 10px
}
.menu {
    order: 999;
    margin-left: auto;
    width: 300px;
}
/* messages */
.container {
    margin: auto;
    padding: 15px;
}
.nav-item{
    display: flex;
    flex-flow: row wrap;
}
.map{
    background-image: url("img/maps.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: absolute;
}
.bottom-play{
    background-image: url("img/botoom_play.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80px;
    max-width: 200px;
    position: absolute;
    width: 200px;
    bottom: 0px;
    border-top-right-radius: 30px;
    margin-left: 10px;
}
.bottom-text{
    font-size: 38px;
    color: #8ec63f;
    margin: 20px 0 0 90px;
    position: absolute;
}
.tabs-bar{
    background-color: #558316;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
    position: absolute;
    max-width: 600px;
    display: flex;
}
.tabs-bar li{
    float: left;
    font-size: 20px;
    margin: 15px;
}

.selected-tab{
    display:inline-block;
    border-bottom:3px solid  #8ec63f;
    margin: 15px 15px 0 15px !important;
}
.post{
    overflow-y: auto;
    overflow-x: hidden;
}

.post-first{
    margin-left: 10px;
    text-align: center;
	background-color: white;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 3px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px;
    margin-top: 120px;
    margin-right: 10px;
}
.product_level{
    margin-top: 20px;
    width: 100%;
    font-size: 25px;
}
.product_level tr{
    height: 40px;
}
.green_level{
    color: #8ec63f;
}
.level_price{
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 10px;
}
.cart_level_img{
    margin-top: -300px;
    width: 100%;
    text-align: center;
}
.big_level_text{
    font-size: 180px;
    text-shadow: 2px 2px 2px black, 0 0 1em green;
    margin-top: -270px;
    height: 300px;
    color: #8ec63f;
    width: 100%;
    text-align: center;
}
.cart_level_img img{
    width: 300px;
}
.line{
    border-bottom: 2px solid black;
}
.green_line{
    border-bottom: 5px solid green;
}
.post-first-photo{
    width: 100%;
    height: 700px;
    object-fit: cover;
    color: white;
}
.gradient{
    background-image: linear-gradient(#ebebeb, #656578, #39383c);
}
.shadow{
    padding-top: 120px;
    margin-top: 500px;
    position: absolute;
    top: 120px;
    width: 980px;
    background: linear-gradient(to bottom, transparent 0%, #292626 100%);
    text-align: right;
}
.price{
    color: white;
    font-size: 65px;
    margin-right: 150px;
}
.old_price{
    position: absolute;
    color: white;
    font-size: 55px;
    text-decoration: line-through;
    margin-top: -60px;
	margin-left: 30px
}
.category{
    width: 450px;
    margin-top: -50px;
    margin-left: 10px;
    display: block;
    border-radius: 10px;
    position: absolute;
}
.couners{
    margin-left: 50px;
    margin-top:100px;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    display: flex;
}
.couners li{
    margin: 5px;
    font-size: 35px;
    background-color: white;
}
.couners li img{
    width: 45px;
    object-fit: cover
}
.rating{
    width: 370px;
    margin-top:-175px;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    float: right;
    max-width: 600px;
    display: flex;
}
.rating li{
    font-size: 50px;
    color: #FCCE15;
}
.rating li img{
    width: 60px;
}
.name{
    font-size: 45px;
    margin-top: 30px;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}
.text{
    font-size: 25px;
    text-align: left;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.details{
    min-height: 60px;
    background-color: white;
    padding: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
    margin-top: 20px;
    border-radius: 10px;
    padding-bottom: 25px;
}
.slider{
    min-height: 60px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
    margin-top: 20px;
    border-radius: 10px;
    padding-bottom: 25px;
    font-size: 25px;
}
.slider img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.slider b{
    margin-left: 10px;
}
.det-title{
    font-size: 35px;
    text-align: left;
	font-weight: 600;
	margin-top: 10px;
}
.det-full{
    font-size: 24px;
    text-align: left;
}
.level_price span{
	padding-left:5px;
	padding-right:5px;
}
.cross{
    margin-top:5px;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-bottom: 10px;
    overflow-x: auto;
}
.cross li{
    min-height: 60px;
    margin-left: 5px;
    margin-right: 5px;
	background-color: white;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
    margin-top: 20px;
    border-radius: 10px;
    height: 430px;
}
.cross li img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 300px;
    width: 325px;
}
.cross li div{
    padding: 10px;
    text-align: center;
    font-size: 25px;
}
.more-resource{
    font-size: 35px;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: -10px;
}
.comment{
    min-height: 60px;
    padding: 30px;
    margin: 10px;
    text-align: left;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: white;
}

.comment .avatar{
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}
.comment_rating{
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    max-width: 600px;
    display: flex;
}
.comment_rating li{
    color: #FCCE15;
}
.comment_rating ul{
    height: 30px;
}
.comment_rating li img{
    width: 30px;
    height: 30px;
}
.comment_name{
    font-size: 25px;
    color: blue;
}
.comment_time{
    font-size: 25px;
}
.comment_text{
    margin-left: 120px;
    font-size: 16px;
}
.cart{
    margin-top:5px;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-bottom: 10px;
}
.cart li{
    min-height: 60px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
    margin-top: 20px;
    border-radius: 10px;
    height: 330px;
}
.cart li img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 200px;
    width: 255px;
    object-fit: cover
}
.cart_name{
    max-width: 240px;
    font-size: 25px;
    padding: 10px;
    text-align: center
}

.cart_text{
    text-align: left;
    font-size: 25px
}
.track_list{
    background-color: white;
    position: absolute;
    bottom: 0;
    height: 700px;
    width: 980px;
    margin-left: 10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
}
.track_list table{
    margin: 20px;
    font-size: 25px;
    width: 100%;
    text-align: center;
}
.big_dot{
    background-color: #8ec63f;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.dots{
    text-align: center;
}
.dot{
    background-color: #8ec63f;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 4px 0 4px 10px;
}
.count{
    margin-left: 225px;
    border-radius: 50%;
    background-color: #8ec63f;
    width: 30px;
    padding: 5px;
    color: white;
    text-align: center;
    position: absolute;
    top: 20px;
}
.b_title{
    width: 350px;
    background-color: white;
    border-top-right-radius: 20px;
    margin-left: 10px;
    margin-top: -10px;
}
.kon{
    background-color: #e0e0e0;
    width: 100px;
    height: 100px;
    border-top-right-radius: 20px;
    text-align: center;
    display: inline-block
}
.kon img{
    margin-top: 20px;
    width: 60px;
    height: 60px;
}
.live_icon{
    margin-top: 20px;
    width: 60px;
    height: 60px;
}
.b_title_name{
    position: absolute;
    font-size: 40px;
    margin-top: 20px;
    margin-left: 20px;
}
.b_body{
    background-color: white;
    width: 100%;
    min-height: 1500px;
    max-width: 940px;
    margin-left: 10px;
    z-index: 999;
    position: fixed;
    margin-top: 110px;
    object-fit: cover
}

.b_body {
    padding: 10px;
}
.b_body table{
    font-size: 25px;
}
.b_body table td{
    width: 30%;
    font-size: 40px;
}
.b_body .avatar{
    border-radius: 125px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-right: 20px;
}
.avatar_name{
    text-align: center;
    font-size: 25px;
}
.level{
    position: absolute;
    width: 325px;
    padding-top: 40px;
    margin-top: 200px;;
    color: white;
    font-size: 50px;
    text-align: center;
    background: linear-gradient(to bottom, transparent 0%, #292626 100%);
}
.stat_title{
    font-size: 50px;
}
.stats td img{
    width: 70px;
    margin: 20px;
}
.stats table tr td:first-child{
    width: 40px;
}
.stats tr td{
    border-bottom: 1px solid grey;
}
.chat_send{
    min-width: 1000px;
}
.chat_send img{
    position: absolute;
    bottom: 300px;
    min-width: 1000px;
}

.chat_left{
    position: absolute;
    bottom: 430px;
    margin-left: 10px;
}
.chat_avatar{
    border-radius: 75px;
    width: 120px;
    object-fit: cover;
    height: 120px;
    margin-right: 20px;
}
.chat_cloud_left{
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
    display: inline-block;
    min-width: 400px;
    min-height: 100px;
    padding-top: 10px;
}
.chat_like_count{
    width: 80px;
    height: 80px;
    margin-left: 10px;
}
.chat_time{
    font-size: 30px;
}
.live_count{
    text-align: center;
    font-size: 30px;
    padding: 10px;
}

.chat_right{
    position: absolute;
    bottom: 430px;
    right: 520px;
}

.chat_cloud_right{
    background-color: white;
    color: white;
    background-color: #8ec63f;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 3px 0px;
}
.chat_text{
    margin: 10px;
    font-size: 30px;
    max-width: 100px;
    display: inline-table;
}
.chat_img{
    border-radius: 20px;
}
.google{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1000px) {
    .chat_right{
        position: absolute;
        bottom: 300px;
        right: 0;
    }
}
.resource_photo{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.resources li{
    width: 100px;
    text-align: center;
    margin: 10px;
}
.resources{
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    overflow-x: auto;
    justify-content: center
}
.checkboxes{
	text-align:center;
	margin-top: 20px;
}
.checkboxgroup {
  display: inline-block;
  text-align: center;
  min-width: 30%;
}
.checkboxgroup label {
  display: block;
}
input[type='radio'] { transform: scale(2); }

.gift_pack{
	margin-top: 10px;
}

.gift_pack img{
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.gift_pack td{
	text-align: center;
	font-size: 25px;
}
.gift_close{
    background-color: #8ec63f;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px;
    opacity: 0.3;
    position: absolute;
}
.gift_close img{
	width: 120px;
    height: 120px;
}