:root {
    --primary-color: #047857;
    --secondary-color: #a9a9a9;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


@media (max-width : 775px) {
    .mySlides p {
        font-size: 40px !important;
       
    }
}
@media (max-width : 420px) {
    .mySlides p {
        font-size: 20px !important;
        
    }
    .mySlides span {
        font-size: 16px !important;
        
    }
    .text-title, .text-subtitle{
        margin-left:20px !important;
    }
   
}
.footer-container {
    max-width: 100% !important;
    margin: 0px !important;
}
.boxed{
    padding-top:100px;

}
