@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,700;1,500&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    
}
/*top infobox*/


:root{
    --main-color: #fd4646;
    --text-color: #171427;
    --bg-color: #fff;
}

img{
    width: 100%;
}

body{
    color: var(--text-color);
    
}
.container{
    max-width: 1068px;
    margin: auto;
    width: 100%;
}
section{
    padding: 6.1rem 0 3rem;
    padding-top: 3%;
}
section h2{
    text-align: center;
}


/*HEADER*/
header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bg-color);
    box-shadow: 0 1px 4px hsl(0 4% 15% / 10%);
    z-index: 100;
}

.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.logo{
    font-size: 0.2rem;
    
    font-weight: 100;
    text-align: center;
}
.logo img{
    max-width: 20%;
}


/*burger menu*/

.bx-menu{
    font-size: 33px;
}




/*Category dropdown*/
.menu-bar{
    text-align: center;
    margin-right: 0px;
    position: relative;
    
}
.menu-bar ul li{
    text-align: center;
}
.menu-bar ul li a{
    text-decoration: none;
    color: black;
}

.sub-menu-1{
    display: none;
    
}
.menu-bar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background-color: rgb(216, 216, 216);
    
    

}
.menu-bar ul li:hover .sub-menu-1 ul{
    margin-top: 20px;
    font-size: 20px;
    margin: 15px;
    padding: 15px;
    
}
.menu-bar ul li:hover .sub-menu-1 ul li{
    border-bottom: 1px dotted #000;
    border-radius: 0;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover{
    color: rgb(211, 28, 28);
}
.catMenu{
    font-size: 1.3rem;
}


/*Ipotitlos*/
.ipotitlos{
    font-size: 20px;
    background-color: rgb(160, 211, 229);
    text-align: center;
    font-style: italic;
    
}


.sxolio{
    font-size: 12px;
    text-align: center;
}


/*  h6  */
.product-box h6{
    text-align: center;
}



/*BEER HEINEKEN*/
.beer img{
    
    max-height: 65%;
}


.rightimage2  img{
    
    max-width: 48%;
}


/*Shop Content*/
.shop-coontent{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,auto));
    gap: 1.5rem;
    margin-top: 30px;
}
.product-box{
    position: relative;
}
.product-box:hover{
    padding: 10px;
    border: 1px solid var(--text-color);
    transition: 0.4s;
}
.product-img{
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}
.product-title{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    
}
.price{
    font-weight: 550;
    font-size: 1.1rem;
    
    
}



/*DIVIDE in half*/
.divide{
    display: inline;
}
.divide::after{
    display: table;
    clear: both;
}

.column {
    float: right;
    width: 28%;
    margin-top: 20px;
    margin-right: 11%;
    
    
    color: rgb(211, 28, 28);
    font-size: 20px;
}

/*main images*/

.leftimage{
    text-align: center;
    display: inline;
}
.leftimage img{
    max-width: 48%;
}

.centerimage{
    text-align: left;
    
}
.centerimage img{
    max-width: 48%;
}


.rightimage{
    text-align: left;
}
.rightimage img{
    max-width: 48%;
}


/*footer*/
.container3{
	max-width: 1170px;
	margin:auto;
}
.copyright{
    text-align: center;
    color: white;
    margin-top: 2px;
    background-color: #000;
    margin-bottom: 6px;
}
.copyright a{
    color:lightblue;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #000000;
    padding: 5px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*footer 2*/

.footer2{
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 5px;
}

.leftimage img{
    border-radius: 10px;
}
.centerimage img{
    border-radius: 10px;
}
.rightimage img{
    border-radius: 10px;
}
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}

.logo img{
    max-width: 48%;
}

.container{
    width: 80%;
}
}

/*Main images*/
.main-images{
    margin-top: 20px;
    

}
.images{
    width: 100%;
    height: 60%;

}

/*some top margin images*/
.top-img{
    margin-top: 2rem;
}

