.hidden {
  display: none;
}
.otp-input-container {
  gap: 15px;
}

.otp-input {
  width: 24%;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.otp-input:focus {
  outline: none;
  border-color: #9e97ff;
  box-shadow: 0 0 5px rgba(158, 151, 255, 0.5);
}

.loginHeader {
  margin-bottom: 0px;
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}

.loginHeader .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginHeader .container img {
  height: 45px;
}

.leftPanelPart {
  border-radius: 10px !important;
  overflow: hidden;
}

.loginHeader .backButton {
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 400;
}

.logingTutorial {
  position: relative;
  box-shadow: 4px 4px 0px 0px #00000040;
}

.logingTutorial img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.logingTutorial video {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 10px;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.owl-theme .owl-dots .owl-dot {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ffd25d;
}

.tutotText {
  position: absolute;
  bottom: 0;
  padding: 24px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #232323 100%);
  height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.tutotText p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}

.tutorPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Container for the icon */
.video-play-icon {
  width: 100px;
  height: 100px;
  background-color: #000000b0;
  /* Black background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  animation: pulseSpread 2s infinite ease-in-out;
}

/* Triangle play button */
.triangle {
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  /* White triangle */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: relative;
}

/* Pulsing spread animation */
@keyframes pulseSpread {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }

  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.appDownloadLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.appDownloadLinks button {
  border: none;
  background-color: transparent;
}

.appDownloadLinks button img {
  height: 65px;
}

.loginRightPanel h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

.appleGoogleLogin {
  margin-bottom: 25px;
}

.appleGoogleLogin button {
  padding: 14px;
  width: 100%;
  border: 1px solid #000000;
  color: #383838;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  background-color: transparent;
}

.appleGoogleLogin button img {
  width: 22px;
  height: 22px;
}

.loginDivider {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 15px;
}

.loginDivider .divideLine {
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
}

.emailPassLogin label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #383838;
}

.emailPassLogin .form-control {
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  height: 50px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
  padding-left: 24px;
}

.emailPassLogin .form-select {
  /* box-shadow: 4px 4px 0px 0px #00000040; */
  height: 50px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
  padding-left: 24px;
}

.forgotPass {
  font-weight: 400;
  font-size: 16px;
}

.loginWithEmailpass {
  padding: 12px;
  width: 100%;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  font-size: 22px;
  border: 1px solid #383838;
}

.signUpWithEmailpass {
  padding: 12px;
  width: 100%;
  background-color: #383838;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  border: none;
}

.guestWithEmailpass {
  padding: 12px;
  width: 100%;
  background-color: #ffd25d;
  color: #383838;
  font-weight: 600;
  font-size: 22px;
  border: 1px solid #383838;
}

.createAcountSignup p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.createAcountSignup p button {
  font-weight: 600;
  background: transparent !important;
  padding: 0px;
  font-size: 20px;
  outline: none !important;
  border: none !important;
}

.createAcountSignup p button:hover {
  background: transparent !important;
  color: initial !important;
  outline: none !important;
  border: none !important;
}

.createAcountSignup p a {
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.geustLogin {
  font-size: 16px;
  font-weight: 500;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 14px;
  background-color: transparent;
  border: 1px solid #000000;
}

.geustLogin img {
  width: 22px;
  height: 22px;
}

.checkTerms .form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  box-shadow: 2px 2px 0px 0px #00000040;
  border: 1px solid;
}

.checkTerms label {
  font-size: 18px;
}

.checkTerms label a {
  color: #473bf0;
}

.loginWithcontinuePass {
  padding: 12px;
  width: 100%;
  background-color: #9e97ff;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  border: none;
}

.commonSignupForm {
  display: none;
}

.commonGuestForm {
  display: none;
}

.commonOtpForm {
  display: none;
}

.commonPhoneForm {
  display: none;
}

.phone-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-country-code-static {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 60px;
  padding: 0 12px;
  border: 1px solid #000000;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  background: #fff;
}

.phone-number-inline {
  flex: 1;
}

.commonPhoneOtpForm {
  display: none;
}

.commonPhoneAddonForm {
  display: none;
}

.phone-otp-input {
  width: 15%;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.phone-otp-input:focus {
  outline: none;
  border-color: #9e97ff;
  box-shadow: 0 0 5px rgba(158, 151, 255, 0.5);
}

.continuePass {
  display: none;
}

.buttonInline {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.passIcon {
  position: relative;
}

.passIcon .seeHiedIcon {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes blink {
  0% {
    background-color: #ffd25d;
  }

  50% {
    background-color: #fff;
  }

  100% {
    background-color: #ffd25d;
  }
}

.blinking {
  animation: blink 1s infinite;
}

.signupSeeHiedIcon {
  position: absolute;
  top: 40px;
  font-size: 24px;
  right: 20px;
  cursor: pointer;
}

.loginLeftPanel {
  position: sticky;
  top: 10px;
}

.mobileToast {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
}

.mobileToast .toast {
  width: 500px;
}

.TermsConditions span {
  cursor: pointer;
}

.isHidden {
  display: none;
}

.backtohome {
  display: none;
}

@media only screen and (max-width: 500px) {

  .buttonInline{
    font-size: 18px;
  }

  .guestWithEmailpass{
    font-size: 20px;
  }

  .loginHeader img {
    width: 195px;
  }

  .loginHeader .backButton {
    font-size: 18px;
  }

  .loginHeader .backButton .me-3 {
    margin-right: 5px;
  }

  .loginHeader {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .loginRightPanel h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .appleGoogleLogin button {
    gap: 5px;
    /* padding: 10px 5px; */
    font-size: 14px;
  }

  .appleGoogleLogin button span {
    display: none;
  }

  .appleGoogleLogin {
    margin-bottom: 25px;
  }

  .loginDivider {
    margin-bottom: 10px;
  }

  .emailPassLogin label {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .loginWithcontinuePass {
    padding: 13px;
    font-size: 20px;
  }

  .createAcountSignup p {
    font-size: 18px;
  }

  .createAcountSignup p button {
    font-size: 18px;
  }

  .loginHeader .appDownloadLinks img {
    display: none;
  }

  .loginHeader .container {
    justify-content: center;
  }

  .loginHeader .container .appDownloadLinks {
    display: none;
  }

  .mobileToast {
    bottom: unset;
    top: 3rem;
    width: 90%;
  }

  .mobileToast .toast {
    width: 100%;
  }

  .appDownloadLinks {
    text-align: center;
  }
  .appDownloadLinks button img {
    margin: 0px 10px;
  }
}
