@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');
* { font-family: 'Red Hat Display', sans-serif !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; outline: none;}
p { font-weight: 500 !important; }
h1, h2, h3, h4, h5, h6 { color:#0a2540; }
a { text-decoration: none !important; }
body { background: #f6f9fc !important; }
ul { list-style: none; margin: 0 !important; padding: 0 !important; }
li:hover { cursor: pointer; }
/* SHADOW */
.shadowCustom { box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25); }

.container { padding: 0 !important; margin: 0; }

header { width: 100%; position: absolute; z-index: 3; margin: 40px 0px 0px 0px; border: 1px solid transparent; }
header.active { background-color: #00000052; backdrop-filter: blur(10px); position: fixed; left: 0; right: 0; top: 20px; margin: 0 auto; padding: 20px 30px !important; width: 85%; border-radius: 40px; border: 1px solid #f1f1f120; }
header .container { display: flex; align-items: center;  }
header .container .logo { display: flex; gap: 20px; } 
header .container .logo span { font-size: 10px; line-height: 12px; color: rgba(255,255,255,0.5); font-weight: 700; }
header .container .logo img { width: 150px; }

header .container .nav { margin-left: auto; }
header .container .nav ul li { display: inline-block; padding: 0px 30px; font-weight: 700; transition: all 0.3s; color: #fff; font-size: 15px; }
header .container .nav ul li:hover { opacity: 0.6; }

@media only screen and (max-width:899px) {
    header .container .nav { display: none; }
    header.active { display: none; }
    header.active .nav { display: none; }
}

section.c1 { position: relative; width: 100%; height: 100%; }
section.c1 video { position: absolute; width: 100%; top: 0; z-index: -2; height: 100%; object-fit: cover; } 
section.c1 .container { height: 100dvh; z-index: 2; position: relative; display: flex; align-items: center; }
section.c1 .container span { color: #fff; position: absolute; bottom: 60px; font-size: 15px; font-weight: 600; }
section.c1 .container .text { width: 60%; }
section.c1 .container .text .divider { width: 35px; height: 1px; background: #fff; display: block; margin-left: initial; margin-bottom: 20px; }
section.c1 .container .text h2 { color: #fff; font-size: 60px; font-weight: 400; letter-spacing: -1px; line-height: 65px; }
section.c1 .container .text h2 b { font-weight: initial; }
section.c1 .container .text button { padding: 17px 45px; border: 1px solid #ffffff6b; color: #fff; border-radius: 50px; background: transparent; margin-top: 40px; font-weight: bold; font-size: 16px; transition: all 0.3s; }
section.c1 .container .text button:hover { background: #fff; color: #000; border: 1px solid transparent; }

@media only screen and (max-width:899px) {
    header .container { padding: 0px 30px !important;}
    section.c1 .container { width: 100%; padding: 0px 30px !important; }
    section.c1 .container .text { width: 100%; }
    section.c1 .container .text h2 { font-size: 45px; line-height: 50px; }
    section.c1 .container .text button { width: 100%; }

    section.c1 .container span { font-size: 13px; width: 80%; }
}


section.c1 .mask { background: rgb(34, 52, 98); background: linear-gradient(292deg, rgba(0, 0, 0, 0) 0%, #1d4757 100%); width: 100%; height: 100%; position: absolute; bottom: 0px; z-index: 1; }

/* section.c2 { background-image: url('../images/about.jpg'); background-size: 100%; height: 100vh; background-repeat: no-repeat; width: 95%; margin: 0 auto; margin: 4% auto; }  */
section.c2 { padding: 7% 0px; background: #fff; } 
section.c2 .container { height: 100%; }
section.c2 .block { width: 100%; height: 100%; display: flex; align-items: center; gap: 20px; }
section.c2 .block div { width: 50%; position: relative; } 
section.c2 .block div .text { position: absolute; bottom: 40px; left: 40px; z-index: 1;}
section.c2 .block div .text p { color: #fff; font-weight: 700; font-size: 20px; }
section.c2 .block div .text small { color: #fff; opacity: 0.7; font-weight: 700; }


section.c2 .block div img { width: 90%; height: 700px; object-fit: cover; border-radius: 25px; position: relative; z-index: 1;}
section.c2 .block div .divider { width: 35px; height: 1px; background: #fff; display: block; margin-left: initial; margin-bottom: 20px; }
section.c2 .block div h2 { font-size: 40px; position: relative; }
section.c2 .block div p { line-height: 30px; color: #425466; }
section.c2 .block button { padding: 17px 45px; border: 1px solid #0000006b; color: #000; border-radius: 50px; background: transparent; margin-top: 20px; font-weight: bold; font-size: 16px; transition: all 0.3s; }
section.c2 .block button:hover { background: #000; color: #fff; border: 1px solid transparent; }

section.c2 .block button.solutions { background: transparent; border: 1px solid transparent; }
section.c2 .block button.solutions:hover { text-decoration: underline; color: rgba(0,0,0,0.5); }

@media only screen and (max-width:899px) {
    section.c2 { width: 100%; border-radius: 0; margin: 0; }
    section.c2 .container { padding: 0px 30px !important; }
    section.c2 .block { flex-wrap: wrap; width: 100%; }
    section.c2 .block div { width: 100% !important; margin: 0; }
    section.c2 .block div h2 { font-size: 35px; margin-bottom: 10px !important; }
    section.c2 .block div p { font-size: 15px; line-height: 25px; }
    section.c2 .block div img { width: 100%; height: 500px; margin-top: 15px; }
    section.c2 .block button { width: 100%; display: none; }

    section.c2 .block div .text { width: 240px !important; }
}

section.c3 { padding: 6% 0; } 
section.c3 h3 { font-size: 40px; }
section.c3 p { line-height: 30px; opacity: 0.7; }

section.c3 .block { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 50px; }
section.c3 .block div { width: 23.6%; background: #fff; padding: 40px; transition: all 0.3s; border-radius: 25px; margin-bottom: 10px; }
section.c3 .block div .icon { margin-bottom: 20px; border: none; padding: 0; margin: 0; background: transparent; display: flex; gap: 20px; align-items: center; width: 100%; }
section.c3 .block div .icon img { width: 35px; margin-bottom: 20px; }
section.c3 .block div:hover:not(div.icon) .icon img { filter: brightness(0) invert(1); }
section.c3 .block div:hover:not(div.icon) { background: #644089; color: #fff; }

section.c3 .block div span { font-weight: bold; font-size: 17px; }
section.c3 .block div p { font-size: 14px; margin: 0; line-height: 23px; margin-top: 15px; opacity: 0.7; }

@media only screen and (max-width:899px) {
    section.c3 { margin: 20px 0; }
    section.c3 h3 { font-size: 35px; }
    section.c3 p { font-size: 15px; line-height: 25px; }
    section.c3 .container { padding: 0px 30px !important;}

    section.c3 .block { flex-wrap: wrap; margin-top: 20px; }
    section.c3 .block div { width: 100%; padding: 25px; }
}

section.c4 {  margin: 4% auto; position: relative; } 
section.c4 img.vector { position: absolute; z-index: -1; right: 50px; top: -300px; opacity: 0.2;}
section.c4 h3 { font-size: 40px; margin-bottom: 40px; }
section.c4 p { line-height: 30px; }
section.c4 span { display: block; margin-top: 40px; font-size: 16px; }

section.c4 .block { display: flex; align-items: center; gap: 20px; }
section.c4 .block div { width: 50%; padding: 55px; transition: all 0.3s; border-radius: 25px; margin-bottom: 10px; }
section.c4 .block div h2 { color: #fff; }
section.c4 .block div p { line-height: 25px; color: #ffffffc0; margin-top: 20px; }
section.c4 .block div img { margin-bottom: 20px; display: block; width: 35px; }
section.c4 .block div button { padding: 17px 45px; border: 1px solid #ffffff6b; color: #fff; border-radius: 50px; background: transparent; margin-top: 20px; font-weight: bold; font-size: 16px; transition: all 0.3s; }
section.c4 .block div button:hover { background: #fff; color: #000; border: 1px solid transparent; }

section.c4 .block div:nth-child(1) { background: #644089; }
section.c4 .block div:nth-child(2) { background: #f0932b; }

section.c4 .logos { display: flex; align-items: center; gap: 20px; margin-top: 50px; }
section.c4 .logos div { width: 15%; }
section.c4 .logos div img { width: 100%; filter: grayscale(1); opacity: 0.5; transition: all 0.3s; }
section.c4 .logos div img:hover { filter: grayscale(0); opacity: 1; }

@media only screen and (max-width:899px) {
    section.c4 { width: 100%; border-radius: 0; margin: 0; margin-bottom: 50px; }
    section.c4 span { display: none; }
    section.c4 h3 { font-size: 35px; }
    section.c4 .container { padding: 0px 30px !important; }
    
    section.c4 .block { flex-wrap: wrap; }
    section.c4 .block div { width: 100%; padding: 25px; }
    section.c4 .block div p { font-size: 15px; line-height: 25px; margin-bottom: 0px; }
    section.c4 .block div button { width: 100%; display: none; }

    section.c4 .logos { display: none; }
}

section.c5 { padding: 7% 0px; background: #fff; } 
section.c5 .container { height: 100%; }
section.c5 .block { width: 100%; height: 100%; display: flex; align-items: center; gap: 20px; }
section.c5 .block div { width: 50%; position: relative; } 
section.c5 .block div .text { position: absolute; bottom: 40px; left: 40px; width: 60%; }
section.c5 .block div .text p { color: #fff; font-weight: 700; font-size: 20px; padding: 0; }
section.c5 .block div .text small { color: #fff; opacity: 0.7; font-weight: 700; }
section.c5 .block div img { width: 100%; height: 700px; object-fit: cover; border-radius: 25px; -webkit-transform: scaleX(-1); transform: scaleX(-1); }
section.c5 .block div .divider { width: 35px; height: 1px; background: #000; display: block; margin-left: initial; margin-bottom: 20px; }
section.c5 .block div h2 { font-size: 40px; position: relative; }
section.c5 .block div p { line-height: 30px; color: #425466; padding-right: 20%; }
section.c5 .block button { padding: 17px 45px; border: 1px solid #0000006b; color: #000; border-radius: 50px; background: transparent; margin-top: 20px; font-weight: bold; font-size: 16px; transition: all 0.3s; }
section.c5 .block button:hover { background: #000; color: #fff; border: 1px solid transparent; }

section.c5 .block button.solutions { background: transparent; border: 1px solid transparent; }
section.c5 .block button.solutions:hover { text-decoration: underline; color: rgba(0,0,0,0.5); }

@media only screen and (max-width:899px) {
    section.c5 { width: 100%; border-radius: 0; margin: 0; }
    section.c5 .container { padding: 0px 30px !important; }
    section.c5 .block { flex-wrap: wrap; width: 100%; margin-top: 20px; }
    section.c5 .block div { width: 100% !important; margin: 0; }
    section.c5 .block div:nth-child(1) { order: 2; }
    section.c5 .block div .divider { display: none; }
    section.c5 .block div h2 { font-size: 35px; }
    section.c5 .block div p { font-size: 15px; line-height: 25px; padding: 0; }
    section.c5 .block div img { width: 100%; height: 400px; }
    section.c5 .block button { width: 100%; }

    section.c5 .block div .text { width: 240px !important; }
}

section.c6 { padding: 7% 0px; }
section.c6 .block { display: flex; align-items: center; }
section.c6 .block .title h2 { font-size: 40px; }

section.c6 .accordion h2 button { color: #000; font-weight: 500; padding: 0; }
section.c6 .accordion { margin-top: 20px; }
section.c6 .accordion .accordion-header { padding: 20px; margin-bottom: 0;}

section.c6 .accordion .accordion-button { font-weight: bold; font-size: 17px; border-radius: 20px; }
section.c6 .accordion .accordion-button:focus { box-shadow: none; }
section.c6 .accordion .accordion-button:not(.collapsed) { background: transparent; box-shadow: none; padding: 0; }
section.c6 .accordion .accordion-item { margin-bottom: 15px; border: none; border-bottom: 1px solid #eeeeee; }

section.c6 .accordion .accordion-body { padding: 0px 20px; }
section.c6 .accordion .accordion-body p { font-weight: 300; opacity: 0.7; }
section.c6 .accordion .accordion-body strong { font-weight: bold; }


/* FOOTER */
footer { padding: 7% 0 7% 0; background: #644089; }
footer a { text-decoration: none; }
footer p { font-size: 16px; font-weight: 500; line-height: 30px; opacity: 0.5; color: #fff; margin-bottom: 35px; }
footer p span { font-weight: 300;  }
footer a { color: #000; }

footer .container { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid #4f586f18; padding-bottom: 50px; }
footer .container.noborder { border: none; margin-top: 30px; padding: 0; align-items: center; padding-bottom: 0px; }
footer .container.noborder div:nth-child(1) { margin-left: auto; width: 100%; }
footer .container.noborder div:nth-child(1) small { font-size: 12px; line-height: 20px; opacity: 0.54; }
footer .container.noborder div:nth-child(2) img { display: inline-block; }

footer .container div { width: auto; }
footer .container div small { color: #fff; font-size: 17px; }
footer .container div small a { color: #c8a3ed; }
footer .container div small a:hover { text-decoration: underline !important; }
footer .container div:nth-child(1) { width: 30%; }
footer .container div:nth-child(1) .badges { width: 100%; display: flex; gap: 20px; margin: 0; padding: 0  ;}
footer .container div:nth-child(1) .badges img { width: 180px; height: 55px; filter: grayscale(1); }

footer .container div:nth-child(2) { width: 15%; }
footer .container div:nth-child(4) { width: 20%; }
footer .container div img { width: 90px; display: inline-block; transition: all 0.3s; }
footer .container div img.logoFooter { margin-bottom: 30px; width: 170px; }
footer .container div img.img1 { width: 60px; }
footer .container div img.img2 { width: 70px; }
footer .container div img.img3 { width: 80px; }

footer .container div h5 { font-weight: bold; color: #fff; font-size: 18px; }
footer .container div .support { border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 12px 10px; border-radius: 20px; display: flex; align-items: center; gap: 20px; width: 100%; }
footer .container div .support img { width: 30px; margin: 0; margin-top: 3px; margin-left: 10px; }
footer .container div .support h3 { color: #fff; margin: 0; font-size: 20px; font-weight: bold; }
footer .container div .support h3 span { color: #fff; display: block; margin: 0; font-weight: 500; font-size: 13px; opacity: 0.5; letter-spacing: 1px; margin-top: 3px; }

footer .container div ul { list-style: none; padding: 0; margin: 0; }
footer .container div ul li { display: block; line-height: 40px; transition: all 0.3s; font-weight: 500; color: rgba(255,255,255,0.5); font-size: 15px; }
footer .container div ul li:hover { cursor:pointer; color: rgba(255,255,255,0.9);}
footer .container div span { display: inline-block; align-items: center; color: #fff; margin-bottom: 15px; transition: all 0.3s; margin-top: 0px; font-weight: 500; font-size: 18px; }
footer .container div span:nth-child(2) { margin-left: -15px; }

@media only screen and (max-width:899px) {
    footer { padding: 50px 0; margin-top: 30px; }
    footer p { font-size: 15px; line-height: 27px; padding-right: 0; }
    footer .container { flex-wrap: wrap; padding: 0px 30px !important; }
    footer .container div { width: 100% !important; }
    footer .container div:nth-child(1) .badges img { width: 37%; height: 40px; }
    footer .container div ul li { line-height: 30px; }
    footer .container.noborder { padding: 0px 30px; }
    footer .container.noborder p { margin: 0; }
    footer .container div .support { justify-content: center; width: 63% !important; }
    footer .container div .support img { margin-left: 0px; }
}
