body {
    background-color: rgba(252, 181, 194, 0.381);
}

.fashionn{
    background-color: #f7c0e6;
}
.icotop a{
    text-decoration: none;
    font-family:Miss Fajardose;
    font-size: 40px;
    color:#f6b4e2;
}
.linnie:hover{
    color: white;
}
.linnie::after{
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 0; 
    height: 2px; 
    background-color: rgb(255, 255, 255);
    transition: width 0.3s ease; 
}



.linnie:hover::after{
    width: 80%;
}
.icotop {
    justify-content: center;
    align-items: center;
    width: 180px;
    position: absolute;
    top: 0;  
    left: 0; 
    margin-top: 20px;
    margin-left: 5px;
    padding: 15px;  
    background-color: transparent; 
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.navi a {
    color: white;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
}


.navbar {
    position: relative;
    width: 100%;
    height: 65px; 
    background-image: url('https://images.app.goo.gl/CzT78Kf5MFQyNiXU6'); 
    background-size: cover; 
    background-position: center; 
    display: flex;
    justify-content:center;
    align-items: center; 
    padding: 10px;
    background-color: white;
}

.nav-item {
    width: 50px;
    color: white; 
    font-size: 10px;
    text-decoration: none; 
    padding: 10px;
    background-color: #ff91de; 
    border-radius: 4px; 
    transition: background-color 0.3s; 
}

.nav1:hover {
    background-color: rgb(250, 208, 245); 
}
.nav2:hover {
    background-color: rgb(250, 208, 245); 
}
.nav3:hover {
    background-color: rgb(250, 208, 245); 
}



.dollhouse{
    font-weight: 550;
    z-index: 60;
    position: relative;
    flex-wrap: wrap;
    font-family: Miss Fajardose;
    align-items: center;
    justify-content: center;
    display: flex;
    color:white;
    font-size: 20vw;
    margin-top: 3vw;
    line-height: 0.9;

}

.joinie{
    font-weight: 100;
    font-family: Miss Fajardose;
    text-align: center;
    font-size: 10vw;
    color: white;
}

.loggieplussign{
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 30px;
    gap: 30px;
    margin-bottom: 5vw;

}

.gosignup{
    background-color: #f6b4e2; 
    border-radius: 10px;
    transition: background-color 0.3s; 
    border: #f5caf5 solid 1px;
    text-decoration: none;
    font-family: Miss Fajardose;
    font-weight: 100;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gosignup:hover{
    background-color: rgb(250, 208, 245);
    border: #f6b4e2 solid 1px; 
}

.gologin{
    background-color: #f6b4e2; 
    border-radius: 10px;
    transition: background-color 0.3s; 
    border: #f5caf5 solid 1px;
    text-decoration: none;
    font-family: Miss Fajardose;
    font-weight: 100;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gologin:hover{
    background-color: rgb(250, 208, 245);
    border: #f6b4e2 solid 1px;
}


.idlol{
    color: white;
    text-decoration: none;
    font-size: 6vw;
    
}

.dollie {
   z-index: 60;
   display: flex;
   flex-direction: column;
   text-align: center;
   justify-content: center;
   align-items: center;
   margin-top: -20vw;
}

.dollhouse2{
    font-weight: 100;
    font-family: Miss Fajardose;
    color: #f6b4e2;
    font-size: 5.55vw;
    width: 30%;
}



.slidingrec{
    margin-top: 30px;
    overflow:hidden;
    z-index: 50;
    border-radius: 10px;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;   
    height: 42vw; 
    background-color: transparent;
}

.centeragain{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.quotie{
    font-family: Miss Fajardose;
    font-weight: 100;
    color: #f09ed8;
    font-size: 10vw;
}

.quotie:hover{
    color: white;
}
.div5slide{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: -11vw;
}
.div4slide{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: -200px;
}
.charityy{
    width: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    text-decoration: underline;
    margin-bottom: 5px;
}

.charity:hover{
    color: rgb(228, 226, 226);
    cursor: pointer;
}
.images {
    z-index: 2;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: slide 33s linear infinite; 
}

.images img {
    z-index: 3;
    background-color: rgba(252, 181, 194, 0.381);
    border-radius: 20px;
    border-color: rgb(255, 255, 255);
    height: 200px;   
    width: 200px; 
    object-fit: cover; 
}


@keyframes slide {
    0% {
        transform: translateX(0); 
    }
    100% {
        transform: translateX(-1000px); 
    }
}





.dfwhole{
    margin-bottom: 30px;
    position: relative;
    align-items: center;
    justify-content: center;

}

.df h2{
    z-index: 70;
}
.df{
    z-index: 0;
    background-color: white;
    border: 2px solid white;
    text-align: center;
    position: relative;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: flex;
    color:#ffc9ef;
    font-size: 2rem;
    margin-top: 0px;
}
.affirm{
    z-index: 18;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3.5vw;
    margin-top: 10px;
    padding: 0;
}

.affirm2{
    z-index: 17;
    text-align: center;
    width: 100%;
    float: left;
}

.affirm2:hover{
    color: #f6b4e2;
}
.idk{
    z-index: 21;
    text-align: center;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
  }
  
button:hover {
   background-color: #45a049;
  }
 
.container{
    border-radius: 20px;
    display: flex;
    height: 500px;
    width: 800px;
    margin: auto;
    margin-top: 25px;
}

.form{
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    background-color: white;
}

.form h2{
    font-weight: 400;
    font-size: 3rem;
    font-family:Miss Fajardose;
    color:#f6b4e2;
    margin: 20px;
    font-size: 85px;

}

.form h2:hover{
    color: #f5caf5;
}

.box{
    padding: 12px;
    width: 65%;
    margin: 15px;
    border: 1px solid #f6b4e2;
    border-radius: 20px;
    outline: none;
}

#submit{
    padding: 12px 30px;
    width: 40%;
    background-color: #f6b4e2;
    color:white;
    border: 1px solid #f5caf5;
    border-radius: 20px;
    margin-top: 5px;
}

#submit:hover{
    border-color:#f6b4e2;
    background-color:#f5caf5;
    cursor: pointer;
}

.dhaa{
    font-weight: 400;
    margin-top: 20px;
    color: #f6b4e2;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;

}

.signie{
    gap: 5px;
    display: block;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #f6b4e2;
    text-decoration: none;
    font-size: 17px;
    margin-bottom: 5px;
}

.signie:hover{
    color: #f5caf5;
}

.side{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.side img{
    width: 450px;
    height: 500px;
    border-radius: 20px;
}

.doll{
    text-align: center;
    justify-content: center;
    display: flex;
    line-height: 0.9;
    font-weight: 400;
    font-size: 200px;
    color: #f6b4e2;
    font-family: Miss Fajardose;
    margin-top: 80px;
    margin-bottom: 50px;
    align-items: center;
}

.doll:hover{
    color: white;
}

.homepa{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    color: #fbd7f0;
    margin-top: 35px;
}

.homepa:hover{
    color:#f5caf5;
}

.blockie{
    text-align: center;
    gap: 3px;
}

.fa-arrow-down{
    color:#f6b4e2;
    margin-top: 5px;

}

.acc{
    text-decoration: underline;
    text-decoration-color:#f6b4e2;
    text-decoration-thickness: 2px;
}

.container2{
    border-radius: 20px;
    display: flex;
    height: 650px;
    width: 900px;
    margin: auto;
}

.box1{
    padding: 12px;
    width: 65%;
    margin: 10px;
    border: 1px solid #f6b4e2;
    border-radius: 20px;
    outline: none;
}

.blockie2{
    text-align: center;
    gap: 3px;
}
.homepa1{
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    color: #fbd7f0;
    margin-top: 13px;
}

.side2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.side2 img{
    width: 550px;
    height: 650px;
    border-radius: 20px;
}

.navi1{
    float: left;
    width: 40%;
    display: flex;
    margin-left: 10px ;
}

.nav1 a {
    color: white;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
}

.error-message{
    color: #ffffff;
    font-family: Miss Fajardose;
}

.doll2{
    text-align: center;
    justify-content: center;
    display: flex;
    font-weight: 600;
    font-size: 150px;
    color: #f6b4e2;
    font-family: Miss Fajardose;
    margin-top: 30px;
    align-items: center;
}

.error-message{
    background-color: white;
    border: #f6b4e2 2px solid;
    border-radius:20px;
    width: 650px;
    height: 50px;
    color:#f6b4e2;
    font-size: 35px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.error-message:hover{
    border: white 2px solid;
    color: white;
    background-color: #f6b4e2;

}
.requirements {
    margin-top: 15px;
    list-style: none; 
    padding-left: 0;
  }


.div4error{
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #f6b4e2;
    border-radius: 10px;
    border: white solid 2px;
    width: 400px;
    height: 35px;
    margin-bottom: 20px;
}


.anotherdiv{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.errormessage{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    font-size: 25px;
}
  .requirements li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    color:#f6b4e2;
  }

.requirements li:hover{
    color: #f5caf5;
    cursor: pointer;
}
.validation ul{
    position: relative;
    display: flex;
    flex-direction: column;
}
.validation ul li{
    position: relative;
    transition: 0.5s;
}

.validation ul li::before{
    content: "\f192";
    width:20px;
    height:10px;
    font-family:fontAwesome;
    margin-right: 5px;
    display: inline-flex;
}

.validation ul li.valid{
    color:rgb(255, 106, 235);
}

.validation ul li.valid::before{
    content:"\f00c";
    color:rgb(255,106,235);
}

.errorwrap{
    display: flex;
    justify-content: center;
    align-items: center;
}


