body {
    margin: 0;
}

.main-container {
    display : flex;
    width : 100%;
    min-height: 90vh;
    border: 2.5px solid #24272c;
}

.left-section {
    width : 57%;
    background-color: #0c0f14;
}

.instalogo {
    margin-left: 40px;
    position: relative;
    top: -120px;
}

.moments{
    color:white;
    font-size: bold;
    position: relative;
    top: -100px;
    margin-left: 150px;
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.close-friends{
    margin-left: 300px;
    position: relative;
    top: -80px;
    justify-content: center;
    font-size: 40px;
    display: inline-block;
    background: linear-gradient(45deg, #f99b4a 0%, #dd2a7b 40%, #9b2cb1 70%, #515bd4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.stories-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 450px; 
  margin-top: 50px;
  margin-top: -80px;
  margin-left: -45px;
}

.story-card {
  width: 200px;        
  height: 350px;        
  object-fit: cover;    
  border-radius: 24px;  
  position: absolute;   
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
  transition: transform 0.3s ease; 
}

.back-left {
  transform: translateX(-80px) rotate(-12deg) scale(0.9);
  z-index: 1; 
  filter: brightness(0.85); 
}

.front-center {
  transform: translateX(0) rotate(0deg) scale(1);
  z-index: 3; 
}

.back-right {
  position: absolute;
  z-index: 2; 
  transform: translateX(110px) rotate(12deg) scale(0.9); 
}

.right-section {
    width: 43%;
    background-color: #1f1f21;
    border-left: 3px solid #292c31;
}

.log-title {
    color: #e0e4e2;
    margin-left: 50px;
    margin-top: 100px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.buttons {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    gap: 10px;
    margin-top: 20px;
    margin-left: 55px;
}

.buttons button{
    background-color: #1e1d22;
    height: 50px;
    width: 550px;
    border-radius: 20px;
    color: #7e8388;
    border: 1px solid #606164;
    border-color: #323336;
    text-align: left;
    padding-left: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.login-button{
    margin-left: 55px;
    margin-top: 30px;
    height: 50px;
    width: 550px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.login-button button{
    border-radius: 20px;
    height: 42px;
    width: 550px;
    background-color: #1a74e3;
    border: none;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.login-button-with-facebook button{
    background-color: #28292d;
    height: 42px;
    width: 550px;
    border: none;
    border-radius: 20px;
    color: white;
    margin-top: 50px;
    margin-left: 55px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.create-new-account button{
    border: 1px solid #1a74e3;
    background-color: #28292d;
    color: #1a74e3;
    height: 42px;
    width: 550px;
    border-radius: 20px;
    margin-left: 55px;
    margin-top: 15px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.meta-logo {
    font-weight: bold;
    color: white;
    margin-top: 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


.forgot-passord{
    color: white;
    font-weight: 5px;
    text-align: center;
    margin-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
footer {
    text-align: center;
}

.footer-links {
    height: 10vh;
    background-color: #0c0f14;
    color: #606164;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.footer-bottom {
    color: #606164;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
    top: -5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


