@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.btn {
    padding: 14px 30px;
    background-color: #2973fd;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-weight: 300;
    transition: 0.3s ease;
}

.btn:hover {
    background-color: #003aa5;
}

/* Navbar Menu */
.navbar-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% -50%);
    background-color: white;
    z-index: 3;
    display: none;
}

.navbar-close-btn-container {
    position: absolute;
    top: 10px;
    left: 10px;
}

.navbar-close-btn {
    height: 50px;
    width: 50px;
    border: 2px solid #004edf;
    border-radius: 100%;
    background-color: white;
    font-size: 20px;
    color: #004edf;
}

.navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    column-gap: 50px;
}

.navbar-menu-text-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    font-size: 30px;
}

.navbar-menu-language-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(1.5);
}

/* Header */

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 115px;
    background-color: white;
    position: sticky;
    top: 0;
    transition: 0.5s ease;
    border-bottom: 1px solid #e6e6e6;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: auto;
}

.header-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.header-navlist-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    list-style: none;
}

.header-navlist-item {
    color: #004edf;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s ease;
}

.header-navlist-item:hover {
    color: #4082fd;
}

.header-active {
    color: #4082fd;
}

.header-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.header-btn {
    background-color: white;
    border: none;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    color: #004edf;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-btn:hover {
    color: white;
    background-color: #004edf;
}

.header-btn-active {
    background-color: #004edf;
    color: white;
}

.header-navbar-button-container {
    display: none;
    justify-content: center;
    align-items: center;
}

.header-navbar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    height: 50px;
    width: 50px;
    font-size: 35px;
    border-radius: 100%;
    background-color: white;
    transition: 0.3s ease;
}

.header-navbar-button:hover {
    background-color: #004edf;
    color: white;
}

/* section-1 */
.section1 {
    display: flex;
    width: 66%;
    margin: auto;
    padding: 50px 0px 40px 0px;
    column-gap: 40px;
}

.section1-left {
    width: 70%;
}

.section1-left-header {
    font-size: 45px;
    line-height: 1.3;
    color: #003aa5;
}

.section1-left-history {
    color: #b4b4b4;
    margin-bottom: 30px;
}

.section1-left-text {
    text-align: justify;
    color: gray;
    font-weight: 300;
}

.section1-left-link {
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin: 30px 0px 40px 0px;
}

.section1-left-link-icon {
    font-size: 12px;
}

.section1-right {
    width: 30%;
}

.section1-right-header {
    font-size: 22px;
    margin-bottom: 40px;
}

.section1-right-header-border {
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
}

.section1-right-link {
    text-decoration: none;
    font-weight: 300;
    line-height: 1.3;
    color: #4082fd;
}

.section1-right-history {
    margin: 5px 0px 10px 0px;
    color: #bebebe;
    font-weight: 300;
}

.section1-right-gray-header {
    text-align: center;
    font-weight: 500;
    color: gray;
    margin-bottom: 160px;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1-right-text {
    text-align: center;
    color: gray;
    margin-top: 30px;
}


/* footer */

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf1f3;
    height: 120px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66%;
    margin: auto;
}

.footer-text {
    font-weight: 300;
}

.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.footer-icon {
    text-decoration: none;
    color: #003aa5;
    font-size: 28px;
    transition: 0.3s ease;
}

.footer-icon-twitter:hover {
    color: #07d4f8;
}

.footer-icon-facebook:hover {
    color: #3b5ea0;
}

.footer-icon-linkedin:hover {
    color: #3088b1;
}

.section1-left-image {
    min-height: 100px;
    max-height: 550px;
}

@media only screen and (max-width: 1850px) {
    .section1 {width: 80%}
    .section1-left-text {padding: 10px 20px 0px 20px;}
    .section1-left-link {display: flex; justify-content: center; align-items: center;}
}

@media only screen and (max-width: 1550px) {
    .section1 {width: 90%;}
    .section1-left-image {height: 450px;}
}

@media only screen and (max-width: 1400px) {
    .header-content {width: 80%;}
    .footer-content {width: 90%; flex-direction: column; gap: 10px;}
}

@media only screen and (max-width: 1220px) {
    .section1-left-image {height: 400px;}
}

@media only screen and (max-width: 1000px) {
    .section1-left-image {height: 300px;}
}

@media only screen and (max-width: 1050px) {
    .header-content {width: 80%;}
    .header-navlist-container {display: none;}
    .header-buttons {display: none;}
    .header-navbar-button-container {display: flex;}
    .header {position: relative;}
    .footer-content {width: 90%; flex-direction: column; gap: 10px;}
}

@media only screen and (max-width: 750px) {
    .section1 {flex-direction: column; width: 100%;}
    .section1-left {text-align: center; margin: auto; width: 100%;}
    .section1-right {width: 90%; margin: auto;}
    .section1-right-header {border-bottom: 1px solid #e9e9e9; padding-bottom: 15px;}
}

@media only screen and (max-width: 500px) {
    .section1-left-image {height: 200px;}
}