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

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

.wrapper{
    padding-bottom:100px;
    display:flex;
    gap:20px;
    justify-content: space-between;
}

.main-section{
    width:70%;
}

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

.main-section-title h2{
    font-size:36px;
    margin-top: 70px;
}

.order-section-content{
    display:flex;
    justify-content: space-between;
    gap:20px;
}

.order-section-content{
    align-items: center;
}

.aside-wrapper{
    width:30%;
    margin-top:142px;
}

.summery-section{
    background-color:#EDF2F6;
    padding:0px 20px;
    border-radius:8px;
    padding-bottom:20px;
}

.order-section-title,
.delivery-section-title,
.summery-section-title{
    font-size:28px;
}

.order-section,
.delivery-section{
    margin-top:30px;
    border:1px solid #C8CACB;
    border-radius:8px;
    padding:0px 20px 20px;
}

.delivery-text{
    font-size: 24px;
    font-weight:600;
}

.delivery-time{
    color:#838688;
}

.delivery-section-content-info{
    display:flex;
    justify-content: space-between;
}

.summery-section-title{
    padding-top:1px;
}

.order-section-card-img img{
    width:80px;
    height:80px;
    border:1px solid  #C8CACB;
}

.change-button{
    padding:10px 60px;
    background-color:white;
    color:#4878A6;
    border:1px solid #4878A6;
    font-weight:700;
    font-size:16px;
    margin-left:auto;
    
}

.input-info a{
    text-decoration: none;
}

.input-info h3:hover{
    color:#4878A6;
}

.input-info{
    width:860px;
}

.input-info-card,
.receiver-card{
    margin-top:30px;
    padding-left:20px;
    color:#838688;
    font-weight: 700;
    border-radius:8px;
    border: 1px solid #838688;
    width:900px;
    text-decoration: none;
    padding-bottom:20px;
}

.input-info-card h3{
    margin:0;
    padding-top:10px;
    font-size: 28px;
}

.input-info-card p{
    font-size: 24px;
    color:black;
  
}

.payment-info{
    display: flex;
    align-items: center;
    margin:0;
    
}

.button{
    padding:10px 60px;
    margin-top:0;
    background-color:white;
    color:#4878A6;
    border:1px solid #4878A6;
    font-weight:700;
    font-size:16px;
    margin-left:auto;
    margin-right:10px;
}
.receiver-card-title{
    font-size:28px;
    color:black;
}

label{
    color: #000;
}

.input-label{
    margin-top:10px;
    font-weight:400;
}

.receiver-card-content {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    gap:10px;
}

.input-group{
    display: flex;
    align-items: center;
    gap:50px;
    font-weight: 400;
}

.firstname-input,
.lastname-input,
.number-input,
.emaill-input{
    display: flex;
    flex-direction: column;
    margin-top:10px;
    width:390px;
}

input{
    margin-top:10px;
    padding:10px;
    border:1px solid #EAEAF0;
}

.last-text{
    margin-top:40px;
}

.span,
.span-bold{
    float:right;
}

.summery-content{
    border-bottom:1px solid #838688;
    padding-bottom:20px;
}

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

.summery-payment p{
    font-size:24px;
    font-weight: 600;
}

.span-bold{
    font-weight: 700;
    font-size:36px;
}

.summery-btn button{
    width:100%;
    padding:10px;
    background-color:#4878A6;
    border:1px solid #4878A6;
    color:white;
}

.summery-btn button:hover{
    background-color:#838688;
    border:1px solid #838688;
}

.summery-input{
    padding:20px;
}

.left-span{
    margin-left:17px;
}

