@import url("https://fonts.googleapis.com/css2?family=Anton&family=League+Spartan:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background: #FFF8EF;
}

.redtext {
  color: #FF5757;
}

@font-face {
  font-family: "fonts/web_symbolsregular";
  src: url("fonts/websymbols-regular-webfont.woff2") format("woff2"), url("fonts/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .titem {
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #FF5757;
}

h2, h3, h4, h5, h6, .titem {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
}

h1.alt-font, h2.alt-font, h3.alt-font, h4.alt-font, h5.alt-font, h6.alt-font, .alt-font {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 52px;
}

h2 {
  line-height: 0.9;
  font-size: 44px;
}
h2 span {
  font-size: 20px;
  color: #292929;
}

h3 {
  font-size: 18px;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 16px;
  }
}
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: auto;
  margin: 130px 0 0;
  overflow-x: hidden;
}
body.home {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
  position: relative;
}

a.button {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #FF5757;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 1s;
  margin-top: 1em;
}
a.button:hover {
  background-color: #bd0000;
  cursor: pointer;
}

body > h2 {
  margin: 50px 0 25px;
}

section {
  margin: 50px 0;
}

.separator {
  width: 60%;
  margin: 0 auto 60px;
  border-top: 1px solid #292929;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 25px;
  max-width: 960px;
  margin: 0 auto;
}
.flex .item {
  padding: 0 10px;
}

header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  border-bottom: 5px solid #FF5757;
  background: #fff;
}
header.flex {
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  justify-content: center;
}
header .item {
  width: 26%;
  width: calc((100% - 480px) / 2);
  padding: 0;
}
header .logo {
  width: 480px;
}
header .logo h1 {
  font-size: 120px;
  margin: 17px 0 0;
  color: #FFF8EF;
  text-shadow: 8px 8px 0px #000000;
  line-height: 1.2;
}
header .logo h1 span.alt-font {
  font-size: 0.5em;
  text-shadow: none;
  line-height: 0.75;
  color: #FF5757;
}
header .logo img {
  width: 200px;
  margin: 0 auto;
}
header #open-flyout {
  display: none;
  color: #292929;
}

.home header.flex {
  position: relative;
  margin-top: 25px;
  padding-top: 0;
  background: linear-gradient(180deg, #fff8ef 44%, #ff5757 5%);
  align-items: flex-start;
}

#flyout-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  align-content: space-around;
  opacity: 1;
  display: none;
}
#flyout-menu #close-flyout {
  display: block;
  text-align: center;
  font-size: 3em;
  margin-bottom: 30px;
  color: #FF5757;
}
#flyout-menu nav {
  list-style-type: none;
  height: 40vh;
}
#flyout-menu nav li {
  text-align: center;
  height: 10vh;
}
#flyout-menu nav li a {
  display: block;
  color: #292929;
  text-transform: uppercase;
  line-height: 10vh;
  width: 100%;
  background-color: rgba(230, 230, 230, 0);
  transition: background-color 1s;
  font-size: 1.5em;
}
#flyout-menu nav li a:hover {
  background-color: #FF5757;
}
#flyout-menu .flex {
  padding-top: 0;
}
#flyout-menu .flex .socials {
  width: 200px;
  margin: 30px auto 0;
  padding-top: 20px;
}

@media screen and (max-width: 980px) {
  header .item nav {
    display: none;
  }
  header #open-flyout {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .home header.flex {
    margin-top: 10px;
  }
  .home header .item {
    display: none;
  }
  .home header .item.logo {
    display: block;
    width: 300px;
  }
  .home header .item.logo h1 {
    font-size: 87px;
    margin-top: 15px;
    text-shadow: 5px 5px 0px #000000;
  }
}
.flex nav {
  display: flex;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  text-transform: uppercase;
  color: #292929;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 700;
  font-size: 1.8em;
}
.flex nav li a {
  opacity: 1;
  color: #292929;
  transition: color 0.6s;
}
.flex nav li a:hover {
  color: #FF5757;
  cursor: pointer !important;
}
.flex nav li:hover {
  cursor: pointer;
}

.home .flex nav {
  margin-top: 74px;
  align-items: flex-start;
}

.ticker-wrap {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  height: 3.5rem;
  position: relative;
  padding: 20px 0;
}

.ticker {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 60s linear infinite;
}

.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 60s linear infinite;
}

.titem {
  display: inline-block;
  padding: 0 1.5rem 0 0;
  font-size: 1.8rem;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.contact {
  padding: 35px 0 85px;
}
.contact h2 {
  margin: 0;
  text-align: center;
}
.contact > .flex {
  align-items: stretch !important;
  gap: 0px;
  justify-content: flex-end;
  background-color: #fff;
  padding-top: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: 8px 8px 0px 0px #adadad;
  -moz-box-shadow: 8px 8px 0px 0px #adadad;
  box-shadow: 8px 8px 0px 0px #adadad;
}
.contact > .flex > .item {
  padding: 42.5px 0 26px;
  align-content: center;
}
.contact > .flex > .item .fields {
  padding: 0 10px;
}
.contact > .flex > .item .fields label {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  margin-top: 1em;
  text-transform: capitalize;
}
.contact > .flex > .item h2 {
  color: #292929;
}
.contact > .flex > .item:first-child {
  width: 66% !important;
}
.contact > .flex > .item:first-child + .item {
  width: 18% !important;
}
.contact > .flex > .item:first-child + .item div {
  height: 80%;
  height: calc(100% - 120px);
  align-content: center;
  background-color: #FFF8EF;
}
.contact > .flex > .item:first-child + .item div img {
  display: block;
  transform: rotate(-8.4deg);
}
.contact > .flex > .item:first-child + .item + .item {
  width: 15% !important;
  background-color: #FF5757;
}

input, textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid black;
  width: 80%;
  width: calc(100% - 140px);
  margin-left: 20px;
}

textarea {
  padding-top: 0;
  height: 1.1em;
  width: 75%;
  width: calc(100% - 186px);
}

#contact-form {
  min-height: 251.3px;
}
#contact-form button {
  display: block;
  background-color: #FF5757;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 8.5px;
  padding: 8.5px 26px;
  line-height: 30px;
  border: none;
  width: 136px;
  margin: 1em auto 0;
}

@media screen and (max-width: 850px) {
  .contact {
    padding: 34px 26px 85px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact .flex {
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .contact .flex > .item:first-child {
    width: 100% !important;
  }
  .contact .flex > .item:first-child + .item {
    width: 100% !important;
    padding-bottom: 0;
  }
  .contact .flex > .item:first-child + .item div {
    height: 200px;
    width: 200px;
    margin: 0 auto;
  }
  .contact .flex > .item:first-child + .item + .item {
    width: 100% !important;
    height: 100px;
  }
  .contact .flex > .item:first-child .fields {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact {
    padding: 40px 30px;
  }
  .contact h2 {
    margin: 0 30px;
  }
  .contact .flex .item .fields label {
    font-size: 24px;
  }
  .contact .flex .item + .item {
    padding-top: 0;
  }
  .contact input, .contact textarea {
    width: calc(100% - 100px);
  }
  .contact textarea {
    width: calc(100% - 133px);
  }
  .contact #contact-form {
    min-height: 0;
  }
  .contact #contact-form button {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    padding: 10px 30px;
    line-height: 24px;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home h2 {
  text-align: center;
}

body.home > h2 {
  margin: 50px 0 25px;
  line-height: 0.9;
}

.home div.flex {
  padding-top: 70px;
}
.home div.flex a {
  opacity: 0;
}
.home div.flex a h2 {
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 1;
}

.home #sectionA {
  padding-top: 40px;
}
.home #sectionA a {
  position: relative;
  padding: 0;
  margin: 10px;
  width: 30%;
  width: calc((100% / 3) - 20px);
}
.home #sectionA a:nth-of-type(2) h2 {
  position: relative;
  top: -20px;
}
.home #sectionA a:nth-of-type(2) img {
  position: relative;
  top: -20px;
}
.home #sectionA a:nth-of-type(2) img.overimg {
  bottom: 20px;
}
.home #sectionA a img {
  opacity: 1;
  transition: opacity 0.6s;
  border-radius: 25px;
  max-width: 100%;
}
.home #sectionA a img.overimg {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.home #sectionA a img:hover {
  opacity: 0;
}
.home #sectionA a .redbanner {
  display: none;
  position: absolute;
  top: 32%;
  left: 15%;
  width: 70%;
  background-color: #FF5757;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  padding: 5px 0;
}
.home #sectionA a:hover img {
  opacity: 0;
}
.home #sectionA a:hover img.overimg {
  opacity: 1;
}
.home #sectionA a.loveit .redbanner {
  top: 44%;
}
.home #sectionA a.ifwe .redbanner {
  top: 32%;
  left: 19%;
  transform: rotate(10deg);
}
.home #sectionA a.madeit .redbanner {
  top: 48%;
}

.home .about {
  background-image: url("../img/about-banner.jpg");
  background-size: cover;
  background-position: center;
  border: 25px solid #FF5757;
  border-left: none;
  border-right: none;
  margin-top: 25px;
  position: relative;
}
.home .about #sectionB {
  max-width: 960px;
  margin: 0 auto;
  padding: 136px 25px 4%;
}
.home .about #sectionB h2 {
  text-align: left;
}
.home .about #sectionB p {
  text-align: left;
  width: 660px;
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 1.8em;
}

.home .portfolio {
  margin: 0 auto 70px;
  overflow: auto;
}

@media screen and (max-width: 980px) {
  .home div.flex a h2 {
    margin-bottom: 20px;
  }

  .home .about #sectionB p {
    width: auto;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 700px) {
  .home #sectionA {
    flex-wrap: wrap;
  }
  .home #sectionA a {
    width: 100%;
  }
  .home #sectionA a img {
    display: none;
  }
  .home #sectionA a img.overimg {
    display: block;
    position: static;
    width: 100%;
    max-width: 388px;
    margin: 0 auto;
    opacity: 1;
  }
  .home #sectionA a:nth-of-type(2) h2 {
    top: 0;
  }
  .home #sectionA a:nth-of-type(2) img {
    top: 0;
  }
  .home #sectionA a:nth-of-type(2) img.overimg {
    top: 129.24px;
    bottom: auto;
  }
  .home .portfolio {
    margin-bottom: 0;
  }
}
body.services section {
  margin-bottom: 60px;
}
body.services section h2 {
  margin-top: 0;
  margin-bottom: 0;
}
body.services section h2.product {
  margin-top: 0.83em;
}
body.services section .rate {
  display: none;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 700;
}
body.services section .rate i {
  font-size: 16px;
}
body.services section .rate + p {
  margin-top: 0;
}
body.services section .flex {
  align-items: flex-start;
}
body.services section .flex > .item:first-child {
  width: 30%;
}
body.services section .flex > .item:first-child + .item {
  width: 70%;
}
body.services section .flex > .item .description {
  padding-left: 40px;
}
body.services section .flex > .item .description h3 {
  color: #292929;
}
body.services section.related {
  margin: 0 auto;
  padding: 0 30px 30px;
}
body.services section.related h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}
body.services section.related .flex {
  flex-wrap: nowrap;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body.services section.related .flex > .item:first-child {
  width: 50%;
  width: calc(50% - 30px);
}
body.services section.related .flex > .item:first-child + .item {
  width: 50%;
  width: calc(50% - 30px);
}
body.services section.related .flex > .item {
  width: 45%;
  width: calc(50% - 60px);
  height: auto;
}
body.services section.related .flex > .item a {
  display: block;
  width: 100%;
  height: 100%;
}
body.services section.feature {
  border: 15px solid #FF5757;
  border-left: none;
  border-right: none;
  padding-bottom: 15px;
}
body.services section.feature .flex > .item:first-child {
  width: 70%;
}
body.services section.feature .flex > .item:first-child + .item {
  width: 30%;
}
body.services section.feature .flex > .item:first-child + .item img {
  width: 100px;
  margin-left: auto;
}
body.services section.feature .flex h3 {
  text-align: right;
  padding-right: 30px;
}

@media screen and (max-width: 700px) {
  body.services section .flex {
    flex-wrap: wrap;
  }
  body.services section .flex > .item img {
    display: block;
    margin: 0 auto 60px;
    display: none;
  }
  body.services section .flex > .item:first-child {
    width: 100%;
  }
  body.services section .flex > .item:first-child + .item {
    width: auto;
  }
  body.services section .flex > .item:first-child + .item .description {
    padding-left: 0;
  }
  body.services section .flex > .item:first-child + .item .description h2, body.services section .flex > .item:first-child + .item .description .rate {
    text-align: center;
  }
  body.services section .flex > .item:first-child + .item .description .button {
    display: block;
    text-align: center;
  }
}
body.portfolio > h2 {
  text-align: center;
  margin-bottom: 0;
}
body.portfolio section {
  margin-bottom: 50px;
  padding: 0 25px;
}
body.portfolio section.redbox {
  max-width: 960px;
  margin: 50px auto;
}
body.portfolio section.redbox > div {
  border: 25px solid #FF5757;
  border-radius: 40px;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
}
body.portfolio section.redbox > div .item {
  width: 50%;
  padding: 0;
  align-content: center;
  background-color: #fff;
}
body.portfolio section.contact {
  padding-bottom: 85px;
}
body.portfolio .ticker-wrap {
  border-top: 2px solid #FF5757;
  margin: 50px 0;
}

body.portfolio.page-4 > section.gallery > div.flex,
body.portfolio > section.redbox > div.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-evenly;
  margin: 0 auto;
}
body.portfolio.page-4 > section.gallery > div.flex .item,
body.portfolio > section.redbox > div.grid .item {
  width: inherit;
}

@media screen and (max-width: 700px) {
  body.portfolio.page-4 > section.gallery > div.flex,
body.portfolio > section.redbox > div.grid {
    gap: 10px;
    grid-template-columns: 50% 50%;
  }
}
.wishlist i, .price i, .cart i {
  display: none !important;
}

@media screen and (max-width: 840px) {
  .slider-container {
    height: 23rem !important;
    margin-top: 0px !important;
  }

  .slider-content .slide {
    height: 18rem !important;
    max-height: 400px;
    width: 13rem !important;
    min-width: 180px;
  }
}
body.profile {
  margin-top: 0;
}
body.profile header {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  position: static;
  border-bottom: 0;
}
body.profile header .profile-pic {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
body.profile header .profile-pic img {
  display: block;
  border-radius: 50%;
}
body.profile header .profile-pic img.sign {
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
body.profile header h1 {
  margin: 10px 0 5px;
}
body.profile header p {
  font-size: 1.1em;
}
body.profile nav {
  margin-top: 20px;
}
body.profile nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #FF5757;
}
body.profile nav a:hover {
  text-decoration: underline;
}
body.profile .container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
}
body.profile .section {
  margin-bottom: 40px;
}
body.profile .section h2 {
  color: #FF5757;
  margin-bottom: 10px;
  font-size: 28px;
}
body.profile .section .flex {
  padding: 0;
  align-items: flex-start;
}
body.profile .section .flex .item {
  padding-left: 0;
  width: 33%;
  width: calc(100vw / 3);
}
body.profile .section .flex .item img {
  filter: grayscale(100%);
  transition: filter 0.5s;
}
body.profile .section .flex .item a:hover img {
  filter: grayscale(0%);
}
body.profile .section p a {
  color: #FF5757;
  transition: color 0.3s;
}
body.profile .section p a:hover {
  color: #292929;
}
body.profile .portfolio-item {
  margin-bottom: 15px;
}
body.profile .portfolio-item h3 {
  color: #292929;
}
body.profile .skills-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.profile .skills-list li {
  color: #fff;
  background-color: #292929;
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
}
body.profile .testimonials {
  font-style: italic;
  color: #555;
}
body.profile footer {
  text-align: center;
  padding: 10px;
  background: #fff;
  margin-top: 20px;
}
body.profile footer a {
  color: #FF5757;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  body.profile section .flex {
    display: block;
    flex-wrap: wrap;
  }
  body.profile section .flex .item {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 2em;
  }
}
footer {
  padding-bottom: 20px !important;
}
footer.flex {
  max-width: none;
}
footer .item {
  padding: 0 10px;
}
footer .item img {
  display: block;
  max-width: 300px;
  margin: 0 auto 10px;
}
footer .item .flex {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  max-width: 300px;
  margin: 0 auto;
}
footer .item .flex .item {
  display: block;
  width: 50%;
  width: calc(50% - 20px);
}
footer .item .flex.socials .item {
  width: 33%;
  width: calc(33% - 7px);
  max-width: 40px;
}
footer .item span {
  color: #292929;
  font-weight: 600;
}

@media screen and (max-width: 730px) {
  footer.flex {
    flex-wrap: wrap;
  }
  footer.flex > .item {
    width: 100%;
    width: calc(100% - 20px);
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
