:root{
    --main-color : #2C3C4B;
    --accent-color : #1C9A97;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
    font-family: 'Grumpy';
    src: url(../fonts/Grumpy-Regular.otf);
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter_18pt-Black.ttf);
    font-weight: 900;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter_18pt-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter_18pt-Regular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter_18pt-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter_18pt-Thin.ttf);
    font-weight: 100;
}
a{
    text-decoration: none;
    color: inherit;
}
body{
    
    padding: 0;
}
header, header nav{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    z-index: 10;
}
header .nav-list{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: max(25px,2vw);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    font-family: "Grumpy";
    background-color: var(--main-color);
    padding: 1%;
    color: #FFFFFF;
}
header .nav-list li:hover, .nav-list svg:hover path {
    color: #1C9A97;
    stroke: #1C9A97;
}
.nav-list svg path, .nav-list a, .nav-list svg {
    width: 2.5vw;
    min-width: 30px;
}
.hero {
    width: 100%;
    background-color: var(--main-color);
    position: relative;
    box-sizing: border-box;
}
.hero-text{
    display: flex;
    flex-direction: column;
    padding-top: 8vh;
    padding-left: 5%;
    width: 75%;
    box-sizing: border-box;
}
.hero-text h2 {
    font-family: 'Inter';
    font-weight: 900;
    font-size: max(35px, 6.8vw);
    color: #FFFFFF;
    max-width: 100%;
    
    margin-top: 8vh;
    letter-spacing: 0.3vw;
}
.subtitle {
    font-family: 'Grumpy';
    color: #FFFFFF;
    font-size: max(16px, 2.5vw);
    
    margin-top: 5vh;
}
.hero-image{
    width: 100%;
    display: flex;
    justify-content: end;
    transform: translateY(2%);
    margin-top: -13.54%;
    position: relative;
}
.hero-image img {
    width: 40vw;
    height: auto;
}

.btn {
    display: inline;
    padding: 1% 7%;
    background: linear-gradient(120deg, rgba(44, 60, 75, .6), rgba(28, 154, 151, .6));
    width: max-content;
    color: #FFFFFF;
    border: #FFFFFF solid 0.05vw;
    font-family: 'Inter';
    font-weight: 100;
    border-radius: max(8px, 0.7vw);
    font-size: max(14px, 1.1vw);
    position: relative;
    z-index: 5;
}
.hero .btn{
    margin-top: calc(5vh + 1%);
}
.btn.btn-primary:hover{
        background: linear-gradient(120deg, rgba(44, 60, 75, 0.4), rgba(28, 154, 151, 0.4));

}
.intro {
    width: 100%;
    padding:3% 10%;
    box-sizing: border-box;
}

.intro h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: max(25px, 3.5vw);
    width: 80%;
    letter-spacing: 0.1vw;
    color: #2C3C4B;
}
.intro-content{
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.intro-text {
    width: 47.5%;
    font-family: 'Inter';
    font-weight: 500;
    font-size: max(12px, 1.2vw);
    text-align: justify;
    
}
.intro-content figure {
    width: 47.5%;
    
}
.intro-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}
figcaption {
    display: none;
}

.about{
    background-color: var(--main-color);
    padding: 3%;
    display: flex;
    flex-direction: column;
}

.about h2 {
    font-family: 'Inter';
    font-weight: 900;
    color: #FFFFFF;
    font-size: max(35px, 6.8vw);
    letter-spacing: 0.1vw;
    text-align: end;
    width: 50%;
    align-self: end;
    
}
.about img {
    width: 10vw;
    min-width: 80px;
    margin-left: 2.5%;
}
.about .values-list {
    list-style: none;
    margin: auto;
    padding: 0;
    width: 90%;
}
.about .values-list li{
    display: flex;
    width: 100%;
    border-top: #FFFFFF 0.05vw solid;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    padding: 1.5% 0;
}
.about .values-list li:hover{
    color: #1C9A97;
}
.about .values-list li:last-of-type{
    border-bottom: #FFFFFF 0.05vw solid;
}
.about .values-list li h4{
    font-family: 'Inter';
    font-weight: 900;
    font-size: max(20px, 6.8vw);
    margin: 0;
}
.value-content{
    justify-self: center;
    margin: 0 auto;
    width: 65%;
}
.value-content h3{
    font-family: 'Grumpy';
    font-size: max(20px, 2.5vw);
    
}
.value-content p{
    font-family: 'Inter';
    font-weight: 200;
    font-size: max(12px, 0.95vw);
}
.about .btn{
    align-self: center;
    margin-top: 4%;
    margin-bottom: 1%;
}
.process{
    width: 100%;
    box-sizing: border-box;
    padding: 2% 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process h2{
    font-family: 'Inter';
    font-weight: 700;
    font-size: max(25px, 3.5vw);
    color: #2C3C4B;
}
.process-steps{
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 2%;
    gap: 12vw;
}
.process-steps li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-number{
    font-family: 'Inter';
    font-size: 3.5vw;
    font-weight: '500';
    box-shadow: inset 0px 4.6px 18.4px 0px #2C3C4B;
    border-radius: 100%;
    aspect-ratio: 1;
    width: 10vw;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-steps li p {
    margin: 10% 0;
    width: 10vw;
    text-align: center;
    font-family: 'Grumpy';
    font-size: max(16px, 2vw);
}
.process-steps li:nth-of-type(3) p {
    width: 15vw;
    position: absolute;
    transform: translateY(15%);
}
.process .btn{
    margin-top: 4%;
}
.testimonials{
    width: 100%;
    background-color: #2C3C4B;
    box-sizing: border-box;
    padding: 2% 5%;
    display: flex;
    flex-direction: column;
}
.testimonials h2{
    font-family: 'Inter';
    font-weight: 900;
    color: #FFFFFF;
    font-size: max(35px, 6.8vw);
    letter-spacing: 0.1vw;
    width: 30%;
    line-height: 90%;
    
}
.testimonials-list{
    margin-top: 5%;
    width: 100%;
    display: flex;
    justify-content: start;
    overflow-x: hidden;
    gap: 5vw;
}
.testimonial{
    border: 0.05vw solid #FFFFFF;
    min-width: 26.6vw;
    background: linear-gradient(210deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.12));
    box-shadow: 0px 9.61px 9.61px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 2.5%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    font-family: 'Inter';
    font-weight: '500';
    box-sizing: border-box;
}
.testimonial blockquote{
    quotes: none;
    margin-top: 10%;
}
.testimonial blockquote p{
    
    text-align: justify;
    color: #FFFFFF;
    font-size: max(12px, 1.3vw);
}
.testimonial cite{
    font-weight: 700;
    font-style: normal;
    color: #1C9A97;
    font-size: max(18px, 1.7vw);
}
.carousel-controls{
    margin-top: 5%;
    align-self: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 2vw;
}
.carousel-controls button{
    appearance: none;
    background-color: #FFFFFF;
    border-radius: 100%;
    border: none;
    aspect-ratio: 1;
    width: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 1.54px 6.17px 0px #000000;
}
.carousel-controls button svg {
    width: 80%;
}
.carousel-controls button:hover svg path{
    fill: #1C9A97;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
footer a:hover{
    text-decoration: underline;
}
.footer-columns{
    display: flex;
    width: 100%;
    font-family: 'Grumpy';
}
.footer-col{
    margin-top: 1%;
}
.footer-quote:nth-of-type(1){
    width: 20vw;
    text-align: center;
    font-size: max(14px, 1.5vw);
    margin-left: 3%;
}
.footer-col:nth-of-type(2){
    margin-left: 35vw;
}
.footer-col:nth-of-type(2) p {
    font-size: max(14px, 2vw);
}
.footer-col:nth-of-type(2) .nav-list {
    list-style: none;
    padding: 0;
    margin-top: 10%;
    font-size: max(12px,1.5vw);
}
.footer-col:nth-of-type(3){
    margin-left: 8vw;
    font-size: max(12px, 1.8vw);
}
.footer-col:nth-of-type(3) .contact-info{
    list-style: none;
}
.footer-col:nth-of-type(4){
    margin-left: auto;
    margin-right: 1%;
}
.footer-col:nth-of-type(4) img {
    height: 12vw;
}
.social-links{
    list-style: none;
    display: flex;
    margin-top: 5%;
    margin-left: 7%;
}
.social-links img{
    width: 3.5vw;
    min-width: 30px;
}
.footer-links{
    list-style: none;
    display: flex;
    gap: 2vw;
    margin-top: -2%;
}
.footer-links li{
    font-family: 'Inter';
    font-weight: 200;
    font-size: max(12px, 1.3vw);
    margin-bottom: min(3vh, 20px);
}