/* :root {
  --main-color: #a48763;
  --circle-color: #ffffff;
  --text-color: #ffffff;
  --black--color: #151515;
  --red-color: #e7142e;
}*/
* {
  /* font-family: "Raleway", sans-serif; */
  font-feature-settings: "pnum" on, "lnum" on;
}

.logo-text {
  font-size: 21px;
  margin: 0;
  font-family: "Raleway-Black", "Arial", "sans-serif";
  color: #fff;
  text-decoration: none;
}

.water-header {
  background-color: var(--main-color);
  height: 0px;
}


.circle {
  width: 0px;
  height: 0px;
  background-color: white;
  border-radius: 50%;
  /* opacity: 1; */
  position: absolute;
  bottom: 0px;
  opacity: 0;
}
.one {
  animation: go-one 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.two {
  animation: go-two 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.three {
  animation: go-three 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}
.four {
  animation: go-four 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

.f-one {
  animation: go-one-f 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.f-two {
  animation: go-two-f 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.f-three {
  animation: go-three-f 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}
.f-four {
  animation: go-four-f 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

@keyframes go-one {
  100% {
    width: 2300px;
    height: 2300px;
    bottom: -1150px;
    opacity: 0.1;
  }
}
@keyframes go-two {
  100% {
    width: 1960px;
    height: 1960px;
    bottom: -980px;
    opacity: 0.1;
  }
}
@keyframes go-three {
  100% {
    width: 1600px;
    height: 1600px;
    bottom: -800px;
    opacity: 0.1;
  }
}
@keyframes go-four {
  100% {
    width: 1300px;
    height: 1300px;
    bottom: -650px;
    opacity: 0.1;
  }
}

@keyframes go-one-f {
  100% {
    width: 2300px;
    height: 2300px;
    bottom: -1500px;
    opacity: 0.1;
  }
}
@keyframes go-two-f {
  100% {
    width: 1960px;
    height: 1960px;
    bottom: -1300px;
    opacity: 0.1;
  }
}
@keyframes go-three-f {
  100% {
    width: 1600px;
    height: 1600px;
    bottom: -1050px;
    opacity: 0.1;
  }
}
@keyframes go-four-f {
  100% {
    width: 1300px;
    height: 1300px;
    bottom: -900px;
    opacity: 0.1;
  }
}

@keyframes img {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes p-header {
  100% {
    opacity: 1;
  }
}
.done-info-small {
  padding-right: 5px;
}

@keyframes header {
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}
.about-project {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.done-project {
  width: 100%;
  display: flex;
  justify-content: center;
}
.text-container {
  width: 60vw;
  max-width: 1470px;
  margin-top: 200px;
}

.text-container {
  display: flex;
  justify-content: space-between;
  /* width: 1470px; */
  width: 100%;
}
.text-block {
  width: 40%;
}
.text-block h3 {
  font-family: "Raleway-Light";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #676767;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.task-text-light {
  font-family: "Raleway-Light";
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  color: #ffffff;
}
.task-text {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #ffffff;
}
.date {
  color: #676767;
}

.task {
  font-family: "Raleway-Bold";
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  /* margin-top: 0px !important; */
}
.task-text {
  padding-top: 0px;
  margin-top: 0px;
}
.what-we-done {
  margin-top: 300px;
  height: 690px;
  background: #232323;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1470px;
  /* width: 100%; */
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}
.what-we-done h2 {
  font-family: "Raleway-Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  margin-top: 81px;
}
.what-we-done p {
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
}
.what-we-done-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
.done-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 300px;
  min-height: 281px;
  background: #000000;
  border-radius: 10px;
}

.done-item svg {
  margin-top: 50px;
  /* margin-top: 66px; */
}
.done-item h3 {
  font-family: "Raleway-Bold";
  font-weight: 700;
  font-size: 21px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
}
.done-item p {
  font-family: "Raleway-Light";
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin-bottom: 50px;
  max-width: 90%;
}

.circle-footer {
  animation-play-state: paused;
}
.circle-footer-active {
  animation-play-state: running !important;
}

.btn-black {
  border: 1px solid white !important;
  margin-top: 36px;
}
.footer-project {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer {
  height: 860px;
}
.footer-information {
  margin-top: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}
.footer-information h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway-Bold";
}
.footer-information p {
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  margin-top: 36px;
  font-family: "Raleway-Light";
}
.task {
  font-size: 35px;
  line-height: 41px;
}
footer {
  width: 100%;
  background-color: transparent;
}
.footer-content {
  color: var(--text-color);
}
.link-politik {
  color: var(--text-color) !important;
}
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright .container {
  padding-top: 0;
  border-top: 0px solid white !important;
}
.social-one-color {
  background-color: var(--main-color);
}
/* 
Ball-------------------------
*/

.project-home-page {
  height: auto;
}
.project-photo {
  max-width: 1470px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -5px;
}

.header-info-ball img {
  animation-delay: 1s;
}
.header-info-ball p {
  animation-delay: 1.5s;
}
.header-info-ball h1 {
  animation-delay: 1s;
}
.what-we-done-list-flex {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.project-case {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.project-case-container {
  max-width: 1470px;
  width: 100%;
  color: white;
  margin-bottom: 10vw;
}
.project-case-container-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 250px;
  margin-bottom: 100px;
}
.project-info-text-task {
  max-width: 476px;
  margin: 0;
}
.project-info-text {
  max-width: 650px;
  font-family: "Raleway-Light";
  font-size: 19px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 10px;
  margin: 0;
}
.project-case-container > p {
  font-family: "Raleway-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #676767;
}
.home-page-mobile {
  display: none;
}

.mobile-project-photo {
  width: 31%;
}

.project-mobile-photo {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.swiper {
  display: none !important;
}
.swiper-scrollbar {
  display: none;
}

.project-case-events {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.event-photo {
  width: 100%;
}
.project-case-events p {
  font-family: "Raleway-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #676767;
}
.project-case-event-one {
  width: 43%;
}
.project-case-event-two {
  width: 53%;
}
.project-case-contact-one {
  width: 48%;
}
.project-case-contact-two {
  width: 48%;
}
.project-case-events-desctop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.5vw;
}
.project-case-events-info-desctop {
  width: 100%;
}
.event-photo {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project-case-events-mobile {
  display: none;
}

.not-anim-p {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s linear;
}
.anim-p {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
  transition-delay: 0.6s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.not-anim-header {
  opacity: 0;
  transition: all 1s linear;
}
.anim-header {
  opacity: 1;
  transition: all 0.5s ease-out;
  transition-delay: 0.6s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.footer-water {
  height: 860px;
}
.footer-information {
  margin-top: 250px;
}
.footer-content {
  text-align: end;
}
.footer-content-left {
  text-align: left;
}
.footer-wraper-info {
  display: flex;
  flex-direction: row !important;
  margin: 0px;
}
.footer-wraper-info .footer-content {
  margin: 0 !important;
  font-size: 12px;
}
.footer-wraper-info a {
  font-size: 12px !important;
}
.done-project-small {
  width: 100%;
  display: flex;
  justify-content: center;
}
.done-container-small {
  margin-top: 300px;
  height: 510px;
  background: #232323;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1470px;
  /* width: 100%; */
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 45px;
  padding-bottom: 45px;
  box-sizing: border-box;
}
.done-info-small {
  width: 50%;
}

.done-header-small {
  font-family: "Raleway-Bold";
  font-size: 40px;
  line-height: 53px;
  color: #ffffff;
}
.done-text-small {
  font-family: "Raleway-Light";
  font-size: 19px;
  line-height: 33px;
  color: #ffffff;
}
.done-items-small {
  max-width: 528px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.done-cart-small {
  box-sizing: border-box;
  width: 100%;
  min-height: 193px;
  background: #4b4b4b;
  border-radius: 10px;
  position: relative;
  padding-left: 110px;
  padding-top: 50px;
}
.done-cart-small svg {
  position: absolute;
  top: 60px;
  left: 40px;
}
.done-cart-small-title {
  font-family: "Raleway-Bold";
  font-size: 21px;
  line-height: 33px;
  color: #ffffff;
}
.done-cart-small-description {
  font-family: "Raleway-Light";
  font-size: 16px;
  line-height: 28px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  padding: 0px 15px 15px 0px;
}
.done-container-small-one {
  height: auto;
}
/* МЕДІА СТИЛІ ДЛЯ ХЕДЕРІВ */
@media screen and (max-width: 1520px) {
  
  
  .footer-water {
    height: 860px;
  }
  @keyframes go-one {
    100% {
      width: 1680px;
      height: 1680px;
      bottom: -600px;
      opacity: 0.1;
    }
  }
  @keyframes go-two {
    100% {
      width: 1400px;
      height: 1400px;
      bottom: -450px;
      opacity: 0.1;
    }
  }
  @keyframes go-three {
    100% {
      width: 1200px;
      height: 1200px;
      bottom: -400px;
      opacity: 0.1;
    }
  }
  @keyframes go-four {
    100% {
      width: 1000px;
      height: 1000px;
      bottom: -300px;
      opacity: 0.1;
    }
  }
}
@media screen and (max-width: 1500px) {
  /* .text-container{
        margin-top: 40vw;
    } */
  .container {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .project-case-container {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .text-container {
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 250px;
  }
  

  .what-we-done {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 200px;
    width: 94%;
    height: 521px;
  }
 
  .done-project {
    width: 100%;
  }
  .done-item {
    width: 240px;
    min-height: 210px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 20px;
    justify-content: space-around;
  }
  .done-item svg {
    margin-top: 0px;
  }
  .done-item p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .done-item h3 {
    font-size: 18px;
  }
  .what-we-done h2 {
    margin-top: 56px;
  }
  .text-block {
    width: 45%;
  }
}
@media screen and (max-width: 1500px) {
  .done-container-small {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 1280px) {
 
  
  @keyframes go-one {
    100% {
      width: 1480px;
      height: 1480px;
      bottom: -600px;
      opacity: 0.1;
    }
  }
  @keyframes go-two {
    100% {
      width: 1200px;
      height: 1200px;
      bottom: -450px;
      opacity: 0.1;
    }
  }
  @keyframes go-three {
    100% {
      width: 1040px;
      height: 1040px;
      bottom: -400px;
      opacity: 0.1;
    }
  }
  @keyframes go-four {
    100% {
      width: 880px;
      height: 880px;
      bottom: -350px;
      opacity: 0.1;
    }
  }
}
@media screen and (max-width: 1200px) {
  .what-we-done-list-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    height: 500px;
  }
  .what-we-done {
    height: 788px;
  }
  
  
  .task-text-light {
    font-size: 16px;
    line-height: 20px;
  }
  .task {
    font-size: 18px;
    line-height: 21px;
  }
  .text-block h3 {
    font-size: 20px;
  }
  /* .text-container {
    margin-top: 20vw;
  } */
  .what-we-done {
    margin-top: 100px;
    align-items: center;
  }
  .what-we-done h2 {
    font-size: 32px;
  }
  /* .what-we-done > p {
    width: 418px;
  } */
  .what-we-done-list-flex:first-child {
    margin-right: 40px;
  }
  .project-info-text {
    font-size: 17px;
    line-height: 25px;
    max-width: 400px;
  }
  .project-info-text-task {
    font-size: 30px;
    line-height: 35px;
  }
  /* .what-we-done {
    background-color: transparent;
  } */
  .what-we-done-list {
    flex-direction: column;
    width: 100%;
    height: 0px;
    margin-top: 0px;
  }
  .what-we-done-list-flex {
    width: 100%;
    height: auto;
  }
  .done-item {
    max-width: 550px;
    width: 100%;
    padding-top: 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }
  .what-we-done {
    padding-left: 0px;
    padding-right: 0px;
  }
  .what-we-done h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .what-we-done p {
    font-size: 16px;
    line-height: 20px;
  }
  .done-project {
    margin-bottom: 400px;
  }
  .done-item svg {
    position: absolute;
    left: 20px;
    top: 23px;
  }
  .done-item {
    min-height: 120px;
    justify-content: space-around;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .what-we-done-list {
    height: 550px;
  }
  .done-project {
    margin-bottom: 0px;
  }
  .done-item p {
    /* width: 230px; */
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .done-item h3 {
    margin-top: 0px;
  }
  .done-item svg {
    width: 30px;
  }
  .task-text {
    font-size: 19px;
  }
  .done-item {
    /* height: 110px; */
    min-height: 100px;
  }
  .done-item p {
    text-align: start;
  }
}
@media screen and (max-width: 1100px) {
  .done-container-small {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .done-items-small {
    width: 100%;
    max-width: 100%;
  }
  .done-cart-small {
    margin-top: 20px;
    width: 100%;
    min-height: 150px;
  }
  .done-info-small {
    width: 100%;
  }
  .done-header-small {
    font-size: 28px;
  }
  .done-text-small {
    font-size: 16px;
  }
  .done-cart-small-title {
    font-size: 18px;
  }
  .done-cart-small-description {
    font-size: 16px;
  }
  .done-cart-small {
    min-height: 116px;
    padding-top: 20px;
    padding-left: 110px;
  }
  .done-cart-small svg {
    top: 27px;
    left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  
  
  
  @keyframes go-one {
    100% {
      width: 1200px;
      height: 1200px;
      bottom: -500px;
      opacity: 0.1;
    }
  }
  @keyframes go-two {
    100% {
      width: 1000px;
      height: 1000px;
      bottom: -400px;
      opacity: 0.1;
    }
  }
  @keyframes go-three {
    100% {
      width: 800px;
      height: 800px;
      bottom: -300px;
      opacity: 0.1;
    }
  }
  @keyframes go-four {
    100% {
      width: 700px;
      height: 700px;
      bottom: -300px;
      opacity: 0.1;
    }
  }
}
@media screen and (max-width: 800px) {
  .project-case-events {
    flex-direction: column;
  }
  .project-case-event-one {
    width: 100%;
  }
  .project-case-event-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .project-case-event-two-info {
    width: 49%;
  }
  .project-case-events-desktop {
    display: none;
  }
  .project-case-events-mobile {
    display: block;
  }

  .home-page-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 760px) {
  
  .footer-water {
    height: 730px;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: row;
  }
  .footer-information {
    margin-top: 50px;
  }
  .footer-information h1 {
    font-size: 32px;
  }
  .footer-information p {
    font-size: 17px;
    line-height: 33px;
    width: 300px;
    font-family: "Raleway-Light";
  }
  .footer-information a {
    font-family: "Raleway-Light";
  }
  .footer-project {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @keyframes go-one {
    100% {
      width: 1000px;
      height: 1000px;
      bottom: -400px;
      opacity: 0.1;
    }
  }
  @keyframes go-two {
    100% {
      width: 800px;
      height: 800px;
      bottom: -280px;
      opacity: 0.1;
    }
  }
  @keyframes go-three {
    100% {
      width: 600px;
      height: 600px;
      bottom: -165px;
      opacity: 0.1;
    }
  }
  @keyframes go-four {
    100% {
      width: 500px;
      height: 500px;
      bottom: -150px;
      opacity: 0.1;
    }
  }

  @keyframes go-one-f {
    100% {
      width: 1300px;
      height: 1300px;
      bottom: -600px;
      opacity: 0.1;
    }
  }
  @keyframes go-two-f {
    100% {
      width: 1100px;
      height: 1100px;
      bottom: -500px;
      opacity: 0.1;
    }
  }
  @keyframes go-three-f {
    100% {
      width: 900px;
      height: 900px;
      bottom: -400px;
      opacity: 0.1;
    }
  }
  @keyframes go-four-f {
    100% {
      width: 800px;
      height: 800px;
      bottom: -400px;
      opacity: 0.1;
    }
  }
}
.project-case-events-small{
  display: none;
}
@media screen and (max-width: 700px) {
  .done-container-small {
    background: none;
    padding: 30px;
  }
  .done-cart-small {
    min-height: 116px;
    padding-top: 20px;
    padding-left: 90px;
  }
  .done-cart-small svg {
    top: 27px;
    left: 20px;
  }
  .done-header-small {
    font-size: 24px;
  }
  .done-cart-small-title {
    font-size: 15px;
  }
  .done-cart-small-description {
    font-size: 15px;
  }
  .done-project-small {
    margin-bottom: 50px;
  }
  .project-case-events-desctop{
    display: block;
  }
  .project-case-events-small{
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .footer-wrapper {
    flex-flow: row;
    text-align: center;
  }
  .project-info-text {
    font-size: 15px;
    line-height: 25px;
    max-width: 100vw;
    margin-bottom: 15px;
  }
  .project-info-text-task {
    font-size: 20px;
    line-height: 23px;
  }
  .project-case-container-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-case-event-two {
    flex-direction: column;
  }
  .project-case-event-two-info {
    width: 100%;
  }
  .done-container-small {
    margin-top: 80px;
  }
  .project-info-text {
    margin-top: 20px;
  }

  .about-project {
    margin-top: 0px;
}

}
@media screen and (max-width: 600px) {
  
  .text-container {
    flex-direction: column-reverse;
  }
  .text-block {
    margin-top: 20px;
    width: 100%;
  }
  .task-text-light {
    font-size: 15px;
    line-height: 20px;
  }
  .task {
    font-size: 18px;
    line-height: 25px;
  }
  .what-we-done {
    background-color: transparent;
  }
  .what-we-done-list {
    flex-direction: column;
    width: 100%;
    height: 0px;
  }
  .what-we-done-list-flex {
    width: 100%;
    height: auto;
  }
  .done-item {
    max-width: 550px;
    width: 100%;
    padding-top: 0px;
    margin-top: 20px;
  }
  .what-we-done {
    padding-left: 0px;
    padding-right: 0px;
  }
  .what-we-done h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .what-we-done p {
    font-size: 16px;
    line-height: 20px;
  }
  .done-project {
    margin-bottom: 400px;
  }
  .done-item svg {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .done-item {
    min-height: 120px;
    justify-content: space-around;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .what-we-done-list {
    height: 550px;
  }
  .done-project {
    margin-bottom: 0px;
  }
  .done-item p {
    /* width: 230px; */
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: start;
  }
  .done-item h3 {
    margin-top: 0px;
  }
  .done-item svg {
    width: 30px;
  }
  .footer-information h1 {
    font-size: 20px;
    line-height: 23px;
  }
  .footer-information p {
    font-size: 15px;
    line-height: 25px;
    max-width: 500px;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .what-we-done > p {
    width: 300px;
    line-height: 20px;
  }
  .footer-wrapper:first-child {
    flex-direction: column;
    align-items: center;
  }
  .footer-content {
    align-items: center;
    text-align: center;
  }
  .footer-content .logo {
    font-size: 17px;
  }
  .footer-content p {
    font-size: 13px;
  }
  .footer-content a {
    font-size: 15px;
  }
  .footer-container {
    margin-top: 10px;
  }
  .footer-information {
    margin-top: 100px;
  }
  .footer-wraper-info {
    flex-direction: row;
    align-items: center;
  }
  .footer-wraper-info p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .project-case-container-info {
    margin-top: 100px;
  }
  .footer-wraper-info {
    display: flex;
    flex-direction: row;
  }
  .done-container-small {
    margin-top: 80px;
  }
  .what-we-done {
    background-color: transparent;
  }
  .project-info-text-task {
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* .text-block h3 {
    font-size: 24px!important;
  } */
  .done-project {
    margin-bottom: 70px;
  }
  .text-block .task-text {
    font-size: 19px;
    line-height: 25px;
  }
  .what-we-done {
    background-color: none;
  }

  .project-info-text {
    font-size: 16px;
  }
  .task-text-light {
    font-size: 16px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 560px) {
  .text-container{
    margin-top: 130px;
  }
  .what-we-done p {
    text-align: start;
  }
  
  .footer-water {
    height: 560px !important;
  }
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  
  .what-we-done {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 600px;
  }
  .project-case-container-info {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  @keyframes go-one {
    100% {
      width: 1000px;
      height: 1000px;
      bottom: -600px;
      opacity: 0.1;
    }
  }
  @keyframes go-two {
    100% {
      width: 800px;
      height: 800px;
      bottom: -470px;
      opacity: 0.1;
    }
  }
  @keyframes go-three {
    100% {
      width: 600px;
      height: 600px;
      bottom: -350px;
      opacity: 0.1;
    }
  }
  @keyframes go-four {
    100% {
      width: 500px;
      height: 500px;
      bottom: -330px;
      opacity: 0.1;
    }
  }
  @keyframes go-one-f {
    100% {
      width: 1000px;
      height: 1000px;
      bottom: -500px;
      opacity: 0.1;
    }
  }
  @keyframes go-two-f {
    100% {
      width: 900px;
      height: 900px;
      bottom: -500px;
      opacity: 0.1;
    }
  }
  @keyframes go-three-f {
    100% {
      width: 750px;
      height: 750px;
      bottom: -450px;
      opacity: 0.1;
    }
  }
  @keyframes go-four-f {
    100% {
      width: 650px;
      height: 650px;
      bottom: -470px;
      opacity: 0.1;
    }
  }
}
@media screen and (max-width: 555px) {
  .done-project {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 500px) {
  .header-info-img-is-blure {
    filter: blur(2px);
    background: linear-gradient(
        0deg,
        rgba(22, 17, 10, 0.85),
        rgba(22, 17, 10, 0.85)
      ),
      url("../images/home-water.jpg");
  }
  .project-case-events p {
    font-size: 13px;
  }
  .project-case {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .project-mobile-photo {
    display: none;
  }
  .swiper-scrollbar {
    display: block;
  }

  .swiper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding-bottom: 20px !important;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 40px;
  }
  .swiper-scrollbar-drag {
    background-color: #000000 !important;
  }
  .swiper-scrollbar-horizontal {
    background-color: #c4c4c4 !important;
    height: 2px !important;
    box-sizing: border-box !important;
    margin-left: 3vw !important;
    width: 90% !important;
  }
  
  .footer-water {
    height: 70vh;
  }
  .footer-information {
    margin-top: 100px !important;
  }
  .done-container-small {
    margin-top: 80px;
  }
  .text-container{
    margin-top: 50px;
  }
}

@media screen and (max-width: 440px) {
  .project-case-events {
    margin: 0;
  }
  .project-home-page {
    margin-bottom: 0px;
  }
  .project-case-container-info {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .project-case-container > p {
    font-size: 13px;
  }
  .project-info-text {
    font-size: 14px;
  }
  .task {
    font-size: 24px;
  }
  .done-item {
    display: block;
    text-align: start;
  }
  .done-item svg {
    top: 20px;
  }
  .done-item h3 {
    font-size: 15px;
    width: auto;
    text-align: start;
  }
  .done-item p {
    font-size: 12px;
  }

  .what-we-done p {
    text-align: start;
    font-size: 14px;
  }
  .what-we-done h2 {
    margin-top: 0px;
  }
  

  .footer-water {
    height: 630px;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-wraper-info {
    flex-direction: row;
  }
  .footer-information {
    margin-top: 0px;
  }
  .footer-information h1 {
    font-size: 24px;
  }
  .footer-information p {
    font-size: 14px;
    width: 250px;
    line-height: 33px;
    font-family: "Raleway-Light";
  }
  .footer-information a {
    font-size: 15px;
    line-height: 21px;
    font-family: "Raleway-Light";
  }
  .footer-content .link-white {
    font-size: 15px;
  }
 

 
 
  .text-container{
    margin-top: 130px;
  }
  @keyframes go-one {
    100% {
      width: 600px;
      height: 600px;
      bottom: -200px;
      opacity: 0.1;
    }
  }
  @keyframes go-two {
    100% {
      width: 500px;
      height: 500px;
      bottom: -150px;
      opacity: 0.1;
    }
  }
  @keyframes go-three {
    100% {
      width: 400px;
      height: 400px;
      bottom: -120px;
      opacity: 0.1;
    }
  }
  @keyframes go-four {
    100% {
      width: 300px;
      height: 300px;
      bottom: -90px;
      opacity: 0.1;
    }
  }
  .footer-content {
    text-align: center;
  }
  .footer-content {
    text-align: center;
  }
  .task-text {
    font-size: 19px;
  }
  .text-block h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .what-we-done p {
    font-size: 15px;
  }
  .project-info-text {
    font-size: 15px;
  }
  .project-case-container > p {
    font-size: 14px;
  }
  .footer-wraper-info {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 400px) {
  
  .footer-information {
    margin-top: 100px;
  }
  .footer {
    height: 300px;
  }
  .btn-black {
    margin-top: 0px;
  }
  .done-container-small {
    margin-top: 80px;
    padding: 20px;
  }


}
.mobile-project-photo{
  margin-right: 0px !important;
}



.swiper-scrollbar {
  display: block !important;
}
.swiper-slide {
  width: 250px !important;
  /*height: 550px !important;*/
  margin-right: 0px !important;
}
.swiper {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  padding-bottom: 20px !important;
  padding-left: 0vw !important;
  padding-right: 0vw !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 40px;
}
.swiper-scrollbar-drag {
  background-color: #000000 !important;
}
.swiper-scrollbar-horizontal {
  background-color: #c4c4c4 !important;
  height: 2px !important;
  box-sizing: border-box !important;
  margin-left: 0vw !important;
  width: 100% !important;
}
.swiper-scrollbar-lock {
  display: none !important;
}





/*-------------------------------*/


:root {
  --bg-color: #ECECEC;
  --accent-color: #e7142e;
}

body {
  background-color: var(--bg-color);
}

.water {
  width: 100%;
  height: 100vh;
  background-color: var(--accent-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}


.header-info {
  margin-top: -80vh;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: content-box;
} 


.header-info-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;

  animation: img 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
  transform: translateY(20px);
  opacity: 0;
}
.header-info-img img {
  border-radius: 0px;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.header-info-h1 {
  font-family: "Raleway-Bold";
  font-size: 96px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 90px;
  margin-top: 0;
  opacity: 0;

  animation: header 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;

  box-sizing: border-box;
}

.header-info-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
  animation: p-header 1s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}


.section-case {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1440px;
  margin: 180px auto 100px;
}

.client-and-task {
  display: flex;
  gap: 8%;
}

.case-client, 
.case-task {
  width: 100%;
} 

.title-client {
  font-family: "Raleway-Light";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #cbcbcb;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.case-client-reliz {
  display: flex;
}

.case-client-reliz span{
  color: #cbcbcb;
  display: flex;
  margin-right: 10px;
}

.description-task {
  font-family: "Raleway-Bold";
  font-size: 35px;
  line-height: normal;
  margin-top: 0;
}

.wraper-section-case {
  background: #fff;
  padding: 6%;
  border-radius: 20px;
  display: flex;
  gap: 8%;
}

.project-about {
  width: 50%;
}

.project-about-title {
  font-family: "Raleway-Bold";
  font-weight: 700;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 120%;
}

.project-about-description {
  font-family: "Raleway-Light";
  font-size: 19px;
  margin-top: 10px;
  line-height: 150%;
}

.project-about-all {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project-about-one {
  display: flex;
  gap: 20px;
  background-color: var(--bg-color);
  padding: 8%;
  border-radius: 10px;
}

.project-about-one svg{
  fill: var(--accent-color);
}

.project-about-one-title {
  font-family: "Raleway-Bold";
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}

.project-about-one-description {
  margin-top: 0;
}

.case-about {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2%;
  position: relative;
  margin-bottom: 40px;
}

.title-img-big {
  font-family: "Raleway-Bold";
  font-weight: 700;
  font-size: 35px;
  color: #151515;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  width: 50%;
}

.description-img-big {
  font-family: "Raleway-Light";
  font-size: 19px;
  margin-top: 10px;
  width: 50%;
  line-height: 150%;
}

.case-img-big {
  width: 100%;
}

.case-img-porfolio {
  width: 100%;
  border-radius: 12px;
}

.case-img-small {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: -45px;
}

.case-img-small-about {
  width: 49%;
}

.case-img-small-porfolio {
  width: 100%;
}

.title-img-small {
  font-family: "Raleway-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  margin-bottom: 5px;
  margin-top: 55px;
}


/*---------------media----------------*/

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

  .case-about {
    display: block;
  }

  .title-img-big {
    width: 100%;
  }
  
  .description-img-big {
    width: 100%;
  }

  .wraper-section-case {
    flex-direction: column;
    gap: 20px;
  }

  .project-about {
    width: 100%;
  }

  .project-about-all {
    width: 100%;
    gap: 20px;
  }

  .project-about-one {
    padding: 20px;
  }

  .client-and-task {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.water {
  height: 80vh;
}

.header-info {
  margin-top: -60vh;
}

}

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

  .case-img-small {
    display: block;
    margin-top: 0;
  }
  
  .case-img-small-about {
    width: 100%;
  }

  .project-about-one svg{
    width: 50px;
  }

  .description-task {
    font-size: 28px;
}

  .header-info-h1 {
    margin-bottom: 60px;
  }

}

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

  .title-img-big {
    font-size: 28px;
  }
  
  .description-img-big {
    font-size: 17px;
  }

  .project-about-title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .description-task {
    font-size: 24px;
    margin-bottom: 0;
}

.title-client {
  font-size: 17px;
  margin-bottom: 0;
} 

.water {
  height: 60vh;
}

.header-info {
  margin-top: -40vh;
}

.first-case {
  margin-top: 100px;
}


}