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

.navbar,
.wrapper,
.main-section,
.header-navbar,
.contact-wrapper{
    max-width:70%;
    margin:auto;
    font-family: "Exo 2", sans-serif;
}

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

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

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

.wrapper{
    display:flex;
    gap:20px;
    
}

.aside-wrapper-section{
    width:30%;
    background-color:#EDF2F6;
}

.tel-section p{
    font-size:16px;
    margin-bottom:5px;
    padding-inline: 20px;
    margin:0;
}

.tel-section h4{
    font-size:24px;
    font-weight: 600;
    color:#2A5275;
    margin:0;
    padding-bottom:15px; 
    padding-inline: 20px;
}

.tel-section:hover{
    position:relative;
    background-color:#DAE4ED;
}

.tel-section{
    padding-top:10px;
    line-height:30px;
}

.tel-section:hover::after{
 content: '';
  position: absolute;
  top:25px;
  right:20px;
  width: 20px; 
  height: 20px; 
  background-image: url('./images/Polygon\ 1.png');
  background-position: center;
  background-repeat:no-repeat;
}

.e-mail,
.time-section{
    display:flex;
    align-items: center;
    padding-left:20px;
    color:#2A5275;
}

.h3-mail{
    font-size: 24px;
    font-weight: 600;
    padding-left:10px;
}

.border{
    border:1px solid #C8CACB;
    margin-inline:20px;
}

.time-section{
    gap:10px;
}

.time h3{
    margin-left: 18px;
    margin-top:0;
    color:black;
    font-weight:600;
}

.main-wrapper-section{
    width:70%;
}

.contact-wrapper-title{
    font-size: 36px;
    font-weight:700;
}

.info-wrapper{
    display: flex;
}

.form,
.message{
    display: flex;
    flex-direction: column;
    width:310px;
    gap:10px;
}

.message{
    width:500px;
}

label{
    margin-top:20px;
}

input{
    padding:10px;
}

.btn-section{
    width:70%;
    margin:auto;
    display:flex;
    gap:23px;
}

.btn {
    width:310px;
    margin-top:20px;
    padding:10px;
    background-color:#4878A6 ;
    border:1px solid #4878A6 ;
    color: white;
}

textarea{
    resize: none;
}

label{
    width:460px;
}


.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;
        height:30px;
    }

    .icons{
        gap:10px;
    }

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

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

  .main-section{
    margin-top:0px;
    max-width:100%;
  }

  .main-section-title{
    margin-top:0px;
  }

  .main-section-content-title h2{
    margin-top:10px;
  }

  .wrapper{
    flex-direction:column-reverse;
    max-width:90%;
    padding-bottom: 20px;
  }

    .btn-section{
        width:90%;
        flex-direction:column-reverse;
        margin:0 auto;
    }

    label{
        margin-top:10px;
        width:340px; 
    }

    .wrapper img{
        width:306px;
        height:336px;    
    }
    .contact-wrapper{
        max-width:90%;
    }

    .aside-wrapper-section{
        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;;
}

}