@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

$disableDuration: 15s;

.example::-webkit-scrollbar {
  display: none;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none;
}

body {
    background-color: #1c2a33;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #3A3A3A, #1C1C1C);
    background-size: cover;
    background-position: center;
}

.container{
    position: relative;
    width: 460px;
    height: 640px;
    border-radius: 12px;
    padding: 20px 30px 120px;
    background: #1c2a33;
    box-shadow: 0 5px 10px #fff;
    overflow: hidden;
}

.login-section{
    position: absolute;
    left: 50%;
    bottom: -88%;
    transform: translateX(-50%);
    width: calc(100% + 180px);
    padding: 20px 140px;
    background-image: linear-gradient(to right, #3A3A3A, #1C1C1C);
    border-radius: 290px;
    height: 100%;
    transition: all 0.6s ease;
}

#signup_form {
    padding-top: 8%;
}

#register-terms {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #fff;
}

.login-section header,
.signup-section header{
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.login-section header{
    color: #fff;
    opacity: 0.6;
}

.social-buttons{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-buttons button{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.login-section .social-buttons button{
    border: 1px solid #000;
}

.login-section .social-buttons button i,
.signup-section .social-buttons button i{
    font-size: 25px;
}

.separator{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.separator .line{
    width: 100%;
    height: 1px;
    background: #ccc;
}

.separator p{
    color: #fff;
}

.login-section .separator p{
    color: #000;
}

.container form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding-top: 2%;
}

form input{
    outline: none;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border-radius: 8px;
    background: transparent;
}

.login-section input{
    border: 1px solid #aaa;
}

form a{
    color: #333;
}

.signup-section form a{
    color: #fff;
}

.btn{
    margin-top: 15px;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.login-section .btn{
    background: #1c2a33;
    color: #fff;
    border: none;
}

.container.active .login-section{
    bottom: -12%;
    border-radius: 220px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}

.container.active .login-section header{
    opacity: 1;
}

.container.active .signup-section header{
    opacity: 0.6;
}

#welcome-back {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-bottom: 7%;
    padding-bottom: 3%;
}

@media (max-width: 430px) {
    .container{
        position: relative;
        width: 340px;
        height: 540px;
        border-radius: 12px;
        padding: 20px 30px 120px;
        background: #1c2a33;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
}

.navbar {
    margin-right: 90%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #1c2a33;
    box-shadow: 0 5px 10px #fff;
    border-radius: 20px;
}

li {
    list-style: none;
    margin: 25%;
}

.imagess {
    border-radius: 20px;
    border-color: #fff;
}

#different {
    background-color: #1c2a33;
    background-image: "";
}

#pleaseee {
    background: linear-gradient(to right, #2c2c2c, transparent);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

img .images:hover {
    color: #fff;
}

.main {
background-color: transparent;
}

.sidebar {
background-color: #1c2a33;
}

.header {
background-color: #2c2c2c;
}

body .home {
heigh: 100vh;
display: grid;
grid-template-columns: 300px 1fr;
grid-template-rows: 60px 1fr;
}

#footer1 {
position: relative;
}

/* Hiding scrollbar for Chrome, Safari and Opera */
#content::-webkit-scrollbar {
    display: none;
}

/* Hiding scrollbar for IE, Edge and Firefox */
#content {
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.btnsignup:active {
Content: "Please Wait";
}