﻿.onalticontainer {
    display: flex;
    padding: 0.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 98%;
    height: auto;
    align-items: center;
    background-color: black;
    opacity:0.9;
    border: 1px solid black;
    margin:1rem 0;
}

.onalticolumn {
    display: flex;
    height: 1000px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 20%;
    background-color: black;
}

.onalticonnecter {
    width: 3%;
    height: 1000px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top:0.8rem;
}

    .onalticonnecter div {
        border: 1px solid white;
        border-left: none;
        width: 100%;
        margin-left: 0;
    }

#onalticonn1 div {
    height: 65px;
}

#onalticonn2 div {
    height: 120px;
}

#onalticonn3 div {
    height: 240px;
}

#onalticonn4 div {
    height: 490px;
}

.onaltiline {
    width: 3%;
    height: 990px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top:0.8rem;
}

    .onaltiline div {
        border-top: 1px solid white;
    }

.onaltibox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.onaltibox {
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
}

.small-onaltibox {
    width: 20%;
    height: 40px;
    background-color: white;
    border-left: 1px dotted black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.tarih {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
    width: 100%;
    font-size: 0.9rem;
    color:white;
    box-sizing:border-box;
}
@media only screen and (max-width:550px) {
    .onaltibox-wrapper{
        font-size:8.8px;
    }

}

@media only screen and (min-width: 551px) and (max-width: 768px) {
    .onaltibox-wrapper {
        font-size: 10px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
    .onaltibox-wrapper {
        font-size: 11px;
    }
}
@media only screen and (min-width: 951px) and (max-width: 992px) {
    .onaltibox-wrapper {
        font-size: 12px;
    }
}
