body {
    background-color: #0e0e0e;
    color: white;
    font-family: 'Raleway', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 0;
}

.container {
    width: 75%;
    margin: auto;
}

.container1 {
    width: 75%;
    margin: auto;
    min-height: 99vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tCon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tCon button {
    padding: 5px 15px;
    border: solid #999999 2px;
    background-color: transparent;
    color: #999999;
    height: max-content;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.2em;
    border-radius: 25px;
    transition-duration: 200ms;
}

.tCon button:hover {
    border: solid #ffffff 2px;
    background-color: #ffffff67;
    color: #ffffff;
}

.cTop {
    background-color: #191919;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    border: none;
    border-radius: 25px 25px 0px 0px;
}

.cOne {
    background-color: #191919;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    border: none;
    border-radius: 25px;
}

.cBottom {
    background-color: #303030;
    margin: 0px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 25px 25px;
    color: #999999;
}

.cBottom h4 {
    margin: auto;
}

.cBottom p {
    margin: auto;
}

.sum {
    background-color: #191919;
    padding: 11px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.2em;
    border: solid 2px #191919;
    transition-duration: 200ms;
}

.sum:hover {
    border: solid 2px #76F066;
}

.itemHolder {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
}

.itemImage img {
    max-width: 120px;
    margin: auto;
    align-items: center;
}

.itemImage {
    width: 165px;
    height: 190px;
    align-items: center;
    display: flex;
    background-color: #1d1d1d;
    border: none;
    border-radius: 25px 25px 0px 0px;
}

.item {
    background-color: #262626;
    border: none;
    border-radius: 25px;
    width: max-content;
    margin: 10px;
    margin-right: 0;
}

.item span {
    color: #999999;
    font-weight: 300;
    font-size: 0.8em;
}

.item p {
    margin: auto;
    margin-bottom: 5px;
    color: #999999;
}

.item h4 {
    margin: auto;
    margin-bottom: 5px;
    color: #e7e7e7;
}

.item button {
    color: #d4d4d4;
    background-color: #3b3b3b;
    border: solid 2px #3b3b3b;
    border-radius: 10px;
    padding: 5px 8px;
    font-weight: 700;
    width: 100%;
    transition-duration: 200ms;
}

.item button:hover {
    color: #76F066;
    background-color: #3b3b3b;
    border: solid 2px #76F066;
    border-radius: 10px;
    padding: 5px 8px;
    font-weight: 700;
    width: 100%;
}

.f1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.f1 img {
    margin-left: 20px;
    max-width: 60%;
    width: auto;
    object-fit: contain;
}

.c1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    justify-items: center;
    margin: auto;
}

.c2 {
    display: flex;
    height: 98vh;
    flex-direction: column;
    justify-content: space-evenly;
    justify-items: center;
    margin: auto;
}

.basicButton {
    color: #000000;
    background-color: #76F066;
    border-radius: 10px;
    padding: 5px 8px;
    font-weight: 700;
    width: 100%;
    border: none;
    font-weight: 700;
    font-size: 1.2em;
    transition-duration: 200ms;
}

.basicButton:disabled {
    color: #3b3b3b;
    background-color: #202020;
    border-radius: 10px;
    padding: 5px 8px;
    font-weight: 700;
    width: 100%;
    border: none;
    font-weight: 700;
    font-size: 1.2em;
    transition-duration: 200ms;
}

.basicButton:hover:enabled {
    color: #191919;
    -webkit-filter: brightness(70%);
    border-radius: 10px;
    padding: 5px 8px;
    font-weight: 700;
    width: 100%;
}

.dItem {
    max-width: 500px;
}

.point p {
    margin: auto;
    color: #999999;
}

.point h3 {
    margin: auto;
}

.point {
    margin-top: 25px;
}

.conntact {}

.table {
    color: #999999;
}

.table th {
    padding-right: 20px;
}

.ori {
    display: flex;
    flex-direction: row;
}

.ori table {
    margin-left: 50px;
}

.infoBlock {
    margin-left: 30px;
}

.infoBlock h4 {
    margin: 0;
    margin-top: 10px;
}

.centerImage {}

@media only screen and (max-width: 1000px) {
    .infoBlock {
        margin-left: 0px;
    }
    .container {
        width: 95%;
    }
    .container1 {
        width: 95%;
        overflow-x: hidden;
    }
    .f1 {
        flex-direction: column;
    }
    .f1 img {
        margin-left: 0px;
        margin-top: 20px;
        max-width: 100%;
        width: auto;
    }
    .dItem {
        max-width: 95%;
        margin: auto;
    }
    .c1 {
        width: 100%;
    }
    .c2 {
        height: 80vh;
    }
    .tCon {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tCon button {
        padding: 5px 15px;
        border: solid #999999 2px;
        background-color: transparent;
        color: #999999;
        height: max-content;
        vertical-align: middle;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 1.2em;
        border-radius: 25px;
        transition-duration: 200ms;
        margin-bottom: 25px;
    }
    .ori {
        display: flex;
        flex-direction: column;
    }
    .ori table {
        margin-left: 0;
    }
    .centerImage {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-items: center;
        margin: auto;
    }
}