body {
    font-family: "Outfit", sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f5f2f2;
    letter-spacing: 0.3px;
}

header {
    color: #fff;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    background: linear-gradient(0deg, #a10038 0%, #de3739 120%);
    box-shadow: 0 5px 10px #95000047;
}

.headTexts {
    max-width: 1200px;
    display: inline-block;
}

p {
    font-weight: 300;
    line-height: 24px;
    font-size: 17px;
}

header h1 {
    margin-left: 20px;

}

.brand {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    margin: 7px 0 10px 20px;
    text-transform: uppercase;
}

.brand a{
    color: #fff;
    text-decoration: none;
}

#menu-toggle {
    display: none;
}

#menu-icon {
    font-size: 24px;
    cursor: pointer;
    margin: 0 20px 5px;
}

#mobile-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #503b3bd4;
    border: 1px solid #b16262b3;
    box-shadow: 0 0 10px #a6565696;
    position: absolute;
    top: 50px;
    right: 3px;
    z-index: 1;
    width: 150px;
}

header input[type="checkbox"]:checked + #mobile-menu {
    display: flex;
}

#mobile-menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    width: 150px;
    text-align: center;
}

#mobile-menu a:hover {
    background-color: #0000004f;
    width: 150px;
    text-align: center;
    padding: 10px 0;
}

header nav {
    margin-right: 20px;
}

header nav a {
    color: #fff;
    text-decoration: none;
}

header nav a:hover {
    text-decoration: underline;
}

.silikBeyaz {
    color: #ffffffb0;
    margin: 0;
}

.beyaz {
    color: white;
}
 
.main-content {
    display: flex;
    position: relative;
    width: 100%;
    height: fit-content;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 20px;
    color: white;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
  
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(7 0 1 / 80%);
    z-index: 2;
}
  
.content-inner {
    margin: auto;
    position: relative;
    z-index: 3;
}

.main-contentGizlilik {
    background: url(/everything/BGinner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.main-contentUygulamalar {
    background: url(/everything/uygulamalar.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }
    .resimFoto {
        width: 100% !important;
    }
    p {
        padding: 0 10px;
    }
    .middle-content input {
        width: 100% !important;
    }
    .middle-content textarea {
        width: 100% !important;
    }
    .middle-content button {
        width: 100% !important;
    }
}

.resimFoto {
    width: 50%;
    border-radius: 20px;
    border-bottom: 3px solid #9f3a3a;
    box-shadow: 0 5px 10px #b826267a;
}

.middle-content {
    padding: 20px;
    max-width: 1200px;
    display: inline-block;
    text-align: center;
}

.middle-content form{
    max-width: 1200px;
    text-align: center;
}

.middle-content input{
    width: 600px;
    font-size: 20px;
    height: 40px;
    padding-left: 10px;
    border-radius: 10px;
    color: black;
    margin-bottom: 10px;
    border: 1px solid #00000052;
    box-sizing: border-box;
}

.middle-content textarea{
    width: 600px;
    font-size: 20px;
    height: 200px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
    color: black;
    margin-bottom: 10px;
    border: 1px solid #00000052;
    box-sizing: border-box;
}

.middle-content button{
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333;
    border-radius: 20px;
    border: 2px solid transparent;
    background-color: #be023a;
    box-shadow: 0 4px 10px 0 rgb(184 38 38 / 40%);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
}

.middle-content a {
    color: #059196;
    text-decoration: underline;
    font-weight: 400;
}

.middle-content a:hover {
    color: #006165;
    text-decoration: underline;
}

h1 {
    color: #fff;
    padding: 10px 0;
    font-size: 40px;
    margin: 0;
    text-shadow: 0 2px 5px #000000;
}

h2 {
    margin: 25px 0 5px 0;
    color: #be023a;
    font-weight: 600;
    font-size: 26px;
}

.btn-container {
    padding: 35px 0 30px 0;
}

@media screen and (max-width: 768px) {
    .centerButtonRight {
        margin-top: 20px;
    }
}

.centerButtonLeft {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333;
    border-radius: 20px;
    border: 2px solid transparent;
    background-color: #be023a;
    box-shadow: 0 4px 10px 0 rgb(184 38 38 / 40%);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
}

.centerButtonLeft:hover  {
    background-color: transparent;
    border: 2px solid #be023a;
}

.centerButtonRight {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333;
    border-radius: 20px;
    border: 2px solid transparent;
    background-color: white;
    box-shadow: 0 4px 10px 0 rgb(184 38 38 / 40%);
    color: #454545;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
}

.centerButtonRight:hover  {
    background-color: transparent;
    color: #fff;
    border: 2px solid #be023a;
}

.login-container {
    background: url(/everything/videoChatLogin.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    color: #2c3e50;
    width: 230px;
    padding: 15px;
    border-radius: 15px;
    height: 20px;
    margin: 5px 0;
    border: 0;
    outline: none;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
}

.login-container button {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333;
    border-radius: 15px;
    border: 2px solid transparent;
    background-color: #be023a;
    box-shadow: 0 4px 10px 0 rgb(184 38 38 / 40%);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0 25px 0;
    display: inline-block;
    width: 260px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: transparent;
    border: 2px solid #be023a;
}

.bottom-content {
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    text-align: center;
}

.bottom-content a {
    color: #059196;
    text-decoration: underline;
    font-weight: 400;
}

.bottom-content a:hover {
    color: #006165;
    text-decoration: underline;
}

.footer-top {
    background-color: #433939;
    padding: 25px 0 20px 0;
    width: 100%;
    text-align: center;
}

.footer-top a {
    background: #52575b;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
}

.footer-top a:hover {
    background: #34b1c4;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    color: white;
    font-size: 15px;
    text-decoration: none;
}

footer {
    background-color: #372929;
    color: #cececed1;
    text-align: center;
    padding: 25px 0;
    width: 100%;
    font-weight: 300;
    line-height: 24px;
}

footer a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding: 2px 6px;
}

footer a:hover {
    color: #ffefa6;
    border-bottom: none;
}

form {
    display: inline-grid;
}

li {
    display: contents;
}

ul{
    padding: 0 10px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.faq-item {
    background: #fff;
    border-bottom: 1px solid #b4b4b4;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 15px;
}

.faq-item h3 {
    padding: 0 20px;
    font-weight: 500;
}

.faq-question {
    font-weight: bold;
    margin: 0;
    transition: color 0.3s;
}

.faq-answer {
    display: none;
    margin-top: 15px;
    color: #444;
    padding: 15px 20px 0px 20px;
    border-top: 1px dashed #b4b4b4;
}

.faq-answer p {
    padding-bottom: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

.appletWindow {
    display: none;
    width: 100%;
    height: calc(100vh - 67px);
}

.mobileMenuStyle {
    padding-bottom: 4px;
}

.alternateChatting {
    display: none;
    background: #771a1a;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
    color: white;
    cursor: default;
}