* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none
}

a {
    text-decoration: none;
    color: #fff
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5
}

header {
    padding: 0 10%;
    background-color: #000;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff
}

header nav {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header nav div.logo img {
    width: 120px
}

.navigation {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    gap: 16px
}

.burger-icon {
    font-size: 30px
}

.navigation.active {
    display: flex;
    flex-direction: column
}

.navigation span,
.navigation ul {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px
}

.navigation ul {
    list-style-type: none;
    padding: 0
}

.navigation ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.navigation ul li img {
    margin-right: 15px
}

.navigation ul li:nth-child(2) div {
    display: flex;
    flex-direction: column
}

.flag-dropdown {
    position: relative;
    cursor: pointer
}

.selected-flag img {
    display: block
}

.flag-options {
    display: none;
    position: absolute;
    top: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.flag-options img {
    display: block;
    margin: 5px 0 4px 1px;
    box-sizing: border-box;
    width: 39px;
    border: 1px solid #000
}

.flag-options img:hover {
    background-color: #f0f0f0
}

main section:first-child {
    background-image: url(./images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh
}

main section:first-child .best-all {
    background-image: url('./images/Ellipse 7.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center
}

/* main section:first-child .best-all .video {
    background: url('./images/bestalll.mp4');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 100000;
    width: 900px;
    height: 420px;
} */

main section:first-child .best-all img {
    width: 90%
}

main section:nth-child(2) {
    background-image: url(./images/world-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

main section:nth-child(2) img.world-img {
    position: absolute;
    width: 100%;
    margin-top: 274px
}

main section:nth-child(2) #about-us {
    background-color: #e1f3ff82;
    z-index: 100;
    padding: 100px 10%
}

main section:nth-child(2) #about-us img.world-icon {
    display: none
}

main section:nth-child(2) #about-us .about-us-inside .about {
    text-align: center;
}

main section:nth-child(2) #about-us .about-us-inside .about h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 63px;
    color: #AC2727
}

main section:nth-child(2) #about-us .about-us-inside .about p {
    margin-top: 12px;
    color: #1C30E9;
}

main section:nth-child(2) #services {
    background-color: #ccf1ff91 !important;
    padding: 100px 10%
}

main section:nth-child(2) #services h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 63px;
    color: #1C30E9;
    text-align: center
}

main section:nth-child(2) #services p {
    font-weight: 500;
    text-align: center;
    color: #BD1A10;
    margin-top: 12px;
}

main section:nth-child(2) #services .services-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 12px;
}

main section:nth-child(2) #services .services-inside div {
    display: flex;
    flex-direction: column;
    padding: 16px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

main section:nth-child(2) #services .services-inside div:first-child {
    background-color: #E3F7FF;
    scrollbar-color: #e3f7ff #cde8f3;
    scrollbar-width: thin
}

main section:nth-child(2) #services .services-inside div:nth-child(2) {
    background-color: #EDEFFF;
    scrollbar-color: #EDEFFF #cde8f3;
    scrollbar-width: thin
}

main section:nth-child(2) #services .services-inside div:nth-child(3) {
    background-color: #FEF5FF;
    scrollbar-color: #FEF5FF #cde8f3;
    scrollbar-width: thin
}

main section:nth-child(2) #services .services-inside div:nth-child(4) {
    background-color: #F2FFF9;
    scrollbar-color: #F2FFF9 #cde8f3;
    scrollbar-width: thin
}

footer {
    background-color: #AFE7FF;
    padding: 40px 0;
}

footer a {
    color: #0D4769;
}

footer .footer-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}

footer .footer-content .footer-content-1,
.footer-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

footer .footer-content .footer-content-2 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .footer-content .footer-content-2 li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

footer .footer-content .footer-content-2 ul.footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
}

footer .footer-content .footer-content-2 ul.footer-contact a.underlined {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0D4769;
    padding: 8px;
}



footer .footer-content .footer-content-2 ul.footer-contact div.mails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .footer-content .globe {
    position: absolute;
    bottom: 0;
}

footer .footer-content-1 a img {
    width: 120px
}



main section:nth-child(2) #about-us .about-us-inside .about-right img {
    display: none
}

@media only screen and (min-width: 768px) {

    header nav div.logo img {
        width: 180px
    }

    main section:nth-child(2) #about-us .about-us-inside .about-right {
        display: flex;
        justify-content: center;
        margin-top: 100px
    }

    main section:nth-child(2) #about-us .about-us-inside .about-right img {
        display: block
    }

    main section:nth-child(2) #services .services-inside div {
        min-height: 300px
    }


    footer {
        padding: 0;
    }


    footer .footer-content {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18%;
    }

    footer .footer-content .footer-content-2 {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        margin-top: 0px;
    }

    footer .footer-content .footer-content-2 li.footer-nav {
        padding: 8px;
    }


    footer .footer-content .footer-content-2 ul.footer-contact {
        align-items: flex-start;
    }

    footer .footer-content .footer-content-2 ul.footer-contact li {
        display: flex;
        gap: 16px;
    }


    footer .footer-content .footer-content-2 ul.footer-contact div.mails {
        align-items: flex-start;
    }

    footer .footer-content .globe {
        right: 10%;
        top: auto;
        bottom: auto;
    }

    footer .footer-content .globe img {
        width: 120px;
    }

    footer .footer-content-1 a img {
        width: 180px;
    }

}

@media only screen and (min-width: 1024px) {
    body {
        font-size: 16px
    }

    header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .burger-icon {
        display: none;
    }

    .burger-menu {
        width: 42%;
    }

    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        width: 100%;
        background-color: #000;
        padding: 0;
        box-shadow: 0
    }

    .navigation span,
    .navigation ul {
        margin-bottom: 0;
        font-size: 16px
    }

    .navigation span,
    .navigation li {
        cursor: pointer
    }

    .navigation a:hover,
    .navigation li a:hover {
        color: #8f8a8a
    }

    .navigation ul li {
        margin-bottom: 0
    }

    main section:first-child .best-all img {
        width: 650px
    }

    main section:nth-child(2) #about-us .about-us-inside img {
        display: block
    }

    main section:nth-child(2) #about-us {
        position: relative
    }

    main section:nth-child(2) #about-us .about-us-inside {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    main section:nth-child(2) #about-us .about-us-inside .about-right {
        margin-top: 0
    }

    @keyframes float {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(15px, 15px);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    @keyframes float-big-img {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    main section:nth-child(2) #about-us img.world-icon {
        display: block;
        position: absolute;
        width: 30px;
        animation: float 3s ease-in-out infinite;
    }

    main section:nth-child(2) #about-us img.world-icon:first-child {
        left: 30%;
        bottom: 10%;
        animation-delay: 0s;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(2) {
        right: 30%;
        top: 10%;
        animation-delay: 0s;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(3) {
        bottom: 20%;
        right: 12%;
        animation-delay: 0.5s;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(4) {
        right: 80px;
        top: 120px;
        animation-delay: 0.5s;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(5) {
        bottom: 20%;
        right: 40%;
        animation-delay: 1s;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(6) {
        bottom: 420px;
        right: 480px;
        animation-delay: 2s;
    }

    main section:nth-child(2) #about-us {
        margin-top: 0
    }

    main section:nth-child(2) #about-us .about-us-inside .about {
        width: 50%;
        text-align: start
    }

    main section:nth-child(2) #about-us .about-us-inside .about-right img {
        width: 80%;
        animation: float-big-img 3s ease-in-out infinite;
    }

    main section:nth-child(2) #services .services-inside div {
        max-width: 400px;
        min-height: 490px;
        margin: 0
    }

    main section:nth-child(2) #services h3 {
        text-align: center
    }

    main section:nth-child(2) #services p {
        font-size: 24px
    }

    main section:nth-child(2) #services .services-inside {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap
    }

    main section:nth-child(2) #services .services-inside div:hover {
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.4)
    }

    main section:nth-child(2) #services .services-inside div {
        max-width: 450px;
        max-height: 425px;
        overflow-y: overlay;
        flex: 23%
    }

    footer .footer-content .footer-content-2 {
        gap: 64px;
    }

    footer .footer-content {
        padding-right: 20%;
        padding-top: 16px;
        padding-bottom: 24px;
    }

    /* footer .footer-content .footer-content-2 ul.footer-contact {
        gap: 0px;
    } */


}

@media only screen and (min-width: 1200px) {
    main section:first-child .best-all img {
        width: 1018px
    }

    main section:nth-child(2) #about-us .about-us-inside {
        justify-content: space-between
    }

    main section:nth-child(2) #about-us .about-us-inside img.world-icon {
        position: absolute;
        width: 48px
    }

    main section:nth-child(2) #about-us .about-us-inside .about-right {
        margin-top: 80px
    }

    main section:nth-child(2) #about-us .about-us-inside .about-right img {
        width: 100%
    }

    main section:nth-child(2) #about-us .about-us-inside .about {
        width: 44%
    }

    main section:nth-child(2) #services .services-inside div {
        max-width: 450px;
        max-height: 425px;
        overflow-y: overlay
    }

    main section:nth-child(2) #services .services-inside {
        margin-left: auto;
        margin-right: auto
    }



    main section:nth-child(2) #about-us img.world-icon:nth-child(3) {
        right: 8%;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(5) {
        bottom: 30%;
        right: 44%;
    }

    main section:nth-child(2) #about-us img.world-icon:nth-child(6) {
        bottom: 420px;
        right: 620px;
    }

    footer .footer-content .footer-content-2 {
        gap: 64px;
    }

    footer .footer-content {
        padding-right: 24%;
        padding-top: 24px;
        padding-bottom: 32px;
    }


}


@media only screen and (max-width: 425px) {

    .navigation.active {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center
    }
}