@charset "UTF-8";

@font-face {
  font-family: CompanyNameFont;
  src: url("./fonts/RussoOne-Regular.8a511841065c.ttf");
}
@font-face {
  font-family: AeroSkyFont;
  src: url("./fonts/Audiowide-Regular.b32da0c18622.ttf");
}

@font-face {
  font-family: BalletRegular;
  src: url("./fonts/Ballet-Regular-VariableFont_opsz.26c893004be3.ttf");
}

@font-face {
  font-family: GrechenFuemen;
  src: url("./fonts/GrechenFuemen-Regular.49413bc356b4.ttf");
}

@font-face {
  font-family: LoversQuarrel;
  src: url("./fonts/LoversQuarrel-Regular.1baea861f51e.ttf");
}
@font-face {
  font-family: MrsSheppards;
  src: url("./fonts/MrsSheppards-Regular.38f8fa3eddd4.ttf");
}
@font-face {
  font-family: NothingYouCouldDo;
  src: url("./fonts/NothingYouCouldDo-Regular.95233e5162dc.ttf");
}
@font-face {
  font-family: Lobster;
  src: url("./fonts/Lobster-Regular.c3191f3b933a.ttf");
}

.CompanyNameFont {
    font-family: CompanyNameFont;
  }
.AeroSkyFont {
    font-family: AeroSkyFont;
  }

.BalletRegular {
    font-family: BalletRegular;
  }

.GrechenFuemen {
    font-family: GrechenFuemen;
  }

.LoversQuarrel {
    font-family: LoversQuarrel;
  }

.MrsSheppards {
    font-family: MrsSheppards;
  }

.NothingYouCouldDo {
    font-family: NothingYouCouldDo;
  }
.Lobster {
    font-family: Lobster;
  }


/* Bangla Fonts */

/*=============== CSS File ================*/

@font-face {
  font-family: FontsNikosh2;
  src: url("./fonts/nikosh2.f442dbc4d437.ttf");
}
@font-face {
  font-family: FontsSejuti;
  src: url("./fonts/Fazlay Sejuti Unicode.db1c29e93303.ttf");
}
@font-face {
  font-family: FontsEid;
  src: url("./fonts/Eid_Mubarak.c8c22a1df3e3.ttf");
}
@font-face {
  font-family: FontsEkushey;
  src: url("./fonts/Ekushey_Belycon_06-09-2018.8e65ab8b226f.ttf");
}
@font-face {
  font-family: FontsKero;
  src: url("./fonts/KEERO___.ff2a53b09295.ttf");
}
@font-face {
  font-family: FontsPadmo;
  src: url("./fonts/Padmo UNICODE.9e2831927580.ttf");
}
@font-face {
  font-family: FontsMadon;
  src: url("./fonts/Li MadanMohan Unicode.be9ccbb33844.ttf");
}
@font-face {
  font-family: digital7;
  src: url("./fonts/digital-7.1e670d88b23c.ttf");
}

.b_fontNikosh2 {
  font-family: FontsNikosh2;
}
.b_fontSejuti {
  font-family: FontsSejuti;
}
.b_fonteid {
  font-family: FontsEid;
}
.b_fontekush {
  font-family: FontsEkushey;
}
.b_fontkero {
  font-family: FontsKero;
}
.b_fontpadmo {
  font-family: FontsPadmo;
}
.b_fontmadon {
  font-family: FontsMadon;
}
.digital7 {
  font-family: digital7;
}

/*! Link style */
a.a_link:link {
  color: #4169E1;
  background-color: transparent;
  text-decoration: none;
}

a.a_link:visited {
  color: #4169E1;
  background-color: transparent;
  text-decoration: none;
}

a.a_link:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a.a_link:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a.b_link:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a.b_link:visited {
  color: Red;
  background-color: transparent;
  text-decoration: none;
}

a.b_link:hover {
  color: #FFA54F;
  background-color: transparent;
  text-decoration: underline;
}

a.b_link:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}


a.c_link:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a.c_link:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a.c_link:hover {
  color:yellow;
  background-color: transparent;
  text-decoration: underline;
}

a.c_link:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
/*! Link style End */
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.footer1 a {
  font-size: 18px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.footer2 a:hover {
  /* background: #1bbd36; */
  color: #1bbd36;
  text-decoration: none;
}

 /* 
div {
  font-family: "FontsNikosh2", Times, serif;
}

h {
  font-family: "FontsNikosh2", "Courier New", monospace;
}

p {
  font-family: "FontsNikosh2", Helvetica, sans-serif;
}

td {
  font-family: "b_fontpadmo", Helvetica, sans-serif;
}
th {
  font-family: b_fontpadmo, Helvetica, sans-serif;
}
table {
  font-family: "b_fontpadmo", Helvetica, sans-serif;
}
*/


