/* 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, .not-allowed{
    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;
}
.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;
}

.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;
}

/* 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;
}
.dropbtn{
    cursor: pointer;
}
.nav_dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    font-size: 10px !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.nav_dropdown:hover .dropdown-content {
    display: block;
}

/* /////////////////////////////////////// */


.nav-link {
    font-size: 15px !important;
}

.nav-item {
    font-weight: bold;
}


/* animations */

.nav-item:hover {
    padding-bottom: 10px;
}

.card:hover {
    transition: 0.5s;
    scale: 1.1;
}

.prjct{
    font-size: 14px !important;
}