.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/IMG_1208-2.JPG');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'DM Sans', sans-serif;
}

.body.projects {
  display: block;
  background-image: none;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
}

.nav-links.home {
  color: #fff;
}

.navbar-links-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.navbar-logo-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-whopper {
  display: none;
  max-height: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-whopper.projects {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.current {
  font-weight: 700;
}

.current.home {
  color: #fff;
}

.logo-nav {
  font-family: Exo, sans-serif;
  color: #333;
  font-weight: 900;
}

.logo-nav.home {
  color: #fff;
}

.image-whopper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-cotainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-whopper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 100%;
  max-width: none;
  min-width: 100%;
}

.imageandtext-home-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  min-width: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-me-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  padding-top: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 20%;
  height: 30%;
}

.text-block-about-me {
  width: 100%;
  height: auto;
  min-width: 100%;
  color: #fff;
}

.heading {
  margin-top: 0px;
  padding-left: 15px;
}

.columns {
  margin-top: 21px;
  font-size: 16px;
}

.column {
  height: 100%;
}

.column-2 {
  height: 100%;
}

.text-block-2 {
  padding-left: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-3 {
  width: 100%;
  max-width: none;
  min-width: 100%;
}

.projects-list-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-whopper {
  width: 60%;
  height: 80%;
}

.project-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  margin-bottom: 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
}

.project-image {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 600px;
  height: auto;
  max-height: 250px;
  min-height: 400px;
  min-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  overflow: hidden;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-detais {
  display: block;
  width: 70%;
}

.text-block-3 {
  padding-left: 9px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.faq-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-whopper {
  overflow: hidden;
  height: 80%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-text-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.link {
  color: #333;
  text-decoration: none;
}

.text-block-4 {
  position: static;
  color: #fff;
  text-align: center;
}

.project-descriptopn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  height: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-container {
  width: 60%;
  height: 80%;
}

.loader-whopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.text-block-7 {
  text-decoration: none;
}

.tabs {
  width: 100%;
  height: 100vh;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 90vh;
}

.tabs-menu {
  width: 100%;
  height: 10vh;
}

.heading-2 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.tab-link-tab-1 {
  position: fixed;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  background-color: transparent;
}

.tab-link-tab-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1%;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
}

.tab-link-tab-3 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
}

.text-block-8 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}

.text-block-9 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.tab-link-tab-4 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  background-color: transparent;
  text-align: left;
}

.tab-link-tab-4.w--current {
  background-color: transparent;
}

.text-block-10 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.tab-pane-contact {
  height: 90vh;
  background-color: transparent;
}

.tab-pane-projects {
  height: 90vh;
  background-color: transparent;
}

.tab-pane-about {
  overflow: scroll;
  height: 90vh;
  background-color: transparent;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #fff;
}

.link-8 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .projects-list-whopper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-whopper {
    width: 80%;
  }

  .project-whopper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-links-whopper {
    padding-bottom: 7px;
  }

  .image-cotainer {
    width: 100%;
  }

  .image-whopper-container {
    overflow: hidden;
  }

  .image-2 {
    overflow: hidden;
  }

  .imageandtext-home-container {
    width: 100vw;
    min-width: auto;
  }

  .list-whopper {
    width: 80%;
  }

  .project-image {
    width: 50%;
    min-width: 100%;
  }

  .contact-container {
    width: 95%;
  }

  .project-descriptopn {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .image-whopper {
    min-width: 100%;
  }

  .text-block-5 {
    padding-left: 7px;
  }

  .text-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
  }
}

