/* universal styles */

@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:wght@300;400;700&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inria Sans", sans-serif;
}

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

a:hover {
    color: #757575;
    text-decoration: none !important;
}

body {
    background: linear-gradient(to bottom, #100f1f, #121140);
}
/* main content Styles */

.main_content_wrapper {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

/** banner **/
.banner__main {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.bannerImage__banner {
    position: relative;
    width: 100%;
    height: 70vh;
    background: linear-gradient(#000000b0, #0200bdf7),
        url(../images/banner_gallery.png);
    filter: saturate(0.1);
    background-position: center;
    background-size: cover;
}

.bannerText_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerText_banner p {
    font-weight: 700;
    color: white;
    font-size: 62px;
    padding: 0;
}

/** content - grid **/
.content__main {
    margin: auto;
    width: 85%;
    position: relative;
}

.gallery_gridContent {
    margin-top: 100px;
}

.grid__content {
    display: flex;
}

.grid_item__grid {
    margin: 5px;
    flex: 1;
}

.img-grid_item {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.button_container_more {
    width: fit-content;
    margin: 50px auto;
}

.button_container_more .more-btn {
    text-align: center;
    color: #fff;
    border: 1px solid white;
    background: transparent;
    border-radius: 30px;
    transition: 0.5s;
    padding: 3px 20px;
}

.button_container_more .more-btn:hover {
    background: white;
    color: #121140;
}

/* footer */
.footer__main {
    margin: 70px auto 0 auto;
}

.footerContainer__footer {
    background: linear-gradient(#00023ec7, #00007a61),
        url(../images/footerbg.png);
    height: 400px;
    width: 100%;
    display: flex;
    background-repeat: no-repeat;
    justify-content: space-around;
    align-items: center;
    background-size: cover;
}

.footer_col {
    flex: 1;
}

.container__footer_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    width: fit-content;
    margin: auto;
}

.contacts__fCol {
    display: flex;
    flex-direction: column;
    color: white;
}

.contacts__fCol > p .contacts__fCol > span {
    margin: 5px auto;
    padding: 0;
}

.footer_text_header {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.footer_text_body {
    display: flex;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    text-indent: 25px;
    margin-left: 30px;
}

.footer_text_body p img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.socials__fCol {
    color: white;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.socials__fCol .link_social a img {
    width: 28px;
    height: 28px;
    filter: invert(1);
}

.qLinks_fCol {
    width: fit-content;
    margin: auto;
}

.footerLinkContainer {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
}

.footerLinkContainer li {
    margin-left: 30px;
}

.footerLink {
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 400;
}

.footerLink img {
    width: 22px;
    height: 22px;
    filter: invert(1);
    margin-right: 10px;
}

.nameContainer__fCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.nameContainer__fCol p {
    padding: 0;
    margin: 0;
    color: #fff;
}

.name_nameContainer {
    font-size: 35px;
    font-weight: 700;
}

.title_nameContainer {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
.copyRightSection {
    margin: auto;
    width: 100%;
    color: #fff;
    padding: 20px 0;
}
.copyRightSection p {
    margin: 0;
    text-align: center;
    font-size: 17px;
}
.credits__CRS {
    margin-top: 5px;
    color: #b9b9b9;
    font-size: 15px;
}
/* responsive */
@media screen and (max-width: 500px) {
    .bannerImage__banner {
        height: 40vh;
    }

    /** content - grid **/
    .content__main {
        width: 90%;
    }

    .gallery_gridContent {
        margin-top: 50px;
    }
    .grid__content {
        display: grid;
    }
    .grid__content:last-child {
        display: none;
    }

    .button_container_more {
        margin: 40px auto;
    }

    /* footer */
    .footer__main {
        margin: 40px auto 0 auto;
    }

    .footerContainer__footer {
        background-position: top;
        background-size: cover;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nameContainer__fCol {
        align-items: center;
    }

    .name_nameContainer {
        font-size: 28px;
    }

    .title_nameContainer {
        font-size: 18px;
        letter-spacing: 3px;
    }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
    /* footer */
    .footerContainer__footer {
        background-position: top;
        background-size: cover;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nameContainer__fCol {
        align-items: center;
    }
    .name_nameContainer {
        font-size: 30px;
    }

    .title_nameContainer {
        font-size: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    /* footer */
    .footerContainer__footer {
        background-position: center;
        background-size: cover;
        height: auto;
        justify-content: space-around;
        align-items: center;
    }

    .name_nameContainer {
        font-size: 28px;
    }

    .title_nameContainer {
        font-size: 18px;
    }
}

/*---header---*/
ul.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 82px;
}

ul.navigation li {
    color: white;
    font-family: "Inria Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;

    cursor: pointer;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 0px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;

    transition: 0.3s;
    z-index: 10;
}

.sticky {
    background-color: #100f11;
    padding: 16px 0px;
}

.header-logo {
    width: 140px;
    margin-left: 80px;
}

a {
    text-decoration: none;
}

.header-icons {
    display: flex;
    gap: 40px;
    margin-right: 80px;
}

/*---header-mobile---*/

.toggle-button {
    position: absolute;
    top: 2.25rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.footerLink {
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 500px) {
    header {
        padding: 16px 0px;
        flex-direction: column;
        align-items: flex-start;
        background-color: #100f11;
    }

    .header-logo {
        margin-left: 24px;
    }

    .header-icons {
        margin-right: 24px;
        margin-left: 24px;
        display: none;
    }

    .sticky {
        padding: 16px 0;
    }

    .toggle-button {
        display: flex;
    }

    .header-nav {
        display: none;
        margin: 24px 0px;
    }

    .active {
        display: flex;
    }

    ul.navigation {
        flex-direction: column;
        gap: 24px;
        padding-left: 24px;
    }
}
