/* Reset and Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
}

/* Container Styles */
.container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0F1216;
    position: relative;
}

/* Sidebar Styles */
.sidebar {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sidebar a img {
    width: 40px;
}

/* Navbar Styles */
.navbar {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

.logo {
    width: 100px;
    margin-right: 30px;
}

nav ul {
    display: flex;
    list-style: none;
    margin-left: 0;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

nav ul li a:hover {
    color: #ddd;
}

/* Content Styles */
.content {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center; /* Текстийг голлуулж байрлуулах */
    padding-bottom: 50px;
    flex-direction: row;
    gap: 24px;
}

/* Text Section */
.text-section-2-1 {
    font-size: 50px;
    margin-top: -10px;
    color: #5AB4E5;
    margin-left: -10px;
    
}

.about {
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 30px;
    margin-bottom: -10px;
}

.text-section-1 {
    margin-top: -10px;
    font-size: 55px;
    margin-left: -60px;
    color: #5AB4E5;

}

.feature-img {
    border: 2px solid #5AB4E5; /* Хүрээний өнгө */
    border-radius: 15px; /* Хүрээний буланг тойруулж засах */
    border-radius: 50px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-left: 50px;
    margin-top: 10px;
}
/* Text Section 2 (баруун талын текст) */
.text-section-2-2 {
    color: #FFFFFF;
    background-color: #0F1216; /* Хүрээний дэвсгэр өнгө */
    border: 2px solid #5AB4E5; /* Хүрээний өнгө */
    border-radius: 15px; /* Хүрээний буланг тойруулж засах */
    padding: 50px; /* Дотор талын зайг нэмэх */
    margin-right: 10px; /* Нэмэлт зай авах */
    line-height: 2;
    width: 800px; /* Текстийн өргөн */
    text-align: center; /* Текстийг голлуулж байрлуулах */
    margin-top: 40px;
}

.text-section-3-1 {
font-size: 50px;
margin-top: -10px;
color: #5AB4E5;
margin-left: -10px;
}


.text-section-3-3 {
    color: #FFFFFF;
    background-color: #0F1216; /* Хүрээний дэвсгэр өнгө */
    border: 2px solid #5AB4E5; /* Хүрээний өнгө */
    border-radius: 15px; /* Хүрээний буланг тойруулж засах */
    padding: 50px; /* Дотор талын зайг нэмэх */
    margin-right: 10px; /* Нэмэлт зай авах */
    line-height: 2;
    width: 800px; /* Текстийн өргөн */
    text-align: left; /* Текстийг голлуулж байрлуулах */
    margin-top: 60px;
}

/* Media Queries */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
        align-items: center;
    }

    .text-section-2 {
        margin-left: 0;
        margin-top: 30px;
    }
}




.etc {
    display: inline;
}

.text-section-4-1 {
font-size: 50px;
color: #5AB4E5;
}

.text-section-4-2 {
    color: #FFFFFF;
    background-color: #0F1216; /* Хүрээний дэвсгэр өнгө */
    border: 2px solid #5AB4E5; /* Хүрээний өнгө */
    border-radius: 15px; /* Хүрээний буланг тойруулж засах */
    padding: 50px; /* Дотор талын зайг нэмэх */
    margin-right: 10px; /* Нэмэлт зай авах */
    line-height: 2;
    width: 800px; /* Текстийн өргөн */
    text-align: left; /* Текстийг голлуулж байрлуулах */
    margin-top: 20px;
}

.text-section-5-1 {
    font-size: 50px;
    margin-top: -10px;
    color: #5AB4E5;
    margin-left: -10px;
    }

.image-section-5-2 {
    height: 630px;
    width: 300px;
    object-fit: cover;
    margin-top: 30px;
    flex-direction: column;
    align-items: normal;`

    display: flex;
}

.cartext {
margin-top: 50px;
color: #ddd;
}