*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#preloader{
  background-color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#status{
  background-image: url("/img/preloader.gif");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
}

#page-wrapper{
    background-image: linear-gradient(rgba(247, 250, 255, 1)), url("/img/lluvia-de-cajas.png");
    background-repeat: repeat;
    background-size: 500%;
    position: relative;
    background-blend-mode: color-dodge;
}

li, button{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

span{
    font-family: "Poppins", sans-serif;
}

h1{
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color:#333333;
}

h2{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color:#333333;
}

h3{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color:#333333;
    font-size: 1rem;
}

h4{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color:#333333;
    font-size: 1.2rem;
}

p{
    padding: 1rem 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color:#333333;
    margin-bottom: 0;
}

a{
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-weight: 400;
    color: #333333;
}

a:hover{
    font-weight: 600;
}

img{
    height: 100%;
}

.container {
  max-width: 1120px;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #7276f1;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(103, 103, 103, 0.9);
    z-index: 100;
    transition: 1s;
}

.float:hover{
    text-decoration: none;
    columns: white;
    background-color: #25d366;
}

.my-float{
    padding-top: 14px;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: var(--z-fixed);    
  transition: backdrop-filter 0.8s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

#header.scrolled{
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.main-logo{
    display: flex;
    justify-content: space-around;
}

.nav__logo img{
  height: 3rem;
  width: 6rem;
}

.cat-primary-btn{
    display:flex;
    width: fit-content;
    height: 3rem;
    font-size: 14px;
    color: white;
    background-color: #7276f1;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 0 20px 0 20px;
}

.cat-secondary-btn{
    display:flex;
    background-color: rgba(255, 255, 255, 0.7);
    width: fit-content;
    height: 3rem;
    font-size: 14px;
    color: #7276f1;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #7276f1;
    text-align: center;
    padding: 0 20px 0 20px;
}

.cat-btn:hover {
 transform: translateY(-2px);
 filter: drop-shadow(4px 4px #333333);
}

.cat-secondary-btn:hover {
 background-color: white;
 transform: translateY(-2px);
 filter: drop-shadow(4px 4px #333333);
}

.cat-btn:active {
 box-shadow: none;
 transform: translateY(0);
}

#bild-introduction{
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/img/cajas-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10% 10% 0 10%;
    flex-direction: column;
    margin-bottom: 0;
}

#bild-introduction h1{
    font-size: 2.5rem;
}

.definition{
    font-size: 1rem;
    padding-top: 1%;
    padding-bottom: 1%;
}

.cat-buttons{
    padding: 3% 5%;
}

.cat-buttons .col{
    display: flex;
    justify-content: center;
    align-items: center;
}

#trust-line{
    background-color: #7276f1;
    padding: 1.2% 12%;
}

#trust-line .container{
    display: flex;
    flex-direction: row;
}

#trust-line .trust-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#trust-line img{
    width: 30%;
}

#trust-line span{
    font-weight: 500;
    font-size: 14px;
    color: white; 
}

#our-clients{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4% 10% 0 10%;
    flex-direction: column;
    background-color: white;
}

#our-clients h4{
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 2rem;
}

#our-clients img{
    height: 70%;
}

#our-numbers{
    display: flex;
    padding: 7% 10% 5% 10%;
    flex-direction: column;
}

.team, .numbers{
    padding: 0;
}

#our-numbers .content{
    display: flex;
    gap: 2%;
}

#our-numbers .numbers{
    display: flex;
    flex-direction: column;
}

#our-numbers .numbers .title-box{
    padding: 3% 2%;
    display: flex;
    align-content: center;
    justify-content: center;
}

#our-numbers .numbers .title-box div{
    padding: 0.1rem 1rem;
    background-color: #7276f1; 
    border-radius: 8px;
}

#our-numbers .numbers .title-box h4{
    margin-bottom: 0;
}

#our-numbers .numbers .content-up{
    display: flex;
    gap: 3%;
    padding-bottom: 3%;
    height: 100%;
}

#our-numbers .numbers .content-up{
    display: flex;
    gap: 3%;
    padding-bottom: 3%;
    height: 100%;
}

#our-numbers .numbers .card{
    background-color: white;
    border: none;
    border-radius: 16px;
    box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.25);
    height: 100%;
}


#our-numbers .numbers .content-up .card-body h1{
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    padding-top: 4%;
    margin-bottom: 1%;
    color: #7276f1;
    font-weight: 600;
}

#our-numbers .numbers .content-up .card-body h4{
    font-family: "Poppins", sans-serif;
    font-size: .7rem;
    padding-top: 4%;
    padding-bottom: 2%;
    color: #333333;
}

#our-numbers .numbers .content-down .card-body{
    padding: 0 5% 2% 5%;
}

#our-numbers .numbers .content-down .card-body h1{
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    padding-top: 1%;
    margin-bottom: 1%;
    color: #7276f1;
    font-weight: 600;
}

#our-numbers .numbers .content-down .card-body h4{
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: 500;
    color: #333333;
}

#problems-solutions{
    display: flex;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-y: 100%;
    background-position-x: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 8%;
    padding: 5% 10% 0 10%;
    flex-direction: column;
}

#problems-solutions .container{
    padding: 0;
}

#problems-solutions h1{
    text-align: center;
    font-weight: 700;
}

.headline-box{
    display: flex;
    background-image: linear-gradient(45deg, #5055ff, rgba(64, 255, 169, 0.8));
    padding: 1%;
    border-radius: 300px;
    margin-top: 3rem;
    transition: background-image 1.4s ease-in-out;
    box-shadow: 0 0 30px 8px rgba(78, 144, 173, 0.3);
}

.headline-box:hover{
    background-image: linear-gradient(45deg, #454ae0, rgba(0, 230, 126, 0.8));
}

.from, .to{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 400px;
}

.before-and-after{
    margin-top: 2rem;
}

.before-and-then{
    display: none;
}

.before{
    padding: 0 5%;
}

.after{
    padding: 0 5%;
}

.reason{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reason img{
    width: 10%;
}

.reason p{
    padding: 2%;
    font-size: 1rem;
}

.problems{
    display: none;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
    justify-items: center;
    flex-direction: column;
}

.take-the-change .bottom-image img{
    width: 70%;
    margin-top: 3rem;
}

#logistic-services{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0)), url("/img/3pl-blured.png");
    padding: 6% 10% 8% 10%;
    margin-top: 4rem;
    flex-direction: column;
    background-color: white;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-blend-mode: luminosity; */
    position: relative;
    box-shadow: inset 0 10px 10px -10px rgb(169, 169, 169, 0.8), inset 0 -10px 10px -10px rgb(169, 169, 169, 0.8);
}

#logistic-services h1{
    text-align: center;
}

#logistic-services .services{
    display: flex;
    gap: 1.5%;
    margin-top: 3rem;
}

#logistic-services .services.down-row{
    display: flex;
    margin-top: 1.5%;
}

#logistic-services .card{
    border-color: white;
    width: 100%;
    box-shadow: 2px 2px 4px rgba(103, 103, 103, 0.2);
}

#logistic-services .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: aquamarine;
    width: 30%;
    border-radius: 8px;
    margin-bottom: 10%;
}

#logistic-services h3{
    font-size: 1.2rem;
    font-weight: 600;
}

#logistic-services .text{
    font-size: 0.8rem;
}

#logistic-services .cta{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

#end-to-end-services{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6% 10% 5% 10%;
    flex-direction: column;
    justify-content: center;
}

#end-to-end-services .content{
    display: flex;
    justify-content: center;
}

#end-to-end-services #consultancy-intro h2{
    font-size: 1.5rem;
}

#end-to-end-services .information{
    font-size: 1rem;
}

#end-to-end-services .services .forwarder{
    width: 100%;
    height: 50%;
    margin-bottom: 12px;
}

#end-to-end-services .services .marketplace{
    width: 100%;
    height: 60%;
    margin-top: 12px;
}

#end-to-end-services .man img{
    width: 100%;
    height: 100%;
}

#end-to-end-services .card{
    display: flex;
    background-color: #F5F5FF;
    border: none;
    height: 100px;
    width: 50%;
    margin: 10px;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(103, 103, 103, 0.5);
}

#end-to-end-services .card-body{
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0;
}

#end-to-end-services .card-body div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#end-to-end-services .card-icon img{
    width: 100%;
    height: fit-content;
}

#end-to-end-services .card-text{
    font-weight: 200;
    padding: 30px;
    margin: 0;
}

#consultancy-intro{
    display: flex;
    width: 100%;
}

#consultancy-intro .images div{
    height: 200px;
    width: 200px;
    padding: 0;
}

#consultancy-intro .images img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-cards .info{
    height: 80px;
}

.services-cards .info p{
    height: 100%;
}

#end-to-end-services .banner{
    display: flex;
    background-color: #7276f1;
    padding: 5% 2%;
    border-color: #333333;
    border-width: 10px;
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    margin-top: 2%;
    flex-direction: column;
    justify-content: space-between;
    filter: drop-shadow(16px 16px #60d2ff);
}

#end-to-end-services .banner .content{
    display: flex;
    width: 100%;
    justify-content: end;
}

#end-to-end-services .banner h1{
    font-size: 1.8rem;
}

#end-to-end-services .banner .headline, .partners{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

#end-to-end-services .partners .logos{
    display: flex;
    flex-direction: row;
}

#end-to-end-services .logos{
  display: flex;
  gap: 20px;
}

.logos img{
    width: 100%;
    height: fit-content;
}

.logos .systemware{
  background-color: #292B51;
  border-radius: 5000px;
  padding: 2% 5%;
  box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.55);
}

.logos .comej{
  background-color: #292B51;
  border-radius: 5000px;
  padding: 2% 0;
  box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.55);
}

#end-to-end-services .our-partners{
  padding: 0 5%;
}

#end-to-end-services .our-partners p{
  padding: 0;
}

.stars{
  font-size: 3rem;
}

.spcy-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}

.spcy-rndr{
  border-radius: 5000px;
  background-color: #292B51;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.55);
}

.spcy-rndr .main-logo img{
  width: 50%;
}

.spcy-rndr .description{
  padding: 2%;
}

.spcy-rndr .description p{
  font-size: 0.5rem;
  color: white;
  margin-top: 0.2rem;
}

.spcy-rndr .badge img{
  width: 50%;
}

.spcy-rndr .badge{
  display: flex;
  justify-content: flex-end;
}

#portal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7% 10% 3% 10%;
    flex-direction: column;
    justify-content: center;
    background-image: url("/img/blured-bg.png");
    background-position-y: 70%;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

#portal .info-card{
    height: fit-content;
}

#portal .phrase{
  font-size: 2rem;
  font-weight: 600;
}

#portal h4{
    font-size: 1.2rem;
    color: #333333;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

#portal .col.up{
    display: flex;
    justify-content: flex-end;
    padding: 0 5%;
}

#portal .col.down{
    display: flex;
    justify-content: flex-start;
    padding: 0 5%;
}

#portal .cat-buttons{
    padding: 3% 5% 0 5%;
}

#portal img{
    width: 65%;
}

#how-we-work{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6% 10% 5% 10%;
    flex-direction: column;
    justify-content: center;
}

#how-we-work h4{
    font-size: 1.2rem;
    color: #333333;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#how-we-work{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 10% 10% 10%;
    flex-direction: column;
    justify-content: center;
}

#how-we-work .contact-btn{
    display: flex;
    margin: 2.5rem 0;
    justify-content: center;
}

#how-we-work .step{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 3%;
}

/* From Uiverse.io by 0xnihilism */ 
#how-we-work .card {
  width: 100%;
  padding: 1rem 1.2rem;
  border:white;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 12px 12px 0 var(--shdw);
}

#how-we-work .one .card{
    background-image: linear-gradient(rgb(255, 255, 255, 0.96)), url("/img/contacto-bg.png");
    background-position: center;
    background-size: cover;
}

#how-we-work .two .card{
    background-image: linear-gradient(rgb(255, 255, 255, 0.96)), url("/img/quote-bg.png");
    background-position: center;
    background-size: cover;
}

#how-we-work .three .card{
    background-image: linear-gradient(rgb(255, 255, 255, 0.96)), url("/img/choose-plan-bg.png");
    background-position: center;
    background-size: cover;
}

#how-we-work .four .card{
    background-image: linear-gradient(rgb(255, 255, 255, 0.96)), url("/img/start-icon-bg.png");
    background-position: center;
    background-size: cover;
}

#how-we-work .two, .four{
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    height: fit-content;
}

#how-we-work .card:hover {
  transform: translate(-5px, -5px);
  box-shadow: 17px 17px 0 var(--shdw);
}

#how-we-work .card__title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 1%;
  display: block;
  position: relative;
  overflow: hidden;
}

#how-we-work .card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 3px;
  background-color: var(--shdw);
  transform: translateX(-100%);
  transition: transform 0.3s;
}

#how-we-work .card:hover .card__title::after {
  transform: translateX(0);
}

#how-we-work .card__content {
  font-size: 1rem;
  line-height: 1;
  color: #333333;
  padding: 0.5rem;
}

@keyframes glitch {
  0% {
    transform: translate(2px, 2px);
  }
  25% {
    transform: translate(-2px, -2px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}

#how-we-work .glitch {
  animation: glitch 0.3s infinite;
}

#why-bild{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("/img/bubbles-bg.jpg");
    margin-top: 2%;
    padding: 5% 12% 7% 10%;
    flex-direction: column;
    justify-content: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: inset 0 10px 20px -10px rgb(68, 68, 68), inset 0 -10px 20px -10px rgb(68, 68, 68);
}

#why-bild h2{
    color: white;
    font-weight: 600;
    margin: 0;
}

#why-bild h3{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    color: #333333;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#why-bild p{
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

#why-bild .content{
    display: flex;
    flex-direction: row;
}

#why-bild .info{
    display: flex;
    flex-direction: column;
}

#why-bild .info-cards{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

#why-bild .info-cards .row.up, .row.down{
    display: flex;
    gap: 10px;
}

#why-bild .info .card{
    display: flex;
    flex-direction: row;
    padding: 1rem;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.25);
}

#why-bild .info-cards span{
    font-size: 0.8rem;
}

#why-bild .info img{
    width: 20%;
}

#why-bild .image{
    display: flex;
    align-items: center;
}

#why-bild .image img{
    width: 100%;
    height: 90%;
}

.form-container{
    display: flex;
    padding: 4% 0 0 0;
}

.form-container form{
    display: flex;
    gap:2rem;
}

.form-container .card{
    background-color: #7276f1;
    border: none;
    width: 100%;
    padding: 3%;
    filter: drop-shadow(16px 16px #333333);
}

#testimonial{
    padding: 9% 10% 4% 10%;
}

#testimonial .slider {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
#testimonial .image__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/img/pattern-bg.svg");
  background-repeat: no-repeat;
  background-position: left 50% top;
  padding: 2rem;
  padding-bottom: 0;
  background-size: contain;
  width: 90%;
  max-width: 700px;
}

#testimonial .image {
  justify-content: center;
  align-items: center;
  width: 95%;
}
#testimonial .image img {
  width: 100%;
  justify-self: center;
  border-radius: 300px;
}

#testimonial .slider__buttons {
  display: flex;
  position: relative;
  top: -20px;
  border-radius: 20px;
}

#testimonial .slider__buttons img{
    height: 50%;
}

#testimonial .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50% 0 0 50%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
#testimonial .next__btn {
  border-radius: 0 50% 50% 0;
}
#testimonial .button:hover {
  background-color: rgb(230, 230, 243);
}

.testimonial {
  background: url("/img/pattern-quotes.png") no-repeat;
  color: hsl(240, 38%, 20%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.testimonial .quote {
  font-size: 1.2rem;
  text-align: center;
}
.testimonial .user__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-top: 1rem;
}
.testimonial .name {
  font-weight: 700;
}
.testimonial .position {
  color: hsl(240, 18%, 77%);
}


@media (max-width: 840px) {
  #testimonial .slider{
    flex-direction: column-reverse;
  }

  .details__slider {
    order: 1;
    width: 100%;
  }
  .testimonial {
    align-items: flex-start;
  }
  .testimonial .quote {
    text-align: left;
    font-size: 1.2rem;
    width: 100%;
  }
  .testimonial .user__details {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    font-size: 1.3rem;
    align-items: center;
  }
  #testimonial .name {
    margin-right: 20px;
  }

  #testimonial .image__slide {
    order: 2;
  }
  #testimonial .image {
    width: 90%;
    padding-top: 20px;
  }
  #testimonial .slider__buttons {
    top: -35px;
  }
  #testimonial .button {
    width: 55px;
    height: 55px;
  }
}

#share-your-contact{
    padding: 2% 10% 8% 10%;
    scroll-margin-top: 80px;
}

#share-your-contact h4{
    font-size: 1.2rem;
}

#share-your-contact .fields{
    display: flex;
    gap: 2rem;
}

.input-field i{
    margin: 0 0.5rem;
    color: #98b7ed;
}

.contact-form .input-field{
    display: flex;
    background-color: #F5F5FF;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0 5px;
    align-items: center;
}

.contact-form input{
    background-color: #F5F5FF;
    height: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #333333;
    width: 100%;
}

.contact-form input::placeholder{
    color: #98b7ed;
    font-size: 14px;
}

.form-check{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.5%;
}

.form-check h5{
    color: white;
    font-weight: 300;
    font-size: 1.1rem;
}

#share-your-contact .politics span{
  color: white
}

.politics span,a{
    display: ruby;
    gap: 5px;
    font-size: 0.8rem;
}

.politics a:hover{
    color: #3539ae;
}

.submitBtn-wraper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-status{
    margin: 0;
    min-height: 1.2em;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
}

.form-status.is-success{ color: #37ffe1; }
.form-status.is-error{ color: #ff6b6b; }

#submitBtn{
    height: 2.5rem;
    width: 20rem;
}

#submitBtn.disabled, #submitBtn:disabled{
    pointer-events: none;
    opacity: 0.7;
}

#hero-section{
  padding: 14% 10% 5% 10%;
  background-position: center;
  background-size: 100%;
}

#hero-section .container{
  z-index: 1;
}

#hero-section h1{
  font-size: 4rem;
  font-weight: 700;
}

#hero-section.services{
  background-image: url("/img/our-services-bg-blured.jpg");
  padding: 14% 10% 5% 10%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero-section.services h1{
  font-size: 4rem;
  font-weight: 700;
}

#about-us{
  padding: 8% 10%;
}

#about-us h4{
  font-weight: 600;
}

#about-us h2{
  font-size: 1.8rem;
  font-weight: 600;
}

#about-us .mision-vision p{
  font-size: 0.8rem;
  padding: 0;
  text-align: center;
}

#about-us .mision-vision{
  margin-top: 6rem;
  gap:20px
}

.mision-vision .col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: fit-content;
}

.mision-vision .icon{
  height: 150px;
}

.mision-vision .icon img{
  width: 100%;
}

#our-history{
  display: flex;
  justify-content: center;
  background-color: #7276f1;
  padding: 3% 10%;
}

#our-history .container{
  display: flex;
  gap: 40px;
}

#our-history .stat{
  display: flex;
  flex-direction: column;
  align-items: center;
}

 #our-history .stat .row{
  display: flex;
  align-items: center ;
 }

.stat .icon{
  background-color: #9698ea;
  border-radius: 3000px;
  padding: 8%;
  width: 200px;
}

#our-history .icon img{
  width: 100%;
  height: 100%;
}

#our-history p{
  font-size: 0.7rem;
  padding: 0;
}

#our-difference{
  padding: 7% 10%;
}

#our-difference .cards{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#our-difference .up-cards, .down-cards{
  display: flex;
  flex-direction: row;
  gap:20px;
}

#our-difference .card{
  display: flex;
  padding: 2%;
  border: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

#our-difference .card-title{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#our-difference .card img{
  width: 15%;
}

#our-difference .card p{
  font-size: 0.8rem;
  padding: 0;
}

#no-limits-logistics{
  background-image: linear-gradient(rgba(255,255,255,0.9)), url("/img/mar-de-cajas.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 10%;
  box-shadow: inset 0 10px 10px -10px rgb(68, 68, 68), inset 0 -10px 10px -10px rgb(68, 68, 68);
}

#no-limits-logistics p{
  font-size: 1.2rem;
  padding-bottom: 4rem;
}

#no-limits-logistics .btn{
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

#our-services{
  padding: 7% 10%;
}

#our-services h2{
  font-weight: 600;
}

#our-services .info p{
  font-size: 1rem;
}

#banner{
  background-image: url("/img/3pl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#banner .container{
  display: flex;
  justify-content: flex-end;
  padding: 4%;
  margin: 0;
}

#bild-include{
  padding: 7% 10%;
}

#bild-include p{
  font-size: 1rem;
}

.info ul{
  list-style: none; 
  padding-left: 0;
  margin: 0;
  columns: 2;     
  column-gap: 28px;        
}

.info li{
  position: relative;
  padding-left: 26px;      
  margin: 0 0 14px 0;
  break-inside: avoid;     
  line-height: 1.4;
  display: inline-block;
  font-size: 0.9rem;
}

.info li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;

  width: 10px;
  height: 10px;
  border-radius: 999px;

  background: #7276f1;       
  box-shadow: 0 0 0 4px rgba(114,118,241,.15);
}

/* From Uiverse.io by Cobp */
#services-catalog{
  background-image: linear-gradient(rgba(255,255,255,0.8)), url("/img/mar-de-cajas-full.png");
  background-position-y: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 7% 10%;
  box-shadow: inset 0 10px 10px -10px rgb(169, 169, 169, 0.8), inset 0 -10px 10px -10px rgb(169, 169, 169, 0.8);
}

#services-catalog .container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#services-catalog .card-container {
  background: linear-gradient(
    to top right,
    #975af4,
    #2f7cf8 40%,
    #78aafa 65%,
    #934cff 100%
  );
  padding: 4px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
}

#services-catalog .container .one,
#services-catalog .container .two,
#services-catalog .container .three{
  display: flex;
  gap:20px
}

#services-catalog .card-container .title-card {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  justify-content: space-between;
  color: #fff;
}
#services-catalog .card-container .title-card p {
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 6px #2975ee;
  color: white;
}

#services-catalog .card-container .card-content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  color: #838383;
  font-size: 6px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#services-catalog .card-container .card-content p{
  font-size: 15px;
  padding: 0;
}

#services-catalog .card-container .card-content .card-separate {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  font-size: 10px;
  color: rgb(131, 131, 131, 0.5);
}

#services-catalog .card-container .card-content .card-separate .separate {
  width: 100%;
  height: 1px;
  background-color: rgb(131, 131, 131, 0.5);
}

#services-catalog .card-container .card-content .card-list-features {
  color: #bab9b9;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#services-catalog .card-container .card-content .card-list-features .option {
  display: flex;
  gap: 8px;
  align-items: center;
}

#scale-operation{
  padding: 5% 10% 7% 10%;
}

#scale-operation .bottom-btn{
  margin-top: 3rem;
}

#portal-hero{
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 12% 10% 0 10%;
  background-position-y: 70%;
  background-position-x: 50%;
  background-size: cover;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

#portal-hero .container{
  z-index: 1;
}

#portal-hero h1{
  font-size: 4rem;
  font-weight: 700;
}

#portal-intro{
    padding: 5% 10% 0% 10%;
}

#portal-intro{
  padding-top: 8%;
}

#portal-intro h2{
  font-weight: 600;
  margin-bottom: 3rem;
}

#portal-intro p{
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 1rem;
}

#functionalities{
  padding: 3% 10% 8% 10%;
}

#functionalities .content{
  display: flex;
  gap: 20px;
}

#functionalities .cards{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

#functionalities .row.up{
  margin-top: 1rem;
}

#functionalities .card{
  box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.25);
}

#functionalities .card-body{
  padding: 20px;
}

#functionalities .functionality{
  padding: 0;
}

#functionalities .functionality h4{
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

#functionalities .functionality span{
  font-size: 0.8rem;
}


#functionalities .icon{
  padding: 0 8px 0 0;
}

#functionalities .row.up,
#functionalities .row.down{
  display: flex;
  gap: 20px
}

#functionalities h4{
  font-size: 1rem;
  font-weight: 600;
}

#functionalities span{
  font-size: 1rem;
}

#functionalities p{
  font-size: 1rem;
  padding: 0;
}

#target{
  padding: 9% 10%;
}

#target .target-line{
  display: flex;
  gap: 20px;
  margin-top: 3rem;
}

#target .card{
  padding: 15px;
  background-color: #F5F5FF;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border: none;
  box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.35);
}

#target .info{
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
}

#target h4{
  margin-top: 0.8rem;
}

#target p{
  padding: 0;
  font-size: 0.8rem;
}

#target .action img{
  border-radius: 4px;
}

#close-block{
  background-color: #7276F1;
  padding: 6% 10%;
}

#get-quote{
  background-image: url("/img/get-a-quote-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 50%;
  padding: 10%;
}

#get-quote .make-a-quote{
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 10%;
}

#get-quote .call-to-actions{
  display: flex;
  flex-direction: column;
  gap:15px;
  padding-top: 10%;
}

#get-quote .buttons{
  display: flex;
  gap: 15px;
}

#get-quote .quote-form-container{
    display: flex;
}

#get-quote .quote-form-container form{
    display: flex;
    gap: 25px;
}

#get-quote .quote-form-container .card{
    border: none;
    width: 100%;
    padding: 10%;
    box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.35);
}

#get-quote #submitBtn{
  background-color: #7276f1;
  color: white;
  margin-top: 1rem;
  width: 100%;
}

#get-quote .fields{
  display: flex;
  justify-content: center;
  gap: 20px;
}

#get-quote .fields .row{
  display: flex;
  gap: 20px;
  padding: 0;
}

#get-quote .form-check{
  gap: 3%
}

#get-quote .politics{
  text-align: left;
}

#get-quote .call-to-actions .card{
  border: none;
  box-shadow: 0px 10px 20px rgba(49, 48, 101, 0.35);
}

#get-quote .call-to-actions .header{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#get-quote h2{
  text-align: center;
  font-weight: 700;
  text-align: left;
}

#get-quote .header h4{
  margin-bottom: 3rem;
  font-size: 1rem;
}

#get-quote .our-social .title{
  display: flex;
  align-items: center;
}

#get-quote .our-social .content{
  display: flex;
  gap: 10px;
  justify-content: center; 
}

#get-quote .our-social{
  margin-top: 2rem;
}

#get-quote .col-cards{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#get-quote .call-to-actions .card-body{
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 5% 0;
  justify-content: center;
  align-items: center;
}

#get-quote .buttons .info h4{
  font-weight: 600;

}

#get-quote span{
  font-size: 0.7rem;
}

.terms-and-conditions{
  display: flex;
  flex-direction: column;
  padding: 12% 10% 10% 10%;
}

.terms-and-conditions span{
  padding: 0;
}

.terms-and-conditions p{
  font-size: 1rem;
}

.terms-and-conditions a{
  font-size: 1rem;
  color: #7276f1;
  font-weight: 400;
  text-decoration: underline;
}

.terms-and-conditions ul{
  list-style: none; 
  padding-left: 0;
  margin: 0;
  columns: 1;     
  column-gap: 28px;        
}

.terms-and-conditions li{
  position: relative;
  padding-left: 26px;      
  margin: 0 0 14px 0;
  break-inside: avoid;     
  line-height: 1.4;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
}

.terms-and-conditions li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;

  width: 10px;
  height: 10px;
  border-radius: 999px;

  background: #7276f1;       
  box-shadow: 0 0 0 4px rgba(114,118,241,.15);
}

.terms-and-conditions .divider{
  background-image: linear-gradient(.25turn, #00E7D7, #00E7D7, #7276F1, 70%, transparent, transparent, transparent);
  padding: 2px;
  margin: 42px 0;
}

.terms-and-conditions .title{
  margin-bottom: 1rem;
  font-weight: 600;
}

footer{
  background-color: #292B51;
}

footer iframe{
  width: 100%;
  height: 10rem;
  border: 0;
  padding: 0;
  display: block;
}

footer .info-wraper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

footer a{
  color: #9c9fff;
}

footer .links a:hover{
  transition: transform 0.5s ease-in-out;
  transform: scale(1.1);
}

.footer-header{
  display: flex;
  align-items: center;
}

footer .footer-header h5{
  font-size: 0.8rem;
}

.footer-header .logo img{
  width: 6rem;
}

footer .links .col, h3{
  font-size: 0.8rem;
  font-weight: 500;
}

footer .links .col, li, footer .links span, a{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  font-size: 0.rem;
  font-weight: 300;
}

footer .links .col ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer .contact-info{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* footer .contact-info .contacts{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 1.5rem;
}

footer .contact-info .contacts .col{
  display: flex;
  justify-content: center;
  text-align: center;
} */

footer .contact-info .contacts a{
  font-size: 0.8rem;
}

.contact-info .social{
  display: flex;
  justify-content: center;
}

.contact-info .social .card{
  display: flex;
  flex-direction: row;
}

footer .copyright p{
  display: ruby;
  gap: 10px;
  margin-top: 1rem;
  font-size: 0.8rem;
}

/* From Uiverse.io by Creatlydev */ 
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  color: #7276f1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  padding: 0;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  flex-direction: row;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  color: var(--clr);
  background-color: #7276f1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
    color: #7276f1;
}

.button:hover .button__icon-wrapper {
  color: #fff;
  background-color: #7276f1;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* From Uiverse.io by PriyanshuGupta28 */ 
.marquee {
  overflow: hidden;
  /* hide the scrolling overflow */
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}
.marquee_header {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee__group {
  display: flex;
}

.marquee__group .card-body img{
  border-radius: 4px 0 0 4px;
}

.marquee__group .logo{
    display: flex;
    align-items: center;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* From Uiverse.io by ubaidi10 */ 
footer .contact-info .social .card{
  width: fit-content;
  height: fit-content;
  background-color: #292B51;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 20px;
  border: #292B51;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

/* for all social containers*/
.socialContainer {
  width: 2rem;
  height: 2rem;
  background-color: #7276f1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  transition-duration: 0.3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
  transform: scale(1.2);
  border-radius: 15px;
}
/* twitter*/
.containerTwo:hover {
  background-color: #3568ff;
  transition-duration: 0.3s;
  transform: scale(1.5);
  border-radius: 15px;
}
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
  transform: scale(1.5);
  border-radius: 15px;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #25d366;
  transition-duration: 0.3s;
  transform: scale(1.5);
  border-radius: 15px;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* From Uiverse.io by PriyanshuGupta28 */ 
.checkbox-wrapper:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper {
  position: relative;
  display: inline-block;
  width: 3%;
  padding: 0;
  margin: 0;
}

#get-quote .checkbox-wrapper{
  width: 7%;
}

.checkbox-wrapper .background {
  fill: #a4a7f1;
  stroke: white;
  stroke-width: 1px;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper .stroke {
  fill: none;
  stroke: #4b50da;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper .check {
  fill: none;
  stroke: #3539ae;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.checkbox-wrapper input[type=checkbox]:hover {
  cursor: pointer;
}

.checkbox-wrapper input[type=checkbox]:checked + svg .background {
  fill: #fff;
}

.checkbox-wrapper input[type=checkbox]:checked + svg .stroke {
  stroke-dashoffset: 0;
}

.checkbox-wrapper input[type=checkbox]:checked + svg .check {
  stroke-dashoffset: 0;
}

@media screen and (max-width: 840px) {
    .float{
        bottom: 30px;
        right: 20px;
    }

    .container{
        max-width: 100%;
        padding: 0 3%;
    }

    h1{
        font-size: 1.8rem;
        text-align: center;
    }

    .cat-primary-btn{
        font-size: 13px;
        text-align: center;
    }

    .cat-secondary-btn{
        font-size: 13px;
        text-align: center;
    }

    .cat-third-btn{
        font-size: 10px;
    }

    .cat-fourth-btn{
        font-size: 10px;
    }

    #header{
        width: 100%;
    }

    .side-page .nav__link, .side-page .nav__social i{
      color: #333333 !important;
    }

    section{
      margin: 3rem 0;
    }

    #about-us, #banner, #bild-include, #bild-introduction, #consultancy-intro,
    #end-to-end-services, #how-we-work, #logistic-services, #no-limits-logistics,
    #our-clients, #our-difference, #our-history, #our-numbers, #our-services,
    #portal, #problems-solutions, #scale-operation, #share-your-contact,
    #testimonial, #why-bild, #services-catalog, #portal-intro, #functionalities, #target, #close-block{
      padding: 7% 4%;
    }

    #bild-introduction h1{
        font-size: 2.2rem;
        text-align: center;
        padding-top: 0rem;
    }

    #bild-introduction .container{
        display: flex;
        flex-direction: column;
    }

    .definition{
      text-align: center;
    }

    #trust-line{
      display: none;
    }

    #our-clients{
      margin: 0;
    }

    #our-clients h4{
    font-size: 1.2rem;
}

    #our-numbers .numbers .content-up{
      flex-direction: column;
      margin-bottom: 1rem;
    }

    #our-numbers .content{
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    #problems-solutions{
      padding-top: 1rem;
      background-image: url("/img/before-then-mobile-2.png");
      background-position: center;
      background-size: cover;
    }

    .problems{
      padding-top: 2rem;
    }

    .problems .icon div{
      display: flex;
      justify-content: center;
    }

    .problems .card{
      background-image: linear-gradient(rgb(255, 255, 255, 0.95)), url("/img/equiz-bg.png");
      background-position: center;
      background-size: cover;
      padding: 0rem 0.5rem;
    }

    .problems .icon img{
      display: none;
      width: 3rem;
    }

    .problems .row{
      display: flex;
      flex-direction: column;
      gap: 25px
    }

    #problems-solutions .image img{
      width: 100%;
      margin-top: 2rem;
    }

    .take-the-change{
      display: none;
    }

    .before-and-then{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      margin-top: 3rem;
      margin-bottom: 2rem;
      align-items: center;
    }

    .before-and-then p{
      font-size: 1.2rem;
    }

    .before-and-then .progress{
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin-top: 2rem;
    }

    .before-and-then .progress img{
      width: 100%;
      height: 100%;
    }

    .before-and-then .header-card{
      border: none;
      margin: 0;
      padding: 1% 10%;
      border: none;
      border-radius: 0;
    }

    .before-and-then .info-card{
      border-color: white;
      opacity: 0.9;
      border-width: 3px;
      box-shadow: 2px 2px 4px rgba(103, 103, 103, 0.5);
    }

    .before-and-then .card .card-info{
      padding: 5% 8%;
    }

    .before-bild h4, .after-bild h4{
      font-size: 2rem;
      color: white;
    }

    #logistic-services{
      padding-top: 15%;
      padding-bottom: 15%;
    }

    #logistic-services .services{
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    #end-to-end-services .banner{
      padding: 10%;
      align-items: center;
      text-align: center;
      filter: drop-shadow(0.6rem 0.6rem #60d2ff);
    }

    #end-to-end-services .our-partners{
      display: flex;
      flex-direction: column;
      padding: 0;
    }

    #end-to-end-services .banner .partners h1{
      font-size: 1.5rem;
    }

    #end-to-end-services .banner .partners h3{
      font-size: 1.3rem;
      margin: 1rem 0;
    }

    #end-to-end-services .logos{
      display: flex;
      flex-direction: column;
      gap:1rem;
    }

    #end-to-end-services .logos img{
      width: 100%;
    }

    .spcy-rndr .main-logo img{
      width: 70%;
    }

    .spcy-rndr .description p{
      display: none;
    }

    .spcy-rndr .badge img{
      width: 50% ;
    }

    #end-to-end-services .spcy-rndr{
      width: 100%;
      display: flex;

    }

    #end-to-end-services .spcy-container{
      padding: 0;
    }

    #end-to-end-services .logos .comej img{
      width: 80%;
    }

    #portal .phrase{
      font-size: 1.2rem;
    }

    #portal{
      background-position: center;
    }

    #portal img{
      width: 100%;
    }

    #how-we-work .steps{
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    #how-we-work .step{
      flex-direction: column;
      gap: 10px;
    }

    #how-we-work .step .two, .four{
      margin-top: 5%;
    }

    #how-we-work .card{
      box-shadow: 0.5rem 0.5rem 0 var(--shdw);
    }

    #why-bild{
      background-size: cover;
      box-shadow: inset 0 10px 10px -10px rgb(68, 68, 68), inset 0 -10px 10px -10px rgb(68, 68, 68);
    }

    #why-bild .content{
      flex-direction: column-reverse;
      gap: 2rem;
    }

    #why-bild .image img{
      height: 100%;
    }

    #why-bild .info .card{
      padding: 1rem 0.6rem;
    }

    #why-bild .card img{
      height: 50%;
    }

    #testimonial{
      margin: 0;
    }

    #share-your-contact{
      margin-top: 0;
    }

    #share-your-contact h4{
      font-size: 1rem;
      margin-bottom: 1.5rem;
    }

    #share-your-contact .contact-form{
      padding: 2rem;
    }

    #share-your-contact .fields{
      display: flex;
      flex-direction: column ;
    }

    #share-your-contact .contact-form input{
      height: inherit;

    }
    #share-your-contact .form-check{
      gap: 0.5rem;
    }

    #share-your-contact .form-check .checkbox-wrapper{
      width: 12%;
    }

    #share-your-contact #submitBtn{
      height: 2.5rem;
      width: 100%;
    }

    .form-container .card{
      filter: drop-shadow(0.5rem 0.5rem #333333);
    }

    #hero-section h1{
      font-size: 3rem;
    }

    #hero-section.services h1{
      font-size: 3rem;
    }

    #our-history{
      padding: 15% 10%;
    }

    #about-us{
      display: flex;
      justify-content: center;
    }

    #about-us .container{
      display: flex;
      justify-content: center;
      flex-direction: column;
    }

    #about-us .mision-vision{
      display: flex;
      flex-direction: column;
    }

    #our-difference .up-cards, .down-cards{
      flex-direction: column;
    }

    #no-limits-logistics{
      padding: 15% 10%;
      margin-bottom: 0;
    }

    #our-services{
      margin-top: 0;
    }

    #our-services .presentation{
      flex-direction: column;
    }

    #banner{
      background-image: linear-gradient(45deg, rgba(0,0,0, 0.4)), url("/img/3pl.jpg");
    }

    #bild-include .included{
      display: flex;
      flex-direction: column-reverse;
      gap: 50px;
    }

    #services-catalog .container .one,
  #services-catalog .container .two,
  #services-catalog .container .three{
    flex-direction: column;
  }

    #services-catalog .option img{
      height: auto;
    }

    #portal-hero{
      padding: 10% 0.3rem 0 0.2rem;
    }

    #portal-intro{
      padding-top: 0;
    }

    #portal-hero h1{
      font-size: 3.5rem;
    }

    #portal-hero h2{
      font-size: 2rem;
    }

    #portal-hero p{
      font-size: 1rem;
    }

    #portal-hero img{
      margin-top: 1rem;
    }

    #target .target-line{
      flex-direction: column;
    }

    #close-block{
      margin-bottom: 0 !important;
    }

    #close-block .container{
      padding: 7% 0;
    }

    #get-quote{
      padding: 10% 5% 0 5%;
    }

    #get-quote h2{
      text-align: center;
      font-weight: 700;
      color: #333333;
      font-size: 2rem;
    }

    #get-quote .header h4{
      margin-bottom: 3rem;
      font-size: 1rem;
      text-align: center;
      color: #333333;
    }

    #get-quote .call-to-actions{
      padding: 10% 7%;
    }

    #get-quote .form-check .checkbox-wrapper{
        width: 20%;
    }

    #get-quote .contact-form input{
      height: inherit;
    }

    #get-quote .make-a-quote .fields .row{
      flex-direction: column;
    }

    #get-quote .call-to-actions .card-body{
      flex-direction: column;
      text-align: center;
    }

    #portal-intro{
      margin-top: 5rem !important;
      margin-bottom: 0rem !important;
    }

    #functionalities{
      margin-top: 0 !important;
    }

    #functionalities .content{
      flex-direction: column-reverse;
    }

    #functionalities .row.up,
    #functionalities .row.down{
      flex-direction: column;
    }

    .terms-and-conditions{
      padding-left: 5%;
      padding-right: 5%;
    }

    footer .container{
        padding: 10%;
    }

    footer .footer-header{
      text-align: center;
      gap: 30px
    }

    footer .contact-info .contacts{
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 1.5rem;
    }

    footer .contact-info .contacts .col{
      display: flex;
      justify-content: center;
      text-align: center;
    }

    footer .copyright{
      text-align: center;
    }
}

:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --purple-color: #7276f1;
  --black-color: hsl(0, 0%, 0%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Montserrat Alternates", sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1150px) {
  :root {
    --normal-font-size: 1rem;
  }

}

/*=============== BASE ===============*/

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.nav {
  position: relative;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}

.nav__close, 
.nav__toggle {
  display: flex;
  color: var(--purple-color);
  font-size: 1.5rem;
  cursor: pointer;
  margin-right: 1rem;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1150px) {
  .nav{
    width: 100%;
  }

  .nav__menu {
    position: fixed;
    left: -100%;
    top: 0;
    background-color: white;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 6rem 3.5rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: left .4s;
  }

  #header.scrolled{
    background: rgba(255,255,255,0.98);
  }


  .nav__logo{
    margin-left: 1rem;
  }

  .nav__item {
    transform: translateX(-150px);
    visibility: hidden;
    transition: transform .4s ease-out, visibility .4s;
  }

  .nav__item:nth-child(1) {
    transition-delay: .1s;
  }
  .nav__item:nth-child(2) {
    transition-delay: .2s;
  }
  .nav__item:nth-child(3) {
    transition-delay: .3s;
  }
  .nav__item:nth-child(4) {
    transition-delay: .4s;
  }
  .nav__item:nth-child(5) {
    transition-delay: .5s;
  }
}

.nav__list, 
.nav__social {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav__list {
  flex-direction: column;
  row-gap: 3rem;
}

.nav__link {
  position: relative;
  color: var(--purple-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-medium);
  display: inline-flex;
  align-items: center;
  transition: opacity .4s;
}

#header .nav__link span{
  transition: width .4s ease-out;
}

.side-page .nav__link,
.side-page .nav__social i{
  color: #fff;
}

#header.scrolled .nav__link,
#header.scrolled .nav__link span,
#header.scrolled .nav__social,
#header.scrolled .nav__social i{
  color: #333333 !important;
}

.nav__link span {
  position: relative;
  transition: margin .4s;
}

.nav__link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: var(--purple-color);
  transition: width .4s ease-out;
}

.nav__link span{
  transition: margin-left 0.4s ease-in-out;
}

/* Animation link on hover */
.nav__link:hover span {
  margin-left: 2.5rem;
}

.nav__link:hover span::after {
  width: 100%;
}

/* Sibling fade animation */
.nav__list:has(.nav__link:hover) .nav__link:not(:hover) {
  opacity: .4;
}

.nav__close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.nav__social {
  column-gap: 1rem;
}

.nav__social-link {
  color: var(--purple-color);
  font-size: 1.5rem;
  transition: transform .4s;
}

.nav__social-link:hover {
  transform: translateY(-.25rem);
}

/* Show menu */
.show-menu {
  left: 0;
}

/* Animation link when displaying menu */
.show-menu .nav__item {
  visibility: visible;
  transform: translateX(0);
}

/*=============== BREAKPOINTS ===============*/
/* For large devices */
@media screen and (min-width: 1150px) {
  .container {
    margin-inline: auto;
  }

  .nav {
    height: calc(var(--header-height) + 2rem);
  }

  .nav__toggle, 
  .nav__close {
    display: none;
  }

  .nav__link {
    font-size: var(--normal-font-size);
  }

  .nav__link i {
    font-size: 1.5rem;
  }

  .nav__list {
    flex-direction: row;
    column-gap: 3.5rem;
  }

  .nav__menu {
    display: flex;
    align-items: center;
    column-gap: 3.5rem;
  }
}

