.cookie-message {
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    border-radius: 10px;
    padding: 15px 0;
    background: #f7f8fb;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
    font-size: 12px;
    line-height: 40px;
    border-top: 1px solid #e4e4e4;
    position: fixed;
    z-index: 200;
    bottom: 5px;
    right: 5px;
    margin: auto;
    max-width: 540px;
    display: -ms-flexbox;
    display: flex;
}
.cookie-message img {
    height: 50px;
    width: 50px;
    margin: 0 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.cookie-message span {
    display: inline-block;
    line-height: 1.5;
    padding-right: 16px;
    border-right: 1px solid rgba(0,0,0,.1);
}
.cookie-message a.close {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none;
    font-size: 24px;
    padding: 0 20px 0 16px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #919191;
    transition: color 0.2s;
}
.cookie-message a.close:hover { color: #795548; }
.cookie-message a {
    display: inline-block;
    color: red;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor:pointer;
}





#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000100010001000100010001000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: none;
  z-index: 10001000100010001000100010001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: none;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.deviseloader {
  width: 100%;
  display: block;
  position: absolute;
}

.deviseloader img {
  display: block;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}


/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.sliderservice {
  align-content: center;
  align-items: center;
}

.services {
  min-height: 100vh;
  width: 100%;
  background: #A1FFCE;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, white, white, #e6fcdc);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, white, white, #e6fcdc);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 100px;
}

.menuservice {
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  background-color: white;
  background-image: /* Shadows */
  linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%), /* Shadow covers */
  linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: left center, right center, left center, right center;
  background-size: 200px 100%, 200px 100%, 200px 100%, 200px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  -webkit-overflow-scrolling: touch;
}


/* width */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
  background: #c4d49b;
  border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: grey;
}

.filterDiv {
  float: left;
  color: black;
  width: 100%;
  margin: 2px;
  display: none;
}

.filterDiv .w50 {
  padding-right: 60px;
  padding-left: 60px;
}

.services h1 {
  margin-bottom: 0px;
}

.filterDiv h2 {
  text-align: left;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: -1.3em;
}

.filterDiv h3 {
  text-align: left;
  margin-top: 20px;
  font-size: 1.3em;
  font-weight: bold;
  text-indent: -.3em;
  margin-left: -1.3em;
}

.filterDiv p {
  font-size: 1em;
  text-indent: 0em;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 1em;
  margin-left: -1.5em;
  font-family: Mulish;
}

.filterDiv b {
  color: #363636;
}

.filterDiv li {
  display: list-item;
  list-style-type: "•";
  padding-inline-start: 0.5ch;
  font-weight: medium;
  font-size: 1em;
  margin-bottom: 0.3em;
  font-family: Mulish;
  padding-left: 0.5em;
}

dd {
  display: list-item;
  list-style-type: "✔️";
  padding-inline-start: 0.5ch;
  font-weight: medium;
  font-size: 1em;
  margin-bottom: 0.3em;
  font-family: Mulish;
  padding-left: 0.5em;
}

.show {
  display: block;
}

.containerserv {
  margin-top: 20px;
  overflow: hidden;
}


/* Style the buttons */

.btn {
  border: none;
  outline: none;
  margin: 15px 15px;
  white-space: normal;
  cursor: pointer;
  width: 140px;
  transition: transform .3s;
}

.btn:hover {
  transform: scale(1.1);
  transition: all 300ms;
  background-color: #e3e3e3;
  border-radius: 8px;
}

.btn.active {
  border: solid;
  background-color: #f4fcdc;
  color: black;
  border-color: #91B827;
  box-sizing: border-box;
  border-radius: 8px;
}

.btn img {
  margin: 5px;
}

.topmid .learnmore {
  margin-bottom: 200px;
}

.bannerok {
  min-height: 600px;
  height: 100vh;
}

.javatext {
  float: left;
  width: 50%;
  display: block;
  position: relative;
  height: 100%;
  margin-top: 8%;
}

.svg-container {
  float: right;
  width: 50%;
  display: block;
  position: relative;
  height: 100%;
}

.svg-container img {
  position: absolute;
  width: calc(55% + 15vw);
  max-width: 500px;
  min-width: 300px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.javatext h1 {
  color: black;
  font-size: calc(13px + 2.2vw);
  text-align: right;
  margin-right: 3%;
  margin-bottom: 5px;

}

.javatext h2 {
  color: black;
  font-size: calc(11px + 1vw);
  text-align: right;
  margin-top: 0px;
  margin-right: 3%;
}

@media screen and (max-width: 1250px) and (orientation: portrait) {
  #parent {
    display: flex;
    flex-direction: column-reverse;
  }
  .javatext {
    width: 100%;
    height: 50%;
    display: block;
    position: relative;
    margin-top: 2%;
  }
  .svg-container {
    width: 100%;
    height: 50%;
    display: block;
    position: relative;
  }
  .svg-container img {
    width: 100%;
    height: 100%;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .javatext h1 {
    margin-right: 0%;
    text-align: center;
  }
  .javatext h2 {
    margin-right: 0%;
    text-align: center;
    margin-top: 0.5%;
  }
}

.index header {
  background-image: -webkit-linear-gradient(bottom left, #F9FEEC, #aad7fa, #faedef, #e2d4ff);
  background-size: 800% 100%;
  background-position: 0% 0%;
  margin-top: -140px;
  padding-top: 150px;
  display: block;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

.index .books-image .image-one {
  opacity: 1
}

.index .books-image .text-typed {
  color: #91B827
}

.index .artwork-image {
  -webkit-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -ms-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
  background-position: 25% ;
}

.index .artwork-image .image-two {
  opacity: 1
}

.index .artwork-image .text-typed {
  color: #227BB5
}

.index .retouch-image {
  -webkit-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -ms-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
  color: #fff;
  background-position: 65%; 
}

.index .retouch-image .image-three {
  opacity: 1
}

.index .retouch-image .text-typed {
  color: #FF9EAA
}

.index .corporate-image {
  background-position: 100%;
  -webkit-transition: background-position 1s ease;
  -moz-transition: background-position 1s ease;
  -ms-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.index .corporate-image .image-four {
  opacity: 1
}

.index .corporate-image .text-typed {
  color: #895AE7;
}

button.learnmore {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 20px;
  font-family: inherit;
  line-height: 50%;
  width: 15rem;
  height: auto;
  margin-top: 20px;
  margin-bottom: 400px;
  z-index: 100;
  background-color: white;
  
}

button.learnmore .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #3a3b39;
}

button.learnmore .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learnmore .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  top: ;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learnmore .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.315rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learnmore .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0;
  margin: 0 0 0 1.85rem;
  color: #3a3b39;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  font-size: .9em;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
.nobr {
  white-space: nowrap;
}

.items {
  width: 100%;
  text-align: center;
  line-height: 30px;
}

.figcaption {
  font-family: sans-serif;
  color: black;
  font-weight: bold;
  display: inline-block;
  padding-top: .5em;
  overflow: hidden;
}

.items span {
  display: inline-flex;
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #282936;
  border: 2px solid black;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 15px;
}

.items div {
  display: inline-flex;
}

.items span.active,
.items span:hover {
  color: #fff;
  background: #282936;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery .image {
  min-height: 200px;
  min-width: 200px;
  margin: 5px;
  position: relative;
  cursor: zoom-in;
}

.gallery img {
  max-height: 400px;
  max-width: 400px;
  object-fit: cover;
}

.gallery iframe {
  min-height: 400px;
  object-fit: cover;
}

.gallery .image span {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.gallery .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.gallery .image:hover img {
  transform: scale(1.1);
}

.gallery .image.hide {
  display: none;
}

.gallery .image.show {
  animation: animate 0.4s ease;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 80%;
  z-index: 50000;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  cursor: zoom-out;
  object-fit: cover;
  display: block;
}

.image-box img {
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
  overflow: hidden;
}

@media screen and (max-height: 500px) {
  .preview-box {
    width: 70%;
  }
}

@media screen and (max-height: 400px) {
  .preview-box {
    width: 50%;
  }
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details {
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.details .title p {
  font-weight: 500;
  margin-left: 5px;
}

.details .icon {
  color: #282936;
  font-size: 30px;
  cursor: pointer;
}

.prev {
  left: 0px;
}

.next {
  right: 0px;
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 49000;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  cursor: zoom-out;
}

.shadow.show {
  display: block;
}


/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}

.float-shadow:hover {
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: .8;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/*text styles*/

h1,
h2,
h3,
h4 {
  font-family: Mulish;
  margin-bottom: 1em;
}

h1 {
  font-weight: medium;
  font-size: 2em;
  text-align: center;
  color: black;
  padding-top: 150px;
  margin-top: -150px;
}

h2 {
  font-weight: normal;
  font-size: 2em;
  text-align: center;
  color: black;
}

p {
  font-weight: medium;
  font-size: 1.5em;
  text-indent: 2em;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.3em;
  font-family: Mulish;
}

footer p {
  text-indent: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}

.clear {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 140px;
}

.navbartop {
  height: 140px;
  position: fixed;
  width: 100%;
  margin-top: -140px;
  z-index: 2000;
}

.navbartop.scrolled {
  background-color: #fff !important;
  transition: background-color 400ms linear;
  color: black;
}

.navbartop.scrolled a {
  color: black;
}

.logo {
  float: left;
  display: block;
  position: absolute;
  max-width: 200px;
}

.logolandscape {
  float: left;
  display: block;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  max-width: 200px;
}

.menugallery {
  color: white;
  justify-content: center;
}

.illustra {
  display: block;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.work ul {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.work ul li {
  list-style: none;
  background: #282936;
  padding: 8px 20px;
  margin: 5px;
  cursor: pointer;
}

.work ul li:hover {
  color: white;
  opacity: 0.7;
}

.work ul li.active {
  background: #03a9f4;
  color: #fff;
  padding: 8px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}


/*button back*/

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 1em;
  font-family: inherit;
}

button.backtotop {
  width: 15rem;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background: transparent;
}

button.backtotop .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #2d2e2c;
}

.topmid {
  text-align: center;
}

button.backtotop .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.backtotop .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.backtotop .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.315rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.backtotop .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #3a3b39;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}


/*button back*/


/* NAV MENU*/

.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  z-index: 1000;
  /* border: 3px solid #fff; */
}

.menu-btn__burger {
  width: 40px;
  height: 6px;
  background: black;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 6px;
  background: black;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-16px);
}

.menu-btn__burger::after {
  transform: translateY(16px);
}


/* ANIMATION */

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.menu-mobile {
  display: none;
  float: right;
}

.menu-mobile h2 {
  cursor: pointer;
  font-size: 2em;
}

.menu-mobile ul {
  display: none;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999;
  text-align: center;
}

.menu-mobile li {
  padding: 20px 0;
  border-bottom: 1px solid grey;
  font-size: 2em;
  font-weight: lighter;
}

.menu-mobile a {
  display: block;
  color: black;
  text-decoration: none;
}

.menu-mobile a:hover {
  text-decoration: none;
  background-color: transparent;
}

.menu-mobile li:hover {
  text-decoration: none;
  background: rgb(240, 240, 240);
  text-decoration: none;
}

.selected {
  font-weight: bold
}

.menu-desktop {
  display: block;
  float: right;
}

.menu-desktop ul {
  position: relative;
  top: 15px;
  font-size: 20px;
}

.menu-desktop li {
  display: inline-block;
  padding: 0 10px;
  font-weight: medium;
  text-transform: uppercase;
}

.menu-desktop a {
  color: black;
  text-decoration: none;
}

.menu-desktop a:hover {}


/* main section*/


/*section.main-bg{
  width: 100%;
 background-image: url(https://devisestudio.co.uk/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -140px;*/


}
section.main-bg h1 {
  margin-top: 20px;
}
section.aboutus {
  background-color: powderblue;
  display: flex;
}
section.cards {
  background-color: white;
  margin: 0 auto;
  overflow: hidden;
}
span.line {
  display: inline-block;
}
.work {
  background: white;
  margin-top: 100px;
}
footer {
  background: #ADD100;
  /* fallback for old browsers */
  
  background: -webkit-linear-gradient(45deg, #95ba7b, #5ea89a);
  /* Chrome 10-25, Safari 5.1-6 */
  
  background: linear-gradient(45deg, #95ba7b, #5ea89a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  overflow: hidden;
}
.connect {
  background: #2b353a;
}
.form-group label {
  display: block;
  margin-left: 4px;
}
.form-group input[type=text] {
  width: 100%;
  padding-left: 8px;
  height: 40px;
  border: none;
  border-radius: 5px; 
  margin: 4px 0;
  margin-bottom: 20px;
}
.form-group input[type=email] {
  width: 100%;
  padding-left: 8px;
  height: 40px;
  border: none;
  border-radius: 5px; 
  margin: 4px 0;
  margin-bottom: 20px;
}
.form-group input[type=submit] {
  width: 150px;
  height: 40px;
  border: 0;
  border-radius: 5px; 
  background: black;
  color: white;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 20px;
}
.form-group textarea {
  width: 100%;
  padding-left: 8px;
  height: 120px;
  border: none;
  border-radius: 5px; 
  padding: 10px;
  resize: vertical;
  margin-top: 5px;
}

div .btn-submit:hover {
  opacity: 0.7;
}


a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.contactok {
  padding-top: 100px;
}
.contactok h1 {
  font-weight: medium;
  text-align: center;
}
.contactok p {
  font-weight: normal;
  text-indent: 0em;
  font-size: 1.5em;
  text-align: left;
}
.contactok a:hover {
  text-decoration: none;
   box-shadow: 0 0 11px rgba(33,33,33,.2);
 
 
}






.contactok a {
  color: black;
}
.contact-left {
  float: left;
  margin-left: 0;
}
.contact-right {
  float: right;
  margin-right: 75px;
  justify-content: space-between;
}
.connectok {
  display: block;
  width: 100%;
  color: black;
  overflow: hidden;
}
.connect h1 {
  color: white;
  font-weight: normal;
}
.connectok a {
  color: white;
}
.connectok a:hover {
  text-decoration: none;
  background-color: rgb(220, 220, 220);
  color: black;
}
.connectok p {
  font-size: 1.2em;
  text-indent: 0;
  text-align: center;
}
.copyright p {
  font-size: 1em;
  margin-top: 20px;
  text-align: center;
  display: block;
  color: grey;
}
.w25 {
  width: 25%;
  float: left;
}
.w33 {
  width: 33.3%;
  float: left;
  background-color: black;
}
.w50 {
  width: 50%;
  float: left;
}
.w100 {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.iconpreview {
  margin-right: -8px;
  cursor: pointer;
}
.icon1 {
  text-align: center;
  color: black;
  float: left;
  width: 33.3%;
  padding: 20px;
}



.landscape,
.iconlogo {
visibility: hidden;
}
@media screen and (max-width: 1100px) {
.full{
visibility: hidden;
} 
.landscape {
visibility: visible;
} 
} 


@media screen and (max-width: 1100px) {
  .icon1 {
    width: 100%;
  }
  
  .card-single {
    width: 100%;
  }
  
  .logolandscape {
    visibility: visible;
  }
  
  .logo {
    visibility: hidden;
  }
  
  .navbartop {
    max-height: 90px;
    margin-top: -90px;
  }
  
  body {
    padding-top: 90px;
  }
  
  .illustra {
    width: 80%;
  }
  
  @media screen and (max-width: 750px) {
    .menu-mobile {
      display: block;
    }
    .menu-desktop {
      display: none;
    }
    .card-single {
      padding: 5px;
    }
    .w100 {
      width: 100%;
    }
    .w50 {
      width: 100%;
    }
    .w33 {
      width: 100%;
    }
    .w25 {
      width: 100%;
    }
    .contact-left {
      width: 100%;
      margin-left: 0px;
    }
    .contact-right {
      width: 100%;
      margin-left: 0px;
    }
    .contactok p {
      text-align: center;
    }
    h1 {
      font-size: 2.5em;
    }
    p {
      font-size: 2em;
    }
    .connectok {
      display: block;
      width: 100%;
    }
    .connectok p {
      font-size: 1.5em;
      text-indent: 0;
      text-align: center;
    }
    .portfolio ul {
      display: block;
    }
    .product .itembox img {
      height: 300px;
      width: 300px;
    }
  }
  
  h1 {
    padding-top: 100px;
    margin-top: -100px;
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: none;
    z-index: 10001000100010001000100010001;
  }
}