@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
main {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(255, 255, 255);
  position: relative;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.block1 {
  width: 100%;
  /* height: 300px; */
  /* background-color: black; */
  opacity: 0;
  /* z-index: 1;
    position: relative; */
}

.block2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.block p {
  /* display: block;
      position: relative; */
  /* top: 50%; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  color: #404040;
  width: 50%;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 767px) {
  .block p {
    padding-left: 0;
    padding: 0 20px;
    text-align: center;
  }
}

.block2 p {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .block2 p {
    padding-right: 0;
    padding: 0 20px;
  }
}

#animationWindow {
  width: 40vw !important;
  height: 90vh !important;
  position: relative;
  top: 0;
  padding-top: 50px;
}
#animationWindow h1 {
  position: absolute;
  right: 0%;
}
@media (max-width: 767px) {
  #animationWindow {
    width: 100vw !important;
    height: unset !important;
  }
}

/* #animationWindow svg {
    width: fit-content !important;
    position: absolute !important;
    display: flex;
    justify-content: center;
    height: fit-content !important;
    padding-left: 10vw;
    overflow: visible !important;
  } */
#animationWindowWrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: auto;
}

.title {
  font-family: "Poppins";
}

p {
  font-family: "Inter";
}

/* #animationWindow image {
    width: auto;
    height: 90vh;
  } */
.text-phone {
  position: relative;
  right: 0%;
  font-size: 4vw;
  -webkit-transform-origin: center;
          transform-origin: center;
  line-height: 1.6em;
  height: 1.6em;
  /* overflow:hidden; */
}
.text-phone h4 {
  /* overflow:hidden; */
  height: 1.6em;
  position: absolute;
  font-weight: bold;
  font-size: 5vw;
  color: black;
  margin: 0;
  text-transform: unset;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .text-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10vw;
  }
  .text-phone h4 {
    font-size: 10vw;
  }
}

.text-phone-wrapper {
  /* padding-top: 20vh; */
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 80vw;
  left: 0%;
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .text-phone-wrapper {
    width: inherit;
    height: 20vh;
  }
}

.section-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* position: relative; */
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  z-index: 3;
  right: 0;
}
@media (max-width: 767px) {
  .section-right {
    width: 100%;
  }
}

.text-under-phone-wrapper span {
  width: 80%;
  font-size: 35px;
  font-weight: 300;
  line-height: 1em;
  padding-top: 10px;
  margin-top: 20px;
}

.block0 {
  position: relative;
  width: 100vw;
}

#masthead {
  display: none;
}

.pin-spacer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.upper-map-wrapper {
  height: 90vh;
  position: relative;
  width: 100vw;
}
.upper-map-wrapper svg {
  height: 100%;
  width: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 12000;
  bottom: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: attr(data-progress-text);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 10vw;
  line-height: 1;
  text-align: right;
  color: rgb(255, 255, 255);
}

.preloader {
  width: 100%;
  height: 100vh;
  background: rgb(17, 17, 17);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 10000;
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.main-title {
  color: white;
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  z-index: 5;
  right: 0;
}
.main-title span {
  color: #f3941d;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#animationWindow {
  /* animation: float 6s infinite; */
}

.pulse {
  -webkit-animation: float 6s infinite;
          animation: float 6s infinite;
}

.section2 {
  background-color: grey;
  height: 200vh;
  width: 50vw;
  position: relative;
  display: none;
}

p {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.line-svg,
#svg-dashed-test {
  position: absolute;
}

.smooth-content {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

#arrow {
  opacity: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.block {
  position: relative;
  width: 80%;
  height: 500px;
  margin-top: 70px;
  /* border-radius: 20px; */
  opacity: 1;
  /* overflow: hidden; */
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .block {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .block {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .block {
    height: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .block p {
    font-size: 20px;
    width: 100%;
    line-height: 24px;
  }
}

.block1 #map1,
.block2 #map2 {
  height: 500px;
}
@media (max-width: 767px) {
  .block1 #map1,
.block2 #map2 {
    height: 100%;
  }
}

/* data  */
.data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .data-wrapper {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .data-wrapper {
    width: 100%;
  }
}
.data-wrapper .data-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 170px;
  height: 170px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 15px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.data-wrapper .data-group svg {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-tap-highlight-color: transparent;
}
.data-wrapper .data-group svg circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-tap-highlight-color: transparent;
  /* stroke: #F09837; */
}
.data-wrapper .data-group .value {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .data-wrapper .data-group .value {
    font-size: 35px;
  }
}
.data-wrapper .data-group .text {
  font-size: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .data-wrapper .data-group .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* 
  .block5{
      position: relative;
      width: 80%;
      height: 500px;
      margin-top: 100px;
      border-radius: 20px;
      opacity: 1;
      overflow: hidden;
  } */
.block .img-wrapper {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  pointer-events: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .block .img-wrapper {
    width: 100%;
    height: 300px;
  }
}

.block2 .img-wrapper {
  overflow: hidden;
}

.block img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  pointer-events: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

/* .block5 img{
      width: 100%;
      height: 120%;
      object-fit: cover;
      margin-top: 50px;
      border-radius: 20px;
  } */
/* 
  .map-load-screen{
      opacity: 0;
  } */
#logoCityGuide {
  position: absolute;
  /* right: 7vw;
    top: 20%; */
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.loading-logo-img {
  position: absolute;
  right: 20%;
  top: 20%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.st3 {
  -webkit-box-shadow: 10px 5px 5px #f3941d;
          box-shadow: 10px 5px 5px #f3941d;
}

.test {
  border-radius: 50%;
}

.svg-inside-image1,
.svg-inside-image2,
.svg-inside-image3 {
  -webkit-clip-path: circle(20% at 50% 50%);
          clip-path: circle(20% at 50% 50%);
  opacity: 0;
}

.dashed-line-svg {
  height: 100vh;
  margin-top: 6vw;
  z-index: 2;
  padding-right: 20vw;
  position: relative;
  margin-left: 8vw;
  pointer-events: none;
}
@media (max-width: 767px) {
  .dashed-line-svg {
    height: 60vh;
  }
}

/* #img-1{
      opacity: 0;
  } */
#svg-anim-end-point {
  opacity: 0;
}

/* 
  .text-under-phone{
      height: 50vh;
      width: 100%;
  } */
.text-under-phone-wrapper {
  padding-bottom: 20px;
  position: relative;
  margin-top: 20px;
  width: 80%;
}

.left-section {
  position: relative;
  width: 40%;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media (max-width: 767px) {
  .left-section {
    width: 100%;
  }
}

.map-animation-wrapper {
  position: relative;
  height: 130vh;
  width: 100%;
  z-index: 0;
  margin-top: 140px;
}
@media (max-width: 1023px) {
  .map-animation-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.map-animation-wrapper-bg {
  position: absolute;
  width: 100%;
  padding-left: 100px;
  height: 130vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.map-animation-wrapper-bg img {
  position: absolute;
  z-index: 1;
  width: 40vw;
  height: 100%;
}

@media (max-width: 767px) {
  .map-title .stag {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .map-title .stag div {
    font-size: 18px;
  }
}

.title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title-wrapper .title div {
    font-size: 30px;
    line-height: 1;
  }
}

.map-inside-text {
  position: absolute;
  z-index: 2;
  left: 70%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1em;
  font-size: 23px;
  width: 43vw;
  color: black;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .map-inside-text {
    width: 48vw;
  }
}
.map-inside-text p.title {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}
@media (max-width: 767px) {
  .map-inside-text p.title {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .map-inside-text .stag {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .map-inside-text {
    top: unset;
    position: relative;
    left: unset;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    padding: 0 34px;
    margin-top: 30px;
  }
}

.text-under-phone-wrapper span:nth-child(1) {
  font-size: 30px;
  font-weight: 400;
}

.section3 {
  /* height: 150vh; */
  width: 100%;
  position: relative;
  margin-bottom: 100px;
  height: auto;
  padding: 50px 0;
}

.section4 {
  position: relative;
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 50px;
}

.section5 {
  width: 100%;
  position: relative;
}

.portfolio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .portfolio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.portfolio-wrapper .portfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 20px;
}
.portfolio-wrapper .portfolio-item img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .portfolio-wrapper .portfolio-item {
    width: 40%;
  }
}

.portfolio h1 {
  margin-bottom: 30px;
  font-size: 40px;
}

.map-bg-svg {
  z-index: 0;
}

.dashed-line-wrapper {
  position: relative;
  width: 90vw;
  height: 120vh;
  margin: auto;
  /* border-radius: 20px; */
}
@media (max-width: 767px) {
  .dashed-line-wrapper {
    height: unset;
  }
}

.dashed-line-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  /* filter: blur(10px); */
  /* border: 4px solid #f3941d !important;
       */
}

.dashed-line-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20vw;
  width: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 22, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(22, 22, 22, 0) 0%, rgb(255, 255, 255) 100%);
}
.dashed-line-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20vw;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 5;
}

.dashed-line-bg img {
  /* height: 90%;
      width: 90%;
      left: 50%;
      object-fit: cover; */
  height: 95%;
  width: 95%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.smooth-content {
  will-change: transform;
}

.navbar {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background-color: white;
  /* margin-top: 40px; */
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0px 0 6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0 6px 6px rgba(0, 0, 0, 0.05);
}

.navbar-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  position: relative;
  background-color: white;
  height: 100%;
  margin-left: 20px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10vw;
  padding: 10px 0;
  width: 100%;
  max-width: 160px;
}
.navbar-logo-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar-logo-wrapper svg {
  height: 100%;
  position: relative;
  width: auto;
  padding: 5px;
  margin: 0 auto;
}

/* #logoMain {
    height: 140px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  } */
.navbar-el {
  position: relative;
  margin-left: 20px;
  width: auto;
  height: 100%;
  background-color: whtie;
  border-radius: 20px;
  font-size: 24px;
  color: #212a32;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 10px 30px;
  font-family: "Inter";
}
.navbar-el::before {
  width: 0;
  height: 3px;
  content: "";
  background-color: #f3941d;
  position: absolute;
  bottom: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.navbar-el:hover {
  color: #f3941d;
}
.navbar-el:hover::before {
  width: 100%;
}
@media (max-width: 1023px) {
  .navbar-el {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navbar-el {
    font-size: 14px;
    margin-left: 0;
    padding: 10px;
  }
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

#marquee {
  padding: 50px 0px;
  width: 100%;
  height: 300px;
  position: relative;
}
#marquee .pic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
  -webkit-animation: marquee 10s infinite linear;
          animation: marquee 10s infinite linear;
}

/* #marquee .container{
      position: relative;
      height: 100%;
      overflow: hidden;
      width: 100%;
  } */
.pic {
  /* flex-basis: 28%; */
  position: relative;
  width: 50vw;
}

#marquee img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.swiper-portofolio .swiper-container {
  width: 100%;
  position: relative;
}
.swiper-portofolio .swiper-container::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(22, 22, 22);
  background: -webkit-gradient(linear, right top, left top, from(rgba(22, 22, 22, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgba(22, 22, 22, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
.swiper-portofolio .swiper-container::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgb(22, 22, 22);
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 22, 22, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
.swiper-portofolio .swiper-bottom:after {
  animation-direction: reverse;
}
.swiper-portofolio .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-portofolio .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: fit-content;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.swiper-portofolio .swiper-slide::before {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(22, 22, 22);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgb(0, 0, 0) 100%);
  border-radius: 20px;
}
.swiper-portofolio .swiper-slide a {
  position: absolute;
  bottom: 20px;
  left: 90px;
  font-size: 24px;
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.swiper-portofolio .swiper-slide img {
  display: block;
  /* width: 500px;
    height: 300px; */
  width: 400px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.swiper-portofolio .swiper-slide-img-gallery {
  width: 300px;
  height: 300px;
}

.section3-text-wrapper {
  /* height: 300px; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 14;
  background: white;
  width: 40%;
  padding: 20px 50px 20px 200px;
}
.section3-text-wrapper::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(22, 22, 22, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgba(22, 22, 22, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 30vw;
  height: 100%;
}
.section3-text-wrapper p {
  /* width: 40vw; */
}

/* contact form */
/*---------------------------------------------*/
.container {
  max-width: 1200px;
}

/*//////////////////////////////////////////////////////////////////
  [ Contact ]*/
.container-contact100 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative;
  background-color: #f2f2f2;
}

.wrap-contact100 {
  width: 550px;
  background: transparent;
  padding: 50px 0px 160px 0px;
}

/*==================================================================
  [ Form ]*/
.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #404040;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 49px;
}

/*------------------------------------------------------------------
  [ Input ]*/
.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 31px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff !important;
  border-radius: 31px !important;
  font-family: Ubuntu-Bold;
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
  border: none !important;
}

/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 35px 0 35px;
}

textarea.input100 {
  min-height: 169px;
  padding: 19px 35px 0 35px;
}

/*------------------------------------------------------------------
  [ Focus Input ]*/
.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}

/* reset */
/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}
textarea:focus {
  border-color: transparent !important;
}

input:focus {
  border-color: transparent !important;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
  color: #bdbdd3;
}

textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
  color: #bdbdd3;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}

/*------------------------------------------------------------------
  [ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  background-color: transparent;
  border-radius: 31px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #f3941d;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover:before {
  background-color: #403866;
  width: calc(100% + 20px);
}

/*------------------------------------------------------------------
  [ Alert validate ]*/
.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  font-family: Ubuntu-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.section1 {
  /* position: relative; */
}

#pathtogether {
  width: 80vw;
  position: absolute;
  /* top: 420px; */
  top: 24vw;
  left: 11vw;
  z-index: 1;
  /* opacity: 0.5; */
  pointer-events: none;
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  #pathtogether {
    width: 87vw;
    position: absolute;
    top: 26vw;
    left: 10vw;
  }
}
@media (max-width: 1023px) {
  #pathtogether {
    display: none;
  }
}

#path1a {
  width: 14vw;
  position: absolute;
  top: 322px;
  left: -11vw;
  z-index: 1;
}

#path2 {
  width: 15vw;
  position: absolute;
  top: 37px;
  z-index: 1;
  right: -8vw;
}

#path2b {
  width: 53vw;
  position: absolute;
  top: 204px;
  z-index: 1;
  right: -8vw;
}

#path3 {
  width: 41vw;
  position: absolute;
  top: 84px;
  z-index: 1;
  left: -35.5vw;
}

#path3c {
  width: 28vw;
  position: absolute;
  top: 269px;
  z-index: 1;
  left: -26.5vw;
}

.title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}

.test {
  -webkit-animation: squiggly-anim 0.34s linear infinite;
  animation: squiggly-anim 0.34s linear infinite;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  outline: none;
  text-align: left;
  line-height: 1;
}

@-webkit-keyframes squiggly-anim {
  0% {
    -webkit-filter: url("#squiggly-0");
            filter: url("#squiggly-0");
  }
  25% {
    -webkit-filter: url("#squiggly-1");
            filter: url("#squiggly-1");
  }
  50% {
    -webkit-filter: url("#squiggly-2");
            filter: url("#squiggly-2");
  }
  75% {
    -webkit-filter: url("#squiggly-3");
            filter: url("#squiggly-3");
  }
  100% {
    -webkit-filter: url("#squiggly-4");
            filter: url("#squiggly-4");
  }
}
@keyframes squiggly-anim {
  0% {
    -webkit-filter: url("#squiggly-0");
            filter: url("#squiggly-0");
  }
  25% {
    -webkit-filter: url("#squiggly-1");
            filter: url("#squiggly-1");
  }
  50% {
    -webkit-filter: url("#squiggly-2");
            filter: url("#squiggly-2");
  }
  75% {
    -webkit-filter: url("#squiggly-3");
            filter: url("#squiggly-3");
  }
  100% {
    -webkit-filter: url("#squiggly-4");
            filter: url("#squiggly-4");
  }
}
@-webkit-keyframes ani-mouse {
  0% {
    top: 25%;
  }
  20% {
    top: 50%;
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  25% {
    top: 75%;
  }
  50% {
    top: 75%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    top: 50%;
  }
  80% {
    top: 50%;
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    top: 25%;
  }
}
@keyframes ani-mouse {
  0% {
    top: 25%;
  }
  20% {
    top: 50%;
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  25% {
    top: 75%;
  }
  50% {
    top: 75%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    top: 50%;
  }
  80% {
    top: 50%;
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    top: 25%;
  }
}
@-webkit-keyframes movingmouse {
  0% {
    top: 0%;
  }
  100% {
    top: 25%;
  }
}
@keyframes movingmouse {
  0% {
    top: 0%;
  }
  100% {
    top: 25%;
  }
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.scroll-btn a {
  margin-bottom: 20px;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #f3941d;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
  color: #f3941d;
}
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #f3941d;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #f3941d;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

#mouse {
  width: 240px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #mouse {
    display: none;
  }
}

.swiper-text-container .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* CONTACT US */
/* contact us */
.section5 {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .section5 {
    margin-bottom: 0;
  }
}

.container-contact-us {
  max-width: 960px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-contact-us {
    padding: 0 34px;
  }
}

.contact-us {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 10px 0 8px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 0 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact-message {
  background-color: #00bc9b;
  background-image: linear-gradient(160deg, #00bc9b 0%, #5eaefd 100%);
  width: 50%;
  padding: 50px 60px 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-message {
    width: 100%;
  }
}
.contact-message form {
  width: 100%;
}
.contact-message .input {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins";
}
@media (max-width: 767px) {
  .contact-message .input {
    font-size: 14px;
  }
}
.contact-message .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-message .textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins";
}
@media (max-width: 767px) {
  .contact-message .textarea {
    font-size: 14px;
  }
}
.contact-message .label {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Poppins";
  color: white;
}
@media (max-width: 767px) {
  .contact-message .label {
    font-size: 14px;
  }
}
.contact-message h3 {
  margin: 0;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Poppins";
  font-weight: bold;
  color: white;
}
.contact-message .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #5f60ff;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Poppins";
}
.contact-message .btn:hover {
  background-color: #ff7e5f;
  color: white;
}
.contact-message .btn:hover::before {
  opacity: 0.1;
}

.contact-info {
  width: 50%;
  /* padding: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding: 50px 60px 100px 50px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-info {
    width: 100%;
    padding-bottom: 50px;
  }
}
.contact-info h3 {
  margin: 0;
  font-size: 60px;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-weight: bold;
  color: rgb(55, 55, 55);
}
@media (max-width: 767px) {
  .contact-info h3 {
    font-size: 30px;
  }
}
.contact-info .info-group {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.contact-info .info-group span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-info .info-group span {
    font-size: 14px;
  }
}
.contact-info .info-group i {
  font-size: 18px;
  margin-right: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #98c8f8;
}
@media (max-width: 767px) {
  .contact-info .info-group i {
    font-size: 14px;
  }
}
.contact-info .info-group span {
  font-family: "Inter";
}
.contact-info .text-wrapper {
  padding: 0 60px 0 50px;
}

.row-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.backtotop {
  width: 60px;
  height: 60px;
  background-color: #f3941d;
  position: fixed;
  right: 50px;
  bottom: 1.75vw;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  z-index: 1000;
  opacity: 0;
  background: hsl(33deg, 90%, 53%);
  -webkit-transition: bottom 0.1s ease, -webkit-box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: linear-gradient(45deg, hsl(33deg, 90%, 53%) 0%, hsl(61deg, 97%, 87%) 100%);
  -webkit-tap-highlight-color: transparent;
}
.backtotop svg {
  width: 27px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transform-origin: center center;
}
.backtotop:focus {
  outline: none;
}
.backtotop:active {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  bottom: 1.5vw;
}
@media (max-width: 767px) {
  .backtotop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 5vw;
  }
  .backtotop svg {
    width: 20px;
  }
  .backtotop:active {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    bottom: 3vw;
  }
}