
*{
    font-family: 'Cairo', sans-serif;
 
}
.home-banner {
    position: relative;
    background-image: url('/images/shipping.png');
    height: 567px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-position: center;
}
.login-btn{
    background: linear-gradient(90deg, rgba(25,131,171,1) 0%, rgba(53,79,139,1) 69%, rgba(64,64,130,1) 76%, rgba(64,64,130,1) 98%, rgba(66,61,128,1) 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
}
.login-btn:hover{
    color: white;
}
.main-content{
    background-color: white;
    margin-top: -100px;

    position: relative;
    border: 1px solid #CCD3D9;
    z-index: 1000;
    border-radius: 10px;
    padding: 20px;
}
.home-info h4{
font-size: 18px;
margin-top: 20px;
}
.home-info p{
    font-size: 14px;
    color: #6A6E83;
}
.nav-pills{
    background-color: #CCD3D9;
    padding: 10px;
    border-radius: 6px;
}
.nav-pills .nav-link {
    width: 100%;
    color: #6A6E83;
}
.nav-pills .nav-link.active{
    background-color: white;
    color: black;
}
.locations{
    position: relative;
}
.location{
border: 1px solid #CCD3D9;
padding: 10px;
display: flex;
margin-bottom: 20px;
border-radius: 6px;
gap: 10px;
}
 .location p{
font-size: 16px;
color: #6A6E83;
margin: 0;
}
.location p:first-child{
    font-size: 16px;
    color: #423E81;
font-weight: 600;    }
.transfer{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.contuino{
    background: linear-gradient(90deg, rgba(25,131,171,1) 0%, rgba(53,79,139,1) 69%, rgba(64,64,130,1) 76%, rgba(64,64,130,1) 98%, rgba(66,61,128,1) 100%);
   padding-block: 15px;
   width: 100%;
   display: block;
   border-radius: 6px;
   text-align: center;
   color: white;
   text-decoration: none;
}
.contuino:hover{
    color: white;
}
.warning{
    display: flex;
    background-color: rgba(241, 134, 41,0.4);
    padding: 10px;
    width: auto;
    border-radius: 5px;
    gap: 5px;
    position: relative;
    
}
.warning .close-x{
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}
.warning p:first-child{
    margin: 0;
    font-size: 18px;
}
.input-with-icon{
    position: relative;
    width: 100%;
    border:1px solid #ced4da;
    border-radius: 0.25rem;
    display: flex;
}
.input-with-icon input{
    width: 100%;
    border: none;

}
.input-with-icon input:focus{
    outline: none;
}
.input-with-icon .iconofInput{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tab-content form label {
    color: #6A6E83;
    margin-block: 10px;
}
.sendType{
    border:  2px solid #D4D8E5;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 0.25rem;
    align-items: center;
    cursor: pointer;
}

.sendType div p:last-child{
    color: #6A6E83;
}
.sendType.active{
    border:  2px solid #23B746;
}
.sendType.active{
    background-color: rgba(35, 183, 70,0.12);
}
.location-type{
    display: flex;
 justify-content: space-between;

    border:  2px solid #D4D8E5;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 0.25rem;
    align-items: center;
    cursor: pointer;
    color: #A8B1CE;
}
.location-type.active{
    border:  2px solid #23B746;
    background-color: rgba(35, 183, 70,0.12);
}
.location-type.active{
    color: black;
}
.location-type.active .bi-check-circle-fill{
    color: #23B746;
}
.offer-card{
    border: 1px solid #D4D8E5;
    padding: 10px;
    margin-top: 20px;
    border-radius: 6px;
}
.offer-card a{
    background: linear-gradient(90deg, rgba(25,131,171,1) 0%, rgba(53,79,139,1) 69%, rgba(64,64,130,1) 76%, rgba(64,64,130,1) 98%, rgba(66,61,128,1) 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    margin-top: 10px;
}
.copoun{
    display: flex;
    border: 1px solid #D4D8E5;
    border-radius: 5px;
    padding: 3px;
}
.copoun input{
    flex: 1;
    border: none;

}
.copoun input:focus{
        outline: none;
}
.copoun button{
    background: linear-gradient(90deg, rgba(25,131,171,1) 0%, rgba(53,79,139,1) 69%, rgba(64,64,130,1) 76%, rgba(64,64,130,1) 98%, rgba(66,61,128,1) 100%);
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
  border: none;

}
.data-row{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.data-row p{
    color: #6A6E83;
    font-size: 14px;
    margin: 0;
}
input:focus{
    outline: none;
}
.slidee{
    background-color: white;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}
.slidee img{
    width: 100%;
}
.count-card{
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
justify-content: space-between;
border-radius: 8px;
padding: 20px;

}
.count-icon{
    background-color: rgba(112, 112, 112,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.lastform label{
    margin-top: 12px;
    margin-bottom: 5px;
}
footer {
    margin-top: 100px;
    background-color: #1B1939;
    padding-block: 80px;
    color: white;
}
footer a i {
    color: white;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}