/* General Styles */
body {
    line-height: 1.8;
    font-family: Arial, Helvetica, sans-serif !important;
}

a {
    text-decoration: none !important;
}

.body-container {
    max-width: 1248px;
    margin: 0 auto;
}

h1, h2, h3, h6 {
    line-height: 1.16;
}

h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

p, li {
    letter-spacing: 0.015em;
}

/*
** Common button styles
*/
button, .btn {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 3px;
    animation-duration: 1s;
    border-radius: 4px;
    padding: 11px 23px;
}

.btn-filled {
    margin: 50px 0 40px;
    width: auto;
    height: fit-content;
    background-color: #0C142B;
    border: 0;
}

.btn-hover {
    max-width: 217px;
    min-height: 36px;
    margin-bottom: 20px;
}

.btn-hover:hover, .btn-hover:active {
    border: 2px solid #0C142B;
    background: #E0E0E0;
}

.btn-solid:hover, .btn-solid:active, .btn-outline:hover, .btn-outline:active {
    background: #0C142B;
}

.btn-hover:hover > a, .btn-hover:active > a, .btn-outline > a {
    color: #0C142B;
}

.btn-outline {
    border: 2px solid #0C142B;
    min-width: 210px;
    max-width: 260px;
    background: #FFF;
}

.btn-filled > a, .btn-outline:hover > a, .btn-outline:active > a  {
    color: #FFF;
}

/* Link button */
.btn-link {
    font-size: 16px;
    color: #09A063;
    padding-bottom: 4px;
}

.btn-link:hover, .btn-link:active {
    color: #09A063;
}

/* Download Button */
.btn-download {
    background: #09A063;
    height: 60px;
}

.btn-download > a {
    color: #FFF;
}

.btn-download:hover, .btn-download:active {
    background: #FFF;
}

.btn-download:hover > a, .btn-download:active > a {
    color: #0C142B;
}

@media only screen and (min-width: 400px) {
   .btn-download {
        width: 275px;
        height: 42px;
   }
}

@media only screen and (max-width: 1024px) { 
    .header {
        text-align: center;
    }

    .btn-hover {
        padding: 9px 20px;
    }

    .btn-hover > a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1280px) {
    .btn-hover {
        height: 42px;
    }
}
/*
** End of common button styles
*/

/* ----------------
** Navbar Start
** ---------------- 
*/
.navbar {
    padding: 20px 30px 30px;
    position: sticky;
    top: 0;
    height: 128px;
    z-index: 2;
}

.navbar > .container-fluid {
    max-width: 1380px;
}

.navbar-toggler {
    padding: 12px 20px;
    border: none;
}

.navbar-toggler-icon {
    background-image: url("../img/navbar-menu.svg");
    width: 22px;
    height: 24px;
}

.nav-item > a {
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .navbar > .container-fluid {
        justify-content: flex-end;
    }

    .navbar-brand {
        margin-right: auto;
    }

    .navbar-collapse {
        background-color: #0C142B;
        text-align: right;
        padding: 0 23px;
        margin: 0 -42px;
    }

    .navbar-collapse .nav-link, .navbar-collapse .nav-link.active {
        color: #FFF;
    }
}

@media only screen and (min-width: 992px) {
    .nav-link {
        margin-right: 8px; 
        padding: 4px 15px;
        color: #0C142B;
    }

    .nav-link.active {
        border-radius: 12px;
        letter-spacing: 0.015em;
        border: 2px solid #0C142B;
    }

    .navbar-toggler {
        margin-right: 25px;
    }
}
/* ----------------
** Navbar End
** ---------------- 
*/

/* ----------------
** Header Start
** ---------------- 
*/
.header {
    padding: 0 45px;
}

.header h1 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}

.header-title {
    color: #09A063;
    font-size: 33px;
    line-height: 0.85;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.header-desc {
    font-size: 16px;
    margin-bottom: 35px;
}
/* ----------------
** Header End
** ---------------- 
*/

/* ----------------
** Benefits, Download and Brand Recognition Section Wrapper
** ---------------- 
*/
.section-wrapper {
    background: #0C142B radial-gradient(circle at center bottom, hsla(225, 56%, 14%, 100%) 44%,rgba(255, 255, 255, 0 ) 0%);
    padding: 125px 30px 200px;
}

/* ----------------
** Benefit Block Start
** ---------------- 
*/
.card {
    background-color: transparent;
    border: none;
}

.benefits-row .card-body{
    padding: 20px 20px 40px;
}

.benefits-row .card-title {
    font-size: 21px;
    margin-bottom: 10px;
}

.benefits-row .card-text {
    color: #E0E0E0;
    margin: 0 0 20px 0;
}
/* ----------------
** Benefit Block End
** ---------------- 
*/

/* ----------------
** Download Kit Start
** ---------------- 
*/
.download-kit {
    border: 2px solid #09A063;
    border-radius: 12px;
    padding: 80px 30px;
    background: linear-gradient( 180deg, #0C142B 0%, rgba(12, 20, 43, 0.65) 100%), url("../img/download-kit.webp") no-repeat center center;
    background-size: cover;
    margin: 60px 0 160px;
}

.download-kit-title {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 28px;
}

.download-benefit-title {
    color: #09a063;
    line-height: 1.16;
    margin-bottom: 30px;
}

.download-kit-desc {
    margin-bottom: 50px;
}
/* ----------------
** Download Kit End 
** ---------------- 
*/

/* ----------------
** Recognition Start
** ---------------- 
*/
.recognition-block-wrapper h1 {
    font-size: 44px;
    line-height: 1.16;
    margin-bottom: 25px;
}

.recognition-block-wrapper p {
    margin-bottom: 30px;
}

.img-wrapper .col-4 {
    margin-bottom: 20px;
}

.img-wrapper .col-4:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

.recognition-block-wrapper .img-wrapper img {
    margin: 0 1.92%;
}

.recognition-block-wrapper .col-md-8 {
    padding-left: 1.92%;
    padding-right: 1.92%;
}
/* ----------------
** Recognition End
** ----------------
*/

/* ----------------
** Media & Content Block Starts
** ----------------
*/
.media-content-block {
    padding: 120px 30px 90px;
}

.content-col {
    margin: 20px 0 55px;
    padding: 0 1.92%;
}

.content-col h3 {
    font-size: 24px;
    color: #0C142B;
    margin: 10px 0 20px;
}

.content-col h2 {
    color: #0C142B;
    line-height: 0.56;
    font-size: 28px;
    margin-bottom: 40px;
}

.content-col p {
    margin-bottom: 20px;
}

.mt {
    margin-top: 20px;
}

.content-col .btn-hover, .responsive-row .btn-hover {
    height: 42px;
    margin: 20px auto 0;
}
/* ----------------
** Media & Content Block End
** ----------------
*/

/*
** ----------------
** Contact Us Start
** ---------------- 
*/
.contact-us {
    background-color: #0C142B;
    padding: 60px 30px;
}

.content-wrapper {
    padding: 40px 0 30px;
}

.contact-us h2 {
    font-size: 25px;
    line-height: 1.16;
    margin: 10px 0;
}

.contact-us p {
    margin-bottom: 20px;
    font-size: 16px;
}

.text-wrapper { 
    margin-left: 5px;
}

.contact-us .btn-download {
    background: #FFF;
    border: none;
    max-width: 230px;
    height: fit-content;
    margin-left: 5px;
}

.contact-us .btn-download > a {
    color: #0C142B;
}

.contact-us .btn-download:hover, .contact-us .btn-download:active {
    background-color: #000;
}

.contact-us .btn-download:hover > a, .contact-us .btn-download:active > a {
    color: #FFF;
}

@media only screen and (max-width: 720px) {
    .contact-us img {
        padding-right: 5px;
    }
}
/* ----------------
** Contact Us End
** ---------------- 
*/

/* ----------------
** Testimonial & Partners Section Start
** ---------------- 
*/
.testimonial-section-wrapper {
    padding: 0 30px 120px;
    background: linear-gradient(180deg, #ffffff 0%,rgba(255, 255, 255, 0.83) 100%), 
                url("../img/testimonial-section-bg.webp") no-repeat center center;
    background-size: cover;
}

.trusted-header-col {
    margin-bottom: 35px;
}

.trusted-header-col h2 {
    margin: 10px 0;
    font-size: 28px;
}

.trusted-header-col p {
    padding: 0 1.92%;
}

.testimonial-card {
    padding: 40px;
    margin: 0 5.76% 20px;
}

.testimonial-card .card-body {
    padding: 20px 0 0;
}

.testimonial-card .card-title {
    font-size: 27px;
    color: #0C142B;
    margin-bottom: 20px;
    white-space: nowrap;
}

.testimonial-card .card-text {
    margin-bottom: 20px;
}

.partners-col .left-row, .right-row {
    margin: 0 7.92%;
}

.partners-col .img-col {
    margin: 0 9.6% 40px;
}

.partners-col .img-wrapper {
    margin: 0 9.6% 40px;
}
/* ----------------
** Testimonial & Partners Section End
** ---------------- 
*/

/* ----------------
** Footer Sart
** ---------------- 
*/
.footer {
    background-color: #F5F5F5;
    padding: 60px 30px 0;
}

.footer-logo {
    margin-bottom: 60px;
    text-align: center;
}

.menu-text {
    list-style-type: none;
    margin-bottom: 17px;
    letter-spacing: 0.015em;
    font-size: 15px;
    font-weight: 500;
}

.menu-text > a {
    color: #212934;
}

.active > a {
    color: #09A063;
}

li:hover > a, li:active > a {
    color: #09A063;
}

.join-us, .join-us:hover {
    color: #212934;
}

.footer svg {
    width: 21.25px;
    height: 25px;
}

.copyright {
    margin: 40px 0 0;
    font-size: 14px;
    color: #686C77;
    padding: 45px 0;
    border-top: 2px solid #E0E0E0;
}

.copyright a, .copyright a:hover {
    color: #686C77;
}
/* ----------------
** Footer End
** ---------------- 
*/

/* ----------------
** Common media queries 
** ---------------- 
*/
@media only screen and (min-width: 641px) {
    .header {
        padding: 0 100px;
    }

    .header-title {
        font-size: 65px;
        letter-spacing: -3px;
        margin-bottom: 10px;
    }

    p {
        font-size: 15px;
    }

    .img-wrapper .col-4 {
        width: 16.666666666667%;
        margin-bottom: 0;
    }

    .recognition-block-wrapper .col-md-8 {
        padding-left: 2.88%;
        padding-right: 2.88%;
    }

    .download-kit {
        padding: 80px;
        margin: 60px 25px 215px;
    }

    .download-kit-title {
        margin-bottom: 10px;
    }

    .card-title {
        margin-bottom: 15px;
    }

    .recognition-block-wrapper p {
        margin-bottom: 90px;
    }

    .media-col {
        width: 40%;
    }

    .content-col {
        width: 60%;
        padding: 0 2%;
    }

    .content-col h2 {
        font-size: 45px;
    }

    .contact-us h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .trusted-header-col h2 {
        margin-bottom: 15px;
        font-size: 35px;
    }

    .trusted-header-col p {
        padding: 0 2.56%;
    }  

    .testimonial-col {
        width: 33.333333333333%;
        padding: 0;
    }

    .testimonial-card .card-text {
        font-size: 15px;
    }

    .partners-col {
        width: 50%;
        padding: 0;
    }

    .partners-col .img-wrapper {
        margin: 0 7.68% 40px;
    }

    .partners-col .left-row {
        margin: 0 0 0 3.84%;
    }

    .partners-col .right-row {
        margin: 0 3.84% 0 0;
    }

    .first-col {
        display: block !important;
    }

    .footer-logo {
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    .trusted-header-col h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1025px) {
    p, .card-text {
        font-size: 17px;
    }   

    .header {
        background: radial-gradient(circle at right bottom, hsla(225, 56%, 11%, 3%) 51%, #FFF 25%), url("../img/header.webp") no-repeat center center;
        background-size: cover;
        padding: 80px 30px 152px;
    }

    .header .body-container {
        text-align: left;
    }

    .header h1 {
        font-size: 58px;
        margin-bottom: 20px;
    }

    .header-title {
        font-size: 80px;
        line-height: 0.94;
        margin-bottom: 30px;
    }

    .header .btn-group {
        flex-direction: row !important;
        min-width: 555px
    }

    .header .btn-hover {
        margin-right: 50px;
    }

    .header-desc {
        margin-bottom: 45px;
        font-size: 17px;
        max-width: 550px;
        flex: 0 0 auto;
        width: 50%;
    }

    .header-responsive-img {
        display: none;
    }

    .media-col {
        width: 50%;
    }

    .content-col {
        width: 40%;
    }

    .responsive-row {
        display: none !important;
    }

    .responsive-content {
        display: block !important;
    }

    .contact-us h2 {
        font-size: 39px;
    }

    .contact-us .content-wrapper {
        flex-direction: row !important;
        align-items: center !important;
        padding: 0;
    }

    .text-wrapper {
        padding-right: 210px;
    }
}

@media only screen and (max-width: 640px) {
    .benefits-row .col {
        flex: 1 0 100%;
    }

    .second-col {
        width: 100%;
        text-align: center;
    }

    .footer svg {
        width: 36px;
        height: 40px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .card-body {
        padding-left: 2px;
        padding-right: 0;
    }
}