@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'glancyrglancyrregular400';
    src: url('/assets/fonts/glancyrglancyrregular400.eot');
    src: url('/assets/fonts/glancyrglancyrregular400.eot') format('embedded-opentype'),
        url('/assets/fonts/glancyrglancyrregular400.woff2') format('woff2'),
        url('/assets/fonts/glancyrglancyrregular400.woff') format('woff'),
        url('/assets/fonts/glancyrglancyrregular400.ttf') format('truetype'),
        url('/assets/fonts/glancyrglancyrregular400.svg#glancyrglancyrregular400') format('svg');
}


body {
    font-family: "Poppins", sans-serif;
    color: #6B6B6B;
}

p {
    color: #6B6B6B;
}

.main-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'glancyrglancyrregular400';
}

.sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
}

.fit-img2 {
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.dispatch-banner-content h1 {
    font-size: 40px;
    color: #000000;
    font-family: 'glancyrglancyrregular400';
    margin-bottom: 0;
}

.dispatch-banner-content {
    padding-right: 40px;
}

.dispatch-banner {
    height: 744px;
    padding-top: 170px;
}

.streamlined-content-box {
    border-radius: 50px;
    height: 719px;
    border: 2px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
}

.dispatch-client-box {
    border: 1px solid #353535;
    border-radius: 25px;
    padding: 20px;
    height: 100%;
}

.dispatch-client-box img {
    height: 205px;
    margin-bottom: 20px;
}

.horse-fix img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 190px;
    width: 100%;
    filter: grayscale(1);
}

.horse-fix img.right-img {
    left: unset;
    right: 0;
}

.challenges-list-box {
    background-color: #F2F2F2;
    border-radius: 50px;
    padding: 40px 30px;
}

.challenges-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.challenges-list-box li {
    display: flex;
    gap: 25px;
    width: 50%;
    border-bottom: 1px solid #CECECE;
    padding: 30px;
    border-right: 1px solid #CECECE;
}

.challenges-list-box li:nth-child(1),
.challenges-list-box li:nth-child(2) {
    padding-top: 0;
}

.challenges-list-box li:nth-child(even) {
    border-right: 0;
}

.challenges-list-box li:nth-child(odd) {
    padding-left: 0;
}

.challenges-list-box li:last-child {
    width: 100%;
    border: 0;
    padding-bottom: 0;
}

.challenges-list-box h2 {
    font-size: 50px;
    color: #000000;
    font-family: 'glancyrglancyrregular400';
}

.dispatch-key-img,
.dispatch-key-img img {
    height: 100%;
}

.equine-stack-box {
    background-color: #FFFFFF;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
    height: 100%;
}

.equine-stack-box .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.equine-stack-box p {
    line-height: normal;
}

.equine-stack-box p {
    font-size: 14px;
}

.count-circle,
.features-count {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #B7973E54;
    font-size: 30px;
    color: #000000;
    font-family: 'glancyrglancyrregular400';
}

.solution-provided-box img {
    min-width: 218px;
    width: 218px;
    height: 247px;
}

.solution-provided-box,
.equine-features-content {
    padding: 30px 0;
    border-top: 1px solid #B8B8B8;
    height: 100%;
}

.solution-column:nth-child(1) .solution-provided-box,
.solution-column:nth-child(2) .solution-provided-box,
.features-column:nth-child(1) .equine-features-content,
.features-column:nth-child(2) .equine-features-content {
    padding-top: 0;
    border-top: 0;
}

.solution-column:nth-child(5) .solution-provided-box,
.solution-column:nth-child(6) .solution-provided-box {
    padding-bottom: 0;
}

.equine-features-box .features-count {
    height: 75px;
    min-width: 75px;
    width: 75px;
    background-color: #B7973E;
}

.equine-features-content {
    border-color: #333333;
}

.equine-features-box {
    background: #171717;
    border: 1px solid #333333;
    padding: 30px 30px 0;
    border-radius: 50px;
}

.color-code-list {
    gap: 50px;
}

.color-code-list li {
    text-align: center;
}

.color-code-circle {
    height: 161px;
    width: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #B7973E;
    padding: 14px;
    margin-bottom: 20px;
}

.color-code-circle span {
    width: 100%;
    height: 100%;
    background-color: #B7973E;
    border-radius: 50%;
}

.color-code-list li p {
    font-size: 20px;
    font-weight: 500;
}

.brading-font-box {
    border: 1px solid #CCCCCC;
    padding: 30px 0;
    border-radius: 25px;
    max-width: 653px;
}

.brading-font-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.brading-font-box ul li {
    border-right: 1px solid #C5C5C5;
    padding: 0 50px;
    color: #000000;
}

.brading-font-box ul li h2,
.brading-font-box ul li h3,
.brading-font-box ul li h4 {
    margin-bottom: 0;
    font-weight: 400;
}

.brading-font-box ul li h2 {
    font-size: 30px;
}

.brading-font-box ul li:last-child {
    border-right: 0;
}

.brading-font-box ul li h3,
.fw-list p {
    font-size: 20px;
}

.brading-font-box ul li h4 {
    font-size: 16px;
}

.fw-list p {
    color: #000000;
}

.fw-list h2 {
    font-size: 100px;
    color: #000000;
    margin-bottom: 0px;
}

.fw-list span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 6px;
    word-break: break-all;
    color: #000000;
}

.fw-list li {
    width: 33.33%;
    border-right: 1px solid #CCCCCC;
    padding: 0 30px;
}

.fw-list li:last-child {
    border-right: 0;
}

.brading-numbers {
    border-radius: 25px;
    padding: 30px;
    border: 1px solid #CCCCCC;
    width: fit-content;
    letter-spacing: 20px;
    font-size: 25px;
    color: #000000;
    font-weight: 300;
    margin-left: 30px;
}

.brading-numbers {
    margin-top: 40px;
}

.dispatch-flow-content {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 50px;
}

.dispatch-flow-content:nth-child(odd) {
    padding-left: 0;
    padding-right: 50px;
}

.dispatch-flow-content img {
    border-radius: 50px;
    max-height: 373px;
}

.dispatch-flow-content:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.process-heading-list li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.process-heading-list h2 {
    font-size: 50px;
    color: #E3E3E3;
    margin-bottom: 0;
    font-family: 'glancyrglancyrregular400';
}

.dispatch-process-content {
    position: relative;
}

.dispatch-process-content:last-child {
    padding-bottom: 0;
}

.process-dot {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #44C4FF;
    padding: 8px;
    margin-left: -23px;
    background: #fff;
}

.process-dot span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #44C4FF;
}

.process-line {
    position: absolute;
    left: 45%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    transform: translate(-50%, 0%);
}

.dispatch-process-content:last-child .process-line {
    height: auto;
}

.equine-methology {
    height: 924px;
}

.maintenance-support-content .count-circle {
    height: 38px;
    width: 38px;
    font-size: 18px;
}

.equine-offer-box {
    background: #171717;
    border: 1px solid #353535;
    padding: 50px 25px 15px;
    border-radius: 25px;
    height: 100%;
}

.equine-offer-box h2 {
    font-size: 150px;
    margin-bottom: 0;
    font-family: 'glancyrglancyrregular400';
    background: linear-gradient(180deg, #3F3F3F 20.71%, rgba(23, 23, 23, 0) 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140px;
    min-width: 90px;
}

.dispatch-testimonials-box .rating-wrap {
    margin-top: 10px;
}

.dispatch-testimonials-box .rating-wrap .rating-point {
    width: 150px;
}

.dispatch-testimonials-box .rating-wrap .rating-point:before,
.dispatch-testimonials-box .rating-wrap .rating-show:before {
    letter-spacing: 8px;
}

.dispatch-testimonials-box .rating-wrap .rating-point:before {
    font-weight: 900;
    color: #D9D9D9;
}

.dispatch-testimonials-box {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 50px 50px 0px;
    gap: 30px;
    max-width: 1105px;
    margin-left: auto;
}

.client-name-wrp {
    min-width: 170px;
}

.clip-text {
    font-size: 95px;
    color: transparent;
    -webkit-text-stroke: 1px #DFDFDF;
    font-family: 'glancyrglancyrregular400';
    text-transform: uppercase;
    line-height: 87px;
    letter-spacing: 8px;
}

.client-profile-wrp {
    position: absolute;
    bottom: -133px;
    left: 0;
}

.client-profile-wrp img {
    width: 460px;
    object-fit: contain;
}

.dispatch-testimonials {
    padding-bottom: 200px;
}

.technology-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.technology-item li {
    border: 1px solid #E4D7B6;
    padding: 15px 4px;
    border-radius: 15px;
    width: 43%;
    height: 112px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.technology-item li p {
    color: #000;
    font-size: 13px;
    margin-top: 6px;
    line-height: normal;
}

.technology-item li .icon {
    min-height: 41px;
}

.dispatch-technology-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.technology-item .sub-title {
    margin-bottom: 25px;
}



/* media */
@media screen and (max-width: 1399px) {
    .client-name-wrp {
    min-width: 152px;
}
    .dispatch-banner {
        height: 600px;
        padding-top: 120px;
    }

    .dispatch-banner-content h1 {
        font-size: 35px;
    }

    .main-title {
        font-size: 30px;
    }

    .streamlined-content-box {
        height: 650px;
    }

    .horse-fix img {
        max-width: 120px;
    }

    .challenges-list-box h2 {
        font-size: 40px;
    }

    .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .challenges-list-box {
        padding: 30px 25px;
    }

    .challenges-list-box li {
        gap: 20px;
        padding: 25px;
    }

    .equine-stack-box {
        padding: 15px 10px 16px 15px;
    }

    .solution-provided-box img {
        min-width: 200px;
        width: 200px;
        height: 227px;
    }

    .count-circle,
    .features-count {
        height: 50px;
        width: 50px;
        font-size: 24px;
    }

    .color-code-list {
        gap: 30px;
    }

    .color-code-circle {
        height: 130px;
        width: 130px;
    }

    .brading-font-box {
        padding: 20px 0;
    }

    .fw-list li {
        padding: 0 20px;
    }

    .fw-list h2 {
        font-size: 70px;
    }

    .brading-numbers {
        padding: 20px;
        font-size: 20px;
        margin-left: 20px;
    }

    .brading-font-box ul li {
        padding: 0 30px;
    }

    .equine-methology {
        height: 674px;
    }

    .technology-item ul {
        gap: 15px;
    }

    .dispatch-technology-list {
        gap: 20px;
    }

    .client-profile-wrp img {
        width: 220px;
    }

    .client-profile-wrp {
        bottom: 11px;
    }

    .dispatch-testimonials {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1350px) {
    .horse-fix {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .dispatch-banner-content {
        padding-right: 20px;
    }

    .dispatch-key-img {
        display: none;
    }

    .brading-font-box ul li {
        padding: 0 18px;
    }

    .technology-item li {
        width: 100%;
    }

    .clip-text {
        font-size: 65px;
    }
}

@media screen and (max-width: 991px) {
    .dispatch-banner-content {
        padding-right: 0;
    }

    .dispatch-banner {
        height: 500px;
        padding-top: 80px;
    }

    .dispatch-client-box img {
        height: 180px;
    }

    .challenges-list-box h2 {
        font-size: 32px;
    }

    .solution-column:nth-child(2) .solution-provided-box,
    .features-column:nth-child(2) .equine-features-content {
        border-top: 1px solid #B8B8B8;
        padding-top: 30px;
    }

    .features-column:nth-child(2) .equine-features-content {
        border-color: #333333;
    }

    .fw-list li:first-child {
        padding-left: 0;
    }

    .brading-numbers {
        margin-left: 0;
        margin-top: 30px;
    }

    .dispatch-flow-content {
        padding-left: 30px;
    }

    .dispatch-flow-content {
        padding: 30px !important;
    }

    .process-heading-list li {
        gap: 15px;
        max-width: 92%;
    }

    .process-heading-list h2 {
        font-size: 40px;
    }

    .process-dot {
        height: 38px;
        width: 38px;
        padding: 5px;
        margin-left: -19px;
    }

    .equine-methology {
        height: 475px;
    }

    .solution-column:nth-child(2) .solution-provided-box {
        border-top: 0;
        padding-top: 0;
    }

    .equine-offer-box {
        padding: 30px 20px 15px;
    }

    .equine-offer-box h2 {
        font-size: 100px;
        line-height: 97px;
        min-width: 61px;
    }

    .dispatch-testimonials-box {
        max-width: 100%;
        padding: 30px 30px 0;
        gap: 20px;
    }

    .clip-text {
        font-size: 51px;
        letter-spacing: 5px;
    }

    .client-profile-wrp {
        position: unset;
    }

    .client-profile-wrp img {
        width: 100%;
    }

    .dispatch-testimonials {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .dispatch-banner-content h1 {
        font-size: 30px;
    }

    .dispatch-banner {
        height: 450px;
    }

    .streamlined-content-box {
        height: 500px;
    }

    .challenges-list-box li {
        width: 100%;
    }

    .challenges-list-box li {
        border-right: 0;
        padding: 20px 0;
    }

    .challenges-list-box li:nth-child(2) {
        padding-top: 30px;
    }

    .color-code-circle {
        height: 100px;
        width: 100px;
        padding: 7px;
    }

    .color-code-list li p {
        font-size: 16px;
    }

    .brading-font-box ul li h2 {
        font-size: 24px;
    }

    .brading-font-box ul li h3,
    .fw-list p {
        font-size: 18px;
    }

    .fw-list li {
        padding: 0 15px;
    }

    .fw-list h2 {
        font-size: 55px;
    }

    .process-line {
        left: 0;
    }

    .dispatch-process-content {
        padding-left: 30px;
    }

    .solution-column:nth-child(2) .solution-provided-box {
        border-top: 1px solid #B8B8B8;
        padding-top: 30px;
    }

    .main-title {
        font-size: 25px;
    }

    .dispatch-testimonials-box {
        flex-wrap: wrap;
    }

    .clip-text {
        font-size: 45px;
        letter-spacing: 3px;
    }

    .challenges-list-box li:nth-child(2) {
        padding-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dispatch-banner-content h1 {
        font-size: 25px;
    }

    .dispatch-banner {
        height: 342px;
        padding-top: 40px;
        background-position: 25%;
    }

    .main-title {
        font-size: 20px;
    }

    .streamlined-content-box {
        background-image: none;
    }

    .streamlined-content-box {
        height: auto;
        background: #fffaec;
        border: 1px solid #D2D2D2;
    }

    .dispatch-client-box img {
        height: auto;
        margin-bottom: 15px;
    }

    .dispatch-client-box {
        padding: 15px;
    }

    .challenges-list-box,
    .equine-features-box {
        padding: 20px 15px;
        border-radius: 25px;
    }

    .challenges-list-box li,
    .solution-provided-box,
    .equine-features-content,
    .brading-font-box {
        padding: 15px 0;
    }

    .challenges-list-box h2 {
        font-size: 25px;
    }

    .challenges-list-box li,
    .color-code-list {
        gap: 15px;
    }

    .challenges-list-box li:nth-child(2),
    .solution-column:nth-child(2) .solution-provided-box,
    .features-column:nth-child(2) .equine-features-content {
        padding-top: 15px;
    }

    .solution-provided-box,
    .equine-features-content,
    .fw-list {
        flex-wrap: wrap;
    }

    .solution-provided-box img {
        width: 100%;
        height: auto;
    }

    .count-circle,
    .features-count {
        height: 40px;
        width: 40px;
        font-size: 18px;
    }

    .solution-column:nth-child(5) .solution-provided-box {
        padding-bottom: 15px;
    }

    .equine-features-box .features-count {
        height: 50px;
        min-width: 50px;
        width: 50px;
    }

    .color-code-circle {
        height: 60px;
        width: 60px;
        padding: 5px;
    }

    .brading-font-box ul li h2 {
        font-size: 16px;
    }

    .brading-font-box ul li h3 {
        font-size: 13px;
    }

    .brading-font-box ul li h4 {
        font-size: 11px;
    }

    .brading-font-box ul li {
        padding: 0 10px;
    }

    .fw-list li {
        width: 50%;
    }

    .fw-list li:nth-child(2) {
        padding-right: 0;
        border-right: 0;
    }

    .fw-list li:last-child {
        padding-left: 0;
        width: 100%;
    }

    .brading-font-box ul li h3,
    .fw-list p {
        font-size: 16px;
    }

    .fw-list h2 {
        font-size: 40px;
    }

    .fw-list span {
        letter-spacing: 3px;
    }

    .brading-numbers {
        margin-left: 0;
        margin-top: 15px;
        font-size: 16px;
        letter-spacing: 11px;
        padding: 15px;
    }

    .dispatch-flow-content {
        padding: 15px !important;
        border-radius: 25px;
    }

    .dispatch-flow-content img {
        border-radius: 25px;
    }

    .process-heading-list h2 {
        font-size: 30px;
    }

    .process-dot {
        height: 24px;
        width: 24px;
        padding: 3px;
        margin-left: -11px;
    }

    .process-line {
        left: 6px;
    }

    .equine-methology {
        height: 250px;
    }

    .equine-offer-box {
        padding: 20px 15px 10px;
    }

    .equine-offer-box h2 {
        font-size: 70px;
        line-height: 67px;
        min-width: 45px;
    }

    .teckline {
        display: none;
    }

    .dispatch-technology-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .technology-item li {
        width: 47%;
    }

    .technology-item .sub-title {
        margin-bottom: 15px;
    }

    .dispatch-testimonials-box {
        padding: 20px 15px 0;
        border-radius: 25px;
        gap: 15px;
    }

    .clip-text {
        font-size: 35px;
        letter-spacing: normal;
        line-height: normal;
    }
}