* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'YekanBakh';
}

@font-face {
    font-family: 'YekanBakh';
    src: url('./YekanBakh-Regular.woff');
}

body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    direction: rtl;
}

.section {
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 650px;
}

.bg {
   /*  */
    height: 250px;
        z-index: -1;
        position: fixed;
        right: 0;
        bottom: 0;
        object-fit: cover;
        /* transform-origin: right;
        
    */
        width: 100%;
        object-position: right;
    /* min-height: 970px; */
}
.right{
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    width: 20%;


}
.person{
    width: 100%;
}


.left {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 45%;
    flex-direction: column;
    padding: 5px;
    /* justify-content: space-between; */
    display: flex;
    /* border: 2px solid rgb(132, 0, 255); */
    height: 100%;
}

.timeBox {
    /* position:absolute; */
    /* top: 10px; */
    z-index: 99;
    width: 100%;
    padding: 0 10px;
    height: 20px;
}

.segmented-control {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #eee;
    border-radius: 25px;
    overflow: hidden;
}

.segmented-control input[type="radio"] {
    display: none;
}

.checked{
    background-color: #FFCE63;
    color: rgb(0, 0, 0);
    border: 1px solid #FFCE63;
}

.segmented-control label {
    flex: 1;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    /*color: #333;*/
    font-weight: bold;
    /*background-color: #eee;*/
    /*border: 1px solid #ddd;*/
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    line-height: 20px;
}


.segmented-control label:first-child {
    border-radius: 25px 0 0 25px;
}

.segmented-control label:last-child {
    border-radius: 25px 0 0 25px;
}

.segmented-control label {
    padding: 5px 10px;
}


.segmented-control label:not(:first-child):not(:last-child) {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.number {
    margin-top: 5px;
    width: 100%;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.number .number-overline {
    color: white;
    font-size: 1.35rem;
}

.price {
    color: #FFCE63;
    font-weight: bolder;
    font-size: 1.75rem;
}

.main {
    position: fixed;
    right: 25%;
    bottom: 0;
    width: 35%;
     /* border: 2px solid rgb(0, 255, 55); */
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:15px 0 15px 0;
}

.logo {
    width: 75%;
}

.overline {
    width:80%;
}

.cta {
    width: 70%;
}

canvas {
    max-width: 43%;
    max-height: 130px;
}


#myChart{
    position: fixed;
    z-index: 999999;
    left: -6px;
    bottom: 0;
}

button.active {
    background-color: #003049;
    color: white;
}
