/* colors */
:root {
    --bg-color: #000;
    --white-text: #fff;
    --gray-text: rgba(255, 255, 255, 0.6);
    --golden-brown: #B08450;
    --gray-gradient: linear-gradient(90deg, #979BA0 0%, #979BA0 20.73%, #B3B6BA 38.63%, #B0B4B8 62.74%, #989CA1 83.52%, #737373 100%);

    --text-animation: .2s ease-in-out;

    --header-menu-gap: 34px;
}

/* all */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: 'Onest';
    font-weight: 300;
    color: var(--white-text);
}

html {
  font-size: 62.5%; 
}

body {
    background-color: #000;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1860px;
    margin: 0 auto;
    z-index: 1;
}

.stick-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.starting-section .container {
    padding-top: 102px;
}

.grey-text-20 {
    position: relative;
    font-size: 2rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -3%;
    z-index: 1;
}

.grey-text-20 strong {
    font-weight: 600;
}

.white-title-64 {
    position: relative;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
    font-size: 6.4rem;
    line-height: 1;
    z-index: 1;
}

.white-title-64 span {
    font-family: 'Playfair Display';
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
}

.brackets-title {
    display: inline-block;
    position: relative;
    padding: 15px 0 30px 0;
}

.brackets-title:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: -64px;
    border: 1px solid rgba(151, 155, 160, 1);
    border-radius: 32px 0 0 32px;
    border-right: 0;
}

.brackets-title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: -64px;
    border: 1px solid rgba(151, 155, 160, 1);
    border-radius: 0 32px 32px 0;
    border-left: 0;
}

.brackets-block {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.topic-text {
    display: block;
    position: relative;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -2%;
    color: rgba(176, 132, 80, 1);
}

.gray-single-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(90deg, #979BA0 0%, #979BA0 20.73%, #B3B6BA 38.63%, #B0B4B8 62.74%, #989CA1 83.52%, #737373 100%);
}

.gray-single-card .single-card_tag {
    padding: 10px 20px;
    color: rgba(24, 31, 39, 1);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -2%;
    border: 1px solid rgba(24, 31, 39, 1);
    border-radius: 73px;
}

.gray-single-card .single-card_title {
    font-weight: 400;
    font-size: 4rem;
    line-height: 45px;
    color: rgba(24, 31, 39, 1);
}

.gray-single-card .single-card_description {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -3%;
    color: rgba(24, 31, 39, 0.6);
}

.gray-single-card .single-card_description strong {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -3%;
    color: rgba(24, 31, 39, 1);
}

/* header */

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

header .container {
    display: grid;
    padding: 30px 0;
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
}

header ul.header-menu {
    display: grid;
    gap: var(--header-menu-gap);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul.header-menu li {
    display: flex;
    justify-content: center;
    border-radius: 35px;
}

header ul.header-menu li.current {
    padding: 0 16px;
    align-items: center;
    background-color: #B08450;
}

header ul.header-menu li.current:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 21px;
    background-image: url(../img/all/Logo-vector-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}

header ul.header-menu li a {
    padding: 8px 17px;
    font-size: 1.8rem;
    font-family: 'Fustat';
    color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
}

header ul.header-menu li.current a {
    padding: 8px 0;
}

header ul.header-menu a:hover {
    color: #1F2931;
    font-weight: 500;
}

header ul.header-menu li.current a {
    color: #1F2931;
    font-weight: 500;
}

header .header-menu .wing-left {
  display: flex;
  justify-content: flex-end; /* Текст жмется к центру */
  gap: var(--header-menu-gap);
}

header .header-menu .wing-right {
  display: flex;
  justify-content: flex-start; /* Текст жмется к центру */
  gap: var(--header-menu-gap);
}

header .language .language-icon {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    background-color: #fff;
    background-image: url(../img/all/Globe.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border-radius: 50%;
}

header .language {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-self: end;
}

header .language ul {
    display: flex;
    gap: 10px;
}

header .language ul li {
    font-size: 1.8rem;
}

header .language ul li a {
    color: rgba(255, 255, 255, 0.2);
    transition: var(--text-animation);
}

header .language ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

header .language ul li a.current {
    color: rgba(255, 255, 255, 0.8);
}

/* hero */

#hero {
    width: 100%;
    height: 100vh;
    background: var(--bg-color);
    background-image: url("../img/front-page/hero_bg_1920_960.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

#hero .container {
    height: 100%;
}

#hero .stick-bottom {
    bottom: 40px;
}

#hero .lines-container {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 1px, transparent 0px);
    background-size: 229px;
    background-position: center;
}

#hero .map-marker-container {
    position: absolute;
    left: calc(50% + 566px);
    top: 140px;

    z-index: 5;
}

#hero .map-marker-container a {
    display: flex;
    align-items: center;
    gap: 12px;
}

#hero .map-marker-container a:hover img  {
    animation: pulse 0.6s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

#hero .map-marker-container span {
    font-weight: 400;
    font-size: 2rem;
}

#hero .map-marker-container:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 32px;
    height: 308px;
    width: 1px;
    background: white;
}

#hero .hero-top-container h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}

#hero .hero-top-container h1 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 12.8rem;
    line-height: 1;
}

#hero .hero-top-container h1 span{
    font-family: 'Playfair Display';
    font-style: italic;
}

#hero .hero-top-container p {
    max-width: 586px;
    margin-top: 35px;
}

#hero .hero-top-container,
#hero .hero-bottom-container {
    width: 100%;
    margin: 0 auto;
}

#hero .hero-top-container {
    max-width: 1508px;
    margin: 41px auto 0;
}

#hero .hero-bottom-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#hero .hero-bottom-container .left-block,
#hero .hero-bottom-container .right-block {
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
  max-width: 780px;
  height: 252px;
  padding: 10px;

  justify-content: space-between;
  align-items: center;

  color: #ffffff;
}

.background-svg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);

    -webkit-backdrop-filter: blur(41px);
    backdrop-filter: blur(14px);

    -webkit-mask-image: url('../img/all/tilted_figure.svg');
    mask-image: url('../img/all/tilted_figure.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#hero .hero-bottom-container .left-block {
    padding-left: 128px;
    left: 50px;
}

#hero .hero-bottom-container .right-block img {
    position: absolute;
    height: 325px;
    top: -48px;
    right: -10px;
    z-index: 1;
    transform: rotateY(180deg);
}

#hero .hero-bottom-container .right-block .svg-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;

    width: 100%;
    max-width: 404px;
    min-height: 76px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: linear-gradient(90deg, #b08450 0%, rgba(176, 132, 80, 0.41) 100%);

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-mask-image: url('../img/front-page/small_tilted_figure.svg');
    mask-image: url('../img/front-page/small_tilted_figure.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    padding: 12px 20px 12px 45px;
    color: #ffffff;
}

#hero .hero-bottom-container .right-block .svg-container:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url('../img/front-page/small_tilted_border.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

#hero .hero-bottom-container .background-svg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  
  background-image: url('../img/all/tilted_border.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
  z-index: 2;
}

/* Убедимся, что контент внутри блока находится над рамкой */
.left-block .info-section,
.left-block .img-section {
  position: relative;
  z-index: 3;
}

#hero .left-block .img-section {
    position: relative;
    width: 100%;
    max-width: 328px;
    height: 230px;
    overflow: hidden;
    border-radius: 40px;
}

#hero .left-block .img-section img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 100%;
    border-radius: 40px;
}

#hero .hero-bottom-container .info-section {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
}

#hero .hero-bottom-container .right-block .info-section {
    justify-content: end;
}

#hero .hero-bottom-container .right-block a {
    font-weight: 400;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: -2%;
    z-index: 1;
}

#hero .hero-bottom-container .tags-buttons {
    margin-bottom: 36px;
}

#hero .hero-bottom-container .tags-buttons span {
    display: inline-block;
    margin-right: 9px;
    padding: 8px 31px;
    border: 0.64px solid rgba(255, 255, 255, 1);
    border-radius: 73.5px;
    font-weight: 300;
    font-size: 1.8rem;
}

#hero .hero-bottom-container .left-block .info-section a {
    margin-bottom: 10px;
    line-height: 90%;
    font-size: 3.8rem;
}

#hero .hero-bottom-container .right-block .info-section a {
    font-size: 2rem;
}

#hero .hero-bottom-container .info-section p {
    max-width: 480px;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 0.6);
}

#hero .hero-bottom-container .left-block .info-section p {
    padding-right: 30px;
}

#hero .hero-bottom-container .right-block .info-section p {
    margin-left: 40px;
    margin-bottom: 20px;
    line-height: 1;
}

#hero .social-icons-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 15;
}

#hero .social-icons-container .social-icons {
    display: flex;
    gap: 23px;
    flex-direction: column;
}

#hero .social-icons a {
    padding: 16px 17px;
    background: rgb(24 31 39);
    border-radius: 50%;
    line-height: 1;
    transition: .1s ease-in-out;
}

#hero .social-icons a:hover {
    box-shadow: 0px 3px 2px 0px rgb(255 255 255 / 25%), 0px 2px 0px 1px rgb(0 0 0);
    transform: translateY(-4px);
}

#hero .social-icons img {
    height: 20px;
}

/* strategy */

#strategy {
    margin: 110px 0 0;
}

#strategy .brackets-block {
    width: 100%;
    max-width: 898px;
}

#strategy .brackets-title:before {
    width: 40px;
    left: -80px;
    border-radius: 40px 0 0 40px;
}

#strategy .brackets-title:after {
    width: 40px;
    right: -80px;
    border-radius: 0 40px 40px 0;
}

#strategy .brackets-block img {
    margin-bottom: 23px;
}

#strategy .brackets-block h3 {
    margin-bottom: 46px;
    padding: 5px 0 20px 0;
}

#strategy .brackets-block .grey-text-20 {
    margin: 0 auto;
    max-width: 600px;
}

#strategy .strategy_single-card {
    display: flex;
    gap: 20px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    border-radius: 30px;
    flex-direction: column;
    justify-content: end;
}

#strategy .strategy_single-card h4,
#strategy .strategy_single-card p {
    z-index: 10;
}

#strategy .strategy_single-card {
    line-height: 1;
}

#strategy .strategy_single-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(360deg, #B08450 0%, rgba(176, 132, 80, 0) 50.48%);
}

#strategy .strategy_single-card h4 {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: -3%;
}

#strategy .strategy_single-card h4 span {
    font-family: Playfair Display;
    font-style: italic;
}

#strategy  .strategy_cards-block {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 74px;
}

#strategy .strategy_single-card:nth-child(1),
#strategy .strategy_single-card:nth-child(3) {
    width: 472px;
    height: 330px;
}

#strategy .strategy_single-card:nth-child(2) {
    width: 600px;
    height: 420px;
}

#strategy .strategy_single-card img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 1;
}

/* cards */

#cards {
    margin: 180px 0 0;
}

#cards .topic-text {
    position: absolute;
    top: 20px;
    left: 0;
}

#cards .brackets-title {
    margin-bottom: 40px;
    padding-top: 0;
    text-align: left;
}

#cards .brackets-block {
    width: 100%;
    max-width: 898px;
    margin-bottom: 80px;
}

#cards .brackets-title:before,
#cards .brackets-title:after {
    display: none;
}

#cards .cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

#cards .cards_single-card {
    gap: 23px;
    width: 442px;
    height: 556px;
    padding: 30px;
    border-radius: 40px;
}
#cards .cards_single-card:nth-child(2) {
    gap: 30px;
}

#cards .cards_single-card.empty-single-card {
    background-image: url(../img/front-page/cards-container-bg.jpg);
}

#cards .single-card_button {
    position: absolute;
    bottom: 30px;
    padding: 19px 30px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(24, 31, 39, 1);
    border-radius: 57px;
}

/* people */

#people {
    position: relative;
    margin: 165px 0 0;
}

#people .team-container {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}

#people .container {
    height: 960px;
    overflow: hidden;
    border-radius: 40px;
    z-index: 10;
}

#people .team_bg_lines_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#people .team_bg_lines_container:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, #B08450 100%);
    opacity: 0.75;
}

#people .team_bg_lines_container img {
    position: absolute;
    bottom: -34px;
    width: 100%;
    height: 816px;
}

#people .team-container_single {
    position: relative;
    width: 25%;
}

#people .team-container_single img {
    position: absolute;
}

#people .team-container_single:nth-child(1) img {
    height: 706px;
    bottom: 156px;
}
#people .team-container_single:nth-child(2) img {
    bottom: 65px;
    height: 820px;
    left: 0px;
}
#people .team-container_single:nth-child(3) img {
    width: 570px;
    bottom: -70px;
    left: -30px;
    filter: contrast(75%);
}
#people .team-container_single:nth-child(4) img {
    width: 520px;
    bottom: 120px;
    left: -64px;
}

#people .team-container_single h4 {
    margin-bottom: 16px;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: -3%;
}

#people .team-container_single h4 span {
    font-family: 'Playfair Display';
    font-style: italic;
}

#people .team-container_single p {
    color: rgba(255, 255, 255, 0.8);
}

#people .team-container-descriptions {
    position: absolute;
    width: 100%;
    height: 524px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(176, 132, 80, 0) 0%, rgba(176, 132, 80, 0.94) 83.17%);
}

#people .team-container-descriptions .team-container_single {
    padding-left: 50px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#people .team-container-descriptions .team-container_single:nth-child(2),
#people .team-container-descriptions .team-container_single:nth-child(3) {
    padding-bottom: 105px;
}

#people .team-section-black-figure {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

/* investment-sector */

#investment-sector {
    margin-top: 40px;
}

#investment-sector .investment-sector_blocks-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

#investment-sector .investment-sector_single-line {
    display: flex;
    gap: 40px;
    align-items: stretch;
    height: 397px;
}

#investment-sector .investment-sector_single-line:nth-child(2) {
    flex-direction: row-reverse;
}

#investment-sector .investment-sector_single-card {
    position: relative;
    justify-content: space-between;
    padding: 40px;
    border-radius: 40px;
    width: 772px;
}

#investment-sector .notch-overlay {
  position: absolute;
  top: 0;
  right: 70px;
  width: 200px;
  height: 67px;
  
  background: url('../img/all/notch_overlay.svg') no-repeat center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

#investment-sector .notch-overlay img {
    width: 51px;
    height: 62px;
    margin-top: -40px;
}

#investment-sector .investment-sector_single-line:nth-child(2) .investment-sector_single-card {
    width: 660px;
}

#investment-sector .investment-sector_single-line > img {
    flex: 1;
    border-radius: 20px;
    object-fit: cover;
    object-position: 40% 66%;
}

#investment-sector .single-card_tag {
    font-size: 1.8rem;
}

#investment-sector .single-card_title {
    font-size: 4.3rem;
}

#investment-sector .single-card_description {
    font-size: 2rem;
}

/* portfolio */

#portfolio {
    position: relative;
    margin-top: 184px;
    padding-bottom: 470px;
}

#portfolio .portfolio_cards-container {
    display: flex;
    gap: 30px;
    margin-top: 82px;
}

#portfolio .portfolio_cards-container .portfolio_single-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 50%;
    height: 562px;
    margin-bottom: 38px;
    padding: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 40px;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#portfolio .portfolio_single-card .white-title-64 span {
    color: #fff;
}

#portfolio .portfolio_single-card .grey-text-20 {
    color: rgba(255, 255, 255, 0.8);
}

#portfolio .portfolio_single-card .grey-text-20 strong {
    color: rgba(255, 255, 255, 1);
}

#portfolio .portfolio_cards-container .portfolio_single-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(176, 132, 80, 0) 3.85%, #B08450 100.08%);
}

#portfolio .portfolio_cards-container .portfolio_single-card:nth-child(1) {
    -webkit-mask-image: url('../img/front-page/portfolio-left-card.svg');
    mask-image: url('../img/front-page/portfolio-left-card.svg');
}

#portfolio .portfolio_cards-container .portfolio_single-card:nth-child(2) {
    padding-left: 40px;
    -webkit-mask-image: url('../img/front-page/portfolio-right-card.svg');
    mask-image: url('../img/front-page/portfolio-right-card.svg');
}

#portfolio .portfolio_single-card > img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 110%;
}

#portfolio .portfolio_single-card .portfolio_card-button .btn__text {
    font-weight: 400;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 1);
    padding-left: 33px;
    padding-right: 33px;
}

#portfolio .portfolio_single-card:nth-child(2) .portfolio_card-button {
    align-self: flex-end;
}

#portfolio .portfolio_all-projects-buttons {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

    width: 472px;
    padding: 24px;

    background-color: rgba(176, 132, 80, 1);
    border-radius: 78px;

    font-weight: 600;
    font-size: 2.4rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);

    transition: .1s ease-in-out;
}

#portfolio .portfolio_all-projects-buttons:hover {
    bottom: -2px;
    transform: translateX(-50%) scale(1.01);
    box-shadow: 0px -2px 0px 0px #ffcc90;
}

#portfolio .portfolio_bg-image-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#portfolio .portfolio_bg-image-container > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1920px;
    max-width: 2180px;
    left: 50%;
    transform: translateX(-50%);
}

#portfolio .portfolio_bg-image-container img {
    width: 100%;
}

@media all and (min-width: 1920px) {
    #portfolio .portfolio_bg-image-container > div:before,
    #portfolio .portfolio_bg-image-container > div:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 150px;
    }
    #portfolio .portfolio_bg-image-container > div:before {
        left: -1px;
        background: linear-gradient(90deg, #000000, transparent);
    }
    #portfolio .portfolio_bg-image-container > div:after {
        right: -1px;
        background: linear-gradient(90deg, transparent, #000000);
    }
}

/* footer */

footer {
    position: relative;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #000000 0%, #B08450 100%);
}

footer .footer_tree-left,
footer .footer_tree-right {
    position: absolute;
    z-index: 10;
    height: 740px;
}

footer .footer_tree-left {
    left: 0;
    bottom: 460px;
}

footer .footer_tree-right {
    right: 0;
    bottom: 320px;
}

footer .container {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 77px 77px;
}

footer .contact-form_container {
    margin-bottom: 564px;
    padding-left: 790px;
    padding-right: 140px;
}

footer .contact-form_container .white-title-64 {
    margin-bottom: 40px;
}

footer .contact-form_container .white-title-64 span {
    color: rgba(176, 132, 80, 1);
}

footer .contact-form_container .grey-text-20 {
    max-width: 760px;
    margin-bottom: 50px;
    line-height: 1;
}

footer .footer-bg-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    min-height: 840px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 77px 77px;
    z-index: -1;
}

footer .footer-bg-container .footer_text-image {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 5;
}

footer .footer-bg-container .footer_bg-image_house {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

footer .clouds-layer {
    position: absolute;
    inset: 0;
    z-index: 1; 
    pointer-events: none;
    opacity: 0.75;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

footer .clouds-track {
    display: flex;
    position: absolute;
    top: -70px;
    width: 200%;
    height: auto;
    animation: moveClouds 180s ease-in-out infinite alternate;
    will-change: transform;
    transform: translateZ(0);
}

footer .cloud-img {
    width: 50%;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    user-select: none;
}

@keyframes moveClouds {
  0% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
  }
  5% {
    transform: translate3d(-1%, -1px, 0);
    animation-timing-function: linear;
  }
  95% {
    transform: translate3d(-22%, -14px, 0);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translate3d(-23%, -15px, 0);
  }
}

footer .hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 40px;
    color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    footer .clouds-track {
        animation: none;
    }
}

footer .footer_copiright_container {
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .footer-bottom-section-figure {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer .footer-bottom-section-figure path {
    fill: red;
}

footer .footer-navigation-container .footer_left {
    position: relative;
}

footer .footer-navigation-container .footer_left:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -80px;
    width: 310px;
    height: 290px;
    background: #171818;
    border-radius: 50%;
    filter: blur(143px);
    z-index: -1;
}

footer .footer-navigation-container,
footer .footer_copiright_container {
    display: flex;
    justify-content: space-between;
    max-width: 1508px;
    margin: 0 auto;
}

footer .footer-navigation-container .footer_left img {
    margin-bottom: 6px;
}

footer .footer-navigation-container h3 {
    padding-bottom: 22px;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 6.1rem;
}

footer .footer-navigation-container h3 span {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 6.1rem;
    font-style: italic;
}

footer .footer-navigation-container p {
    max-width: 630px;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: -3%;
    color: rgba(255, 255, 255, 0.6);
}

footer .footer-navigation-container p strong {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -3%;
    color: rgba(255, 255, 255, 0.8);
}

footer .footer-navigation-container .footer_right {
    display: flex;
    position: relative;
}

footer .footer-navigation-container .footer_right li {
    font-family: Fustat;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -3%;
    color: rgba(255, 255, 255, 0.8);
}

footer .footer-navigation-container .footer_right .footer-menu-column > li:first-child {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

footer .footer-menu-column li {
    margin-bottom: 14px;
}

footer .footer-navigation-container .footer_right .footer-menu-column:first-child {
    margin-right: 56px;
}

footer .footer-navigation-container .footer_right:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -120px;
    width: 436px;
    height: 247px;
    background: #171818;
    border-radius: 50%;
    filter: blur(143px);
    z-index: -1;
}

footer .footer-navigation-container .footer_right:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -120px;
    width: 410px;
    height: 114px;
    background: #171818;
    border-radius: 50%;
    filter: blur(143px);
    z-index: -1;
}

footer .footer-navigation-container .footer_right .footer-menu-column:last-child {
    margin-left: 154px;
}

footer .footer-navigation-container .footer_right .social-icons {
    display: flex;
    padding-top: 10px;
    gap: 27px;
}

footer .footer-navigation-container .footer_right .social-icons a {
    background-color: rgba(255, 255, 255, 0.2);
    width: 54px;
    height: 54px;
    border-radius: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
}

footer .footer-navigation-container .footer_right .social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 0px 0px rgb(144 144 144), 0px 1px 0px 0px rgb(44, 44, 44);
}

footer .footer-navigation-container .footer_right .social-icons img {
    width: 20px;
}

footer .footer_copiright_container span {
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: -3%;
    color: rgba(255, 255, 255, 0.6);
}

/* contact form */

.contact-form_container form {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.contact-form_container input,
.contact-form_container button {
    outline: none;
    border: none;
}

.contact-form_container input[type="text"] {
    width: 100%;
    padding: 0 35px;
    background-color: #fff;
    border-radius: 100px;

    font-weight: 400;
    font-size: 2rem;
    line-height: 68px;
    color: rgba(24, 31, 39, 1);
}

.contact-form_container input::placeholder {
    color: rgba(24, 31, 39, 1);
}

.contact-form_container button {
    position: relative;
    padding: 0 87px;
    background:rgba(176, 132, 80, 1);
    font-weight: 600;
    font-size: 2.4rem;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 80px;
    transition: .3s ease-in-out;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.contact-form_container button:hover {
    opacity: .75;
}

.contact-form_container button:after {
    content: url(../img/all/button-arrow-brown.svg);
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background-color: #fff;
    line-height: 40px;
    border-radius: 50%;
}

.contact-form_container .contact-form_submit-container {
    display: flex;
    align-items: center;
}

.contact-form_container .contact-form_submit-container span {
    max-width: 620px;
    padding-left: 55px;
    font-weight: 400;
    font-size: 1.6rem;
    color:rgba(255, 255, 255, 0.5);
}

.contact-form_container .form-row {
    display: flex;
    gap: 20px;
}

.contact-form_container .form-group {
    flex-grow: 1;
}

/* gooey */

.gooey-svg-filter {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.gooey-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 60px;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  z-index: 1;
}
.gooey-btn__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  filter: url(#gooey-filter);
  transform: translateZ(0);
}
.gooey-btn__pill {
  flex: 1;
  height: 100%;
  background-color: #F1EDE6;
  border-radius: 999px;
}
.gooey-btn__blob {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #F1EDE6;
  border-radius: 50%;
  flex-shrink: 0;

  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.gooey-btn__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}
.gooey-btn__text {
  font-size: 1rem;
  font-weight: 400;
  color: #141414;
  white-space: nowrap;
  padding-right: 16px;
}
.gooey-btn__circle {
  width: 55px;
  height: 55px;
  background-color: #0A0A0A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 3px;

  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.gooey-btn__circle img {
    width: 10px;
    height: 10px;
}
.gooey-btn__arrow {
  transition: transform 0.3s ease;
}
.gooey-btn:hover .gooey-btn__blob,
.gooey-btn:hover .gooey-btn__circle {
  transform: translateX(18px);
}
.gooey-btn:hover .gooey-btn__arrow {
  transform: translate(1.5px, -1.5px);
}
.gooey-btn:active {
  transform: scale(0.98);
}
.gooey-btn:focus-visible {
  outline: 2px solid #0A0A0A;
  outline-offset: 4px;
  border-radius: 999px;
}
@media (prefers-reduced-motion: reduce) {
  .gooey-btn__blob,
  .gooey-btn__circle,
  .gooey-btn__arrow,
  .gooey-btn {
    transition: none !important;
    transform: none !important;
  }
}
.gooey-btn__blob::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 22px; 

  background-color: inherit;
  border-radius: 999px;

  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.4s ease;
}
.gooey-btn:hover .gooey-btn__blob::before {
  width: 60px;
}