
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');



.work-sans-fonts {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


/* Navbar Section Style */ 

.navbar-section{
    max-width: 1200px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin: 0  auto;
    align-items: center;
    margin-bottom: 80px;
}

.hidden{
    display: none ;
}

.brand{
    font-size: 1.5rem;
    font-weight: bold;
    color: #3A3A3A;
}

.nav-items{
    display: flex;
    gap: 34px;
    align-items: center;
}
.nav-items li {
    list-style: none;
}

.nav-items a{
   text-decoration: none;
   color: #3A3A3A;
} 

.nav-items img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  cursor: pointer;
}

/*  * ** * ** navbar responsive * ** * ** * */

 @media screen and (max-width : 576px) {

.responsive-nav{
    display: flex;
    justify-content: space-around;
    gap: 80px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.responsive-nav img{
   width: 24px;
   height: 24px;
}


.brand{
    font-size: 0.9rem;
    font-weight: bold;
    color: #3A3A3A;
}

     .nav-list-hidden{
        display: none;
     }

     .cart-show{
        display: block;
     }
 }
 
  









/* Banner Section Style */  


.banner-section{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Circle\ design.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: contain;
    align-items: center;
    margin-bottom: 120px;
}

.banner-title{
    max-width: 580px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #3A3A3A;
}
.banner-dic{
    max-width: 500px;
    font-weight: 700;
    color: #3A3A3A;

}

.banner-text{
    max-width: 580px;
}

.banner-text img {
    width: 15px;
    height: 15px;
    
}
.pmry-btn{
    display: flex;
    gap: 10px;
    font-weight: bold;
    background-color: #E02C6D;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}

.banner-img-box img{
    max-width: 420px;
    max-height: 400px;
    
}


/* ** * ** *   Banner Section Responsive * ** * ** */

@media screen and ( max-width : 576px) {
    
    .banner-section{

  flex-direction: column-reverse;
background-image: none;
  gap:  50px ;
  

}

.banner-img-box{
    background-image: url(../images/Circle\ design.svg);
     background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: 300px 300px;
    align-items: center;
}


.banner-img-box img{
    max-width: 302px;
    max-height: 190;
}

.banner-text{
    max-width: 404px;
    max-height: 222px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.banner-title{
    font-size: 2.2rem;
    font-weight: bold;
    color: #3A3A3A;
}

.prebook-btn{
    

     margin-left: 70px;
}

}


/* Sponsor Section  Style */ 

.sponsor-section{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #2c56e025;
    border-bottom: 1px solid #2c56e023 ;
    border-radius: 10px;
    padding: 20px 30px;
    align-items: baseline;
    margin-bottom: 120px;
}



/* ** * ** Sponsor Section responsive * ** * **/



@media screen and ( max-width : 576px) {
    
 
  .sponsor-section{
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 20px;
    
    align-items: center;

}

}




/* Collection Section Style  */ 

.collection-section{
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto;
}


.collection-section-title{
  font-size: 1.9rem;
  font-weight: 700;
  color: #3A3A3A;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 50px;
}


.collection-card-container{
    display: grid;
    grid-template-columns: repeat(3 , 1fr) ;
    gap: 20px;
    margin-bottom: 100px;
}
.collection-card-container > :last-child{
    grid-column: 3;

}

.collection-card1{
   max-width: 300px;
   max-height: 476px;
   padding: 15px 18px;
   align-items: center;
   border-radius: 20px;
   box-shadow: 0px 5px 20px #3a3a3a6c;
   margin-bottom: 40px;
}

.collection-card1 img{
    max-width: 300px;
    max-height: 256px;
}

.card-title{
    font-size: 1.8rem;
    font-weight: 700;
    color: #3A3A3A;
    margin-top: 5px;
    margin-bottom: 0%;
}
.card-dic{
    max-width: 260px;
    text-align: start;
    color: #3A3A3A;
}

.card-price{
  font-size: 1.5rem;
  color: #3A3A3A;
  margin-bottom: 5px;
  margin-top: 5px;
}

.card-review{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.5rem;
    
}

.collection-card1:hover{
    background-color: #c5256011;
    cursor: pointer;
    box-shadow: 10px 10px 20px #3a3a3a49;
}

.see-more  img{
       width: 30px;
    height: 20px;
}

.see-more{
    display: flex;
    gap: 5px;
    justify-content: end;
    color: #f3357b;
    font-weight: bold;
    cursor: pointer;
}





/* ** * ** Collection Section Responsive * ** *  **/

@media screen and (max-width : 576px) {
    .collection-card-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.collection-card-container > :last-child{
    grid-column: none ;

}

.see-more{
    display: flex;
    gap: 5px;
    justify-content: end;
    margin-left: 200px;
    color: #f3357b;
    font-weight: bold;
    cursor: pointer;
}



}


@media screen and (min-width: 576px) and (max-width: 992px){

  .collection-card-container{
    display: grid ;
    grid-template-columns: repeat(2, 1fr) ;
    justify-items: center;
  }

  .collection-card-container > :last-child{
    grid-column: 2;
  }

  .see-more{
    display: flex;
    gap: 5px;
    justify-content: end;
    margin-top: 250px;
    font-size: 2rem;
    
}

.see-more  img{
       width: 40px;
    height: 46px;
}

}










/* features section style */
 .features-section{
    display: flex;
    gap: 90px;
    max-width: 1200px;
    max-height: 270px;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 100px;
 }


.features-section img{
   max-width: 400px;
   max-height: 270px;
}

.features-dic{
    max-width: 500px;
}

.featurse-title{
    font-size: 2.3rem;
    font-weight: 800;
    color: #0a0826;
    margin-bottom: 10px;
}

.features-dic{
    font-weight: bold;
    color: #6C6C6C;
}

.features-btn{
    align-items: center;
}



/* ** * ** * features section responsive * ** * ** *  **/

@media screen and (max-width : 576px) {
    
.features-section{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
     margin-bottom: 200px;

 }
   
 .features-box1{
    order: 3;
 }


 .features-dic{
    max-width: 500px;
}

.featurse-title{
    font-size: 1.5rem;
    font-weight: 800;
    color: #0a0826;
    margin-bottom: 10px;
}

.features-dic{
    font-weight: bold;
    color: #6C6C6C;
}

.features-btn{
    align-items: center;
}

.features-section img{
   max-width: 350px;
   max-height: 270px;
}

.features-btn {
    margin-bottom: 20px;
    margin-left :  auto ;
    margin-right: auto;
}


}

@media screen and (min-width: 576px) and (max-width: 992px){
    
.features-section{
    
    gap: 50px;
   

 }



}


/* Footer section style */

.footer-section{
    background-color: #0a0826;
    border-radius: 10px;

}

.footer-title{
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0%;
}

.Copyright{
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 10px;
}

.footer-itms{
    max-width: 262px;
    margin: 0  auto;
    padding: 50px;
    text-align: center;
}


.footer-itms img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



