*, *::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;
}

.font-handler.font_7 {
font-size: 5rem;
}


body {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 200px;
}

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

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

.main-hd {
  background: #0045FF;
  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: white;
  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: 3px solid #0032BC;
  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:#0032BC;
  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: #0045FF;
  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: #FFFFF;
  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: Apricot;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-handler.font_15 {
  font-family: Groovy;
}

.font-handler.font_16 {
  font-family: Firefly;
}

.font-handler.font_17 {
  font-family: Honeybun;
}

.font-handler.font_18 {
  font-family: Bluebird;
}

.font-handler.font_19 {
  font-family: Varsity;
}

.font-handler.font_20 {
  font-family: Ostrich;
}

@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 */