/* body {
  font-family: 'Montserrat', sans-serif;
} */

.fnt-dm-serif {
  font-family: "DM Serif Display", serif !important;
}
.fnt-dm-raleway {
  font-family: "Raleway", sans-serif !important;
}
.brand-title {
  font-family: "DM Serif Display", serif !important;
  font-weight: 700;
}
.brand-title span {
  color: #163e2a;
}
.hero {
  background-image: url("../../assets/images/home-bg.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 60vh;
}
.hero .text-fm-tro-tamil {
  font-family: "Tiro Tamil", sans-serif !important;
}
/* Media query for large devices */
@media (max-width: 992px) {
  /* Add your styles for large devices here */
  /* For example: */
  .text-fm-tro-tamil > .kural {
    font-size: .7rem !important;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.image-btn {
  color: #fff;
  border-radius: 0.5rem;
  /* border: 1px solid #000; */
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
}
.image-btn img {
  background-color: #fff;
  border: 1px solid #000;
  padding-inline: 2rem;
  padding-block: 0.2rem;
  border-radius: 12px;
}
.active img {
  border: 2px solid #000;
}

@media (min-width: 992px) {
  .fullpage {
    height: 85vh;

    /* align-items: center; */
    /* justify-content: center; */
  }
  /* .fullpage .column-xy-center {
    display: flex;
    align-items: center;
    justify-content: center;
  } */

  .x::before {
    content: "";
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
    width: 70%;
    left: 10%;
    height: 2px;
    margin-inline: 2rem;
    border-top: 2px dashed #163e2a;
    padding-inline: 2rem;
    border-spacing: 12;
    z-index: -10;
  }
}

/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* Styles here */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Styles here */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Styles here */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Styles here */
  :root {
    font-size: 1vw;
  }
  .x {
    width: 100%;
    position: relative;
  }
}

