@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

body::-webkit-scrollbar {
  width: 0.25rem;
}

body::-webkit-scrollbar-track {
  background: #1e1e24;
}

body::-webkit-scrollbar-thumb {
  background: #e6772e;
}
main {
  margin-left: 5rem;
  padding: 1rem;
}
.panel {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  margin-left:2.5rem;
  padding: 5rem;
}
.hr50vh {
  border: none;
  height: 50vh;
  width: 100%;
}
.hr30vh {
  border: none;
  height: 30vh;
  width: 100%;
}
.hr25vh {
  border: none;
  height: 25vh;
  width: 100%;
}
.hr250px {
  border: none;
  height: 250px;
  width: 100%;
}
.hr200px {
  border: none;
  height: 200px;
  width: 100%;
}
.hr100px {
  border: none;
  height: 100px;
  width: 100%;
}
.hr50px {
  border: none;
  height: 50px;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex-right {
  justify-content: flex-end !important;
  text-align: right;
  flex-direction: column;
}
.flex-2col {
  width: 45%;
  height: 250px;
}
.top-menu {
  padding: 1rem;
  position: fixed;
  right: 0;
  z-index: 50;
}
#top-icon {
  margin: 0 1.5rem 0 1.5rem;
  font-size: 1.5rem;
}
.top-item {
  color: var(--text-primary);
  cursor: pointer;
}
.top-item:hover {
  color: #e6772e;
}
.search {
  width: 0;
  opacity: 0;
}
.search-input-open {
  width: 100%;
  opacity: 1;
  transition: all 0.75s ease;
}

#logo-bg-2 {
  position: absolute;
  z-index: -1;
  width: 50vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: var(--opacity);
}
#logo-bg-2 .fil0 {
  fill: #fefefe;
  fill-rule: nonzero;
}
.logo-text {
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  color: #dadada;
  font-size: 1.25rem;
  padding: 1rem;
}
#icon {
  margin: 0 1.5rem 0 1.5rem;
  font-size: 1.5rem;
}
#icon:before {
  color: #e6772e;
}
.title-container {
  display: block;
  height: 25vh;
}

/* .title {
  color: #fff;
  background: -webkit-linear-gradient(45deg, rgba(230,120,46,1) 0%, rgba(245,33,5,1) 11%, rgba(244,37,7,1) 12%, rgba(230,120,46,1) 31%, rgba(230,120,46,1) 52%, rgba(224,67,27,1) 76%, rgba(230,120,46,1) 88%, rgba(231,56,39,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100%;
  line-height: 7rem;
  margin: 0;
  text-align: right;
  font-weight: 300;
}
.title-secondary {
  color: var(--text-primary);
  text-align: right;
  font-size: 8rem;
  line-height: 7rem;
  margin: 0;
  font-weight: 300;

} */
.slogan .container{
  display: block;
}
.title-slogan {
  color: var(--sub-text);
  background: -webkit-linear-gradient(45deg, rgba(230,120,46,1) 0%, rgba(245,33,5,1) 11%, rgba(244,37,7,1) 12%, rgba(230,120,46,1) 31%, rgba(230,120,46,1) 52%, rgba(224,67,27,1) 76%, rgba(230,120,46,1) 88%, rgba(231,56,39,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6vw;
  text-align: left;
  font-weight: 300;
  margin: 0;
  width: 45vw;
  display: inline-block;
  position: relative;
}
.title-slogan span.variable {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
  font-size: 6vw;
  text-align: left;
  font-weight: 300;
  margin: 0;
  position: relative;
}
#exp {
  display: inline-block;
}


/*.title-slogan:before{
  content: '';
  background: linear-gradient(90deg, transparent, var(--bg-primary));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
  z-index: -1;
  border-radius: 300px;
}*/
/* .expand {
  position: relative;
  display: inline-block;
  top: -10px;
  width: 5rem;
  height: 5rem;
  color: var(--text-primary);
  filter: grayscale(100%);
  transition: var(--transition-speed);
  cursor: pointer;
  background-color: var(--bg-secondary);
  box-shadow: -6px -6px 10px rgba(255,255,255,0.1), 6px 6px 10px rgba(0, 0, 0, 0.4);
  margin-left: 2rem;
  border-radius: 50%;
}
.expand svg {
  filter:  brightness(130%);
  width: 2rem;
  height: 2rem;
  margin: 1.5rem;
  transition: var(--transition-speed);
}
.expand:hover + .p-slogan {
  opacity: 1;
}
.expand:hover{
  filter: grayscale(0%) brightness(100%);
  transform: rotate(180deg);
} */
#affordable{
  margin-top: 1em;
  left: -50%;
}
#practical{
  left: 10%;
}
#responsive{
  left: 60%;
}
.p-slogan:nth-child(2){
  left: -48.65%;
}
.p-slogan:nth-child(4){
  left: 11.35%;
}.p-slogan:nth-child(6){
  left: 61.35%;
}
.p-slogan{
  color: #fff;
  position: relative;
  display: block;
  margin: 0 0 3em 0;
  text-align: left;
  padding: 0;
  max-width: 500px;
  font-size: .9em;
}
.p-slogan:before{
  content: '';
  height: 80%;
  border-left: 2px solid #fff;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  top: 50%;

}
#honeycomb{
  fill: var(--bg-primary);
  opacity: .25;
  transform: rotate(180deg);
  position: absolute;
  z-index:-1;
  left: -10vw;
  top: -3rem;
  width: 125vw;
}
.shadow {
  -webkit-filter: drop-shadow( 4px -4px 3px rgba(0, 0, 0, .8)),;
  filter: drop-shadow( 4px -4px 3px rgba(0, 0, 0, .8));
}
.slogan-container{
  display: inline-block;
  width: 100%;
}
#slogan-bg{
  filter: grayscale(.5) brightness(20%);
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  
}
.p-right {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 40px 0;
  width: 50vw;
  text-align: right;
  float: right;
}
.p-right-home {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 40px 0;
  width: 40vw;
  text-align: right;
  float: right;
}
.h2-title{
  font-size: 5rem;
  font-weight: 300;
  line-height: 7rem;
  margin-bottom: 1rem;
  text-align: center;
}
.gradient {
  color: #e6772e;
  background: -webkit-linear-gradient(45deg, rgba(230,120,46,1) 0%, rgba(245,33,5,1) 11%, rgba(244,37,7,1) 12%, rgba(230,120,46,1) 31%, rgba(230,120,46,1) 52%, rgba(224,67,27,1) 76%, rgba(230,120,46,1) 88%, rgba(231,56,39,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.variable{
  color: #fff;
}
.p-center {
  max-width: 500px;
  text-align: center;
  margin: 5vh auto;
  color: #fff;
  font-size: .9em;
}
#clients-p {
  max-width: 100%;
}
#members-p {
  max-width: 100%;
}
.members {
  padding: 50px;
  margin: auto;
}
.members a {
  display: inline-block;
  margin: 0 100px;
}
#clients-h2 {

}

h2 {
  font-size: 5rem;
  line-height: 5rem;
  margin: 0;
}
.h2-span {
  color: var(--text-primary);
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 300;
}
p{
  z-index: 2;
}
.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 400px;
  border-color: transparent transparent transparent var(--bg-primary);
  z-index: -1;
}
#info {
  display: block;
  padding: 0 40px;
  right: 50px;
  width: 80vw;
  height: 100%;
  background: transparent;
  box-shadow: none;
}
#info h2 {
  font-size: 4vw;
  line-height: 4vw;;
  text-align: left;
  margin-top: 25vh;
}
#info p {
  float: left;
  text-align: left;
  margin: 5vw 5vw;
  width: 30vw;
  position: relative;
}
/* #info p:before {
  content: '';
  height: 80%;
  border-left: 2px solid #e6772e;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  top: 50%;
} */

#info-2 {
  display: block;
  right: 50px;
  width: 100%;
  height: 100%;
  background: none;
  box-shadow: none;
}
#info .gradient, #info-2 .gradient{
  font-size: 6vw;;
}
#info-2 h2 {
  margin-top: 25vh;
  font-size: 4vw;
  line-height: 6vw;
  text-align: right;
}
#info-2 .variable {
  color: white;
}
#info-2 .gradient {
  float: right;
}
#info-2 p {
  float: left;
  text-align: left;
  margin: 5vw 5vw;
  width: 30vw;
  position: relative;
}
/* .p-center:before {
  content: '';
  height: 80%;
  border-left: 2px solid #e6772e;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  top: 50%;
} */
#hero-p:before {
  content: '';
  height: 80%;
  border-left: 2px solid #e6772e;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  top: 50%;
}
#hand-p:before {
  content: '';
  height: 80%;
  border-left: 2px solid #e6772e;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  top: 50%;
}
#photo {
  width: 50vw;
  position: absolute;
  top: -20px;
  border: 20px solid #dadada;
  filter: drop-shadow(5px 4px 10px black) opacity(0.7);
  transform: rotate(15deg);
  z-index: -1;
}
#hero-img {
  margin-left: 20em;
}
#hero-text {
  position: absolute;
  left: 51%;
  top: 27%;
  opacity: .8;
}
.hero-text-svg {
  fill: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 12em;
}
.hand:before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(../images/hand.png);
  background-size: cover;
  filter: grayscale(100%) brightness(.4);
  min-height: 100vh;
	background-size: cover;
	background-attachment: fixed;
	clip-path: circle(180vh at 25% -80vh);
}

::-webkit-input-placeholder {
  /* Edge */
  padding-left: 0.5rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  padding-left: 0.5rem;
}

::placeholder {
  padding-left: 0.5rem;
}
.search-container {
  position: relative;
}
.search-options {
  display: none;
  width: 200px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: var(--bg-primary);
  position: absolute;
  z-index: 2;
}
.search-open {
  display: block;
}
.search-options li {
  display: block;
}
.search-options li a {
  padding: 12px;
  text-decoration: none;
  color: var(--text-primary);
  display: none;
}

.search-options li a:hover {
  background-color: var(--bg-secondary);
}

.navbar {
  position: fixed;
  background-color: var(--bg-primary);
  transition: width 600ms ease;
  overflow: hidden;
  z-index: 50;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.nav-item {
  width: 100%;
}

.nav-item:last-child {
  margin-top: auto;
}
#hidden{
  display: none;
}

.nav-link {
  display: flex;
  align-items: center;
  height: 5rem;
  color: var(--text-primary);
  text-decoration: none;
  filter: grayscale(100%) opacity(0.7);
  transition: var(--transition-speed);
  cursor: pointer
}
.nav-link-logo {
  display: flex;
  align-items: center;
  height: 5rem;
  color: var(--text-primary);
  text-decoration: none;
  filter: grayscale(100%) opacity(0.7);
  transition: var(--transition-speed);
  cursor: pointer
}
.nav-link-theme {
  display: flex;
  align-items: center;
  height: 5rem;
  color: var(--text-primary);
  text-decoration: none;
  filter: grayscale(100%) opacity(0.7);
  transition: var(--transition-speed);
  cursor: pointer
}
.nav-link:hover {
  filter: grayscale(0%) opacity(1);
  background: var(--bg-secondary);
  color: var(--text-secondary);
}
.nav-link-logo:hover {
  filter: grayscale(0%) opacity(1);
  background: var(--bg-secondary);
  color: var(--text-secondary);
}
.nav-link-theme:hover {
  filter: grayscale(0%) opacity(1);
  background: var(--bg-secondary);
  color: var(--text-secondary);
}

.link-text {
  display: none;
  margin-left: 1rem;
}

.nav-link svg {
  width: 2rem;
  min-width: 2rem;
  margin: 0 1.5rem;
}
.nav-link-logo svg {
  width: 2rem;
  min-width: 2rem;
  margin: 0 1.5rem;
}
.nav-link-theme svg {
  width: 2rem;
  min-width: 2rem;
  margin: 0 1.5rem;
}
.icon-hover {
  color: #e6772e;
}

.fa-primary {
  color: #e6772e;
}

.fa-secondary {
  color: #aa5822;
}

.fa-primary,
.fa-secondary {
  transition: var(--transition-speed);
}
.logoPNG {
  width: 125px;
  position: absolute;
  left: -125px;
  margin-left: 1.5rem;
  opacity: 0;
  transition: all 0.5s ease;
}
.visible {
  left: 0;
  opacity: 1;
  transition-delay: 0.3s;
}

.logo svg {
  transform: rotate(0deg);
  transition: var(--transition-speed);
}

.navbar:hover .logo svg {
  transform: rotate(-180deg);
}

/* Small screens */
@media only screen and (max-width: 600px) {
  .navbar {
    bottom: 0;
    width: 100vw;
    height: 5rem;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .nav-link, .nav-link-home, .nav-link-theme {
    justify-content: center;
  }

  main {
    margin: 0;
  }

}

/* Large screens */
@media only screen and (min-width: 600px) {
  .navbar {
    top: 0;
    width: 5rem;
    height: 100vh;
  }

  .navbar:hover {
    width: 16rem;
  }

  .navbar:hover .link-text {
    display: inline;
  }

  .navbar:hover .logo svg {
    margin-left: 11rem;
  }

  .navbar:hover .logo-text {
    left: 0px;
  }
}

.theme-icon {
  display: none;
}

.dark #darkIcon {
  display: block;
}

.light #lightIcon {
  display: block;
}

/* //////////////////////         Slider        /////////////////////////////////////////*/
.customer-logos{
  padding: 1rem;
}
.slider-container{
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:50vw;
  background: transparent;
  box-shadow: inset -6px -6px 10px rgba(255,255,255,0.1), inset 6px 6px 10px rgba(0, 0, 0, 0.4);
}
.slick-slide {
  margin: 1rem;
}

.slick-slide img {
  width: 95px;
  margin: auto;
  transform: translateY(-13%);
}

.slick-slider
{
  position: relative;
  margin: auto;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 70px;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.clients-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;

}
@media (max-width: 768px) {
  
.slider-container{
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:80vw;
  background: transparent;
  box-shadow: inset -6px -6px 10px rgba(255,255,255,0.1), inset 6px 6px 10px rgba(0, 0, 0, 0.4);
}
.slick-slide {
  margin: 1rem;
}

.slick-slide img {
  width: 100px;
  margin: auto;
  transform: translateY(-13%);
}

}


/* /////////////////////////////////////////   Get in touch   ////////////////////////////////////// */

.contact .h2-title{
  line-height: 10rem;
}
.contact-container
{
  position: relative;
  width: 1000px;
  min-height: 550px;
  display: flex;
  z-index: 1000;

}
.contact-container .contact-info
{
  position: absolute;
  top: 40px;
  width: 350px;
  height: calc(100% - 80px);
  background: #333;
  z-index: 1;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 40px 20px 40px rgba(0,0,0,0.5);
}
.contact-container .contact-info h2
{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.contact-container .contact-info ul.info
{
  position: relative;
  margin: 20px 0;
}
.contact-container .contact-info ul.info li
{
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}
.contact-container .contact-info ul.info li span:nth-child(1)
{
  width: 30px;
  min-width: 30px;
}
.contact-container .contact-info ul.info li span img
{
  max-width: 100%;
  filter: invert(1);
  opacity: 0.5;
}
.contact-container .contact-info ul.info li span:nth-child(2)
{
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
  opacity: 0.5;
}
.contact-container .contact-info ul.info li:hover span img,
.contact-container .contact-info ul.info li:hover span:nth-child(2),
.contact-container .contact-info ul.info li:focus span img,
.contact-container .contact-info ul.info li:focus span:nth-child(2)
{
  opacity: 1;
  outline: none;
}
.contact-container .contact-info ul.sci
{
  position: relative;
  display: flex;
}
.contact-container .contact-info ul.sci li
{
  list-style: none;
  margin-right: 15px;
}
.contact-container .contact-info ul.sci li a
{
  list-style: none;
}
.contact-container .contact-info ul.sci li a img
{
  filter: invert(1);
  opacity: 0.5;
}
.contact-container .contact-info ul.sci li a:hover img,
.contact-container .contact-info ul.sci li a:focus img

{
  opacity: 1;
  outline: none; 
}
.contact-container .form-container
{
  position: absolute;
  padding: 70px 50px;
  padding-left: 250px;
  margin-left: 150px;
  width: calc(100% - 150px);
  height: 100%;
  background: #111;

  
}
.contact-container .form-container h2
{
  color: #0f3959;
  font-size: 24px;
  font-weight: 500;
}
.contact-container .form-container .formBox
{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.contact-container .form-container .formBox .inputBox
{
  position: relative;
  margin: 0 0 35px 0;
}
.contact-container .form-container .formBox .inputBox.w50
{
  width: 47%;
}
.contact-container .form-container .formBox .inputBox.w100
{
  width: 100%;
}
.contact-container .form-container .formBox .inputBox input,
.contact-container .form-container .formBox .inputBox textarea
{
  width: 100%;
  resize: none;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  border: none;
  outline: none;
  border-bottom: 1px solid #777;
}
.contact-container .form-container .formBox .inputBox textarea
{
  min-height: 120px;
}
.contact-container .form-container .formBox .inputBox span
{
  position: absolute;
  left: 0;
  padding: 5px 0;
  pointer-events: none;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s;
}
.contact-container .form-container .formBox .inputBox input:focus ~ span,
.contact-container .form-container .formBox .inputBox input:valid ~ span,
.contact-container .form-container .formBox .inputBox textarea:focus ~ span,
.contact-container .form-container .formBox .inputBox textarea:valid ~ span
{
  transform: translateY(-20px);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ff568c;
}
.contact-container .form-container .formBox .inputBox input[type="submit"]
{
  position: relative;
  cursor: pointer;
  background: #0f3959;
  color: #fff;
  border: none;
  max-width: 150px;
  padding: 12px;
}
.contact-container .form-container .formBox .inputBox input[type="submit"]:hover
{
  background: #ff568c;
}
.contact-logo{
  width: 250px;
  padding-top: 10px;
}
.details li{
  position: relative;
  list-style: none;
  display: flex;
  margin: 30px 0;
  cursor: pointer;
  align-items: flex-start;
  color: #fff;
}
.details li span:focus, .details li span:hover {
  outline: none;
  opacity: 1;
}
.details li span:nth-child(1){
  width: 30px;
  min-width: 30px;
}
.details a{
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.details li span i{
  font-size: 1.2rem;
  line-height: 1.2;
  opacity: 0.7;
}
.details li span:nth-child(2){
  margin-left: 20px;
  font-weight: 400;
  opacity: .7;
}
.details li:hover span i,
.details li:hover span:nth-child(2),
.details li:focus span i,
.details li:focus span:nth-child(2) {
  opacity: 1;
  outline: none;
}
/* .contact-container{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-info{
  position: absolute;
  right: 55%;
  background: #000;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 20px rgba(0,0,0,0.4);
}
.contact-info h3{
  font-weight: 400;
  margin-top: 0;
}

.details{
  position: relative;
  margin: 40px auto;
  padding: 0 20px;
}

.input-box{
  position: relative;
  margin: 0 0 35px 0;
  width: 280px;
}
.input-box:nth-child(3){
  margin-bottom: 0;
}
.input-box span{
  position: absolute;
  left: 0;
  padding: 5px 0;
  pointer-events: none;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.3s;
}
.input-box input:focus ~ span,
.input-box input:valid ~ span,
.input-box textarea:focus ~ span,
.input-box textarea:valid ~ span{
  transform: translateY(-15px);
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #e6772e;
}

button {
  height: fit-content;
  background: transparent;
  border: none;
}
input {
  background: #ccc;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 0 .5rem .5rem .5rem;
}
textarea {
  background: #ccc;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 0 .5rem .5rem .5rem;
}
form {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-flow: column;
  padding: 2rem;
}
input, textarea{
  margin: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #777;
  outline: none;
  box-shadow: inset -6px -6px 10px rgba(255,255,255,0.1), inset 6px 6px 10px rgba(0, 0, 0, 0.4);

}
textarea::placeholder{
  padding-top: .8rem;
}
::placeholder{
  color: var(--text-primary);
  font-size: .8rem;
}
.form-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  padding: 0 0 0 15em;
  box-shadow: inset -6px -6px 10px rgba(255,255,255,0.1), inset 6px 6px 10px rgba(0, 0, 0, 0.4);
}

.button-primary{
  position: relative;
  cursor: pointer;
  background: var(--sub-text);
  color: #fff;
  border: 3px solid transparent;
  max-width: 200px;
  padding: 8px 15px;
  margin-top: 30px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  transition: var(--transition-speed);
}
.button-primary:hover{
  border-color: var(--sub-text);
  color: var(--text-primary);
  background: transparent;
} */
.socialContainer {
  text-align: center;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  /*flex-wrap: wrap;*/
  flex-direction: row;

}
.icon {
  width: 30px;
  height: 30px;
  /*background: #f1f1f1;*/
  margin: 10px;
  border-radius: 30%;
  color: #e6772e;
	box-shadow: -6px -6px 10px rgba(255,255,255,0.1), 6px 6px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.icon:hover, .icon:focus {
  box-shadow: inset -6px -6px 10px rgba(255,255,255,0.1), inset 6px 6px 10px rgba(0, 0, 0, 0.4);
  outline: none;
}
.icon i {
  line-height: 30px;
  font-size: 15px;
  transition: 0.2s;
}
.icon:hover i, .icon:focus i  {
  transform: scale(1.5);
  color: #fff;
  outline: none;
}
.icon::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: #e6772e;
  left: -110%;
  top: 90%;
  transform: rotate(45deg);
}
.icon:hover::before, .icon:focus::before {
  animation: animation 0.7s 1 forwards;
  outline: none;
}
#social-1 {
  position: absolute;
  max-width: 190px;
  bottom: 1em;
}
.icon-1 {
  width: 30px;
  height: 30px;
  /*background: #f1f1f1;*/
  margin: 10px;
  border-radius: 30%;
  color: #e6772e;
	/* box-shadow: -6px -6px 10px rgba(255,255,255,0.1), 6px 6px 10px rgba(0, 0, 0, 0.4); */
  position: relative;
  overflow: hidden;
}
.icon-1 i {
  line-height: 30px;
  font-size: 15px;
  transition: 0.2s;
}
.icon-1:hover i, .icon-1:focus i  {
  transform: scale(1.5);
  color: #fff;
  outline: 0;
}
.icon-1::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  background: #e6772e;
  left: -110%;
  top: 90%;
  transform: rotate(45deg);
}
.icon-1:hover::before, .icon-1:focus::before {
  animation: animation 0.7s 1 forwards;
  outline: 0;
}
@keyframes animation {
  0% {
    left: -120%;
    top: 90%;
  }
  50% {
    left: 15%;
    top: -30%;
  }
  100% {
    top: -10%;
    left: -10%;
  }
}


#copyright {
  color: white;
  font-size: 0.75rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 700px) {
  .panel{
    margin: 0;
    padding: 2vw;
  }
  #photo {
    width: 70vw;
    top: 30px;
    left: -60px;
  }
  .hr50vh{
    height: 28vh;
  }
  .h1-span {
    font-size: 4rem;
    line-height: 7rem;
  }
  .title, .title-secondary {
    font-size: 4.6rem;
    line-height: 4rem;
    margin: 0;
    text-align: right;
    padding: 0 2vw
  }
  h1.title-secondary{
    font-size: 3.7rem;
  }
  .p-right{
    text-align: left;
    width: 90%;
    margin: auto;
    float: none;
  }
  .p-right-home{
    text-align: left;
    width: 90%;
    margin: auto;
    float: none;
  }
  #social-1 {
    bottom: 3.5em;
  }

  .p-center{
    width: 100%;
    margin-top: 5vh;
    padding: 5vw;
  }
  .h2-title {
    font-size: 3.5em;
    line-height: 1;
    margin-top: 100px;
  }
  #retail-h2 .gradient {
    
  }

  .container{
    margin: 0;
  }

  #card-4, #card-8{
    /* padding-bottom: 8vh; */
  }

  #honeycomb{
    width: 300%;
    left: -40vh;
    opacity: .15;
  }
  #slogan-bg {
    width: 180vh;
    left: -200px;
  }
  #affordable{
    padding-top: 8vh;
    left: 0;
  }
  #practical {
    left: 0;
  }
  #responsive {
    left: 0;
  }
  .title-slogan{
    padding-top: 20px;
    font-size: 15vw;
    margin: auto;
    text-shadow: 2px 2px 10px rgba(0,0,0,.4);
  }
  .p-slogan {
    font-size: .8em;
  }
  .p-slogan:nth-child(2) {
    left: 5%;
  }
  .p-slogan:nth-child(4) {
    left: 5%;
  }
  .p-slogan:nth-child(6) {
    left: 5%;
  }
  #info {
    padding: 0;
    padding-top: 8vh;
  }
  #hero .hero {
    background: none;
  }
  #info h2{
    font-size: 3em;
    line-height: 1;
    margin-top: 20vh;
  }
  #info h2 span.gradient {
    font-size: 15vw;
    line-height: 1.25;
  }
  #info p {
    width: 100%;
    font-size: .8em;
    padding: 0;
    margin: auto;
    margin-top: 5em;
    float: none;
  }
  #contact-btn {
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .hand:before{
    content: "";
    position: absolute;
    left: -120%;
    width: 300%;
    height: 200%;
    background-image: url(../images/hand.png);
    filter: grayscale(100%) brightness(.4);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    background-position-x: 60%;
    background-attachment: fixed;
    clip-path: circle(180vh at 25% -80vh);
  }
  #hand {
    padding-top: 8vh;
  }
  #info-2 h2{
    font-size: 2.7em;
    line-height: 1;
    margin-top: 20vh;
    float: none;
  }
  #info-2 h2 span.gradient {
    font-size: 15vw;
    line-height: 1.25;
  }
  #info-2 p, #info-2 .p-center {
    width: 100%;
    font-size: .8em;
    margin: auto;
    margin-top: 5em;
    padding: 0;
  }
  #contact {
    height: 100%;
  }
  .contact-container {
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #contact-h2 {
    padding: 5px;
    font-size: 3em;
    margin-top: 100px;
  }
  .contact-container .contact-info {
    height: 500px;
    position: relative;
    display: flex;
    order: 2;
    top: 0;
    width: auto;
  }
  .contact-container .form-container {
    position: relative;
    display: flex;
    padding: 40px;
    margin: 0;
    width: 100%;
    height: auto;
    order: 1;
  }
  .socialContainer {
    width: auto;
  }
  #contact .hr100px {
    height: 20px;
  }
 #clients-h2 {
   margin-top: 90px;
   margin-bottom: 50px;
 }

  #clients-p{
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    font-size: .8rem;
  }
  #members-p{
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    font-size: .8rem;
  }
  .members a {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  .members a img {
    margin: auto;
  }
  #sac {
    height: 48px;
  }
  .clients-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .slider-container{
    width: 100%;
  }
  .slick-slide{
    margin: 0;
  }

  .form-container{
    margin: 2rem 0;
  }
  form{
    max-height: 100%;
    max-width: 100%;
    box-shadow: none;
  }
  .socialContainer .icon{
    width: 50px;
    height: 50px;
  }
  .socialContainer .icon i {
    line-height: 50px;
  }
  .socialContainer-1{
  }
  .socialContainer-1 .icon-1{
    width: 30px;
    height: 30px;
  }
  .socialContainer-1 .icon-1 i {
    line-height: 30px;
  }


}
@media screen and (max-width: 1600px) and (min-width: 1100px) {
  
  #contact-btn {
    bottom: 20%;
  }
  #hero .hero {
    bottom: -20%;
  }
  #affordable {
    margin-top: .5em;
  }
  .logo img {
    position: relative;
    top: 10px;
  }

}

