*, *::before, *::after {
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
}

* a, *::before a, *::after a {
  text-decoration: none;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Angelynn;
  src: url("../font/Angelynn.ttf");
}

@font-face {
  font-family: Astonia;
  src: url("../font/Astonia.ttf");
}

@font-face {
  font-family: Avant_Garde_Regular;
  src: url("../font/Avant_Garde_Regular.ttf");
}

@font-face {
  font-family: Bayland;
  src: url("../font/Bayland.ttf");
}

@font-face {
  font-family: BelovedScript;
  src: url("../font/BelovedScript.ttf");
}

@font-face {
  font-family: Blanch;
  src: url("../font/Blanch.otf");
}

@font-face {
  font-family: BohoScriptBold;
  src: url("../font/BohoScriptBold.otf");
}

@font-face {
  font-family: BrittanySignature;
  src: url("../font/BrittanySignature.ttf");
}

@font-face {
  font-family: Cambria;
  src: url("../font/Cambria.ttf");
}

@font-face {
  font-family: CharlesSebastian;
  src: url("../font/CharlesSebastian.ttf");
}

@font-face {
  font-family: Delightful;
  src: url("../font/Delightful.ttf");
}

@font-face {
  font-family: Dulcelin;
  src: url("../font/Dulcelin.otf");
}

@font-face {
  font-family: EdsMarketMain;
  src: url("../font/EdsMarketMain.ttf");
}

@font-face {
  font-family: FairwaterScript;
  src: url("../font/FairwaterScript.ttf");
}

@font-face {
  font-family: Julietta;
  src: url("../font/Julietta.otf");
}
@font-face {
  font-family: Karima;
  src: url("../font/Karima.otf");
}
@font-face {
  font-family: KGTwoisBetter;
  src: url("../font/KGTwoisBetter.ttf");
}
@font-face {
  font-family: Lavanderia;
  src: url("../font/Lavanderia.otf");
}
@font-face {
  font-family: LemonMilk;
  src: url("../font/LemonMilk.otf");
}
@font-face {
  font-family: Madina;
  src: url("../font/Madina.otf");
}
@font-face {
  font-family: magnolia_sky;
  src: url("../font/magnolia_sky.ttf");
}
@font-face {
  font-family: Midnight;
  src: url("../font/Midnight.otf");
}
@font-face {
  font-family: MomentsSansBold-Regular;
  src: url("../font/MomentsSansBold-Regular.otf");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../font/Montserrat-Regular.ttf");
}
@font-face {
  font-family: MustacheScript;
  src: url("../font/MustacheScript.ttf");
}
@font-face {
  font-family: ostrichinline;
  src: url("../font/ostrichinline.otf");
}
@font-face {
  font-family: PassengersScript;
  src: url("../font/PassengersScript.ttf");
}
@font-face {
  font-family: SaloonGirl;
  src: url("../font/SaloonGirl.ttf");
}
@font-face {
  font-family: Shorelines;
  src: url("../font/Shorelines.otf");
}
@font-face {
  font-family: StayWonderful;
  src: url("../font/StayWonderful.otf");
}
@font-face {
  font-family: Tuesday-Script-Regular;
  src: url("../font/Tuesday-Script-Regular.otf");
}
@font-face {
  font-family: VoidRegular;
  src: url("../font/VoidRegular.otf");
}
@font-face {
  font-family: WaverlyCF-DemiBold;
  src: url("../font/WaverlyCF-DemiBold.otf");
}
@font-face {
  font-family: Welcome;
  src: url("../font/Welcome.ttf");
}

.container, .extra-text, .header .header-wrapper, .heading, .form, .font-card-wrapper {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
}

.extra-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5rem;
  font-family: 'Tahoma', Geneva, Verdana, sans-serif;
}

.header {
  background-color: white;
  padding: 3rem 0;
}

.header .header-wrapper {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(28rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  grid-gap: 1rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-wrapper img {
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .header .header-wrapper img {
    max-width: 300px;
  }
}

@media screen and (max-width: 425px) {
  .header .header-wrapper img {
    max-width: 250px;
  }
}

.main-hd {
  background:#E6F7F3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(28rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  grid-gap: 1rem;
  margin-bottom: 2rem;
}

.heading {
  color: #00000;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Tahoma', Geneva, Verdana, sans-serif;
  text-transform: uppercase;
}

.heading.df {
  position: relative;
  margin-top: 50px;
  font-family: bodoni;
  font-size: 2rem;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.heading.df:hover {
  text-decoration: underline;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5rem;
  font-family: 'Tahoma', Geneva, Verdana, sans-serif;
}

.form .form-head {
  text-align: center;
  max-width: 80rem;
  width: 100%;
  font-family: bodoni_b;
  margin-bottom: 4rem;
}

.form .form-head h2 {
  padding-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.form .form-head h3 {
  font-size: 1.8rem;
  font-weight: 400;
}

.form .custom-text-input {
  padding: 1rem;
  font-size: 1.8rem;
  border: 1px solid #ced4da;
  border-radius: 2px;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  border-radius: 5px;
}

.form .custom-text-input:focus {
  border-color: #e45d22;
}

.form .head-small {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  margin-top: 1rem;
}

.font-card-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(54rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(54rem, 1fr));
  grid-gap: 1rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  .font-card-wrapper {
    -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  }
}

@media screen and (max-width: 425px) {
  .font-card-wrapper {
    -ms-grid-columns: (minmax(28rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  }
}

.font-card {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  overflow: hidden;
}

.font-card .head {
  background-color: #E6F7F3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  padding: 2rem 0;
  font-size: 1.8rem;
  font-family: 'Tahoma', Geneva, Verdana, sans-serif;
}

.font-card .wrapper {
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.font-card .btn-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}

.font-card .btn-wrapper .btn-shop {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: .8rem 1.4rem;
  border-radius: 2px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #6c757d;
  color: #ffffff;
  background: #c2cecc;
  font-weight: 300;
  font-family: 'Tahoma', Geneva, Verdana, sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.font-card .btn-wrapper .btn-shop:hover {
  background: #ffffff;
  color: #6c757d;
}

.footer {
  padding: 1rem;
  background: #E6F7F3;
  color: white;
  min-height: 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(28rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  grid-gap: 1rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-wrapper {
  max-width: 40rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.6rem;
  color: #000;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.footer .footer-wrapper .icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-wrapper a {
  font-size: 1.6rem;
  color: #000;
}

.footer .footer-link {
  color: black;
  display: inline-block;
  background: #ffffff;
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: 0 2rem;
}

.footer .footer-link span {
  font-size: 3.4rem;
}

.font-handler {
  font-size: 7rem;
  word-break: break-all;
}

@media screen and (max-width: 425px) {
  .font-handler {
    font-size: 5rem;
  }
}

.font-handler.font_1 {
  font-family: Angelynn;
}

.font-handler.font_2 {
  font-family: Astonia;
}

.font-handler.font_3 {
  font-family: Avant_Garde_Regular;
}

.font-handler.font_4 {
  font-family: Bayland;
}

.font-handler.font_5 {
  font-family: BelovedScript;
}

.font-handler.font_6 {
  font-family: Blanch;
}

.font-handler.font_7 {
  font-family: BohoScriptBold;
}

.font-handler.font_8 {
  font-family: BrittanySignature;
}

.font-handler.font_9 {
  font-family: Cambria;
}

.font-handler.font_10 {
  font-family: CharlesSebastian;
}

.font-handler.font_11 {
  font-family: Delightful;
}

.font-handler.font_12 {
  font-family: Dulcelin;
}

.font-handler.font_13 {
  font-family: EdsMarketMain;
}

.font-handler.font_14 {
  font-family: FairwaterScript;
}

.font-handler.font_15 {
  font-family: Julietta;
}
.font-handler.font_16 {
  font-family: Karima;
}
.font-handler.font_17 {
  font-family: KGTwoisBetter;
}
.font-handler.font_18 {
  font-family: Lavanderia;
}
.font-handler.font_19 {
  font-family: LemonMilk;
}
.font-handler.font_20 {
  font-family: Madina;
}
.font-handler.font_21 {
  font-family: magnolia_sky;
}
.font-handler.font_22 {
  font-family: Midnight;
}
.font-handler.font_23 {
  font-family: MomentsSansBold-Regular;
}
.font-handler.font_24 {
  font-family: Montserrat-Regular;
}
.font-handler.font_25 {
  font-family: MustacheScript;
}
.font-handler.font_26 {
  font-family: ostrichinline;
}
.font-handler.font_27 {
  font-family: PassengersScript;
}
.font-handler.font_28 {
  font-family: SaloonGirl;
}
.font-handler.font_29 {
  font-family: Shorelines;
}
.font-handler.font_30 {
  font-family: StayWonderful;
}
.font-handler.font_31 {
  font-family: Tuesday-Script-Regular;
}
.font-handler.font_32 {
  font-family: VoidRegular;
}
.font-handler.font_33 {
  font-family: WaverlyCF-DemiBold;
}
.font-handler.font_34 {
  font-family: Welcome;
}

@media (max-width: 1366px) {
  .container, .extra-text, .header .header-wrapper, .heading, .form, .font-card-wrapper {
    width: 95%;
  }
}

@media (max-width: 425px) {
  .font-card-wrapper {
    -ms-grid-columns: (minmax(28rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  }
}
/*# sourceMappingURL=wp.css.map */