/* CSS GOES HERE */

/* Good Times Regular 
font-family: "good-times", sans-serif;
font-weight: 500;
font-style: normal;

   Good Times Bold 
font-family: "good-times", sans-serif;
font-weight: 700;
font-style: normal;

    Aktiv Grotesk Regular
font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal; */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "good-times", sans-serif;
    font-weight: 500;
    font-style: normal;
    vertical-align: baseline;
    transition: all 400ms;
}

.body_darkMode {
    background-color: #102041;
}

.darkButton {
    z-index: 999;
    display: flex;
    position: absolute ;
    width: 92px;
    height: 32px;
    right: 40px;
    top: 110px;
    background-image: url(images/DmodeButton.svg);
    background-repeat: no-repeat;
}

.lightButton {
    background-image: url(images/LmodeButton.svg);
}

.mobil-menu {
    width: 74px;
    height: 74px;
    position: fixed;
    background-image: url(images/Hamburger_Button.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 999;
    display: none;
}

.mobil-menu-popout {
    /* position: fixed;
    top: 0;
    
    background-color: #05f3d8;
    z-index: 998;
    padding: 80px 40px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-bottom-right-radius: 16px;
    width: 100px;
    left: -190px; */
    display: none;
    position: fixed;
    z-index: 997;
    justify-content: center;
    align-self: center;
    top: 0;
    width: 105px;
    padding: 218px 80px;
    left: -265px;
    border-bottom-right-radius: 100px;
    background: #000;
    transition: all 300ms;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #000;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #000;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }

}

.mobil-menu-interior {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: fixed;
    z-index: 998;
    justify-content: center;
    align-self: center;
    top: 0;
    width: 100px;
    padding: 80px 40px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    background: #e2fffc;
    transition: all 300ms;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #e2fffc;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #e2fffc;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.mobil-interior-dark {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: fixed;
    z-index: 998;
    justify-content: center;
    align-self: center;
    top: 0;
    width: 100px;
    padding: 80px 40px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    background: #05f3d8;
    transition: all 300ms;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #05f3d8;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #05f3d8;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.open {
    left: -80px;
}

.close {
    background-image: url(images/Close_Button.svg);

}

.mobil-menu-popout ul {
    list-style: none;
    padding-top: 5px;
    padding-left: 5px;
}

.mobil-menu-popout li {
    margin-bottom: 20px;
}

.mobil-menu-popout a {
    text-decoration: none;
    color: #000;
}

.main_nav {
    background-image: url(images/nav_bar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 760px;
    height: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.main_nav a {
    text-decoration: none;
    color: #000;
}

.main_nav a:hover {
    text-decoration: underline;
    color: #05f3d8;
}

.mobil-menu-interior a:hover {
    text-decoration: underline;
    color: #f22dae;
}

ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.title_contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.title {
    background-image: url(images/tech_frame.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 1150px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.title_text {
    /* Guillermo’s Website */
    font-weight: 700;
    font-size: clamp(32px, 3vw, 42px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #000000;
    margin-left: 70px;
    margin-right: 70px;
}

.title_dark {
    color: #05f3d8;
}

.sub_text {
    /* viverra vitae congue eu consequat ac */
    
    font-weight: 400;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 41px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    
    color: #000000;
}

.sub_dark {
    color: #05f3d8;
}

.headline {
    background-image: url(images/headline_symbol.svg);
    background-repeat: no-repeat;
    left: -5%;
    height: 78px;
    position: relative;
    z-index: 1;
}

.headline_text {

    /* ABOUT */

    /*position: absolute;*/
    
    height: 60px;
    left: 246px;
    padding-left: 240px;

    font-family: "good-times", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 41px;

    color: #000000;
}

.darkHeadline {
    color: #05f3d8;
}

h1 {
    margin-bottom: auto;
}

h2 {
    margin-top: 1rem;
}

p {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.paragraph_border {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    justify-content: center;
    align-self: center;
    max-width: 800px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #05f3d8;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #05f3d8;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #05f3d8;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.paragraph_box {
    display: flex;
    flex: 100%;
    position: relative;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background: #e2fffc;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
        z-index: 1;
    }
    &:before {
      width: 30px;
      height: 60px;
      bottom: 40px;
      background: #e2fffc;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 50px;
      height: 10px;
      bottom: -10px;
      border-top: 42px solid #e2fffc;
      border-right: 56px solid transparent;
    }
    &-content {
      z-index: 2;
      display: block;
      position: relative;
      padding: 20px 25px;
    } 

}

.pBox_dark {
    display: flex;
    flex: 100%;
    position: relative;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background: #234d64;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
        z-index: 1;
    }
    &:before {
      width: 30px;
      height: 60px;
      bottom: 40px;
      background: #234d64;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 50px;
      height: 10px;
      bottom: -10px;
      border-top: 42px solid #234d64;
      border-right: 56px solid transparent;
    }
    &-content {
      z-index: 2;
      display: block;
      position: relative;
      padding: 20px 25px;
    } 
}

.paragraph_text {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 700px;
    justify-content: flex-end;
    align-content: center;
    
}

.text_dark {
    color: #05f3d8;
}

.skill_contain {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    margin-top: -12px;
    margin-left: 100px;
    margin-right: 100px;
    justify-content: center;
    align-self: center;
}

.organize {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
}

.skill_organize {
    display: flex;
    flex-direction: row;
    margin: 30px;
    justify-content: space-between;
}

.skill_descrip {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.skill_sub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

.skill_dark {
    color: #05f3d8;
}

.list {
    display: flex;
    flex-direction: row;
    margin-left: 55px;
}

.tech_list {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.skill_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_dark {
    color: #05f3d8;
}

.prog_organize {
    display:flex;
    flex-direction: row;
    margin: 40px;
    margin-top: 0px;
    justify-content: space-around;
}

.progress {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
}

.mobile_organize {
  display: none;
}

.progress_wheel {
  width: 70px;
  height: auto;
}

.frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.coverflow {
    position: relative;
    height: 460px;
    padding: 30px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  
  .coverflow__image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 400px;
    height: 400px;
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .coverflow__image[data-coverflow-index] {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  
  .coverflow__image[data-coverflow-index]:before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 300px;
    width: 100%;
    height: 10%;

  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 3;
    -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    opacity: -0.5;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 2;
    -webkit-transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    opacity: -0.66667;
  }
  
  .coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 1;
    -webkit-transform: translateX(730px) scale(-0.55) rotateY(-45deg);
    transform: translateX(730px) scale(-0.55) rotateY(-45deg);
    opacity: -0.83333;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 3;
    -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    opacity: -0.5;
  }
  
  .coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 2;
    -webkit-transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    opacity: -0.66667;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 3;
    -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    opacity: -0.5;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);

  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 3;
    -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    opacity: -0.5;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
 
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 2;
    -webkit-transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    opacity: -0.66667;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 3;
    -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    opacity: -0.5;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  
  }
  
  .coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 1;
    -webkit-transform: translateX(-1130px) scale(-0.55) rotateY(45deg);
    transform: translateX(-1130px) scale(-0.55) rotateY(45deg);
    opacity: -0.83333;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 2;
    -webkit-transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    opacity: -0.66667;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 3;
    -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    opacity: -0.5;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
  }
  
  .coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);

  }
  
  .prev-arrow,
  .next-arrow {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 50%;
    padding: 1.5rem 2rem;
    color: rgba(242, 45, 174, 0.5);
    font-size: 3rem;
    line-height: 3rem;
    background: transparent;
    border-radius: 1rem;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 200ms, background 200ms;
    transition: color 200ms, background 200ms;
  }
  
  .prev-arrow:hover,
  .next-arrow:hover,
  .prev-arrow:focus,
  .next-arrow:focus {
    color: rgba(5, 243, 219, 1);
    background: rgba(242, 45, 174, 1);
  }
  
  .prev-arrow {
    left: 0%;
  }
  
  .prev-arrow:before {
    content: "❮";
  }
  
  .next-arrow {
    right: 0%;
  }
  
  .next-arrow:after {
    content: "❯";
  }

.img_border {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    align-self: center;
    max-width: 800px;
    width: 100%;
    min-height: 120px;
    margin-bottom: 30px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #000;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #000;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #000;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.imgBorder_dark {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    align-self: center;
    max-width: 800px;
    width: 100%;
    min-height: 120px;
    margin-bottom: 30px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #05f3d8;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #05f3d8;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #05f3d8;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.img_box {
    display: flex;
    flex: 100%;
    position: relative;
    justify-content: center;
    max-width: 790px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background: #05f3d8;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
        z-index: 1;
    }
    &:before {
      width: 30px;
      height: 60px;
      bottom: 40px;
      background: #05f3d8;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 50px;
      height: 10px;
      bottom: -10px;
      border-top: 42px solid #05f3d8;
      border-right: 56px solid transparent;
    }
    &-content {
      z-index: 2;
      display: block;
      position: relative;
      padding: 20px 25px;
    } 
}

.img_organize {
    display: flex;
    flex-direction: column;
    margin: 20px;
    margin-top: 40px;
}

.image {
    width: auto;
    height: 400px;
}

span {
    margin-top: 20px;
}

.button {
    display: none;
    flex-direction: row;
}

.faq_contain {
    display: flex;
    flex-direction: column;
}

.faq {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
    justify-content: center;
    align-self: center;
    flex-direction: column;
}

.faq_border {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    align-self: center;
    max-width: 800px;
    width: 100%;
    min-height: 120px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #000;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #000;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #000;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.faqBorder_dark {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    align-self: center;
    max-width: 800px;
    width: 100%;
    min-height: 120px;
    justify-content: center;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #05f3d8;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
    }
    &:before {
      width: 30px;
      height: 58px;
      bottom: 40px;
      background: #05f3d8;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 48px;
      height: 10px;
      bottom: -10px;
      border-top: 43px solid #05f3d8;
      border-right: 58px solid transparent;
    }
    &-content {
      z-index: 2;
      position: relative;
      padding: 20px 25px;
    }
}

.faq_box {
    display: flex;
    flex: 100%;
    position: relative;
    justify-content: left;
    max-width: 790px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background: #05f3d8;
    
    &:before, &:after {
        content: ' ';
        position: absolute;
        right: 0px;
        z-index: 1;
    }
    &:before {
      width: 30px;
      height: 60px;
      bottom: 40px;
      background: #05f3d8;
      right: 00px;
      border-bottom-right-radius: 6px;
    }
    &:after {
      width: 50px;
      height: 10px;
      bottom: -10px;
      border-top: 42px solid #05f3d8;
      border-right: 56px solid transparent;
      z-index: 1;
    }
    &-content {
      z-index: 2;
      display: block;
      position: relative;
      padding: 20px 25px;
    } 
}

.rhombus_organize {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-left: 10px;
    
}

.question {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 700px;
    z-index: 1;
    align-content: center;
}

@keyframes pop-in {
    from {opacity: 0; transform: translateY(-100px);}
    to {opacity: 1; transform: translateY(0px);}
}

.pop_in {
    animation-name: pop-in;
    animation-duration: 800ms;
    animation-delay: 400ms;
    transform: translateY(-100px); opacity: 0;
    animation-fill-mode: forwards;
}

.hidden {
    opacity: 0;
}

.dropdown {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    z-index: -2;
    max-width: 650px;
    min-height: 159px;
    justify-content: center;
    align-content: center;
    border-color: #05f3d8;
    border-width: 5px;
    border-style: solid;
    background-color: #e2fffc;
    margin-top: -12px;
    margin-left: 90px;
    margin-right: 90px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.dropdown_dark {
    background-color: #234d64;
}

.dropdown_text {
    display: flex;
    flex-wrap: wrap;
    z-index: -1;
    margin-bottom: 5px;
    padding: 20px;
    max-width: 630px;
    justify-content: flex-end;
    align-content: center;
}

.dropText_dark {
    color: #05f3d8;
}

.contact_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact_container {
    background-image: url(images/contact_frame.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82%;
    display: flex;
    flex-wrap: wrap;
    width: 540px;
    height: 540px;
    flex-direction: column;
    position: relative;
    z-index: 0;
    margin-bottom: 70px;
    align-items: center;
    
}

.contact_headline {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    margin-top: 80px;
    margin-bottom: 10px;
}

.field_input {
    color: #f22dae;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.six_columns {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

input[type=text] {
    
    background-color: #e2fffc;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 6px;
    justify-content: center;
    font-family: "good-times", sans-serif;

}

h4 {
    display: flex;
    color: #f22dae;
    font-size: 20px;
    font-family: "good-times", sans-serif;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 200;
}

.u-full-width {
    background-color: #e2fffc;
    padding-bottom: 10px;
    border-radius: 6px;
    justify-content: center;
    width: 285px;
}

.submit {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    /*max-width: 960px;*/
    /*text-align: center;*/
    margin-top: 70px;
    margin-bottom: 70px;
}

nav ul {
    list-style: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 30px;
}

.footer_contain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;

}

footer {
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    color: #fff;
    /*padding: 10px; */
    border-top: 5px solid #f22dae;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}

.bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}

a:visited {
    text-decoration: none;
}

.footer a {
    text-decoration: none;
    color: #05f3d8;
}

.copywrite {
    display: flex;
    justify-content: center;
    border-top: 2px solid #f22dae;
    margin-left: 150px;
    margin-right: 150px;
    color: #05f3d8;

}