@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;


}

img{
    width: auto;
    height: auto;
}
.title{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin: 1rem 0;
}

.title p{
    letter-spacing: 6px;
}

.logoThunderBulls{
    width: 5rem;
}

.logoThunderBulls img{
    width: 100%;
}

.hero-index{
    background-color: #F0F6FF;
    display: flex;
    align-items: center;
    background: url("./public/img/webp/hero bg2.webp") no-repeat;
    background-size: 110%;
    background-position: 0vw 50%;
    height: 80vh;
    padding: 3rem;
    gap: 12rem;

}

.text-and-btn{
    max-width: 45%;
}

.text-and-btn h1{
    margin-bottom: 1rem;
    font-size: 3rem;
}

.btnCustom{
    text-decoration: none;
    color: white;
    padding: .5rem 1rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.btn-blue{
    background-color: blueviolet;

}

.btn-red{
    background-color: red;
}


.hero-imgs{
    position: relative;
    align-self: flex-start;

}

.hero-img{

    position: absolute;
    width: 300px;
}



.hero-img img{
    width: 100%;
}

.hero-img-1{
    left: 0;
}

.hero-img-2{
    top: 10rem;
    left: 15rem;
}

.profile-done{
    margin-top: 2rem;
    gap: 1rem;
    display: flex;
    height: 4rem;
    align-items: center;
}

.profile-done img{
    height: 100%;
    border: 1px solid red;
    padding: .4rem;
    border-radius: 50%;
}

/*features*/

.features {
    background-color: #f8f8f8;
    padding: 52px 2rem;

}

.small-head{
    text-align: center;
    font-weight: bold;
    color: #777777;
}

.features-headline {
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;

}

.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature {
    flex-basis: calc(25% - 20px);
    margin-bottom: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2rem;
    border-radius: 20px;
}

.feature img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.feature-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-desc {
    color: #777;
    font-size: 14px;
    line-height: 1.4;
}

.feature img{
    width: 30%;
}
/*
.feature:nth-child(2){
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;

}*/

.what-we-offer{
    padding: 52px 2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.what-we-offer-text{
    max-width: 40%;
}

.what-we-offer h1{
    font-size: 34px;
}
.what-we-offer-text p{
    color: #777;
}


.what-we-offer-text ul{
    color: #777;
}
.what-we-offer-imgs{
   /* background-image: radial-gradient(#2cc12c, rgba(255, 255, 255, .4));
    background-size: 60rem;
    background-repeat: no-repeat;

    background-position: center;


    */
}

.what-we-offer-img-main{
    margin: auto;
    width: 40%;
    position: relative;
}

.what-we-offer-img-main .main-img-itself{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.absolute-img-what-we{

    position: absolute;
    width: 10rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem;
    border-radius: 50%;
    left: 70%;
    top: 5%;



}

.progress{

    background: url("./public/img/Group 7 big.png") no-repeat center;
    background-size: 120% 70%;
    background-position: 50% 105%;
    width: 100%;
    height: 20vh;

    background-color: #e36976;

    display: flex;
    justify-content: space-around;
    color: white;
    align-items: center;
}


.progress-item h1{
    font-size: 2rem;
    display: inline-block;
}

.progress-item p{
    background-color: black;
    padding: .2rem 1rem;
}


/*About us*/



.section-about-us{
    padding: 52px 2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.about-us-text{
    max-width: 40%;
    margin-left: 4%;
}

.section-about-us h1{
    font-size: 34px;
}
.about-us-text p{
    color: #777;
}


.about-us-text ul{
    color: #777;
}
.about-us-imgs{
    /* background-image: radial-gradient(#2cc12c, rgba(255, 255, 255, .4));
     background-size: 60rem;
     background-repeat: no-repeat;

     background-position: center;


     */
}

.about-us-img-main{
    margin: auto;
    width: 40%;
    position: relative;
}

.about-us-img-main .about-main-img-itself{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.absolute-img-about-us{

    position: absolute;
    width: 10rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem;
    border-radius: 50%;
    left: 70%;
    top: 5%;



}

.form-footer{
    background-color: #F0F6FF;
}

.container-2 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;


}

.image-container {
    width: 50%;
    height: 90vh;

}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form-container {
    flex: 1;
    padding: 0 20px;
}

form {
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

button[type="submit"] {
    background-color: #1abc9c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

button[type="submit"]:hover {
    background-color: #16a085;
}
.footer-text{
    text-align: center;
    color: gray;
    line-height: 4rem;
    background-color: #97eede;
}
.form-footer{
    padding: 4rem 0;

}

.animationelements {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.animationelements.animate {
    opacity: 1;
}


.social-icons{
    display: flex;
    height: 2rem;
    gap: 1rem;

    justify-content: center;
}
.social-icons a{
    color: gray;
}
.social-icons i{
    height: 100%;
    color: gray;

}

.btn-red {
    background-color: #ff00aa; /* change to a lighter shade of red */
    color: #fff; /* change text color to white */
  }
  
  .btn-blue {
    background-color: #11ccff; /* change to a lighter shade of blue */
    color: #fff; /* change text color to white */
  }
@media (max-width: 768px) {
    .text-and-btn {
        max-width: 45%;
    }


    .text-and-btn h1 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .profile-done h2 {
       font-size: 1rem;
    }

    .feature {
        flex-basis: unset;

    }

    .what-we-offer {
        flex-direction: column;
        padding: unset;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .what-we-offer-text {
        max-width: unset;
    }

    .progress-item{
        width: 20%;
    }

    .progress-item h1{
        font-size: 1rem;
    }

    .progress-item p{
        font-size: .5rem;
        padding: .1rem .2rem;
    }

    .section-about-us {
        padding: unset;

        flex-direction: column;
        max-width: 80%;
        margin: auto;

    }

    .about-us-text {
        max-width: 100%;
        margin-left: 4%;
    }
    .absolute-img-about-us{
        width: 8rem;
    }

    .container-2 {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: auto;
    }
    /*
    .container-2 div h2{
        margin: 1rem 0
    }
    */
    .image-container {
        width: 100%;
        height: 30vh;
    }

    .hero-index {
        background-color: #F0F6FF;
        display: flex;
        align-items: center;
        background: url(./public/img/hero bg2.webp) no-repeat;
        background-size: unset;
        background-position: 0vw 50%;
        height: 80vh;
        padding: 2rem;
        gap: 2rem;
    }

    .features{
        margin-bottom: 2rem;
    }

    .what-we-offer{
        margin-bottom: 2rem;
    }

    .progress{
        margin-bottom: 2rem;
    }

    .section-about-us{
        margin-bottom: 2rem;
    }



    .form-container {
        flex: 1;
        padding: 20px 20px;
        width: 100%;
        padding: 1rem;
    }

    .text-and-btn a {
        display: block;
        margin-bottom: 1rem;
        text-align: center;
    }
    body{
        width: 100%;
        overflow-x: hidden;
    }


}
