@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

.navbar {
  background-color: rgba(252, 245, 235, .8);
  ;
  height: 80px;
  padding: 0.5rem;
}


.brandname {
  font-weight: 500;
  color: #25D366;
  font-size: 24px;
  transition: 0.3s color;
  text-decoration: none;
}



.login-button {
  background-color: #25D366;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #1c1e21;
  border-radius: 50px;
  color: #1c1e21;
  line-height: 16px;
  overflow: hidden;
  padding: 16px 28px;
  position: relative;
  text-align: center;
  transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
  white-space: pre;
  z-index: 1;
}

.login-button:hover {
  background-color: #25D366;
}

.navbar-brand {
  font-weight: 500;
  color: #25D366;
  font-size: 24px;
  transition: 0.3s color;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.nav-link {
  color: #000;
  position: relative;
}

/* Hover and Active States for Links */
.nav-link:hover,
.nav-link.active {
  color: #000;
}

.navbar {
  justify-content: flex-end;
  padding-right: 1rem;
}

.login-button {
  margin-left: auto;
}


/* Responsive Adjustments */
@media (min-width: 992px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #25D366;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 0.5rem 1rem;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .navbar-toggler {
    font-size: 1rem;
  }

  .nav-link {
    padding: 0.5rem 1rem;
  }
}

/* Adjustments for Very Small Screens */
@media (max-width: 576px) {
  .navbar {
    padding: 0.5rem;
  }

  .navbar-brand {
    font-size: 18px;
  }

  .navbar-toggler {
    font-size: 0.8rem;
  }
}

.alignKrish {
  width: 100%;
  border-radius: 5%;
  padding: 40px;
}

.hero-section {
  background: url(img/background.png)no-repeat center;
  background-size: cover;
  width: 100%;
  border-radius: 25px;
  text-align: left;
  margin-top: 5%;
}

.hero-section::before {

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-class-name {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

.custom-class-name .column {
  flex: 50%;
  padding: 10px;
  height: 300px;

}

.hero-section .container {
  height: 130vh;
  z-index: 1;
  position: relative;

  justify-content: center;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 100px;
}

@media only screen and (max-width: 1200px) {
  .hero-section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero-section h1 {
  font-size: 1.5em;
}

.hero-section h2 {
  font-size: 1.2em;
}

.content_body {
  position: relative;
  top: 83px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0% 3%;
}

.upper_content {
  display: flex;
  flex-direction: row;
  font-family: arial, sans-serif;
  color: rgb(80, 78, 78);
  line-height: 27px;
  align-self: center;
  justify-content: space-evenly;
  padding-left: 8%;
  flex-wrap: wrap;
}

.simple_intro,
.mobile_image {
  flex-basis: 37%;
}

.upper_content .simple_intro {
  align-self: center;
}

.upper_content h2 {
  font-weight: lighter;
  font-size: 30px;
}

.upper_content p {
  font-size: 16px;
  color: rgb(143, 142, 142);
}

.simple_intro #highlight_detail {
  color: rgb(190, 182, 182);
  font-size: 12px;
}

.details_list {
  list-style-type: none;
  line-height: 35px;
}

.details_list a {
  color: rgb(21, 204, 164);
  font-size: 16px;
}

.lower_content {
  margin: 3% 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 22px;
  color: rgb(131, 125, 125);
}

.lower_content a {
  color: rgb(225, 230, 236);
}

.lower_content .lower_first {
  text-align: center;
  background-color: rgb(208, 233, 234);
  flex-basis: 49%;
  min-width: 339px;
  padding: 5% 5% 0 5%;
}

.lower_first h2,
.lower_second h2 {
  font-weight: lighter
}

.lower_first p {
  font-size: 14px;
}

.lower_first img {
  margin-bottom: -1%;
}

.lower_second {
  flex-basis: 49%;
  background-color: rgb(237, 248, 245);
  text-align: center;
  min-width: 350px;
}

.lower_second p {
  font-size: 14px;
}

.lower_second p:nth-child(2) {
  font-weight: bolder;
  font-size: 11px;
}

.lower_second p:nth-child(4) {
  margin: 0% 10%;
}

.lower_second .animated_box {
  overflow: hidden;
  border-radius: 100%;
  background-color: rgb(108, 240, 211);
  width: 230px;
  height: 230px;
  margin: 10% auto 0 auto;
}

@keyframes box_movement {
  0% {
    left: 50px;
    top: 500px;
  }

  20% {

    left: 50px;
    top: 90px;
  }

  40% {
    left: 500px;
    top: 90px;
  }

  42% {
    top: 500px;
    left: 50px;
  }

  45% {
    top: 500px;
    left: -500px;
  }

  48% {
    left: -500px;
    top: 90px;

  }

  70% {
    left: 50px;
    top: 90px;
  }

  100% {
    left: 50px;
    top: -150px;
  }

}

#box_animation {
  background-color: white;
  width: 120px;
  height: 37px;
  color: black;
  position: relative;
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 50px;
  animation-name: box_movement;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#box_animation .fas {
  color: rgb(235, 235, 93);
}

#box_animation p {
  font-size: 20px;
  position: absolute;
  top: -10px;
  left: 22px;
}

/* .explore_button{
position: relative;
top: 100px;
text-align: center;
margin-bottom: 10%;
} */

.explore_button {
  margin: 10px;
  align-self: center;
  margin: 6% 0;
}

.explore_button a {
  display: inline-block;
  color: rgb(21, 204, 164);
  background-color: white;
  border: 2px solid rgb(21, 204, 164);
  border-radius: 25px;
  padding: 22px;
  font-weight: bolder;
}

footer {
  background-color: rgb(39, 52, 67);
  position: relative;
  top: 80px;
  width: 101%;
  left: -8px;
}

footer ul {
  list-style: none;
}

.bottom_options {
  display: flex;
  width: 80%;
  line-height: 25px;
  justify-content: space-evenly;
  margin: auto;
}

.bottom_options h4 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
}

footer a {
  color: white;
  font-size: 14px;
}

footer a:hover {
  text-decoration: underline;
}

.bottom_line {
  background-color: rgb(36, 46, 58);
  width: 100%;
}

.bottom_line p {
  display: inline-block;
  color: rgba(255, 255, 255, .6);
}

.bottom_line p:nth-of-type(odd) {
  margin-left: 22%;
}

.bottom_line p:nth-of-type(even) {
  margin-left: 8.2%;
}



@media only screen and (max-width: 765px) {


  .content_body {
    padding: 0 0;
    top: 10px;
  }

  .simple_intro,
  .mobile_image {
    flex-basis: 100%;
  }

  .mobile_image {

    text-align: center;
  }

  .lower_content .lower_first {

    flex-basis: 100%;
  }

  .lower_second {
    flex-basis: 100%;
  }

  .bottom_options {
    flex-wrap: wrap;
    width: 50%
  }

  .bottom_line {
    padding: 0.007% 0;
  }

  .bottom_line p {
    display: block;
  }

  .bottom_line p:nth-of-type(odd) {
    margin-left: 2%;
  }

  .bottom_line p:nth-of-type(even) {
    margin-left: 2%;
  }
}

::selection {


  background: #25D366;
}

.wrapper {
  width: 400px;
  padding: 40px 30px 50px 30px;

  border-radius: 50px;
  text-align: center;
  background: rgb(250, 239, 239);

}

/* login container */
.wrapper header {
  font-size: 35px;
  font-weight: 500;
}

.wrapper form {
  margin: 10px 0;
}

form .field {
  width: 100%;
  margin-bottom: 20px;
}

form .field.shake {
  animation: shake 0.3s ease-in-out;
}

@keyframes shake {

  0%,
  100% {
    margin-left: 0px;
  }

  20%,
  80% {
    margin-left: -12px;
  }

  40%,
  60% {
    margin-left: 12px;
  }
}

form .field .input-area {
  height: 50px;
  width: 100%;
  position: relative;
}

form input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 18px;
  background: none;
  caret-color: #25D366;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}

form .field input:focus,
form .field.valid input {
  border-color: #25D366;
}

form .field.shake input,
form .field.error input {
  border-color: #dc3545;
}

.field .input-area i {
  position: absolute;
  top: 50%;
  font-size: 18px;
  pointer-events: none;
  transform: translateY(-50%);
}

.input-area .icon {
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}

.input-area .error-icon {
  right: 15px;
  color: #dc3545;
}

form input:focus~.icon,
form .field.valid .icon {
  color: #25D366;
}

form .field.shake input:focus~.icon,
form .field.error input:focus~.icon {
  color: #bfbfbf;
}

form input::placeholder {
  color: #bfbfbf;
  font-size: 17px;
}

form .field .error-txt {
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}

form .field .error {
  display: none;
}

form .field.shake .error,
form .field.error .error {
  display: block;
}

form .pass-txt {
  text-align: left;
  margin-top: -10px;
}

.wrapper a {
  color: #25D366;
  text-decoration: none;
}

.wrapper a:hover {
  text-decoration: underline;
}

form input[type="submit"] {
  background-color: #25D366;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #1c1e21;
  border-radius: 50px;
  color: #1c1e21;
  line-height: 16px;
  overflow: hidden;
  padding: 16px 28px;
  position: relative;
  text-align: center;
  transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
  white-space: pre;
  z-index: 1;
  margin-top: 30px;
}

form input[type="submit"]:hover {
  background: #25D366;
}

.container .header {
  background-color: #f7f7f7;
  padding: 20px 40px;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px;
}

.container form {
  width: 400px;
  padding: 40px 30px 50px 30px;

  border-radius: 50px;
  text-align: center;
  background: rgb(250, 239, 239);
}

.container form .new-form-control {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.container form .new-form-control label {
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
}

.container form .new-form-control input {
  height: 40px;
  width: 100%;
  outline: none;
  border: 2px solid #e0d5d5;
  border-radius: 3px 0px 0 3px;
  padding: 10px;
  font-size: 15px;
  font-family: inherit;
}

.container form .new-form-control .error-message {
  visibility: hidden;
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #e74c3c;
}

.container form .new-form-control i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 1.2rem;
  visibility: hidden;
}

.container form .new-form-control #new-show-password {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0px;

  height: 40px;
  width: 40px;
  border: 2px solid #e0d5d5;
  border-left: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  font-size: 1.1rem;
}

.container form .new-form-control #new-password {
  width: calc(100% - 40px);
}

.container form .new-form-control:nth-child(3) i {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -85%);
}

.container form .new-form-control.error-icon #new-error-icon {
  visibility: visible;
}

.container form .new-form-control.success-icon #new-success-icon {
  visibility: visible;
}

.container form .new-form-control .password-validation {
  width: 100%;
  height: 10px;
}

.container form .new-form-control .password-validation div {
  height: 100%;
  border-radius: 5px;
  margin-top: 5px;
}

.container form .new-form-control .new-send-button {
  background-color: #25D366;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #1c1e21;
  border-radius: 50px;
  color: #1c1e21;
  line-height: 16px;
  overflow: hidden;
  padding: 16px 28px;
  position: relative;
  text-align: center;
  transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
  white-space: pre;
  z-index: 1;
  margin-top: 30px;
}

.container form .new-form-control.error input {
  border-color: #e74c3c;
}

.container form .new-form-control.error #new-show-password {
  border-color: #e74c3c;
}

.container form .new-form-control.success input {
  border-color: #2ecc71;
}

.container form .new-form-control.success #new-show-password {
  border-color: #2ecc71;
}

.container form .new-form-control.error .error-message {
  visibility: visible;
}

.fa-circle-check {
  color: #2ecc71;
}

.fa-circle-exclamation {
  color: #e74c3c;
  background-color: red;
}

.container .create-account {
  padding: 10px 40px;
  text-align: center;
  color: #111;
}

.container .create-account a {
  color: #111;
  transition: all .2s ease-in-out;
}

.container .create-account a:hover {
  color: #149a18;
}

#login-container,
#signupContainer {
  display: none;
  width: 40%;
  z-index: 99;
  left: 35%;
  position: absolute;
  top: 50%;
}

#signupContainer {
  top: 18%;
}

@media only screen and (max-width: 768px) {

  #login-container,
  #signupContainer {
    width: 80%;
    left: 10%;
  }
}

@media only screen and (max-width: 576px) {

  #login-container,
  #signupContainer {
    width: 90%;
    #login-container,
#signupContainer {
display: none;
width: 40%;
z-index: 99;
left: 35%;
position: absolute;
top: 50%;
}

#signupContainer {
top: 18%;
}

@media only screen and (max-width: 768px) {
#login-container,
#signupContainer {
width: 80%;
left: 10%;
}
}

@media only screen and (max-width: 576px) {
#login-container,
#signupContainer {
width: 90%;
left: 5%;
}
}
 }
}