body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: rgb(6 11 23);
    color: #bdbdbf;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('https://zbosonstudio.com/img/zBosonBg.jpg?a=1') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

#content {
    padding: 20px;
    margin: 75px auto 30px auto;
    display: table;
    max-width: 1280px;
    background-color: rgb(12 14 22);
    line-height: 1.4;
    height: 100%;
    width: 90%;
}

#content ul.no-style {
    list-style: none;
}

#content ul.no-style li {
    margin-top: 10px;
}

#content ul.bukvabig {
    list-style: upper-latin;
}

#content ul.bukvabig li {
    margin-top: 10px;
}

#content ul.number {
    list-style: decimal;
}

#content ul.number li {
    margin-top: 10px;
}

#content ul.bukva {
    list-style: lower-latin;
}

#content ul.bukva li {
    margin-top: 10px;
}

#content ul.roman {
    list-style: lower-roman;
    margin-top: 10px;
}

#content ul.madde {
    list-style: disc;
}

#content ul.madde li {
    margin-bottom: 15px;
}

.uppercase {
    list-style: upper-latin;
}

h1 {
    color: #e37523f5;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.45;
    font-size: 1.8rem;
}

h2 {
    color: #bdbdbf;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    font-size: 1.3rem;
}

#header {
    background: #191c26;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 55px;
    margin-top: 0;
    line-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1.2rem 0;
    opacity: .2
}

#header #logo {
    margin: auto;
    width: 100%;
}

#header #logo img {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    max-width: 296px;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 51.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #b1b1b1;
    text-align: center;
    font-size: 22px;
    font-style: italic;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.game {
    display: block;
}

.game h1 {
    display: block;
    color: #ff007e;
    font-size: 1.5em;
    text-transform: math-auto;
    font-weight: 700;
}

.game #icon {
    border-radius: 6%;
    display: inline-block;
    max-width: 150px;
    margin-bottom: -2px;
}

.game span#short_desc {
    margin-top: -18px;
    display: block;
    font-size: 15px;
    color: #c1c2c5;
    font-style: italic;
}

.game .row {
    margin-top: 10px;
    display: inline-flex;
    flex-direction: row;
    color: rgb(122, 122, 122);
}

.game .column {
    margin-left: auto;
    display: inline-flex;
    flex-direction: column;
}

.game .column a {
    margin: 12px 8px 0 12px;
}

.game .column span {
    display: block;
    margin-top: 5px;
    margin-right: 0px;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    color: #c1c2c5;
}

.clear {
    clear: both;
}

#footer {
    background: #191c26;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
}

#footer #in {
    display: table;
    margin: 0 auto;
}

#footer #in ul {
    list-style: none;
    float: left;
    color: #919da1;
    margin-top: 13px;
    margin-bottom: 10px;
    padding-inline-start: 0;
}

#footer ul li {
    float: left;
    padding-left: 5px;
    font-size: 12px;
}

a {
    /*text-decoration: none;*/
    color: #00aafd;
}

#footer ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #298cc7;
    font-weight: 500;
}

#footer #copy {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    line-height: 0;
    color: #919da1;
}

#language-select {
    margin: 0 20px 20px 0;
    /* Add some margin for spacing */
}

/* Style for the select dropdown */
#language-select select {
    width: 150px;
    /* Set the width of the dropdown */
    padding: 5px;
    /* Add some padding for appearance */
    font-size: 14px;
    /* Set the font size */
    /*border: 1px solid #ccc; */
    border: none;
    border-radius: 5px;
    /* Add some border radius for rounded corners */
    background-color: #bdbdbf;
}

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 35px;
    width: 450px;
    /* Adjust the width as needed */
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 18px;
    /*border-radius: 10px;
     box-shadow: -2px 2px 6px rgb(200 200 255 / 50%);*/
    color: #191c26;
    box-sizing: border-box;
    z-index: 150;
}

#cookie-banner span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.fadeAnim {
    animation: fadeIn 0.4s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#cookie-banner button {
    padding: 10px 25px;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    font-size: 14px;
    width: 200px;
}

table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #222737;
    color: #c1c1c1;
}

th,
td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #0d111a;
}

th {
    background-color: #191c26;
    text-transform: uppercase;
}

td.fixedp10 {
    width: 5%;
}

td.fixedp60 {
    width: 60%;
}

td.fixedp20 {
    width: 20%;
}

tr {
    cursor: pointer;
}

table .selected {
    background-color: #33394d;
}

.button-container {
    display: block;
    padding: 10px;
    margin-top: 0;
    text-align: right;
}

.button-container #price {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
}

.button-container #summary {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 16px;
}

.header {
    background-color: #191c26;
    padding: 15px 0;
    text-align: center;
}

.menu {
    display: inline-block;
}

.menu a {
    color: #cdcdc0;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 15px;
    font-size: 18px;
    font-weight: 500;
}

.menu a:hover {
    color: #cfcfb4;
}

.steps {
    display: flex;
    justify-content: space-between;
    /*background-color: #222737;*/
    padding: 10px 0px;
    border-radius: 2px;
    text-transform: uppercase;
}

.step {
    color: #bdbdbf;
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #33394d;
    margin: 0 5px;
}

.step.active {
    background-color: #33394d;
}

.step:not(.active):hover {
    background-color: #33394d;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.form-container {
    max-width: 580px;
    margin: 0px auto;
    background-color: #1a1c26;
    padding: 20px;
    border-radius: 1px;
}

form {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0);
}

form .row {
    margin-bottom: 16px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.85em;
}

form button {
    display: inline-block;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #3498db;
    color: #3498db;
    transition: background-color 0.3s;
    min-width: 200px;
}

form button :hover {
    background-color: #3498db;
    color: #fff;
}

.kit-button {
    display: inline-block;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #3498db;
    color: #3498db;
    transition: background-color 0.3s;
    min-width: 200px;
}

.kit-button :hover {
    background-color: #3498db;
    color: #fff;
}

input,
textarea {
    max-width: 1230px;
    min-width: 500px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #33394d;
    border-radius: 4px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0);
    /* Fully transparent white */
}

input[type="checkbox"] {
    min-width: 18px;
    /* Set your desired minimum width */
    min-height: 18px;
    /* Set your desired minimum height */
}

button {

    background-color: rgba(76, 175, 80, 0);
    /* Fully transparent green */
    width: 290px;
    padding: 20px 50px;
}

button:hover {
    background-color: #3498db;
    color: #fff;
}

.error {
    color: #ff0000;
    margin-top: -10px;
    margin-bottom: 10px;
}

.summary {
    border: 1px solid #33394d;
    padding: 5px;
    border-radius: 2px;
    margin: 50px 0 20px 0;
    float: right;
    width: 300px;
    ;
}

/* Add this CSS in your stylesheet */
@media screen and (max-width: 767px) {
    .fade-in {
        transition: opacity 0.5s, transform 0.5s;
        opacity: 0;
        transform: translateY(15px);
        /* Adjust as needed */
    }

    .no-fixed-position {
        position: relative !important;
    }

    #cookie-banner {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 5px 0;
        border-radius: 0;
        /* Optionally, remove border-radius for mobile */
    }

    .menu a {
        padding: 5px;
        margin: 0 5px;
        font-size: 16px;
    }

    .overlay-text {
        font-size: 20px;
        /* Adjust the font size for larger mobile phones and small tablets */
    }

    #vertical {
        transform: scale(0.75);
        /* İçeriği küçült */
    }
}

@media screen and (min-width: 100px) {
    .overlay-text {
        font-size: 18px;
        /* Adjust the font size for small tablets and larger screens */
    }
}

@media screen and (min-width: 992px) {
    .overlay-text {
        font-size: 22px;
        /* Adjust the font size for larger screens */
    }
}

#thankYouMessage {
    background-color: #136d5b;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

#thankYouMessage h2 {
    margin-top: 0;
}

#thankYouMessage p {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.tab {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tab button {
    background-color: #333;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    float: left;
    transition: 0.3s;
    border-radius: 10px 0 0 0;
}

.tab button:hover {
    background-color: #555;
}

.tab button.active {
    background-color: #4caf50;
}

.tabcontent {
    display: none;
    padding: 20px;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background-color: #333;
}

#vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

/*
#vertical {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 80vh;
}

*/