*,
*::after,
*::before {
  box-sizing: border-box;
}

.TTHovesDemiBold {
  font-family: "TTHoves-DemiBold";
}

.TTHovesRegular {
  font-family: "TTHoves-Regular";
}

body {
  margin: 0;
  font-family: "TTHoves-Regular", sans-serif;
  height: 100%;
  /* scroll-behavior: smooth; */
}

.wrapper {
  /* max-width: 1280px; */
  /* margin: 0 60px; */
  height: 805px;
  margin-left: 2rem;
}

/* .hero-section {
  background-image: url(../images/1.png);
  background-repeat: no-repeat;
} */

/* Header */
header {
  background: #F0F0F0;
  /* background-image: url(../images/1.png); */
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: auto; */
  /* background-size: 100%; */
  /* width: 100%; */
  /* height: 100%; */
  background-size: cover;
  /* width: 100vw; */
  height: 100vh;
}


nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 3000;
  width: 94%;
}

/* nav.scrolled {
  background: black;
  box-shadow: 0 16px 14px -8px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
  top: 0;
} */
.icon .logo.black {
  display: none;
}

nav .logo {
  margin-top: 32px;
  margin-left: 0px;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-right: 11px;
  margin-top: 53px;
  margin-left: 23vw;
}

nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: #F0F0F0;
  text-decoration: none;
  padding: 5px 25px;
  border-radius: 10px;
  opacity: 1;
  width: max-content;
  display: block;
}


.stickyText.sticky a {
  color: #000000;
}

.stickyText.sticky {
  margin-top: 18px;
}

nav ul li a:hover {
  padding: 5px 25px;
  background: #F0F0F0;
  border-radius: 10px;
  color: rgba(26, 26, 26, 0.8);
  opacity: 1;
  transition: 0.9s;

}
#owl-hero.owl-carousel .owl-item img {
  width: 100vw;
  height: 100vh;
}

div#owl-hero {
  position: absolute;

}

.hero-section {
  position: relative;
  width: auto;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  top: 538px;
  z-index: 100;
  position: absolute;
  bottom: 1.5rem;
}

.hero-section-text {
  width: 53%;
}

.wrapper .hero-section-text p {
  line-height: 24px;
  color: white;
  margin-top: -3px;
  letter-spacing: 0.01em;
}

.wrapper .hero-section-text h2 {
  color: white;
}

h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #F0F0F0;
}

.hero-section-foot {
  position: relative;
  align-self: self-end;
  margin-right: 1.5rem;
  /* margin-bottom: 1.5rem; */
}

.about {
  background: rgba(229, 229, 229, 0.73);
  width: 100%;
  height: 1400px;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 715px 683px;
  border: 1px solid black;
  border-width: 0 0 1px 0;

}

.wrapper h2 {
  margin-top: 52px;
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.8);
}

.wrapper p {
  margin-top: 77px;
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 8px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}

.about p {
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 36px;
  color: rgba(0, 0, 0, 0.8);
}

.about .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 61.5px;
  row-gap: 22px;
}

.about-first {
  grid-row: 1;
  grid-column: 1/2;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 60px;
  border: 1px solid black;
  border-width: 0 1px 1px 0;
}

.about-second {
  grid-row: 1;
  grid-column: 2/3;
}

.about-second img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.about-third {
  grid-row: 2;
  grid-column: 1/2;
  border: 1px solid black;
  border-width: 0 1px 0 0;
}

/* .about-second img {
  max-height: 714px;
  border: 1px solid black;
  border-width: 0px 0px 1px 0;
} */
.about-third img {
 width: 100%;
 height: 100%;
 
}

.about-forth {
  grid-row: 2;
  grid-column: 2/3;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 53px;
}

.about-mobile {
  display: none;
}

.patterns-title {
  margin-left: 42px;
}

.patterns-title p {
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 47px;
  margin: 25px 0;
  letter-spacing: 0.01em;
}

.carousel-patterns .owl-carousel .owl-item img {
  width: 143px;
  margin: 0 auto;
  padding-top: 35px;
}

.carousel-patterns .owl-carousel .item {
  text-align: center;
  width: 344px;
  height: 444px;
  background: #FFFFFF;
  border-radius: 10px;
}

p.item-text {
  text-align: center;
  margin-top: 10px;
}

#patterns .wrapper {
  margin: 0 auto;
  height: 437px;
  max-width: none;
  margin-left: 42px;
}

#patterns .owl-carousel .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 75px;
}

.patterns-carousel {
  border: 1px solid black;
  border-width: 1px 0 1px 0;
}

#solution.patterns-title p {
  padding: 28px 0 30px 0;
  margin: 0;
}

img#big-bench {
  border: 1px solid black;
  border-width: 0 0 1px 0;
  width: 100%;
}

section#patterns {
  background: #f2f2f2;
  padding-top: 1px;
}



div#solution-list {
  border: 1px solid black;
  border-width: 1px 0 1px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bullet-left,
.bullet-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

p.solution-list-text {
  margin: 20px 44px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 17px;
}

#solution-list-right p.solution-list-text {
  margin-bottom: 40px;
}

img.bullet-img {
  margin: 24px 5px 0 49px;
}

div#solution-list-right {
  padding-top: 43px;
}

div#solution-list-left {
  border: 1px solid black;
  border-width: 0px 1px 0px 0;
  padding-top: 43px;
  padding-bottom: 41px;
}

.challenges {
  width: 100%;
  height: 1385px
}

.challenges .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45.5px;
  row-gap: 22px;
  height: 515px;
}

.challenges-first {
  grid-row: 2;
  grid-column: 1/2;
}

.challenges-second {
  grid-row: 2;
  grid-column: 2/4;
  margin-right: 52px;
}

.challenges-third {
  grid-row: 3;
  grid-column: 1/4;
  margin-top: 22px;
  background-image: url(../images/tiles.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: auto; */
  /* background-size: 100%; */
  /* width: 100%; */
  height: 850px;
  background-size: cover;
}

.challenges h2 {
  margin-top: 70px;
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 200;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.8);
  grid-row: 1;
  grid-column: 1/3;
  margin-bottom: 6px;
}

.challenges p {
  margin-top: 34px;
  line-height: 38px;
}

.challenges-img {
  position: relative;
}

.challenges-img img {
  /* left: 1338px;
top: -90px; */
  left: 383px;
  top: 1300px;
  position: absolute;
}

section.technology {
  /* top: 240px; */
  height: 835px;
  /* position: relative; */
  /* background: #1A1A1A; */
  background: #f2f2f2;
  /* padding-top: 29px; */
}

.technology h2 {
  margin-top: 70px;
  color: #000000;
  font-size: 32px;
  line-height: 47px;
}

.technology .wrapper {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45.5px;
  row-gap: 22px;
  height: 515px; */

  display: grid;
  gap: 45.5px;
  height: 712px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;

}

.technology-first {
  grid-row: 1;
  grid-column: 1/2;
}

.technology-first-mobile {
  display: none;
}

.technology-second {
  grid-row: 1;
  grid-column: 2/3;
  margin-left: -80px;
  margin-top: 56px;
}

.technology .wrapper p {
  line-height: 38px;
  letter-spacing: 0.05em;
  color: #000000;
}

.technology-first p:nth-child(2) {
  margin-top: 210px;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.05em;
}

.technology-second img {
  height: 95%;
}

.technology-third {
  display: flex;
  height: 126px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: -3px;
  border: 1px solid black;
  border-width: 1px 0 1px 0;
}

p.tech-facts {
  font-size: 18px;
  line-height: 21px;
  text-align: justify;
  letter-spacing: 0.05em;
}

.technology-first p:nth-child(3) {
  margin-top: 62px;
}

.technology-first p:nth-child(4) {
  margin-top: 22px;
}

.technology-first p:nth-child(5) {
  margin-top: 22px;
}

.technology-first p:nth-child(6) {
  margin-top: 22px;
}

section.application {
  height: 895px;
  /* border-bottom: 1px solid #C4C4C4; */

}

.application .wrapper .second-foot p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;


  letter-spacing: 0.05em;

  color: #C4C4C4;
}

/* .application .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26.5px;
  row-gap: 0px;
 } */

/* .application-first {
  grid-row: 1;
  grid-column: 1/3;
}
.application-second {
  grid-row: 2;
  grid-column: 1/2;
} */
/* .application .owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}
.application .owl-carousel .item {
  text-align: center;
} */
.application h2 {
  margin-top: 46px;
}

.application p {
  margin-top: 68px;
}

.application .img-text {
  margin-left: 20px;
}

/* .application .wrapper p {
  line-height: 38px;
  letter-spacing: 0.05em;
  color: #F0F0F0;
} */
.rectangle {
  width: 76px;
  height: 30px;
  background: #1A1A1A;
  border-radius: 10px;
}

.rectangle span {
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.application-second img:nth-child(2) {
  margin-top: 11px;
}

.application-third img:nth-child(2) {
  margin-top: 11px;
}

.second-foot {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.second-foot p {
  margin-top: 16px;
}

.second-foot img {
  margin-top: 18px;
}
#owl-media .owl-item.active img {
  height: 100% !important;
  width: auto !important;
}
section.media {
  height: 353px;
  background: #f2f2f2;
  border: 1px solid black;
  border-width: 1px 0 1px 0;
}

.media .wrapper h2 {
  margin-top: 0;
  padding-top: 62px;
  margin-bottom: unset;
}

.media .wrapper {
  height: 720px;
}

.media .container {
  /* max-width: 80%; */
  margin: 0 auto;
  padding: 5rem .5rem;
  width: 100%;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 11px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(../images/FrameLeft.png) no-repeat scroll 0;
  left: -133px;
}

.owl-carousel .next-slide {
  background: url(../images/FrameRight.png) no-repeat scroll 0px;
  right: -130px;
}

/* .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
} */

/* .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 2%;
  left: -35px;
}
.owl-carousel .owl-nav button.owl-prev span {
  background-image: url(../images/FrameLeft.png);
} */
section.team {
  height: 720px;
  background: #f2f2f2;

}

.team .wrapper h2 {
  margin-top: 0;
  padding-top: 62px;
}

.application .wrapper {
  margin-right: 0;
}

.team .wrapper {
  height: 720px;
  margin-right: 0;
}

.team .wrapper p {
  margin-top: 18px;
  font-family: 'TTHoves-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
  padding: 0 12px;
}

.team .name {
  top: 7px;
  position: relative;
  margin: 0 62px;
}

.team .name h3 {
  font-family: "TTHoves-DemiBold";
}

.team .disc {
  position: relative;
  top: 7px;
}

.team .carousel-team .item .linkedin img {
  width: 23px;
  position: absolute;
  top: 375px;
  right: 160px;
}

.carousel-team .owl-carousel .owl-item img {
  width: 143px;
  margin: 0 auto;
  padding-top: 22px;
}

.carousel-team .owl-carousel .item {
  text-align: center;
  width: 344px;
  height: 444px;
  background: #FFFFFF;
  border-radius: 10px;
}

.owl-dots {
  margin-top: 35px;
}

section.contact {
  height: 583px;
  background: #1A1A1A;
  /* background: rgba(229, 217, 195, 0.85); */
}

.contact .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26.5px;
  row-gap: 0px;
  height: 583px;
}

.contact .wrapper p {
  color: white;
}

.contact-first {
  grid-row: 1;
  grid-column: 1/2;
  padding-top: 67px;
}

.contact .wrapper .contact-first p {
  margin-top: 24px;
}

.contact-first p:nth-child(3) {
  padding-top: 206px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}

.contact-form {
  grid-row: 1;
  grid-column: 2/4;
  margin-top: 106px;
  margin-left: 110px;
}

.feedback-input {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  width: 604px;
  height: 52px;
  margin-bottom: 17px;
  font-family: "TTHoves-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: rgb(255 255 255);
  /* background: rgba(229, 217, 195, 0.85); */
  background: #1A1A1A;
  padding-left: 25px;
  float: right;
  clear: both;
  resize: none;
}

.feedback-input::-webkit-input-placeholder.feedback-input {
  /* Edge */
  color: #F0F0F0;
}

.feedback-input:-ms-input-placeholder.feedback-input {
  /* Internet Explorer */
  color: #F0F0F0;
}

.feedback-input::placeholder {
  color: #F0F0F0;
}

textarea.feedback-input {
  line-height: 50px;
  height: 134px;
}

/* ::placeholder {
  padding-left: 24px;
} */
.submit {
  width: 171px;
  height: 41px;
  background: #E5D9C3D9;
  border-radius: 15px;
  color: #000000;
  font-family: "TTHoves-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-left: 433px;
  cursor: pointer;
  float: right;
  clear: both;
  border-color: unset;
  border-style: solid; 
}

footer {
  height: 41px;
}

footer div {
  font-family: "TTHoves-Regular";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.5);
  padding: 11px 0;
}

.frame {
  width: 100%;
  height: 160px;
  padding: 0;
}

.frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.frame .slidee li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 120px;
  height: 100%;
}

.application-first {
  margin-bottom: 28px;
}

span.future-wood {
  font-family: 'TTHoves-DemiBold';
}

span.daika-name {
  font-family: 'TTHoves-DemiBold';
  font-size: 25px;
}

span.wood {
  font-size: 13px;
  position: relative;
  top: -10px;
}

.about span.daika-name {
  font-family: 'TTHoves-DemiBold';
  font-size: 28px;
}

.about span.wood {
  font-size: 20px;
  position: relative;
  top: -10px;
}

span.daika-name.big {
  font-family: 'TTHoves-DemiBold';
  font-size: 35px;
}

span.wood.big {
  font-size: 15px;
  position: relative;
  top: -10px;
}

html {
  scroll-behavior: smooth;
}

.mobile-nav {
  display: none;
}

/* .mobile-nav-scroll {
  display: none;
} */
.technology-second-mobil {
  display: none;
}

.application-first-mobile {
  display: none;
}

.application-second-mobile {
  display: none;
}

.contact .wrapper.mobile {
  display: none;
}

.mobile-menu-container {
  display: none;
}

.nav-scroll-white {
  background-color: white;
  padding: 0 15px;
  height: 60px;
  position: fixed;
  width: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  z-index: 200;
}

.nav-scroll-white.show {
  opacity: 1;
  visibility: visible;
  z-index: 2400;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
}

section#technology {
  scroll-margin-top: 55px;
}

section#media {
  scroll-margin-top: 55px;
}

section#team {
  scroll-margin-top: 55px;
}

.logo.black img {
  width: 70%;
}

.logo.black {
  margin-top: 11px;
}

.stickyText.sticky {
  margin-top: 20px;
}

.about-grid {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1650px) {
  #owl-application .item img  {
    border-radius: 10px;
  }
  .contact .wrapper {
    margin-right: 7%;
  }

  .logo.white img {
    height: 84px;
  }

  .logo.black img {
    width: 100%;
  }

  nav .logo.black {
    margin-top: 11px;
    margin-left: 0px;
  }

  .stickyText.sticky {
    margin-top: 30px;
  }

  .nav-scroll-white {
    height: 80px;
  }

  nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 3000;
    width: 94%;
  }

  nav .logo {
    margin-top: 32px;
    margin-left: 0px;
  }

  nav ul {
    display: flex;
    align-items: center;
    gap: 23px;
    list-style: none;
    margin-right: 11px;
    margin-top: 6px;
    margin-left: 0;
  }

  nav ul li a {
    font-size: 23px;

  }

  .challenges-third {
    height: 924px;
  }

  .wrapper {
    height: 1000px;
  }

  .about-second {
    margin-bottom: 168px;
  /* height: 100vh; */
  }

  .wrapper .hero-section-text h2 {
    font-size: 38px;
  }

  .wrapper .hero-section-text p {
    line-height: 24px;
    color: white;
    margin-top: -3px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.01em;
  }

  .hero-section {
    top: 515px;
  }

  .hero-section-text {
    width: 47%;
  }

}
@media screen and (max-width: 1400px) and (min-width:1330px) {
  nav ul {
    margin-left: 20vw;
  }  
}
@media screen and (max-width: 1330px) and (min-width:1200px) {
  nav ul {
    margin-left: 15vw;
  }  
}
@media screen and (max-width: 1390px) and (min-width:701px) {
  .wrapper {
    max-width: 1100px;
  }

  .mobile-nav {
    display: none;
  }

  #about .wrapper img {
    height: 350px;
  }
}

@media screen and (max-width: 1205px)and (min-width:701px) {
  .wrapper {
    max-width: 900px;
  }

  .mobile-nav {
    display: none;
  }

}
@media screen and (max-width: 368px) and (min-width:350px) {
  header {
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 700px) {

  header {
    /* background-image: url(../images/tile-wall-1.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
  }

  .owl-carousel .nav-btn {
    top: -11px !important;
  }

  /* section#technology {
    scroll-margin-top: 55px;
  }
  section#media {
    scroll-margin-top: 55px;
  }
  section#team {
    scroll-margin-top: 55px;
  } */
  .hero-section {
    top: 445px;
  }

  .wrapper {
    padding: 0 15px;
    width: 100%;
    margin: 0;
  }

  header .wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-section-text {
    width: 88%;
  }

  .wrapper .hero-section-text p {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.01em;
  }

  .wrapper h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    margin-left: 4px;
    padding-top: 11px;
  }

  .wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
  }

  nav,
  .hero-section-img {
    display: none;
  }

  nav.mobile-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-nav .logo-mobile-small {
    display: none;
  }

  .menu-icon {
    margin-top: 28px;
    margin-right: 26px;
  }

  .logo-mobile-daika {
    margin-top: 24px;
  }

  .mobile-nav.scroll {
    position: fixed;
    z-index: 2500;
  }

  .mobile-nav.scroll .logo-mobile-daika {
    display: none;
  }

  .mobile-nav.scroll .logo-mobile-small {
    display: block;
    position: relative;
    top: 11px;

  }

  .mobile-nav.scroll .menu-icon-gray {
    display: block;
    padding-top: 21px;
    padding-right: 7%;
  }

  .mobile-nav.scroll .menu-icon {
    display: none;
  }

  .mobile-nav .menu-icon-gray {
    display: none;
  }

  .mobile-nav-scroll-white {
    background-color: white;
    padding: 0 15px;
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
  }

  .mobile-nav-scroll-white.show {
    opacity: 1;
    visibility: visible;
    z-index: 2400;

  }

  .about-first-mobile.about-mobile p {
    font-size: 20px;
    line-height: 30px;
    padding: 22px;
    padding-bottom: 22px;
    margin: unset;
    padding-top: 82px;
  }

  .about-forth-mobile.about-mobile p {
    font-size: 20px;
    line-height: 30px;
    padding: 22px;
    border: 1px solid black;
    border-width: 0 0 1px 0;
    padding-bottom: 22px;
    margin: unset;
    padding-top: 82px;
  }

  span.daika-name-mobile {
    font-weight: 600;
  }

  .patterns-carousel {
    border: 1px solid black;
    border-width: 1px 0 0 0;
  }

  .patterns-title {
    margin-left: 21px;
  }

  .patterns-title p {
    font-family: 'TTHoves-Regular';
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 28px;
    margin: 22px 0;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }

  span.daika-name.big {
    font-family: 'TTHoves-DemiBold';
    font-size: 26px;
  }

  span.wood.big {
    font-size: 12px;
    position: relative;
    top: -10px;
  }

  /* .container #owl-patterns .owl-carousel .owl-item img {
    display: block;
    width: 128px!important;
  } */
  #patterns .wrapper {
    margin: 0 auto;
    height: 241px;
    max-width: none;
    margin-left: 24px;
    padding: 0;
    width: auto;
  }

  img#big-bench-mobile {
    border: 1px solid black;
    border-width: 1px 0 1px 0;
    width: 100%;
  }

  #solution.patterns-title p {
    padding: 23px 40px 25px 0;
    margin: 0;
  }

  #patterns .owl-carousel .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 49px;
    width: 128px;
  }

  div#solution-list {
    border: 1px solid black;
    border-width: 1px 0 1px 0;
    display: block;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  p.solution-list-text {
    margin: 11px 13px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 11px;
  }

  div#solution-list-right {
    padding-top: 0;
  }

  #solution-list-right p.solution-list-text {
    margin-bottom: 11px;
  }

  div#solution-list-left {
    padding-top: 13px;
    padding-bottom: 0;
    border: none;
  }

  img.bullet-img {
    margin: 15px 5px 0 17px;
  }

  .about {
    height: 759px;
    margin-bottom: 196px;
    padding-top: 68px;
  }

  .about .wrapper {
    display: block;
  }

  span.daika-name {
    font-size: 19px;
  }

  span.wood {
    font-size: 12px;
    top: -6px;
  }

  .about-second {
    display: none;
  }

  .about-third {
    display: none;
  }

  .about-mobile {
    display: block;
    width: 100%;
  }

  .about-mobile img {
    width: 100%;
    border: 1px solid black;
    border-width: 1px 0 1px 0;
    /* width: calc(127vw - 100px); */
  }

  .wrapper .about-first p {
    margin-top: 83px;
    margin-bottom: 36px;
  }

  .challenges {
    height: 1206px;
  }

  .challenges-img {
    display: none;
  }

  .challenges .wrapper {
    display: block;
    padding: 0 22px;
    height: 684px;
    padding-top: 35px;
  }

  .challenges-second {
    margin-right: 0;
  }

  .challenges-first,
  .challenges-second {
    padding-top: 26px;
  }

  .challenges-third {
    background-image: url(../images/tiles-mobil.png);
    background-size: contain;
    height: 511px;
  }

  .technology .wrapper {
    display: block;
  }

  .technology-first {
    display: none;
  }

  .technology-first-mobile {
    display: block;
  }

  .technology-first-mobile h2 {
    color: black;
    padding-top: 38px;
  }

  .technology .wrapper p {
    line-height: 30px;
    font-size: 20px;
    text-align: left;
  }

  p.tech-facts {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    letter-spacing: 0.05em;
    margin-top: 31px;
  }

  .technology .wrapper {
    padding: 0 30px 0 30px;
    height: 600px;
    border: 1px solid black;
    border-width: 0 0 1px 0;
  }

  .technology-first-mobile p:nth-child(4) {
    margin-top: 45px;
  }

  .technology-first-mobile p:nth-child(5) {
    margin-top: 45px;
  }

  .technology-second {
    display: none;
  }

  .technology-second-mobil {
    display: block;
  }

  .technology-second-mobil img {
    z-index: 1;
    margin-top: 67px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  section.technology {
    height: 690px;
  }

  #owl-tech-mobile .item {
    margin-left: 22px;
    margin-right: 19vw;
    text-align: left;
  }

  .technology-first-mobile p:nth-child(2) {
    margin-right: 5px;
    margin-top: 40px;
  }

  section.application {
    height: 590px;
  }

  .application .wrapper {
    padding: 0 15px;
  }

  .application-first {
    display: none;
  }

  .application-first-mobile {
    display: block;
  }

  .application-second-mobile {
    display: block;
    margin-right: -15px;
  }

  .carousel-team.mobile {
    margin-right: -15px;
  }

  .application-second {
    display: none;
  }

  .wrapper .application-first-mobile h2 {
    margin-top: 18px;
  }

  .wrapper .application-first-mobile p {
    margin-right: 25px;
    margin-bottom: 40px;
  }

  .application .wrapper .second-foot p {
    font-size: 14px;
  }

  .rectangle {
    width: 39px;
    height: 15px;
    margin-top: 6px;
  }

  .rectangle span {
    font-size: 10px;
    line-height: 0px;
    position: relative;
    bottom: 3px;
  }

  section.media {
    height: 240px;
    background: white;
  }

  .media .wrapper h2 {
    padding-top: 37px;
  }

  .media .owl-carousel .owl-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .media .owl-carousel .next-slide {
    right: 0px;
  }

  .media .owl-carousel .prev-slide {
    left: 0px;
  }

  .media .owl-carousel .owl-stage-outer {
    top: -14px;
  }


  section.team {
    height: 563px;
  }

  .team .wrapper h2 {
    margin-top: 0;
    padding-top: 42px;
    margin-bottom: 55px;
  }

  .carousel-team .owl-carousel .owl-item img {
    width: 110px;
  }

  .team .carousel-team .item .linkedin img {
    width: 19px !important;
    position: absolute;
    top: 309px;
    right: 136px;
  }

  .carousel-team.mobile .owl-carousel .item {
    width: 283.23px;
    height: 365.56px;
  }

  .team .name h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .team .wrapper p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  section.contact {
    height: 590px;
  }

  .contact .wrapper {
    display: none;
  }

  .contact .wrapper.mobile {
    display: block;
  }

  .contact-first .logo img {
    width: 196px;
  }

  .contact-first {
    padding-top: 43px;
  }

  .contact-form {
    margin-top: 55px;
    margin-left: 0px;
  }

  .feedback-input {
    border-radius: 5px;
    width: 100%;
    height: 41px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 16px;
  }

  textarea.feedback-input {
    line-height: 50px;
    height: 105px;
    padding-left: 23px;
  }

  .submit {
    border: hidden;
    width: 98px;
    height: 30px;
    background: #E5D9C3D9;
    border-radius: 5px;
    color: #000000;
    font-family: "TTHoves-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-left: 0;
    cursor: pointer;
    float: right;
  }

  div#submit {
    width: 100%;
  }

  #contact .wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgb(255 255 255 / 80%);
  }

  footer div {
    font-family: "TTHoves-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.5);
    padding: 11px 0;
  }

  footer {
    height: 38px;
  }

  .mobile-menu-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 100%;
    background: rgba(229, 217, 195, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
    transition: all 400ms ease;
  }

  .mobile-menu-container.active {
    left: 0;
  }

  .mobile-menu-container .close-icon {
    position: fixed;
    top: 21px;
    right: 26px;
    opacity: 0;
    pointer-events: none;
    transition: all 400ms ease;
  }

  .mobile-menu-container.active .close-icon {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-container ul {
    list-style: none;
    padding: 0;
  }

  .mobile-menu-container ul li {
    margin: 30px 0;
    text-align: center;
  }

  .mobile-menu-container ul li a {
    text-decoration: none;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    color: rgba(26, 26, 26, 0.8);
    font-style: normal;
  }

}