/* =========================================
   HERO
========================================= */

.hero {
    position: relative;

    width: 100%;

    background-image: url("../images/hero/HeroBG.png");
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;

    color: #fff;

    font-family: 'Roboto', sans-serif;
}

.hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(180deg, rgba(12, 106, 165, 0) 0%, #0C6AA5 100%);
    z-index: 9;
}

/* =========================================
   HERO CONTAINER
========================================= */

.hero-container {
    position: relative;
    max-width: 1631px;
    margin: 0 auto;
}


/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    z-index: 999;
    padding: 250px 0 220px;
    max-width: 749px;
    position: relative;
}

/* =========================================
   HERO HEADING
========================================= */

.hero-content h1 {
    margin: 0;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

/* =========================================
   HERO HIGHLIGHT
========================================= */

.hero-highlight {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}


/* =========================================
   HERO DESCRIPTION
========================================= */

.hero-description {
    margin: 2px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 30px;
}



/* =========================================
 IMAGE
========================================= */

.hero-person {
    position: absolute;
    width: 37%;
    right: -10px;
    bottom: 0;


    z-index: 2;
}

.hero-person img {
    display: block;

    width: 100%;
    height: auto;
}


/* =========================================
   TRUSTED SECTION
========================================= */

.trusted-section {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 0;
    z-index: 99;

}

.trusted-contain {
    width: 100%;
    max-width: 1079px;
}


/* =========================================
   TRUSTED TITLE
========================================= */

.trusted-title {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-bottom: 30px;
}

.trusted-title span {
    flex-shrink: 0;

    color: #fff;

    font-size: 18px;
    font-weight: 400;
}

.trusted-line {
    width: 100%;
    height: 1px;

    background: rgba(255, 255, 255, 0.65);
}


/* =========================================
   COMPANY LOGOS
========================================= */

.company-logos {
    display: flex;
    align-items: center;
    height: 90px;
    gap: 28px;
    justify-content: flex-start;
}

.company-logos img {
    display: block;
    max-width: 130px;
    max-height: 90px;
    object-fit: contain;
}


/* =========================================
   VIEW MORE
========================================= */

.view-more {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    margin-left: 2px;

    color: #fff;

    text-decoration: none;

    font-size: 18px;

    white-space: nowrap;
}

.view-more span {
    width: 12px;
    height: 12px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {


    .hero {
        min-height: 550px;
    }

    .hero-container {
        min-height: 550px;
        width: 92%;
    }

    .hero-content {
        top: 140px;
        width: 450px;
    }

    .hero-content h1 {
        font-family: "Roboto", sans-serif;
        ;
        font-size: 36px;
    }




    .company-logos {
        gap: 18px;
    }

    .hero-content {
        z-index: 999;
        padding: 100px 0 348px;
        max-width: 749px;
        position: relative;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .hero {

        background-position: center;
    }

    .hero-person {
        width: auto;
        position: unset;
        bottom: 0;
    }

    .trusted-section {
        display: none;
    }

    .trusted-section.for-mobile {
        display: block ! important;
        position: unset;
        background: radial-gradient(84.02% 84.02% at 50% 15.98%, #0C6AA5 0%, #021927 100%);
        padding: 30px 0;
        height: auto;

    }

    .company-logos {
        height: auto;
    }


    .hero-content {
        position: relative;

        top: auto;
        left: auto;

        padding-top: 130px;

        width: 100%;
        padding-bottom: 100px;
    }


    .hero-description {
        line-height: 1.5;
    }

    .trusted-section {
        left: 0;
        bottom: 30px;

        width: 100%;
    }

    .company-logos {
        flex-wrap: wrap;
        gap: 15px;
    }

    .company-logos img {
        max-width: 100px;
    }




}


/* =========================================
   SMALL MOBILE
   600px and below
========================================= */

@media (max-width: 600px) {

    .hero {
        min-height: 720px;
    }

    .hero-container {
        min-height: 720px;
        width: 92%;
    }

    .hero-content {
        padding-top: 115px;
    }



    .hero-highlight {
        margin-top: 14px;
        line-height: 1.45;
    }

    .hero-description {
        line-height: 1.5;

        padding-bottom: 20px;
    }

    .trusted-section {
        bottom: 25px;
    }

    .trusted-title {
        gap: 12px;
        margin-bottom: 14px;
    }



    .company-logos {
        gap: 12px;
    }



    .view-more span {
        width: 10px;
        height: 10px;
    }
}


/* =========================================
   SMALL PHONE
   480px and below
========================================= */

@media (max-width: 480px) {

    .hero {
        min-height: 680px;
    }

    .hero-container {
        min-height: 680px;
        width: 90%;
    }

    .hero-content {
        padding-top: 105px;
    }



    .hero-highlight {
        margin-top: 12px;
        line-height: 1.45;
    }

    .hero-description {
        line-height: 1.5;

        padding-bottom: 15px;
    }



    .trusted-section {
        bottom: 20px;
    }

    .trusted-title {
        gap: 10px;
        margin-bottom: 11px;
    }



    .trusted-line {
        height: 1px;
    }

    .company-logos {
        gap: 9px;
    }




    .view-more span {
        width: 9px;
        height: 9px;
        padding-left: 3px;
        font-size: 5px;
    }
}


/* =========================================
   VERY SMALL PHONE
   380px and below
========================================= */

@media (max-width: 380px) {

    .hero {
        min-height: 640px;
    }

    .hero-container {
        min-height: 640px;
        width: 90%;
    }

    .hero-content {
        padding-top: 95px;
    }



    .hero-highlight {
        margin-top: 10px;
        line-height: 1.4;
    }

    .hero-description {
        line-height: 1.45;

        padding-bottom: 12px;
    }

    .trusted-section {
        bottom: 17px;
    }

    .trusted-title {
        gap: 8px;
        margin-bottom: 9px;
    }

    .company-logos {
        gap: 7px;
    }



}


/* =========================================
   EXTRA SMALL PHONE
   340px and below
========================================= */

@media (max-width: 340px) {

    .hero {
        min-height: 600px;
    }

    .hero-container {
        min-height: 600px;
    }

    .hero-content {
        padding-top: 90px;
    }


    .company-logos {
        gap: 6px;
    }



}