body {
    font-family: "Comfortaa", sans-serif;
    line-height: 1.3;
}

img {
    width: 100%;
}
 
.hero-div {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/About-us-first-banner-m.webp);

    padding: 100px 0px 30px 0px;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.hero h1 {
    font-size: 40px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    width: 100%;
    color: white;
    text-shadow: 2px 2px 2px #454444;
}

.hero h1 span {
    background-color: white;
    color: black;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: none;
}

.award-brand {
    background-color: white;
    border: 1px solid #5f5c5c;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    padding: 5px 10px;
    font-size: 20px;
    width: 60%;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 30px;
}

.award-brand img {
    width: 40px;
    margin-right: 5px;
}

.wow-badges {
    background-color: #ececec;
    padding: 15px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.who-we-are {
    padding: 80px 0px 15px 0px;
    text-align: center;
}

.title {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto";
}

.subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 15px 30px 30px 30px;
    text-align: center;
}

.who-we-are p {
    padding: 0px 30px;
}

.who-we-are div p {
    margin: 20px 0px;
}

.who-we-are div:nth-of-type(1) p.bg-txt {
    background-color: #f9e5ee;
    padding: 30px;
}

.who-we-are div:nth-of-type(2) p.bg-txt {
    background-color: #cd0056;
    padding: 15px;
    margin: 0px 30px;
    color: white;
    border-radius: 30px;
    font-weight: 600;
}

/*  */

.our-mission .container {
    width: 80%;
    margin: 15px auto;
}

.our-mission .container div.mission {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 30px;
    align-items: center;
    margin: 30px 0px;
}

.our-mission .container div.mission h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 900;
    font-family: "Roboto";
    font-size: 25px;
}

.our-story {
    padding: 50px 0px;
}

.story-line {
    padding: 0px 30px;
}

.title-with-bg {}

.title-with-bg h2 {
    font-size: 30px;
    /* text-shadow: 2px 2px 2px #454444; */
    text-transform: uppercase;
    color: #cd0056;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Roboto";
    margin-top: 20px;
}

.story-line div.step {
        background-color: white;

    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    align-items: center;
    padding: 10px 0px;
    position: relative;
}


.story-line div img {
    margin: 0 auto;
}

.story-line div div p {
    display: block;
    background-color: #cd0056;
    color: white;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.story-line div div::after {
    content: "";
    border: 1px dashed rgb(118, 115, 115);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.story-line div p {
    padding: 0 15px;
    font-size: 14px;
}
.step p:nth-child(3) {
    word-break: break-word;

}
/*  */

.rewards {
    padding: 30px 0;
    padding-top: 0;
    margin-top: 50px;
    background-color: #f6f6f6;
}

.rewards .container {
    width: 90%;
    margin: 30px auto 0 auto;
}

.rewards .title {
    margin-bottom: 30px;
}

.rewards p {
    font-size: 14px;
    text-align: center;
}

.rewards .results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 40px;
    margin-top: 40px;
    width: 90%;
    margin: 40px auto 0;
}


.rewards .results div p {
    text-align: left;
}

.rewards .results div p:nth-of-type(1) {
    color: #cd0056;
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 700;
}

.rewards .results div p:nth-of-type(2) {
    font-size: 12px;
}

.customers {
    padding: 60px 0px;
}

.customers .title {
    font-size: 22px;
}

.customers .customers-div {
    width: 90%;
    margin: 30px auto;
}

.customers p {
    padding: 5px 10px;
    margin: 10px 0px;
    background: #cd0056;
    background: linear-gradient(90deg,
            rgba(205, 0, 86, 0.39) 0%,
            rgba(255, 255, 255, 1) 100%);
}

.our-mission {
    margin: 40px auto;
}


.last-banner {
    position: relative;
}

.last-banner-div {
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
        width: 80%;
    margin: auto;
}
.last-banner-div h3{
    font-size: 30px; 
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto";
    color: white;
text-shadow: 1px 1px 2px rgb(55, 54, 54);

}

   .step b {
        display: block;
        font-family: "Poboto";
        font-weight: 600;
        text-transform: uppercase;
    }
.on-desktop {
    display: none;
}

.on-desktop994 {
    display: none;
}

.on-mobile994 {
    display: block;
}



@media only screen and (min-width: 768px) {
    .on-desktop {
        display: block;
    }

    .on-mobile {
        display: none;
    }

    .rewards p {
        text-align: left;
    }

    .reward-div .title {
        text-align: left;
    }
    .last-banner-div{
        width: max-content;
    }
    .hero {

        border-bottom: 3px solid #cd0056;



    }
    .reward-div {
padding-top: 40px;
    }
    .hero-div {
        width: 70%;
        margin: auto;
        display: grid;
        height: auto;
        padding: 0;
        grid-template-columns: 1fr 1fr;

        column-gap: 10px;
        align-items: center;
        background-image: none;
    }

    .hero-img {
        margin: auto;
        margin-bottom: 0;
    }

    .hero-container {
        justify-content: center;
        align-items: flex-start;
    }

    .award-brand {
        margin: 20px auto 40px 0;
    }

    .hero h1 {
        color: black;
        text-shadow: none;
        font-size: 30px;
        text-align: left;
    }

    .hero h1 span {
        padding: 0;
        margin-bottom: -15px;
        text-align: left;
        font-size: 50px;

    }

    .award-brand {
        font-size: 15px;
    }

    .hero-container .wow-badges {
        display: grid;
        background-color: transparent;
        grid-template-columns: repeat(5, 60px);
        padding: 0;
    }

    .who-we-are div p {
        text-align: left;
        margin: 20px 0px;
    }

    .who-we-are div p:nth-of-type(1) {
        border-radius: 30px;
    }

    .we-are-txt-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 75%;
        margin: auto;
    }

    .our-mission .container {
        width: 75%;
    }

    .trustpilot-img {
        width: 60%;
        margin: 0 auto;
    }

    .our-mission .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
    }

    .our-mission .container div.mission {
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
    }

    .our-mission .container div.mission img {
        width: 60px;
        margin: 5px auto;
    }

    .our-mission .container div.mission h3 {
        margin: 10px 0px;
    }

    .our-mission .container div.mission h3 {
        font-weight: 700;
        font-family: "Roboto";
        font-size: 22px;
    }

    .who-we-are div p {
        font-size: 14px;
    }

    .reward-div {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        column-gap: 20px;
    }

    .rewards .results {
        margin: auto;
    }

    .customers-div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }

    .reward-div {
        width: 75%;
    }

    .rewards .results div p:nth-of-type(1) {
        color: #cd0056;
        font-size: 32px;
    }

    .customers .customers-div {
        width: 75%;
    }

.last-banner-div {
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%); 
}
.last-banner-div h3{
    font-size: 30px; 
}
 
}

@media only screen and (min-width: 994px) {
    .on-desktop994 {
        display: block;
    }

    .on-mobile994 {
        display: none!important;
    }
.last-banner-div h3{
    font-size: 33px; 
}
    .hero-container .wow-badges {
        grid-template-columns: repeat(5, 70px);
    }

    .award-brand {
        font-size: 20px;
    }

    .hero h1 span {
        font-size: 75px;
        line-height: 1;

    }

    .hero h1 {
        font-size: 40px;
    }

    .reward-div {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        column-gap: 20px;
    }

    .begining {
        width: 80%;
        margin: auto;
        text-align: left;
        margin-bottom: 115px;
    }

    .title-with-bg h2 {
        text-align: left;
        color: #cd0056;
        text-shadow: unset;
        font-family: "Roboto";
        position: relative;
        z-index: 2;
    }

    .story-line div.step {
        display: block;
    }

    .story-line {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        align-items: flex-start;
        justify-content: center;
    }

    .story-line {
        /* margin-top: 50px; */
        width: 100%;
        margin: auto;
        /* margin-top: -160px; */
        /* margin-bottom: 50px; */
        text-align: center;
    }

    .story-line div div::after {
        content: "";
        border: unset;
    }

    .border {
        height: 250px;
        border-bottom-left-radius: 200px;
        border-top-left-radius: 200px;
        width: 80%;
        border-left: 1px dashed rgb(0, 0, 0);
        border-bottom: 1px dashed rgb(0, 0, 0);
        margin: auto;
        margin-left: 5%;
    }

    .border2 {
        height: 300px;
        border-bottom-right-radius: 200px;
        border-top-right-radius: 200px;
        width: 80%;
        border-right: 1px dashed rgb(0, 0, 0);
        border-bottom: 1px dashed rgb(0, 0, 0);
        margin: auto;
        margin-right: 5%;
    }

    .story-line div div p {
        width: max-content;
        margin: 5px auto;
    }

    .story-line div img {
        width: 100px;
    }

    .border2-div {
        width: 82%;
        margin: auto;
        margin-top: -165px;

        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 130px;
    }

    .border1 {
        position: relative;
    }

    .border1-div {
        margin-top: -65px;
        width: 82%;
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
    }

    .story-line div p {
        padding: 0 15px;
        font-size: 11px;
    }

    .border2-div .story-line {
        display: block;
    }

    .border2-div .title-with-bg h2 {
        text-align: center;
        background-color: white;
        width: max-content;
        margin: auto;
        margin-top: 40px;
    }

    .rebranding {
        margin: auto;
        margin-right: 0;
    }
 

    .border3-div {
        position: relative;
        margin-top: -117px;
        z-index: 0;
        width: 91%;
    }

    .border3-div .story-line {
        width: 82%;
        position: absolute;
        left: 63%;
        top: 88%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .editions {
        margin: auto;
    }
 

    .editions h2 {
        margin: auto;
        background-color: white;
    }

    .border4-div {
        position: relative;
        margin-top: -70px;
        z-index: 0;
    }

    .border4-div .story-line {
        width: 70%;
        position: absolute;
        left: 50%;
        top: 49%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .border4-div .border4-story-line {
        width: 70%;
        position: absolute;
        left: 50%;
        top: 95%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .rewards {
        margin-top: 100px;
    }

 


 

}

@media only screen and (min-width: 1050px) {
    .begining {
        width: 80%;
        margin: auto;
        text-align: left;
        margin-bottom: 13%;
    }

    .border1-div {
        margin-top: -65px;
        width: 82%;
        position: absolute;
        left: 50%;
        top: 47%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 1200px) {
    .we-are-txt-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 70%;
        margin: auto;
    }

    .our-story {
        width: 83%;
        margin: auto;
    }

    .hero-div {
        width: 60%;
    }
}

@media only screen and (min-width: 1400px) {
    .border1-div {
        margin-top: -65px;
        width: 82%;
        position: absolute;
        left: 50%;
        top: 48%;
    }

    .begining {
        width: 80%;
        margin: auto;
        text-align: left;
        margin-bottom: 121px;
    }

    .our-story {
        width: 70%;
        margin: auto;
    }


    .we-are-txt-container {
        width: 60%;
    }

    .our-mission .container {
        width: 60%;
    }

    .rewards .container {
        width: 75%;
    }

    .customers .customers-div {
        width: 57%;
    }

    .rewards .results div p:nth-of-type(1) {
        color: #cd0056;
        font-size: 38px;
    }
.last-banner-div h3{
    font-size: 35px; 
}
}

@media only screen and (min-width: 1600px) {
    .border1-div {
        position: absolute;
        left: 50%;
        top: 44%;
    }

    .begining {
        margin-bottom: 16%;
    }
}

@media only screen and (min-width: 1800px) {
    .border1-div {
        position: absolute;
        left: 50%;
        top: 41%;
    }

.last-banner-div h3{
    font-size: 40px; 
}
    .hero-div {
        width: 50%;
    }

    .begining {
        margin-bottom: 18%;
    }

    .border4-div .story-line {
        width: 70%;
        position: absolute;
        left: 50%;
        top: 47%;
    }

    .border4-div .border4-story-line {
        width: 70%;
        position: absolute;
        left: 50%;
        top: 95%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .editions h2 {
        margin-top: 50px;
        padding: 15px;
    }

    .border3-div .story-line {
        position: absolute;
        left: 63%;
        top: 84%;
    }

    .border2-div {
        margin-top: -172px;


    }

    .border2-div .title-with-bg h2 {
        margin-top: 65px;
    }



}

@media only screen and (min-width: 2000px) {
    .begining {
        margin-bottom: 20%;
    }

    .border1-div {
        position: absolute;
        left: 50%;
        top: 41%;
    }
}

@media only screen and (min-width: 2200px) {
    .begining {
        margin-bottom: 20%;
    }

    .border1-div {
        position: absolute;
        left: 50%;
        top: 38%;
    }
}

@media only screen and (min-width: 2400px) {
    .begining {
        margin-bottom: 22%;
    }

    .border1-div {
        position: absolute;
        left: 50%;
        top: 36%;
    }
}