#hello {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
   height: 100vh;
   align-items: center;
   min-height: 600px;
}

#hello img {
  width: 90%;
  max-width: 600px;
  display: none;
  margin-top: 30px;
}


#hello .header{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: auto;
}

#hello .header a{
   cursor: cell;
}

#hello #header-video2 {
  position: relative;
    max-width: 600px;
     width: 100%;
    z-index: 1;
   
  }

#hello .hello-mobile{
   display: none;
}


#hello .hello{
  position: relative;
   -webkit-animation: goright 1s 1;
    -moz-animation: goright 1s 1;
    -o-animation: goright 1s 1;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

#hello .greeting{
  position: relative;
  border-left: 1px solid #aaaaaa;
  padding: 70px 30px;
  overflow: hidden;
  margin-left: 100px;
}

#hello .titles{

  position: absolute;
    -webkit-animation: goright2 0.7s 1;
    -moz-animation: goright2 0.7s 1;
    -o-animation: goright2 0.7s 1;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

#hello h2{
  font-size: 70px;
  z-index: 1;
  rotate: -90deg;
  top: 55px;
  left: -30px;
  position: absolute;
   -webkit-animation: goright 0.7s 1;
    -moz-animation: goright 0.7s 1;
    -o-animation: goright 0.7s 1;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

#hello h4{
  font-size: 24px;
  margin-bottom: 20px;
  -webkit-animation: goright2 0.7s 1;
    -moz-animation: goright2 0.7s 1;
    -o-animation: goright2 0.7s 1;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

#hello h5{
  margin-bottom: 18px;
}

#hello h5 span{
  border: 1px solid #000000;
  color: #000000;
  border-radius: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  width: auto;
}

#hello .tabs-mouse {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  z-index: 2;
}

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

#hello {
   height: auto;
}

#hello .hello{
   display: none;
}

#hello .hello-mobile{
   display: block;
}

 #hello .header{
  margin-top: 150px;
  flex-direction: column-reverse;
}

#hello #header-video2 {

  width: 90%;
  margin-top: 30px;
 
}


}

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

 
}

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

  #hello video {
  display: none;
}

  #hello img {
  display: block;
}
}

#what-i-do {
  margin: 100px 0;
  padding: 100px 0 0 10%;
  display: flex;
}

#what-i-do h2{
  position: absolute;
  top: 200px;
  right: 10%;
  rotate: -90deg;
  white-space: nowrap;
  font-size: 12vw;
}


#what-i-do .left-column {
   position: relative;
  flex: 1;
  margin: 0 auto;
}

#what-i-do .right-column {
  flex: 1.5;
}

#what-i-do .products {
  display: flex;
  cursor: cell;
}


#what-i-do .inner-left-column {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: flex-start;
  padding-right: 5%;
}

#what-i-do .inner-right-column {
  flex: 1;
  padding-right: 5%;
}

#what-i-do .inner-left-column .sup-container{
  background-color: yellow;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  margin-left: -20px;
  margin-top: -10px;
}



#what-i-do .inner-left-column sup{
  font-family: 'IBM Plex Mono', sans-serif, arial;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
}

#what-i-do .inner-right-column p{
  margin: 0 0 30px;
  font-weight: 300;
   font-size: 0.9em;
  line-height: 1.4em;

}

#what-i-do .inner-right-column span{
  border-radius: 40px;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  font-family: 'IBM Plex Mono', sans-serif, arial;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px 10px 0;
  font-size: 0.8em;
  line-height: 1.2em;
  display: inline-block;

}

#what-i-do .inner-left-column img {
  width: 20px;
  height: 20px;
  transition: all 0.2s;
}

#what-i-do .inner-left-column h4{
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 50px;
  word-spacing: 9999px;
}

#what-i-do .right-column .products {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

#what-i-do .right-column .products:hover img{
  width: 24px;
  height: 24px;
  padding-right: 0;
 
}

#what-i-do .right-column .products:hover{
  border-color: #000000 !important;
  transition: all 0.2s;
}

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

 #what-i-do .right-column .products {
    flex-direction: column;
}

#what-i-do .inner-left-column h4{
    margin-bottom: 30px;
    word-spacing: normal;
}

}

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

#what-i-do {
  position: relative;
  flex-direction: column;
  padding: 0 7%;
   margin-top: 200px;
}

#what-i-do .left-column {
   margin: 0;
}

#what-i-do .inner-left-column,
#what-i-do .inner-right-column{
   padding: 0;
}

}

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

}

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


}



#who-i-am{
 padding: 100px 0 0 10%;
  display: flex;
  position: relative;
}

#who-i-am h2{
  position: absolute;
  top: 200px;
  left: -50px;
  rotate: -90deg;
  white-space: nowrap;
   font-size: 12vw;
}

#who-i-am .left-column div{
  position: relative;
}


#who-i-am .left-column {
  flex: 1;
  margin: 0 auto;
  position: relative;
}

#who-i-am .right-column {
  flex: 1.5;
  position: relative;
}


#who-i-am .products {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 50px;
  padding-bottom: 40px;
  width: 100%;
  position: relative;
}


#who-i-am .left-column img {
  width: 80%;
}

#who-i-am .inner-left-column .sup-container{
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  margin-left: -20px;
  margin-top: -10px;
}

#who-i-am .inner-left-column sup{
  font-family: 'IBM Plex Mono', sans-serif, arial;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
}


#who-i-am .inner-left-column .step4 img,
#who-i-am .inner-left-column .step5 img {
  width: 20px;
  height: 20px;
   padding-right: 2%;
}

#who-i-am .headline{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

#who-i-am .headline button,
#who-i-am .headline h4{
  display: inline-block;
}

#who-i-am .headline .plus{
  font-size: 40px;
  line-height: 20px;
}

#who-i-am h4{
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
   cursor: pointer;
}

#who-i-am .icon-headline div{
  display: inline-block;
  vertical-align: middle;
}

#who-i-am .icon-headline{
  display: inline-block;
  margin: 10px 30px 10px 0;
}

#who-i-am .icon-headline .text{
  margin-left: 15px;
  font-weight: normal;
}

#who-i-am .icon-headline .text span{
  font-weight: 300;
  font-size: 0.8em;
}

#who-i-am .process-list {
  margin: 20px 0;
  padding: 30px 10% 30px 40px;
  font-weight: 300;
  border-left: 2px solid #000000;
}

#who-i-am .step1 img{
  width: 100%;
  margin: 20px auto;
  max-width: 2000px;
}

#who-i-am .step2 .skills{
  display: flex;
  flex-wrap: wrap;

}

#who-i-am .process-list ul{
  list-style: none;
  padding: 0;
  margin-right: 30px;
}

#who-i-am .process-list ul span{
  font-weight: bold;
}

#who-i-am .experiences {
  display: flex;
  flex-wrap: wrap;
}

#who-i-am .experience {
  margin-bottom: 30px;
  margin-right: 8%;
  width: 40%;
}


#who-i-am .experience h5{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

#who-i-am .experience p{
  font-size: 1em;
  margin-top: 5px;
}

#who-i-am .experience p span{
  font-size: 0.9em;
  color: #888888;
}

#who-i-am .separator {
  height: 1px;
  width: 100px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 30px;
}

#who-i-am .animated-button a {
    padding: 12px 30px;
    font-size: 11px;
}

#who-i-am .step1,
#who-i-am .step2,
#who-i-am .step3,
#who-i-am .step4,
#who-i-am .step5 {
  display: none;
}


#who-i-am .products:hover{
  border-color: #000000 !important;
  transition: all 0.2s;
}

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

#who-i-am .left-column {
    margin: 0;
}

#who-i-am {
  flex-direction: column-reverse;
   padding: 0 7%;
}


#who-i-am h2,
#what-i-do h2{
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  rotate: unset;
  top: unset;
  bottom: unset;
  white-space: normal;
  margin-bottom: 100px;
   font-size: 20vw;
}
}

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

  #who-i-am .headline button{
  display: none;
}

#who-i-am .experience {
    margin-right: 0;
    width: 100%;
}


}


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

 
#who-i-am .process-list {
  padding-right: 0;
}

}



#portfolio {
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding: 50px 50px 100px;
  margin-top: 200px;
  margin-right: 50px;
}

#portfolio .portfolio-headline .left-column div{
  position: relative;
}

#portfolio .wip{
    position: absolute;
    background: yellow;
    color: #000000;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
              5px 5px 25px rgba(0,0,0,.1);
    top: 10%;
    z-index: 2;
}

#portfolio .period-color{
   border: 2px solid #ffffff;
   transition: all 0.3s ease-out;
}

#portfolio .animated-button a {
    padding: 10px 28px;
    font-size: 0.9em;
    border: none;
}

#portfolio .portfolio-headline {
  display: flex;
  border-bottom: 1px solid #37393a;
  padding: 20px 50px;
  align-items: center;
}

#portfolio .portfolio-select{
   display: flex;
}

#portfolio .portfolio-select .left-column {
  flex: 1;
  color: #979696;
}

#portfolio .portfolio-select .border {
  border-right: 1px solid #37393a;
  padding: 40px 30px 50px 50px;
}

#portfolio .portfolio-select .menu a{
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
  font-size: 1em;
  transition: all 0.2s;
}

#portfolio .portfolio-select a.overview{
  color: #ffffff;
  text-decoration: underline;
  font-size: 1em;
}

#portfolio .active-tab-black{
  opacity: 1 !important;
  color: yellow !important;
  border-left: 4px solid yellow;
  padding-left: 20px;
}

#portfolio .portfolio-select .menu a:hover{
  opacity: 1;
}

#portfolio .portfolio-select ul.menu{
  margin-top: 40px;
  list-style: none;
  padding-left: 0;
}

#portfolio .portfolio-select ul.menu li{
  margin: 25px 0;
}

#portfolio .portfolio-select .left-column p {
  color: #979696
}


#portfolio .product-description .left-column img{
  width: 80%;
  max-width: 600px;
}


#portfolio .portfolio-select .right-column {
  flex: 3;
}

#portfolio .product-description .left-column{
   flex: 1.2;
   text-align: center;
   margin: 0 auto;
}

#portfolio .product-description .right-column{
   flex: 1;
   padding: 0 50px 0 0px;
   min-height: 350px;
}

#portfolio .product-description .right-column h4{
   font-size: 2em;
  margin: 0 0 0px 0;
  font-weight: 900;
}

#portfolio .product-description .right-column p{
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 30px 0;
}

#portfolio .product-description{
   display: flex;
   align-items: flex-start;
   margin-top: 80px;
   margin-bottom: 10px;
}

#portfolio .portfolio-select .right-column,
#portfolio .product-description .right-column{
   display: block;
}

#portfolio .product-description .tags span{
  border-radius: 40px;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  font-family: 'IBM Plex Mono', sans-serif, arial;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px 10px 0;
  font-size: 0.7em;
  display: inline-block;
}

#portfolio .product-description sup{
   font-family: 'IBM Plex Mono', sans-serif, arial;
   position: absolute;
  color: yellow;
  margin-left: -40px;
}

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

#portfolio {
    margin-right: 0;
    padding-bottom: 100px;
}


#portfolio .wip{
    font-size: 2.5vw;
}


#portfolio .portfolio-headline{
    padding: 0;
}

#portfolio .portfolio-select{
    flex-direction: column;
    flex-wrap: wrap;
}

#portfolio .portfolio-select .border {
    padding: 0;
    border: 0;
}

#portfolio .portfolio-select ul.menu {
    display: flex;
    flex-wrap: wrap;
}


#portfolio .portfolio-select ul.menu li{
    margin: 7px 0;
    margin-right: 20px;
}

#portfolio .product-description .right-column{
    padding: 0;
    margin-top: 40px;
    min-height: 300px;
}
}

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

#portfolio {
      border-radius: 30px;
}

#portfolio .product-description .left-column {
    margin-top: 40px;
}

#portfolio .product-description {
    flex-direction: column;
    margin-top: 0 ;
}

#portfolio .godown{
     -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

#portfolio .product-description .right-column{
   flex: 1;
   padding: 0 50px 0 0px;
   min-height: 0;
}

}

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

#portfolio {
    margin-top: 80px ;
    padding: 50px 30px 100px 30px;
     border-radius: 0;
}

#portfolio .product-description .left-column img {
    width: 100%;
}

 #portfolio .portfolio-select ul.menu li {
    margin: 7px 10px;
    
  }

#portfolio .portfolio-select ul.menu,
#portfolio .portfolio-headline {
        justify-content: center;
    }

#portfolio .portfolio-select .border {
    text-align: center;
}

#portfolio .product-description sup {
    display: none;
}

#portfolio .product-description .right-column {
        padding: 0;
        text-align: center;
    }

}

#artwork {
  color: #000000;
  border-radius: 50px;
  margin-top: 100px;
}

#artwork .artwork-title {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 50px 50px;
  align-items: center;
}

#artwork h3 {
  margin-top: 20px;
}


#artwork .animated-button {
  margin-top: 30px;
}

#artwork .left-column {
  flex: 2.5;
}

#artwork .artwork-text{
   display: flex;
}

#artwork .artwork-text .left-column {
  flex: 1;
}

#artwork .artwork-text .border {
  border-right: 1px solid #d8d8d8;
  padding: 40px 30px 50px 50px;
}

#artwork .artwork-text .border p {
  font-weight: 300;
  line-height: 1.3em;
}

#artwork .artwork-text .right-column {
  flex: 3;
}

#artwork .artwork-video {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 100px 90px 50px;
}

#artwork #header-video2 {
  position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: auto;
  }

#artwork img {
  width: 100%;
  max-width: 500px;
  display: none;
  text-align: center;
}



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

  #artwork .artwork-text {
    flex-direction: column;
}

#artwork .artwork-title,
#artwork .artwork-text .border {
  border: 0;
}

#artwork .artwork-text .border {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 0;
}

#artwork .artwork-title{
  padding-bottom: 0;
}

#artwork .artwork-video{
  padding-left: 20px;
  padding-right: 20px;
}
}

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

#artwork {
  margin-top: 80px;
}

  #artwork img {
  display: block;
}

  #artwork video {
  display: none;
}

#artwork .animated-button {
    margin-top: 10px;
}

#artwork h2{
  margin-bottom: 20px;
}

}

#chess{
  position: relative;
  width: 100%;
  margin: 100px auto;
}

#chess button{
  position: absolute;
  bottom: 80px;
  margin-left: 100px;
}

#chess .sup-container {
    background-color: #000000;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    margin-left: -60px;
    margin-top: -20px;
}

#chess sup {
    font-family: 'IBM Plex Mono', sans-serif, arial;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
}

#chess h4.chess-title1{
  position: relative;
  text-align: center;
  font-size: 16vw;
  transition: all 0.3s;
}

#chess h4.chess-title1 span:nth-child(2){
  animation-delay: 0.2s;
}

#chess h4.chess-title1 span:nth-child(3){
  animation-delay: 0.4s;
}


#chess .chess-title2{
  position: absolute;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 200px;
  top: 60%;
  right: 51%;
  padding-left: 40px;
  z-index: 1;
}

#chess .chess-title2 h4{
  font-size: 16px;
  font-family: 'IBM Plex Mono', sans-serif, arial;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#chess .chess-title2 h4 span{
  color: #fb93ff;
}

#chess img{
  width: 100%;
  text-align: center;
  max-width: 250px;
  position: relative;
   rotate: 7deg;
    z-index: -1;
      transition: all 0.2s;
}

#chess .mobile{
  display: none;
  margin: auto;
}

#chess .chess-img{
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;

}

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

  #chess h4.chess-title2{
 
}


}

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

#chess .mobile{
  display: block;
}

#chess .sup-container,
#chess .desktop{
  display: none;
}

#chess img{
  max-width: 200px;
}



#chess h4.chess-title1{
  margin-bottom: 50px;
}

#chess button{
  margin: auto;
  bottom: 200px;
}

#chess .chess-title2{
  top:unset;
  right: unset;
    position: relative;
    border: 0;
    padding: 0;
    text-align: center;
     margin: auto;
     width: auto;

}

#chess .chess-title2 h4{
  margin: auto;
  margin-bottom: 40px;
   font-size: 20vw;
}

.chess-img{
  display: flex;
  justify-content: center;
}

}

/*************** Testimonial ***************/


#testimonial{
  margin-top: 200px;
}

#testimonial .title{
  padding: 50px;
}


#testimonial .title{
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

#testimonial .left-column{
  flex: 1;
}

#testimonial .right-column{
  flex: 2.5;
   padding: 0 10% 0 10% ;
}

#testimonial .left-column h5{
  font-size: 16px;
}

#testimonial .left-column p{
   font-family: 'IBM Plex Mono', sans-serif, arial;
  color: #7d8387;
  text-transform: uppercase;
  font-size: 0.9em;
}

#testimonial .right-column p{
  font-size: 1.3em;
  line-height: 1.3em;
}


#testimonial .right-column img{
  width: 50px;
}


.testimonial-icon-container {
  position: relative;
  margin-bottom: 30px;
   
}

.testimonial-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
     width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #181818;
    text-align: center;
     color: #ffffff;
    transition: border-color 0.4s;
}

.testimonial-icon2 {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    top: 0;
    left: 50px;

}

.testimonial-icon img {
    width: 40px;
    height: 40px;
}


.slider{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 50px 50px 50px;
  margin-top: 80px;
  border-radius: 30px;
}

.slider-container {
  width: 100%;
}

.cd-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

.slider-content {
   display: flex;
  justify-content: space-between;
}


.cd-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-slider > li {
  position: absolute;
  opacity: 0;
 
}

.cd-slider > li:first-child {
  position: relative;
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  cursor: pointer;
  border-radius: 30px;
  text-indent: -9999px;
}

.flex-control-paging li a.flex-active {
  background: #000000;
  cursor: default;
}

.flex-control-nav {
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}




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

#testimonial .right-column{
   margin-top: 50px;
   padding: 0;
}

#testimonial .left-column{
   padding: 0 20px;
}


.slider-content {
   display: block;
}

.testimonial-icon-container{
   display: flex;
   justify-content: center;
}

.testimonial-icon {
    margin-right: 80px;
      width: 100px;
    height: 100px;
}

.testimonial-icon2 {
    left: unset;
    margin-left: 160px;
}

.testimonial-icon img {
    width: 70px;
    height: 70px;
}

#testimonial .left-column h5 {
    font-size: 25px;
}

#testimonial .left-column h5,
#testimonial .left-column p{
   text-align: center;
}





}

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



#hello .hello,
#hello .titles,
#hello h2,
#hello h4{

  -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

#testimonial{
   margin-top: 80px;
}

.flex-control-nav {
    margin-top: 30px;
}

.slider {
    padding: 30px 40px 50px 40px;
}

#testimonial h2{
  margin-bottom: 20px;
}

}


#contact {
  color: #000000;
  border-radius: 50px;
  padding: 30px 0 50px 0;
  margin-top: 100px;
}

#contact .contact-title {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 50px 0px 50px 50px;
  align-items: center;
}


#contact h3 {
  margin-top: 20px;
}


#contact .animated-button {
  margin-top: 30px;
}

#contact .left-column {
  flex: 2.5;
}

#contact .contact-container {
   display: flex;
}

#contact .contact-container .left-column {
  flex: 1;
}

#contact .contact-container .border {
  border-right: 1px solid #d8d8d8;
  padding: 40px 30px 50px 50px;
}

#contact .contact-container .border p {
  font-weight: 300;
  line-height: 1.3em;
}

#contact .contact-container .right-column {
  flex: 3;
}

#contact .contact-form {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 50px 50px 20%;
  max-width: 398px;
   height: 400px;
}

#contact .form-content{
    width: 300px;
    height: 398px;
    position: absolute;
}

#contact .hidebrand {
    height: 150px;
    bottom: -160px;
}




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

  #contact {
    margin-top: 0;
}

  #contact .contact-container {
    flex-direction: column;
}

#contact .contact-title,
#contact .contact-container .border {
  border: 0;
}

#contact .contact-container .border {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 30px 40px 30px;
}

#contact .contact-title{
  padding-bottom: 0;
  padding: 0 20px;
}

#contact .contact-form {
  justify-content: center;
  max-width: 100%;
  padding: 50px;
}

#contact .contact-container .border p,
#contact h2 {
    text-align: center;
}

#contact h3 {
    margin-left: 0;
    text-align: center;
}

#contact span.number {
    display: none;
}

#contact .button {
    text-align: center;

}
}

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

#contact .animated-button {
    margin-top: 10px;
}


}

