body {
    margin: 0;
    padding: 0;
    font-family:serif;
    height: auto;
    background: linear-gradient(180deg, #f0f0f0, #a28089);
}


.home {
    
    height:100vh;
    
}

.logo {
    width: 32px;
    height: 32px;
    padding: 20px;
    
}

.home-content { 
    
    margin-top: -100px;
    text-align: center;
    opacity: 0; 
    animation: fadeIn 1s forwards; 
}
.main-text{
    font-family: 'Brush Script MT', cursive;
    font-size: 50px;
    margin-left: 30px;
    opacity: 0;
    animation: fadeIn 2s forwards 0.5s; 
}
.main-text a {
    color: #8b5d6a; 
    /* text-decoration: none;  */
    
}
.head-text {
    color: #350814;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 96px;
    font-weight: 700px;
    font-family: 'Brush Script MT', cursive;
    opacity: 0; 
    animation: fadeIn 2s forwards 0.5s; 
    
}

.content-text {
    margin-top: 20px;
    /* font-weight: bold; */
    opacity: 0; 
    animation: fadeIn 2s forwards 1s; 
}

.custom-button {
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    background-color: #300410;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #74424f;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shirt{
    margin-left: 1000px;
    margin-top: -350px;
    width: 300px;
     height: 300px; 
     opacity: 0;
     animation: fadeIn 3s forwards; 
}
.home-content {
    position: relative;
    overflow: hidden;
}

.fade-out {
    animation: moveLeft 1s forwards;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}



nav{
    width:100vw;
}

.nav__container{
    display:flex;
    justify-content: space-between;
    align-items: center;
}


.nav__menu{
    display: flex;
    align-items: center;
    gap: 10rem;
    margin-right: 200px;
}
.nav__menu a{
    font-size: 0.9rem;
    transition: all 400ms ease;
    text-decoration: none;
    color: #2c2a2a;
    
}
.nav__menu a:hover{
    color: #942542;
}

h0{
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    position: absolute;
    margin-left: 180px;
    margin-top: -20px;
    font-size: 30px;
    cursor: pointer;

}




.signup-container {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}
.frm {
    background-color: rgba(245, 245, 220, 0.473);
    padding: 40px;
    border-radius: 10px;
    box-shadow: #bfb3f2 0px 0px 20px 1px;
    width: 350px;
    text-align: center;
    height: 500px;
   
}
.content {
    margin-bottom: 20px;
    margin-top: -20px;
    margin-right: 35px;

}
.signup-btn {
    border: 2px solid #1a57e6;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #1a57e6;
    color: white;
    cursor: pointer;
}
input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    background-color: grey;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

::placeholder{
    color: rgba(255, 255, 255, 0.856);
}  
input:focus {
    border-color: #1a57e6;
}
.social-btns {
    display: flex;
    gap: 50px;
    margin-left: 30px;
}
.s-btn {
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #bfb3f2;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.712);
}
.s-btn:hover {
    transition-duration: 0.2s;
    border-color: #1a57e6;
}
.s-btn img {
    width: 20px;
}
.signup {
    margin-bottom: 20px;
    margin-top: 10px;
}
.signup-btn:hover {
    background-color: white;
    border-color: #1a57e6;
    color: black;
    transition-duration: 0.2s;
}
a {
    text-decoration: none;
}
.frm h1 {
    margin-bottom: 30px;
    color: #1a57e6;
}
.message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.frm h2{
    font-size: 18px;
    margin-left: -240px;
    color: #1d1b1b;
}

.login-container {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}

.login-container .frm{
        background-color: rgba(245, 245, 220, 0.473);
        padding: 40px;
        border-radius: 10px;
        box-shadow: #bfb3f2 0px 0px 20px 1px;
        width: 350px;
        text-align: center;
       
}

.login-container .content {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 35px;

}

.forget{
    margin-top: 10px;
    margin-left: -200px;
    font-size: large;
}

.frm a{
    color: #500038;
}

/* .container2 {
    background-color: #1e1e1e; 
    margin-bottom: 10px;    
    box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.5); 
}  */

.nest{
    display: flex;
    flex-direction: row;
    gap: 30px;
    opacity: 0;
    animation: fadeIn 2s forwards 0.5s; 
}
.left{
    flex-direction: column;
    width: 50%;
}
.left, .right{
    display: flex;
    justify-content: center;
}
.container2 p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    padding: 50px;
}
.left p{
    color: black;   
}
.right{
    align-items: center;
    padding: 50px;
}
.nest img {
    border-radius: 25px;
    height: auto;
    max-width: 400px;
    width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    /* box-shadow:  0 0 3rem rgba(0, 0, 0, 0.5);  */
}

    
.nest-flip{
    display: flex;
   flex-direction: row-reverse;
   gap: 30px;
   opacity: 0;
    animation: fadeIn 2s forwards 0.5s; 
}
.nest-flip img {
    border-radius: 25px;
    height: auto;
    max-width: 400px;
    width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    /* box-shadow: 0 0 3rem rgba(0, 0, 0, 0.5);  */
}
