* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; outline: none; font-family: "Plus Jakarta Sans", sans-serif !important; }
body { position: relative; background: #0f1013; }
h1,h2,h3,h4,h5,h6 { letter-spacing: -1.4px; background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#e78d5c 78.49%,#e8c9b0 109.78%); background-clip: text; -webkit-background-clip: text; color: transparent;}


header { position: fixed; width: 100%; height: auto; z-index: 3; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); background-color: #000000a1;}
header .container { display: flex; align-items: center; justify-content: space-between; padding:5px 12px; }
header .container img { cursor: pointer; width: 90px; transition: all 0.3s; }
header .container img:hover { opacity: 0.5; }

header .container ul { margin: 0; padding: 0; }
header .container ul li { cursor:pointer; list-style: none; color: #ffffff; display: inline-block; font-size: 15px; transition: all 0.3s; padding: 20px 35px; margin: 0; font-weight: 400; }
header .container ul li a { color: #fff; text-decoration: none; transition: all 0.3s; }
header .container ul li a:hover { color: #ffffffac; }

@media only screen and (max-width:899px) {
    header { position: initial; }
    header:before { width: 100%; height: 5px; background: linear-gradient(97.57deg, #e78d5c -12.7%, #f08080 32.64%, #e78d5c 78.49%, #e8c9b0 109.78%);; content: ''; display: block; }
    header .container { padding: 10px 30px; border-bottom: 1px solid #ffffff26; justify-content: center; }
    header .container img { width: 95px; margin: 15px 0px; }
    header .container ul { display: none; }
}

section.c1 { background-image:url('../assets/background.jpg'); background-position: 0px -90px; background-size: cover; width:100%; height: 100vh; display: flex; justify-content: space-between; padding: 0; align-items: center; position: relative; overflow: hidden; }

section.c1 .container div { width:65%; margin-top: 80px; }
section.c1 .container .divider { background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#f8bebe 78.49%,#e8c9b0 109.78%); width: 40px; height: 2px; display: block; margin-bottom: 20px; } 
section.c1 .container h1 { font-size:60px; font-weight: 300; color: #fff; }
section.c1 .container h1 b { background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#e78d5c 78.49%,#e8c9b0 109.78%); background-clip: text; -webkit-background-clip: text; color: transparent; }
section.c1 .container p { color: #ffffff8c; opacity: 0.8; font-size: 16px; margin-top: 35px; line-height: 33px; }
section.c1 .container a { text-decoration: none; }
section.c1 .container button { display: block; padding: 20px 40px; background: transparent; border-width: 1px; border-style: solid; border-image: linear-gradient(97.57deg,#232323 -12.7%,#646464 32.64%,#343434 78.49%,#474747 109.78%) 1; color: #fff; margin-top: 50px; font-weight: 700; transition: all 0.4s; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
section.c1 .container button:hover { background: #ffffff09; color: #fff; border: 1px solid transparent; }

/* MOBILE */
@media only screen and (max-width:899px) {
    section.c1 { display: block; height: auto; background-image: none !important; }
    section.c1 .container { padding: 0px 35px; }
    section.c1 .container div { width:100%; margin-top: 30px; }
    section.c1 .container h1 { font-size: 38px; }
    section.c1 .container p { font-size: 15px; line-height: 28px; margin-top: 20px; }
    section.c1 .container button { width: 100%; margin: 0; margin-bottom: 50px; }
}

section.c2 { display: flex; align-items: center; flex-direction: column; justify-content: center; padding-bottom: 10%; position: relative; }
section.c2 img.ball { position: absolute; right: 150px; top: -350px; width: 800px; }
section.c2 .container h2 { font-size: 40px; font-weight: 500; color: #fff; }
section.c2 .container p { color: #ffffff8c; opacity: 0.8; font-size: 16px; margin-top: 35px; line-height: 33px; }
section.c2 .container .divider { background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#f8bebe 78.49%,#e8c9b0 109.78%); width: 40px; height: 2px; display: block; margin-bottom: 20px; } 

section.c2 .container .boxAbout { display: flex; justify-content: space-between; width: 100%; margin-top: 5%; gap: 30px; }
section.c2 .container .boxAbout div { width: 25%; padding: 25px; transition: all 0.3s; border-width: 1px; border-style: solid; border-image: linear-gradient(97.57deg,#232323 -12.7%,#646464 32.64%,#343434 78.49%,#474747 109.78%) 1; position: relative; z-index: 1; }
section.c2 .container .boxAbout div:hover { background: #ffffff09; border: 1px solid transparent; }
section.c2 .container .boxAbout div img { width: 35px; display: block; margin-bottom: 20px; filter: invert(1); }
section.c2 .container .boxAbout div span { font-size: 20px; display: block; margin-bottom: 20px; color: #fff; font-weight: 700; }
section.c2 .container .boxAbout div p { font-size: 15px; line-height: 25px; margin-top: 15px; color: #ffffff8c; margin: 0; }

/* MOBILE */
@media only screen and (max-width:899px) {
    section.c2 { background: #2e2e31; padding: 50px 0px; }
    section.c2 .container { padding: 0px 35px; }
    section.c2 img.ball { display: none; }
    section.c2 .container h2 { font-size: 25px; }
    section.c2 .container p { font-size: 15px; line-height: 28px; margin-top: 20px; }
    section.c2 .container .boxAbout { flex-direction: column; flex-wrap: wrap; }
    section.c2 .container .boxAbout div { width: 100%; }
}


section.c3 { padding: 10% 0; width: 100%; position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; background: #fff; overflow: hidden; }
section.c3 h2 { text-align: left; color: #000; font-size: 50px; font-weight: 500; }
section.c3 img { position: absolute; right: -250px; width: 63%; top: 130px; }

section.c3 .container { display: flex; justify-content: space-between; width: 100%; margin-top: 0%; gap: 30px; }
section.c3 .container .divider { background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#f8bebe 78.49%,#e8c9b0 109.78%); width: 40px; height: 2px; display: block; margin-bottom: 20px; } 
section.c3 .container div { width: 40%; }
section.c3 .container div small { font-weight: 600; font-size: 18px; display: block; margin: 5% 0; line-height: 30px; margin-top: 40px; color: #e78d5c; }
section.c3 .container div p { color: #000000d2; font-size: 16px; margin-top: 35px; line-height: 33px; }

/* MOBILE */
@media only screen and (max-width:899px) {
    section.c3 { padding: 50px 0px; overflow: hidden; }
    section.c3 img { position: relative; right: 0; top: 30px; width: 630px; }
    section.c3 .container { padding: 0px 35px; }
    section.c3 .container h2 { font-size: 25px; }
    section.c3 .container p { font-size: 15px; line-height: 28px; margin-top: 20px; }
    section.c3 .container div { width: 100%; }
    section.c3 .container div:nth-child(1) { order: 2; }
}



section.c4 { width: 100%; height: auto; overflow: hidden; position: relative; padding: 8% 0px 50px 0px; }
section.c4 .container h2 { font-size: 40px; font-weight: 500; color: #fff; }
section.c4 .container .divider { background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#f8bebe 78.49%,#e8c9b0 109.78%); width: 40px; height: 2px; display: block; margin-bottom: 20px; } 

section.c4 img.wall { width: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; top: -500px; z-index: -1; }

section.c4 .container .boxSolutions { display: flex; justify-content: space-between; width: 100%; margin-top: 5%; gap: 30px; }
section.c4 .container .boxSolutions div { width: 25%; position: relative; z-index: 1; }
section.c4 .container .boxSolutions div img { width: 50px; display: block; margin-bottom: 20px; background: #ffffff0e; padding: 10px; }
section.c4 .container .boxSolutions div span { font-size: 20px; display: block; margin-bottom: 20px; color: #fff; font-weight: 700; }
section.c4 .container .boxSolutions div p { font-size: 15px; line-height: 25px; margin-top: 15px; color: #ffffff8c; margin: 0; }

/* MOBILE */
@media only screen and (max-width:899px) {
    section.c4 { background: #2e2e31; padding: 50px 0px; }
    section.c4 .container { padding: 0px 35px; }
    section.c4 img.ball { display: none; }
    section.c4 .container h2 { font-size: 25px; }
    section.c4 .container p { font-size: 15px; line-height: 28px; margin-top: 20px; }
    section.c4 .container .boxSolutions { flex-direction: column; flex-wrap: wrap; }
    section.c4 .container .boxSolutions div { width: 100%; }
    section.c4 .container .boxSolutions div img { background: transparent; width: 35px; padding: 0; }
}

section.c4 .container .cta { width: 100%; padding: 95px 45px; transition: all 0.3s; border-width: 1px; border-style: solid; border-image: linear-gradient(97.57deg,#232323 -12.7%,#646464 32.64%,#343434 78.49%,#474747 109.78%) 1; margin-top: 120px; }
section.c4 .container .cta h2 { text-align: center; font-size: 50px; color: #fff; font-weight: 300; }
section.c4 .container .cta h2 b { background-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#e78d5c 78.49%,#e8c9b0 109.78%); background-clip: text; -webkit-background-clip: text; color: transparent; }

section.c4 .container .cta p { color: #ffffff8c; font-size: 16px; margin-top: 35px; line-height: 33px; text-align: center; padding: 0px 20%; }
section.c4 .container .cta button { border-width: 1px; border-style: solid; border-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#e78d5c 78.49%,#e8c9b0 109.78%) 1; padding: 10px 70px; font-weight: bold; background: transparent; color: #fff; margin: 0 auto; display: block; margin-top: 50px; }
section.c4 .container .cta button:hover { background: #ffffff25; border: 1px solid transparent; color: #fff; }

/* MOBILE */
@media only screen and (max-width:899px) {
    section.c4 .container .cta { padding: 30px; margin-top: 50px; }
    section.c4 .container .cta h2 { font-size: 37px; }
    section.c4 .container .cta p { font-size: 15px; line-height: 28px; margin-top: 20px; padding: 0; }
    section.c4 .container .cta button { width: 100%; }
}


.modal-content { border-radius: 0px; }
.modal-body { padding: 40px; position: relative; }
.modal-body h2 { margin-bottom: 20px; }
.modal-body .btn-close { position: absolute; top: 20px; right: 20px; width: initial; }
.modal-body label { font-weight: 500; display: block; margin-bottom: 5px; }
.modal-body .form-control { border-radius: 0px !important; padding: 10px; margin-bottom: 20px; resize: none; }
.modal-body .form-control:focus { box-shadow: none; border-width: 1px; border-style: solid; border-image: linear-gradient(97.57deg,#e78d5c -12.7%,#f08080 32.64%,#e78d5c 78.49%,#e8c9b0 109.78%) 1; }
.modal-body button.send { padding: 10px 70px; font-weight: bold; background: transparent; color: #000; margin: 0 auto; display: block; margin-top: 40px; width: 100%; border: 2px solid #000; transition: all 0.3s; }
.modal-body button.send:hover { background: #000; border: 2px solid transparent; color: #fff; }

/* MOBILE */
@media only screen and (max-width:899px) {
    .modal-body { padding: 30px; }
    .modal-content { width: 90%; margin: 0 auto; }
}


footer { padding-bottom: 100px; }
footer .container { display: flex; align-items: center; justify-content: space-between; }
footer div i { font-size: 30px; padding: 0px 20px; cursor: pointer; }
footer div i:hover { opacity: 0.5; }

footer p { font-size: 14px; color: #fff; opacity: 0.7; }
footer a i { margin: 0px 5px; font-size: 22px; color: #fff; }

/* MOBILE */
@media only screen and (max-width:899px) {
    footer { padding-bottom: 40px; }
    footer .container { margin-top: 30px; padding: 0px 35px; }
    footer p { margin: 0; }
}

