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:var(--text);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 var(--primary);transition:color,background-color .5s ease}header .text .ctaBtn:hover{color:var(--background);background-color:var(--primary)}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:var(--background);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:var(--primary)}.services .secHeader .subtitle{color:var(--text);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:var(--background);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:var(--primary)}.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 .arrowIcon{width:45px;height:45px;border-radius:50%;transform:rotate(-17deg);transition:all .6s ease-in-out}.services .serviceGrid article .text .clickThrough:hover .arrowIcon{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 var(--primary);border-bottom:10px solid var(--primary)}:is(.services .serviceGrid article:nth-child(2),.services .serviceGrid article:nth-child(3)) .headerGroup .title{color:var(--text)}:is(.services .serviceGrid article:nth-child(2),.services .serviceGrid article:nth-child(3)) .headerGroup .headerBg{background:none}:is(.services .serviceGrid article:nth-child(2),.services .serviceGrid article:nth-child(3)) .clickThrough .arrowIcon{background:var(--text);color:var(--background)}.services .serviceGrid article:nth-child(1),.services .serviceGrid article:nth-child(4){color:var(--background);background-color:var(--text);border-bottom:10px solid var(--text)}:is(.services .serviceGrid article:nth-child(1),.services .serviceGrid article:nth-child(4)) .clickThrough .arrowIcon{color:var(--primary);background:var(--background)}
