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;
}

.select-section-wrapper{
    display:flex;
    justify-content: space-between;
}

.select-1{
    padding: 10px;
    padding-right: 140px;
}

.select-2{
    padding: 10px;
    padding-right: 120px;
}

.main-section-cards{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:50px;
}

.main-section-cards-2{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    cursor:pointer;
}

 .main-section-card{
    width:323px;
    height:596px;
    border:1px solid #EAEAF0;
    position:relative;
    cursor:pointer;
}

.main-section-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}
 
.card-img{
    width:80%;
    display:block;
    margin: auto;
}

.main-section-card-content,
.content-stars-content,
.card-content-footer{
    padding-inline:20px;
}

.text{
    font-size:20px;
}

.content-stars-content{
    display:flex;
    gap:10px;
}

.card-new,
.card-hot-only{
    float:right;
    margin-top:5px;
    margin-right:7px;
}

.card-hot{ 
    position:absolute;
    top:45px;
    right: 7px;;
}

.text-lined{
    text-decoration: line-through;
    color:#838688;
    font-weight:16px;
    margin-bottom:0;
}

.text-bold{
    font-size:24px;
    font-weight:700;
    margin:0;
}

.card-content-review-footer{
    display:flex;
    justify-content: space-between;
    gap:10px;
}

.fa-regular.fa-heart,
.fa-solid.fa-chart-simple{
    border:1px solid lightgrey;
    padding:12px;
    margin-top:2px;
    color:#C8CACB;
}

.orange-card p{
    width:117px;
    padding:3px 8px 5px;
    background-color:#F37748 ;
    border-radius:50px;
}

.orange-card b{
    background-color: white;
    border-radius:23px;
    padding:2px;
}

.btn-section{
    display:flex;
    justify-content: space-between;
    align-items:center ;
    gap: 15px;
}

.btn-card{
    background-color: white;
    border:1px solid #4878A6;
    color:#4878A6;
    border-radius:4px;
    padding:10px;
    width:228px;
    margin-top:10px;
}

.btn-card:hover{
    background-color: #4376A3;
    color:white;
    transform: scale(1.1);
}

.fa-solid.fa-cart-shopping {
    background-color: #EDF2F6;
    border-radius: 4px;
    color: #2A5275;
    padding: 12px;
    margin-top: 10px;
}

.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-navbar-content,
      .side-list{
        display:none;
    }

    .logo{
        margin-left:15px;
    }

    .icons{
        float:left;
    }

    .header{
        background-color:transparent;
    }

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

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



  .footer-content{
    width:90%;
    flex-wrap: wrap;
    justify-content: flex-start; 
}

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-navbar-content,
      .side-list,
      .icons i{
        display:none;
    }

    .header{
        background-color: transparent;
    }

    .icons{
        gap:10px;
    }

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

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

  
.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;;
}

}