@font-face {
  font-family: "MyanmarTagu";
  font-weight: 400;
  src: url("/fonts/MyanmarTagu/MyanmarTagu.ttf") format("truetype");
}

* {
  font-weight: 400;
  font-family: "MyanmarTagu", sans-serif;
}
a,
a:hover,
a:visited {
  color: white;
  text-decoration: none;
}

h3.cus_wei {
  font-weight: 600;
}

@media (min-width: 992px) {
  h3 {
    font-size: 34px;
  }
}

.shade_cus {
  box-shadow: 0px 3px 29px 0px #0000001a;
}
.text-primary {
  color: #d51007 !important;
}
.bg-primary {
  background-color: #d51007 !important;
}

.cus_title {
  font-size: 22px;
}
.cus_content {
  line-height: 30px;
}
.cus_scale {
  scale: 1;
}
@media (min-width: 768px) {
  .cus_scale {
    scale: 1.3;
  }
}

/* Hero Section */
.hero_title {
  font-weight: 400;
  font-size: 60px;
  margin: 0px;
  line-height: 60px;
}
.hero_content {
  text-wrap: wrap;
  max-width: 280px;
  margin: 0px;
  line-height: 34px;
  font-size: 20px;
}

.star_container {
  position: relative;
}
.star {
  max-width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
}
.hero_star_1 {
  top: 2%;
  left: 22%;
}

.hero_star_2 {
  bottom: 8%;
  left: 15%;
}

.hero_star_3 {
  top: 10%;
  right: 8%;
}

/* Hero Section */

/* Dictionary Section */
.dictionary_section {
  background-image: url("/img/bg/dictionarybg.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1100px;
}

.dict_div_1,
.dict_div_2,
.dict_div_3,
.dict_div_4 {
  position: relative;
  max-width: 430px;
}
.dict_div_1 svg,
.dict_div_2 svg,
.dict_div_3 svg,
.dict_div_4 svg {
  display: none;
}

@media (min-width: 992px) {
  .dictionary_section {
    background-position: center;
    background-size: 100% 100%;
    min-height: 900px;
  }
  .dict_div_1 svg,
  .dict_div_2 svg,
  .dict_div_3 svg,
  .dict_div_4 svg {
    display: block;
    position: absolute;
    z-index: 10;
  }

  .dict_div_1,
  .dict_div_3 {
    margin-top: 67px;
  }

  .dict_div_2,
  .dict_div_4 {
    margin-bottom: 67px;
  }

  .dict_svg_1 {
    top: 30%;
    right: -25%;
  }
  .dict_svg_2 {
    bottom: 30%;
    right: -25%;
  }
  .dict_svg_3 {
    top: 30%;
    left: -25%;
  }
  .dict_svg_4 {
    bottom: 30%;
    left: -25%;
  }
}

/* Dictionary Section */

/* Translator Section */
@media (min-width: 992px) {
  .cus_arrow {
    position: absolute;
    bottom: -15%;
  }
}

/* Translator Section */

/* Lens Section */
.len_section {
  background-image: url("/img/bg/lensbg.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1100px;
}

@media (min-width: 992px) {
  .len_section {
    background-position: center;
    background-size: 100% 100%;
    min-height: 900px;
  }
}
/* Lens Section */

/* Business Section */
.bus_div {
  max-width: 600px;
}
.bus_img {
  margin-left: 15px;
  position: relative;
  z-index: 20;
}
.red_block {
  width: 100%;
  height: 300px;
  background-color: #d51007;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

@media (min-width: 992px) {
  .bus_img {
    margin-left: 100px;
    position: relative;
    z-index: 20;
  }
  .red_block {
    width: 100%;
    height: 300px;
    background-color: #d51007;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
/* Business Section */

/* Footer */
.cus_footer {
  position: sticky;
  inset: auto 0 0 0;
  padding: 20px 0px;
  box-shadow: 0px -2px 5px #88888888;
  background-color: white;
  z-index: 1000;
}

@media (min-width: 542px) {
  .cus_footer {
    display: none !important;
  }
}
/* Footer */
