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

body{
font-family: 'DM Sans', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Rajdhani', sans-serif;
    
}

.navbar{
    display: flex;
    align-items: center;
    padding-bottom: 0.05px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
}
.nav-link {
    color: #fff; 
    text-decoration: none; 
}

a{
    text-decoration: none;
    color: #555;   
}
p{
    color: #555;
}
.logo img{
    width: 40%;
    height: 40%;
    
    
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    max-width: 125%;
    padding: 50px 0;
}
.col-2 h1 {
    font-family: 'Calibri', sans-serif; /* Change the font-family here */
    font color: snow;
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.btn {
    display:inline-block;
    background: #2a7dad;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;    
}
.btn:hover{
    background: #563434
        
}
.header{
    background: radial-gradient(#212021,#444345);
}
.header row{
    margin-top: 70px;
}
.categories2{
    margin: 70px 0;
}
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}
.col-3 img{
    width:100%;
    
}

.categories {
    display: flex;
    flex-wrap: wrap;
}

.col-3 {
    position: relative;
    margin: 10px;
}
        
.col-3 img {
    width: 100%;
    height: auto;
}
        
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6); 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: height 0.2s;
}
.col-3:hover .overlay {
    height: 100%; 
}
.overlay h2 {
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s;
}
.col-3:hover .overlay h2 {
    opacity: 1; 
}

.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right:25px;
}

.col-4{
    flex-basis:25%;
    padding: 10px;
    min-width:200px;
    margin-bottom:50px;
    transition: transform 0.5s;
}

.col-4 img{
    width:100%;
    
}
.title {
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555
}
.title::after{
    content:'';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

h4{
    color:#555;
    font-weight: normal;
}

.offer{
    background: radial-gradient(#212021,#444345);
    margin-top:80px;
    padding:30px 0;
}

.col-5 p{
    font-size:14px;
}

.offer{
  display: flex;
  flex-wrap: wrap;
}
.col-5 {
    position: relative;
    margin: 10px;
}
.col-5 img {
width:470px;
height:556px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6); 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: height 0.2s;
}

.col-5:hover .overlay {
    height: 100%; 
}

.overlay h2 {
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s;
}

.col-5:hover .overlay h2 {
    opacity: 1; 
}

.col-5 .offer-img{
    padding:50px;
}

/*brands*/
/*------------try----------------*/
.brands {
    display: flex;
    flex-wrap: wrap;
    margin:100px auto;
    background: radial-gradient(#212021,#444345);
}

.col-7 {
    position: relative;
    margin: 10px;
    width:160px;
}

.col-7 img {
    width: 100%;
    height: auto;
    background: radial-gradient(#212021,#444345);
    cursor: pointer;
}

.col-7 img :hover{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: height 0.2s;
}

.col-7:hover .overlay {
    height: 100%; 
}

.overlay h2 {
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s;
}

.col-7:hover .overlay h2 {
    opacity: 1; 
}

.col-7 img{
    padding:50px;
}

.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right:25px;
}




