﻿.sekizcontainer {
    display: flex;
    padding: 0.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 95%;
    height: auto;
    align-items: center;
    background-color: black;
    opacity:0.9;
    border: 1px solid black;
    margin:1rem 0;
}

.sekizcolumn {
    display: flex;
    height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 20%;
    background-color: black;
}

.sekizconnecter {
    margin-top:1rem;
    width: 3%;
    height: 500px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .sekizconnecter div {
        border: 1px solid white;
        border-left: none;
        width: 100%;
        margin-left: 0;
    }

#sekizconn1 div {
    height: 50px;
}

#sekizconn2 div {
    height: 120px;
}

#sekizconn3 div {
    height: 240px;
}

.sekizline {
    width: 3%;
    height: 500px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top:0.8rem;
}

    .sekizline div {
        border-top: 1px solid white;
        
    }
.paket {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    width: 100%;
}
.tarih{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0.4rem;
    width:100%;
    font-size:0.9rem;
}
.sekizbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.sekizbox {
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
}

.small-sekizbox {
    width: 20%;
    height: 40px;
    background-color: white;
    border-left: 1px dotted black;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:768px) {
    .sekizbox{
        font-size:13px;
    }
    .tarih{
        font-size:0.6rem;
    }
}
