@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

:root{
    --white-light: rgba(255, 255, 255, 0.5);
    --alice-blue: #f8f9fa;
    --carribean-green: #40c9a2;
    --gray: #ededed;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Quicksand', sans-serif;
}

/* Utility stylings */

.container{
    width: 88vw;
    margin: 0 auto;
}
.lg-title{
    font-family: 'Roboto', sans-serif;
    padding: 0.6rem 0;
    text-transform: capitalize;
}
.lg-title{
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    padding: 1.75rem 0;
    opacity: 0.9;
    margin-top: 6rem;
}

.text-light{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0.8;
    margin: 0.4rem 0;
}

/* product section */
.products{
    
    /* background: var(--alice-blue); */
    padding: 1rem 0;
    display: flex;
    width: 100%;
    flex-direction: column;

}
.products .text-light{
    text-align: center;
    width: 70%;
    margin: 0.9rem auto;
}
.product{
    margin: 2rem;
    position: relative;
    width: 20%;
}
.product-content{
   background-color: #be1506 ;
   border-radius: 1rem;
    padding: 3rem 0.5rem 2rem 0.5rem;
    display: flex;
    justify-content: center;  
    font-size: 1.5em;
    width: 250px;
    height: 250px;
    color: white;
    text-align: center;
    cursor: pointer;
    align-items: center;
    
}





a{
    text-decoration: none;
    color: #ededed;
}


a:hover {
    color: #ededed;
  }


  .product-content:hover {
    background-color:#ea4636;
  }

/* 
.product-img img{
    transition: transform 0.6s ease;
}
.product-content:hover .product-img img{
    transform: scale(1.1);
}
.product-content:hover .product-img{
    background: var(--carribean-green);
} */




.product-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
    flex-direction: row ;
}




.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}





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

    
    .product-content{
      
        justify-content: center;
        align-items: center;
    }
    .product-container{

        flex-direction: column;
        
    }

}

@media screen and (max-width: 700px) {
    .product{
        width: 80%;
    }
    .product-container{
        flex-direction: column;
    }


}







.footer {
		background-color: rgba(29, 36, 42, 0.9);
		width: 100%;
		text-align: left;
		font-family: sans-serif;
		font-weight: bold;
		font-size: 16px;
		padding: 50px;
		
	  }
	  
	  .footer .footer-left,
	  .footer .footer-center,
	  .footer .footer-right {
		display: inline-block;
		vertical-align: top;
	  }
	  
	  
	  /* footer left*/
	  
	  .footer .footer-left {
		width: 33%;
		padding-right: 15px;
	  }
	  
	  .footer .about {
		line-height: 20px;
		color: rgba(255, 255, 255, 0.5);
		font-size: 13px;
		font-weight: normal;
		margin: 0;
		text-transform: uppercase;
	  }
	  
	  .footer .about span {
		display: block;
		color: rgba(255, 255, 255, 0.5);
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
		
	  }
	  
	  .footer .icons {
		margin-top: 25px;
	  }
	  
	  .footer .icons a {
		display: inline-block;
		width: 35px;
		height: 35px;
		cursor: pointer;
		background-color: #33383b;
		border-radius: 2px;
		font-size: 20px;
		color: rgba(255, 255, 255, 0.5);
		text-align: center;
		line-height: 35px;
		margin-right: 3px;
		margin-bottom: 5px;
		text-transform: uppercase;
	  }
	  
	  
	  /* footer center*/
	  
	  .footer .footer-center {
		width: 30%;
	  }
	  
	  .footer .footer-center i {
		background-color: #33383b;
		color:rgba(255, 255, 255, 0.5);;
		font-size: 25px;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		text-align: center;
		line-height: 42px;
		margin: 10px 15px;
		vertical-align: middle;
	  }
	  
	  .footer .footer-center i.fa-envelope {
		font-size: 17px;
		line-height: 38px;
	  }
	  
	  .footer .footer-center p {
		display: inline-block;
		color: rgba(255, 255, 255, 0.5);
		vertical-align: middle;
		margin: 0;
	  }
	  
	  .footer .footer-center p span {
		display: block;
		font-weight: normal;
		font-size: 14px;
		line-height: 2;
	  }
	  
	  .footer .footer-center p a {
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
	  }
	  
	  
	  /* footer right*/
	  
	  .footer .footer-right {
		width: 35%;
	  }
	  
	  .footer h2 {
		color: rgba(255, 255, 255, 0.5);
		font-size: 36px;
		font-weight: normal;
		margin: 0;
	  }
	  
	  .footer h2 span {
		color: rgba(255, 255, 255, 0.5);
	  }
	  
	  .footer .menu {
		color: #ffffff;
		margin: 20px 0 12px;
		padding: 0;
	  }
	  
	  .footer .menu a {
		display: inline-block;
		line-height: 1.8;
		text-decoration: none;
		color: inherit;
	  }
	  
	  .footer .menu a:hover {
		color: rgba(255, 255, 255, 0.5);
	  }
	  
	  .footer .name {
		color: rgba(255, 255, 255, 0.5);
		font-size: 14px;
		font-weight: normal;
		margin: 0;
	  }
	  
	  @media (max-width: 767px) {
		.footer {
		  font-size: 14px;
		}
		.footer .footer-left,
		.footer .footer-center,
		.footer .footer-right {
		  display: block;
		  width: 100%;
		  margin-bottom: 40px;
		  /*text-align: center;*/
		}
		.footer .footer-center i {
		  margin-left: 0;
		}
	  }
	
















