@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
body {
    background: #E6E6E6;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #42AAFF;
    height: 50px;
}
.logo {
    width: 45px;
    height: 40px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    align-items: center;
}
header a {
    font-size: 16px;
    color: #F4F4F4;
}
.links{
    font-size: 16px;
    display: flex;
    gap: 45px;
    color: #F4F4F4;
    font-family: Montserrat, serif;
    font-weight: 400;
}
main {
    display: flex;
    max-width: 1920px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
}
.hero {
    display: flex;
    max-width: 1920px;
    width: 100%;
    height: 1030px;
    background: url("../img/background.png");
    align-items: center;
    flex-direction: column;
}
.hero h1 {
    padding-top: 200px;
    font-family: Montserrat, serif;
    font-size: 96px;
    color: #F4F4F4;
    font-weight: 500;
}
.hero p {
    padding-top: 30px;
    font-family: Montserrat, serif;
    font-size: 32px;
    color: #F4F4F4;
    font-weight: 400;
}
.description {
    background: #F4F4F4;
    border-radius: 25px;
    max-width: 1920px;
    width: 100%;
    font-family: Montserrat, serif;
    font-size: 24px;
    color: #000000;
    padding: 15px;
}
.services__catalog {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, serif;
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    gap: 50px;
    max-width: 1920px;
    width: 100%;
}
.category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1920px;
    width: 100%;
}
.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1920px;
    width: 100%;
    gap: 50px;
}
.photo__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1920px;
    width: 100%;
    gap: 50px;
}
.home-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1920px;
    width: 100%;
    gap: 50px;
}
.home-photo__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1920px;
    width: 100%;
    gap: 50px;
}
.services__card {
    max-width: 580px;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.services__card img {
    position: absolute;
    z-index: 1;
    border-radius: 25px;
}
.services__card__description {
    z-index: 2;
    background: #F4F4F4;
    display: flex;
    max-height: 120px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 15px;
    width: 100%
}
.services__card__description p {
    font-family: Montserrat, serif;
    font-size: 24px;
    font-weight: 400;
}
.services__card__description h3 {
    font-family: Montserrat, serif;
    font-size: 32px;
    font-weight: 500;
}
button {
    font-family: Montserrat, serif;
    font-size: 36px;
    font-weight: 500;
    color: #F4F4F4;
    background: #42AAFF;
    padding: 20px 50px;
    border-radius: 25px;
}
.gallery {
    max-width: 1920px;
    width: 100%;
    padding-top: 60px;
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, serif;
    font-size: 48px;
    font-weight: 500;
    color: #000000;
}
.gallery__card {
    max-width: 580px;
    width: 100%;
    height: 500px;
    display: flex;
}
.gallery__card img {
    border-radius: 25px;
}
.background {
    display: none;
    top: 0;
    position: fixed;
    background: rgba(46, 46, 46, 0.8);
    max-width: 1920px;
    width: 100%;
    height: 100%;
}
footer {
    margin-top: 100px;
    padding: 15px;
    background: #42AAFF;
    max-width: 1920px;
    width: 100%;
    height: 150px;
    display: flex;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 400;
    color: #F4F4F4;
}
.service__card {
    max-width: 580px;
    width: 100%;
    height: 708px;
    display: flex;
    flex-direction: column;
}
.service__card img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.service__card__description {
    z-index: 2;
    background: #F4F4F4;
    display: flex;
    max-height: 208px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 30px 0 20px 0;
    width: 100%
}
.service__card__description p {
    font-family: Montserrat, serif;
    font-size: 48px;
    font-weight: 400;
}
.service__card__description h3 {
    font-family: Montserrat, serif;
    font-size: 48px;
    font-weight: 500;
}
.full__description {
    max-width: 1180px;
    width: 100%;
    height: 708px;
    padding: 15px;
    margin-left: 40px;
    background: #F4F4F4;
    font-family: Montserrat, serif;
    font-size: 32px;
    border-radius: 25px;
}
.srv__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1920px;
    width: 100%;
}
.photo__examples {
    padding-top: 60px;
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, serif;
    font-size: 48px;
    font-weight: 500;
}