@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
    font-family: "Roboto", sans-serif;
}
html {
    font-size: 1.25px; 
    font-family: sans-serif;  
}

header {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10rem ;
    background-color: transparent;
    position: absolute; 
    z-index: 999;
    width: 100%;
}

.logo{
    display: flex;
    align-items: center;
    margin-left: -65rem;
    cursor:  pointer;
}
.logo img {
    height: 22rem;
    margin-right: 5rem;
}
.logo span {
    font-size: 22rem;
    font-weight: 700;

}
nav{
    margin-right: -75rem;
}
nav a {
    margin-left: 15rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 14rem;
}
nav a:first-of-type{
    color: #fbb033; 
}
nav a:hover {
    color: #fbb033; 
}

.hero {
    background-image: url('images/banner.jpg');
    background-attachment: fixed;
    background-size: cover;
    color: white;
    padding: 11vw 15vw 10vw;
    margin: auto;
    
    
}
.hero h1{
    font-size: 35rem;  
    font-weight: 700;
}
.hero h2{
    font-family: sans-serif;
    font-size: 75rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 200rem;
    color: transparent; 
    -webkit-text-stroke: 1.5rem white; 
}
.hero p {
    font-size: 15rem;
    margin: 25rem 0 50rem;
    color: #EEE;
    max-width: 447rem; 
    font-weight: 600;
}
.hero a {
    display: inline-block;
    padding: 13rem 30rem;
    background-color: #fbb033;
    color: white;
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    font-size: 16rem;
    text-decoration: none;
    font-weight: 600;
    margin-right: 15rem;
    margin-top: 30rem;
    transition: 0.7s ease;
}
.btn.primary {
    background-color: #fbb033; 
    color: black;
    transition: 1s ease;
    padding:15rem 35rem;
    transition: 0.7s ease;
}
.btn.secondary {
    background-color: transparent;
    border: 2rem solid #fbb033;
    color: #fbb033;
    transition: 0.7s ease;
}
.btn.primary:hover {
    background-color: #ef9800; 
    transform: scale(1.1);
}
.btn.secondary:hover {
    border-color: #c6881f; 
    color: #c6881f;
    transform: scale(1.08);
}

.cards{
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  
    align-items: center;
    padding: 50rem 0;
}
.card {
    background-color: #fff;
    width: 250rem;
    box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.1);
    border-radius: 10rem;
    padding: 20rem;
    margin: 15rem;
    text-align: center;
    transition: transform 1s ease;
    flex-wrap: wrap;
    
}
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.2);
    animation: shake 4s infinite alternate;
}
.card:hover h3 {
    color: #fbb033;
}
.card:hover a {
    color: #fbb033;
    
}
.card:hover p {
    color: #4a4983;
}
.card img {
    width: 15%;
    margin-bottom: 20rem;
}
.card h3 {
    font-size: 24rem;
    font-weight: 700;
    color: #4a4983;
    margin-bottom: 10rem;
    cursor: pointer;
}
.card p{
    font-size: 16rem;
    color: #666;
    margin: 10rem 0;
    line-height: 1.5;
    font-weight: 700;
}
.card a{
    text-decoration: none;
    font-size: 14rem;
    color: #4a4983;
    font-weight: 700;
    margin-bottom: 50rem;
}
.features-section {
    background: white;
    padding: 64px 32px;
}

.features-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 32px;
    max-width: 1200px;
    margin: auto;
}

.features-list ul {
    list-style: none; 
    padding: 0;
    margin-top:30px ;
}

.features-list li::before{
    content: '\2661';
    color: #fbb033;
    padding-right: 10px;
    font-size: 22px;
}
.features-list li {
    color: #4a4983;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 20px; 
    line-height: 2.8;
}
.features-list li:hover {
    color: #fbb033;
    cursor: pointer;
}

.features-image img {
    max-width: 400px;
    height: auto;
}
.features-image img:hover {
  animation: shake 1s infinite alternate;
}

.cta-section {
    background: url('images/banner.jpg') no-repeat bottom/cover;
    padding: 80px 32px;
    color: #fff;
    text-align: center;
    position: relative;
}
.cta-overlay {
    display: inline-block;
    border-radius: 10px;
}
.cta-section h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.cta-section h2 span {
    color: #f4a51c;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    }
.btn {
    margin-top: 20px;
    padding: 13rem 25rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

footer{
    background-color: #108567 ;
    padding: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
footer span {
    display: inline-block;
    color: #fbb033;
    animation: shake 3s infinite alternate;
    cursor: pointer;
}

@media (max-width: 768px) {
    html {
        font-size: 1.05px; 
    }

    header {
        padding: 2rem;
    }

    .logo {
        margin-left: -17px;
    }

    .logo img {
        height: 25rem;
    }

    .logo span {
        font-size: 20rem;
    }

    nav {
        margin-right: 0;
    }

    nav a {
        margin-left: 15rem;
        font-size: 12rem;
    }

    .hero {
        padding: 38vw 5vw 25vw;
    }

    .hero h1 {
        font-size: 25rem;
    }

    .hero h2 {
        font-size: 70rem;
        -webkit-text-stroke: 0.5rem white;
    }

    .hero p {
        font-size: 12rem;
        margin: 15rem 0 25rem;
        max-width: 90%;
    }

    .hero a {
        padding: 10rem 20rem;
        font-size: 14rem;
        margin-right: 10rem;
        margin-top: 15rem;
        flex-direction: column;
        gap: 10rem;
    }

    /* .cards {
        padding: 30rem 0;
    }

    .card {
        width: 80%;
        margin: 10rem 0;
        padding: 15rem;
    }

    .card img {
        width: 25%;
    }

    .card h3 {
        font-size: 20rem;
    }

    .card p {
        font-size: 14rem;
    } 

    .card a {
        font-size: 12rem;
    }*/

    
    .features-container {
        text-align: center;
    }

    .features-image {
        display: none; 
    }

    .features-list li {
        display: flex;
        align-items: center;
        font-size: 22rem;
        line-height: 2;
        padding: 0;
    }

    .cta-section h2 {
        font-size: 20rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10rem;
    }

    .btn {
        padding: 10rem 20rem;
        font-size: 14rem;
    }

    footer {
        font-size: 14rem;
        padding: 10rem;
    }
}
@keyframes shake {
  10% {
    transform: translate(1px, 1px) rotate3d(0, 0, 1, 2deg);
  }
  20% {
    transform: translate(0px, 0px) rotate3d(0, 0, 1, -2deg);
  }
  30% {
    transform: translate(-1px, -1px) rotate3d(0, 0, 1, 2deg);
  }
  40% {
    transform: translate(0px, 0px) rotate3d(0, 0, 1, -2deg);
  }
  50% {
    transform: translate(1px, 1px) rotate3d(0, 0, 1, 2deg);
  }
  60% {
    transform: translate(1px, 0px) rotate3d(0, 0, 1, -2deg);
  }
  70% {
    transform: translate(0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: translate(0px, 1px) rotate3d(0, 0, 1, -2deg);
  }
  90% {
    transform: translate(1px, 1px) rotate3d(0, 0, 1, 2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate3d(0, 0, 1, -2deg);
  }
}
