body {
    font-family: Plus Jakarta Sans;
    background-color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

html,body{
    height:100%;
    margin:0px;
}

.panoall {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-sizing:border-box;
}

.logo-bg{
    width: 42px;
    height: 42px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 360px;
    margin-right: 10px;
}

.alogin {
    padding: 12px 20px;
    background-color: #fbcd11;
    border-radius: 10px;
    color: white;
    z-index: 2;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(251, 205, 17, 0.3);
}

.alogin:hover {
    background-color: #eabd00;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(251, 205, 17, 0.4);
}

.alogin:active {
    transform: translateY(1px);
    background-color: #e0b400;
    box-shadow: 0 2px 5px rgba(251, 205, 17, 0.3);
}

.divlogin {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.icondeliv {
    display: flex;
    align-items:center;
}

#deliverasnow {
    position: relative;
    z-index: 1;
    font-size: 2.2rem;
    color: #fa0c09;
    margin: 0;
    font-weight: 800;
}

/*Για το index.css*/
html {
    scroll-behavior: smooth;
}
    
.nonono41{
    width: 24px;
    height: 24px;
    margin-top:1.2em;
}
    
.nonono10 {
    background-color: #fbcd11;
    padding: 15px 30px;
    border-radius: 12px;
    margin-top: 10px;
    width: 170px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(251, 205, 17, 0.3);
    transition: all 0.3s ease;
}

.nonono10:hover {
    background-color: #eabd00;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(251, 205, 17, 0.4);
}

.nonono10:active, .nonono20:active {
    background-color: #e0a404;
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(251, 205, 17, 0.3);
}

.nonono52{
    width:20%;
    padding:10px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
    
.nonono50{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

#no3{
    width:100%;
}
    
.nonono38{
    display:flex;
    justify-content:center;
}

.nonono34{
    width:800px;
}

.nonono37{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    width:70%;
}
    
.nonono44{
    width:100%;
    height:100%;
}
    
.nonono34{
    color: #666666;
    font-size: 20px;
    text-align:center;
    margin-top:0px;
}
    
.nonono31{
    margin-top:40px;
}
    
.nonono40{
    color:#222222;
    font-size:20px;
    margin-left: 5px;
}
    
.nonono42{
    display:flex;
}
    
.nonono35{
    display:none!important;
    width:100%;
    display:flex;
    flex-direction:column;
}
    
.nonono36{
    padding:10px;
    width:25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
.nonono32 {
    font-size: 32px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
    text-align:center;
}

.nonono32::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 5px;
    background-color: #fbcd11;
    border-radius: 10px;
}
    
.nonono33{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
.nonono30{
    display:none;
}
    
.nonono26 {
    font-size: 32px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
}

.nonono26::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 5px;
    background-color: #fbcd11;
    border-radius: 10px;
}
    
.nonono27{
    color:#666666;
    font-size:20px;
}

.pop2 {
    text-decoration: none;
}

.nonono24{
    width: 100%;
    height: 100%;
    border-radius:10px;
}

.nonono28{
    height: 70%;
    margin-left: auto;
    width: 90%;
}

.nonono21{
    margin-top:110px;
}

.nonono25{
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.nonono22,.nonono23{
    width:50%;
    height:100%;
    display:flex;
    align-items: center;
}

.nonono1 {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
}

.nonono4 {
    width: 95%;
    margin-top: 50px;
    max-width: 1400px;
}

.nonono5 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nonono9{
    align-items: center;
    display: flex;
    justify-content: center;
}

.nonono8,.nonono9{
    width:50%;
}

.nonono20 {
    display: none;
    background-color: #fbcd11;
    padding: 15px 30px;
    border-radius: 12px;
    margin-top: 20px;
    width: 170px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(251, 205, 17, 0.3);
    transition: all 0.3s ease;
}

.nonono11 {
    text-decoration: none;
    color: white;
    font-size: 17px;
    display: inline-block;
}

.nonono12 {
    font-size: 52px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
}

.nonono12::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 5px;
    background-color: #fbcd11;
    border-radius: 10px;
}

.nonono13 {
    color: #555;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
    line-height: 1.5;
}

.nonono8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.nonono15{
    margin-top:0px;
    font-size: 52px;
    color: #ff0033;
}

.nonono7 {
    width: 100%;
    z-index: 2;
    background-image: url("../images/Vector7400.png");
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.backimage{
    position: absolute;
    z-index: 1;
    width: -webkit-fill-available;
}

@media (max-width: 1200px) {
    /*Για το index.css*/
    .nonono12 {
        font-size: 48px;
    }
     
    .nonono11{
        font-size:16px;
    }
}

@media (max-width: 1100px) {
	/*Για το index.css*/
    .nonono12 {
        font-size: 44px;
    }
    
    .nonono34{
        width:100%;
    }
}

@media (max-width: 950px) {
	/*Για το index.css*/
    .nonono12 {
        font-size: 40px;
    }
    
    .nonono7{
        width:100%;
    }
}

@media (max-width: 850px) {
	/*Για το index.css*/
	.nonono37{
		width:100%;
	}
		     
	.nonono11{
		align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom:30px;
    }
		     
	.nonono50{
		display:none;
	}
		     
	.nonono35{
		display:flex!important;
	}
		     
	.nonono7{
	    width: 85%;
        margin: 0 auto;
	}
		     
	.nonono4 {
        margin-top: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
		     
	.nonono24{
		height:100%;
    }
		     
	.nonono12{
		margin-top: 0px;
        font-size: 38px;
	}
		     
	.nonono27{
		text-align:center;
    }
		     
	.nonono21{
		margin-top:20px;
	}
		     
	.nonono28{
		display: flex;
        flex-direction: column;
        align-items: center;
        margin-left:auto;
        margin-right:auto;
        width:100%;
	}
		     
    .nonono23{
		width:100%;
	}
		     
	.nonono30{
		display:block;
    }
		     
    .nonono22{
	    display:none;
    }
		     
	.nonono25{
		flex-direction:column;
		height:100%;
	}
		     
    .nonono10{
		display:none;
    }
	 
	.nonono5 {
        flex-direction: column;
        align-items: center;
    }
	     
	.nonono8, .nonono9 {
        width: 100%;
        align-items:center;
    }

    .nonono15,.nonono12{
        text-align: center;
    }

    .nonono12::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .nonono8{
        flex-direction: column-reverse;
    }

    .nonono13 {
        text-align: center;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
	  
	.nonono20 {
        background-color: #fbcd11;
        display: block;
        padding: 15px 30px;
        border-radius: 12px;
        margin-top: 20px;
        width: 170px;
        text-align: center;
    }
}

@media (max-width: 700px) {
	/*Για το index.css*/
	.nonono7{
	    width:100%;
	}
	     
	.panoall {
        padding: 15px;
    }
    
    #deliverasnow {
        font-size: 1.8rem;
    }
}

@media (max-width: 540px) {
    .nonono32{
	    width:min-content;
	}
}

@media (max-width: 480px) {
	/*Για το index.css*/
	.nonono41{
	    margin-top:1em;
	}
	      
	.divlogin {
        font-size: 14px;
    }
	      
	.alogin {
        padding: 10px 16px;
    }
	      
	#deliverasnow {
        font-size: 1.6rem;
    }
	  
	.nonono7{
	    width:100%;
	}
	     
	.nonono27{
	    font-size:19px;
	}
	       
	.nonono34{
	    font-size:19px;
	}
    
    .nonono15, .nonono12 {
        font-size: 36px;
    }
    
    .nonono13 {
        width: 100%;
        font-size: 18px;
    }
    
    .nonono40{
        font-size:17px;
        margin-left:0px;
    }
}

@media (max-width: 440px) {
    .nonono7{
        background-image:none;
    }
}

@media (max-width: 420px) {
    /*Για το index.css*/
    .nonono15, .nonono12 {
        font-size: 34px;
    }
}

@media (max-width: 380px) {
	/*Για το index.css*/
	.nonono27{
	    font-size:18px;
	}
	     
	.nonono34{
	    font-size:18px;
	}
    
    .nonono15, .nonono12 {
        font-size: 32px;
    }
    
    .nonono13{
        font-size:17px;
    }
}

@media (max-width: 330px) {
	/*Για το index.css*/
    .nonono15, .nonono12 {
        font-size: 30px;
    }
    
    .nonono13{
        font-size:16px;
    }
    
    .nonono40{
        font-size:16px;
    }
    
    .nonono41{
        width:22px;
        height: 22px;
        margin-top: 0.9em;
    }
}

@media (max-width: 300px) {
	/*Για το index.css*/
    .nonono15, .nonono12 {
        font-size: 28px;
    }
    
    .nonono40{
        font-size:16px;
    }
}