@font-face {
  font-family: "Giorgio-Sans-B";
  src: url("../fonts/GiorgioSans-B.otf") format("opentype");
}
@font-face {
  font-family: "Giorgio-Sans-R";
  src: url("../fonts/GiorgioSans-R.otf") format("opentype");
}
@font-face {
  font-family: "Roboto-B";
  src: url("../fonts/Roboto-B.ttf") format("truetype");
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora.ttf") format("truetype");
}
@font-face {
  font-family: "ChakraPetch-B";
  src: url("../fonts/ChakraPetch-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ChakraPetch-R";
  src: url("../fonts/ChakraPetch-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gidugu";
  src: url("../fonts/Gidugu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "KTP";
  src: url("../fonts/KdamThmorPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Squada";
  src: url("../fonts/SquadaOne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Magioline";
  src: url("../fonts/Magioline.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed I";
  src: url("../fonts/RobotoCondensed-I.ttf") format("truetype");
}
@font-face {
  font-family: "Revans";
  src: url("../fonts/Revans.ttf") format("truetype");
}
@font-face {
  font-family: "AL";
  src: url("../fonts/Andalucia.ttf") format("truetype");
}
@font-face {
  font-family: "Tangerine";
  src: url("../fonts/Tangerine-R.ttf") format("truetype");
}
*,
p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.body-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.body-container .menu-bar {
  width: 100%;
  height: 80px;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  background: #000000;
  z-index: 10;
}
.body-container .menu-bar .brand {
  display: flex;
  align-items: center;
}
.body-container .menu-bar .brand .logo-wrap {
  height: 60px;
  width: 60px;
}
.body-container .menu-bar .brand .logo-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.body-container .menu-bar .brand p {
  margin: 0px 10px;
  font: 25px "Giorgio-Sans-B";
  letter-spacing: 1px;
  color: #FFF;
}
.body-container .menu-bar .btn-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.body-container .menu-bar .btn-wrap .btn {
  background: gold;
  color: #000;
}
.body-container .hero-container {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/hero-bg.jpg") left 10% center/cover;
}
.body-container .hero-container .tagline {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-container .hero-container .tagline h3 {
  font: 900 70px "Magioline";
  color: #FFF;
}
.body-container .hero-container .tagline h5 {
  font: 900 50px "Magioline";
  color: #FFF;
}
.body-container .intro-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 80px 15% 30px;
  display: flex;
  flex-direction: column;
}
.body-container .intro-container .header {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.body-container .intro-container .header h3 {
  font: 80px "Giorgio-Sans-B";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
}
.body-container .intro-container .header h5 {
  font: 50px "Giorgio-Sans-B";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
}
.body-container .intro-container .intro {
  position: relative;
  display: flex;
}
.body-container .intro-container .intro p {
  font: 1.5vw "ChakraPetch-R";
  text-indent: 50px;
  text-align: justify;
}
.body-container .templates-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 0px 100px;
  display: flex;
  flex-direction: column;
}
.body-container .templates-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 0px 30px;
}
.body-container .templates-container .header h2 {
  color: #000;
  font: 50px "Giorgio-Sans-B";
  text-transform: uppercase;
  text-align: center;
}
.body-container .templates-container .base {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 0px 20px;
}
.body-container .templates-container .base.base-2 {
  margin-top: 50px;
}
.body-container .templates-container .base h3 {
  color: #000;
  font: 40px "Revans";
  text-transform: uppercase;
  text-align: center;
}
.body-container .templates-container .tab-bar {
  width: 100%;
  padding: 0px 0px 20px;
  display: flex;
  justify-content: center;
}
.body-container .templates-container .tab-bar ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
}
.body-container .templates-container .tab-bar ul li {
  position: relative;
  margin: 0px 10px;
  padding: 5px 10px;
  font: 15px "Lora";
  text-transform: uppercase;
  color: #FFF;
  background: #000;
  border-radius: 3px;
  cursor: pointer;
}
.body-container .templates-container .tab-bar ul li.active, .body-container .templates-container .tab-bar ul li:hover {
  color: #BF932A;
  background: #011627;
}
.body-container .templates-container .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.body-container .templates-container .container .template-wrap {
  width: 32%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-container .templates-container .container .template-wrap.quote {
  width: 100%;
  height: unset;
  padding: 25px 50px 5px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.body-container .templates-container .container .template-wrap.quote p {
  width: 60%;
  position: relative;
  font: 22px "Lora";
  font-style: italic;
  text-align: justify;
  text-indent: 80px;
  line-height: 1.15;
}
.body-container .templates-container .container .template-wrap.quote p span {
  font-size: 50px;
  padding: 0px;
  margin: 0px;
  line-height: 0.3;
}
.body-container .templates-container .container .template-wrap .img-wrap {
  width: 100%;
  aspect-ratio: 1.5/0.72;
}
.body-container .templates-container .container .template-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.body-container .templates-container .container .template-wrap .details {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 0px 0px;
  display: flex;
  flex-direction: column;
}
.body-container .templates-container .container .template-wrap .details h5 {
  margin: 0px 0px 10px;
  color: #03256C;
  color: #000;
  font: 27px "ChakraPetch-R";
  text-align: center;
  text-transform: uppercase;
  line-height: 0.7;
}
.body-container .templates-container .container .template-wrap .details .btn-wrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.body-container .templates-container .container .template-wrap .details .btn-wrap .btn {
  width: 180px;
  border-radius: 2px;
  font: 14px "ChakraPetch-B";
  letter-spacing: 0.5px;
  background: #011627;
  color: #BF932A;
  transition: all 0.3s ease;
}
.body-container .templates-container .container .template-wrap .details .btn-wrap .btn:hover {
  background: #BF932A;
  color: #011627;
}
.body-container .place-order-btn {
  padding: 50px 20% 0px;
  display: flex;
  justify-content: center;
}
.body-container .place-order-btn .btn {
  width: 80%;
  height: 50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.75);
}
.body-container .footer-container {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.body-container .footer-container p {
  margin: 0px;
  text-transform: uppercase;
  font: 30px "Gidugu";
  color: #FFF;
}

.form-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7176470588);
  z-index: 20;
}
.form-container .form-wrap {
  width: 60%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
}
.form-container .form-wrap .header {
  display: flex;
}
.form-container .form-wrap .header h3 {
  margin: 0px;
  font: 80px "Gidugu";
  line-height: 1;
  text-transform: uppercase;
}
.form-container .form-wrap form {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.form-container .form-wrap form .inputbox {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
}
.form-container .form-wrap form .inputbox label {
  font: 15px "Lora";
  margin-bottom: 5px;
}
.form-container .form-wrap form .inputbox input {
  height: 50px;
  border: 1px solid #0D6EFD;
}
.form-container .form-wrap form .inputbox input:focus {
  box-shadow: none;
}
.form-container .form-wrap form .info {
  width: 100%;
  margin: 10px 0px;
  padding: 0px 20px;
}
.form-container .form-wrap form .info p {
  margin: 0px 0px 10px;
  font: 20px "Lora";
}
.form-container .form-wrap form .info ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-container .form-wrap form .info ul li {
  width: 30%;
  list-style: disc;
}
.form-container .form-wrap form .submit-box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.form-container .form-wrap form .submit-box .btn {
  padding: 10px 15px;
  text-transform: uppercase;
}

.form-container-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 20;
}
.form-container-2 .logo-container {
  width: 50%;
  height: auto;
  display: flex;
}
.form-container-2 .logo-container .logo-wrap {
  width: 100%;
  padding: 10% 5%;
  display: flex;
}
.form-container-2 .logo-container .logo-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(8%);
  box-shadow: 0px 0px 3px #000;
}
.form-container-2 .form-wrap {
  width: 50%;
  height: 90%;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
}
.form-container-2 .form-wrap .header {
  display: flex;
}
.form-container-2 .form-wrap .header h3 {
  margin: 0px;
  font: 80px "Gidugu";
  line-height: 1;
  text-transform: uppercase;
}
.form-container-2 .form-wrap form {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.form-container-2 .form-wrap form .templates-wrapper {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  align-items: center;
}
.form-container-2 .form-wrap form .templates-wrapper .info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 20px 20px 0px;
  padding: 0px;
}
.form-container-2 .form-wrap form .templates-wrapper .info p {
  margin: 0px;
}
.form-container-2 .form-wrap form .templates-wrapper .templates {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form-container-2 .form-wrap form .templates-wrapper .templates .img-wrap {
  display: flex;
  align-items: center;
}
.form-container-2 .form-wrap form .templates-wrapper .templates .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  cursor: pointer;
}
.form-container-2 .form-wrap form .templates-wrapper .btn-wrap {
  padding: 0px 0px 0px 10px;
}
.form-container-2 .form-wrap form .inputbox {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
}
.form-container-2 .form-wrap form .inputbox label {
  font: 15px "Lora";
  margin-bottom: 5px;
}
.form-container-2 .form-wrap form .inputbox input {
  height: 50px;
  border: 1px solid #0D6EFD;
}
.form-container-2 .form-wrap form .inputbox input:focus {
  box-shadow: none;
}
.form-container-2 .form-wrap form .info {
  width: 100%;
  margin: 10px 0px;
  padding: 0px 20px;
}
.form-container-2 .form-wrap form .info p {
  margin: 0px 0px 10px;
  font: 20px "Lora";
}
.form-container-2 .form-wrap form .info ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-container-2 .form-wrap form .info ul li {
  width: 30%;
  list-style: disc;
}
.form-container-2 .form-wrap form .submit-box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.form-container-2 .form-wrap form .submit-box .btn {
  padding: 10px 15px;
  text-transform: uppercase;
}

.index-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.index-container .hero-container {
  width: 100%;
  height: 100vh;
  background: url("../images/index/hero-bg.jpeg") center/cover no-repeat;
}
.index-container .services-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 0px;
}
.index-container .services-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-container .services-container .header h1 {
  font: 700 40px "Roboto Condensed";
  font-style: italic;
}
.index-container .services-container .header p {
  font: 25px "Roboto Condensed";
}
.index-container .services-container .services-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.index-container .services-container .services-wrapper .services-wrap {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.index-container .services-container .services-wrapper .services-wrap .service {
  width: 22%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.index-container .services-container .services-wrapper .services-wrap .service .img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
.index-container .services-container .services-wrapper .services-wrap .service .img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-container .services-container .services-wrapper .services-wrap .service p {
  margin: 15px 0px 5px;
  font: 25px "Roboto Condensed";
  text-align: center;
  line-height: 1.5;
}
.index-container .services-container .services-wrapper .services-wrap .service .price {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.index-container .services-container .services-wrapper .services-wrap .service .price span {
  font: 20px "Roboto Condensed";
  text-align: center;
  line-height: 1.5;
}
.index-container .services-container .services-wrapper .services-wrap .service .price span.strike {
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .body-container .menu-bar {
    height: 60px;
  }
  .body-container .menu-bar .brand .logo-wrap {
    height: 40px;
    width: 40px;
  }
  .body-container .menu-bar .brand p {
    font-size: 20px;
  }
  .body-container .hero-container {
    height: 100vh;
    background: url("../images/hero-bg.jpg") left 26% center/cover;
  }
  .body-container .hero-container .tagline {
    transform: translate(0vw, 20vh);
  }
  .body-container .hero-container .tagline h3 {
    padding: 0px 10px;
    text-align: center;
    font-size: 40px;
  }
  .body-container .hero-container .tagline h5 {
    font-size: 20px;
  }
  .body-container .intro-container {
    padding: 30px 10%;
  }
  .body-container .intro-container .header {
    padding-bottom: 20px;
  }
  .body-container .intro-container .header h3 {
    font-size: 50px;
  }
  .body-container .intro-container .header h5 {
    font-size: 30px;
  }
  .body-container .intro-container .intro p {
    font-size: 20px;
  }
  .body-container .templates-container {
    padding: 40px 0px;
  }
  .body-container .templates-container .header h2 {
    font-size: 40px;
    text-align: center;
  }
  .body-container .templates-container .tab-bar ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .body-container .templates-container .tab-bar ul li {
    width: 60%;
    margin-top: 10px;
    text-align: center;
  }
  .body-container .templates-container .container {
    justify-content: center;
  }
  .body-container .templates-container .container .template-wrap {
    width: 90%;
  }
  .body-container .templates-container .container .template-wrap.quote {
    display: none;
  }
  .body-container .templates-container .container .template-wrap .details h5 {
    line-height: 1;
  }
  .body-container .footer-container {
    height: 50px;
  }
  .body-container .footer-container p {
    font-size: 20px;
  }
  .form-container .form-wrap {
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    justify-content: flex-start;
  }
  .form-container .form-wrap::-webkit-scrollbar {
    display: none;
  }
  .form-container .form-wrap .header {
    padding: 15px 0px;
  }
  .form-container .form-wrap .header h3 {
    font-size: 50px;
    text-align: center;
  }
  .form-container .form-wrap form .inputbox {
    width: 100%;
  }
  .form-container .form-wrap form .inputbox input {
    height: 40px;
  }
  .form-container .form-wrap form .info p {
    font-size: 17px;
  }
  .form-container .form-wrap form .info ul li {
    width: 100%;
  }
  .form-container .form-wrap form .submit-box {
    margin: 10px 0px 30px;
  }
  .form-container .form-wrap form .submit-box .btn {
    padding: 5px 10px;
  }
  .form-container-2 .logo-container {
    display: none;
  }
  .form-container-2 .form-wrap {
    width: 90%;
    height: 90%;
    justify-content: flex-start;
  }
  .form-container-2 .form-wrap::-webkit-scrollbar {
    display: none;
  }
  .form-container-2 .form-wrap .header {
    padding: 15px 0px;
  }
  .form-container-2 .form-wrap .header h3 {
    font-size: 50px;
    text-align: center;
  }
  .form-container-2 .form-wrap form .templates-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .form-container-2 .form-wrap form .templates-wrapper .info {
    margin: 0px;
  }
  .form-container-2 .form-wrap form .templates-wrapper .templates {
    margin: 10px 0px;
  }
  .form-container-2 .form-wrap form .inputbox {
    width: 100%;
  }
  .form-container-2 .form-wrap form .inputbox input {
    height: 40px;
  }
  .form-container-2 .form-wrap form .info p {
    font-size: 17px;
  }
  .form-container-2 .form-wrap form .info ul li {
    width: 100%;
  }
  .form-container-2 .form-wrap form .submit-box {
    margin: 10px 0px 30px;
  }
  .form-container-2 .form-wrap form .submit-box .btn {
    padding: 5px 10px;
  }
}/*# sourceMappingURL=styles.css.map */