@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;800&display=swap');

* {
    font-family: 'Alexandria',
        sans-serif;

}


.dropdown-item:hover {
    color: #009860;
    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: 85vh;
    filter: grayscale(30%);
}

.features {

    background-color: #e3f2fc;
}

.hovrable-card p {
    line-height: 25px;
}
.service-card-icon{
        width: 40px;
    padding: 20px;
    height: 40px;
    color: #ae0d38;
    background: #00986014;
    border-radius: 50px;
    color: #63E6BE;
}
.hovrable-card:hover {

    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;

}

header {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0px;
}





.try-service-btn {
    background-color: #0D4772;
    color: white;
    border: 0;
}

.try-service-btn:hover {
    opacity: 0.8;
    color: white;
}

footer{
    background-color: #f8f9fa;
}
.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;
    background: linear-gradient(to bottom, rgba(94, 94, 94, 0.555) 0%, rgba(59, 59, 59, 0.665) 100%), url("../assets/images/slide-01.jpg");
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.about-content {
    position: absolute;
    left: 35%;
    bottom: 20%;
    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: 17px;
    font-weight: 400;
    line-height: 30px;
    /* line-height: 20px; */
    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;
}



/*Styling Buttons*/
.login-button {
    background-color: #009860;
    text-decoration: none;
    border: none;
    color: #fff;
    border-radius: 2em;
    padding: 10px 10px;
    
    font-size: 1rem;
    cursor: pointer;

}

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border :1px solid #009860;

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

.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 SVG {
    color: white !important;
}

.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: 56px;
    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: #009860;
    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: 50px;
    font-weight: bold;
    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);
    /* border-radius: 20px; */

}

.count-up p {
    color: #0D4772;
}

.count-up h3 {
    color: #0D4772;
    font-weight: 500;
}

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

.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: 30%;

    color: white;

}

.text-header {
    font-size: 48px;
    line-height: 55px;
}

.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: 1rem;
    height: 100%;
    width: 100%;
}

.samsa-img {
    padding-top: 3rem;
    width: 50%;
}

.padding-bottom {
    padding-bottom: 3rem;
}

.responsive-steps {
    display: none;
}

@media only screen and (max-width: 600px) {
    .padding-5 {
        padding: 0;
    }

    .try-service-img {

        height: 100%;
        width: 100%;
    }

    .shipping-steps {
        display: none;
    }

    .samsa-img {
        width: 100%;
    }

    .text-header {
        font-size: 20px;
        line-height: 24px;
    }

    .text-header2 {
        font-size: 16px;
    }

    .padding-bottom {
        padding: 0;
    }

    .carosel-text {
        position: absolute;
        top: 25%;

        color: white;

    }

    .carousel-imges {
        height: 80vh;
        filter: grayscale(30%);
    }

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

  

    .responsive-steps {
        display: block;
    }

}




.track-order {
    width: 90%;
    margin: auto;
}

#newShipment {
    display: none;
}

.label-text {
    color: #0f5285;
    font-size: 18px;
}

.aboutus-header {
    color: #0f5285;
}

.main-image img {
    width: 100%;
    height: 90vh;

}

.main-image {
    position: relative;
}

.overlay {
    position: absolute;
    top: 35%;
    width: 100%;
}

.user-guide span {

    font-size: 20px;
}

.user-guide-p {
    border-right: 4px solid #ae0d38;
    font-size: 20px;
}
  .image-header {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #00000073;
      z-index: 1;
  }

  .carousel-caption {
      z-index: 2;
  }
.btn-login button {
    background-color: #009860;
    color: white;
    border: 0;
    border-radius: 5px;
}

.info-header h5 {
    color: #ae0d38;
    font-weight: bold;
}
.local-text{
    color:  #009860;
}
.lightbox-target {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 999999;
}

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target iframe,
.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    max-width: 100%;
    z-index: 1
}

a.lightbox-close {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}

.pulse-button {
    position: absolute;

    display: block;
    width: 100px;
    height: 100px;
    font-size: 2em;
    text-align: center;

    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(228, 66, 51, 0.7);
    animation: pulse 1.5s infinite;
}
        .ltr-section{
  direction: ltr;
}

.post-slide {
  border-radius: 20px;
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 40%;
  left: 0px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 40%;
  right: 0px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}





@media only screen and (max-width:1280px) {
  .post-slide .post-content {
      padding: 0px 15px 25px 15px;
  }
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(228, 66, 51, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(228, 66, 51, 0);
    }
}


/*.client-main-section {*/
/*    text-align: center;*/
/*    background: linear-gradient(to bottom, rgba(0, 1, 29, 0.694) 0%, rgba(0,*/
/*                1,*/
/*                29,*/
/*                0.694) 100%), url(../assets/images/people.webp);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
/*padding-bottom: 50px;*/
/*}*/

.client-opinion-details {
    background-color: rgb(204, 204, 204);
    width: 80%;
    margin: auto;
}

.client-opinion-details p ,h4 {
    color:white;
}

.client-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.client-name {
    color: #ae0d38;
}

.golden-rate {
    color: gold;
    font-size: 20px;
}

.learn-more {
    color: white;
    text-decoration: none;
}

.learn-more:hover {
    color: #ae0d38;
}

.img-video {
    width: 100%;
}
.local-color{
    background-color: #009860;
    color:white;
}

.local-color:hover {
    color: #131418;
    background-color: #f2f5f7;
    border :1px solid #009860;

    transition: all ease-in-out 350ms;
}

        .ltr-section{
  direction: ltr;
}

.post-slide {
  border-radius: 20px;
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 40%;
  left: 0px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 40%;
  right: 0px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}





@media only screen and (max-width:1280px) {
  .post-slide .post-content {
      padding: 0px 15px 25px 15px;
  }
}
@media only screen and (max-width:991px) {
  .dropdown-item{
      margin-top:10px;
  }
  .home-login{
      margin-top:30px;
      margin-bottom:20px;
  }
}






