@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300&display=swap');


body {
/*  background-color: #f1ffe3;*/
  font-family: Arial;
  font-size: 47px;
  min-height:100%;
 background: linear-gradient(141deg, #f1ffe2 .75%, #bdd4ff 10%, #fde2e2 15%, #bfbbff 20%,
   #d3e9f3 25%, #e7f9cb 30%, #f1b9b9 35%, #88bdff 40%, #83cac3 45%,#adcab3 50%, #f1ffe2 55%, #bdd4ff 60%, #fde2e2 65%, #bfbbff 70%,
    #d3e9f3 75%, #e7f9cb 80%, #f1b9b9 85%,  #88bdff 90%, #83cac3 95%,#adcab3 100%);
}


header {
  /*margin-top:-10px;*/
  padding-top:10px;
  padding-bottom: 1rem;
  height:80px;
  width: 100%;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background-color: #f4ffee;
  z-index: 2;
}

header h1 img {
  width: 200px;
  padding-left: 30px;
  float: left;
}

nav a {
  font-family: Arial;
  font-size: 30px;
  text-decoration: none;
  color: #000;
  margin: 18px 30px 1px 20px;
  float: right;
  font-weight: 500;
  transition: border 0.3s ease-in;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
}

nav a:hover {
  border-bottom: 2px solid #000;
  padding: 2px;
}


.dropdown {
  float: left;
  overflow: hidden;
}


.dropdown .dropbtn {
  font-size: 30px;
  border: none;
  outline: none;
  color: #000;
  padding: 16px 16px;
  background-color: inherit;
  text-transform: lowercase;
  font-family: inherit;
  margin: 0;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1ffe3;
text-decoration: none;
  min-width: 160px;
  padding-bottom:30px;
 z-index: 1;
}


.dropdown-content a {
  float: none;
  color: black;
/*  padding: 12px 16px;*/
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  text-decoration: none;
}

.dropdown-content a:hover {
  text-decoration: none;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
  text-decoration: none;
}

header nav a.selected {
  border-color: #000;
}

#fixedbutton {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    width:30px;
}

h2 {
  font-family: 'Manrope', sans-serif;
  font-weight:200;
  font-size: 120px;
  text-align: left;
  padding: 130px 90px 20px 62px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
}

.infopage h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 105px;
  text-align: left;
  padding: 130px 150px 50px 62px;
  line-height: 1;
  letter-spacing: 1px;
}

.back {
  font-family: Freight;
  font-size: 18px;
  padding-top: 100px;
  padding-left: 25px;
}


.back a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.7px;
  font-weight: 600;
}

.back a:hover {
  border-bottom: 1px solid #000;
}

.h2 p {
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 1.2px;
  margin-top:-30px;
  margin-left: 70px;
  margin-bottom: 0px;
}

.h2 .down {
  width: 50px;
  height: auto;
   display: block;
  margin-left: auto;
  margin-right: auto;
}

img.down {
  -webkit-animation: fade .75s alternate infinite;
  animation: fade .75s alternate infinite;
  display: block;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
}



/*.projectpage h2 {
  font-family: Freight;
  font-size: 105px;
  text-align: left;
  padding: 70px 90px 50px 62px;
  margin:0px;
  line-height: 1;
  letter-spacing: 1px;
}
*/
/*
.projectpage h5 {
  font-family: Freight;
  width: 100%;
  border-top: 1px solid #000;
  font-size: 50px;
  text-align: left;
  padding: 70px 90px 0px 62px;
  margin:0px;
  line-height: 1;
  letter-spacing: 4px;
}
*/

.h5 {
  font-family: freight;
}


h6 {
  font-family: 'Manrope', sans-serif;
  font-weight:400;
  font-size: 50px;
  text-align: left;
  padding: 30px 90px 20px 62px;
  border-top: 1px solid #000;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
}


.projectpage p {
  font-family: 'Manrope', sans-serif;
  line-height: 1.7;
  font-size: 35px;
  letter-spacing: 1.1px;
  margin-top: 0px;
  margin-left: 70px;
  margin-bottom: 0px;
  width: 90%;
}

.projectpage a {
  text-decoration: underline;
  color: #000;
}

.projectpage a:hover{
  color: #8A8A8A;
}

video {
 display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}

.video [class*='video2'] {
display:block;
margin-left:auto;
margin-right:auto;

  width: 80%;
}

.video [class*='video3'] {
  float: right;
  padding-top: 0px;
  padding-bottom:30px;
  /*   padding-left: 170px; */
  width: 100%;
}


/*<!--------------BEGIN SLIDESHOW-------------->*/

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  background-color: #dbf5e6;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #8fb587;
  color:white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
/*.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}*/


/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: #8fb587;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #0a170f;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/*<!--------------END SLIDESHOW-------------->*/

.top a {
  font-family: Freight;
  font-size: 25px;
  text-decoration: none;
  color: #000;
  float: right;
 /* padding-top: 30px;*/
  padding-right: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

@-moz-keyframes scroll-down {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-down {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}

.scroll2 {
  font-family: 'Manrope', sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  margin-top: 0px;
  padding-left: 100px;
  height: 30px;
  letter-spacing: 2px;
}
/* main animation */
.wrapper {
  position: fixed;
  top: 10%;
  right: 0px;
}

svg {
  animation: rotate 15s linear infinite;
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.circle-text {
  font: 100px/100px times;
  font-family: Manrope;
  font-weight: 500;
  letter-spacing: 8px;
  width: 100%;
  fill: var(--primary);
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* second animation */

/*.wrapper2 {
  padding-top: 80px;
  padding-bottom: 0px;
  margin-bottom:0px;
}

.svg2 {
  animation: rotate 10s linear infinite;
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.circle-text2 {
  font: 100px/100px times;
  font-family: Inter;
  font-weight: 500;
  letter-spacing: 8px;
  width: 100%;
  fill: var(--primary);
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}*/
/* second animaition ends */

.second {
  border-top: 1px solid #000;
  margin-top: 65px;
  padding-left: 68px;
}

.second h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 35px;
  font-weight: 100;
  width: 100%;
  text-transform: lowercase;
}

.projects {
  padding: 20px 0px 20px 100px;
  border-top: 1px solid #000;
}

.projects:hover {
  background: #d4eac4;
  background-clip: padding-box;
}

.projects p {
  text-transform: lowercase;
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  margin:0px;
}

.projects a {
  text-transform: lowercase;
  text-decoration: none;
  color: #000;
  transition: border 0.3s ease-in;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
}

.projects a:hover {
  border-bottom: 2px solid #000;
}

.info-block .wireframe1 {
  width: 100%;
  padding-left: 0px;
  padding-top: 60px;
}

.info-block .wireframe2 {
  width: 100%;
  padding-left: 0px;
  padding-top: 60px;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*   margin-top: 40px; */
/*  margin-bottom: 40px;*/
  width: 100%;
}
.info-block {
/*  border-top: 1px solid #000;*/
  width: 100%;
  padding: 0px 80px 0px 70px;
}

.info-block h3 {
  text-transform: lowercase;
  font-family:'Manrope', sans-serif;
  font-size: 40px;
  font-weight:100;
  margin-top: 100px;
}

.info-block p {
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    display: block;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    width: 90%;

}

.info-block p a {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  color:#000;
  font-weight:700;
  line-height: 1.5;
}

.info-block p a:hover {
  font-size: 32px;
  color:#688B76;
  line-height: 1.5;
}

.info-block img {
  width: 400px;
  padding-top: 15px;
}

.info-block img.shell {
  width:200px;
  height:auto;
display:block;
margin-left:auto;
margin-right:auto;
}

.info-block img.center {
  width:500px;
  height:auto;
display:block;
margin-left:auto;
margin-right:auto;
}

.info-block img.boop {
  width: 80%;
  padding-top: 15px;
  padding-left:30px;
}

.info-block img.user {
  width: 100%;
  padding-top: 15px;
  padding-left: 0px;
}

.info-block img.sitemap {
  width: 100%;
  padding-top: 15px;
}

.info-block .dd {
  height:500px;
  width:auto;
  display: block;
margin-left: auto;
margin-right:auto;
}

.info-block .ddd {
  width: 400px;
  padding-left: 60px;
  padding-top: 60px;
}

.info-block .dddd {
    padding-left: 10px;
    width: 100%;
    padding-top: 60px;
}

.info-block .gif {
  width: 450px;
  padding-left:80px;
  padding-top: 20px;
}

.scene img {
  margin-top: 0px;
  width: 100%;
}

.scene p {
  font-size: 16px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.scene a {
color:#000;

}

.scene2 img {
  margin-top: 0px;
  width: 50%;

}

.viewall {
  font-family: Arial;
  padding: 20px 0 20px 100px;
  /* padding-bottom: 20px; */
  border-top: 1px solid #000;
}

.viewall:hover {
  background: #d4eac4;
  background-clip: padding-box;
}

.viewall p {
  text-transform: lowercase;
  font-weight: 500;
  font-family: Arial;
  font-size: 30px;
  margin:0px;
}

.viewall a {
  text-transform: lowercase;
  text-decoration: none;
  color: #000;
  transition: border 0.3s ease-in;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
}

.viewall a:hover {
  border-bottom: 2px solid #000;
}

.scroll {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  /*   border-bottom: 1px solid #000; */
  overflow: hidden;
  position: relative;
  background-color: #d4eac4;
  border-top: 1px solid #000;
}

.scroll div {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  animation: scroll 250s linear infinite;
}

.scroll h4 {
  margin-bottom: 0px;
  font-size: 35px;
  font-family: Arial;
  font-weight:100;
}

.scroll span {
  float: left;
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2000vw);
  }
}

.contact {
  background-color: #d4eac4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*   border-bottom: 1px solid #000; */
}

.contact-2 {
  width: 50%;
  padding: 0px 20px 30px 40px;
}

.contact-2 a {
  float: right;
  font-size: 25px;
  text-decoration: none;
  color: #000;
  margin-right: 10px;
  transition: border 0.3s ease-in;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
  margin-left: 500px;
}

.contact-2 a:hover {
  border-bottom: 2px solid #000;
}

.contact p {
  font-size: 25px;
}

footer {
  background-color: #d4eac4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 25px 20px 40px;
}

footer p {
  text-transform: lowercase;
  font-size: 20px;
}




/* --------------------------------------------------------start responsive design for 450 ----------------------------------------------------------------------*/
/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {

body {
  background-color: #f1ffe3;
  font-family: Arial;
  font-size: 47px;
}

html,body{
    overflow-x: hidden;
}


header {
    padding: 70px 15px 80px 20px;
    width: 100%;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #f1ffe3;
    z-index: 2;
  }

h6 {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  text-align: left;
  padding: 50px 90px 40px 16px;
  border-top: 1px solid #000;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
}

  h2 {
    max-width: 100%;
    font-size: 85px;
    line-height: 1.2;
    padding: 15px 10px 40px 20px;
    letter-spacing: 0px;
  }

  .infopage h2 {
    max-width: 95%;
    font-size: 90px;
    text-align: left;
    padding: 15px 10px 90px 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h3 {
    font-size: 22px;
  }

  header h1 img {
   width:250px;
    margin-top: 20px;
    padding-left:0px;
  }


  nav a {
    font-size: 50px;
    margin: 17px 50px 0px 8px;
  }

nav a:hover {
  border-bottom: 2px solid #000;
  padding: 2px;
}

header nav a.selected {
  border-bottom:2px solid #000;
}

.dropdown .dropbtn {
    font-size: 50px;
    border: none;
    outline: none;
    color: #000;
    padding: 16px 20px;
    background-color: inherit;
    text-transform: lowercase;
    font-family: inherit;
    margin: 0;
  }

.wrapper {
  display:none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1ffe3;
text-decoration: none;
  min-width: 160px;
  padding-bottom:30px;
 z-index: 1;
}


.dropdown-content a {
  float: none;
  color: black;
/*  padding: 12px 16px;*/
  font-size: 32px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  text-decoration: none;
}

.dropdown-content a:hover {
  text-decoration: none;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
  text-decoration: none;
}


#fixedbutton {
    position: fixed;
    bottom: 20px;
    right: 50px;
    width: 60px; 
  }



  video {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -80px;
  }

  .video [class*='video2'] {
    padding-left: 0px;
    float: none;
    width:100%;
  }

  /* second ani */
  .wrapper2 {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .svg2 {
    animation: rotate 10s linear infinite;
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .circle-text2 {
    font-size:115px;
    /*font: 100px/100px times;*/
    font-family: Arial;
    font-weight: 500;
    letter-spacing: 9px;
    width: 100%;
    fill: var(--primary);
  }
  /* second ani ends   */

.h2 p {
    margin-top: 10px;
    font-size: 38px;
    margin-left: 33px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
  }

  .back {
    font-family: freight;
    font-size: 25px;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom:50px;
  }

  .back a {
    text-decoration: none;
    color: #000;
    letter-spacing: 0.7px;
    font-weight: 600;
  }

  .projectpage h2 {
    font-family: Freight;
    font-size: 90px;
    text-align: left;
    padding: 40px 90px 20px 20px;
    line-height: 1;
    letter-spacing: 1px;
  }

  .projectpage p {
      font-family: 'Manrope';
    line-height: 1.7;
    font-size: 30px;
    letter-spacing: 1.1px;
    font-weight: 100;
    margin-left: 20px;
    margin-bottom: 50px;
    width: 80%%;
  }

  .scroll2 {
    font-family: 'Manrope', sans-serif;;
    font-size: 35px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom:40px;
    padding-top: 0px;
    padding-left: 55px;
    height: 25px;
    letter-spacing: 2px;
  }

  .second {
    padding: 20px 30px 20px 0;
    border-top: 1px solid #000;
    margin-top: 35px;
  }

  .second h3 {
    font-size: 60px;
    padding-left: 30px;
      margin-top:30px;
      margin-bottom:30px;
  }

  .projects {
    padding: 50px 0 50px 50px;

  }

  .projects p {
    text-transform: lowercase;
    font-size: 40px;
  }

  .scene p {
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px;
  }

  .info {
    display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 22px 0 25px 0;
  }

  .info h3 {
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1.2px;
    font-size:40px;
    width: 100%;
    font-weight:400;
    padding-top:50px;
    display: block;
    margin-block-start: 0em;
    margin-block-end: em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .scene img {
   border:1px #000 solid;

  }

  .info-block {
    width: 100%;
    padding-top: 0px;
    padding-bottom:10px;
    border-top: none;
  }

  

  .info-block p {
    font-family: 'Manrope', sans-serif;;
    font-size: 35px;
    font-weight:100;
    line-height: 1.5;
    width: 100%;
  }


.info-block img {
  width: 100%;
  padding-top: 15px;
}

.scene2 img {
  margin-top: 0px;
  width: 85%;
}

/*   .info-block .dd,
  .ddd,
  .gif {
    display: none;
  } */
  
  .info-block .dd {
    padding-left: 20px;
    padding-top: 15px;
   /* width:100%;*/
  }

  .info-block .ddd {
  width: 100%;
  padding-left: 60px;
  padding-top: 60px;
}

.info-block img.sitemap {
  width: 100%;
  padding-top: 15px;
}

.info-block .wireframe1 {
  width: 100%;
  padding-left: 0px;
  padding-top: 60px;
}

.info-block .wireframe2 {
  width: 100%;
  padding-left: 0px;
  padding-top: 60px;
}


/* Next & previous buttons */
.prev, .next {
font-size:50px;
}


  .viewall {
    padding: 50px 0 50px 30px;
  }

  .viewall p {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 40px;
  }

  .scroll {
    height: 90px;
    padding-bottom:30px;
  }

  .scroll h4 {
    font-size: 40px;
    font-family: Arial;
  }

  /* 480 footer  */
  .contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*   border-bottom: 1px solid #000; */
  }

  .contact-2 {
    width: 50%;
    /*   padding: 30px 10px 30px 10px; */
  }

  .contact-2 a {
    float: right;
    font-size: 30px;
    text-decoration: none;
    color: #000;
    padding-right: 30px;
  }

  .contact p {
    font-size: 30px;
  }

  .top a {
    display: none;
  }

  .info-block p a {
  font-size: 32px;
  color:#000;
  line-height: 1.5;
}

  footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px 25px 20px;
  }

  footer p {
    text-transform: lowercase;
    font-size: 25px;
  }
}