body {
    background-color: #131416;
    margin: 0px;
}

html,
body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.banner {
    position: relative;
    width: 100vw;
    height: 170px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: block;
}

.banner-background {
    display: none;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('./Assets/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.logo {
    width: 120px;
    height: 120px;

}

@media (max-width: 600px) {
    .banner {
        height: 100px;
    }

    .logo {
        width: 80px;
        height: 80px;
    }
}

.navbar {
    background-color: #131416;
    padding: 15px 0;

}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin: 0 15px;
    text-align: center;
    min-width: 0;
}

.navbar a {
    display: block;
    color: #adafbe;
    text-decoration: none;
    font-weight: 520;
    font-family: sans-serif;
    padding: 2px 0;
    font-size: 90%;
    white-space: nowrap;
    transition: color 0.3s;
}

.navbar a:hover {
    color: #fff;
}

.separator {
    border: none;
    height: 0.1px;
    background-color: #adafbe;
    margin: 0;
}

.email_clickable {
    background-color: #26282c;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 520;
    color: #adafbe;
    background: linear-gradient(90deg, #2f7caf, #43a544);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.mainText {
    background-color: #26282c;
    font-size: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 520;
    color: #adafbe;
    justify-content: left;
    line-height: 1.5;
    margin-left: 27%;
    margin-top: 20px;
    margin-right: 27%;
    padding: 10px 10px 10px 10px;
    height: 70%;
    padding-left: 1%;
}

@media (max-width: 600px) {
    .mainText {
        font-size: 5vw;
        margin-left: 12%;
        margin-right: 12%;
        padding: 10px 10px 10px 10px;
        height: 80%;
    }

    .email_clickable {
        font-size: 5vw;
    }

    .centered {
        font-size: 5vw;
    }

    .elsoText {
        font-size: 5vw;
        margin-left: 12%;
        margin-right: 12%;
        padding: 10px 10px 10px 10px;
        height: 80%;
        margin-left: auto;
    }

    .elsoImg {
        visibility: hidden;
    }
    .copy_image{
        visibility: hidden;
    }
}

@media (max-width: 800px) {
    .mainText {
        font-size: 5vw;
        margin-left: 12%;
        margin-right: 12%;
        padding: 10px 10px 10px 10px;
        height: 80%;
    }

    .elsoText {
        font-size: 5vw;
        margin-left: 12%;
        margin-right: 12%;
        padding: 10px 10px 10px 10px;
        height: 80%;
        margin-left: auto;
    }


    .email_clickable {
        font-size: 5vw;
    }

    .centered {
        font-size: 5vw;
    }

    .elsoImg {
        visibility: hidden;
    }
    .copy_image{
        visibility: hidden;
    }
    
}

@media (max-width: 1000px) {
    .mainText {
        font-size: 5vw;
        margin-left: 12%;
        margin-right: 12%;
        padding: 10px 10px 10px 10px;
        height: 80%;
    }

    .elsoText {
        font-size: 5vw;
        margin-left: 12%;
        margin-right: 12%;
        padding: 10px 10px 10px 10px;
        height: 80%;
        margin-left: auto;
    }

    .email_clickable {
        font-size: 5vw;
    }

    .centered {
        font-size: 5vw;
    }

    .elsoImg {
        visibility: hidden;
    }
    .copy_image{
        visibility: hidden;
    }
    
}

footer {
    color: #adafbe;
    font-family: monospace;
    font-size: 10px;
    margin: 2% auto;
    max-width: 800px;
    width: 90%;
    text-align: center;
}

.centered {
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
    font-size: 2vw;

}

.highlight {
    color: #079bdf;
    font-weight: bold;
}

.reviews {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 3% auto 2% auto;
    width: 88%;
    max-width: 800px;
}

.reviews img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0;
}

.review_text {
    display: flex;
    flex-direction: column;
}

.review_text p {
    margin: 0;

}

.review_user {
    color: #079bdf;
    display: flex;
    font-size: 110%;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.review_message {
    color: #adafbe;
    display: flex;
    margin-top: 10px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.review_form {
    width: 100%;
    max-width: 750px;
    /* adjust if needed */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review_form input,
.review_form button {
    width: 100%;
    display: block;
    box-sizing: border-box;
    flex: 1 1 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #333;
    border-radius: 6px;
}

.review_form button {
    text-align: centery;
    width: 7rem;
    font-weight: bold;
}


.review_form input {
    background-color: #131416;
    color: #eee;
}

.review_form input::placeholder {
    color: #777;
}

.review_form button {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.review_form button:hover {
    background-color: #555;
}

#popup {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #131416;
    color: red;
    padding: 12px 20px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 1000;
    /* stays above other content */
    max-width: 90%;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.textText {
    width: max-content;
    justify-content: left;
}

.textImage {
    float: right;
    width: 20%;
    margin-right: 0px;
    margin-left: 100px;
}

.upperMainText {
    background-color: #26282c;
    font-size: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 520;
    color: #adafbe;
    width: 80%;
    line-height: 1.5;
    /*margin-left: 27%;
    
    margin-right: 27%;*/

    padding: 10px 10px 10px 10px;
    height: 70%;
    margin: 20px auto 10px auto;
    max-width: 46%;
}

.elsoText {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.elsoImg {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0px;
    width: fill;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
}

#Kep1,
#Kep2 {
    width: 55%;
    margin-right: 0;
    margin-bottom: 20px;
}

#Kep2 {
    margin-top: 15px;
}

label {
    width: 80%;
    font-size: 14px;
    word-wrap: break-word;
    text-align: center;
}

.sarga {
    font-size: 16px;
    color: #079bdf;
}

.qaQuestion {
    line-height: 22px;
    margin-top: 4%;
}

.highlight {
    color: #079bdf;
    font-weight: bold;
}

.highlight_nonbold {
    color: #079bdf;
}

.highlight2 {
    color: white;
    font-weight: bold;
}

.copy_image{
    background: #26282c;
    border: none;
    margin-right: 0px;
    height: 20%;
    width: 6%;
}

#copyimage{
    height: 100%;
    width: 100%;   
}