/*@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;800&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&family=Tajawal:wght@500&display=swap');
* {
    /*font-family: 'Alexandria',*/
    /*    sans-serif;*/
 font-family: 'Playfair Display SC', serif;
font-family: 'Tajawal', sans-serif;
}

.dropdown-item:hover {
    color: #006AFF;
    background-color: rgb(248, 249, 250);
}

.top_bar_contact_item a {
    text-decoration: none;
    color: white;
}

.cmt-btn {
    text-decoration: none;
    color: white;
}

.carousel-imges {
    height: 100vh;
    filter: grayscale(30%);
}

.features {

    background-color: #e3f2fc;
}

.hovrable-card p {
    line-height: 25px;
}

.hovrable-card:hover {

    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;

}

header {
    background-color: #000000;
    color: #ffffff;

}

.custom-ul li a{
    font-size:18px !important;
       /*padding: 0.25rem 1.5rem !important;*/
       padding:10px 20px;

}



.try-service-btn {
    background-color: #0D4772;
    color: white;
    border: 0;
}

.try-service-btn:hover {
    opacity: 0.8;
    color: white;
}

footer {
    background-color: #e3f2fc;
}

.links-list {
    list-style: none;
}

.links-list li {
    padding-top: 8px
}

.links-list a {
    text-decoration: none;
    color: black;
    font-size: large;
}

.links-list a:hover {
    color: rgb(68, 51, 225);
}

.quick-links-line {
    height: 3px;
}

.about-header {
    text-align: center;

    width: 100%;
    height: 70vh;


    background-attachment: fixed;
    position: relative;
}

.about-content {color: white;
        position: absolute;
    top: 40%;
   right:0;
   left:0;
}
.about-content h2{
    color:white;
}

.home-page:hover {
    color: #0D4772;
    cursor: pointer;
}

.navigate span {
    font-size: large;
}

.rtl-text {
    text-align: right;
}

.home-page {
    text-decoration: none;
}

.rounded-shape {
    display: inline-block;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 172px;
    font-size: 80px;
    background-color: #0D4772;
    color: white;
    border-radius: 100px 100px 100px 0;
    transition: .5s;
}

.rounded-shape:hover {
    background-color: #9fcff5;
    color: white;
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
}

.logistics {
    background-color: #e3f2fc;

}

.deatails-btn {
    color: #0D4772;
    border: 1px solid #0D4772;
}

/*h3 {*/
/*    color: #262626;*/
/*    font-size: 17px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 4px;*/
/*}*/

p {
    font-size: 16px;
    font-weight: 400;

    color: #666666;


}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {

    position: relative;




    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 20px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(60);
}


.card1:hover p {

    transition: all 0.3s ease-out;
    color: rgb(225, 225, 225);


}

.card1:hover h4 {

    transition: all 0.3s ease-out;
    color: rgb(225, 225, 225);


}

.card1:hover button {
    transition: all 0.3s ease-out;
    background-color: rgb(238, 237, 237);
    color: #0D4772;
}

.transport-ways {
    border: 1px solid #0D4772;
    color: #1979c2;
}

.transport-ways:hover {

    transition: all 0.3s ease-out;
    background-color: #1979c2;
    color: white;
}

.index-company-image{
    width:350px;
}

/*Styling Buttons*/
/*.login-button {*/
/*    background-color: transparent;*/
/*    text-decoration: none;*/
/*    border: 1px solid #5789a8;*/
/*    color: #5789a8;*/
/*    border-radius: 2em;*/
/*    padding: 0.6rem 0.8rem;*/
    /*margin-left: 2vw;*/
/*    font-size: 1rem;*/
/*    cursor: pointer;*/

/*}*/

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;

    transition: all ease-in-out 350ms;
}

.join-button {
    color: #131418;
    color: #2e7183;
    border: none;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.join-button:hover {

    background-color: transparent;

    color: #286f9e;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon span {
    color: #0D4772;
}

.shopping-cart-counter {
    background-color: rgb(241, 4, 4);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: small;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -10px;
}

.navbar-logo {
    width: 130px;

}

.card-img-circled img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.hovrable-card1 {
    background-color: #f8f9fa;
    border-radius: 20px;
    /*height:500px;*/
}

.hovrable-card1:hover {
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
    background-color: #0D4772;

}

.hovrable-card1:hover h3 {
    color: white;
}

.hovrable-card1:hover p {
    color: white;
}
.hovrable-card1:hover label {
    color: white;
}

.killo-grams {
    font-size: 84px;
    font-weight: bold;
    color: white;
}

.text-alignment-left {
    text-align: left;
}

.package {
    /* background-color: #00838d; */
    /* color: white; */
    border: 1px solid rgb(223, 222, 222);
    border-left: 4px solid rgb(223, 222, 222);
    color: #000000;
    position: relative;
    background-color: rgba(255, 255, 255, 0.933);
}

.package span {
    color: #000000;
    /* color: white; */
}

.package p {
    /* color: white; */
    color: #000000;
}

.package-number {
    position: absolute;
    top: 25px;
    right: -45px;
    text-align: center;
    font-size: 36px;
    color: #0D4772;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: rgb(241, 240, 240);
}

.package:hover .package-number {
    background-color: #0D4772;
    transition: all 0.5s ease-in-out;
}

.package:hover .package-number span {
    color: white;
}

.package:hover {
    /* background-color: rgb(114, 157, 172); */
    border-left: 4px solid #0D4772;
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
}


.social-icons {
    display: inline-block;
    background-color: lightblue;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.counter {
    text-align: center;
    /* background-image: url("../assets/images/sliderOne.jpg"); */
    /* background: linear-gradient(to bottom, rgba(87, 87, 87, 0.8) 0%, rgba(59, 59, 59, 0.8) 100%), url("../assets/images/sliderOne.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;

}

.counter-count {
    font-size:40px;
    font-weight: 600px;
    color: white;
    text-align: center;
}

.count-up {
    border: 1px solid white;
    position: relative;
    border: 1px solid rgb(223, 222, 222);
    border-left: 4px solid rgb(223, 222, 222);
    height:200px;
    /* border-radius: 20px; */

}

.count-up p {
    color: #0D4772;
}

.count-up h3 {
    color: #0D4772;
    font-weight: 500;
    font-size:25px;
}

.couonter-span-icon {
    position: absolute;
    background-color: rgb(241, 240, 240);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    right: -18px;
    color: #0D4772;
    top: 40px;
}

.count-up:hover {

    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
    border-left: 4px solid #0D4772;
}

.count-up:hover .couonter-span-icon {
    background-color: #0D4772;
    color: white;
}

.count-up:hover p {
    color: #0D4772;
}

.count-up:hover h3 {
    color: #0D4772;
}

.carosel-text-parent {
    position: relative;
}

.carosel-text {
    position: absolute;
    top: 35%;
  right:0;
  left:0;
    color: white;

}

.text-header {
    font-size: 48px;
    font-weight:bold;
}

.features-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    height: 265px;
}

.features-card p {
    /*! line-height: 25px; */
}

.features-card-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #0D4772;
    color: white;
    top: -35px;
    right: 37%;
}

.features-card:hover {
    transform: translateY(-15px);
    transition: all 0.2s ease-in-out;
}

.logistics-content {
    line-height: 24px;
}

.shipping-steps {
    display: flex;
}

.round {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #3792ce;
    color: white;
    margin-right: 10%;
}

.round2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #3792ce;
    color: white;

}

.line {
    width: 290px;
    border: 3px dashed #3792ce;
    /* background-color: #3792ce; */
}

.line2 {
    width: 290px;
    /* height: 4px;
    background-color: rgb(225, 225, 225); */
    border: 3px dashed rgb(225, 225, 225);
}

.round3 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(225, 225, 225);
    color: #0D4772;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.contact-info {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #0D4772;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 50px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    transition: all 0.5s ease-in-out;
}

.contact-info:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}

.contact-info-whatsapp {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 110px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-messenger {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #006AFF;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 170px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-whatsapp:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 190, 93, 0.734) 0px 8px 24px;
}

.contact-info-messenger:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}

.padding-5 {
    padding: 3rem;
}

.try-service-img {
    padding: 3rem;
    /*height: 85%;*/
    width: 100%;
}

/*.samsa-img {*/
/*    padding-top: 3rem;*/
/*    width: 50%;*/
/*}*/
.partner-image{
     padding-top: 3rem;
    width: 200px;
    height:200px;
}

.padding-bottom {
    padding-bottom: 3rem;
}

.responsive-steps {
    display: none;
}
.accordion-button{
 text-align:right !important;   
}

@media only screen and (max-width: 600px) {
    .index-company-image{
        width:90%;
    }
    .padding-5 {
        padding: 0;
    }

    .try-service-img {

        height: 100%;
        width: 100%;
    }

    .shipping-steps {
        display: none;
    }

    /*.samsa-img {*/
    /*    width: 100%;*/
    /*}*/

    .text-header {
        font-size: 18px;
    }

    .text-header2 {
        font-size: 14px;
        font-weight:normal;
       
    }

    .padding-bottom {
        padding: 0;
    }

    .carosel-text {
        position: absolute;
        top: 14%;
        right:0;
        left:0;
        color: white;

    }

    .track-order-steps {
        display: none;
    }

    .round-span {
        background-color: #1979c2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
    }

    .responsive-line {
        width: 2px;
        height: 50px;
        background-color: #3792ce;

    }

    .round-span2 {
        background-color: #cacaca;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
    }

    .responsive-line2 {
        width: 2px;
        height: 50px;
        background-color: #cacaca;
    }

    .about-us-section p {
        line-height: 42px;
    }

    .responsive-steps {
        display: block;
    }
.about-content{
        position: absolute;
    top: 40%;
   right:0;
   left:0;
}
.mob-slider{
   height:30vh !important;
}
}
.about-imageee{

       display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}

.track-order {
    width: 90%;
    margin: auto;
}

#newShipment {
    display: none;
}

.label-text {
    color: #0f5285;
    font-size: 18px;
}

.aboutus-header {
    color: #0f5285;
}
.text-header2 {
        
        font-weight:bold ;
    }
.afte-payment-bg{
background-color: #e3f2fc;
}
.after-pay-img img{
    width: 50%;

}
.home-page a{
       text-decoration: none;
    color: white;
}
.navigate a{
          text-decoration: none;
    color: white;
}
.pakage-wrap{
         word-wrap: break-word;
}

.foot-link a{
    color:black;
    text-decoration: none;
}

.foot-link{
    font-size:14px;
    line-height:20px !important;
}

.rounded-stepp{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
  border: 2px solid #0D4772;
  background-color: white;
  position: relative;
}
.child-rounded{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0D4772;
    background-color: #0D4772;
    color: #fff;
    position: absolute;
    top: 32%;
    left: -15%;

}

.rounded-stepp:before {
    content: "";
    position: absolute;
 top: 50%;
 right: 107px;
    background: #0D4772;
    height: 2px;
    width: 221px;
}
.rounded-stepp-two{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
  border: 2px solid #0D4772;
  background-color: white;
  position: relative;
}
.child-rounded-two{

    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0D4772;
    background-color: #0D4772;
    color: #fff;
    position: absolute;
    top: 32%;
    left: -15%;
}
.rounded-stepp:hover{
    background-color: #9fcff5;
    color: white;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-count{
    font-size: 30px;
    color: #0D4772;
}
.rounded-stepp:hover .rounded-stepp-count{
    font-size: 34px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-two:hover {
    background-color: #9fcff5;
    color: white;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-two:hover .rounded-stepp-count{
    font-size: 32px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}



.about-img img{
    width: 100%;
}
.about-side{
    width: 90%;
    margin: 0 auto;
    height: 600px;
}
.about-side ul{
    list-style: none;
}
.about-side ul li{
    padding: 15px ;
    margin: 10px 0;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-around;
}
.about-side ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #000000;
}
.about-side ul li:hover{
    padding: 15px ;
    margin: 10px 0;
  background-color: #0D4772;

}
.about-side ul li:hover a{
    color: white;
}
.h2, h2{
    font-size:18px !important;
}

.fw-bold {
  font-weight:500 !important;
}
.fs-5 {
  font-size: 1rem !important;
}
.h1, h1 {
  font-size: 2.5rem;
  color: #1690d3;
}
.fs-1 {
  font-size: 2.5rem !important;
  color: #1690d3;
}

.footer-txt{
  line-height: 30px;
font-size: 15px;
}


.contact-side h4{
background-color: #0D4772;
color: white;
}


@media only screen and (max-width: 1000px) {
    .rounded-stepp:before {
       content: "";
    position: absolute;
 top: 50%;
 right: 107px;
    background: #0D4772;
    height: 2px;
    width: 100px;


    }
}
@media only screen and (max-width: 760px) {
    .rounded-stepp:before {
        content: "";
     display: none;


    }
}
.text-decor{
    text-decoration: none;
    color:white;
}
/*.havrable-card-height{*/
/*    height:160px;*/
/*}*/

.sender-title h4{
    border-bottom: 2px solid #0D4772;
    padding: 10px;
   }
   .sender-info{
       padding: 10px;
   }
   .shipment-status{
       background-color: #0D4772;
       color: white;
   }
   .table-header{
       background-color: #0D4772;
       color: white;
   }
   .bar-code img{
    width: 200px;
   height: 100px;
}
.text-break{
     word-wrap: break-word;
}
.title-txt{
    color:#1690d3;
    font-size:30px !important;
   border-right: 5px solid #1690d3;
   padding-right: 5px;
}

.subtitle-txt{
    font-size: 17px;
}

.main-p{
    text-align:center;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto !important;
  margin-left: unset;
}





.register-container{
    width: 50%;
    margin: 0 auto;
}

.login-container{
    width: 50%;
    margin: 7% auto;
}
.login-img img{
   width: 300px;
}
.login-footer a{
text-decoration: none;
color: #677eff;
font-weight: bold;

}
@media only screen and (max-width: 600px) {
    .login-container{
        width: 100%;
        margin: 30% auto;
    }
    .login-img img{
        width: 100%;
     }

.register-container{
    width: 100%;
    margin: 30% auto;
}
}

.login-button{
    border:1px solid #5789a8;
    color:#5789a8;
    margin-left:5px;
     text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .custom-login{
    padding-right:40px;
}
}
 
  #navbar {
    overflow: hidden;
 
  }
 
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

#myBtn {
  display: none;
  position: fixed;
      bottom: 80px;
    
  right: 50px;
  z-index: 99;
  font-size: 18px;
 width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
  background-color: #0D4772;
  color: white;
  cursor: pointer;
border:0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
}
.padding-rm {
    padding: 0.6rem!important;
}
