/* Fold */

.fold {
    width: 100%;
    align-items: center;
}

.fold-heading {
    text-align: center;
    margin-bottom: 20px;
}

.parcel-search-form {
    margin-bottom: 20px;
}

.parcel-search-response {
    margin-bottom: 20px;
}

.fold-heading-highlight {
    color: #FFB517;
    font-family: Bokonique, NotoSans, Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 0 auto;
}

.fold-heading-icon-container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFE1A7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fold-heading-icon {
    width: 24px;
    height: 24px;
    color: #FFB517;
}

.parcel-search-form {
    width: 50%;
    display: flex;
}

.parcel-search-tracking-number-input {
    width: calc(100% - 71px);
    margin-right: 20px;
}

.parcel-search-btn-label {
    width: 51px;
    height: 51px;
    border-radius: 12px;
    background-color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s;
}

.parcel-search-btn-label:hover {
    transform: scale(0.94);
}

.parcel-search-btn-label > img {
    width: 24px;
    height: 24px;
}

.parcel-search-response {
    display: none;
}

.parcel-search-response-not-found-error {
    margin-bottom: 0;
}

._active .parcel-search-response {
    display: flex;
}

._success .parcel-search-response {
    color: #2e7d32;
}

._failure .parcel-search-response {
    color: #d32f2f;
}

.parcel-search-response-primary {
    align-items: center;
}

.parcel-search-response-primary .parcel-search-info-block {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.parcel-search-response-primary .parcel-search-info-value {
    margin-left: 20px;
}

.parcel-search-info-block:last-child {
    margin-right: 0;
}

.parcel-search-info {
    display: flex;
    align-items: center;
}

.parcel-search-info-block {
    display: flex;
}

.parcel-search-info-label {
    margin-right: 5px;
}

.parcel-search-info-value {
    color: #FFB517;
}

.parcel-search-response-not-found-error {
    flex-direction: column;
    align-items: center;
}

/* About */

.about {
    align-items: center;
}

.about-img {
    width: 50%;
    position: relative;
    z-index: 2;
}

.about-main {
    width: 100%;
    border-radius: 40px;
    background-color: #181818;
    display: flex;
    flex-direction: column;
    padding: 180px 80px 80px 80px;
    margin-top: -100px;
    overflow-x: clip;
    overflow-y: clip;
    position: relative;
    overflow: hidden;
}

.c-blurred-circle-1 {
    width: 500px;
    top: -250px;
    left: 25%;
}

.c-blurred-circle-2 {
    width: 500px;
    bottom: -200px;
    right: -150px;
}

.about-stores {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.about-store-logo {
    height: 40px;
    margin-right: 80px;
    filter: brightness(0%) invert(100%) grayscale(100%) contrast(20%);
}

.about-store-logo:last-child {
    margin-right: 0;
}

.about-info {
    display: flex;
    position: relative;
    z-index: 2;
}

.about-info-textual {
    margin-left: 80px;
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
}

.about-info-media {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
}

.about-info-media-item {
    border-radius: 40px;
}

.about-info-media-item-1 {
    width: 100%;
    margin-bottom: 20px;
}

.about-info-media-items-wrapper {
    display: flex;
}

.about-info-media-item-2 {
    width: calc(100% - 140px);
    height: 120px;
    margin-right: 20px;
    filter: grayscale(100%);
}

.about-info-media-item-3 {
    width: 120px;
    height: 120px;
    background-color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-info-media-item-3 > img {
    width: 50px;
}

.about-heading {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.about-p {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.about-btns-wrapper {
    display: flex;
}

.about-btns-wrapper .c-primary-btn {
    margin-right: 20px;
}

.about-btns-wrapper > .c-secondary-btn {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* Stats */

.stats {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 120px;
}

.stat:last-child {
    margin-right: 0;
}

.stat-number {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.stat-description {
    text-align: center;
}

/* Delivery methods */

.delivery-methods {
    align-items: center;
}

.delivery-methods-heading,
.delivery-methods-heading-highlight {
    text-align: center;
}

.delivery-methods-heading {
    margin-bottom: 40px;
}

.delivery-methods-wrapper {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 0;
}

.delivery-method {
    width: calc(100% / 3 - (2 * 40px / 3));
    margin-right: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}

.delivery-method:last-child {
    margin-right: 0;
}

.delivery-method-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-method-icon {
    width: 24px;
    height: 24px;
}

.delivery-method-name {
    margin-right: 20px;
}

/* Services */

.services {
    display: flex;
    padding: 40px;
}

.services-container {
    width: calc(50% - 20px);
    margin-right: 40px;
    display: flex;
    flex-direction: column;
}

.services-heading {
    margin-bottom: 40px;
}

.services-container:last-child {
    margin-right: 0;
}

.services-list {
    display: flex;
    flex-direction: column;
}

.service {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.service:last-child {
    margin-bottom: 0;
}

.service-description {
    margin-top: 10px;
}

.service-header {
    display: flex;
    align-items: center;
}

.service-icon-container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #66511A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.service-icon {
    width: 24px;
    height: 24px;
    color: #FFB517;
}

.service-name {
    width: calc(100% - 68px);
}

.services-media {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.services-media-img {
    width: 100%;
    border-radius: 40px;
}

.c-blurred-circle-4 {
    width: 500px;
    bottom: -150px;
    left: -150px;
    z-index: -1;
}

/* World map */

.world-map {
    align-items: center;
}

.world-map-heading {
    text-align: center;
    margin-bottom: 40px;
}

.world-map-wrapper {
    width: 50%;
}

.world-map-wrapper > img {
    width: 100%;
}

/* Calculator */

.calculator {
    position: relative;
    overflow: hidden;
}

.c-blurred-circle-5 {
    width: 500px;
    top: -150px;
    left: -150px;
    z-index: 0;
}

.calculator-container {
    width: 100%;
    border-radius: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.calculator-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.calculator-main {
    position: relative;
    z-index: 1;
}

.calculator-bg-img {
    height: 100%;
    width: auto;
    filter: brightness(60%) grayscale(100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.calculator-main {
    width: 100%;
    display: flex;
    padding: 40px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.calculator-heading-container {
    width: calc(50% - 40px);
    margin-right: 80px;
}

.calculator-heading {
    color: #FFFFFF;
}

.calculator-form {
    width: calc(50% - 40px);
    border-radius: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.calculator-form-fields-container {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.calculator-length-input {
    margin-right: 20px;
}

.calculator-height-input {
    margin-right: 20px;
}

.calculator-form-fields-container > .c-field {
    width: calc(50% - 10px);
}

.calculator-result {
    display: none;
}

.calculator-result-active {
    display: flex;
}

.calculator-submit-btn {
    display: none;
}

.calculator-submit-btn-label {
    width: 100%;
    text-align: center;
}

/* Steps */

.steps-heading {
    margin-bottom: 40px;
}

.steps-wrapper {
    display: flex;
}

.steps {
    overflow: hidden;
    position: relative;
}

.step {
    margin-right: 40px;
    display: flex;
    flex: 1;
    align-items: center;
}

.step:last-child {
    margin-right: 0;
}

.step-img-container {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.step-img-container > img {
    width: 100%;
    height: 100%;
}

.step-info {
    width: calc(100% - 140px);
    display: flex;
    flex-direction: column;
}

.step-name {
    font-size: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
    .about-stores {
        display: none;
    }

    .about-info {
        flex-direction: column;
    }

    .about-info-media {
        width: 100%;
    }

    .about-info-media-item-1 {
        width: 100%;
        height: auto;
    }

    .about-info-textual {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .about-btns-wrapper {
        flex-direction: column;
    }

    .about-btns-wrapper > a {
        width: 100%;
        text-align: center;
    }

    .delivery-methods-wrapper {
        flex-direction: column;
    }

    .delivery-method {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .services {
        flex-direction: column;
    }

    .services-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .services-media {
        width: 100%;
    }

    .world-map-wrapper {
        width: 100%;
    }

    .step {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .step-info {
        width: 100%;
    }

    .stat {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .parcel-search-form {
        width: calc(100% - 160px);
    }

    .parcel-search-response-primary {
        flex-direction: column;
    }

    .parcel-search-not-found-text {
        margin-bottom: 20px;
    }

    .about-info-textual {
    margin-left: 0;
    width: 100%;
}

    .about-img {
        width: calc(100% - 160px);
    }

    .about-info-media {
        width: 100%;
    }

    .about-info-media-item-2 {
        width: calc(100% - 140px);
    }

    .about-info-media-item-3 {
        display: flex;
    }

    .stats {
        flex-direction: column;
    }

    .stat:last-child {
        margin-bottom: 0;
    }

    .stat {
        width: 100%;
    }

    .calculator-main {
        flex-direction: column;
    }

    .calculator-heading-container {
        width: 100%;
    }

    .calculator-form {
        width: 100%;
    }

    .calculator-form-fields-container {
        flex-direction: column;
    }

    .calculator-form-fields-container > .c-field {
        width: 100%;
    }

    .steps-wrapper {
        flex-direction: column;
    }

    .step {
        flex-direction: row;
        align-items: center;
    }

    .step-info {
        width: calc(100% - 140px);
    }

    .fold-heading-highlight {
        font-size: 36px;
    }
}

@media only screen and (max-width: 600px) {
    .parcel-search-form {
        width: 100%;
    }

    .fold-heading-icon-container {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .fold-heading-icon {
        width: 14px;
        height: 14px;
    }

    .parcel-search-response-primary {
        width: 100%;
    }

    .parcel-search-info {
        flex-direction: column;
    }

    .parcel-search-info-block {
        flex-direction: column;
        align-items: center;
    }

    .about-img {
        width: calc(100% - 40px);
    }

    .about-main {
        padding: 80px 20px 20px 20px;
        margin-top: -60px;
    }
    
    main {
        margin-top: 50px;
    }

    .about-info-textual {
        margin-top: 40px;
    }

    .about-info-media-item-1 {
        margin: 0;
    }

    .about-info-media-item-2 {
        width: 100%;
    }

    .about-info-media-items-wrapper {
        display: none;
    }

    .delivery-method {
        padding: 20px;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .fold-heading-highlight {
        font-size: 14px;
        white-space: normal;
    }

    .service-icon-container {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .calculator-main {
        padding: 20px;
    }

    .calculator-heading-container {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 400px) {
    .fold-heading-icon-container {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .fold-heading-icon {
        width: 12px;
        height: 12px;
    }

    .fold-heading-highlight {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
    }
}