@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Ubuntu");
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body {
  background-color: #212c42;
  min-height: 100vh;
  color: #ececec;
  font-family: "Source Sans Pro", "Ubuntu", sans-serif !important;
}

.wrapper {
  background-color: #212c42;
  min-height: 95vh;
}

#main-content {
  overflow: auto;
}

.offical-header {
  background-color: #151c2b;
  border-bottom: 0.1px solid rgba(236, 236, 236, 0.4784313725);
  padding: 1rem;
  display: flex;
  align-items: center;
}

.font-heading {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 500;
  font-family: "Source Sans Pro", "Ubuntu", sans-serif !important;
}

.nextDay__body {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 3px; /* Width of the vertical scrollbar */
  height: 3px; /* Height of the horizontal scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.time-theme {
  color: #a3ea2a;
}

.presentation span b {
  opacity: 0;
}
.presentation_one {
  animation: fadeIn 1s ease-in-out forwards;
}
.presentation_two {
  animation: fadeIn 1s ease-in-out 1s forwards;
}
.presentation_three {
  animation: fadeIn 1s ease-in-out 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-question-wraper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.conversation-btn:nth-of-type(3) {
  grid-column: 1/3;
}

.btn-container {
  width: 100%;
  text-align: center;
}
.btn-container button,
.btn-container input[type=submit] {
  cursor: pointer;
  background-color: #525a6a;
  width: 50%;
  margin: auto;
  padding: 0.5rem 0;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #ececec;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", "Ubuntu", sans-serif !important;
}
.btn-container button:hover,
.btn-container input[type=submit]:hover {
  background-color: #212c42;
  border: 1px solid #ececec;
}
.btn-container button:active,
.btn-container input[type=submit]:active {
  outline: none;
}

.btn-container-2 {
  text-align: center;
}
.btn-container-2 button,
.btn-container-2 input[type=submit] {
  cursor: pointer;
  background-color: #525a6a;
  width: 100%;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  font-weight: 400;
  border: none;
  color: #ececec;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", "Ubuntu", sans-serif !important;
}
.btn-container-2 button:hover,
.btn-container-2 input[type=submit]:hover {
  background-color: #212c42;
  outline: 1px solid #ececec;
  border: none;
}
.btn-container-2 button:active,
.btn-container-2 input[type=submit]:active {
  border: none;
}

.btn-3 {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  font-weight: 400;
  border: none;
  color: #ececec;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", "Ubuntu", sans-serif !important;
  padding: 0 1rem !important;
  background-color: #525a6a;
}
.btn-3:hover {
  background-color: #212c42;
  outline: 1px solid #ececec;
  border: none;
}
.btn-3:active {
  border: none;
}

@media screen and (max-width: 750px) {
  .btn-container button,
  .btn-container input[type=submit] {
    width: 80%;
  }
}
.message {
  width: 100%;
}

.slide-bottom {
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-bottom {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes typing-2 {
  from {
    width: 100%;
  }
  90%, to {
    width: 0;
  }
}
.typing-slider-2 {
  position: relative;
}

.typing-slider-2 li,
.typing-slider-2 p {
  animation: slide 4s;
}

.typing-slider-2 li::after,
.typing-slider-2 p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  animation: typing 4s, cursor 4s;
}

.dailouge-box {
  width: 666px;
  min-width: 666px;
  max-width: 666px;
  margin: auto;
  background-color: #151c2b;
  border-radius: 8px;
  margin-bottom: 5rem;
  margin-top: 2rem !important;
}

.dailouge__para p {
  font-size: 1.1rem;
}
.dailouge__container {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.7rem;
}
.dailouge:nth-of-type(1) {
  margin-top: 0.5rem !important;
}

.lists {
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
  margin-left: 1rem;
  gap: 3px;
}
.lists li {
  list-style: disc;
}

.dailouge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #525a6a;
  border: 1px solid #a3ea2a;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  max-width: 3rem;
}

.dailouge-heading {
  color: #a3ea2a;
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .dailouge-box {
    margin-top: 1rem;
    width: 95% !important;
    min-width: 95% !important;
    max-width: 95% !important;
  }
}
.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  margin-top: 1rem;
}

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

/* 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,
.next {
  background-color: #151c2b;
}

.prev:hover,
.next:hover {
  color: #a3ea2a;
}

/* 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: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.active,
.dot:hover {
  background-color: #151c2b;
}

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

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
.tooltip {
  position: relative;
}

.tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 8px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

#tooltip {
  display: none;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

.copy-container:hover #tooltip {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .offical-header {
    padding: 0.5rem 0 !important;
    justify-content: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */