/* =============== Fonts Load Section  ======================*/
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
/* =============== End Fonts Load Section  ======================*/


/* =============== CSS Reset Section  ======================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
button {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse
}

html {
    font-size: 100%;
    margin-top: 0 !important
}

img {
    width: 100%;
    height: auto
}

a:focus,
a:hover {
    text-decoration: none
}

a {
    text-decoration: none;
    outline: 0
}

button {
    background: none;
    font: inherit;
    cursor: pointer;
}

.disabled {
    display: none !important;
    width: 0 !important;
}

/* =============== End CSS Reset Section  ======================*/


/* =============== Common Styles Section  ======================*/

/* ~~~~ Fonts ~~~~~ */

body {
    font-family: "Nunito Sans", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
}

h1 {
    font-size: 4rem;
    font-weight: 700;
}

h2 {
    font-size: 3.5rem;
    font-weight: 700;
}

@media screen and (max-width:1921px) {

    h2 {
        font-size: 3rem;
        font-weight: 700;
    }

}

@media screen and (max-width:1400px) {

    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:993px) {

    h2 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:769px) {

    h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width:576px) {

    h2 {
        font-size: 1.6rem;
    }
}

/* ~~~~ End Fonts ~~~~~ */


/* ~~~~ Colors ~~~~~ */
.text-orange {
    color: #FF5F00;
}

.text-primary {
    color: #001C70;
}

.text-blue {
    color: #001C70;
}

.text-gray {
    color: #D2D2D6;
}


.text-white {
    color: #fff;
}

.text-dark {
    color: #000B47
}

.text-dkblue {
    color: #0A1A65;
}

.text-green {
    color: #6DCE43;
}

.bg-green {
    background-color: #6DCE43;
}

.bg-primary {
    background-color: #001C70;
}

.bg-white {
    background-color: #fff;
}

.bg-dark-blue {
    background-color: #070F3C;
}

.bg-dark-purple {
    background-color: #351E66;
}

/* ~~~~ End Colors ~~~~~ */


/* ~~~~ Wrappers ~~~~~ */

@media screen and (min-width:1200px) {
    .container {
        max-width: 71.25rem;
    }
}

@media screen and (min-width:1401px) {
    .container {
        max-width: 81.5rem;
        /* 1400px */
    }
}

@media screen and (min-width:1600px) {
    .container {
        max-width: 87.5rem;
        /* 1400px */
    }
}

.mob-only{
    display: none;
}

@media screen and (max-width: 992px) {
    .mob-only{
        display: block;
    }
}

.desktop-only{
    display: block;
}

@media screen and (max-width: 992px) {
    .desktop-only{
        display: none;
    }
}


/* ~~~~ End Wrappers ~~~~~ */


/* ~~~~ Spacing ~~~~~ */
.section-space {
    padding: 9rem 0;
}

.section-space-sm {
    padding: 5rem 0;
}

.section-space-sm-res {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-space-bottom {
    padding-bottom: 9rem;
}

.section-space-top {
    padding-top: 9rem;
}

.space-top {
    padding-top: 5rem;
}

.space-bottom-sm {
    padding-bottom: 5rem;
}

.space-bottom-sm-res {
    padding-bottom: 5rem;
}

.space-bottom {
    padding-bottom: 7rem;
}

.section-space-big {
    padding: 14rem 0;
}

.section-space-y-sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media screen and (max-width:1921px) {

    .section-space {
        padding: 7rem 0;
    }

    .section-space-top {
        padding-top: 7rem;
    }

}

@media screen and (max-width:992px) {
    .section-space {
        padding: 6rem 0;
    }

    .section-space-bottom {
        padding-bottom: 6rem;
    }

    .section-space-top {
        padding-top: 6rem;
    }

}


@media screen and (max-width:768px) {
    .section-space {
        padding: 4rem 0;
    }

    .section-space-bottom {
        padding-bottom: 4rem;
    }

    .section-space-top {
        padding-top: 4rem;
    }

    .section-space-sm-res {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .space-bottom-sm-res {
        padding-bottom: 4rem;
    }

    .section-space-y-sm {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width:576px) {
    .section-space {
        padding: 3rem 0;
    }

    .section-space-bottom {
        padding-bottom: 3rem;
    }

    .section-space-top {
        padding-top: 3rem;
    }

    .section-space-sm-res {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .space-bottom-sm-res {
        padding-bottom: 3rem;
    }

    .section-space-y-sm {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .padx-l {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .padx-m {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .padx-s {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width:430px) {
    .section-space {
        padding: 2rem 0;
    }

    .section-space-bottom {
        padding-bottom: 2rem;
    }

    .section-space-top {
        padding-top: 2rem;
    }

    .section-space-sm-res {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .space-bottom-sm-res {
        padding-bottom: 2rem;
    }

    .section-space-y-sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

}

.main-text-padding {
    padding: 6.25rem 0 1.875rem;
}

@media screen and (max-width:1100px) {
    .main-text-padding {
        padding: 4.25rem 0 1.875rem;
    }
}

/* ~~~~ End Spacing ~~~~~ */


/* ~~~~ Reusable Elements ~~~~~ */
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF2F70;
    /* background: linear-gradient(84deg, #b03688 0%, #ec3076 100%); */
    padding: 0.8em 2.5em;
    font-weight: 600;
    position: relative;
    font-size: 1.3rem;
    color: #fff;
    z-index: 1;
    width: 100%;
    max-width: 11.875rem;
    box-sizing: initial;
    border-radius: 5px;
}

.cta-btn:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(84deg, #0259e6b8 0%, #ff2f70 85%);
    transition: 0.2s ease-in-out;
    z-index: -1;
    border-radius: 5px;
}

.cta-btn:hover:before {
    width: 100%;
}

.cta-btn:hover {
    color: #fff;
}

.btn-arrow {
    max-width: 1.5rem;
    position: absolute;
    right: 30px;
    transition: right 0.5s ease-out;
}

.cta-btn:hover .btn-arrow {
    right: 20px;
}

.section-subtitle {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.cta-secondary {
    display: inline-block;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    transition: 300ms ease;
    border: 1px solid;
    border-radius: 5px;
}

.cta-secondary-blue {
    color: #111b68;
    border: 1px solid #0c1b68;
}

.cta-secondary:hover {
    color: #fff;
    transform: scale(1.1);
}

@media screen and (max-width:992px) {

    .cta-btn {
        padding: 0.7em 0em;
        font-size: 1.1rem;
        max-width: 11.875rem;
    }
}

/* ===== Reusable Elements v3 redesign ===== */

/* ~~ buttons ~~~ */
.cta-v3 {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0.7em 2em;
    font-size: 1.3125rem;
    background: #FF2F70;
    background: linear-gradient(90deg, #FF2F70 0%, #FF2626 100%);
    font-family: "Nunito Sans";
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    border-radius: 30px;
    font-weight: 600;
}

.cta-v3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 520px;
    box-shadow: 0 0 200px 50px rgb(255 0 0 / 32%);
    z-index: -1;
}

.cta-v3 span {
    position: relative;
    z-index: 1;
}

.cta-v3 img {
    width: 25px;
    margin-bottom: 3px;
    margin-left: 20px;
    transition: 0.2s;
}

.cta-v3:hover img {
    transform: translateX(6px);
}

.cta-v3:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(84deg, #FF2F70 0%, #FF2F70 85%);
    transition: 0.2s ease-in-out;
    border-radius: 30px;
}

.cta-v3:hover:before {
    opacity: 1;
}

.cta-v3:hover {
    color: #fff;
}

.cta-v3-secondary {
    color: #fff;
    display: inline-block;
    color: #FFF;
    font-family: "Nunito Sans";
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    padding: 0.64em 2em;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 1.3125rem;
    transition: all 300ms ease;
}

.cta-v3-secondary:hover {
    color: #0A1A65;
    background: #fff;
}

.cta-v3-blue {
    display: inline-block;
    color: #0A1A65;
    font-family: "Nunito Sans";
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    padding: 0.64em 2em;
    font-weight: 600;
    border: 2px solid #0A1A65;
    border-radius: 30px;
    font-size: 1.3125rem;
    transition: all 300ms ease;
}

a.cta-v3-blue:hover {
    background: #0A1A65;
    color: white;
}

@media screen and (max-width:1600px) {

    .cta-v3,
    .cta-v3-secondary {
        font-size: 1rem;
    }

    .cta-v3-secondary {
        line-height: 38px;
    }
}

/* ~~~ Cards ~~~ */

.card-row-3,
.card-row-2,
.card-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-container {
    display: flex;
    flex-direction: column;
}


.card-container.card-3 {
    width: 31%;
    border-radius: 30px;
    overflow: hidden;
    backdrop-filter: blur(16.100000381469727px);
}

.card-product-name {
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.card-container.card-2 {
    width: 48%;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(148deg, rgba(255, 255, 255, 0.31) 1.08%, rgba(255, 255, 255, 0.00) 98.7%);
    backdrop-filter: blur(16.100000381469727px);
}

.card-1 {
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(148deg, rgba(255, 255, 255, 0.31) 1.08%, rgba(255, 255, 255, 0.00) 98.7%);
    backdrop-filter: blur(16.100000381469727px);
    border: 1px solid rgba(0, 12, 121, 0.603);
}

.card-container>.card-top-part>img {
    object-fit: cover;
    height: 100%;
    transition: all 1s ease;
}

.card-container:hover .card-top-part img {
    transform: scale(1.05);
}

.card-container .card-top-part {
    overflow: hidden;
}

.card-container>.card-bottom-part {
    padding: 2.5em 2em 4.5em;
}

.card-container>.card-bottom-part-equal {
    padding: 2.5em 2em;
}

.explore-link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 12.5rem;
    align-items: center;
    justify-content: space-between;
}

.explore-link-span {
    width: 80%;
}

.down-arrows-blue {
    width: .6875rem;
}

.card-title {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.48px;
}

.card-title-product {
    font-size: 17px;
    font-weight: 700;
    margin-top: 12px;
}

.card-body-product {
    font-size: 18px;
    padding: 0.5em 0;
}

.body-large {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.48px;
}

.button-text {
    color: #0A1A65;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;

}

/* ==== End Reusable Elements v3 redesign == */

/* ~~~~ End Reusable Elements ~~~~~ */


/* ~~~~ Utilities ~~~~~ */
.error.red-text {
    color: #dd0e0e;
}

.cta-shadow {
    box-shadow: 0px 5px 6px 2px #00000014;
}

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

.d-flex-center {
    display: flex;
    justify-content: center;
}

.flex {
    display: flex;
}

.wrap{
    flex-wrap: wrap;
}

.inline-block {
    display: inline-block;
}

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

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

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

.overflow-hidden {
    overflow: hidden;
}

.d-flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.m-auto {
    margin: 0 auto;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.weight-900 {
    font-weight: 900;
}

.z-index-1 {
    z-index: 1;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.z-index-2 {
    z-index: 2;
}

.mw-22 {
    max-width: 22px;
}

.mw-275 {
    max-width: 275px;
}

.w-570 {
    max-width: 35.625rem;
}

.w-623 {
    max-width: 38.9375rem;
}

.mw-766 {
    max-width: 766px;
}

.w-920 {
    max-width: 57.5rem;
}

.w-1082 {
    max-width: 67.625rem;
}

.pos-relative {
    position: relative;
}

.border-blue {
    border: 1px solid #0A1A65;
}

.border-green {
    border: 1px solid #83E31E;
}

.border-blue {
    border: 1px solid #0065FE;
}

.border-light-blue {
    border: 1px solid #0065FE;
}

.border-lighter-blue {
    border: 1px solid #2d7bf2;
}

.border-pink {
    border: 1px solid #FF2F70;
}

.border-light-purple {
    border: 1px solid #A459FF;
}

.text-color-light-blue {
    color: #0065FE;
}

.text-color-lighter-blue {
    color: #2d7bf2;
}

.text-color-green {
    color: #83E31E;
}

.text-color-pink {
    color: #FF2F70;
}

.text-color-light-purple {
    color: #A459FF;
}

.text-upper {
    text-transform: uppercase;
}

.inter {
    font-family: 'Inter', sans-serif;
}

.nunito {
    font-family: 'NuNito Sans', sans-serif;
}

/* ~~~~ End Utilities ~~~~~ */