/* =============================================
                Montserrat Font
================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
    --blue: #28a1d7;
    --dark-blue: #05447c;
    --light-blue: #28a1d7;
    --sky-blue: #86cae9;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    background: #e3e8e9;
    scroll-behavior: smooth;
    overflow-x: hidden;
    z-index: -99;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.mt-30 {
    margin-top: 30px;
}

.theme-btn,
.theme-btn:hover {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    background: var(--blue);
    padding: 12px 28px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
p,
li {
    font-family: 'Montserrat', sans-serif;
}

/* =============================================
                Header Desktop
================================================ */
header {
    margin-top: 2rem;
    transition: all 0.3s;
    z-index: 9999;
}

header .navbar {
    background: var(--sky-blue);
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 500;
    padding: 0 8px;
}

.header-btn,
.header-btn:hover {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background: var(--light-blue);
    display: inline-block;
    letter-spacing: 0.75px;
    border-radius: 30px;
    padding: 12px 28px;
}

header .mobile-view {
    display: none !important;
}

/* Mobile Navigation */
.mobile-nav {
    background: #85c4e0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.075);
    z-index: 9999;
    display: none;
}

.mobile-nav ul {
    margin: 0;
    padding: 13px 10px;
}

.mobile-nav ul li {
    list-style: none;
}

.mobile-nav ul li img {
    height: 30px;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: -100px;
}

.navbar-sticky-moved-up .navbar {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px;
}

[data-theme='dark'] .navbar-sticky-moved-up {
    background: transparent;
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* =============================================
                 Hero Section
================================================ */

.banner {
    background: var(--blue);
    margin-top: 30px;
    border-radius: 70px;
    position: relative;
    z-index: 0;
}

.banner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url(../img/world-map.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 0.3;
    z-index: -1;
}

.banner::after {
    position: absolute;
    content: '';
    height: 280px;
    width: 280px;
    top: 100%;
    right: 100%;
    transform: translate(50%, -50%);
    background: url(../img/img-rounded-1.png) no-repeat;
    background-position: center center;
    background-size: contain;
    animation: rotate 8s linear alternate-reverse infinite;
    z-index: -1;
}

@keyframes rotate {
    from {
        transform: translate(50%, -50%) rotate(10deg);
    }
    to {
        transform: translate(50%, -50%) rotate(-10deg);
    }
}

.banner .text {
    padding: 50px 0;
}

.banner h1 {
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.banner h1 span {
    color: var(--dark-blue);
    font-size: 4rem;
    font-weight: 700;
}

.banner h2 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 0;
}

.banner h2 span {
    color: var(--dark-blue);
}

.banner img {
    position: relative;
    top: 100px;
    right: 100px;
    padding-left: 50px;
}

/* =============================================
             Mission & Vision Section
================================================ */
.mission-vision {
    padding: 170px 0 100px;
}

.mission-vision img {
    border-radius: 1.5rem;
    border: 1px solid #dbdbdb;
}

.mission-vision h2 {
    color: var(--blue);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mission-vision h2 span {
    color: var(--dark-blue);
    font-size: 2rem;
    letter-spacing: -1px;
    display: block;
}

.mission-vision h3 {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 600;
    margin: 25px 0 25px;
}

.mission-vision h3 span {
    color: var(--dark-blue);
    font-weight: 700;
}

/* =============================================
                Heading Section
================================================ */
.heading {
    padding: 30px 0;
    background: var(--dark-blue);
    border-radius: 40px;
    margin-bottom: 30px;
}

.heading img {
    max-width: 80px;
    margin-right: 15px;
}

.heading h2 {
    color: var(--blue);
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.heading h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* =============================================
                Connect Section
================================================ */
.connect-section {
    padding: 40px 30px;
    background: var(--blue);
    border-radius: 70px;
    position: relative;
    z-index: 0;
}

.connect-section::before {
    position: absolute;
    content: '';
    height: 280px;
    width: 280px;
    top: 100%;
    right: 100%;
    transform: translate(50%, -50%);
    background: url(../img/img-rounded-3.png) no-repeat;
    background-position: center center;
    background-size: contain;
    animation: rotate-2 8s linear alternate-reverse infinite;
    z-index: -1;
}

@keyframes rotate-2 {
    from {
        transform: translate(50%, -50%) rotate(10deg);
    }
    to {
        transform: translate(50%, -50%) rotate(-10deg);
    }
}

.connect-section::after {
    position: absolute;
    content: '';
    height: 280px;
    width: 280px;
    bottom: 100%;
    left: 100%;
    transform: translate(-75%, 50%);
    background: url(../img/img-rounded-2.png) no-repeat;
    background-position: center center;
    background-size: contain;
    animation: rotate-3 8s linear alternate-reverse infinite;
    z-index: -1;
}

@keyframes rotate-3 {
    from {
        transform: translate(-75%, 50%) rotate(10deg);
    }
    to {
        transform: translate(-75%, 50%) rotate(-10deg);
    }
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.title img {
    max-width: 80px;
    margin-right: 15px;
}

.title h2 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.title h2 strong {
    display: block;
}

.slider-nav-connect h3 {
    color: #d1f0ff;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 15px;
    cursor: pointer;
}

.slider-nav-connect .slick-current h3 {
    color: #ffffff;
}

.connect-section .slick-dots {
    bottom: -32px;
}

.connect-section .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--sky-blue);
}

.connect-section .slick-dots li.slick-active button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: #ffffff;
}

/* =============================================
                Social Impact Section
================================================ */
.social-impact {
    padding: 40px 30px;
    border-radius: 70px;
    position: relative;
    margin-top: 30px;
    z-index: 0;
}

.social-impact .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.social-impact .title img {
    max-width: 80px;
    margin-right: 15px;
}

.social-impact .title h2 {
    color: var(--dark-blue);
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.social-impact .title h2 strong {
    display: block;
}

.slider-nav-social-impact h3 {
    color: #2773b7;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

.slider-nav-social-impact .slick-current h3 {
    color: var(--dark-blue);
}

.social-impact .slick-dots {
    bottom: -32px;
}

.social-impact .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--sky-blue);
}

.social-impact .slick-dots li.slick-active button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--dark-blue);
}

/* =============================================
                Sourcing Section
================================================ */
.sourcing-section {
    padding: 40px 30px;
    background: var(--dark-blue);
    border-radius: 70px;
    position: relative;
    margin-top: 30px;
    z-index: 0;
}

.sourcing-section::before {
    position: absolute;
    content: '';
    height: 280px;
    width: 280px;
    top: 100%;
    right: 100%;
    transform: translate(50%, -50%);
    background: url(../img/img-rounded-5.png) no-repeat;
    background-position: center center;
    background-size: contain;
    animation: rotate-2 8s linear alternate-reverse infinite;
    z-index: -1;
}

.sourcing-section::after {
    position: absolute;
    content: '';
    height: 280px;
    width: 280px;
    bottom: 100%;
    left: 100%;
    transform: translate(-75%, 50%);
    background: url(../img/img-rounded-4.png) no-repeat;
    background-position: center center;
    background-size: contain;
    animation: rotate-3 8s linear alternate-reverse infinite;
    z-index: -1;
}

.sourcing-section .title h2 strong {
    font-size: 2.15rem;
}

.slider-nav-sourcing h3 {
    color: #d1f0ff;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 15px;
    cursor: pointer;
}

.slider-nav-sourcing .slick-current h3 {
    color: #ffffff;
}

.sourcing-section .slick-dots {
    bottom: -32px;
}

.sourcing-section .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--sky-blue);
}

.sourcing-section .slick-dots li.slick-active button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: #ffffff;
}

/* =============================================
                Transparency Section
================================================ */

.transparency-section {
    padding: 40px 30px;
    background: var(--blue);
    border-radius: 70px;
    margin-top: 30px;
}

.transparency-section .title {
    margin-bottom: 50px;
}

.transparency-section .title h2 strong {
    display: inline;
}

.slider-nav-transparency h3 {
    color: #d1f0ff;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 15px;
    cursor: pointer;
}

.slider-nav-transparency .slick-current h3 {
    color: #ffffff;
}

.transparency-section .slick-dots {
    bottom: -32px;
}

.transparency-section .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--sky-blue);
}

.transparency-section .slick-dots li.slick-active button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: #ffffff;
}

/* =============================================
                Comparison Section
================================================ */
.comparison {
    padding: 40px 30px;
    border-radius: 70px;
    position: relative;
    margin-top: 30px;
    z-index: 0;
}

.comparison .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.comparison .title img {
    max-width: 80px;
    margin-right: 15px;
}

.comparison .title h2 {
    color: var(--dark-blue);
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.table {
    margin-bottom: 50px;
    color: #ffffff;
    vertical-align: middle;
    border: none;
}

.table > :not(:first-child) {
    border-top: none;
}

.table > thead > tr > th {
    padding: 0.5rem 1rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: var(--dark-blue);
    color: #ffffff;
    font-weight: 600;
}

.table > :not(caption) > * > * {
    padding: 1rem;
    background-color: var(--blue);
    border-bottom: none;
    box-shadow: none;
    border: 1px solid #e3e8e9;
    font-weight: 600;
}

.table td {
    text-align: center;
}

.check {
    color: #00ff40;
    font-size: 1.25rem;
    font-weight: 400;
}

.uncheck {
    color: #00ff40;
    font-size: 1rem;
    font-weight: 400;
}

.comparison h3 {
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.comparison h3 strong {
    color: var(--dark-blue);
    font-weight: 700;
}

/* =============================================
                Testimonial Section
================================================ */
.testimonial {
    padding: 40px 0px;
    border-radius: 70px;
    margin-top: 30px;
    margin-bottom: 70px !important;
}

.testimonial .item {
    position: relative;
    z-index: 1;
}

.testimonial .bg-blue {
    padding-right: 40px;
}

.testimonial .bg-blue::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: var(--blue);
    border-radius: 30px;
    z-index: -1;
}

.testimonial .bg-dark-blue {
    padding-left: 40px;
}

.testimonial .bg-dark-blue::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: var(--dark-blue);
    border-radius: 30px;
    z-index: -1;
}

.testimonial .item .image {
    width: 62%;
}
.testimonial .item .text {
    width: 38%;
}

.testimonial .item ul {
    margin: 0 0 0 20px;
    padding: 0;
    max-width: 150px;
}

.testimonial .item ul li {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    list-style: none;
    margin: 12px 0px;
}

.testimonial .item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial .slick-dots {
    bottom: -10px;
}

.testimonial .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--blue);
}

.testimonial .slick-dots li.slick-active button:before {
    font-family: slick;
    color: var(--dark-blue);
}

/* =============================================
                Tutorials Section
================================================ */
.tutorials-section {
    padding: 30px 0px;
    border-radius: 70px;
    margin-top: 30px;
}

.tutorials .item {
    position: relative;
    margin: 20px;
}

.tutorials .item a {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(15px, 15px);
    background: var(--blue);
    display: block;
    border-radius: 50%;
}

.tutorials .slick-dots {
    bottom: -50px;
}

.tutorials .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: var(--blue);
}

.tutorials .slick-dots li.slick-active button:before {
    font-family: slick;
    color: var(--dark-blue);
}

.tutorials-section h3 {
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.tutorials-section h3 strong {
    color: var(--dark-blue);
    font-weight: 700;
}

/* =============================================
                Services Section
================================================ */
.services {
    padding: 50px 30px;
}

.services .item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services .item::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: var(--blue);
    z-index: -1;
    border-radius: 40px;
}

.services .item img {
    width: 58%;
}

.services .item h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0 30px;
}

.services .item p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.services h3 {
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.services h3 strong {
    color: var(--dark-blue);
    font-weight: 700;
}

/* =============================================
                Law Section
================================================ */

.law-section {
    padding: 40px 0;
}

.law-section .item .item-title {
    padding: 22px 0;
    width: 75%;
    background: var(--dark-blue);
    text-align: center;
    margin: auto;
    border-radius: 35px;
    position: relative;
}

.law-section .item .item-title img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-30%, -50%);
    height: 115px;
    width: 115px;
}

.law-section .item .item-title h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.law-section .item .item-desc {
    padding: 30px;
    border: 12px solid var(--blue);
    border-radius: 50px;
}

.law-section .item .item-desc p {
    color: var(--dark-blue);
    font-size: 1.1rem;
    font-weight: 600;
}

.small-card {
    margin-top: 40px;
    padding: 0 0 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.small-card::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 5px;
    bottom: 0;
    left: 10px;
    border-radius: 40px;
    background: var(--dark-blue);
    z-index: -1;
}

.small-card.alt::before {
    top: 15px;
    right: 15px;
    bottom: 0;
    left: 5px;
}

.small-card img {
    position: relative;
    top: -20px;
    right: -30px;
}

.small-card.alt img {
    top: -20px;
    right: none;
    left: -30px;
}

.small-card a,
.small-card a:hover {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
}

.small-card.alt a,
.small-card.alt a:hover {
    margin-left: 0;
    margin-right: 5px;
}

.law-section.alt .item .item-title img {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(30%, -50%);
    height: 115px;
    width: 115px;
}

.card-in-mobile {
    display: none;
    padding-bottom: 20px;
}

/* =============================================
                Footer Section
================================================ */
footer {
    padding: 80px 0 60px;
    background: var(--dark-blue);
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    z-index: 0;
}

footer .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

footer h3 {
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin: 25px 0 0;
}

footer h3 strong {
    color: #ffffff;
    font-weight: 700;
}

footer .download {
    margin: 20px 0 50px;
    padding: 0 0 35px;
    display: inline-block;
    border-bottom: 4px solid #eeeeee;
}

footer .download li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

footer .download li:last-child {
    margin-right: 0;
}

footer h2 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 30px 0 20px;
}

footer .links {
    margin: 0;
    padding: 0;
}

footer .links li {
    list-style: none;
    margin-bottom: 5px;
}

footer .links li a {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
}

footer .social-links {
    margin: 0;
    padding: 0;
}

footer .social-links li {
    list-style: none;
    margin-right: 5px;
    display: inline-block;
}

footer .social-links li a {
    height: 42px;
    width: 42px;
    background: var(--blue);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer .social-links li img {
    height: 20px;
}

footer .copyright {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 50px 0 0;
}
.small,
small {
    font-size: 0.8em;
}
