/* Gen */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin-bottom: auto !important;
}

body {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.bg-body-tertiary {
    background-color: white !important;
    --bs-bg-opacity: 0 !important;
}


.card {
    border: 0 !important;
}

.resp_img {
    max-width: 789px;
    width: 100%;
}

p {
    font-size: 16px !important;
}

.btn {
    width: 212px;
    height: 56px;
    background-color: #43B3E5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    border: 0;
    cursor: pointer;
}

.btn a {
    text-decoration: none;
    color: #FFFFFF;
}

h2 {
    color: 000000;
    font-size: 36px;
}

.section_card {
    display: flex;
    justify-content: center;
}

.languages_container {
    cursor: not-allowed;
}

/* Header styles */

header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    position: fixed;
    z-index: 9999999;
    background-color: #FFFFFF;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.nav_container ul li {
    list-style: none;
}

.nav_container ul li a {
    text-decoration: none;
    color: #46456F;
    font-size: 20px;
}

.nav_container ul li a:hover {
    color: #181744;
}

.languages_container {
    display: flex;
    align-items: center;
    gap: 19px;
}

.logo_box img {
    width: 70px;
}

.dropdown {
    display: none;
}

.btn_bruger {
    background-color: transparent;
    border: 0;
}

.burger_menu {
    width: 40px;
}

@media screen and (max-width:1224px) {

    .nav_container,
    .languages_container {
        display: none;
    }

    .dropdown {
        display: inline-block;
    }
}

/* content styles */
.main_container {
    margin-top: 120px;
}

.main_container {
    gap: 20px;
}

.top_text span a {
    text-decoration: none;
    color: #46456F;

    font-family: "Noto Sans Georgian";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.8px;
}

.photo_unavailable {
    max-width: 330px;
    width: 100%;
}

.bold {
    color: #0D0D26;

    font-family: "Noto Sans Georgian";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.8px;
}

/* Content Styles */

.recom_img img {
    max-width: 108px;
    height: 88px;
}

.recom_item {
    gap: 5px;
}

.recom_text h5 {
    color: #0D0D26;

    font-family: "Noto Sans Georgian";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

.recom_text p {
    color: #46456F;

    font-family: "Noto Sans Georgian";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.recomendation_container {
    width: 400px;
    gap: 10px;
}

.personal_list {
    list-style: none;
}

.personal_list li {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 2px;
    padding: 10px;
}

/* footer styles */

footer {
    background-color: #181744;
    padding: 40px 0 40px 0;
    width: 100%;
}

footer p {
    color: #FFF;

    font-family: "Noto Sans Georgian";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.methodology_algorithm {
    font-size: 50px;
    color: #2724bc;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
}

h1 {
    text-align: center;
    color: #2a3d66;
    margin-bottom: 2rem;
}

h2 {
    color: #444;
    margin-top: 3rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.3rem;
}

.project {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.project:hover {
    transform: scale(1.01);
}

.project h3 {
    margin-top: 0;
    color: #1a2a49;
    font-size: 1.2rem;
}

.project p {
    line-height: 1.6;
}

.project strong {
    color: #555;
}

@media screen and (max-width: 1024px) {
    .main_container {
        flex-direction: column;
    }

    .recomendation_container {
        width: 100%;
    }
}.conf_ft{
    margin-top: 140px;
}
.news_img_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_cont_transp{
    background-color: transparent;
}

.news_img_container img{
    width: 250px;
}

.carousel-item img {
    width: 300px !important;
}

.card-text {
    color: #53527A;

    font-family: "Noto Sans Georgian";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.a_link{
    color: red;
}