* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Urbanist", sans-serif;
}

header {
    position: sticky;
    top: 0;
    background-color: #212731;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    border-bottom: 1px solid #adbdeb59;
    box-shadow: 0 0 20px #000000c9;
}

.logo {
    font-size: 1.5em;
    font-weight: bold;
}

.logoLink {
    color: white;
    text-decoration: none;
}

.lowColor {
    color: #fbe5ff70;
}

.language-switcher {
    position: relative;
}

.language-switcher button {
    background-color: #76777f87;
    color: #ffffffd4;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 0.5rem;
}

.language-switcher .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 148px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 34%);
    z-index: 1;
    border-radius: 5px;
    padding: 5px 0;
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.language-switcher .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.language-switcher .dropdown-content a:hover {
    background-color: #ddd;
}

.language-switcher .dropdown-content.show {
    display: block;
}

.applet-switcher {
    position: relative;
}

.applet-switcher button {
    text-transform: uppercase;
    background-color: #76777f87;
    color: #ffffffd4;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 0.5rem;
}

main {
    text-align: center;
}

@media (max-width: 768px) {    
    .mainContent img {
        max-width: none;
        width: 100%;
    }
    .language-switcher {
        display: none;
    }
    header {
        justify-content: center;
    }
    .jContent {
        justify-content: space-between !important;
    }
    .content-3 {
        height: auto !important;
        min-height: 300px;
        padding: 50px 0 60px 0;
    }
    .footerOtherApps {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important; /* 5 sütun */
        gap: 10px; /* Sütunlar arası boşluk */
    }
    .footHead {
        font-size: 17px !important;
        margin-top: 20px !important;
    }
    .girlsButton {
        margin: 20px 0 0 0 !important;
        background: #c9005e !important;
        color: white !important;
    }
    .bottomBadges {
        display: flex !important;
        width: 100% !important;
        margin: auto !important;
        flex-direction: column !important;
    }
    .content-1 h1 {
        font-size: 2.5em !important;
    }
    .content-4 {
        height: auto;
        padding: 20px 10px 30px 10px !important;
    }
    .rateNchat {
        gap: 0 !important;
    }
    .rateNchatOpenChat {
        display: none;
    }
    .rating-box {
        max-width: 80% !important;
    }
    .rating-details {
        border-right: none !important;
        padding: 5px 0 5px 20px !important;
    }
    .top-apps-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px 40px;
    }
    .top-apps-grid a {
        border-right: none !important;
    }
    .top-apps-grid a:last-child {
        border-right: none !important;
    }
    .app-card {
        border-bottom: none !important;
    }
    .rateNchatOpenOutChat {
        display: block !important;
    }
    .chatAppsB button {
        width: 100%;
        margin-top: 10px;
    }
    tbody tr {
        height: 55px !important;
        font-size: 15px;
    }
    .upOfApps {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .appsTopDiv img {
        width: 90% !important;
    }
}

.content-1 {
    background: linear-gradient(to bottom, rgb(0 31 114 / 22%) 0%, rgb(99 20 169 / 0%) 50%), url(/images/BackGround.webp) no-repeat center center / cover;
    height: calc(100vh - 53px);
    height: calc(100dvh - 53px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.content-1 h1 {
    font-size: 3em;
    margin-bottom: 10px;
    text-shadow: 0 1px 5px #000000b3;
}

.content-1 p {
    margin-bottom: 20px;
    font-size: 20px;
    text-shadow: 0 1px BLACK;
    color: #ffffaa;
}

.content-4 button {
    padding: 20px 30px;
    color: #2f0723;
    text-transform: uppercase;
    font-size: 1.5rem;
    background: #ffffec;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2rem;
    border: 2px solid #ffcee4;
    box-shadow: 0 2px 10px #0c0a02d4;
}

.content-4 button:hover {
    box-shadow: 0 2px 10px #fbf0c454;
    background: none;
    color: wheat;
}

.buttonExtra {
    margin-bottom: 50px;
}

.girlsButton {
    margin: 0 0 0 20px;
    background: #c9005e !important;
    color: white !important;
}

.content-2 {
    background: url(/images/SubBack.webp);
    background-size: cover;
    background-position-y: bottom;
    height: 220px;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.content-2 h1 {
    font-size: 3em;
    margin-top: 10px;
    text-shadow: 0 1px 5px #0000005e;
}

.content-2 p {
    margin-bottom: 20px;
    font-size: 20px;
    text-shadow: 0 1px BLACK;
    color: #ffffaa;
}

.content-3 {
    background: linear-gradient(to bottom, rgb(0 31 114 / 22%) 0%, rgb(99 20 169 / 0%) 50%), url(/images/BackGround.webp) no-repeat center bottom / cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.content-3 h1 {
    font-size: 3em;
    margin-bottom: 10px;
    text-shadow: 0 1px 5px #000000b3;
}

.content-3 p {
    margin-bottom: 20px;
    font-size: 20px;
    text-shadow: 0 1px BLACK;
    color: #ffffaa;
    max-width: 90%;
}

.content-3 button {
    padding: 20px 30px;
    color: #2f0723;
    text-transform: uppercase;
    font-size: 1.5rem;
    background: #ffffec;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2rem;
    border: 2px solid #ffcee4;
    box-shadow: 0 2px 10px #0c0a02d4;
}

.content-3 button:hover {
    box-shadow: 0 2px 10px #fbf0c454;
    background: none;
    color: wheat;
}

.lowpadding {
    padding: 30px 0 40px 0 !important;
}

.content-4 {
    background: linear-gradient(to bottom, rgb(0 31 114 / 22%) 0%, rgb(99 20 169 / 0%) 50%), url(/images/BackGround-Apps.webp) no-repeat center bottom / cover;
    height: auto;
    padding: 30px 0 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.content-4 h1 {
    font-size: 3em;
    margin-bottom: 10px;
    text-shadow: 0 1px 5px #000000b3;
}

.content-4 p {
    margin-bottom: 20px;
    font-size: 20px;
    text-shadow: 0 1px BLACK;
    color: #ffffaa;
    max-width: 90%;
}

.mainContent {
    padding: 0 20px 20px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: justify;
}

.mainContent p {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 15px 0;
}

.mainContent h2 {
    color: #212c6c;
    font-size: 25px;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
}

.mainContent h3 {
    color: #34050a;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.mainContent img {
    max-width: 500px;
    margin: auto;
    display: flex;
}

.mainContent a {
    font-weight: 600;
    color: #c60a4a;
}

.mainContent a:hover {
    text-decoration: none;
}

.mainContent ul {
    text-align: center;
    list-style: inside;
    padding: 10px 0 10px 0;
}

.mainContent li {
    font-size: 19px;
    padding: 5px;
}

footer {
    background-image: url(/images/FootBGNew.webp);
    background-color: #55595f;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: top;
    color: white;
    text-align: center;
    padding: 25px 25px 25px;
}

footer a {
    color: #ded398;
    text-decoration: none;
}

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

.footHead  {
    font-size: 20px;
    display: block;
    color: #eef2f6;
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 20px;
    max-width: 1200px;
    margin: auto;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}

.formDiv {
    border-radius: 5px;
    background-color: #a8a1ab26;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.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) */
}
  
.formDiv input[type=submit] {
    background-color: #4d3753;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
  
.formDiv input[type=submit]:hover {
    background-color: #6b4077;
}

.footerOtherApps {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 sütun */
    gap: 10px;
    margin-bottom: 25px;
}

.footerAppColor {
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fffad8;
    border: 1px solid #cccccc4f;
    border-radius: 5px;
    border-style: dotted;
}

.footerAppColor:hover {
    color: #ffed8c;
    text-decoration: none;
    background-color: #00000063;
    border: 1px solid #cccccc91;
}

.onlyGirlsChat {
    height: 50px;
    margin: auto;
    display: flex;
    background: #ba2d65;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 40px;
}

.onlyGirlsChatA {
    color: wheat;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.onlyGBG {
    display: grid;
    background-color: #302c2e;
}

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

.frameClassTR {
    width: 100%;
    height: calc(100% - 125px);
    border: 0;
}

.chatClicker {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border: 0;
}

.appsContent {
    padding: 0 20px 20px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: justify;
}

.appsContent p {
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 5px 0 5px 0;
}

.appsContent h2 {
    font-size: 1.3rem;
    font-weight: 800;
    padding-bottom: 8px;
    border-bottom: 1.5px solid #bbbbb57d;
}

.appsContent a {
    color: #496678;
    text-decoration: none;
}

.upOfApps {
    margin: auto;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.appsAll {
    display: grid;
    gap: 10px;
}

.appLink {
    text-decoration: none !important;
    color: #665f3b !important;
    font-weight: 600;
}

.socialSharing {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    gap: 10px;
}

.socialSharing img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.socialSharing a {
    border: 1px dotted #ffffff59;
    border-radius: 30px;
    height: 40px;
    justify-content: center;
    width: 40px;
    display: flex;
    align-items: center;
}

.socialSharing a:hover {
    border: 1px solid #ffffff;
}

.lastAdditions {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
    gap: 20px;
}

.lastAdditions a {
    color: #c60a4a;
    font-size: 18px;
}

.bottomBadges {
    display: flex;
    width: 750px;
    margin: auto;
}

.image-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.image-box img {
    max-width: none;
    width: auto;
}

.imgHeight50 {
    height: 50px;
}

.imgHeight100 {
    height: 100px;
}

.png2015 {
    padding: 20px 0 15px 0;
}

.copyrightText {
    padding-top: 15px;
    color: #d7d7ca;
}

.historyOf p {
    padding: 10px 0;
}

.historyOf h2 {
    padding-top: 15px;
}

.reviewing a {
    font-weight: 700;
    color: #c83600;
    border-bottom: solid;
}

.reviewing a:hover {
    font-weight: 700;
    color: #c83600;
    border-bottom: none;
}

.rating-box {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 250px;
}

.ratingBrand {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    gap: 10px;
    flex-direction: column;
    border-right: 1px dashed #ddd;
    padding: 5px 45px 10px 0;
}
  
.app-icon {
    width: 70px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 2px 5px #23008038;
    border-bottom: 1px solid purple;
}

.rating-text {
    font-size: 18px;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 5px;
}
  
.rating-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #ddd;
    padding: 5px 40px 5px 25px;
}
  
.rating-stars {
    width: 150px;
    height: auto;
}
  
.votes {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

.rateNchat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    gap: 155px;
}

.chatAppsB button {
    padding: 25px 30px;
    color: #552680;
    text-transform: uppercase;
    font-size: 20px;
    background: #89789612;
    font-weight: 700;
    cursor: pointer;
    border-radius: 20px;
    border: 2px dotted #552680;
    box-shadow: 0 0 10px #8b8ea92e;
}

.chatAppsB button:hover {
    box-shadow: 0 2px 10px #fbf0c454;
    background: #eaecff;
}

.enterenceCentence {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 10px 0 0 0;
}

.top-apps-section {
    text-align: center;
    margin: 40px 0;
}
  
.top-apps-section h2 {
    margin-bottom: 25px;
}
  
.top-apps-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}

.top-apps-grid a {
    border-right: 1px dashed #ddd;
}

.top-apps-grid a:hover {
    text-decoration: underline !important;
    background: #eaecff;
}

.top-apps-grid a:last-child {
    border-right: none;
}
  
.app-card {
    padding: 15px 10px;
}
  
.app-name {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
}

.rateNchatOpenOutChat {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0 35px 0;
}

table tr {
    text-align: center;
    height: 40px;
    border: 1px solid #ddd;
}

thead tr {
    height: 50px;
}

table td {
    border: 1px solid #ddd;
    padding: 5px;
}

.appsTopDiv {
    display: flex;
    text-align: justify;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
}

.appsTopDiv img {
    width: 40%;
    margin-bottom: 10px;
}

hr {
    margin-top: 25px;
    border-top: 1px dashed #b8b8b8;
    border-bottom: 0;
}