* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* h1,h2,h3,h4,h5,h6{
} */

#logo {
    height: 80%;
    width: auto;
    cursor: pointer;
}

.header {
    height: auto;
    width: 100%;
}

.header-menu {
    display: flex;
    gap: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.dropdown p {
    opacity: 0.5;
}

.dropdown a {
    color: white;
    font-size: 20px;
    margin: 5px 0;
    text-decoration: none;
}

.dropdown {
    position: absolute;
    top: 100%;
    background: rgb(2 13 28);
    width: 80px;
    display: flex;
    flex-direction: column;
    left: -30px;
    align-items: center;
    display: none;
}

.right-section-header {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    display: none;
}

.right-section-header p, .right-section-header a {
    font-size: 25px;
}

.right-section-header .language-switcher {
    margin-right: 30px;
}

.header-menu > ul li {
    color: white;
    border: 0;
    background: 0;
    list-style: none;
    margin: 0 15px;
    height: 69px;
    font-size: 22px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;

}

.header-menu li img {
    width: 32px;
    height: 20px;
    object-fit: cover;
    margin-top: 8px;
}

.header-menu ul {
    display: flex;
}

.header-menu > ul li:hover {
    cursor: pointer;
    border-bottom: 2px solid white;
}

body {
    background: #020d1c;
}

.last-page {
    background-image: url('../img/earth.jpeg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); /* The second part is the overlay */

    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.shadow-second{
    background: linear-gradient(180deg, #020d1c00 0% 0%, #020e21);
    width: 100%;
    height: 36%;
    position: absolute;
    /* top: 0; */
    bottom: 0;
}
/* Add overlay using ::before pseudo-element */
/*.last-page::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0, 0, 0, 0.5); !* Adjust opacity here (0 = fully transparent, 1 = fully opaque) *!*/
/*    pointer-events: none; !* Ensure the overlay doesn't interfere with interactions *!*/
/*}*/


.shadow-last-page {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #010e1ea3 54% 48%, #020d20);
    display: flex;
    align-items: center;
    box-shadow: 0 10px 111px 18px #020e24;
}

.second-page {

}

.content-last {
    width: 60%;
    margin: auto;
    color: white;
    font-size: 35px;
    font-family: sans-serif;
    line-height: 45px;
    text-align: center;
}

.content-last p {
    margin-bottom: 40px;
}

.header-bg {
    height: 70px;
    width: 100%;
    background-color: rgba(2, 3, 3, .15);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    padding: 0px 250px;
    z-index: 9999;
}

.shadow::after {
    background: linear-gradient(rgba(2, 13, 28, 0), rgb(2, 13, 28) 55%);
    content: "";
    height: 100%;
    left: 0;
    max-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}

.first-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 640px;
    padding: 0px 250px;
    position: relative;
    z-index: 4;
    opacity: 0.8;
}

.first-container > div {
    display: flex;
    justify-content: left;
    word-break: auto-phrase;
}

.first-container > div:last-child {
    text-align: right;
    justify-content: right;
}

.first-container > div:first-child,
.first-container > div:last-child {
    width: 40%;
}

.first-container h2 {
    font-size: 42.4px;
}

.second-container {
    margin: 0px 250px;
    position: relative;
    z-index: 4;
    font-size: 28px;
    display: flex;
    padding: 106px 0;
}

.second-container > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 1000px;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    background: #020d1ce8;
    color: white;
    box-shadow: 0 0 12px 3px #ffffff7d;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.second-container p {
    font-size: 18px;
}

.second-container > div:last-child {
    width: 100%;
}

.about-container {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 106px;
    color: white;
    font-family: sans-serif;
    font-size: 28px;
    opacity: 0.8;
    text-align: center;
    z-index: 5;
    padding: 106px 250px;
}

.about-container h2 {
    margin-bottom: 15px;
    font-size: 50px;
}

.about-container p {
    font-size: 30px;
}

.shadow img {
    width: 100%;
    height: 748px;
    position: absolute;
    object-fit: cover;
    top: 0;
}

.image-second {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-second img {
    width: 80%;
}

.map-section {
    width: 50%;

}

.map-section img {
    width: 100%;
    filter: contrast(0.6);
}

.page-text {
    width: 50%;
    padding-right: 80px;
    color: white;
    font-family: sans-serif;
}

.page-text h1 {
    font-size: 44px;
    margin-bottom: 20px;
}

.page-text p {
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 1.5px;
}

.page-text li {
    list-style: none;
    margin: 15px 0;
    font-size: 30px;
}

.thirty-page {
    display: flex;
    width: 70%;
    margin: 50px auto;
    padding: 106px 0;
}

.contact-page {
    display: flex;
    flex-direction: column;
    padding: 30px;
    color: white;
    border: none;
    box-shadow: 0 0 12px 3px #ffffff7d;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.contact-row {
    display: flex;
    justify-content: space-around;
    color: white;
    font-family: sans-serif;
}
.contact-row>div p{
    color: white;
}
.contact-row a{
    color: white;
    text-decoration: none;
}
.contact-page .contact-row h3 {
    margin-bottom: 20px;
}

.contact-row > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3);
}

.contact-page h1 {
    font-size: 40px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    margin-bottom: 40px;
}

.burger-menu {
    display: none;
    font-size: 32px;
    cursor: pointer;
    color: white;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 13 28);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 9999;
}

.mobile-menu button {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    background-color: transparent;
    color: white;
    border: none;
}

.mobile-menu ul li {
    background: none;
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
    padding: 10px;
    list-style: none;
    font-family: sans-serif;
}

.second-container h3 {
    font-size: 26px;
}

@media only screen and (max-width: 1448px) {
    .header-bg {
        padding: 0px 150px;
    }

    .first-container {
        padding: 0px 150px;
    }

    .about-container {
        padding: 106px 150px;
    }

    .second-container {
        margin: 0px 150px;
    }

    .thirty-page {
        width: 80%;
        margin: 50px 150px;
    }
}

@media only screen and (max-width: 1360px) {
    .header-bg {
        padding: 0px 20px;
    }
}

/* @media only screen and (max-width:1280px) {
    .header-bg {
        padding: 0px 20px;
    }
} */
@media only screen and (max-width: 1284px) {
    .content-last {
        width: 80%;
        height: auto;
        font-size: 20px;
        line-height: 30px;
    }
    .last-page{
        height: auto;
        padding-bottom:150px;
    }
}
@media only screen and (max-width: 1234px) {

    .first-container {
        width: 80%;
        margin: auto;
        padding: inherit;
    }

    .first-container {
        flex-wrap: wrap;
        padding-top: 100px;
    }

    .first-container > div {
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    .first-container h2 {
        font-size: 32px;
    }

    .first-container > div:nth-child(2) {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .first-container > div:last-child {
        text-align: center;
    }

    .second-container {
        margin: 0px 123px;
    }

    .about-container {
        padding: 106px 123px;
    }

    .thirty-page {
        width: 80%;
    }

    .second-container > div:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .about-container p {
        font-size: 20px;
    }

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

    .about-container {
        padding: 80px 80px;
        margin-top: 0;
    }

    .second-container {
        margin: inherit;
    }

    .second-container > div:first-child {
        width: 80%;
    }

    .page-text {
        width: 100%;
        padding-right: inherit;
    }

    .thirty-page {
        display: flex;
        width: 80%;
        margin: 0px auto;
        padding: 0px 0;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .page-text h1 {
        font-size: 38px;
    }

    .page-text p {
        line-height: 25px;
        font-size: 22px;
    }

    .page-text li {
        margin: 10px 0;
        font-size: 24px;
    }

    .map-section {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .right-section-header {
        display: flex;
    }

    .header-menu {
        display: none;
    }

    .burger-menu {
        display: block;
    }
}

@media only screen and (max-width: 825px) {
    .first-container h2 {
        font-size: 29.5px;
    }

    .first-container > div:first-child {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .second-container h3 {
        font-size: 26px;
    }

    .first-container h2 {
        font-size: 25px;
    }

    .page-text h1 {
        font-size: 30px;
    }

    .page-text p {
        line-height: 21px;
        font-size: 20px;
    }

    .page-text li {
        margin: 7px 0;
        font-size: 20px;
    }

    .image-second img {
        width: 93%;
    }

    .contact-page h1 {
        font-size: 34px;
    }

    .contact-page .contact-row h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 525px) {
    .contact-row {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .contact-row>div:first-child{
        width: 100%;
        margin-bottom: 50px;
    }
    .shadow img {
        height: 680px;
    }

    #logo {
        height: 70%;
    }

    .first-container h2 {
        font-size: 19px;
    }

    .about-container {
        padding: 80px 50px;
    }

    .about-container h2 {
        font-size: 28px;
    }

    .about-container p {
        font-size: 18px;
    }

    .second-container h3 {
        font-size: 22px;
    }

    .second-container p {
        font-size: 14px;
    }

    .second-container > div:first-child {
        gap: 15px;
        padding: 20px;
    }

    .contact-page {
        padding: 15px;
    }

    .page-text p {
        line-height: 20px;
        font-size: 16px;
    }

    .page-text li {
        margin: 7px 0;
        font-size: 18px;
    }

    .contact-page h1 {
        font-size: 30px;
    }

    .contact-page .contact-row h3 {
        font-size: 15px;
    }

    .contact-page .contact-row p {
        font-size: 14px;
    }
}
