body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

.hero-section {
    background: linear-gradient(to bottom, #F8712F, #FF5745);
    /* height: 100vh; */
    position: relative;
    width: 100%;
}

.top-bar {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    color: white;
    position: relative;
    z-index: 10;
}

.d-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.top-bar img {
    cursor: pointer;
}

.nav-bar {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    color: white;
    position: relative;
    z-index: 10;
}

.links {
    margin-top: 5px;
}

.links p {
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding-bottom: 5px;
}

.links p:hover,
.links p:first-child {

    border-bottom: 1px solid white;
}

.ellipse1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ellipse6 {
    position: absolute;
    top: 0;
    left: 50%;
}

.ellipse2 {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.ellipse4 {
    position: absolute;
    left: 40%;
    top: 20%;
}

.ellipse5 {
    position: absolute;
    left: 40%;
    bottom: 15%;
}

.hero-content {
    width: 90%;
    margin: auto;
    color: white;
    position: relative;
    z-index: 10;
}

.hero-content img {
    width: 50%;
}

.title-hero {
    font-size: 45px;
    font-weight: 500;
}

.description-hero {
    margin-top: -40px;
    font-size: 20px;
}

.hero-btn-1 {
    width: 50%;
    background-color: transparent;
    outline: none;
    border: 1px solid white;
    padding: 12px 0px;
    color: white;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    margin-top: 30px;
    font-size: 17px;
}

.hero-btn-2 {
    width: 50%;
    background-color: white;
    outline: none;
    border: 1px solid white;
    padding: 12px 0px;
    color: #F8712F;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    margin-top: 12px;
    font-size: 17px;
}

.info-hero {
    display: flex;
    flex-direction: column;
    margin-top: -80px;
}

.how-it-works-section {
    position: relative;
}

.how-it-works {
    width: 90%;
    margin: 80px auto;

}

.work-ellipse2 {
    position: absolute;
    left: 0;
    top: -70px;
}

.work-ellipse6 {
    position: absolute;
    right: 0;
    top: 0;
}

.work-ellipse3 {
    position: absolute;
    right: 35%;
    top: 0;
}

.work-ellipse4 {
    position: absolute;
    left: 35%;
    bottom: 0;
}

.title-work {
    background: linear-gradient(90deg, rgba(248, 113, 47, 0.6) 0%, rgba(255, 87, 69, 0.6) 100%);
    width: 284px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: white;
    font-size: 20px;
}

.big-title {
    font-size: 60px;
    font-weight: 500;
}

.one-card-work {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 20px;
    width: 100%;
    border-radius: 32px;
    background-color: white;
}

.work-left {
    width: 35%;
}

.work-right {
    width: 63%;
    position: relative;
    z-index: 10;
}

.one-card-work1,
.one-card-work2 {
    width: 50%;
}

.title-card-work {
    font-size: 25px;
    font-weight: 500;
}

.desc-card-work {
    color: #656464;
    font-size: 18px;
    margin-top: 5px;
}

.why-choose-section {
    background: linear-gradient(180deg, rgba(255, 87, 69, 0.8) 0%, rgba(248, 113, 47, 0.95) 100%);
}

.why-choose {
    width: 90%;
    margin: auto;
    padding: 50px 0px;
}

.title-why-choose {
    padding: 0px 40px;
    height: 56px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 16px;
    font-size: 20px;
    margin-bottom: 60px;
}

.one-why {
    width: 24%;
    border: 5px solid white;
    border-radius: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 25px;
    color: white;
    text-align: center;
}

.one-why img {
    position: absolute;
    top: -30px;
    left: -30px;
}

.title-one-why {
    font-size: 28px;
    font-weight: 500;
}

.desc-one-why {
    margin-top: -15px;
    font-size: 18px;
}

.vendors-section {
    position: relative;
}

.vendor-ellipse8 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.vendor-ellipse7 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.vendors {
    width: 90%;
    margin: auto;
    padding: 100px 0px;
}

.vendors img {
    width: 53%;
}

.info-vendors {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.title-vendors {
    background: linear-gradient(90deg, rgba(248, 113, 47, 0.6) 0%, rgba(255, 87, 69, 0.6) 100%);
    padding: 0px 50px;
    border-radius: 16px;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

.vendors button {
    background: linear-gradient(90deg, #F8712F 0%, #FF5745 100%);
    margin: auto;
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: 32px;
    color: white;
    font-size: 20px;
    margin-top: 40px;
    cursor: pointer;
}

.big-title-vendors {
    font-size: 60px;
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
}

.p-vendors {
    margin-top: -50px;
}

.p-vendors p {
    color: #656464;
    font-size: 20px;
    text-align: right;
}

.join-section {
    background: linear-gradient(180deg, rgba(255, 87, 69, 0.8) 0%, rgba(248, 113, 47, 0.95) 100%);
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}

.join-ellipse8 {
    position: absolute;
    top: 0;
    right: 0;
}

.join-ellipse6 {
    position: absolute;
    top: 0;
    left: 0;
}

.join-ellipse7 {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.join-ellipse9 {
    position: absolute;
    bottom: 60px;
    left: 15%;
}

.title-join {
    font-size: 40px;
    color: white;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 10;
}

.join-section button {
    background-color: white;
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: 32px;
    color: #F8712F;
    font-size: 20px;
    cursor: pointer;
     position: relative;
    z-index: 10;
}

.footer {
    background-color: #F5F5F5;
    margin-top: 80px;
}

.inner-footer {
    width: 90%;
    margin: auto;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-footer {
    width: 100%;
    border-top: 2px solid #F8712F;
    padding-top: 5px;
    margin-top: 20px;
}

.title-footer {
    color: #656464;
    font-size: 25px;
    text-align: center;
}

.links-footer {
    color: #656464;
    margin-top: 100px;
    font-size: 16px;

}

.links-footer p {
    border-bottom: 1px solid #656464;
    cursor: pointer;
}

.big-title-res {
    display: none;
}

@media screen and (max-width: 1226px) {
    .title-hero {
        font-size: 35px;
    }

    .description-hero {
        font-size: 18px;
        margin-top: -20px;
    }

    .one-why {
        width: 40%;
    }
}

@media screen and (max-width: 1120px) {
    .vendors-div {
        flex-direction: column-reverse;
    }

    .info-vendors {
        align-items: flex-start;
        width: 100%;
    }

    .p-vendors p,
    .big-title-vendors {
        text-align: left;
    }

    .big-title-vendors {
        font-size: 40px;
    }


    .vendors img {
        width: 70%;
    }

    .how-it-works {
        flex-direction: column;
    }

    .big-title-res {
        display: block;
        text-align: center;
        font-size: 40px;
    }

    .big-title-unres {
        display: none;
    }

    .work-left,
    .work-right {
        width: 100%;
    }

    .work-right {
        flex-direction: column;
    }

    .one-card-work2,
    .one-card-work1 {
        width: 90%;
    }

    .one-card-work2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1012px) {
    .one-why {
        width: 80%;
        border: 2px solid white;
    }

    .hero-content {
        flex-direction: column-reverse;
        padding: 20px 0px 80px 0px;
    }

    .info-hero {
        align-items: center;
        justify-content: center;
        margin-top: -30px;
        text-align: center;
    }

    .hero-content img {
        width: 60%;
    }

    .work-ellipse2 {
        width: 250px;
    }

    .work-ellipse6 {
        bottom: 0;
        top: auto;
        width: 250px;
    }

    .work-ellipse3,
    .work-ellipse4 {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .vendors img {
        width: 90%;
        margin-top: 20px;
    }
    .title-join{
        font-size: 30px;
    }
    .join-section{
        height: 350px;
    }
    .join-section button{
        width: 60%;
    }
    .title-footer{
        font-size: 18px;
    }
    .links-footer{
        font-size: 12px;
        flex-wrap: wrap;
        gap: 15px;
                align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
}

@media screen and (max-width: 556px) {
    .bottom-footer{
        flex-direction: column;
    }
    .title-footer{
        font-size: 16px;
    }
    .join-ellipse7{
        right: 10px;
    }
    .join-ellipse9{
        left: 10%;
    }
        .big-title-vendors {
        font-size: 30px;
        margin-top: 30px;
    }
    .p-vendors p{
        font-size: 16px;
    }
    .p-vendors{
        margin-top: -30px;
    }
    .vendors img {
        width: 100%;
        margin-top: 20px;
        position: relative;
        z-index: 10;
    }
    .big-title-res {
        font-size: 30px;
    }
.vendors button{
    width: 60%;
}
    .title-one-why {
        font-size: 20px;
    }

    .desc-one-why {
        font-size: 16px;
    }

    .title-card-work {
        font-size: 20px;
    }

    .one-card-work img {
        width: 50px;
        height: 50px;
    }

    .desc-card-work {
        font-size: 16px;
    }

    .one-card-work {
        padding: 10px 20px;
    }

    .hero-content img {
        width: 85%;
    }

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

    .description-hero {
        font-size: 16px;
        margin-top: -20px;
    }

    .nav-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .links {
        width: 100%;
        justify-content: flex-end;
    }

    .info-hero {
        margin-top: -15px;
    }

    .top-bar img {
        width: 18px;
        height: 18px;
    }

    .top-bar-images {
        gap: 10px;
    }

    .top-bar-info {
        gap: 5px;
    }

    .ellipse6 {
        width: 180px;
    }
}


/* animation */

.hero-btn-1:hover, .hero-btn-2:hover,
.vendors button:hover, .join-section button:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

@keyframes slideInLeft {
  0% { opacity: 0; transform: translateX(-60px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  0% { opacity: 0; transform: translateX(60px); }
  100% { opacity: 1; transform: translateX(0); }
}

.info-hero {
  animation: slideInLeft 1s ease-out forwards;
}
.hero-content img {
  animation: slideInRight 1.2s ease-out forwards;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

section, .one-why, .one-card-work, .vendors img, .info-vendors, .join-section button {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

section.in-view, .one-why.in-view, .one-card-work.in-view,
.vendors img.in-view, .info-vendors.in-view, .join-section button.in-view {
  animation: fadeUp 0.8s ease-out forwards;
}

.ellipse1 { animation-delay: 0s; }
.ellipse2 { animation-delay: 2s; }
.ellipse4 { animation-delay: 1s; }
.ellipse5 { animation-delay: 3s; }

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.ellipse1, .ellipse2, .ellipse4, .ellipse5, .ellipse6,
.work-ellipse2, .work-ellipse3, .work-ellipse4, .work-ellipse6,
.vendor-ellipse7, .vendor-ellipse8,
.join-ellipse6, .join-ellipse7, .join-ellipse8, .join-ellipse9 {
  animation: float 6s ease-in-out infinite;
}
