@import url("https://fonts.googleapis.com/css?family=IBM%20Plex%20Sans:500|IBM%20Plex%20Sans:300");
@import url("https://fonts.googleapis.com/css?family=IBM%20Plex%20Sans:500|IBM%20Plex%20Sans:300");

@import url("https://fonts.googleapis.com/css?family=IBM%20Plex%20Sans:500|IBM%20Plex%20Sans:300");
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot');
  src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.woff') format('woff'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.ttf') format('truetype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont#WebSymbolsRegular') format('svg');
}


* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

:root {
  --blue: #01266c;
  --gold: #f7c505;
  --yellow: #fbdc74;
  --skyblue: #0071fb;
  --black: #1a1a1a;
}

body {
  background-color: var(--black);
  background: linear-gradient(90deg, var(--black) 20px, transparent 1%) 50%, linear-gradient(var(--black) 20px, transparent 1%) 50%, #222;
  background-size: 22px 22px;
  background-attachment: fixed;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  overflow-x: hidden;
}

nav {
  background-color: #fff;
  opacity: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 0 20px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

nav li {
  height: 50px;
  position: relative;
}

nav a {
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover {
  background-color: #f0f0f0;
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
  padding: 15px;
}

.menu-button {
  display: none;
}

.dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown a {
  padding: 12px 16px;
  display: block;
  width: 200px;
}

.dropdown a:hover {
  background-color: #f0f0f0;
}

nav li:hover .dropdown {
  display: block;
}

@media (max-width: 800px) {
  .hideOnMobile {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .dropdown {
    position: static;
  }

  nav li:hover .dropdown {
    display: none;
  }

  .sidebar .dropdown {
    display: none;
  }

  .sidebar li:hover .dropdown {
    display: block;
  }
}

@media (max-width: 400px) {
  .sidebar {
    width: 100%;
  }
}

.show {
  display: flex !important;
}

.hero__title {
  letter-spacing: -0.0125em;
  font-weight: 900;
  font-size: 110px;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
  margin-top: 5rem;
}

.hero__title--2 {
  font-size: 80px;
  color: var(--yellow);
  -webkit-text-stroke: 1px white;
  margin-top: 0;
  margin-bottom: 1rem;
  mix-blend-mode: color-burn;
}

.hero__image {
  filter: brightness(50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
}

.ring {
  border: 30px solid white;
  border-radius: 50%;
  background-color: transparent;
  mix-blend-mode: difference;
  position: absolute;
}

.ring--left {
  border-width: 50px;
  border-color: var(--yellow);
  width: 300px;
  height: 300px;
  left: -200px;
  top: -200px;
}

.ring--right {
  border-style: dot-dash;
  right: -50px;
  bottom: 300px;
  border-width: 25px;
  width: 150px;
  height: 150px;
}

.cross-1 {
  width: 180px;
  height: 180px;
  left: 10%;
  bottom: 15%;
  position: absolute;
  mix-blend-mode: difference;
}

.cross-2 {
  width: 90px;
  height: 90px;
  right: 200px;
  top: 200px;
  position: absolute;
  mix-blend-mode: difference;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section--intro {
  position: relative;
  justify-content: center;
}

.section--text {
  height: 1000px;
}

.box {
  float: right;
  width: 780px;
  display: flex;
  flex: 50%;
  align-items: flex-start;
  flex-direction: row;
  height: 500px;
  mix-blend-mode: difference;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .box {
    padding: 2rem;
    text-align: justify;
  }
}

.biopic {
  height: 650px;
  mix-blend-mode: difference;
  flex: 50%;
  margin: 30px;
  margin-top: 500px;
  width: 500px;
}

@media (max-width: 600px) {
  .biopic {
    height: auto;
    width: 100%;
    margin: 30px auto;
    margin-top: 30px;
    display: block;
    mix-blend-mode: difference;
  }
}


.box .line {
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: white;
}

@media (min-width: 768px) {
  .cards {
    margin-top: 50px;
    margin-bottom: 500px;
    width: 350px;
    height: 350px;
    position: relative;
  }

  .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
  }

  .card-1 {
    background-color: var(--yellow);
    background-image: url(Screenshot_20240721_212704_Gallery.jpg);
  }

  .card-2 {
    background-color: var(--blue);
    background-image: url(cardpic.png);
  }

  .card-3 {
    background-color: var(--skyblue);
    background-image: url(pictVM.jpg);
  }

  .cross-1.scroll-end {
    -webkit-animation: rotate 6s linear infinite;
    animation: rotate 6s linear infinite;
  }
}

@media (max-width: 767px) {

  .cards,
  .card,
  .card-1,
  .card-2,
  .card-3,
  .cross-1.scroll-end,
  .cross-3 {
    display: none;
  }
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}

.big {
  font-size: 35vw;
  font-weight: 900;
  letter-spacing: -1vw;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  pointer-events: none;
}

/* Mobile Styles */
@media (max-width: 900px) {
  .hero__title {
    font-size: 80px;
    margin-top: 3rem;
  }

  .hero__title--2 {
    font-size: 60px;
    margin-bottom: 0.5rem;
  }

  .hero__image {
    width: 300px;
    height: 300px;
  }

  .ring--left {
    width: 200px;
    height: 200px;
    left: -100px;
    top: -100px;
    border-width: 30px;
  }

  .ring--right {
    width: 100px;
    height: 100px;
    right: -25px;
    bottom: 150px;
    border-width: 15px;
  }

  .cross-1 {
    width: 120px;
    height: 120px;
    left: 5%;
    bottom: 10%;
  }

  .cross-2 {
    width: 60px;
    height: 60px;
    right: 100px;
    top: 100px;
  }
}

@media (max-width: 600px) {
  .hero__title {
    font-size: 60px;
    margin-top: 2rem;
  }

  .hero__title--2 {
    font-size: 40px;
    margin-bottom: 0.5rem;
  }

  .hero__image {
    width: 200px;
    height: 200px;
  }

  .ring--left {
    width: 150px;
    height: 150px;
    left: -75px;
    top: -75px;
    border-width: 20px;
  }

  .ring--right {
    width: 75px;
    height: 75px;
    right: -15px;
    bottom: 100px;
    border-width: 10px;
  }

  .cross-1 {
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 5%;
  }

  .cross-2 {
    width: 45px;
    height: 45px;
    right: 50px;
    top: 50px;
  }

  .box {
    width: 100%;
    font-size: 15px;
  }

  .biopic {
    height: 450px;
    width: 400px;
  }

  .cards {
    width: 300px;
    height: 300px;
  }

  .card {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 400px) {
  .hero__title {
    font-size: 40px;
    margin-top: 1rem;
  }

  .hero__title--2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .hero__image {
    width: 150px;
    height: 150px;
  }

  .ring--left {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    border-width: 15px;
  }

  .ring--right {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 75px;
    border-width: 5px;
  }

  .cross-1 {
    width: 60px;
    height: 60px;
    left: -5%;
    bottom: 0;
  }

  .cross-2 {
    width: 30px;
    height: 30px;
    right: 30px;
    top: 25px;
  }

  .box {
    font-size: 14px;
  }

  .biopic {
    height: 350px;
    width: 300px;
  }

  .cards {
    width: 250px;
    height: 250px;
  }

  .card {
    width: 250px;
    height: 250px;
  }
}

/* 
.section--works {
  position: relative;
}

.section--footer {
  min-height: 135vh;
  mix-blend-mode: difference;
}

.cross-3 {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 20vw;
  top: 10vw;
  mix-blend-mode: difference;
}

.footer__button {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  background-color: white;
  color: var(--black);
  font-family: inherit;
  border: 0;
  padding: 1em 3em;
  text-align: center;
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 6rem;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease;
}

.footer__button:hover {
  background-color: var(--skyblue);
  color: #fff;
}

.footer__copy {
  font-size: 24px;
  max-width: 720px;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin: 0 auto;
  text-align: center;
  mix-blend-mode: difference;
}

.footer__link {
  mix-blend-mode: difference;
}

.cursor {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: white;
  mix-blend-mode: difference;
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
  pointer-events: none;
}

.section--text {
  position: relative;
} */

/* slider section */


.section--progress {
  display: grid;
  padding: 400px;
  place-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 400px;
  margin-left: 110px;
  width: 85%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .section--progress {
    margin-top: -500px;
    margin-left: -110px;
  }
}

.item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1),
  &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) {
    left: 50%;
  }

  &:nth-child(4) {
    left: calc(50% + 220px);
  }

  &:nth-child(5) {
    left: calc(50% + 440px);
  }

  &:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
}

.content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica, sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;

  & .title {
    font-family: 'arial-black';
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
  }

  & button {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  background-color: transparent;
  position: absolute;
  bottom: 2rem;
  left: 45%;
  width: 110px;
  nav-right: 50%;
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title {
      font-size: 1rem;
    }

    & .description {
      font-size: 0.7rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 170px);
    }

    &:nth-child(5) {
      left: calc(50% + 340px);
    }

    &:nth-child(6) {
      left: calc(50% + 510px);
      opacity: 0;
    }
  }
}

@media (width < 650px) {
  .content {
    & .title {
      font-size: 0.9rem;
    }

    & .description {
      font-size: 0.65rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .item {
    width: 130px;
    height: 220px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 140px);
    }

    &:nth-child(5) {
      left: calc(50% + 280px);
    }

    &:nth-child(6) {
      left: calc(50% + 420px);
      opacity: 0;
    }
  }
}

/* works */


.section--works {
  margin-top: 200px;
}

@media (max-width: 767px) {
  .section--works {
    margin-left: -195px;
    margin-right: 5px;
  }
}

#slideshow-wrap {
  display: block;
  height: 600px;
  min-width: 260px;
  max-width: 1100px;
  margin-top: 500px;
  margin-left: 200px;
  border: 12px rgba(255, 255, 240, 1) solid;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
  margin-top: 20px;
  position: relative;
}

#slideshow-inner {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  position: relative;
}

#slideshow-inner>ul {
  list-style: none;
  height: 100%;
  width: 1000%;
  overflow: hidden;
  position: relative;
  left: 0px;
  -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-inner>ul>li {
  width: 10%;
  height: 320px;
  float: left;
  position: relative;
}

#slideshow-inner>ul>li>img {
  width: 100%;
  margin: auto;
  height: 250%;
}

#slideshow-wrap input[type=radio] {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 100;
  visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
  position: absolute;
  left: 50%;
  bottom: -45px;
  z-index: 100;
  width: 12px;
  height: 12px;
  background-color: rgba(200, 200, 200, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

#slideshow-wrap label:not(.arrows):active {
  bottom: -46px
}

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-6:checked~label[for=button-6] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-7:checked~label[for=button-7] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-7:checked~label[for=button-8] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-7:checked~label[for=button-9] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-7:checked~label[for=button-10] {
  background-color: rgba(100, 100, 100, 1)
}



#slideshow-wrap label[for=button-1] {
  margin-left: -54px
}

#slideshow-wrap label[for=button-2] {
  margin-left: -36px
}

#slideshow-wrap label[for=button-3] {
  margin-left: -18px
}

#slideshow-wrap label[for=button-4] {
  margin-left: 0 px
}

#slideshow-wrap label[for=button-5] {
  margin-left: 18px
}

#slideshow-wrap label[for=button-6] {
  margin-left: 36px
}

#slideshow-wrap label[for=button-7] {
  margin-left: 54px
}

#slideshow-wrap label[for=button-8] {
  margin-left: 72px
}

#slideshow-wrap label[for=button-9] {
  margin-left: 90px
}

#slideshow-wrap label[for=button-10] {
  margin-left: 108px
}


#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul {
  left: 0
}

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul {
  left: -100%
}

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul {
  left: -200%
}

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul {
  left: -300%
}

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul {
  left: -400%
}

#slideshow-wrap input[type=radio]#button-6:checked~#slideshow-inner>ul {
  left: -500%
}

#slideshow-wrap input[type=radio]#button-7:checked~#slideshow-inner>ul {
  left: -600%
}

#slideshow-wrap input[type=radio]#button-8:checked~#slideshow-inner>ul {
  left: -700%
}

#slideshow-wrap input[type=radio]#button-9:checked~#slideshow-inner>ul {
  left: -800%
}

#slideshow-wrap input[type=radio]#button-10:checked~#slideshow-inner>ul {
  left: -900%
}

label.arrows {
  font-family: 'WebSymbolsRegular';
  font-size: 25px;
  color: rgb(255, 255, 240);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: none;
  opacity: 0.7;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
}

label.arrows:hover {
  opacity: 1
}

label.arrows:active {
  margin-top: -23px
}

input[type=radio]#button-1:checked~.arrows#arrow-2,
input[type=radio]#button-2:checked~.arrows#arrow-3,
input[type=radio]#button-3:checked~.arrows#arrow-4,
input[type=radio]#button-4:checked~.arrows#arrow-5,
input[type=radio]#button-5:checked~.arrows#arrow-6,
input[type=radio]#button-6:checked~.arrows#arrow-7,
input[type=radio]#button-7:checked~.arrows#arrow-8,
input[type=radio]#button-8:checked~.arrows#arrow-9,
input[type=radio]#button-9:checked~.arrows#arrow-10 {
  right: -55px;
  display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1,
input[type=radio]#button-3:checked~.arrows#arrow-2,
input[type=radio]#button-4:checked~.arrows#arrow-3,
input[type=radio]#button-5:checked~.arrows#arrow-4,
input[type=radio]#button-6:checked~.arrows#arrow-5,
input[type=radio]#button-7:checked~.arrows#arrow-6,
input[type=radio]#button-8:checked~.arrows#arrow-7,
input[type=radio]#button-9:checked~.arrows#arrow-8,
input[type=radio]#button-10:checked~.arrows#arrow-9 {
  left: -55px;
  display: block;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 {
  left: -19px
}

input[type=radio]#button-3:checked~.arrows#arrow-2 {
  left: -37px
}

input[type=radio]#button-4:checked~.arrows#arrow-3 {
  left: -55px
}

input[type=radio]#button-5:checked~.arrows#arrow-4 {
  left: -73px
}

input[type=radio]#button-6:checked~.arrows#arrow-5 {
  left: -91px
}

input[type=radio]#button-7:checked~.arrows#arrow-6 {
  left: -109px
}

input[type=radio]#button-8:checked~.arrows#arrow-7 {
  left: -127px
}

input[type=radio]#button-9:checked~.arrows#arrow-8 {
  left: -145px
}

input[type=radio]#button-10:checked~.arrows#arrow-9 {
  left: -163px
}


.description {
  position: relative;
  top: 0;
  left: 0;
  width: 260px;
  font-family: 'Yanone Kaffeesatz';
  z-index: 1000;
}

.description input {
  visibility: hidden
}

.description label {
  font-family: 'WebSymbolsRegular';
  background-color: rgba(255, 255, 240, 1);
  position: relative;
  left: -17px;
  top: 00px;
  width: 40px;
  height: 27px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 5;
  color: rgb(20, 20, 20);
}

#slideshow-inner>ul>li:hover .description label {
  opacity: 1
}

.description input[type=checkbox]:checked~label {
  opacity: 1
}

.description .description-text {
  background-color: rgba(255, 255, 230, .5);
  padding-left: 45px;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  top: -35px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  color: rgb(20, 20, 20);
}

.description input[type=checkbox]:checked~.description-text {
  opacity: 1
}

/* footer */

:root {
  --m: 4rem;
}

.section--footer p {
  margin: 5px;
}

.section--footer {
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: white;
  font-family: "IBM Plex Sans";
  font-weight: 300;

  display: flex;
  flex-direction: column;

  align-items: center;
  height: 200px;
  margin: 0;
  color: #d5d5d5;
  font-size: calc(0.3 * var(--m));

}

.section--footer h2 {
  font-family: "IBM Plex Sans";
  color: white;
  font-weight: 500;
  text-align: center;
  font-size: var(--m);
  margin: 0;
}

.section--footer h3 {
  font-family: "IBM Plex Sans";
  color: white;
  font-weight: 500;
  font-size: calc(0.6 * var(--m));
  margin: 0;
}

.logogmail {
  height: 200px;
  width: 100px;
}

.logoWA {
  height: 200px;
  width: 100px;
}

/* 
.card {
  height: calc(8 * var(--m));
  width: calc(12 * var(--m));
  background: linear-gradient(120deg, #ff8064, #725bdc);
  color: black;
  border-radius: calc(0.5 * var(--m));

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--m);

  position: fixed;
  margin: calc(2 * var(--m)) calc(5 * var(--m)) calc(5 * var(--m))
    calc(5 * var(--m));
} */

.section--footer button {
  font-size: calc(0.4 * var(--m));
  border: none;
  color: #e5e5e5;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  padding: calc(0.35 * var(--m)) calc(0.8 * var(--m));
  border-radius: calc(0.3 * var(--m));
}

.section--footer footer {
  margin-top: 100px;
  z-index: 500;
  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
  padding: 5rem 2vw;
  position: relative;
}

.section--footer footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 5%,
      rgba(0, 0, 0, 0.3) 20%,
      rgba(0, 0, 0, 0.6) 30%,
      rgba(0, 0, 0, 0.8) 40%,
      rgba(0, 0, 0, 1) 50%,
      rgb(0, 0, 0));
  z-index: -7;

}

/* 
.backdrop {
  z-index: -5;
  position: absolute;
  inset: 0;

  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);

  mask-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0.8) 20%,
    rgba(0, 0, 0, 1) 30%,
    rgb(0, 0, 0)
  );

  -webkit-mask-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0.8) 20%,
    rgba(0, 0, 0, 1) 30%,
    rgb(0, 0, 0)
  );
} */

.section--footer .col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: calc(0.3 * var(--m)) calc(0.8 * var(--m));
  width: 28%;
  height: 220px;
}

.section--footer .col2,
.col3 {
  background-color: #121212;
  border-radius: calc(0.5 * var(--m))
}

.section--footer img {
  height: calc(0.3 * var(--m));
  object-fit: cover;
}

.section--footer .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}

.section--footer a {
  text-decoration: none;
  color: inherit;

}

.section--footer .link {
  width: calc(0.8 * var(--m));
  height: calc(0.8 * var(--m));
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: calc(0.1 * var(--m));

  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 1000px) {
  .section--footer :root {
    --m: 3rem;
  }
}


@media screen and (max-width: 700px) {
  .section--footer footer {
    flex-direction: column;
    padding: 5rem 20vw;
  }

  .section--footer .col {
    width: 100%;
  }
}

.contact-section {
  padding: 50px 0;
  margin-top: 100px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

h1 {
  font-size: 24px;
  margin: 0 20px;
}

p {
  font-size: 14px;
  margin: 0 20px;
  max-width: 300px;
}

.social-icons {

  display: flex;
  gap: 10px;
  margin: 0 20px;
}

.social-icons a {
  display: inline-block;
}

.social-icons img {
  width: 30px;
  border-radius: 20px;
  height: 30px;
}

.contact-info {
  display: flex;
  gap: 20px;
  margin: 0 20px;
}

.contact-info div {
  display: flex;
  align-items: center;
  background-color: #2b2f35;
  padding: 10px 20px;
  border-radius: 10px;
}

.contact-info img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 20px;
}

.contact-info a {
  color: #f5f5f5;
  text-decoration: none;
}