body{
    font-family: "Exo 2", sans-serif;
}

.navbar,
.wrapper,
.header-navbar{
    max-width:70%;
    margin:auto;
}

.wrapper{
    padding-bottom:100px;
}

.navbar-content{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.info span{
    font-size:16px;
    margin:10px;
    font-weight:500;
}

.info a{
    text-decoration: none;
    color:#070C11;
    margin-inline:10px;
}

.info a:hover,
.info span:hover,
.icon-link:hover{
    transform: scale(1.1);
    font-weight:bold;
}

.search-btn{
    color:#838688;
    background-color: white;
    padding: 10px 20px;
    border-bottom:#838688;
    border: 1px solid white; 
    border-bottom: 1px solid #838688;
    cursor: pointer; 
    outline: none; 
}

.search-btn:hover {
    background-color: #f0f0f0; 
    border-bottom: 2px solid #5e5f5d;
    transform: scale(0.98); 
    color: #333; 
}

.icons{
    display:flex;
    align-items: center;
    gap:30px;
}

.icons a{
    text-decoration: none;
    color:#838688;
}

#icon-i{
    border:none;
    background-color: white;
    color:#838688;
    margin:0;
    padding:0;
}

.icons-btn{
    color:white;
    background-color:#2A5275 ;
    border-radius: 4px;
    padding:10px 20px;
}

.icons-btn:hover{
    transform: scale(1.1);
    background-color: #243C53;
}

.header{
    background-color:#0E1821;
    height:60px;
}

.header-navbar-content{
    width:21%;
}

.fa-solid.fa-bars{
    font-size: 32px;
    color:white;
}

.header-navbar{
    display:flex;
}

.header-navbar-list{
    background-color:#DAE4ED ;
    padding-inline:15px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.header-navbar-side-list{
    width:78%;
}


.list-img-title{
    background-color:#243C53 ;
    height:59px;
    padding-inline:10px;
    display:flex;
    align-items:center ;
    padding-left:17px;
}

.header-navbar-link-title{
    text-decoration: none;
    margin-left:15px;
}

.list-img:hover{
    transform: scale(1.1);
    padding:10px;
    box-shadow:#303e4b  0px 2px 8px 0px;
    background-color:#4376A3;
}

.list-img-title a{
    color:white;
}

.list-img{
    display:flex;
    align-items:center ;
    gap:10px;
    padding:15px 0;
}

.link-img{
    width:32px;
    height:32px;
}

.header-link{
    text-decoration: none;
    color:black;
    font-weight:500;
    font-size:16px;
    padding-top:7px;
}

.side-link{
    color:white;
    text-decoration: none;
    padding-top:5px;
    font-size:16px;
}

.side-link:hover{
    color:#4376A3;
}

.side-list{
    display:flex;
    justify-content: space-between;
}

.img{
    margin-top:30px;
}

.main-section-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-left: 10px;
    margin-top:20px;
}

.span{
    margin-left:18px;
    cursor: pointer;
    color:#838688;
    margin-top:2px;
} 

.span:hover{
    transform: scale(1.05); 
    color:#2A5275;
}

.span-img{
    margin-left:15px;
    margin-top:1px;
}

.main-section-content-title h2{
    font-size: 36px;
    margin-left:7px;
}

.main-section-title span{
    color:#838688;
}

.main-public-wrapper{
    width:100%;
    margin:30px auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.main-public-content-special{
    background-color:#B0CFD0 ;
    width:48%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
    border-radius:8px;
}

.main-public-content{
    width:45%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color:#EDF2F6;
    padding:20px 30px;
    border-radius:8px;
}

.special-img{
    background-image: url("./images/cake\ \(2\).png");
    background-size: cover;
    background-repeat: no-repeat;
    width:200px;
    height:200px;
}

.main-public-content-text h4{
    font-size:28px;
    font-weight:700;
    margin-left:25px;
}

.main-public-content-text-a{
    text-decoration: none;
    color:black;
}

.main-public-content-img img{
    width:200px;
    height:179px;
    margin:0;
    padding:0;
}

.section-pagination{
    width:45%;
    margin:auto;
}

.pagination{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:50px;
}

.pagination img,
.pagination span{
    border:1px solid #EAEAF0;
    padding:10px 14px;
}

.pagination img:hover,
.pagination span:hover{
    background-color: #4878A6;
    color:white;
}

.pagination p{
    font-weight:bold;
    font-size: 19px;;
}

.footer{
    background-color: #EDF2F6;
}

.footer-content{
    width:70%;
    margin:auto;
    padding-top:50px;
    display:flex;
    justify-content: space-between;
}

.footer-info-list,
.footer-info-adress-list{
    padding:7px;
}

.footer-info li,
.footer-info-adress-list li{
    list-style:none;
    margin-top:10px;
    margin-right:10px;
}

.footer-info .tel{
    text-decoration: none;
    font-size:20px;
    font-weight: 600;
    color:#070C11;
    margin:0;
}

.client-content li,
.store-content li,
.contact-content li{
    list-style:none;
    line-height:35px;
}

.client-content a:hover,
.store-content a:hover,
.footer-link:hover
{   
    color:#48A69B;
}

.client-content a,
.store-content a,
.contact-content a{
    font-size:16px;
    font-weight: 400;
}

.client-content-title,
.store-content-title,
.contact-content-title{
    color:#838688;
    margin-left: 34px;
    
}

.footer-rights{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:70%;
    margin:auto;
    padding:40px;
    border-top: 2px solid #C8CACB;
    border-width:60%;
    color:#838688;
    font-size:12px;
}

.social-media{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
    color:#4878A6;
    font-size:17px;
}

.social-media i:hover{
    transform: scale(1.1);
    box-shadow:#4878A6 1.95px 1.95px 2.6px;
}


.input-section {
    display: flex;
    align-items: center;
    justify-content: center;
}


.input {
    border: 1px solid #f5eeee;
    width: 1212px;
    padding: 15px 20px;
    margin-top: 8px;
    margin-right: 81px;
}

.search-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 107, 179, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.search-popup-content{
    background-color: white;
    position: fixed;
    top:0;
    height:64px;
    width:100%;
    margin:auto;
   
}

.search-close-btn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 298px;
    color:red;
}



@media only screen and (min-width:768px) and (max-width:1120px){

    .navbar{
        max-width:100%;
        margin:0;
        padding:10px 0px;
       
    }

    .info a,
    .info span,.search-btn,
    .fa-solid.fa-cart-shopping,
    .header,
    .header-navbar-content,
    .side-list{
        display:none;
    }

    .logo{
        margin-left:15px;
    }

    .icons{
        float:left;
    }
    .header-navbar{
        max-width:100%;
        margin:0;
    }

    .header-navbar-side-list{
        width:100%;
     }
   
     .wrapper{
        max-width:100%;
        margin-inline:20px;
        padding-bottom:30px;
        font-size: 28px;
     }
   
     .main-section{
        max-width: 100%;
     }


     .main-public-wrapper{
        flex-direction: column;
        align-items:flex-start;
        max-width:100%;
        margin:0;
     }

     .main-public-content,
     .main-public-content-special{
        width:100%;
        padding:0;
        margin-top:20px;
        
     }

     .pagination{
        gap:10px;
        justify-content: center;
     }

    .footer-content{
        width:90%;
        flex-wrap: wrap;
        justify-content: flex-start; 
        padding:0px;
    }
    
    h2{
        margin-left:10px;
    }
    
    ul{
        padding-inline-start:8px;
    }
    
    .store-content-title,
    .client-content-title,
    .contact-content-title {
        margin-left:8px;
       
    }
    .client-content{
        margin-left:110px;
    }
    .contact-content{
        margin-left:165px;
    }


    
    .footer-rights{
        display:block;
        width:80%;
    }
    
    .social-media{
        display:block;
        float:right;
        margin-right:70px;
    }
    
    .social-media i{
        margin-left:10px;
    }
    
    .footer-span{
        display:block;
    }
    
    
    
    }




    @media only screen and (min-width:320px) and (max-width:767px){


        .navbar{
            max-width:100%;
            margin:0;
            padding:10px 0px;
        }
    
        .navbar-content{
            margin-inline:10px;
        }
    
        .info a,
        .info span,.search-btn,
        .fa-solid.fa-cart-shopping,
        .header,
        .header-navbar-content,
        .side-list,
        .icons i,
        .res-span{
            display:none;
        }

        .icons{
            gap:10px;
        }
    
        .header-navbar{
            max-width:100%;
            margin:0;
        }

        .header-navbar-side-list{
            width:100%;
        }

         .wrapper{
            max-width:100%;
            margin-inline:20px;
            padding-bottom:0px;
         }

         .main-public-wrapper{
            display:block;
         }

         .main-public-content-text h4{
            font-size:16px;
         }

       
         .main-section{
            max-width: 100%;
         }

         .main-public-content-img{
            width:120px;
            height:120px;
         }

         .special-img{
            width:100px;
            height:100px;
         }
         .main-public-content-img img{
            width:100px;
            height:80px;
            float:right;
            margin-top:10px;
            margin-right:7px;
         }
    
         .main-public-wrapper{
            flex-direction: column;
            align-items:flex-start;
            max-width:100%;
            margin:0;
         }
    
         .main-public-content,
         .main-public-content-special{
            width:100%;
            padding:0;
            margin-top:20px;
            
         }
    
         .pagination{
            gap:10px;
            justify-content: center;
         }

        .footer-content{
            width:90%;
            flex-wrap: wrap;
            justify-content: flex-start; 
        }
        
        ul{
            padding-inline-start:8px;
        }
        
        .client-content-title, .store-content-title, .contact-content-title{
            margin-left:10px;
        }
        
        .footer-rights{
            width:90%;
            flex-direction:column;
            align-items: flex-start;
            gap:5px;
            padding:15px;
        }
        
        .footer-rights span{
            margin-top:30px;
        
        }
        
        .social-media{
            position:absolute;
            
        }
        
        .footer-span{
            margin-top:0px !important;;
        }
        
        
}
        
    