@font-face {
  font-family: 'SriLankan';
  src: url('SriLankan.woff2') format('woff2'),
    url('SriLankan.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  /* background: linear-gradient(135deg, #023c6e, #e6f0fa); */
  background: linear-gradient(to right, #fff 0%, #e6f0fa 70%);
  /* font-family: 'Calibry', sans-serif; */
  overflow-y: hidden;
}

.bg-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.sqr-img {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 9;
  width: 43%;
}

/* .eclipse-img {
     position: absolute;
     right: 0;
     top: 0;
     z-index: 999;
 }

 .eclipse-img.eclipse1 {
     right: 60vh;
     top: 20vh;
 }

 .eclipse-img.eclipse2 {
     right: 80vh;
     top: 80vh;
 }

 .eclipse-img.eclipse3 {
     right: 10vh;
     top: 10vh;
     width: 15px;
 } */
/* 
 .eclipse-img {
  position: absolute;
  animation: float 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 999;
}

.eclipse1 {
  top: 10%;
  right: 35%;
  animation-delay: 0s;
}

.eclipse3 {
  top: 17%;
  right: 4%;
  animation-delay: 3s;
}

.eclipse2 {
  bottom: 10%;
  right: 40%;
  animation-delay: 6s;
  width: 15px;
}

@keyframes float {
  0%   { transform: translateY(0px); opacity: 0.9; }
  50%  { transform: translateY(-80px); opacity: 1; }
  100% { transform: translateY(0px); opacity: 0.9; }
} */
@keyframes float1 {

  0%,
  100% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(-100px, -120px);
    /* up-left */
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(80px, 150px);
    /* up-right */
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(-120px, 100px);
    /* down-left */
  }
}

@keyframes spin {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}

.eclipse-img {
  position: absolute;
  pointer-events: none;
  z-index: 99;
  animation-duration: 12s, 30s;
  animation-timing-function: ease-in-out, linear;
  animation-iteration-count: infinite;
}

/* Individual floating and spin animations */
.eclipse1 {
  top: 10%;
  right: 35%;
  animation-name: float1, spin;
  animation-delay: 0s, 0s;
}

.eclipse3 {
  top: 17%;
  right: 10%;
  animation-name: float2, spin;
  animation-delay: 1s, 0s;
}

.eclipse2 {
  bottom: 10%;
  right: 40%;
  /* width: 15px; */
  width: 35px;
  animation-name: float3, spin;
  animation-delay: 2s, 0s;
}

.sun-img {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 20%;
}

.sun-img2 {
  position: absolute;
  left: 0;
  z-index: 99;
  top: 20%;
  opacity: 0.1;
}

.kokis-img {
  position: absolute;
  left: 32%;
  z-index: 99;
  bottom: 0;
  width: 27%;
}

.avurudu-img {
  position: absolute;
  right: 0%;
  z-index: 9999;
  bottom: 0;
  width: 33%;
}

/* .woman-img {
  position: relative;
  z-index: 999;
  margin-left: 0px;
  width: 49%;
  top: 90px;
} */

.woman-img {
  bottom: 19px;
  position: absolute;
  z-index: 9;
  margin-left: 190px;
  width: 47%;
  top: auto !important;
  right: 0;
}

.hero {
  padding: 3rem 1rem;
  /* background: linear-gradient(to right, #fff 50%, #e6f0fa 50%); */
}

.chat-bubble {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 10px 15px;
  margin-bottom: 10px;
  max-width: 280px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 280px;
  font-family: "Alegreya Sans", sans-serif;
}

.chat-right {
  background-color: #e3f2fd;
  align-self: flex-end;
  position: absolute;
  margin-top: 130px;
  margin-right: 50px;
  z-index: 99;
}

.last-chat {
  position: absolute;
  margin-top: 260px;
  /* margin-left: -120px; */
  margin-left: -30px;
  z-index: 99;
}

.chat-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  z-index: 99;
}

.btn-custom {
  border-radius: 8px;
  align-items: center;
  background-color: #f5f9fd;
  z-index: 9999;
}

.btn1 p,
.btn2 p {
  margin: 0;
  text-align: left;
}

.btn-primary {
  border-radius: 8px;
  background-color: #0A83C1;
  border-color: #0A83C1;
}

.btn-primary::after {
  content: "";
  width: 21px;
  height: 60px;
  position: absolute;
  left: -11px;
  top: 0;
  margin-top: 160px;
  background: #92b3c3;
  opacity: 0.6;
  filter: blur(20px);
  animation: login-blur 3s infinite;
  transform: translate(-10px) rotate(45deg);
  animation-delay: 3.5s;
  transform-origin: top;
}

.btn-primary:hover {
  background-color: #0d5e87;
  border-color: #0d5e87;
}

.btn-outline-primary {
  border-color: #0A83C1;
  color: #0A83C1;
}

.btn-outline-primary:hover {
  background-color: #0d5e87;
  border-color: #0d5e87;
  color: #ffffff;
}

@keyframes login-blur {
  from {
    transform: translate(-10px) rotate(45deg);
  }

  to {
    transform: translateX(250px) rotate(45deg);
  }
}

/* .chat-conversation {
  position: absolute;
  margin-left: -30%;
  margin-top: 7%;
} */

.chat-conversation {
  position: absolute;
  margin-left: -45%;
  margin-top: -3%;
}

.chatbot-ui {
  position: absolute;
  bottom: 28%;
  z-index: 999;
  right: 13%;
}

.assistans-box {
  width: 300px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 999999;
  transform: scale(1) translateY(50px);
  opacity: 1;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(255 255 255);
  border-image: initial;
  overflow: hidden;
  transition: 0.6s;
}

.assistans-box .head-wrap {
  justify-content: left;
  background: #D2E5ED;
}

.assistans-box>div {
  box-sizing: border-box;
  padding: 0px 20px;
}

.assistans-box p {
  font-family: "Alegreya Sans", sans-serif;
}

.chatgpt {
  height: 30px;
  width: 25px;
  background-image: url(../images/banner-anim-icon-sprites.png);
  background-repeat: no-repeat;
  background-size: 100px;
  margin-right: 4px;
  background-position: -53px 0px;
}

.assistans-box>div.inside-dashboad {
  padding-bottom: 15px;
}

.assistans-box>div {
  box-sizing: border-box;
  padding: 15px 20px;
}

.inside-dashboad {
  background: rgba(255, 255, 255, 0.97);
}

.inside-dashboad .top-wrap p {
  margin-top: 0px;
  padding-top: 10px;
}

.placeholder {
  width: 100%;
  height: 55px;
  padding: 12px 20px 45px;
  border-radius: 0 40px 40px;
  cursor: default;
  background-color: #EAEAEA;
  margin-bottom: 20px;
}

.placeholder2 {
  width: 160px;
  float: right;
  border-radius: 40px 0 40px 40px;
}

.placeholder .placeholder-loading.pl-02 {
  width: 60% !important;
}

.send-box {
  width: 100%;
  margin-top: 150px;
}

.placeholder.placeholder2 .placeholder-loading {
  width: 120px;
}

.assistans-box .inside-dashboad .placeholder-loading {
  background-color: rgba(163, 187, 189, 0.61);
}

.placeholder .placeholder-loading {
  width: 100%;
  height: 8px;
  display: block;
  margin: 5px 0;
  border-radius: 50px;
  position: relative;
  background-color: #e2e2e2;
  overflow: hidden;
}

.placeholder-loading::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  /* background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .59), transparent); */
  background: linear-gradient(90deg, hsl(0deg 0% 100% / 13%), rgba(255, 255, 255, .59), rgb(0 0 0 / 0%));
  animation: loading 1.5s infinite;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }

  0% {
    transform: translateX(0%);
  }
}

.head-wrap p {
  margin: 0;
}

.head-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.text-grey {
  color: #b7b7b7;
}

.border.btn-custom {
  border-color: #d0d0d0 !important;
}

.logo {
  width: 8%;
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
}

.logo02 {
  width: 9%;
  position: absolute;
  margin-left: 40px;
  margin-top: 10px;
}

.icon1 {
  width: 15%;
  margin-right: 10px;
}

.btn-outline-primary svg {
  width: 3vh;
  margin-right: 10px;
}

.btn-outline-primary,
.btn-primary {
  width: 24vh;
  height: 6vh;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  position: absolute;
  margin-left: 40px;
  bottom: 0px;
}

.logo1 {
  width: 34%;
}

.logo2 {
  width: 22%;
}

.ayobowan {
  font-family: 'SriLankan', sans-serif;
  color: #0A83C1;
  margin-top: 26%;
}

.ayobowan span {
  margin-right: -10px;
}

/* #typing-text::after {
  content: "|";
  animation: blink 1s infinite;
  margin-left: 4px;
  color: #000;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
} */

.chat-bubble span::after {
  content: "|";
  animation: blink 1s infinite;
  margin-left: 4px;
  color: #000;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}


.chat-bubble span.done::after {
  content: none;
  /* Hides the cursor */
}

.w-80 {
  width: 80%;
}

.intro-sec {
  position: relative;
  z-index: 99999999;
}

.mobile-footer {
  display: none;
}

.logo-sl {
  width: 13%;
}

.app-download {
  display: none;
}

.lamp {
  width: 30px;
}

/* Design & Developed by Sasini Jayampath */