* {
    margin: 0;
    padding: 0;
}

.progres-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: #fff;
    z-index: 999;
    animation-name: fill-progress;
    animation-timing-function: linear;
    animation-timeline: scroll();
}

body {
    margin: 0;
    min-height: 100vh;


    background: linear-gradient(-45deg, #002346, #3B462C, #002346, #3B462C, #002346);
    background-size: 200% 200%;
    animation: gradientMove 10s ease infinite;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    /* display: flex;
    justify-content: center;  */
    overflow-x: hidden;
}

.header-box {
    width: 100%;
    height: 890px;
    background-image: url(./images/header-img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: -16px;
}

#menu-box {
    width: 100%;
    /* max-width: 1432px; */
    height: 69px;
    top: 0;
    /* margin: 0 40px 40px; */
    position: fixed;
    background-color: rgba(255, 255, 255, 0.4);
    /* border-radius: 20px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    font-weight: 200;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 #a9a9a9;
}

.header-img-statistics img {
    width: 200px;
    position: absolute;
    left: 0;
    top: 480px;
    transition: 0.3s;
}

.header-img-statistics img:hover {
    width: 220px;
}

#menu-box ul {
    list-style-type: none;
}

#menu-box a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    font-weight: 400;
}

#menu-box a:hover {
    color: #fff;
    font-weight: 400;
    text-shadow: 0 2px 10px #ffffff54;
}

#box-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

#box-logo a {
    text-decoration: none;
    font-weight: regular;
    color: #000;
    font-weight: 500;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 17px;
}

#nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav-menu ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.burger span {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    top: -40px;
    right: 50px;
    position: relative;
}

.box-header-h1-content {
    top: 209px;
    position: relative;
    margin: 0 112px;
}

.box-header-h1-content h1 {
    color: #fff;
    font-size: 64px;
    width: 815px;
    height: 175px;
    line-height: 65px;
    margin-top: 58px;
    transition: 0.3s;
}

.box-header-h1-content p {
    color: #fff;
    font-size: 24px;
    width: 406px;
    height: 80px;
    line-height: 30px;
    font-weight: 300;
    transition: 0.3s;
}

#hr-header {
    width: 800px;
    color: #fff;
}

#hr-header-2 {
    color: #fff;
    width: 800px;
    position: relative;
    top: 61px;
}

.box-header-buttons {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.box-header-buttons a {
    text-decoration: none;
    color: #000;
}

.header-button a {
    width: 280px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 5px 10px #ffffff44;
}

.header-button a:hover {
    background-color: #ffffff6e;
    color: #fffffff8;
    backdrop-filter: blur(5px);
    box-shadow: 0 1px 10px #00000044;
}

#headButt {
    border: 1px solid #fff;
}

#headButt a {
    background: #00000000;
    color: #fff;
    box-shadow: 0 5px 10px #ffffff00;
}

#headButt a:hover {
    background: #00000000;
    backdrop-filter: blur(0px);
    color: #ffffffa3;
    text-shadow: 0 1px 3px #ffffff32;
}

.main-container {
    width: auto;
    max-width: 950px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    padding: 46px 50px 100px;
    margin-top: 79px;
    margin-bottom: 79px;
    border-radius: 20px;
    backdrop-filter: blur(2px);
}

.main-container h2 {
    margin: 30px 0;
    font-size: 35px;
}

.info {
    margin: 30px 0;
}

.info h4 {
    font-size: 25px;
}

.info p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 10px 50px;
    width: 330px;
}

.info-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
}

.main-body {
    width: auto;
    max-width: 950px;
    min-height: 1000px;
    height: auto;
    margin: 100px auto;
    background-image: linear-gradient(45deg, #808183, #E4E5E9);
    background-size: 100% 100%;
    padding: 10px;
    color: #000;
    animation: gradientMove 5s ease infinite;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

section {
    max-width: 800px;
    width: auto;
    margin: 0 auto;
    /* margin-top: 200px; */
}

section h2 {
    margin: 50px 0;
    font-weight: 700;
}

#decoration-1 {
    width: 500px;
    position: absolute;
    right: 20px;
    top: 1000px;
    z-index: -1;
}

#decoration-2 {
    width: 200px;
    position: absolute;
    left: 50px;
    top: 1150px;
    z-index: -1;
}

#accordion {
    background: #00000000;
}

#accordion h6 {
    color: #000;
}

.card {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    margin: 10px 0;
    border: none;
}

.card h6 {
    color: #000;

}

.card-header {
    background: #ffffff00;
}

#aboutBank h6,
h5,
h4 {
    margin: 30px 0;
    font-weight: 600;
}

#aboutBank li {
    margin-top: 10px;
}

#contacts {
    scroll-margin-top: 100px;
}

#contacts ul li {
    margin-top: 10px;
}

#contacts a {
    color: #000;
}

#contacts p {
    margin-top: 50px;
}

#map {
    width: 100%;
    max-width: 800px;
    height: 400px;
}

/* 
.header-box-2 {
    background-image: url(./images/contact.png);
    width: 100%;
    height: 600px;
} */

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #dddddd80;
    color: #222;
    padding: 60px 70px;
    font-family: 'Segoe UI', sans-serif;
    gap: 30px;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.3);
}

.footer-column {
    flex: 1 1 250px;
    min-width: 220px;
    max-width: 300px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}

.footer-column h6 {
    font-size: 16px;
    margin: 15px 0 5px;
    color: #e0e1dd;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #d9d9d9;
    transition: color 0.3s;
}

.footer-column ul li:hover {
    color: #fca311;
    cursor: pointer;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

footer ul li a {
    text-decoration: none;
    color: #555;
    transition: 0.2s;
}

footer ul li a:hover {
    color: #1f0091;
}


@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        width: 100%;
    }
}

.icon-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: color 0.3s ease;
}

.icon-link:hover {
    color: #1f0091;
}

#calendar-section {
    /* background-color: #f4f4f49c; */
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    /* text-align: center; */
}

#calendar {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#dayTypeMessage {
    font-size: 16px;
}

.switch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 34px;
    margin: 0 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: 0.4s;
    border-radius: 34px;
    cursor: pointer;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: rgb(0, 0, 0);
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

#img1 {
    position: relative;
    right: 10px;
    width: 35px;
}

#demo {
    margin-top: 100px;
}


@media (max-width: 1400px) {
    #menu-box {
        margin: 0;
    }

    nav {
        margin-right: 80px;
    }



}

@media (max-width: 1200px) {
    .header-img-statistics img {
        left: 600px;
    }

    #hr-header {
        width: 950px;
    }

    #hr-header-2 {
        width: 950px;
    }

    .box-header-h1-content h1 {
        font-size: 54px;
        line-height: 60px;
    }

    .box-header-h1-content p {
        font-size: 14px;
        line-height: 25px;
    }

    /* #map {
        width: 500px;
        height: 500px;
    } */
}

@media (max-width: 1070px) {
    #hr-header {
        width: 700px;
    }

    #hr-header-2 {
        width: 700px;
    }

    .box-header-h1-content h1 {
        font-size: 44px;
        line-height: 50px;
        width: 330px;
    }

    .header-img-statistics img {
        left: 410px;
        width: 200px;
    }

    .box-header-h1-content p {
        font-size: 14px;
        line-height: 20px;
        width: 220px;
    }

    .header-button a {
        width: 180px;
    }

    .box-header-buttons {
        width: 400px;
        font-weight: 500;
    }

    .main-container h2 {
        font-size: 30px;
    }

    .main-container {
        width: 530px;
        padding: 5px 30px 90px
    }

    .info h4 {
        font-size: 20px;
    }

    .info-title {
        gap: 15px;
        margin: 10px 0;
    }

    .info p {
        margin: 10px 45px;
        font-size: 15px;
    }

    #decoration-1 {
        width: 350px;
    }

    #decoration-2 {
        width: 200px;
    }
}

@media (max-width: 820px) {
    .header-img-statistics img {
        left: 357px;
        width: 200px;
    }

    #hr-header {
        width: 550px;
    }

    #hr-header-2 {
        width: 550px;
    }

    .box-header-h1-content {
        top: 200px;
        position: relative;
        margin: 0px 70px;
    }

    .box-header-buttons {
        width: 300px;
        font-weight: 500;
    }

    .header-button a {
        width: 146px;
        font-size: 13px;
    }

    #menu-box {
        width: 100%;
        margin: 0;
        border-radius: 0;
        top: 0;
    }

    #decoration-1 {
        width: 300px;
        right: -10px;
    }

}

@media (max-width: 860px) {
    #hr-header {
        width: 425px;
    }

    #hr-header-2 {
        width: 425px;
    }

    .box-header-h1-content h1 {
        font-size: 34px;
        line-height: 40px;
        width: 300px;
    }

    p {
        font-size: 12px;
        line-height: 15px;
        width: 194px;

    }

    .box-header-h1-content h1 {
        margin-bottom: -30px;
    }

    .header-button a {
        width: 115px;
        font-size: 10px;
        height: 40px;
    }

    .box-header-buttons {
        width: 250px;
        font-weight: 600;
    }

    .header-img-statistics img {
        left: 280px;
        width: 150px;
    }

    #decoration-1 {
        width: 250px;
        right: -10px;
    }

    #decoration-2 {
        width: 170px;
    }

    #menu-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .burger {
        display: flex;
        margin-left: auto;
    }

    #nav-menu {
        display: none;
        width: 100%;
    }

    #nav-menu.active {
        display: block;
        background: rgba(255, 255, 255, 0.7);
        margin: 10px;
        width: 400px;
        border: 1px solid #fff;
        border-radius: 2px;
        font-weight: 500;
    }

    #nav-menu ul {
        flex-direction: column;
        gap: 10px;
    }

    #nav-menu ul li {
        margin: 10px 0;
    }

    .burger {
        position: relative;
        left: 10px;
    }

    #box-logo a {
        font-weight: 700;
    }

    .header-box-4 h2 {
        font-size: 40px !important;
        margin-left: 20px !important;
    }

    .header-box-4 p {
        font-size: 18px !important;
        /* margin-left: 20px; */
        right: 0 !important;
        /* text-align: center; */
    }

}

@media (max-width: 630px) {
    .main-container {
        width: 520px;
        padding: 20px;
    }

    .main-container h2 {
        font-size: 20px;
    }

    .info h4 {
        font-size: 15px;
    }

    .info p {
        font-size: 12px;
        width: 280px;
    }

    .info-title img {
        width: 25px;
    }

    #decoration-2 {
        width: 140px;
        left: 0;
        top: 850px;
    }

    .header-img-statistics img {
        left: 145px;
        width: 200px;
    }

    /* #map {
        width: 325px;
        height: 380px;
    } */
}

@media (max-width: 515px) {
    .main-container {
        width: 400px;
    }

    #hr-header {
        width: 325px;
    }

    #hr-header-2 {
        width: 325px;
    }

    .header-img-statistics img {
        left: 35px;
        width: 250px;
        top: 425px;
    }

    #decoration-1 {
        width: 200px;
        right: 0;
        top: 1150px;
    }

    #decoration-2 {
        width: 120px;
        top: 900px;
    }

    .main-body {
        padding: 35px;
    }
}

@media (max-width: 400px) {
    #hr-header {
        width: 255px;
    }

    #hr-header-2 {
        width: 255px;
    }

    .header-img-statistics img {
        left: 0;
        width: 250px;
        top: 425px;
    }

    .main-container {
        width: 350px;
    }

    .info p {
        font-size: 15px;
        margin: 0;
    }

    #nav-menu.active {
        width: 315px;
    }

    /* .box-header-h1-content h1 {
        /* left: -20px; 
        position: relative;
    } */
    .box-header-h1-content {
        top: 200px;
        position: relative;
        margin: 0px 60px;
        position: relative;
        left: -5px;
    }

    .main-body {
        padding: 35px;
    }

    #nav-menu.active {
        width: 275px;
    }

    .header-box-4 p {
        margin-top: 40px !important;
    }
}

@media (max-width: 360px) {
    #box-logo a {
        font-weight: 500;
    }

    #box-logo img {
        width: 50px;
    }

    .burger {
        position: relative;
        left: 0px;
        top: 7px;
    }

    .main-container {
        width: 290px;
    }

    #decoration-1 {
        width: 160px;
        right: 25px;
        top: 1150px;
    }

    .info p {
        font-size: 11px;
        margin: 0px;
        width: 234px;
    }

    .box-header-h1-content {
        left: -33px;
    }

    .header-img-statistics img {
        left: 25px;
        width: 200px;
        top: 450px;
    }

    .main-body {
        padding: 20px;
    }
        
    .header-box-4 p {
        margin-top: 80px !important;
    }
}