/* your styles go here */

/* red : #FF4242, rgb(255, 66, 66)
rgb(255, 66, 66)

<i class="fa-solid fa-piggy-bank" style="color: #bb293d;"></i>
*/


/* font-family - googlefonts */
@import url('https://fonts.googleapis.com/css2?family=Faustina:wght@300;400;500;600;700&family=Jost&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


body, html {
    scroll-behavior: smooth;
}

.text-red{
    color: rgb(255, 66, 66);
}
.fa-bars {
    color: rgb(255, 66, 66);

}
.bg-red {
    background: rgb(255, 66, 66);
}

#btn {
    color: #fff;
    background-color: rgb(255, 66, 66);
    border-color: rgb(255, 66, 66);
    border-radius: 0px;
    font-size: 0.7rem;
}
/* #btn2 {
    color: #fff;
    background-color: rgb(255, 66, 66);
    border-color: rgb(255, 66, 66);
    border-radius: 0px;
    font-size: 0.9rem;
} */

#btn:focus {
    color: #fff;
    background-color: rgb(255, 66, 66);
    border-color: rgb(255, 66, 66);
    box-shadow: 0 0 0 0.25rem rgba(255, 66, 66, 0.5);
}
#btn:hover {
    color: #fff;
    background-color: rgb(213, 57, 57);
    border-color: rgb(213, 57, 57);
    border-radius: 0px;
}
.s4 {
    
    /* height: 100vh; */
    /* display: flex;
    align-items: center;
    text-align: center; */
  }
.s1 {
    height: 100vh;
    padding-top: 5rem;
    text-align: center;

}

.hero-text{
    font-size: 72px;
    font-weight: 900;
    background: #FF4242 ;
    background: linear-gradient(to left, #FF4242  0%, rgb(252, 155, 155) 50%, #FF4242  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header-text {
    font-size: 50px;
    font-weight: 900;
    background: #FF4242 ;
    background: linear-gradient(to left, #FF4242  0%, rgb(252, 155, 155) 50%, #FF4242  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
@media screen and (max-width:992px) {
    .hero-text{
        /* text-align: center; */

        font-size: 30px;
        font-weight: 900;
        background: #FF4242 ;
        background: linear-gradient(to left, #FF4242  0%, rgb(252, 155, 155) 50%, #FF4242  100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    .header-text{
        
        font-size: 30px;
        font-weight: 900;
        background: #FF4242 ;
        background: linear-gradient(to left, #FF4242  0%, rgb(252, 155, 155) 50%, #FF4242  100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .text-div h2,  .text-div h4{
        font-size: 20px;
      }
}
@media screen and (max-width:767px) {
    .s1, .s2, .s3, .s4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.card {
    cursor: pointer;
}
.card img:hover {
    filter: brightness(1);

}
.card img{
    max-height: 550px;
    filter: brightness(.95);
}
.card {
    position: relative;
}
#btn2 {
    position: absolute;
    bottom: 2rem;
    border-radius: 0;
    color: rgb(213, 57, 57);
    border-color: rgb(213, 57, 57);
}
#btn2:hover {
    color: #fff;
    background-color: rgb(213, 57, 57);
    border-color: rgb(213, 57, 57);
    border-radius: 0px;
}
.left-text p,
.right-text p {
    font-size: 1.1rem;
}
.form-div {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-div:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(213, 57, 57);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(213, 57, 57, .25);
}
.link-text {
    color: #FF4242;
}
.link-text:hover {
    color: rgb(213, 57, 57);
}
.social {
    justify-content: center;
}

.back-to-home {
    z-index: 9999;
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: none;
}