/* CSS Document */

/* // Variables */
/* $red: #ad0000; */

/* // Placeholder selectors */
transition {
  transition: all 0.25s;
}

/*=Typography=*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
}

header {
  position: relative;
  z-index: 2100;
}

img {
    vertical-align: inherit;
}

h1, h2 {

    font-weight: bold;
}

p {
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.color-bg {
  background: linear-gradient(-200deg, #93fee0 25%, #354c8f 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Safari >=1.1, Opera >=9.5, IE9 */
::selection {
  background: #fbb900;
  color: #000;
}
/* Firefox >=1 */
::-moz-selection {
  background: #fbb900;
  color: #000;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.logo {
  height: 45px;
  width: auto;
  margin-top: -15px;
}

.logo-mobile {
  display: none;
  height: 45px;
  width: auto;
  margin-top: -70px;
  margin-bottom: 20px;
  margin-left: 15px;
  -webkit-filter: invert(100%) !important;
}
.main-heading {
  font-family: "Nunito Sans", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  margin: auto;
  height: 40px;
  color: #000;
  font-weight: 700;
  font-size: 2.5rem !important;
  text-align: center;
  margin-left: -675px !important;
}

.main-heading h2 {
  font-size: 2.5rem;
}

.heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 5.5rem !important;
  text-align: left;
  font-weight: 700;
}

.subheading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.5rem !important;
  text-align: left;
  font-weight: 700;
  z-index: 2000;
  position: relative;
}

.item-h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.5rem !important;
  text-align: left;
  font-weight: 700;
  z-index: 2000;
  position: relative;
  margin-bottom: 24px;
}

.item-h2-center {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.5rem !important;
  text-align: center;
  font-weight: 700;
  z-index: 2000;
  position: relative;
  margin-bottom: 24px;
}

.itemtext {
    text-align: left;

}

.itemtextleft {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20%;
  padding-right: 7%;
  width: 50%;
  float: left;
}
.itemtextright {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 20%;
  padding-left: 7%;
  width: 50%;
  float: left;
}


.errormsg {
  display: none;
  color: #fff;
}
.smline {
  width: 300px;
  margin: 11px auto;
}
.sm-message-content img {
  width: 60px;
}
.sm-messageh {
  font-size: 25px;
  margin-bottom: 8px;
}
.sm-message {
  font-size: 18px;
}
/**********/
#thanks_msg {
  display: none;
  color: #222;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  font-size: 15px;

  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /*background: rgba(192,192,192,0.3);*/
}

#error_msg {
  display: none;
  color: #222;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  font-size: 15px;

  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: rgba(192,192,192,0.3);*/
}

.smpositon {
  padding: 35px;
  position: relative;
}
.smclose {
  position: absolute;
  width: 26px !important;
  right: -8px;
  top: -10px;
  cursor: pointer;
}
.sm-message-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.sm-message {
  padding: 14px 0px;
}

/*** form css error css***/

.error {
  border: 1px solid red !important;
}
.sm-bounce {
  animation-name: error;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}

/*
@keyframes error {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
*/

/*********/

.container-header {
    max-width: 100%;
    margin-left: 100px;
    margin-right: 100px;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: left;
    padding-bottom: 100px;
}

.header__title {
    animation: fade-in-up 2s cubic-bezier(0, 0, 0.2, 1);
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translateY(100px);
}

.header__title.animate-out {
    animation: fade-out-up 1s cubic-bezier(0, 0, 0.2, 1);
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translateY(50px);
}

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

@keyframes fade-out-up {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-50px);
    }

}

.container-img-s {
  width: 600px;
  position: relative;
  margin-left: -300px;
  left: 50%;
  z-index: 2000;

}

.container-img-m {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-img-m img{
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.container-img-l {
  width: 1100px;
  position: relative;
  margin-left: -550px;
  left: 50%;
  z-index: 2000;
  border-radius: 5px;
}

.container-l {
    width: 1540px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-img-l-shadow img {
  width: 1100px;
  position: relative;
  margin-left: -550px;
  left: 50%;
  z-index: 2000;
  -webkit-box-shadow: 0 8px 29px 8px #0000002b;
  -moz-box-shadow: 0 8px 29px 8px #0000002b;
  box-shadow: 0 8px 29px 8px #0000002b;
  border-radius: 5px;
}

.container-img-l-shadow {
  width: 1100px;
  position: relative;
  margin-left: -550px;
  left: 50%;
  z-index: 2000;
  border-radius: 5px;
}

.container-gallery-m {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container img .container-img-l img, .container-img-m img, .container-img-s img {
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 29px 8px #0000002b;
  -moz-box-shadow: 0 8px 29px 8px #0000002b;
  box-shadow: 0 8px 29px 8px #0000002b;
}

.container {
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2000;
}

.container:before {
  display: table;
  content: " ";
}

.container:after {
  display: table;
  content: " ";
  clear: both;
}

.container > h1 {
  text-align: center;
}

.sec-services h2,
.sec-services p {
  font-weight: 300;
  text-align: center;
}

.soc-media-ul a {
  text-align: center;
  text-decoration: none;
}

/*=Base=*/

section {
  padding: 7em 0 7em 0;
}

form {
  @media screen and (max-width: 768px) and (min-width: 485px) {
    max-width: 100%;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  @extend %transition;
}

a:focus,
a:hover {
  text-decoration: none;
}

hr {
  margin-bottom: 3em;
  width: 10%;
  margin-top: 20px;
  border: 0;
  border-top: 2px solid #fbb900;
  margin-left: 44.8%;
}

/*=Layout=*/

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  width: 1200px;
}

.col-img-m {

    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*
.col-img-m img {
    margin-top: 24px;
}

.col img {
    margin-top: 24px;
}
*/
.folioh1 {
  color: #000;
  letter-spacing: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem !important;
  text-align: center;
  text-transform: uppercase;
}

.item {
  margin-top: 20px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 80%;
  width: 1200px;
  height: 600px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 29px 8px #00000042;
  -moz-box-shadow: 0 8px 29px 8px #00000042;
  box-shadow: 0 8px 29px 8px #00000042;
}

#item-pic {
  width: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#item-pic:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.item img {
  text-align: center;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.item .item-overlay {
  transition: all 0.1s;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.item:hover .item-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.item-overlay {
  width: 100%;
  height: 500px;
  background-color: black;
  padding: 0 !important;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-overlay:hover {
  opacity: 0.9;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.foliowork {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 25px 0 60px 0;
  width: 80%;
  margin-left: 10%;
  height: 500px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 21px 5px #777;
  -moz-box-shadow: 0 7px 21px 5px #777;
  box-shadow: 0 7px 21px 5px #777;
}

.top-bar {
  display: block;
  width: 100%;
  height: 5px;
  background: #fbb900;
  transform: translateX(-100%);
  transition: all 0.3s linear;
  position: absolute;
  visibility: hidden;
}

.foliowork:hover .top-bar {
  transform: translateX(0);
  transition-delay: 0.3s;
  visibility: visible;
  z-index: 10000;
}

.item:hover .top-bar {
  transform: translateX(0);
  transition-delay: 0.3s;
  visibility: visible;
  z-index: 10000;
}

.bottom-bar {
  display: block;
  width: 100%;
  height: 5px;
  background: #ff5400;
  transform: translateX(100%);
  transition: all 0.3s linear;
  position: absolute;
  visibility: hidden;
  bottom: 0;
}

.foliowork:hover .bottom-bar {
  transform: translateX(0);
  transition-delay: 0.3s;
  visibility: visible;
  z-index: 10000;
}

.item:hover .bottom-bar {
  transform: translateX(0);
  transition-delay: 0.3s;
  visibility: visible;
  z-index: 10000;
}

.foliobox {
  position: absolute;
  background: #000;
}
.sec-folio {
  z-index: 2000;
  position: relative;
}

.sec-folio img {
  max-width: 100%;
}

/*Header*/
.testbox {
  height: 2000;
}

ul {
  margin-bottom: 0;
}

#menu-btn {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255, 0);
  border-radius: 0 30px 30px 0;
  z-index: 10000;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-right: 65px;
}

#menu-btn:hover {
  cursor: pointer;
  transition: all 0.5s;
}

#menu-btn i {
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 8px;
  margin-left: 65px;
}

#menu-btn i:hover {
  color: #e4572e;
}
#menu-btn .side-menu-list {
  height: 0px;
  overflow: hidden;
  background: rgb(0 0 0 / 92%);
  -webkit-backdrop-filter: saturate(300%) blur(15px);
  backdrop-filter: saturate(300%) blur(15px);
  position: absolute;
  right: 65px;
  top: 55px;
    -webkit-box-shadow: 0 3px 20px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 50%);

  transition: 300ms;
}
.side-menu-container {
  display: none;
  position: fixed;
  top: 130px;
  left: 80px;
  z-index: 200;
  border-radius: 5px;

}

.side-menu-list {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  
}

.side-menu-item > a {
  display: inline-block;
  padding: 10px 25px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
  background-color: transparent;
}
.side-menu-item > a:hover {
  text-decoration: none;
  color: #b1b1b1;
  transition: all 0.2s;
}

/* classes to toggle with JS */

.active-menu {
  transform: rotate(-45deg);
}

/* =Navigation Dots */
#nav-dots {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  z-index: 100;
}

#nav-dots a {
  display: block;
  color: #fbb900;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

#nav-dots a:hover .nav-label {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#nav-dots .nav-dot {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(230, 230, 230, 0.9);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav-dots .nav-label {
  display: block;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#nav-dots.is-dark a {
  color: #212121;
}

#nav-dots.is-dark .nav-dot {
  background-color: rgba(0, 0, 0, 0.5);
}

#nav-dots.is-light a {
  color: #ffffff;
}

#nav-dots.is-light .nav-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

#nav-dots ul {
  margin: 0;
  padding: 0;
}

#nav-dots li {
  width: auto;
  list-style: none;
}

#nav-dots {
  display: block;
}

/* welcome text*/

* {
  box-sizing: border-box;
}
.wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-family: system-ui;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 700px;
}

.scroller {
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  vertical-align: top;
}
.scroller div {
  display: inline-block;
  animation: scroll 10s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.scroller span {
  display: block;
  text-align: left;
  line-height: 1.5;
}
@keyframes scroll {
  0%,
  5% {
    transform: translateY(0);
  }
  95%,
  100% {
    transform: translateY(-80%);
  }
  20%,
  30% {
    transform: translateY(-20%);
  }
  45%,
  55% {
    transform: translateY(-40%);
  }
  70%,
  80% {
    transform: translateY(-60%);
  }
}

.main-heading #flip {
  height: 60px;
  overflow: hidden;
}

.main-heading #flip > div > div {
  color: #fff;
  padding: 5px 12px;
  height: 60px;
  margin-bottom: 60px;
  display: inline-block;
}

.main-heading #flip div:first-child {
  animation: show 7s linear infinite;
}

.main-heading #flip div div {
  background: #fbb900;
  color: #000;
  font-weight: 600;
}
.main-heading #flip div:first-child div {
  background: #fbb900;
  color: #000;
}
.main-heading #flip div:last-child div {
  background: #fbb900;
  color: #000;
}

@keyframes show {
  0% {
    margin-top: -580px;
  }
  5% {
    margin-top: -460px;
  }
  20% {
    margin-top: -460px;
  }
  25% {
    margin-top: -340px;
  }
  40% {
    margin-top: -340px;
  }
  45% {
    margin-top: -220px;
  }
  60% {
    margin-top: -220px;
  }
  65% {
    margin-top: -110px;
  }
  80% {
    margin-top: -110px;
  }
  85% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -580px;
  }
}

/*Main*/

.zoom {
  overflow: hidden;
  padding-bottom: 55%;
}
.zoom img {
  min-width: 100%;
  min-height: 100vh;
  min-width: 100%;
  padding-right: 0px;
}

#video-background {
  position: fixed;
  right: -115px;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  mix-blend-mode: overlay;
  z-index: -100;
}

.sec-main {
  position: relative;
  height: 100vh;
  -webkit-animation-duration: 6s;
}

.sec-main1 {
}

.fadeInUp {
  -webkit-animation-duration: 6s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

/*

.sec-main1 {

  position: relative;
  height: 1250px;
  background: url(../img/headerpic.jpg) no-repeat center center;
	margin-top: -200px!important;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
}
*/

.main-heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  margin: auto;
  height: 40px;
  color: #000;
  font-weight: 700;
  text-align: left;
  margin-left: 20% !important;
}

.main-heading h5 {
      font-size: 1.1rem;
    font-weight: 400;
}



/*About*/



.sec-about a {
  color: #000;
}

.about-wrapper {
  height: auto;
}

.heading-left {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.5rem !important;
  text-align: left;
  font-weight: 700;
  margin-bottom: 24px;
}

.heading-center {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.5rem !important;
  text-align: center;
  font-weight: 700;
}


.about-text {
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  width: 35%;
  z-index: 10;
  color: #555;
  text-align: left;
  z-index: 2000;
}

.about-img {
  width: 60%;
  float: right;
  transform: translateY(-20px);
  border-radius: 20px;
}



.timeline-wrap {
  margin: 30px 30px;
  box-sizing: border-box;
  border-left: solid 3px #fbb900;
  position: relative;
  z-index: 2;
  padding: 15px 16px;
  margin-bottom: 15px;
}

.timeline-content {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 8px 10px;
  margin-bottom: 25px;
  font-size: 11px;
}

.timeline-content h2 {
  font-size: 2rem;
  margin: 0 0 10px 0;
  color: #fff;
}

.timeline-content p {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.timeline-circle {
  position: absolute;
  top: 10px;
  left: -25px;
  background: #fbb900;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.placeholder {
  height: 500px;
}

.itemtitle {
  background: #fff;
  padding-top: 180px;
  padding-bottom: 90px;
}

.spacer {
  height: 100vh;
}

.itembanner {
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  padding-top: 0px;
  filter: blur(0px);
  z-index: 0;
  min-width: 100%;
  max-width: 100%;
}

.banner {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.image {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
    border-radius: 20px;
  -webkit-box-shadow: 0 8px 29px 8px #0000002b;
  -moz-box-shadow: 0 8px 29px 8px #0000002b;
  box-shadow: 0 8px 29px 8px #0000002b;
}

.video {
  max-width: 100%;
  border-radius: 5px!important;
}

audio, video {
    display: inline-block;
    border-radius: 20px;
}

.banner-pic {
  width: auto;
  z-index: 0;
}

.photo-vert {
  position: relative;
  width: 600px;
  height: auto;
  margin-left: -300px;
  left: 50%;
}

/*itempage*/

.lineBox{
  height:70px;
  overflow: hidden;
  position: absolute;
  width: 3px;
  left: 50%;
  top: 80%;
  border-radius: 30px;
}

.scroll-line{
  width: 3px;
  border-radius:10px;
  height:70px;
  background: #fff;
  animation-name: FirstHalf;
  animation-duration:2s;
  animation-iteration-count: infinite;
  animation-timing-function:ease-in-out;
 
}

@keyframes FirstHalf {
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(100%);
  }
}

.worktitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 5rem !important;
  text-align: center;
  color: #000;
  padding-top: 40vh !important;
  padding-bottom: 30px;
}

.intro-text-box {

  margin-right: 32px;
}

.item-desc {
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 29px 8px #0000002b;
  -moz-box-shadow: 0 8px 29px 8px #0000002b;
  box-shadow: 0 8px 29px 8px #0000002b;
}

#item-desc-center {
  margin-right: auto;
  margin-left: auto;
}

.box-h1 {
  font-weight: 700;
  font-size: 1rem !important;
      padding-top: 20px;
}

.item-desc p {
  font-size: 1rem;
  color: #666;
}

.item-desc p:last-of-type {
}

.item-desc .box {
  margin-left: 40px;
  margin-right: 40px;
}

.item-desc .box div {

}

.itemtextbox {
  position: relative;
  padding-right: 48px;
  width: 60%;
  float: left;
}

.itemtextbox-placeholder {
  min-height: 1px;
  width: 65%;
  float: left;
}

.item-intro-wrapper {
  width: 900px;
  margin: auto;
}

.container .item-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.5rem !important;
  text-align: left;
  font-weight: 700;
  margin-bottom: 24px;
}

.container .item-heading-center {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.5rem !important;
  text-align: center;
  font-weight: 700;
}

.container .item-subheading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3rem !important;
  text-align: left;
  font-weight: 700;
  color: #fbb900;
}



.title-project-start {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem !important;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-top: 265px;
  text-decoration: none;
  position: relative;
}

.title2-project-start {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem !important;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-top: 140px;
  text-decoration: none;
  position: relative;
}
.project-category {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 100;
  font-size: 1rem !important;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-top: 100px;
  text-decoration: none !important;
  position: relative;
}

.disclaimer p {
  font-size: 12px;
}

.p1-bg {
  background-color: #fff;
}

#project-8 {
  background: url(../img/work/xanthen/xanthenbanner.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-7 {
  background: url(../img/work/waveshot/waveshotbanner.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-6 {
  background: url(../estio) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-5 {
  background: url(../img/work/editorial/tastiocover.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-4 {
  background: url(../img/work/wick/wick.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-3 {
  background: url(../img/work/amplid/amplid1.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-2 {
  background: url(../img/work/3dmodels/messer1.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

#project-1 {
  background: url(../img/work/photography/pgbanner.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
}

.itemlogo {
  position: relative;
  width: 250px;
  height: auto;
  margin-left: -125px;
  left: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.itemlogobig {
  position: relative;
  width: 500px;
  height: auto;
  margin-left: -250px;
  left: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-content {
  position: relative;
  width: 250px;
  height: auto;
  text-align: center;
  margin-left: -125px;
  left: 50%;
  margin-top: 190px;
  top: 10%;
}

.xanthen-content {
  position: relative;
  width: 250px;
  height: auto;
  text-align: center;
  margin-left: -125px;
  left: 50%;
  margin-top: 250px;
  top: 10%;
}

.waveshot-content {
  position: relative;
  width: 250px;
  height: auto;
  text-align: center;
  margin-left: -125px;
  left: 50%;
  margin-top: 190px;
  top: 10%;
}
.start-overlay {
  width: 100%;
  height: 500px;
  background-color: black;
  padding: 0 !important;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.start-overlay:hover {
  opacity: 0.8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/*=faecher=*/
.circle {
  margin-bottom: 40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  margin-left: -120px;
  left: 50%;
}

#avatar {
  background: url(../img/avatar.jpg) no-repeat center;
  background-size: cover;
}

.grid {
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-rows: repeat(2, minmax(150px, min-content));
  grid-template-columns: repeat(auto-fill, 100px);
  grid-template-columns: repeat(auto-fit, 100px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 500px;
}

.grid .float-item {
  color: white;
  font-family: sans-serif;
  font-size: 30px;
}

.logo-grid {
  width: 1400px;
  margin: 30px auto;
  display: grid;
  width: 80%;
  grid-template-rows: repeat(2, minmax(150px, min-content));
  grid-template-columns: repeat(auto-fill, 100px);
  grid-template-columns: repeat(auto-fit, 100px);
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 400px;
}

.logo-grid .float-item {
  padding: 70px;
  color: white;
  font-family: sans-serif;
  font-size: 30px;
}

.btn {
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    color: #ffffff;
    transition: background 2s, background 0.5s;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;

}

.next-btn {
  position: fixed;
  position-attachment: fixed;
  height: 201px;
  background: rgb(0 0 0 / 92%);
    -webkit-backdrop-filter: saturate(300%) blur(15px);
    backdrop-filter: saturate(300%) blur(15px);
  top: 40%;
  right: -600px;
    -webkit-box-shadow: 0 3px 20px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px 0px rgb(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.2s ease-out;
  border-radius: 20px 0 0 20px;
}

.next-btn:hover {
  right: 0px;
}

.next-btn img {
  opacity: 0;
    border-radius: 20px 0 0 20px;
}

.next-btn:hover img {
  opacity: 0.5;

}

.next-txt {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  left: 0%;
  top: 45%;
}

.next-txt:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  left: 0%;
}

.back-btn {
  position: fixed;
  position-attachment: fixed;
  height: 201px;
  background: rgb(0 0 0 / 92%);
  -webkit-backdrop-filter: saturate(300%) blur(15px);
  backdrop-filter: saturate(300%) blur(15px);
  top: 40%;
  left: -600px;
  -webkit-box-shadow: 0 3px 20px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 20px 0px rgb(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.2s ease-out;
  border-radius: 0 20px 20px 0;
}

.back-btn:hover {
  left: 0px;
}

.back-btn img {
  opacity: 0;
  border-radius: 0 20px 20px 0;
}

.back-btn:hover img {
  opacity: 0.5;
}

.back-txt {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  right: 0%;
  top: 45%;
}

.back-txt:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  right: 0%;
}

.back-next-title h1 {
  padding-top: 11%;
}

.back-next-title {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0%;
}

.back-next-title:hover {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}



.back-next-overlay{
  opacity: 1;
  border-radius: 0 20px 20px 0;
}

.back-next-overlay:hover {
  opacity: 0.7;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0 20px 20px 0;
}

/*
/*=faecher=*/

/*
Width of image = 640px
total images = 7
so width of hovered image = 640px
width of un-hovered image = 200px - you can set this to anything
so total container width = 640 + 110*6 = 1400px; (126->126.6)
default width = 1400/7 = 200px;
*/

/*accordeon*/
.accordian {
  width: 1400px;
  height: 200px;
  overflow: hidden;
  /*styling*/

  margin: 75px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
/*A small hack to prevent flickering on some browsers*/

.accordian ul {
  width: 2000px;
  /*This will give ample space to the last item to move
  instead of falling down/flickering during hovers.*/
}

.accordian li {
  position: relative;
  display: block;
  width: 155px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  /*Transitions to give animation effect*/

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to
  see the basic accordian*/
  padding-top: 0px;
}
/*Reduce with of un-hovered elements*/

.accordian ul:hover li {
  width: 109px;
}

/*The LI hover style should override the UL hover style*/

.accordian ul li:hover {
  width: 640px;
}

.accordian li img {
  display: block;
}
/*Image title styles*/

.image_title {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}

.accordian h1 {
  display: block;
  line-height: 2rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 100px 600px 0px 20px;
  margin: 0;
  font-size: 30px;
  font-weight: 100;
}

.accordian h2 {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0px 100px 0px 20px;
  margin: 0;
  font-size: 30px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4rem;
}

a1 {
  display: block;
  color: #fbb900;
  text-decoration: none;
  padding: 120px 600px 50px 20px;
  font-size: 30px;
}

.ac-title {
  color: #fbb900;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}

.ac-title-fade {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.ac-title-fade:hover {
  opacity: 0.8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.image_title {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}

/*contact form*/

.sec-contact {
  z-index: 100;
}
.contact-container {
  padding-top: 11em;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  z-index: 2000;
  position: relative;
}

.contact-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dcdcdc;
}

input:focus {
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 10px #fff;
}

textarea:focus {
  outline: none !important;
  border-color: #719ece;
  box-shadow: 0 0 10px #fff;
}

.form-line {
  margin-bottom: 15px;
}

.form-lineright {
  float: right;
  width: 41%;
  position: relative;
  margin-bottom: 15px;
}

.form-lineleft {
  float: left;
  width: 55%;
  position: relative;
  margin-bottom: 15px;
}

.hidden-desc {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.line-box {
display: block;
    width: 100%;
    height: 56px;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f9f9f9;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 20px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.float {
  float: left;
}

textarea.line-box {
  height: auto;
}

.sec-contact .btn {
  width: 50%;
  margin-left: 25%;
  padding: 0.8rem 0px;
  font-family: 'Nunito Sans';
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #fff;
  transition: background 0.1s, background 0.1s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #000;
  border: 0;
}

.sec-about .btn:hover {
  transition: background 1s, background 1s;
  background: #fbb900;
  font-size: 0.9rem;
  color: #000;
  border: 0px solid #fbb900;
  font-weight: 700;
}

button {
  font: inherit;
}

.light-p1 {
  font-size: 0.8rem;
  color: #555;
  text-align: left;
}

.light-p2 {
  font-size: 0.8rem;
  color: #555;
  text-align: center;
  padding-top: 15px;
}

.light-p2 a {
  text-decoration: none;
  color: #555;
}

/* slider*/

/* slider*/

/*Footer*/

#footer {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  padding: 10em 0 1em 0;
  position: relative;
  z-index: 1000;
}

.text-footer {
  font-size: 12px;
  text-align: center;
  line-height: 1.7 !important;
  color: #555;

}

.text-footer a {
  text-decoration: none;
  color: #555;
      margin: 0 12px;
}

.text-footer a:hover {
  text-decoration: none;
  color: #fbb900;
}
.text-footer-mobile {
  display: none;
}

/*mobile-hides*/

.sec-main2 {
  display: none;
}

.spoiler-mobile {
  display: none;
}

.card-spoiler-mobile {
  display: none;

}


.item-desc-mobile {
  display: none;
}

/***************/

@media only screen and (max-width: 768px) {
  .sm-message-content {
    width: 90%;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.hamburger .line {
  width: 30px;
  height: 5px;
  background-color: #000000;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.content-desktop {
  display: block;
}
.content-mobile {
  display: none;
}
