/* @import url('https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');

:root {
  --color1: #ce000a;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
}

.fs-7 {
  font-size: 0.8rem;
}

.bg-wave {
  background-image: url('./img/bg3.png');
  background-size: 80vmax;
  background-position: top right;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.text-1 {
  color: var(--color1);
}

.m-content {
  margin-top: 4rem;
}

.m-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .text-1 {
    margin-top: 150px;
  }
  .m-content {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .text-1 {
    margin-top: 250px;
  }
}
