/*Adding Nexa Font Family */
@font-face {
    font-family: 'NexaLight';
    src: url('../Nexa-Font/Nexa Light.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexaRegular';
    src: url('../Nexa-Font/NexaRegular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexaBold';
    src: url('../Nexa-Font/NexaXBold.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* Adding Nexa Font Family Closed */
body {
    font-family: 'NexaRegular';
}
h2 {
    font-family: 'NexaBold';
}
h1 {
    font-family: NexaBold;
}
h1, h2 {
    /*font-weight: 700;*/
    /*font-size: 35px;*/
    /*line-height: 40px;*/
    /*padding: 50px 0 0;*/
    text-transform: capitalize;
}

section.ia-banner {
    background: rgba(174, 174, 174, .9) url('../images/banner/intra-africa.png') no-repeat bottom center;
    background-blend-mode: multiply;
    background-size: cover;
    padding: 30px 0 30px;
    min-height: 516px;
    width: 100%;
}
section.ia-banner .banner-content {
    /*padding: 50px 0 0;*/
}
section.ia-banner .banner-content h1 {
    font-weight: 600;
    font-size: 76px;
    line-height: 76px;
    margin: 35px 0 35px;
}
section.ia-banner .banner-content p {
    margin: 20px 0 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto";
}
section.ia-banner .banner-content .cta a,
section.ia-section.cta-section .content-wrapper a,
section.ia-section.section-7 .content-wrapper .cta a {
    margin: 70px 0 0;
    background: #40B9EA;
    border-radius: 30px;
    display: inline-block;
    padding: 16px 34px 10px;
    color:#fff;
}
section.ia-banner .banner-content .cta a:hover,
section.ia-section.cta-section .content-wrapper a:hover,
section.ia-section.section-7 .content-wrapper .cta a:hover {
    background: #066277;
    transform: scale(1.1);
    transition: 0.5s;
}

.ia-section {
    padding: 100px 0 100px;
    margin: 50px 0;
}
.ia-section.section-white {
    background-color: #FFFFFF;
}
.ia-section.section-grey {
    background-color: #F3F7F8;
}
.ia-section .heading-wrapper {
    padding: 10px 0;
}
.ia-section .heading-wrapper h1 {
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    vertical-align: middle;
}
.ia-section .content-wrapper p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
}
.ia-section .content-wrapper .futuristic-card {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
    border: 1px solid rgba(200,200,200,0.3);
    min-height: 400px;
}
.ia-section .content-wrapper .futuristic-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.ia-section .content-wrapper .futuristic-card .icon-wrap {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    transition: 0.3s ease;
}
.ia-section .content-wrapper .futuristic-card * {
    font-weight: 700;
    font-size: 18px;
    color: #02111B;
    padding: 10px 0 1px;
    font-family: 'Nexabold', sans-serif;
    text-align: center;
    vertical-align: middle;
}
.ia-section .content-wrapper .futuristic-card .step {
    font-size: 18px;
    color: #40B9EA;
    font-family: 'Roboto', sans-serif;
}
.ia-section .content-wrapper .futuristic-card .title {
    font-size: 20px;
    color: #0B0B0B;
    font-family: 'Roboto', sans-serif;
}
.ia-section .content-wrapper .futuristic-card .description {
    padding-top: 0;
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #737373;
}
.ia-section .content-wrapper .feature-card {
    padding: 1.8rem;
    border-radius: 14px;
    background: white;
    border: 1px solid #e5e5e5;
    transition: 0.3s ease;
    min-height: 250px;
    margin: 10px 0 20px;
}
.ia-section .content-wrapper .feature-card * {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
}
.ia-section .content-wrapper .feature-card h5 {
    text-align: start;
}
.ia-section .content-wrapper .feature-card p {
    text-align: start;
}
.ia-section .content-wrapper .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.ia-section .content-wrapper .feature-card p {
    color: #737373;
    padding: 10px 0;
}
.ia-section .content-wrapper .icon-wrap.small {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.ia-section.cta-section .heading-wrapper h2,
.ia-section.cta-section .content-wrapper p {
    text-align: start;
}
.ia-section.cta-section .content-wrapper p {
    color: #737373;
    padding-bottom: 15px;
}
/*.ia-section.cta-section .content-wrapper a {*/
/*    border-radius: 6px;*/
/*    background: #40B9EA;*/
/*    color: #FFFFFF;*/
/*    display: inline-block;*/
/*    padding: 12px 28px;*/
/*    font-weight: 600;*/
/*    transition: 0.3s ease;*/
/*    text-decoration: none;*/
/*}*/
/*.ia-section.cta-section .content-wrapper a:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 0 18px rgba(255,255,255,0.8);*/
/*}*/
.ia-section.cta-section .container-wrapper .cta-img {
    width: 100%;
}
.ia-section.section-7 {
    background-color: #ECF8FD;
}
.ia-section.section-7 .content-wrapper * {
    font-family: Roboto, sans-serif;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
}
.ia-section.section-7 .content-wrapper .description,
.ia-section.section-7 .content-wrapper .description.v-2 {
    /*font-weight: 400;*/
    font-style: Italic;
    /*font-size: 20px;*/
}
.ia-section.section-7 .content-wrapper .description.v-2 {
    font-style: normal;
}
.ia-section.section-7 .content-wrapper .signature strong {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}
.ia-section.section-7 .content-wrapper .signature span {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}
.ia-section.section-7 .content-wrapper .cta {
    margin: 20px 0 0;
}
/*.ia-section.section-7 .content-wrapper .cta a {*/
/*    color: #137A89;*/
/*    cursor: pointer;*/
/*    border: 1px solid #FFFFFF;*/
/*    border-radius: 4px;*/
/*    padding: 0.8em 2em;*/
/*    background: #FFFFFF;*/
/*    transition: 0.2s;*/
/*}*/
/*.ia-section.section-7 .content-wrapper .cta a:active,*/
/*.ia-section.section-7 .content-wrapper .cta a:hover {*/
/*    background: #137A89;*/
/*    color: #FFFFFF;*/
/*    border-color: #FFFFFF;*/
/*    transform: translate(-0.25rem, -0.25rem);*/
/*    box-shadow: 0.25rem 0.25rem rgba(19, 122, 137, 0.26);*/
/*}*/
