@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fustat";
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
}

body {
    background-color: #000;
}

ul {
    list-style: none;
}

button {
    background-color: unset;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}

button:active {
    transform: translateY(2px);
    opacity: 0.8;
    transition: 0.5s;
}

.header {
    background-image: url(./Images/IntroBg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nav {
    backdrop-filter: blur(6px);
    border-bottom: solid 1px #fff;
}

.nav__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__list {
    display: flex;
}

.nav__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 90%;
    color: #fff;
    padding: 30px;
    display: block;
}

.nav__link:hover {
    color: green;
    background-color: #fff;
}

.nav__tel {
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #fff;
}

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 90vh;
}

.intro__title {
    font-weight: 500;
    font-size: 96px;
    line-height: 90%;
    color: #fff;
}

.intro__minititle {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    color: #fff;
}

.btn {
    font-weight: 800;
    font-size: 16px;
    line-height: 140%;
    color: #93EBDD;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(2px);
    padding: 23px 84px;
    border-radius: 40px;
    border: solid 2px #fff;
}

.about {
    position: relative;
}

.about__box {
    margin: 140px 0;
    display: flex;
    justify-content: space-between;
}

.about__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.mini__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 90%;
    color: #F3F3F3;
    margin-bottom: 20px;
}

.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 90%;
    color: #93EBDD;
    transition: 0.5s;
    width: max-content;
    /* display: inline-block; */
}

.title::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: red;
    display: block;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 2px;
}

.title:hover {
    color: red;
    transition: 0.5s;
}

.title:hover::after {
    transform: scale(1);
    transition: 0.5s;
}

.about__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    width: 361px;
}

.shadow {
    position: absolute;
    left: 0;
    top: -400px;
    z-index: -1;
}

.gallery__card {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery__bottom {
    display: flex;
    gap: 30px;
}

.gallery__bottom__right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project {
    margin-top: 140px;
    position: relative;
}

.project__card {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.project__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.project__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 90%;
    color: #93EBDD;
}

.project__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #B5B5B5;
}

.project__shadow {
    position: absolute;
    left: 0;
    top: -400px;
    z-index: -1;
}

.contact__box {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}

.contact__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 90%;
    color: #93EBDD;
}

.item__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #B5B5B5;
}

.item__imgs {
    display: flex;
    gap: 40px;
}

.contact {
    position: relative;
    margin-bottom: 140px;

}

.shadow__right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

main {
    overflow: hidden;
}

.footer {
    background-color: #101010;
    padding: 109px;
}

.footer__box {
    display: flex;
    justify-content: space-between;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #93EBDD;
}

.footer__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #93EBDD;
}

.footer__card {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__card__list {
    color: #fff;
    list-style: inside;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__card__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #fff;
}

.footer__imgs{
    display: flex;
    gap: 40px;
}