.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

h4 {
    font-weight: bold;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.container-signIn {
    background: #fff;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-height: 480px;
}

.form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 0 10%;
    gap: 1.5rem;
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

button {
    border-radius: 20px;
    background: #333333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

button:active {
    transform: scale(.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background: transparent;
    border-color: #fff;
}


.buttonType {
    border-radius: 20px;
    border: 1px solid #FBEC04;
    background: #FBEC04;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.buttonType:hover {
    color: white !important;
}

.buttonType:active {
    transform: scale(.95);
}

.buttonType:focus {
    outline: none;
}

.buttonType.ghost {
    background: transparent;
    border-color: #fff;
}

.form-container {
    transition: all .6s ease-in-out;
}

.sign-in-container {}

.sign-up-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay-container {
    transition: transform .6s ease-in-out;
    z-index: 100;
    min-height: 350px;
    padding: 0;
    margin: 0;
}

.overlay {
    background: rgb(2, 0, 36);
    background: linear-gradient(270deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    height: 100%;
    width: 100%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
    opacity: 1 !important;
}

.overlay-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right {
    transform: translateY(0);
}

.overlay-left {
    transform: translateY(-20%);
}

/* Move signin to right */
.container-signIn.right-panel-active .sign-in-container {
    transform: translateY(100%);
}

/* Move overlay to left */
.container-signIn.right-panel-active .overlay-container {}

/* Bring signup over signin */
.container-signIn.right-panel-active .sign-up-container {
    opacity: 1;
}

/* Move overlay back to right */
.container-signIn.right-panel-active .overlay {}

/* Bring back the text to center */
.container-signIn.right-panel-active .overlay-left {
    transform: translateY(0);
}

/* Same effect for right */
.container-signIn.right-panel-active .overlay-right {
    transform: translateY(20%);
}

.footer {
    margin-top: 25px;
    text-align: center;
}


.icons {
    display: flex;
    width: 30px;
    height: 30px;
    letter-spacing: 15px;
    align-items: center;
}

.buttonNoClass {
    border-radius: 0px;
    border: none;
    background: transparent;
    color: black;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.inputLabel {
    color: black;
    font-family: 'Lexend';
    font-size: 14px;
}

.createAccountLabel {
    margin-bottom: 0px;
    position: relative;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Lexend';
    color: #323232;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    line-height: 50px;
    padding: 0px;
}

.iti.iti--allow-dropdown {
    padding: 0px;
}

.iti__flag-container {
    padding: 10px !important;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    padding: 0.1rem !important;
    border: none;
    border-radius: 9px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.10);
    min-width: 33px;
    height: 33px;
    align-items: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    clip-path: polygon(0% 53%, 10% 45%, 35% 70%, 90% 10%, 100% 20%, 35% 89%);
    transform: scale(0);
    background-color: black;
}


.signUpText {
    font-weight: 400;
    color: black;
    text-align: start;
    margin: 0px;
}

.inputField {
    border-radius: 9px;
    border: 1px solid #d6d6d6;
    padding: 5px 5px 5px 20px;
    position: relative;
    font-weight: 400;
    color: #323232 !important;
    text-decoration: none;
    height: 50px;
    font-size: 15px;
}

.loginBtn {
    color: white;
    background-color: #87CEEB;
    border-radius: 9px;
    text-align: center;
    border: none;
}

.passwordBtns {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    padding: 0px;
}

.mySlides {
    display: none
}


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 35px;
    padding: 8px 12px;
    position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}

.guestBtn {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    border-radius: 18px;
    color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guestBtn:hover {
    background-color: #87CEEB;
    text-decoration: none;
    color: white;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 5px;
    width: 40px;
    margin: 0 2px;
    background-color: #d6d6d6;
    border-radius: 9px;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    bottom: 5px;
}

.active,
.dot:hover {
    background-color: #87ceeb;
}

#bigimg {
    margin: 0 3%;
    padding: 0px;
    min-height: 350px;
}

/* Fading animation */
/* .fade {
    animation-name: fade;
    animation-duration: 9.9s;
}

@keyframes fade {
    from {
        opacity: .1
    }

    to {
        opacity: 1
    }
} */

/* For Mobile */
@media screen and (max-width: 995px) {
    #bigimg {
        display: none;
    }
}

/* For Desktop */
@media screen and (min-width: 1565px) {
    #bigimg {
        display: block;
    }
}

.loginBtn {
    color: white;
    background-color: #87CEEB;
    border-radius: 9px;
    text-align: center;
    border: none;
}