*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* background-color:#f6eeeb */
    
}

html{
    scroll-behavior: smooth;
}


/* styling navigation menu */

nav {
    float: left;
    background-color:#FEFCFF;
    position:fixed;
    width: 100%;
    padding: 25px; 
    z-index: 999;
}
  a{
        text-decoration: none;
        padding: 10px;
        color:rgb(207, 28, 58);
        font: normal normal normal 13px/1.5 'Karla';
        text-transform: uppercase;
        letter-spacing: 3px;
         background-color:#FEFCFF;
    }

#nav-logos{
    float: right;
}
a:hover{
       background-color: #ebd0c6;
       text-decoration: underline;
}


/* styling title  */
  h1{
    text-align: left;
    font: normal normal 500 100px/1.5 'Atteron Personal Use';
    color: rgb(209, 60, 85);
    text-shadow: 0px 4px 8px #e619456c;
    margin-left: 39rem;
    padding-top: 17rem;
    letter-spacing: 4.5px;
    line-height:1.5;
    position: relative;
}

#h2  {
    text-align: left;
    font: normal normal normal 39px/1.5 'Atteron Personal Use';
    color: rgb(209, 60, 85);
    text-shadow: 0px 2px 4px #fc0542be;
    margin-left: 49rem;
    letter-spacing: 4.5px;
    line-height:1.5;
    text-decoration: overline underline;
    position: relative;
}
#link-after-heading{
    font: normal normal normal 12px/1.5 'Atteron Personal Use';
    color: rgb(170, 27, 51);
    letter-spacing: 4.5px;
    line-height:1;
    display: inline-block;
    background-color:#ebd0c6; 
    width: 290px; 
    height: 20px;
    padding: 5px;
    margin-left:43rem ;
    margin-top: 2rem;
    position: relative;
}
#box{
  background-color:#f6eeeb;
  background-image: url(images/cover-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
  
}


/* about glowist */
.flex-section{
    flex-wrap: wrap;
    background-color:#f6eeeb; 
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 0 auto ;
   
}
.section-2{
    background-color: #f6eeeb;
    padding:10px ;
}
.section-2>p{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 2em;
    color:rgb(194, 14, 41);
    font: normal normal normal 18px/1.5 'Karla';
    word-spacing: 1px;
}

#flex-items{
    background-color: #FEFCFF;
     margin-top: 10px;
     margin-bottom: 10px;
    min-height:35em ; 
}

.left-item{
    flex: 1;
     border: 2px solid none;
    border-radius: 10% ;
    background-image: url(images/model-10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
}

#about-heading{
    text-align: center;
    font: italic normal 500 40px/0.5 'Kalra';
    text-transform: lowercase;
    color: rgb(209, 60, 85);
    padding: 1rem;
}

#glowist{
    text-align: center;
    font: normal normal 500 55px/0.5 'Atteron Personal Use';
    color: rgb(209, 60, 85);
    background-color: #f6eeeb;
    padding: 1rem;
    width: 50%;
    margin: auto;
}
#line-1{
    background-color: rgb(209, 60, 85);
    height: 1px;
    width: 30%;
    margin: auto;
    border: none;
} 

.left-item>h3{
    writing-mode: sideways-rl;
    position:absolute;
    right:2.5%;
    top:14%;
    font: oblique small-caps normal 39px/1.5 'Karla';
    color: rgba(165, 42, 42, 0.795);

}
  

/* glow category */
 .section-3-1{
    background-color:#f6eeeb ;
    padding: 1em;
      
 }
 .section-3-heading{
    padding: 5em;
 }

 #section-3-1-glow {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 1rem;
    font:italic normal 500 42px/0.5 'Kalra';
    color: rgb(209, 60, 85);
    
 }
 #section-3-1-category{
    text-align:center;
    padding: 1rem;
    font:normal normal 500 53px/0.6 'Atteron Personal Use';
    color: rgb(209, 60, 85);
 }
 #line-2{
    height: 1px;
    background-color:rgb(209, 60, 85) ;
    color:rgb(209, 60, 85) ;
    width: 45%;
    margin: auto;
    border: none;
 }

 .grid-container-1{
    background-color: #f6eeeb; 
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: minmax(100vh,auto);  
    width: 70%;
    margin: 0 auto ;
 }

 .grid-items-1{
    background-color: #f6eeeb; 
    width: 100%;
    height: 100%;
 }
#right-grid{

    background-image: url(images/model-9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

#left-grid{
    display: grid;
    grid-template-rows: auto ;
    background-color: #ebd0c6;
    justify-items: center;
    align-items: center;

}

.grid-heading{
    position: relative;
    color:rgb(209, 60, 85); 
    width: 50%;
    padding: 10px;
    
}
    
#find {
    font: normal normal 500 55px/1.2 'Atteron Personal Use';    
}

#your{
    font: italic normal 500 35px/1 'Kalra';
    text-transform: lowercase;
}
    
#glow{
     font: normal normal 500 55px/1.2 'Atteron Personal Use';
}
#year{
     font: oblique normal lighter 25px/1.2 'Karla';
     float: right;
}
.grid-paragraph{
    color:rgb(209, 60, 85); 
    font: normal normal lighter 18px/1.2 'Kalra';
    text-align: left;
    
}



/* outfit info section */
.section-3-2{
    background-color: #f6eeeb; 
}

.grid-containter-2 {
  background-color: #f6eeeb; 
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 5px;
}
.grid-container-2-heading{
    text-align: center;
    padding-top: 5em;
}
#Outfit{
    font:italic normal 500 40px/1.5 'kalra';
     color:rgb(209, 60, 85); 
     position: relative;
    text-shadow: 0 6px 15px rgba(243, 14, 14, 0.171);
}
#Inspo{
    font:normal normal 500 55px/1 'Atteron Personal Use';
    color:rgb(209, 60, 85);
    text-shadow: 0 6px 15px rgba(243, 14, 14, 0.253); 
}
#outfit-inspo-line{
  background-color: rgb(209, 60, 85);
  height: 1px;
  width: 40%;
  margin: auto;
  border: none;
}
.grid-container-2-para{
    color:rgb(209, 60, 85); 
    margin: auto;
    font: normal normal normal 20px/1.5 'Karla';
    text-align: center;
    width: 70%; 
    padding: 2em;
}

.grid-items {
  width: 100%; 
  height: 100%;

}
.grid-items img {
  width: 95%;   
  height: 60%;
  object-fit:cover;
  transition: transform 0.2s ease;
  margin: 8px;
}
.grid-items img:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.123);
    cursor: pointer;
}
.grid-items h3{
    background-color: rgba(255, 0, 0, 0.103);
     font: normal small-caps 500 24px/1 'Karla';
    color: rgb(209, 60, 85);
    margin: auto;   
    padding: 1rem; 
}
.grid-items p{
    font: normal normal 16px/1.4 'Karla';
    color: rgb(172, 27, 51);
    background-color: rgba(255, 0, 0, 0.055);
    padding: 1em;
}




/* Featured Section */
.section-4 {
  height: 100vh;
  background-color: #f6eeeb;
  text-align: center;
}

.featured-heading {
  margin-bottom: 3em;
}

#featured-title {
  font: italic normal 500 45px/1.3 'Great Vibes';
  color: rgb(209, 60, 85);
}

#featured-subtitle {
  font: normal normal 500 55px/1 'Atteron Personal Use';
  color: rgb(209, 60, 85);
  margin-top: -10px;
}
#line-3 {
  height: 1px;
  background-color: rgb(209, 60, 85);
  width: 40%;
  margin: 1em auto;
  border: none;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 85%;
  margin: auto;
  padding-bottom: 2em;
}
.featured-item {
  background-color: #FEFCFF;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1em;
}
.featured-item h3 {
  font: normal small-caps 500 20px/1 'Karla';
  color: rgb(209, 60, 85);
  margin-bottom: 0.5em;
}
.featured-item p {
  font: normal normal 16px/1.4 'Karla';
  color: rgb(150, 40, 60);
}
.featured-item:hover {
  transform: translateY(-16px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.15);
  cursor: pointer;
}


/* Subscribe Section */
.subscribe {
  background-color: #ebd0c691;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 50vh;
}

.subscribe h3 {
    color: rgb(209, 60, 85);
  font: normal normal 500 50px/1.2 'Great Vibes', cursive;
}

/* Form Styling */
.subscribe form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.subscribe input {
  padding: 10px 12px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font: normal 400 16px 'Karla', sans-serif;
}

.subscribe button {
  background-color: rgb(209, 60, 85);
  color: white;
  font: normal 500 18px 'Karla', sans-serif;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.subscribe button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.123);
    cursor: pointer;
     background-color: rgb(218, 64, 92);
}




/* Modern Footer */
.footer-modern {
  background-color: #ebd0c6;;
  padding: 3em 2em 1em 2em;
  color: rgb(150, 40, 60);
  font-family: 'Karla', sans-serif;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.footer-logo {
  font: normal normal 500 36px/1 'Atteron Personal Use';
  color: rgb(209, 60, 85);
  margin-bottom: 0.5em;
}
.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.footer-socials a {
  /* margin-right: 12px; */
  font-size: 20px;
  color: rgb(209, 60, 85);
  background-color:#ebd0c6; ;
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer-socials a:hover {
  transform: scale(1.2);
  color: rgb(150, 40, 60);
}
.footer-middle h3,
.footer-right h3 {
  font-size: 16px;
  margin-bottom: 0.8em;
  color: rgb(209, 60, 85);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-middle h3{
  text-align: justify;
  width: 50%;
  margin: auto;
}
.footer-middle ul {
  list-style: none;
  padding: 0;
  text-align: justify;
  width: 50%;
  margin: auto;
  position: relative;
  top: 0.5em;
}
.footer-middle ul li {
  margin-bottom: 0.5em;
}
.footer-middle ul li a {
  text-decoration: none;
  background-color: #ebd0c6;
  color: rgb(150, 40, 60);
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-middle ul li a:hover {
  color: rgb(209, 60, 85);
  text-decoration: underline;
}

.footer-right p {
  font-size: 14px;
  margin: 0.3em 0;
}

.footer-bottom {
  background-color: #f6eeeb;
  text-align: center;
  margin-top: 2em;
  font-size: 13px;
  color: rgb(120, 30, 45);
  opacity: 0.8;
  padding: 1em;
}
/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-socials {
    margin-top: 1em;
  }
}













