@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(150px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(150px) rotate(-360deg);
  }
}


.login-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: space-around !important;

  font-family: "Poppins", sans-serif;
}

.ticktokimci {

    height:40px;
}


.insideeffect {
  display: flex;
  gap: 170px;
  position: relative;
}

.images-section {
  position: relative;
  width: 350px;
  height: 300px;
}

.images-section {
  position: relative;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Adjust as needed */
}

.main-image {
  position: relative;
  width: 200px; /* Adjust size */
  height: auto;
  margin-top: 23px;
  z-index: 2;
  transform: scale(1.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainimageiphone {
  margin-top: 105px;
  height: 240px;
}


.side-image {
  position: absolute;
  width: 80px;
  z-index: 1;
  padding-top:22px ;
  opacity: 0.9;
}

.misterbeast {
    height:230px;
}



.tiktoker {
  left: 35px;
  top: 130px;
  width: 350px !important;

  transform: rotate(-0deg) skewX(5deg);
}

.youtuber {
  right: -171px;
  top: 139px;
  width: 350px !important;
  transform: rotate(-0deg) skewX(-3deg);
}
.icon {
  position: absolute;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 8px;
  animation: float 2s ease-in-out infinite;
  transform-origin: center -150px; /* Adjust to control orbit radius */
}

.tiktok-icon {
  left: -2px;
  top: 142px;
  animation-delay: 1s;
}
.instagram-icon {
  left: 200px;
  top: 79px;
    animation-delay: 4s;

}


.youtube-icon {
  right: 1px;
  top: 140px;
      animation-delay: 6s;

}

.subscription-icon{
    right: 12px;
  top: 270px;
  z-index: 3;
      animation-delay: 2s;


}


.sharing-icon{
    right:180px;
  top: 347px;
  z-index: 3;

}

.sizingyoutube {
    height: 32px;
}


.sharingiconee {
  margin-top: 10px;
  margin-left: -10px;
  height: 25px;
}

.anchorele {
  color: #fff;

}

.ticktokimcitrerr {
  height: 32px;
}


.login-box {
  margin-top: 50px;
  border-radius: 15px;
  padding: 20px 35px;
  background-image: url('/img/neotrendy/vector.png');
  background-color: #b2afaf29;
  background-repeat: no-repeat;
  background-size: calc(100% - 40px) calc(100% - 40px); /* creates padding effect */
  background-position: center;
  position: relative;
  min-width: 500px;
}


.orglogoalign {
display: flex;
flex-direction: row;
justify-content: space-between;
}


.vectorekemen {

height: 450px;

align-items: center;
text-align: center;
}

.closeicon {
  position: absolute;
  top: 20px;

  right: 20px;
gap: 426px;
  display: flex;

  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  font-size: 20px;
}

.login-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.login-box p {
  margin-bottom: 20px;

}

.login-box input {
  width: 85%;
  align-items: center;
border-style: solid;

  padding: 10px;
  margin-bottom: 15px;
  border: none;
border-radius: 8px;
}

.placeholdername {

    font-style: poppins;
    font-size: 16px !important;

    margin-bottom: 6px !important;
}



.placeholdernamee {
    font-size: 14px;
    width:auto;
    align-items: left;


  }


.placeholdernameee {

    font-style: poppins;
    font-size: 12px !important;
    margin-bottom: 6px !important;
    text-align: center !important;
    margin-left: 65px;
    margin-top: -11px;
    align-items: center !important;
}

.password-field {
  display: flex;
  align-items: center;
  margin-top: -6px;
}

.hideicon {

  cursor: pointer;
  font-size: 10px !important;
  text-align: right !important;
  margin-top: -22px !important;

}

.forgotpassworde {
  display: block;
  text-align: left;

margin-top: -33px;
  font-size: 16px !important;
  font-style: poppins !important;
  text-decoration: none;
}

.login-button {
  position: relative;
  width: 130px;
  height: 45px;
 font-size: 15px;
  border: none;
  border-radius: 20px;
  padding: 10px;
background: linear-gradient(to right, #AE0035, #170032, #0B003F, #CB0316);
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: Gilda Display;
  z-index: 1;
  color: #ffffff;
  overflow: hidden;
  transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}

.login-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #770035, #120233);
  border-radius: 22px;
  z-index: -1;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 5px;
  box-sizing: border-box;
  transition: opacity 0.4s ease;
}




/* Hover Effects */
.login-button:hover {
  background: linear-gradient(90deg, #770035, #120233);
  color: white;
  box-shadow: 0 0 10px rgba(119, 0, 53, 0.6), 0 0 20px rgba(18, 2, 51, 0.5);
}




/* Optional glowing animation (pulse) */
@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 10px rgba(119, 0, 53, 0.5), 0 0 20px rgba(18, 2, 51, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(119, 0, 53, 0.7), 0 0 30px rgba(18, 2, 51, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(119, 0, 53, 0.5), 0 0 20px rgba(18, 2, 51, 0.3);
  }
}

.login-button:hover {
  animation: glow-pulse 1.5s infinite ease-in-out;
}



.otp-box-container {
  display: flex;
  gap: 1px;
  justify-content:left;
  margin: 10px 0 20px;
}

.otp-box {
  width:17px !important;
  height: 17px;
  font-size: 20px;

  text-align: left !important;
  border: 4px solid;
  border-radius: 8px;
  outline: none;

  transition: border-color 0.2s, box-shadow 0.2s;
}




.verifyotpbuttons {
  font-size: 13px !important;
  height: 26px;
  width: 68px !important;
  background-color:#F4F4F4B5 !important;
  border-radius:12px;
  border-width: 1px;
  border-color: gray;
  color: black !important;
  margin-top: 12px;
  margin-left: 10%;
}



.emilinputele {
  background-color: red;
}

.otpverifybuttonalign {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.otp-box:focus {
  border-color: #7e3af2;
  box-shadow: 0 0 5px rgba(126, 58, 242, 0.5);
}


.signinalign {

    text-align: center;
    font-size: 27px !important;
    font-family: Gilda Display;
    font-style: poppins !important;
    font-weight: 100;
    margin-top: 30px;


}


.orgimagrlel {
  height:43px;
}

.loginstle{
    text-decoration: none;

}


.passwrodandhide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}
.signinaligne {

    text-align: center;
    font-size: 16px !important;
    font-style: popins;

}

.signinalignee {

    text-align: center;
    font-size: 11px !important;
    font-style: popins;
}


.social-login {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.googleicon {
  height: 16px !important;
}

.facebook, .google{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* optional: spacing between icon and text */
  padding: 10px;
  border-width: 1px;
  width: 190px;
  height: 34px;
  font-size: 15px;
  border-color: gray;
  border-radius: 35px;
  cursor: pointer;
}

.form-checkbox {
  align-items: left !important;
  margin-left: -30px !important;
}

.custom-checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
  background: transparent;
}

.custom-checkbox-field input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #a78bfa;
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: 3px;
}

.custom-checkbox-field input[type="checkbox"]:checked {
  background-color: #a78bfa;
}

.otp-resend-button {
  font-size: 13px;
  font-weight: 200;
  border: none;
  border-radius: 8px;
  background:transperent;
  cursor: pointer;
  height: 33px;
  width:80px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(123, 47, 247, 0.4);
}





.monocia {

  color: red;
}


.otp-resend-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(123, 47, 247, 0.6);
}

.otp-resend-button.disabled {
  background: #888888;
  cursor: not-allowed;
  box-shadow: none;
}

.placeholdernameppo {
  height: 30px !important;

}


.showhidepasswordee {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}



.custom-checkbox-field input[type="checkbox"]::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-checkbox-field input[type="checkbox"]:checked::after {
  opacity: 1;
}

.custom-checkbox-field label {
  line-height: 1.4;
  cursor: pointer;
}

.groupfamilyall {
  display: none;
}


.marketingConsent {
  font-size: 13px;
  width: 420px;


}


.lableelement {
  margin-right:-40px ;
  width: 500px;
  text-align: left;
  align-items: left;
}

.mobileassetfixingthing {
  display: none;
}


.footere {
  font-size: 17px;
  flex-wrap: wrap;
  gap:45px;
  margin-bottom:50px;
  padding:10px;
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  display: flex;
  font-family: Gilda Display;
  color: #fff;
  opacity: 0.8;
}





.footer {
  font-size: 17px;
  flex-wrap: wrap;
  gap: 20px;

  font-family: Gilda Display;
  padding: 10px;
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content:space-around !important;
  display: flex;
  opacity: 0.8;

}


.footer .fa-facebook-f,
.footer .fa-instagram,
.footer .fa-youtube {
  font-size: 16px;
  color: #6c757d; /* matches Bootstrap secondary */
  transition: color 0.3s;
}

.footer a:hover .fa-facebook-f,
.footer a:hover .fa-instagram,
.footer a:hover .fa-youtube {
  color: #007bff; /* or your primary color */
}


/* iPads and tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
.login-container {
    height: auto;
    width:auto;




  }





}




@media screen and (max-width: 1028px) {
  .login-container {
    height: auto;
    width:auto;


  }

  .mobileassetfixingthing {
    display: block;
    align-items: center !important;
    text-align: center !important;
    display: flex;
flex-direction: row;
justify-content: center;
  }


  .sizingyoutuberet{
align-items: center !important;
text-align: center !important;
justify-content: center;



    height: 200px;
    width:auto;
  }

  .insideeffect {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 10px;
  }

  .marketingConsent {
    width: 70% ;
  }

.ticktokimci {

    height: 865px;
}

.groupfamilyall {
  display:block;
  height: 219px ;
}


.sharingiconee {
  margin-top: 3px;
  margin-left: -8px;
  margin-bottom: 10px;
}

  .images-section {
 display: none;
  }



  .placeholdernamee {
    font-size: 10px;

    align-items: left;


  }




  .footere {
  font-size: 14px;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 3px;
  padding: 10px;
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  display: flex;
  color: #fff;
  font-family: Gilda Display;
  opacity: 0.8;

}


  .instagram-icon {
  left: 260px;
  top: -8px;
    animation-delay: 4s;

}


.whatsappinputse {
  width: 90%;
}

.emilinputelem {
  width: 80% !important;
}

.emilinputele {
  width:91% !important;

}


  .main-image {
    width: 160px;
  }


  .tiktok-icon {
  left: -3px;
  top: 20px;
  animation-delay: 1s;
}





  .youtuber {
  right: 56px;
  top: 10px;
  height: px;
  transform: rotate(0deg);
}

  .mainimageiphone {
    width: 70%;
    height: auto;
  }

  .side-image {
    width: 60px;
  }

  .misterbeast {
    height:180px;
  }

.tiktoker {
  left: -2px;
  top: 10px;
  transform: rotate(-0deg);
}


  .icon {
    display: none; /* Hide orbiting icons on mobile for clarity */
  }

  .login-box {
    background: #b2afaf29;
    border-radius: 15px;
    background-image: url('/img/neotrendy/vector.png');
    margin-top: 25px;
   min-width: 500px;
   width: 100%;
    max-width: 500px;
     background-size: calc(100% - 16px) calc(100% - 16px); /* shrink image to simulate padding */
    background-position: center;

  }




  .vectorekemen {
    display: none; /* Hide vector background for simplicity */
  }

  .signinalign {
    margin-top:15px;
    font-size: 24px !important;
    text-align: center;
  }

  .signinaligne {
    text-align: center;
    font-size: 14px;
  }

  .closeicon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    gap:220px;
  }

  .placeholdername {
    margin-left: px;
    font-size: 14px !important;
  }

  .login-box input {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 10px;
  }

  .password-field input {
    width: 100%;
  }

  .forgotpassworde {
    margin-left: 0;
    text-align: left;
    font-size: 13px;
  }

  .login-button {
    width: 100%;
    text-align: center !important;
    align-items: center !important;
    font-size: 13px;
  }

  .social-login {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .facebook,
  .google {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    gap: 12px;
    padding: 10px;
    font-family: Gilda Display;
    font-size:12px !important;
    margin-top: 2px;
    text-align: center;
    position: relative !important;
  }
}

/* Light Theme */
body {
    background-color: #ffffff;
    color: #000000;
}

.login-box {
    background-color: #b2afaf29;
}

.loginstle {
    color: black;
}

input,
button {
    background-color: #f9f9f9;
    color: #000;
    border: 1px solid #ccc;
}

.anchoreleto {
    color: black;
    text-decoration: none;
}

.login-button {
    background-color: black;
    color: white;
}

.placeholdername,
.forgotpassworde {
    color: black;
}

/* Dark Theme */
body.dark-mode {
    background-image: url('/img/neotrendy/ClipPathBackground.png');
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.dark-mode .login-box {
    background-color: #FFFFFF2E;
}

body.dark-mode input,
body.dark-mode button {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode .placeholdername,
body.dark-mode .forgotpassworde {
    color: white;
}

body.dark-mode .anchoreleto {
    color: white;
    text-decoration: none;
}

body.dark-mode .loginstle {
    color: white;
}

/* Theme Toggle Styles */
.theme-toggle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.theme-toggle {
    width: 35px;
    height: 16px;
    border-radius: 20px;
    background-color: #b2afaf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.theme-toggle.light {
    background-color: #87ceeb;
    height:20px;
}

.theme-toggle.dark {
    background-color: #2f2f2f;
    height:20px;
}

.toggle-ball {
    width: 12px;
    height: 12px;
    background-color: #ffd700;
    border-radius: 50%;
    position: absolute;

    transition: transform 0.4s ease;
}

.theme-toggle.dark .toggle-ball {
    background-color: #ff4500;
    transform: translateX(20px);
    right: 22px;
      width: 12px;
    height:12px;

}

.clouds {
    width: 100%;
    height: 99%;
    position: absolute;
    background-image: url('/img/neotrendy/morning.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
}

.theme-toggle.dark .clouds {
    background-image: url('/img/neotrendy/night.png');
}

.theme-toggle-container p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0;
}

.theme-toggle.dark p {
    color: #fff;
}

/* Page Transitions */
.page-transition {
    animation: fadeIn 0.5s ease-in-out;
    will-change: transform, opacity;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Loading Overlay */
#page-transition-overlay {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

body.dark-mode #page-transition-overlay {
    background: rgba(0, 0, 0, 0.95);
}

/* Ensure smooth transitions for all interactive elements */
.login-box,
input,
button,
a,
.theme-toggle,
.toggle-ball,
.clouds {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

/* Add transition for dark mode changes */
body {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-color, color;
}

body.dark-mode {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-color, color;
}

/* Optimize animations */
.login-box {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Smooth hover transitions */
.login-button:hover,
.social-login button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Page transition on load and exit */
body {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Fade-in on load */
body.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Fade-out on link click */
body.fade-out {
    opacity: 0;
    transform: translateY(-20px);
}

/* Prevent content jumps during transitions */
section {
    position: relative;
    overflow: hidden;
}

/* Link transitions */
a {
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, color;
}

a:hover {
    transform: translateY(-1px);
}

/* Form step transitions */
.form-step {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

.form-step.hidden {
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
}

.form-step:not(.hidden) {
    opacity: 1;
    transform: translateX(0);
}

/* Image fade-in after load */
img {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

img.loaded {
    opacity: 1;
}
.login-otp-input{
  justify-content: space-between;
 }
@media (max-width:575px) {
  .login-box{
    min-width: 350px;
    max-width: 350px;
  }
  .step-3plaeceholde {
    text-align: center !important;
  }
  .footere{
    margin-bottom: 0px;
  }
  .iagreecheckb {
    font-size: 14px !important;
  }
  .login-otp-input{
    justify-content: center !important;
   }
   .form-step-3 h3{
    text-align: center;
   }
   .btn-primary-login{
    padding: 7px !important;
   }
}
@media (max-width:374px) {
  .login-box{
    max-width: 300px;
    min-width: 300px;
  }
}
.login-check input{
  width: 20px !important;
  margin: 4px 0px 0px 0px !important;
}
.btn-primary-login{
  background-color: #3d032f !important;
  color: white !important;
  border: 1px solid #3d032f !important;
  border-radius: 10px !important;
}
.btn-primary-login:hover{
  color: #3d032f !important;
  background-color: white !important;
}
.disabled-btn-primary-login{
  background-color: #8f8f8f;
  border: 1px solid #8f8f8f;
}
.main-page{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}