body {
    font-family: "Lexend", sans-serif;
    margin: 0;
    padding: 0;
    background: #fffafc70;
}

header {
    background: linear-gradient(180deg, rgb(255 244 247) 0%, rgb(243 214 224) 80%);
    color: #b1094b;
    text-align: center;
    padding: 0.6rem 0 0 0;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ffffffb8;
    box-shadow: 0 0 15px #4a374f94;
}

hr {
    border: 1px solid #65364d38;
    border-bottom: 0;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {    
    .logo-container {
    text-align: left;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    }
}

.logo-container a {
    color: #b1094b;
    text-decoration: none;
}

.logo-container img {
    width: 30px;
    vertical-align: middle;
    margin-bottom: 1.1rem;
}

.logo-text {
    font-size: 1.75rem;
    margin-left: 1rem;
    font-weight: 600;
    text-shadow: 0 1px 10px #ffffff7d;
    word-spacing: -3px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.container h2 {
    color: #7a0035;
}

.container p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
}

.button-container {
    display: flex;
    justify-content: center;
    margin: 15px;
}

.button {
    color: black;
    border: 2px solid white;
    background: linear-gradient(0deg, rgb(205 236 255) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 10px 10px;
    text-shadow: none;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 1rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 5px #00000080;
    cursor: pointer;
}

.buttonGirls {
    color: white;
    border: 2px solid #ff3174;
    background: #690315;
    margin: 10px 10px;
    text-shadow: none;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 1rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 5px #00000080;
    cursor: pointer;
}

.buttonGirls1 {
color: black;
    border: 2px solid white;
    background: linear-gradient(0deg, rgb(205 236 255) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 10px 10px;
    text-shadow: none;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 1rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 5px #00000080;
    cursor: pointer;
}

.buttonGirls:hover {
    background: none;
    border: 2px solid #ff3174;
    color: white;
}

.button:hover {
    background: none;
    border: 2px solid #fff56f;
    color: #fff56f;
}

.top-section {
    background-image: url(../images/headbg.webp);
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    padding: 60px 0 50px 0;
    text-align: center;
    color: white;
    text-shadow: 0 1px 2px #0000009e;
}

.top-section h1 {
    margin: 0;
    font-weight: 400;
    color: #fff56f;
}

.top-section h2 {
    margin-bottom: 20px;
}

.top-section p {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 0;
}

.fatTipsHead {
    background: linear-gradient(0deg, #462840 5%, #594055 80%, #744059 100%);
    padding: 20px 0 20px 0 !important;
}

.content-section {
    margin: auto;
    max-width: 1200px;
    text-align: center;
}

.content-section a {
    color: #54086c;
    font-weight: 500;
    text-decoration: underline;
}

.content-section a:hover {
    color: #9826bc;
    font-weight: 500;
    text-decoration: none;
}

.bordoBG {
    color: white !important;
    background: linear-gradient(0deg, rgb(99 48 77) 70%, rgb(145 61 87) 100%);
    text-align: center;
    padding: 0 1.5rem;
}

.bordoBG h2 {
    color: white !important;
}

.bordoBG li {
    position: relative;
    list-style: none;
    margin: 1rem 0;
}

.bordoBG hr {
    border: 1px solid #ffffff38;
    border-bottom: 0;
    margin-bottom: 2rem;
}

.bordoBG li:before {
    margin: 0.5rem 0;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFD43B' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
    padding-right:18px;
}

.bordoBG img {
    width: 20%;
}

@media (max-width: 768px) {    
    .bordoBG img {
        width: 100%;
    }
    .button-container {
        display: grid;
    }
    .top-section p {
        line-height: normal !important;
    }
    .container {
        padding: 20px;
    }
    .leftFloatimg {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    .select {
        display: none !important;
    }
    .bottomimage {
        border-radius: 15rem 15rem 5rem 5rem;
        box-shadow: 0 5px 5px #532e3d42;
        margin-bottom: 10px;
        border-bottom: 3px solid #4b363e;
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .pJust img {
        width: 100% !important;
    }
    .top-section {
        background-image: url(../images/headbgmobile.webp) !important;
    }
    header {
        padding: 0.8rem 0 0 0 !important;
    }
    .footApps {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

ul {
    list-style: none;
    padding-left: 0;
}

.faqLi {
    font-size: 18px !important;
    padding-bottom: 10px !important;
}

li {
    margin: 0.25rem 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0 0.5rem 0;
}

.row h3 {
    margin: 0;
}

.row p {
    margin-top: 0.5rem;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    letter-spacing: 0;
}

@media (min-width: 768px) {    
    .rowThree {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.rowThree {
    width: 100%;
}

.rowThree img {
    width: 150px;
    border-radius: 25px;
    border: 1px solid #3e1c4a2b;
    box-shadow: 0 0 10px #190d2417;
    margin-bottom: 1rem;
}

.rowThree a {
    color: #3c0f4c;
}

.rowThree a:hover {
    color: #7400bb;
    text-decoration: none;
}

footer {
    background-color: #47383e;
    color: #ffffffb3;
    text-align: center;
    padding: 15px;
    box-shadow: inset 0 3px 3px #00000026;
}

footer a {
    color: #f5f1c4e8;
    text-decoration: none;
    line-height: 35px;
}

footer a:hover {
    color: #fff7a0;
    text-decoration: underline;
}

footer img {
    width: 30px;
    border: 1px solid #ffffffb3;
    margin: 10px 5px 0 5px;
}

footer p {
    margin: 2px 0 0 0;
    padding: 2px 0 0 0;
}

.leftAlign {
    text-align: left;
}

.justAlign {
    text-align: justify;
}

.centerAlign {
    text-align: center;
}

.centerAlign {
    text-align: center;
}

.leftFloatimg {
    float: left;
    margin-right: 2rem;
}

.languageSelect {
    position: relative;
    right: calc(50% - 600px); /* 1200px / 2 - logo genişliği */
}

.footerBrand {
    color: #f7e4ff;
    text-decoration: underline;
}

.footerBrand:hover {
    color: #ffffff;
    text-decoration: none;
}

.bottomSpace {
    justify-content: center;
    display: flex;
}

.bottomimage {
    width: 400px;
    border-radius: 15rem 15rem 5rem 5rem;
    box-shadow: 0 5px 5px #532e3d42;
    margin-bottom: 10px;
    border-bottom: 3px solid #4b363e;
}

.select {
    position: relative;
    display: inline-block;
    width: 150px;
    margin-bottom: 12px;
}
.select select {
    font-family: 'Arial';
    display: inline-block;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 10px;
    background: #fff69538;
    border: 1px solid #6f497266;
    border-bottom: 1px solid #6f49727d;
    color: #2d2d2d;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    box-shadow: 0 2px 2px #00000017;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000000;
    background: #ffffff;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select_arrow {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 0px;
    height: 0px;
    border: solid #27212a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

/* Contact Form */
/* Style inputs with type="text", select elements and textareas */
.formDiv input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
.formDiv input[type=submit] {
    background-color: #7e468d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
.formDiv input[type=submit]:hover {
    background-color: #9536af;
  }
  
  /* Add a background color and some padding around the form */
.formDiv {
    border-radius: 5px;
    background-color: #26142d26;
    padding: 20px;
    margin-bottom: 20px;
  }

.pJust p {
    text-align: justify;
}

.pJust img {
    width: 500px;
    box-shadow: 0 5px 10px #00000030;
    border-radius: 20px 10px;
}

.pJust h2 {
    color: #970047;
}

.footApps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 20px;
    background: #5e5257;
    border-bottom: 1px solid #ffffff59;
}

.footApps a {
    font-weight: 300;
    color: white;
    text-decoration: none;
    border: 1px solid #ffffff30;
    padding: 7px 10px;
    border-radius: 10px;
    text-align: center;
}

.footApps a:hover {
    background: #34252a;
    border: 1px solid #34252a;
}

.footer-banner {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #544a54;
    color: white;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgb(0 0 0 / 40%);
}

.footer-banner button {
    background-color: #4CAF50;
    border: 1px solid #ffffff47;
    border-radius: 10px;
    font-weight: 600;
    color: white;
    padding: 11px 20px 10px;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
}

.closeButton {
    background-color: #af4c4c !important;
}

.footerBtnText {
    width: 90%;
    margin: auto;
    padding: 10px 0 5px;
    font-weight: 300;
    line-height: 25px;
    color: #fff2a9;
}

.frameClass {
    width: 100%;
    height: calc(100vh - 80px);
    border: 0;
}

.marginTop15 {
    margin-top: 15px;
}

.footAppsHead {
    background: linear-gradient(0deg, #dcd2d8c4 0%, #fffafc70 60%);
    padding: 20px 0 0 0;
    text-align: center;
    color: #402432;
    text-decoration: underline;
}

.bottomHr {
    border: 1px solid #ffffff6e;
    border-bottom: 0;
    margin: auto;
}

.footAppsHead h2 {
    padding: 0;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 1.4rem;
}

.user-review h2 {
    color: #a77b00;
    margin: 40px 0 20px;
}

.user-review p {
    font-size: 15px;
    line-height: 24px;
}

.review-item {
    background: #fff2e9;
    padding: 5px 25px;
    border-radius: 40px 10px;
    margin-bottom: 30px;
    border-left: 3px solid #c4b047;
}

@media (min-width: 1200px) {    
    .listLeftRight {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}