@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.poppins-regular{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-{
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

/* Share style  */




/* Header section style */
.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-title{
    font-size: 1.5rem ;
    font-weight: 700 ;
    color: #3A3A3A;
}

.header-section{
    max-width:1200px;
    margin: 0px auto;
}

.nav-link{
    display: flex;
    justify-content: space-around;
}

.nav-list-items{
   list-style: none;
   padding-right: 34px;
}

.nav-list-items, a{
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color:#3A3A3A;
}

.nav-list-items a i{
    color: #000000;
}



/* header main section  */
.header-main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 133px;
    max-width:1200px;
    margin: 0px auto;
}

.left-column-title{
    font-size: 3.25rem ;
    font-weight:700;
    color: #3A3A3A;
    margin-bottom: 16px;
}

.left-column-description{
    font-size: 1rem;
    font-weight: 600;
    color: #3A3A3A;
    margin-top: 16px;
}

.btn-preebook{
    width: 196px;
    height: 44px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #E02C6D;
    color: #FFFFFF;
    border: none;
    border-radius: 41px;
    cursor: pointer;
    margin: 25px ;
}

.right-column-img{
    width: 440px;
    height: 414px;
}

.right-column{
    background-image: url(images/Circle_design.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width:475px;
    height: 475px;
}




/* Brand section style  */

.brand-section {
  max-width: 1110px;
  height: 110px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 36px;
}

/* Top Gradient Line */
.brand-section::before,
.brand-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
}

/* ::before for top line */
.brand-section::before {
  top: 0;
}

/* ::after for bottom line */
.brand-section::after {
  bottom: 0;
}



/* Popular Collection   */
.collection-secton{
    max-width: 1047px;
    height: 1662px;
    margin: 221px auto;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.collection-card-div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.collection-title{
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    color: #3A3A3A;
    margin-top: 221px;
    margin-bottom:30px ;
}

.single-card{
    width: 300px;
    height: 476px;
    padding: 17px 15px;
    background-color: #FFFFFF ;
    box-shadow: 0px 0px 40px 0px rgb(0, 0, 0, 15%);
    border-radius: 5px ;
}

.single-card:hover{

}

.card-img{
    width: 300px;
    height: 256px;
}

.card-title{
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    color: #18191F;
    

}

.card-price{
    font-family: inherit, sans-serif;
    font-size: 1.5rem;
    font-weight: 10px;
    padding-top: 16px;
    color: #18191F;
}

.card-reating-main-div{
    display: flex;
    align-items: center;
}

.reating-point{
    font-family: "Roboto", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    color: #5E6366;
    padding-left: 5px;
}

.card-star-reating i{
    color: #FB8200;
}

.card-description{
    font-family:inherit, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #787885 ;
}


.btn-see-more{
    width: 99px;
    height: 24px;
    font-size: 1rem;
    font-weight: bold;
    color: #E02C6D;
    margin-left: 100px;
    background-color: transparent;


}









/* ########################################### */

/* Small Devices */
@media screen and (max-width: 576px) {
    /* header nav section  */
    .nav-title{
        font-size: 1rem;
        margin: 0 auto;
    }
    .nav-link{
        display: none;
    }

    /* header main section  */
    .header-main{
       flex-direction: column-reverse;
       margin : 22px auto;
       text-align: center;
    }
    .left-column-title{
        font-size: 1.75rem;
        margin: 14px auto;
    }
    .left-column-description{
        font-size: 0.87rem;
    }
    .right-column-img{
    width: 202px;
    height: 190px;
    margin-top: 35px;
   }
   .right-column{
    width: 257px;
    height: 257px;
    margin-top: 25px;
    margin-bottom: -110px;
   }

   /* Popular Collection   */
   .collection-card-div{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 10px auto;
    justify-items: center;
    
   }

}





/* Medium Devices - Tablets (577px – 992px) */
@media screen and (min-width: 577px) and (max-width:992px) {
    /* header nav section  */
    .nav-title{
        font-size: 1.2rem;
        text-align: center;
    }
    .nav-list-item{
        padding: 17px;
    }

    /* header main section  */
    .header-main{
       flex-direction: column-reverse;
       margin : 22px auto;
       text-align: center;
    }
    .left-column-title{
        font-size: 1.75 ;
    }
    .left-column-description{
        font-size: 0.95rem;
    }

    .right-column{
    margin-top: 100px;
    margin-bottom: -110px;
   }
   .btn-preebook{
    margin-right: 100px;
   }

   /* Popular Collection   */
      .collection-card-div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
   }


    

}