/*
Theme Name: Milsped
Author: Fullo
Version: 1.0
Text Domain: Milsped
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
    font-style: normal;
}

button,
img:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1420px;
    padding: 0 20px;
    margin: auto;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

header .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nav-links ul li a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

header .nav-links ul {
    display: flex;
}

header .nav-links ul li {
    padding: 20px 20px;
}

.home-slider {
    position: relative;
}

.home-slider .content {
    position: absolute;
    top: 35%;
}

.home-slider h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 106.25% */
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.home-slider p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}


.home-section {
    margin-top: -105px;
    z-index: 99;
    position: relative;
}

.flex-wrap .row {
    display: flex;
}


.flex-wrap .row:nth-of-type(2) .left {
    border-bottom: 1px solid #9B9CCB;
    border-left: 1px solid #9B9CCB;
    background-color: rgba(46, 49, 146, 0.80);
    backdrop-filter: blur(20px);
    padding: 60px 50px;
}

.flex-wrap .row .left {
    width: 51.5%;

}

.flex-wrap .row .right {
    width: 49.5%;
}

.flex-wrap .row .right .flex {
    display: flex;
}

.flex-wrap .row .right .flex .col {
    padding: 60px 50px;
    width: 50%;
}

.flex-wrap .row .right .flex .col {
    border-top: 1px solid #9B9CCB;
    border-bottom: 1px solid #9B9CCB;
    border-left: 1px solid #9B9CCB;
    background-color: rgba(46, 49, 146, 0.80);
    backdrop-filter: blur(20px);
}

.home-section {
    margin-bottom: 50px;
}

.home-section .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section h2 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 112.5% */
    letter-spacing: -1px;
    margin-bottom: 27px;
}

.home-section h3 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 107.692% */
    letter-spacing: -0.5px;
    margin-bottom: 56px;
}

.home-section p {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}


.three-home-section {
    margin-bottom: 50px;
}

.three-home-section .grid  {
    background: #2E3192;
    backdrop-filter: blur(20px);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 58px 130px;
    align-items: center;
}

.three-home-section .grid  h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
    letter-spacing: -1px;
}

.three-home-section .grid  p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.three-home-section .grid  a {
    border-radius: 30px;
    background: #ED1C24;
    padding: 15px 54px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer {
    background: #2E3192;
    height: 100%;
    margin-top: 200px;
    padding-bottom: 100px;
}

footer .footer-links .grid {
    display: grid;
    grid-template-columns: repeat(6, auto);
    align-items: center;
}

footer .three-home-section {
    position: relative;
    top: -100px;
    z-index: 99;
    margin-bottom: 0;
}

footer .three-home-section .grid {
    background: #585AA8;
    backdrop-filter: blur(20px);
}

footer .grid h4 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .grid ul li a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
    display: inline-block;
}

.two-home-section .grid {
    display: grid;
    grid-template-columns: 50% 50%;
}


.two-home-section .grid .col {
    border-top: 1px solid #9B9CCB;
    border-bottom: 1px solid #9B9CCB;
    border-left: 1px solid #9B9CCB;
    background: #FFF;
    backdrop-filter: blur(20px);

    padding: 58px 50px;

    display: flex;
    align-items: center;
    column-gap: 25px;
}


.two-home-section .grid .col h4 {
    color: #2E3192;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 107.692% */
    letter-spacing: -1px;
    margin-bottom: 40px;

}

.two-home-section .grid .col p {
    color: #2E3192;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}


.two-home-section .grid .col .item {
    width: 50%;
}

.blog-home .grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.blog-home  .border {
    border-right: 1px solid #9B9CCB;
    border-bottom: 1px solid #9B9CCB;
    border-left: 1px solid #9B9CCB;
    background: #FFF;
    backdrop-filter: blur(20px);
}

.blog-home .grid .col {
    padding: 50px;
}

.blog-home  .header {
    padding-left: 50px;
    padding-top: 50px;
}

.blog-home .header h3 {
    color: #2E3192;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
}

.blog-home .header a {
    color: #2E3192;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.blog-home .grid h4 {
    color: #2E3192;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    margin-bottom: 21px;
}

.blog-home .grid p {
    color: #2E3192;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-bottom: 30px;
}

.blog-home .grid a {
    color: #ED1C24;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.blog-home .grid .col {
    display: grid  ;
    align-items: center;
    grid-template-columns: 45% 55%;
    column-gap: 30px;
}



