#loading-screen {    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(255, 255, 255, 0.8);    z-index: 9999;    display: none;}.loader {    border: 16px solid #f3f3f3;    border-radius: 50%;    border-top: 16px solid #3498db;    width: 120px;    height: 120px;    animation: spin 2s linear infinite;    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);}@keyframes spin {    0% { transform: rotate(0deg); }    100% { transform: rotate(360deg); }}.navigation{    padding-left: 50px;}.contact-item{    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;}.contact-form-box textarea {    min-height: 245px;    padding: 15px 20px;}input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {    background-color: #F7F7F7;    border: none;    border-color: #e4ecf2;    height: 50px;    -webkit-box-shadow: none;    box-shadow: none;    padding-left: 20px;    font-size: 16px;    color: #000;    width: 100%;    margin-bottom: 15px;    border-radius: 0;    padding-right: 40px;}input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {    border: 1px solid rgba(128, 121, 236, 1);    outline: none;}.circle-icon-wrapper{    height: 110px;    width: 110px;    line-height: 110px;    text-align: center;    border-radius: 100%;    margin-bottom: 10px;    -webkit-transition: all 0.3s ease 0s;    -o-transition: all 0.3s ease 0s;    transition: all 0.3s ease 0s;    display: inline-block;    font-size: 35px;    border: 1px solid #E1E1E1;}.circle-icon-wrapper:hover  {    background-color: rgba(128, 121, 236, 1);    color: white;}.contact-form-box h3{    font-weight: 600;    font-size: 24px;}.btn-bg{    border: none;    outline: none;    background-color: rgba(128, 121, 236, 1) !important;}.contact-item h3{    font-weight: 400;    font-size: 24px;}.delete-wrapper{    margin-left: 200px;    margin-right: 200px;}.top-container {    background-color: #F0F0F0;    justify-content: center;    align-content: center;    align-items: center;}.blog-item {    width: 300px;    position: relative;}.blog-detail-title {    position: relative;}.blog-detail-title::after {    content: "";    position: absolute;    bottom: -10px; /* Çizginin cümlenin altına olan uzaklığı */    left: 0;    width: 10%; /* Çizginin uzunluğu */    border-bottom: 3px solid rgba(128, 121, 236, 1);}.blog-item::after {    content: "";    position: absolute;    bottom: -10px; /* Çizginin cümlenin altına olan uzaklığı */    left: 0;    width: 25%; /* Çizginin uzunluğu */    border-bottom: 3px solid rgba(128, 121, 236, 1);}.blog-img img {    width: 400px;    height: 400px;}.blog-title a {    color: black;    text-decoration: none;}.liste-container {    overflow-x: auto; /* Yatay kaydırma çubuğu için */    white-space: nowrap; /* Öğelerin yan yana sıralanmasını sağlar */}.liste {    list-style: none; /* Liste işaretlerini kaldırır */    padding: 0;    margin: 0;}.liste a {  text-decoration: none;    color: black;}.liste li {    display: inline-block; /* Öğelerin yan yana sıralanmasını sağlar */}.liste li:not(:last-child)::after {    content: ">";    font-size: 12px;/* Ok işareti */    margin-left: 5px; /* Ok işareti ile öğe arasındaki boşluk */}.blog-detail-wrapper {    object-fit: cover;    border: 2px solid #f1f1f1;    display: flex;    flex-direction: column;    padding: 25px;    padding-top: 30px;    padding-bottom: 30px;}.blog-detail-title a {    text-decoration: none;    color: black;}.blog-detail-image {    width: 80%;}.blog-last-wrapper {    object-fit: cover;    border: 2px solid #f1f1f1;    display: flex;    flex-direction: column;    padding: 20px;    padding-top: 30px;    padding-bottom: 30px;    position: relative;}.blog-last-data {    position: relative;}.blog-last-data::after {    content: "";    position: absolute;    bottom: -20px; /* Çizginin cümlenin altına olan uzaklığı */    left: 0;    width: 25%; /* Çizginin uzunluğu */    border-bottom: 3px solid rgba(128, 121, 236, 1);}.blog-last-title{    position: relative;    font-size: 18px;    font-weight: 500;}.blog-last-title::after{    content: "";    position: absolute;    bottom:-5px; /* Çizginin cümlenin altına olan uzaklığı */    left: 0;    width: 100%; /* Çizginin uzunluğu */    border-bottom: 1px solid #ececec;}.blog-last-wrapper a {    text-decoration: none;    color: black;    font-size: 16px;}.blog-last-detail {    display: flex;    flex-direction: row;}.blog-last-image {    width: 100%;}.friends {    background-color: #f9fafb;}.card {    height: 300px !important;    background: linear-gradient(0deg, rgba(160, 154, 243, 1) 0%, rgba(128, 121, 236, 1) 35%, rgba(66, 48, 125, 1) 100%);}.card {    color: white !important;    border-radius: 1rem !important;}.nav-item a {    color: white;}.navbar-brand {    padding-left: 20px;}.custom-bg-primary {    background-color: #8079ec;}.navbar-bg-primary {    background-color: #5e58ca;}.custom-bg-gray {    background-color: #f2f4f7;}.nav-link {    color: #f2f4f7;}.main-content {    align-self: center;    background-color: #a09af3;    color: #ffffff;    width: 100%;    padding-top: 100px;    padding-bottom: 100px;}.head-text {    font-size: 64px;}.footer {    background-color: #5e58ca;    color: white;}.footer a {    color: white;    text-decoration: none;}.footer-bottom {    background-color: #423ca9;}a {    color: white;    text-decoration: none;}.section-color {    color: #8079ec;}i {    width: 50px;    height: 50px;    font-size: 30px;}.app-store {    position: absolute;    left: 30px;    bottom: 10%;}