.header{width:100%;height:100%;display:flex;margin-top:5em;position:relative;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 1000px){.header{gap:1em;align-items:center;justify-content:center;flex-direction:column-reverse}}.header .text{width:45%;display:flex;height:fit-content;flex-direction:column}@media (max-width: 1200px){.header .text{width:50%}}@media (max-width: 1000px){.header .text{width:100%;text-align:center;align-items:center;justify-content:center}}.header .text .title{margin:0;font-size:65px}@media (max-width: 700px){.header .text .title{font-size:50px}}.header .text .subtitle{font-size:18px}@media (max-width: 700px){.header .text .subtitle{font-size:16px}}.header .text .ctaBtn{color:#eef2ee;cursor:pointer;font-size:20px;background:none;width:fit-content;text-align:center;padding:15px 25px;border-radius:10px;letter-spacing:2px;text-decoration:none;border:2px solid #c0fc64;transition:color,background-color .5s ease}.header .text .ctaBtn:hover{color:#0e110d;background-color:#c0fc64}.header .ravenel{width:600px;height:600px;border-radius:20%}@media (max-width: 1200px){.header .ravenel{width:500px;height:500px}}@media (max-width: 1000px){.header .ravenel{width:100%;height:100%;max-width:500px;max-height:500px}}.services{width:100%;display:flex;margin-top:3em;flex-direction:column}.services .secHeader{gap:1em;display:flex;max-width:70%;flex-direction:row;align-items:center}@media (max-width: 900px){.services .secHeader{max-width:none}}@media (max-width: 650px){.services .secHeader{flex-direction:column;justify-content:center}}.services .secHeader .headerGroup{padding:5px;width:fit-content;position:relative}.services .secHeader .headerGroup .title{margin:0;z-index:2;color:#0e110d;position:relative}.services .secHeader .headerGroup .headerBg{top:0;left:0;z-index:1;content:"";width:100%;height:100%;opacity:1;border-radius:5px;position:absolute;background:#c0fc64}.services .secHeader .subtitle{color:#eef2ee;font-size:17px}.services .serviceGrid{gap:5em;width:100%;display:flex;flex-wrap:wrap;margin-top:1em;margin-bottom:1em;align-items:center;flex-direction:row;transition:all .5s ease;justify-content:space-between}@media (max-width: 1300px){.services .serviceGrid{gap:3em}}@media (max-width: 1100px){.services .serviceGrid{gap:2em}}@media (max-width: 1000px){.services .serviceGrid{gap:1em}}.services .serviceGrid article{gap:1em;width:41.5%;padding:30px;height:175px;display:flex;flex-direction:row;border-radius:45px;align-items:center;justify-content:space-between}.services .serviceGrid article img{width:45%;transition:all .5s ease}@media (max-width: 800px){.services .serviceGrid article img{width:50%}}@media (max-width: 650px){.services .serviceGrid article img{width:60%}}@media (max-width: 500px){.services .serviceGrid article img{width:80%}}.services .serviceGrid article .text{gap:1em;height:100%;display:flex;max-width:50%;flex-direction:column;justify-content:space-between}.services .serviceGrid article .text .headerGroup{padding:5px;width:fit-content;position:relative}.services .serviceGrid article .text .headerGroup .title{margin:0;z-index:2;color:#0e110d;position:relative}.services .serviceGrid article .text .headerGroup .headerBg{top:0;left:0;z-index:1;content:"";width:100%;height:100%;opacity:1;border-radius:5px;position:absolute;background:#c0fc64}.services .serviceGrid article .text .clickThrough{gap:.5em;display:flex;color:inherit;flex-direction:row;align-items:center;text-decoration:none}.services .serviceGrid article .text .clickThrough p{font-size:19px}.services .serviceGrid article .text .clickThrough i{font-size:45px;transform:rotate(-17deg);border-radius:50%;transition:all .6s ease-in-out}.services .serviceGrid article .text .clickThrough:hover i{transform:rotate(343deg)}@media (max-width: 900px){.services .serviceGrid article{width:100%;height:450px;flex-direction:column;box-sizing:border-box}.services .serviceGrid article .text{gap:.5em;max-width:none;height:fit-content}}@media (max-width: 450px){.services .serviceGrid article{height:400px}}.services .serviceGrid article:nth-child(2),.services .serviceGrid article:nth-child(3){border:2px solid #c0fc64;border-bottom:10px solid #c0fc64}.services .serviceGrid article:nth-child(2) .headerGroup .title,.services .serviceGrid article:nth-child(3) .headerGroup .title{color:#eef2ee}.services .serviceGrid article:nth-child(2) .headerGroup .headerBg,.services .serviceGrid article:nth-child(3) .headerGroup .headerBg{background:none}.services .serviceGrid article:nth-child(2) .clickThrough i,.services .serviceGrid article:nth-child(3) .clickThrough i{background:#eef2ee;color:#0e110d}.services .serviceGrid article:nth-child(1),.services .serviceGrid article:nth-child(4){color:#0e110d;background-color:#eef2ee;border-bottom:10px solid #eef2ee}.services .serviceGrid article:nth-child(1) .clickThrough i,.services .serviceGrid article:nth-child(4) .clickThrough i{color:#c0fc64;background:#0e110d}.homePage{width:100%;margin:auto;display:flex;padding:0 30px;max-width:1300px;min-height:100vh;height:fit-content;box-sizing:border-box;flex-direction:column;background-color:#0e110d}
