body {
  background-color: #000;
  margin: 0px;
  height: 100%;
  overflow: hidden;
  font-family: "Nunito Sans", sans-serif;
  margin: auto;
}

/* -- MANUIAL NAVIGATION --*/
.tooltip {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: middle;
  border-bottom: 1px dotted black;
}

.wizard span {
  color: #4F63FF;
  font-size: 24px;
  font-weight: 700;
  opacity: 1 !important;
}

.value_propositions_wrapper_row {
  display: flex;
  flex-direction: row;
}

.value_proposition_box_2 {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  background: white;
  width: 184px;
  height: 184px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}

.value_proposition_box_2:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.value_prop_content p {
  font-weight: 500;
  width: 140px;
  line-height: 1.4;
  margin: 0;
}

.value_prop_content img {
  margin-bottom: 10px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #FB5252;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}

/* .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;

} */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#manual_navigation {
  position: fixed;
  z-index: 100;
  height: 100vh;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#manual_navigation nav {
  width: 50px;
  display: flex;
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
}

#manual_navigation nav .dot {
  height: 15px;
  width: 3px;
  background-color: #D8D8D8;
  border: 0;
  border-radius: 0;
  margin: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dot_active {
  height: 8px;
  width: 8px;
  background-color: #ff5d5d !important;
  margin: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#manual_navigation nav .dot:hover {
  background-color: #ff5d5d;
}

#manual_navigation nav .line {
  width: 1px;
  position: absolute;
  right: 34px;
  background: #ED4747;
  color: black;
  height: 300px;
}

/* --- END MANUAL NAVIGATION ---*/
/* --- SHARE ----*/
.share {
  /* width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -40px; */
  position: relative;
}

.share span {
  width: 300px;
  line-height: 60px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  color: white;
}

.share nav {
  font-size: 0;
}

.share a {
  line-height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  background-color: #4F63FF;
  color: #fff !important;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 -10px;
}

.share a:nth-child(1) {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: 0;
}

.share a:nth-child(1):hover {
  background-color: #3548E3;
}

.share a:nth-child(2):hover {
  background-color: #3548E3;
}

.share a:nth-child(3):hover {
  background-color: #3548E3;
}

.share a:nth-child(4) {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-right: 0;
}

.share a:nth-child(4):hover {
  background-color: #3548E3;
}

.share:hover span, .share.hover span {
  opacity: 0;
}

.share:hover a, .share.hover a {
  border-radius: 50%;
  margin: 0 10px;
  color: #f1ce64;
  font-size: 18px;
}

.share:hover a:hover, .share.hover a:hover {
  color: #fff;
}

/*---- SHARE END --/
/* ---- RESULTS ---- */
.answer_content:focus {
  outline: 0 !important;
}

.content_top img {
  margin-bottom: 15px;
  margin-top: 15px;
}

.end_logo {
  position: absolute;
  bottom: 20px;
}

.content h4 {
  font-size: 16px !important;
  font-weight: 600;
  /* margin-bottom:18px; */
  /* margin-top:5px; */
}

.value_propositions_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* margin-bottom:40px; */
}

.value_proposition_box {
  width: 30%;
  height: 100%;
  padding: 0 60px;
}

.content_top {
  /* margin-bottom:120px; */
}

#app_download {
  padding-top: 5px;
}

#app_download a {
  padding: 5px;
}

#final {
  overflow: auto !important;
  height: auto;
}

.empty {
  height: 100px;
}

.value_proposition_box p {
  font-weight: 400;
  margin: 0;
}

.left_content_container h6 {
  margin: 0 !important;
}

.bgcolor {
  background-color: #FFF;
}

.bgcolor2 {
  background-color: #F1F1F1;
}

.wizard p {
  font-size: 14px !important;
  margin-bottom: 15px !important;
  font-weight: 900 !important;
}

.phone,
.message {
  display: none;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.vertical {
  display: none;
}

.mobile {
  display: none !important;
}

.hide {
  display: none !important;
}

#body_wrapper {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /* position: relative; */
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fade-in-section {
  opacity: 1;
  animation-name: fadeInOpacitySection;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 500ms;
}

@keyframes fadeInOpacitySection {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#body_wrapper2 {
  margin: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: #000; */
  position: relative;
}

.question {
  position: absolute;
  height: 100%;
  width: 100%;
}

.transition {
  transform: translateY(900px);
  animation-name: div3;
  animation-duration: 2s;
}

@keyframes div3 {
  0% {
    transform: translateY(900px);
  }

  100% {
    transform: translateY(0px);
  }
}

#question_1 {
  /* background-image: url("./../images/bg.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#bg1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

#istanbul_mob {
  position: relative;
  height: 812px;
  width: 100%;
  /* display: flex!important; */
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-left: -56%;
  margin-top: -7%;
}

#bg2 {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -10px;
}

.bg2_transition {
  bottom: -10px !important;
  transform: scale(1.8) !important;
  opacity: 0.6;
  transition: 2s;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

#bg2 img {
  width: 600px;
}

#bg3 {
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0px;
  right: 200px;
}

.bg3_transition {
  bottom: 0px !important;
  transform: scale(1.8) !important;
  opacity: 0.6;
  transition: 2s;
}

#bg3 img {
  height: 100%;
}

#bg4 {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  right: 0;
}

.bg4_transition {
  bottom: 0px !important;
  transform: scale(1.8) !important;
  opacity: 0.6;
  transition: 2s;
}

#bg5 {
  position: absolute;
  z-index: 0;
  bottom: -50px;
  right: 0;
}

.bg5_transition {
  transform: scale(1.8) !important;
  opacity: 0.6;
  bottom: -400px;
  transition: 2s;
}

#bg5 img {}

.opacity2 {}

#content {
  position: relative;
  z-index: 1;
  padding: 5%;
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#content h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
}

#content p {
  font-family: "Barlow", sans-serif;
  width: 700px;
  line-height: 1.4;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
}

.answers {
  /* margin-top: 60px; */
  z-index: 1;
}

.override {
  justify-content: center !important;
  margin-top:0px!important;
}

.answer {
  border-radius: 80px;
  margin-top: 20px;
  width: 400px;
  height: 45px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.answer_long {
  border-radius: 80px;
  margin-top: 20px;
  width: 450px;
  height: 45px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.answer:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.answer_long:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.answer_active {
  background-color: #4F63FF;
  color: white;
  -webkit-transition: width 1s;
  transition: width 1s;
  pointer-events: none;
}

.answer_active,
.answer_inactive_clicked {
  min-width: 400px !important;
}

.answer_inactive_clicked {
  -webkit-transition: width 1s;
  transition: width 1s;
  pointer-events: none;
}

.answer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.left {
  font-family: "Barlow", sans-serif;
  display: flex;
  height: 100%;
  font-size: 20px;
}

.left_content_container {
  display: table-cell;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opacity {
  opacity: 0.4;
  transition: 1s;
  /* -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out; */
}

.right,
.right2,
.right3,
.right4,
.right5 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-right: 8px;
}

#button_next,
#button_next2,
#button_next3,
#button_next4,
#button_next5 {
  padding: 15px 30px;
  color: white;
  background-color: #4F63FF;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  /* margin-top: 50px; */
  cursor: pointer;
}

#button_next:hover,
#button_next2:hover,
#button_next3:hover,
#button_next4:hover,
#button_next5:hover {
  background-color: #394EEA;
}

.button_disabled {
  padding: 15px 30px;
  background-color: #fff !important;
  color: #b5bac0 !important;
  border: 1px solid #b5bac0 !important;
  border-radius: 50px;
  width: 150px;
  text-align: center;
  /* margin-top: 50px; */
  cursor: pointer;
  pointer-events: none;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 3px solid #4F63FF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* ---- END - RESULTS ---- */
.overflow_auto {
  overflow: auto;
}

.overflow_hidden {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  min-height: 100vh;
}

#main_2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  height: 100%;
}

#globe_mob {
  position: relative;
  height: 812px;
  width: 100%;
  /* display: flex!important; */
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#main_3 {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* overflow:hidden; */
  /* align-items: flex-start; */
  max-height: 1000px;
  background-image: url("../images/BG_final.png");
  background-repeat: no-repeat;
  height: 100vh;
  /* background-color: #fff; */
}

#final {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-image: url("../images/BG_final.png");
  /* overflow:hidden; */
  /* align-items: flex-start; */
  height: 100vh;
  overflow: auto !important;
  background-color: #fff;
}

#main_3 .mouse {
  display: none;
}

.content {
  font-weight: 800;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top:0px;
  align-items: center;
  height: 60%;
  width: 40rem;
  font-family: "Nunito Sans", sans-serif;
  width: 80% !important;
}

.content h1 {
  font-size: 22px;
  font-weight: 600;
  padding: 0 200px;
}

#survey_button {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
  background-size: 50px;
}

.translate {
  transform: translateY(0);
  animation-name: div3b;
  animation-duration: 2s;
}

@keyframes div3b {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-900px);
  }
}

/* .translate{
  transform:translateY(-1000px);
  duration:1s;
} */
.survey_button_style {
  color: white !important;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #4F63FF;
  border: none;
  margin: 7px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
  width: 120px;
  text-decoration: none;
  margin-bottom: 10px;
}

#globe {
  min-width: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 0;
  margin-bottom: -5px;
}

#istanbul {
  min-width: 1000px;
  width: auto;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  opacity: 1;
  justify-content: flex-start;
  z-index: 0;
}

#birds {
  min-width: 1000px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#text_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 100%;
  height: 200px;
  display: flex;
  padding-top: 50px;
  justify-content: left;
  overflow: hidden;
  margin-left: 50px;
}

.text p {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.blink {
  animation: blink 0.5s infinite;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}

.header-sub-title {
  font-family: "Teko", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.hide {
  display: none;
}

.hide2 {
  display: none;
  transition: 3s;
}

@keyframes hideAnim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.show {
  display: block !important;
}

#transition {
  height: 500px;
  width: 100%;
  z-index: 0;
  background-color: #000;
}

.loader-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: ;
  background-size: cover;
  position: fixed;
}

.loader-wrapper .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 500px;
  text-align: center;
}

.experience_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5px;
}

.title h1 {
  margin: 2px !important;
  font-size: 32px;
}

.title p {
  margin: 10px !important;
  font-size: 14px;
  text-transform: uppercase;
}

.title {
  margin-bottom: 60px;
}

.button_start button {
  width: 150px;
}

.loader-wrapper .loader-header {
  color: white;
  text-align: center;
  margin: 5px;
}

.loader-wrapper .loader-image {
  color: white;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 20px 0px;
}

.loader-wrapper .start-button {
  color: white;
  text-align: center;
  padding: 10px;
  margin: 0px 60px;
  border-radius: 30px;
  background-color: #f95235;
  border: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.loader-wrapper .start-button:hover {
  background-color: #ce2e1f;
}

.loader-wrapper .start-button .button {
  color: white;
  text-align: center;
  width: auto;
  cursor: pointer;
}

.mouse_pause {
  position: fixed;
  bottom: 4%;
  display: flex;
  z-index: 1;
  background-size: 50px;
}

.slide-top {
  -webkit-animation: slide-top 1s cubic-bezier(0.23, 1, 0.32, 1) infinite alternate-reverse both;
  animation: slide-top 1s cubic-bezier(0.23, 1, 0.32, 1) infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media only screen and (max-width: 1080px) {
  #body_wrapper2 {
    /* display: none !important; */
  }

  .content h1 {
    padding: 0;
  }

  .share span {
    width: 300px;
    line-height: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    color: white;
  }

  .share nav {
    font-size: 0;
  }

  .share a {
    line-height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    background-color: #4F63FF;
    color: #fff !important;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 -10px;
  }

  .value_propositions_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .value_proposition_box {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .answers {
    /* margin-top: 30px; */
  }

  .content_top {
    /* margin-bottom:60px;
      margin-top:100px; */
  }

  #text_container {
    padding-top: 0;
    margin-left: 20px;
    width: 330px;
  }

  #content {
    padding: 5%;
    margin: auto;
    text-align: center;
    height: 80%;
  }

  .question_text {
    width: 100%;
    /* margin: auto; */
    text-align: left;
  }

  #content p {
    font-size: 1.4rem;
    line-height: 1.4;
    width: auto;
  }

  .answer {
    width: 100%;
    -webkit-transition: width 1s;
    transition: width 1s;
  }

  .answer_active,
  .answer_inactive_clicked {
    width: 100% !important;
    min-width: 100% !important;
    -webkit-transition: width 1s;
    transition: width 1s;
  }

  h6 {
    font-size: 14px;
  }

  #bg2 {
    bottom: 0;
  }

  #bg2 img {
    width: 300px;
    margin: auto;
  }

  #bg3 {
    bottom: 0px;
    right: -400px;
  }

  #bg4 img {
    width: 300px !important;
  }

  #bg5 {
    z-index: 0;
    top: 450px;
    right: 0px;
  }

  #bg5 img {
    width: 400px;
  }

  .phone {
    height: 50px;
    width: 100px;
    border: 3px solid white;
    border-radius: 10px;
    margin: auto;
    /* animation: rotate 1.5s ease-in-out infinite alternate; */
    /* display: none; */
  }

  .message {
    width: 250px;
    color: white;
    font-size: 1em;
    line-height: 1.5;
    padding-top: 15px;
    margin: auto;
    /* display: none; */
  }

  .message p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  /* .vertical {
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        width: 100vw;
        background-color: #000;
    } */
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(-90deg);
    }

    100% {
      transform: rotate(-90deg);
    }
  }

  .phone,
  .message {
    display: block;
  }

  #body_wrapper2 {
    overflow: hidden !important;
  }

  #loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* overflow:hidden!important */
  }

  .content h1 {
    font-size: 18px
  }

  #survey_button {
    flex-direction: column;
  }

  .survey_button_style {
    margin: 4px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  #main {
    justify-content: center;
    align-items: center;
    width: 220vw
  }

  #main_2 {
    justify-content: center;
    align-items: center;
    width: 220vw
  }

  #globe_mob {
    margin-left: -56%;
  }

  .mouse_pause {
    right: 30px;
  }

  .content {
    height: auto;
    margin-top: 250px;
  }

  .content h1 {
    font-size: 22px;
  }

  .content_top {
    /* margin-top:150px; */
  }

  #app_download {
    padding-bottom: 100px;
  }

  .right,
  .right2,
  .right3,
  .right4,
  .right5 {
    font-size: 16px;
  }

  .value_proposition_box_2 {
    margin: 5px;
    width: 160px;
    height: 160px;
  }

  .value_proposition_box p {
    font-size: 14px;
    width: 80%;
    margin: auto;
  }
}
