/*
Theme Name: WPForge
Theme URI: https://wordpress.org/themes/wpforge/
Author: Thiago de Matos
Description: Theme made specifically for WPForge.
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*Contact US button styling goes below*/
.contact-us-btn {
  position: relative;
  left: 150px;
  background-color: white;
  border: solid "Righteous", sans-serif 2px;
  width: 150px;
  height: 50px;
  transition: 1s;
}

.contact-us-btn > a {
  font-family: "Righteous", sans-serif;
  font-size: 1rem;
  color: black;
  text-decoration: none;
}

.contact-us-btn:hover {
  background-color: #e3ff04;
  border: none;
}

/* ========== Tablet Styles ========== */
/*Banner styling goes below*/
/* ========== Mobile Styles ========== */
/*styling for navigation below*/
/* ========== Laptop Styles ========== */
/*Banner styling goes below*/
.banner-title-about {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  margin: 100px 0px 0px 0px;
}

.banner-subtitle-about {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0px;
  position: relative;
  bottom: 30px;
  width: 100%;
}

.navigation-bar-about {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  justify-content: space-between;
  opacity: 90%;
  background-color: white;
  margin: 20px 0px 0px 20px;
}

.hp-banner-about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  overflow: hidden;
  z-index: 2;
}

.banner-overlay-about {
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 1150px;
  background-color: white;
  opacity: 90%;
}

.about-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.title-container {
  line-height: 130px;
}

.banner-title-1 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  margin: 50px 0px 0px 0px;
}

.banner-title-3 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  margin: 0px;
}

.banner-title-2 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  margin: 0px;
  display: flex;
  color: #e3ff04;
  opacity: 100%;
}

.banner-subtitle {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0px;
  position: relative;
  bottom: 10px;
  width: 100%;
}

.banner-cta-btn {
  height: 60px;
  width: 180px;
  background-color: black;
  color: white;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  transition: 1s;
  cursor: pointer;
  border: none;
  position: relative;
  bottom: 15px;
}

.banner-cta-btn:hover {
  background-color: #e3ff04;
  color: black;
}

.agency-slogan {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 1rem 0px 0px 5rem;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}

.globe-icon {
  margin: 0px 10px 0px 0px;
}

/*About us sections numbers banner styling below*/
.about-numbers {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.numbers-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60%;
}

.numbers-box {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 20px 0px 20px;
}

#box-middle {
  border-right: solid black 2px;
  border-left: solid black 2px;
}

.number-title {
  font-family: "Righteous", sans-serif;
  font-size: 4rem;
  margin: 0px;
}

.numbers-subtitle {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  margin: 15px 0px 15px 0px;
}

.number-blurb {
  font-family: "Caveat", cursive;
  font-size: 1rem;
  margin: 0px;
}

/*What we do section styling goes below*/
.what-we-do {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #e3ff04;
}

.we-do-section-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.we-do-section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.we-do-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px 0px 0px 20px;
}

.we-do-title {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0px 0px 20px 0px;
}

.we-do-subtitle {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin: 0px;
}

.we-do-blurb {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
}

.we-do-img {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Milestone section styling goes below*/
.milestone-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.milestone-container {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0px 100px 0px;
}

.milestone-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: black solid 2px;
}

#top-milestone-box {
  border-top: black solid 2px;
}

.milestone-box > p {
  font-family: "Righteous", sans-serif;
}

.milestone-headline {
  font-family: "Righteous", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 20px 0px 0px 0px;
}

.milestone-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.milestone-title > p {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  margin: 0px 0px 20px 0px;
}

/*About us contact form section styling goes below*/
.about-contact-us {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #e3ff04;
}

.about-contact-section-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.about-contact-section-2 {
  margin: 40px 0px 40px 0px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.about-contact-heading {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-contact-title {
  font-family: "Righteous", sans-serif;
  font-size: 3rem;
  margin: 0px;
}

.about-contact-subtitle {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  margin: 20px 0px 20px 0px;
}

.about-contact-form {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.contact-info > span {
  display: flex;
  flex-direction: column;
  margin: 0px 20px 20px 0px;
}

.contact-info > span > label {
  font-family: "Righteous", sans-serif;
  font-size: 1rem;
}

.contact-info > span > input {
  background-color: #e3ff04;
  border: none;
  border-bottom: black solid 2px;
  height: 40px;
  width: 200px;
  font-size: 1.5rem;
  font-family: "Caveat", cursive;
}

.about-contact-cta {
  font-family: "Righteous", sans-serif;
  font-size: 1rem;
  color: white;
  background-color: black;
  width: 200px;
  height: 60px;
  margin: 20px 0px 20px 0px;
}

.about-contact-form > span {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 20px 0px;
}

.about-contact-form > span > label {
  font-family: "Righteous", sans-serif;
  font-size: 1rem;
}

.about-contact-form > span > input {
  background-color: #e3ff04;
  border: none;
  border-bottom: black solid 2px;
  height: 40px;
  width: 200px;
  font-size: 1.5rem;
  font-family: "Caveat", cursive;
}

.about-contact-form > span > textarea {
  background-color: #e3ff04;
  border: none;
  border-bottom: black solid 2px;
  height: 200px;
  width: 440px;
  font-size: 1.5rem;
  font-family: "Caveat", cursive;
}

/*Team section styling goes below*/
.team-section-about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 540px;
}

.team-container-about-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
}

.team-container-about-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
}

.team-heading-about {
  font-family: "Righteous", sans-serif;
  font-size: 4rem;
  margin: 0px 0px 0px 0px;
}

.team-blurb-about {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
}

/*sliding banner code goes below*/
.sliding-banner {
  position: relative;
  height: 75px;
  background-color: #1601ac;
  color: white;
  font-family: "Righteous", sans-serif;
  font-size: 1.5rem;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}

.scroll {
  display: flex;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
  animation-delay: -10s;
  will-change: transform;
}

.item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 50px;
}

.item > span {
  color: #e3ff04;
  font-size: 4rem;
  margin: 0 20px;
  position: relative;
  top: 12px;
}

.item > p {
  margin: 0;
}

.fade {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#pricing-title {
  margin-top: 125px;
}

.pricing-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.pricing-card {
  width: 280px;
  height: 700px;
  background-color: #f6f5f3;
  margin: 50px 10px 50px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.pricing-title {
  font-family: "Righteous", sans-serif;
  margin: 25px 0px 0px 25px;
  font-size: 1.5rem;
}

.price-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
}

.item-prince {
  font-size: 4rem;
  margin: 20px 0px 25px 25px;
}

.price-term {
  font-size: 1.5rem;
  position: relative;
}

.pricing-subtitle {
  width: 80%;
  margin: 0px 0px 0px 25px;
  font-family: "Caveat", cursive;
  font-size: 1.25rem;
}

.item-list {
  font-family: "Righteous", sans-serif;
  font-size: 1.25rem;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 25px;
}

.pricing-cta {
  background-color: black;
  color: white;
  font-family: "Righteous", sans-serif;
  font-size: 1.25rem;
  border: none;
  width: 80%;
  height: 50px;
  margin: 25px 0px 40px 25px;
  transition: 1s;
  cursor: pointer;
}
.pricing-cta a {
  color: white;
  text-decoration: none;
}

.pricing-cta:hover {
  background-color: #e3ff04;
}
.pricing-cta:hover a {
  color: black;
}

.faq-feature-box > i {
  margin-right: 10px;
  font-size: 1rem;
}

.item-feature {
  font-size: 0.9rem;
  padding: 8px 0px 8px 0px;
}

.faq-feature-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.ps-1,
.ps-4 {
  position: relative;
  bottom: 20px;
}

.pi-1,
.pi-4 {
  position: relative;
  bottom: 10px;
}

/*FAQ banner code goes below */
.faq-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: 50px;
}

.faq-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  border-bottom: solid black 2px;
  overflow: hidden;
  max-height: 80px;
  transition: max-height 5s ease;
}

.faq-box-open {
  max-height: 1000px;
}

.first-box {
  border-top: solid black 2px;
}

.faq-heading {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  margin-top: 0px;
}

.faq-title-1,
.faq-title-2,
.faq-title-3,
.faq-title-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  transition: 1s ease;
  margin: 0px;
}

.faq-blurb {
  font-family: "Caveat", cursive !important;
  font-size: 1.25rem;
  margin: 0px 0px 25px 0px;
}

.faq-title-1 > p,
.faq-title-2 > p,
.faq-title-3 > p,
.faq-title-4 > p {
  font-family: "Righteous", sans-serif;
}

.faq-title {
  font-size: 1.5rem;
  font-family: "Righteous", sans-serif;
}

.box-open {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 1s;
}

.box-open:hover {
  color: rgb(246, 246, 246);
}

#pricing-title {
  margin-top: 125px;
}

/*location section styling goes here*/
#contact-title {
  margin: 130px 0px 0px 0px;
}

.contact-ways {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ways-to-contact-box {
  background-color: #f6f5f3;
  height: 22rem;
  width: 22rem;
  margin: 50px 20px 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-icon {
  font-size: 3rem;
  padding: 30px 0px 100px 30px;
}

.contact-location-title {
  font-family: "Righteous", sans-serif;
  padding: 0px 0px 20px 30px;
  font-size: 2rem;
  margin: 0px;
}

.contact-location-blurb {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0px 0px 20px 30px;
  margin: 0px;
}

#privacy-title {
  margin-top: 125px;
}

.privacy-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privacy-box {
  margin: 50px;
  padding: 20px;
  background-color: #f6f5f3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
}

#tac-title {
  margin-top: 125px;
}

.tac-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*under construction page styling goes below*/
.under-construction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.uc-container {
  background-color: #f6f5f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 80%;
}

.under-construction-title {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  margin: 0px;
}

.uc-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
}

.home-page-redirect {
  text-decoration: none;
  margin-left: 5px;
  font-weight: 400;
  cursor: pointer;
}

/*Styling for the hamburger menu goes below*/
.hamburger-menu[open] {
  position: fixed;
  top: 0;
  right: 100%;
  height: 100vh;
  max-width: 100%;
  width: 0%;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f6f5f3;
  opacity: 97%;
  transition: width 1s ease, height 1s ease;
}

#mobile-menu-open {
  width: 100%;
  animation: fadeIn 0.5s;
}

.hamburger-menu::backdrop {
  background: rgb(60, 60, 60);
  opacity: 0.75;
}

.hb-title-box {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 20px 0px;
}
.hb-title-box .mobile-menu-logo {
  width: 90%;
  position: relative;
  left: 20px;
}

.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.hb-close-btn {
  border: solid black 2px;
  background-color: #f6f5f3;
  color: black;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 1.5rem;
  transition: 1.5s;
  position: relative;
  margin: 10px 0px 0px 0px;
  transition: 0.5s;
}
.hb-close-btn:hover {
  transform: rotate(180deg);
}

.hb-nav-list {
  width: 100%;
  position: relative;
  left: 20px;
}

.dialog-nav-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0px 15px 0px;
  width: 90%;
  border-radius: 15px;
  padding: 0px 0px 0px 25px;
  transition: 0.5s;
  cursor: pointer;
}
.dialog-nav-item:hover {
  background-color: white;
}

.mobile-nav-item {
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  font-family: "Righteous", sans-serif;
}
.mobile-nav-item a,
.mobile-nav-item i {
  text-decoration: none;
  color: black;
  transition: 0.5s;
}

.mobile-nav-item > i {
  padding-right: 20px;
}

#dollar-icon {
  padding-right: 30px;
}

#blog-icon {
  padding-right: 25px;
}

#about-us-icon {
  padding-right: 25px;
}

.hb-contact-email {
  font-family: "Righteous", sans-serif;
  font-size: 1.25rem;
  position: relative;
  left: 20px;
}

.contact-info-container {
  position: relative;
  left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}

.contact-email-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
}

.nav-social-icons {
  position: relative;
  left: 30px;
}

.hb-icon-box {
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
}

.hb-icon-box a {
  margin: 0px 20px 0px 0px;
  color: black;
  text-decoration: none;
}

/*nav menu animations goes below*/
.nav-item > a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.nav-item > a:hover::before {
  transform: scale3d(1, 1, 1);
}

.nav-item > a::before {
  background: black;
  transform-origin: 50% 50%;
}

.nav-item > a:hover::before {
  transform-origin: 0 50%;
}

/*Mobile Menu animation will go here*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*footer animation goes below */
.footer-nav-items > a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.footer-nav-items > a:hover::before {
  transform: scale3d(1, 1, 1);
}

.footer-nav-items > a::before {
  background: black;
  transform-origin: 50% 50%;
}

.footer-nav-items > a:hover::before {
  transform-origin: 0 50%;
}

/*hero text animation goes below*/
.banner-title-1,
.banner-title-2 {
  animation: 1s slide-right 1s forwards;
  transform: translateX(-100%);
}

@keyframes slide-right {
  to {
    transform: translateX(0);
  }
}
.banner-title-3 {
  animation: 1s slide-left 1s forwards;
  transform: translateX(100%);
}

@keyframes slide-left {
  to {
    transform: translateX(0);
  }
}
.agency-slogan > p,
.agency-slogan > i {
  animation: 1s slide-right 1s forwards;
  transform: translateX(-200%);
}

@keyframes slide-right {
  to {
    transform: translateX(0);
  }
}
.banner-subtitle {
  opacity: 0;
  animation: fade-in-right ease 2s forwards;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.banner-cta-btn {
  transform: scaleX(0);
  transform-origin: left;
  animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation-delay: 0.4s;
}

@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/*Banner 2 animation goes below*/
.banner-2-title {
  opacity: 0;
  animation: fade-in-right ease 2.5s forwards;
}

.banner-2-subtitle {
  animation: 1s slide-left 1s forwards;
  transform: translateX(150%);
}

.banner-2-btn {
  transform: scaleX(0);
  transform-origin: left;
  animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation-delay: 0.4s;
}

@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.banner-2-btn > a {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.banner-2-btn > a::before {
  position: absolute;
  top: 110%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banner-2-btn:hover a,
.banner-2-btn:focus a {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-112%);
}

.banner-2-img {
  animation: fadeInText 2s 0ms forwards;
}

@keyframes fadeInText {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*service section animation goes below*/
.service-title-main {
  opacity: 0;
  animation: fade-in-right ease 2.5s forwards;
}

/*project grid section animation goes below*/
.project-box > button > a {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.project-box > button > a::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-box > button:hover a,
.project-box > button:focus a {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

@keyframes open-left {
  0% {
    height: 0;
    width: 0;
  }
  100% {
    height: 600px;
    width: 550px;
  }
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
/*scroll-in animation class goes below*/
.hidden-0,
.hidden-1,
.hidden-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.show-0,
.show-1,
.open-2 {
  opacity: 1;
  transform: translateY(0);
}

/*About page animation goes below*/
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#single-blog-title {
  font-size: 4rem;
  line-height: 5rem;
  position: relative;
  left: 125px;
  width: 80%;
}

.blog-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.blog-content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f6f5f3;
  padding: 20px;
  font-family: "Work Sans", sans-serif;
}

.blog-meta-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 0px 20px;
}

.blog-meta-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f6f5f3;
  height: 50px;
  width: 300px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

/*Global base style goes below*/
html,
body {
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

dialog {
  margin: 0;
  padding: 0;
  border: none;
  max-height: none;
}

/*styling for navigation below*/
.navigation-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  justify-content: space-between;
  opacity: 90%;
  background-color: white;
  z-index: 2;
  margin: 20px 0px 0px 20px;
}

.site-logo > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  margin-left: 1.75rem;
  text-decoration: none;
  color: black;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  padding: 0px;
}

.nav-item {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0px 1.5rem 0px 1.5rem;
  margin: 0px;
  display: inline-block;
}

.nav-item > a {
  text-decoration: none;
  color: black;
  position: relative;
  display: block;
  padding: 4px 0;
}

/* .search-btn {
  height: 50px;
  width: 180px;
  font-family: var(--title-font);
  font-weight: 400;
  font-style: normal;
  border: none;
  font-size: 1rem;
  background-color: white;
  cursor: pointer;
  transition: 1s;
}

.search-btn:hover {
  font-size: 1.25rem;
  background-color: #e3ff04;
}

.search-glass {
  margin: 0px 10px 0px 0px;
} */
.connect-container {
  margin-right: 1.5rem;
}

.connect-button {
  cursor: pointer;
  transform: translate(-50%, -50%);
  position: absolute;
  right: 20px;
  width: 40px;
}

.connect-button:before,
.connect-button:after,
.connect-button div {
  background: black;
  content: "";
  display: block;
  height: 6px;
  border-radius: 3px;
  margin: 7px 0;
  transition: 0.5s;
}

.connect-button:hover:before {
  transform: translateY(12px) rotate(135deg);
}

.connect-button:hover:after {
  transform: translateY(-12px) rotate(-135deg);
}

.connect-button:hover div {
  transform: scale(0);
}

/*Navigation responsive styling goes below*/
@media screen and (max-width: 1024px) {
  .turn-off-nav {
    display: none;
  }
}
/*White space styling goes here*/
.page-white-space {
  height: 10vh;
  background-color: white;
}

/*Banner styling goes below*/
.hp-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  z-index: 2;
  overflow: hidden;
}

.banner-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 1150px;
  background-color: white;
  opacity: 90%;
}

.banner-video {
  z-index: 0;
  object-fit: cover;
}

.title-container {
  line-height: 120px;
  overflow: hidden;
}

.banner-title-1 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  margin: 50px 0px 0px 0px;
}

.banner-title-3 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  margin: 0px;
}

.banner-title-2 {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  margin: 0px;
  display: flex;
  color: #e3ff04;
  opacity: 100%;
}

.banner-subtitle {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0px;
  position: relative;
  bottom: 10px;
  width: 100%;
}

.banner-cta-btn {
  height: 60px;
  width: 180px;
  background-color: black;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  transition: 1s;
  cursor: pointer;
  border: none;
  position: relative;
  bottom: 15px;
}
.banner-cta-btn a {
  text-decoration: none;
  color: white;
  transition: 1s;
}
.banner-cta-btn:hover {
  background-color: #e3ff04;
}
.banner-cta-btn:hover a {
  color: black;
}

.agency-slogan {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 4rem 0px 0px 5rem;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  overflow: hidden;
}

.globe-icon {
  margin: 0px 10px 0px 0px;
}

/*Code for banner 2 goes below*/
.banner2 {
  background-color: #e3ff04;
  display: flex;
  flex-direction: row;
  height: 80vh;
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
  z-index: 2;
  position: relative;
  bottom: 200px;
}

.banner2-img-container {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner-2-img {
  width: 400px;
  position: relative;
  bottom: 40px;
  right: 20px;
}

.banner-2-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner-2-title {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 75px;
  margin: 0px;
}

.banner-2-subtitle {
  font-family: "Caveat", cursive;
  font-size: 1.25rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.banner-2-btn {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  background-color: #e3ff04;
  height: 1.5em;
  border: none;
  border-bottom: black solid 2px;
  width: 118px;
  overflow: hidden;
  padding: 0 4px;
  position: relative;
  display: inline-block;
}
.banner-2-btn a {
  text-decoration: none;
  color: black;
  transition: 1s;
  position: relative;
  display: inline-block;
}

/*Service banner code goes below */
.service-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  bottom: 50px;
}

.service-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  border-bottom: solid black 2px;
  overflow: hidden;
  max-height: 100px;
  transition: max-height 0.8s ease;
}

.service-box-open {
  max-height: 1000px;
}

.s-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.first-box {
  border-top: solid black 2px;
}

.service-title-main {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  margin-top: 0px;
}

.service-title-1,
.service-title-2,
.service-title-3,
.service-title-4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  transition: 1s ease;
}

.service-title-1 > p,
.service-title-2 > p,
.service-title-3 > p,
.service-title-4 > p {
  font-family: "Righteous", sans-serif;
}

.service-title {
  margin-left: 4rem;
  font-size: 1.5rem;
  font-family: "Righteous", sans-serif;
}

.box-open {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 1s;
}

.box-open:hover {
  color: rgb(246, 246, 246);
}

.webRD-description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.description-blurb {
  font-family: "Caveat", cursive;
  padding: 45px;
  font-size: 1.25rem;
}

/*styling for project grid goes below*/
.grid-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(246, 246, 246);
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-grid {
  width: 90%;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.project-box > img {
  background-color: black;
  height: 600px;
  width: 550px;
}

.project-box > p {
  font-size: 1rem;
}

.project-box > h4 {
  font-size: 2rem;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0px 20px 0px;
}

.project-box > button {
  background-color: rgb(246, 246, 246);
  border: none;
  border-bottom: solid black 2px;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.project-box > button a {
  text-decoration: none;
  cursor: pointer;
  color: black;
  transition: 0.5s;
  position: relative;
  display: inline-block;
}

.project-box > p {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pb1 {
  grid-row-start: 2;
  grid-row-end: 4;
}

.pb2 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
}

.pb3 {
  grid-row-start: 4;
  grid-row-end: 6;
  grid-column-start: 2;
}

.pb4 {
  grid-row-start: 5;
  grid-row-end: 7;
}

.pb5 {
  grid-row-start: 6;
  grid-row-end: 8;
  grid-column-start: 2;
  background-color: black;
  color: white;
  font-family: "Righteous", sans-serif;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 200px;
  cursor: pointer;
  transition: 1s;
}
.pb5 a {
  text-decoration: none;
  color: white;
}

.pb5:hover {
  animation: bounce 0.85s ease infinite;
  background-color: #e3ff04;
}
.pb5:hover a {
  color: black;
}

#image-box-1 {
  height: 500px;
  width: 450px;
  background-position: center;
  background-size: cover;
  background-image: url("assets/dotcomforge-pic.png");
  cursor: pointer;
  animation: open-left 2s;
}

#image-box-2 {
  height: 500px;
  width: 450px;
  background-position: center;
  background-size: cover;
  background-image: url("assets/devbythiago-pic.png");
  cursor: pointer;
  animation: open-left 2s;
}

#image-box-3 {
  height: 500px;
  width: 450px;
  background-position: center;
  background-size: cover;
  background-image: url("assets/getfitreal-portfolio.png");
  cursor: pointer;
  animation: open-left 2s;
}

#image-box-4 {
  height: 500px;
  width: 450px;
  background-position: center;
  background-size: cover;
  background-image: url("assets/wonstopshop-cover.png");
  cursor: pointer;
  animation: open-left 2s;
}

.pf-img-overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Righteous", sans-serif;
  font-size: 4rem;
  color: white;
  transition: opacity 1s ease;
}

.pf-img-overlay:hover {
  opacity: 0;
}

.pj-icon:hover {
  animation: bounce 0.5s ease infinite;
}

.pf-title-1 {
  font-size: 4rem;
}

/*Team section styling goes below*/
.team-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 540px;
}

.team-container-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
}

.team-container-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
}

.team-heading {
  font-family: "Righteous", sans-serif;
  font-size: 4rem;
  margin: 0px 0px 0px 0px;
}

.team-blurb {
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  width: 75%;
  margin: 25px 0px 0px 0px;
}

/*Testimonial Styling goes below*/
.testimonial-container {
  background-color: #e3ff04;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.testimonial-pic {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.testimonial-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-title {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  margin-left: 5rem;
  margin: 10px 0px 10px 5rem;
}

.quote-icon {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  margin-left: 5rem;
  height: 8rem;
}

.testimonial-quote {
  font-size: 20px;
  margin: 0px 0px 10px 5rem;
  width: 80%;
  font-family: "Caveat", cursive;
}

.testimonial-author {
  font-size: 25px;
  margin: 0px 0px 10px 5rem;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.author-location {
  font-size: 20px;
  margin: 0px 0px 10px 5rem;
  font-family: "Caveat", cursive;
}

/*blog section styling goes below*/
.blog-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.blog-section-title {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  width: 100%;
  margin: 60px 0px 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
}

.article-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px 30px 0px 30px;
}

.blog-img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.article-date {
  font-size: 20px;
  margin: 15px 0px 15px 0px;
  font-family: "Caveat", cursive;
}

.article-title {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0px 0px 15px 0px;
}

.article-cta-btn {
  background-color: white;
}

.article-btn-link {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  border-bottom: solid black 2px;
  color: black;
}

/*Footer styling goes below*/
.footer-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(246, 246, 246);
}

.footer-section-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-box-1 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-title {
  font-family: "Righteous", sans-serif;
  font-size: 5rem;
  width: 80%;
  line-height: 80px;
  margin: 100px 0px 100px 0px;
}

.footer-box-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-description {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}

.footer-cta-btn {
  font-family: "Righteous", sans-serif;
  background-color: black;
  font-size: 1rem;
  width: 200px;
  height: 60px;
  border: none;
  transition: 1s;
}
.footer-cta-btn a {
  text-decoration: none;
  color: white;
  transition: 1s;
}
.footer-cta-btn:hover {
  background-color: #e3ff04;
}
.footer-cta-btn:hover a {
  color: black;
}

.footer-section-2 {
  border-top: black solid 2px;
  border-bottom: black solid 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
}

.banner-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.footer-nav-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  padding: none;
}

.footer-nav-items {
  position: relative;
  display: inline-block;
  padding: 0px 1.5rem 0px 1.5rem;
  margin: 0px;
}

.footer-nav-items > a {
  font-family: "Righteous", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0px 0px 4px 0px;
}

.banner-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.footer-nav-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

.footer-section-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
}

.footer-icon-box a {
  margin: 0px 15px 0px 0px;
  font-size: 1.25rem;
  text-decoration: none;
  color: black;
}

.copyright-footer {
  font-family: "Caveat", cursive;
  font-size: 1.25rem;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

.fa-facebook:hover,
.fa-instagram:hover,
.fa-x-twitter:hover {
  animation: bounce 0.85s ease infinite;
}

/*responsive screen size styling goes below*/
@media (max-width: 480px) {
  .navigation-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
    justify-content: space-between;
    z-index: 2;
    margin: 20px 0px 0px 20px;
  }
  .site-logo > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.75rem;
    margin-left: 1.75rem;
    text-decoration: none;
  }
  .nav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0px;
  }
  .nav-item {
    padding: 0px 1.5rem 0px 1.5rem;
    margin: 0px;
  }
  .nav-item > a {
    text-decoration: none;
  }
  /* .search-btn {
      height: 50px;
      width: 180px;
      font-family: var(--title-font);
      font-weight: 400;
      font-style: normal;
      border: none;
      font-size: 1rem;
      background-color: white;
      cursor: pointer;
      transition: 1s;
    }

    .search-btn:hover {
      font-size: 1.25rem;
      background-color: #e3ff04;
    }

    .search-glass {
      margin: 0px 10px 0px 0px;
    } */
  .connect-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .connect-button {
    border: none;
    border-radius: 25px;
    font-size: 3rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    left: 15px;
    top: 25px;
    width: 35px;
  }
  /*Dialog styling goes here*/
  .hamburger-menu {
    position: fixed;
    z-index: 1;
    right: 100%;
    height: 100vh;
    border: none;
    width: 20rem;
  }
  .hamburger-menu::backdrop {
    background: rgb(60, 60, 60);
    opacity: 0.75;
  }
  .hb-title-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .hb-nav-list {
    width: 100%;
  }
  .dialog-nav-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px 15px 0px;
    width: 80%;
  }
  .dialog-nav-item > p {
    padding: 0px;
    font-size: 1.25rem;
  }
  .dialog-hr {
    border-bottom: solid black 1px;
    margin: 25px 0px 25px 0px;
  }
  /*White space styling goes here*/
  .page-white-space {
    height: 10vh;
  }
  /*Banner styling goes below*/
  .hp-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1000px;
    z-index: 2;
    overflow: hidden;
  }
  .banner-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 1150px;
    opacity: 90%;
  }
  .banner-video {
    z-index: 0;
    object-fit: cover;
  }
  .title-container {
    line-height: 60px;
    margin-left: 50px;
  }
  .banner-title-1 {
    font-weight: 400;
    font-size: 3.5rem;
    margin: 50px 0px 0px 0px;
  }
  .banner-title-3 {
    font-size: 3.5rem;
    margin: 0px;
  }
  .banner-title-2 {
    font-weight: 400;
    font-size: 3.5rem;
    margin: 0px;
    display: flex;
    opacity: 100%;
  }
  .banner-subtitle {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 15px 0px 40px 0px;
    position: relative;
    bottom: 10px;
    width: 100%;
    line-height: 30px;
  }
  .banner-btn-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .banner-cta-btn {
    height: 60px;
    width: 180px;
    font-style: normal;
    font-size: 1.5rem;
    transition: 1s;
    cursor: pointer;
    border: none;
    position: relative;
    bottom: 15px;
  }
  .banner-cta-btn:hover {
    background-color: #e3ff04;
    color: black;
  }
  .agency-slogan {
    width: 100%;
    margin: 4.5rem 0px 0px 5rem;
    font-size: 1.25rem;
  }
  .globe-icon {
    margin: 0px 10px 0px 0px;
  }
  /*Code for banner 2 goes below*/
  .banner2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150vh;
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%);
    z-index: 2;
    position: relative;
    bottom: 230px;
  }
  .banner2-img-container {
    width: 50%;
    height: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .banner-2-img {
    width: 400px;
    position: relative;
    left: 20px;
  }
  .banner-2-info {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    bottom: 70px;
  }
  .banner-2-title {
    font-size: 3.5rem;
    line-height: 55px;
    margin: 0px;
  }
  .banner-2-subtitle {
    font-size: 1.25rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .banner-2-btn {
    font-size: 1.3rem;
    height: 40px;
    border: none;
    border-bottom: black solid 2px;
    width: 118px;
  }
  /*Service banner code goes below */
  .service-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: 80px;
  }
  .service-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    border-bottom: solid black 2px;
  }
  .s-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-box {
    border-top: solid black 2px;
  }
  .service-title-main {
    font-size: 3.5rem;
    line-height: 55px;
    margin-top: 0px;
    width: 80%;
    position: relative;
    left: 20px;
  }
  .service-title-1,
  .service-title-2,
  .service-title-3,
  .service-title-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-style: normal;
  }
  .service-title {
    margin-left: 4rem;
    font-size: 1.5rem;
  }
  .box-open {
    font-size: 1.5rem;
    cursor: pointer;
    transition: 1s;
  }
  .webRD-description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .description-blurb {
    padding: 0px 45px 0px 45px;
    font-size: 1.25rem;
  }
  /*styling for project grid goes below*/
  .grid-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-grid {
    width: 90%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .project-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
  }
  .project-box > img {
    height: 600px;
    width: 550px;
  }
  .project-box > p {
    font-size: 1rem;
    display: flex;
    justify-content: center;
  }
  .project-box > h4 {
    font-size: 2rem;
    margin: 20px 0px 20px 0px;
  }
  .project-box > button {
    border: none;
    border-bottom: solid black 2px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .project-box > p {
    width: 100%;
    font-size: 1.5rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .pb1 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
  }
  .pb2 {
    grid-row-start: 0;
    grid-row-end: 1;
    grid-column-start: 1;
  }
  .pb3 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
  }
  .pb4 {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
  }
  .pb5 {
    grid-row-start: 9;
    grid-row-end: 10;
    grid-column-start: 1;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 100px;
    cursor: pointer;
  }
  .pf-title-1 {
    font-size: 3rem;
  }
  .pb5:hover {
    animation: bounce 0.85s ease infinite;
  }
  .pf-image-1 {
    height: 400px;
    width: 350px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/dotcomforge-pic.png");
    cursor: pointer;
  }
  .pf-image-2 {
    height: 400px;
    width: 350px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-image-3 {
    height: 400px;
    width: 350px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-image-4 {
    height: 400px;
    width: 350px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-img-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
  }
  .pj-icon:hover {
    animation: bounce 0.5s ease infinite;
  }
  @keyframes bounce {
    70% {
      transform: translateY(0%);
    }
    80% {
      transform: translateY(-15%);
    }
    90% {
      transform: translateY(0%);
    }
    95% {
      transform: translateY(-7%);
    }
    97% {
      transform: translateY(0%);
    }
    99% {
      transform: translateY(-3%);
    }
    100% {
      transform: translateY(0);
    }
  }
  /*Team section styling goes below*/
  .team-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    height: 160vh;
    padding: 20px 0px 0px 0px;
  }
  .team-container-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
  }
  .team-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 50%;
  }
  .team-heading {
    font-size: 4rem;
    margin: 0px 0px 0px 0px;
  }
  .team-blurb {
    font-size: 1.5rem;
  }
  /*Testimonial Styling goes below*/
  .testimonial-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
    padding-top: 20px;
  }
  .testimonial-pic {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .testimonial-pic > img {
    width: 200%;
  }
  .testimonial-box {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonial-title {
    font-size: 4rem;
    margin: 0px 0px 10px 0rem;
    position: relative;
    top: 1.5rem;
  }
  .quote-icon {
    font-size: 8rem;
    margin-left: 5rem;
    height: 8rem;
  }
  .testimonial-quote {
    font-size: 20px;
    margin: 0px 0px 10px 5rem;
    width: 80%;
  }
  .testimonial-author {
    font-size: 25px;
    margin: 0px 0px 10px 5rem;
  }
  .author-location {
    font-size: 20px;
    margin: 0px 0px 10px 5rem;
  }
  /*blog section styling goes below*/
  .blog-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blog-section-title {
    line-height: 55px;
    font-style: normal;
    font-size: 4rem;
    width: 80%;
    margin: 40px 0px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
  }
  .article-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 30px 20px 30px;
  }
  .blog-img {
    width: 350px;
    height: 350px;
    object-fit: cover;
  }
  .article-date {
    font-size: 20px;
    margin: 15px 0px 15px 0px;
  }
  .article-title {
    font-size: 1.25rem;
    margin: 0px 0px 15px 0px;
  }
  .article-btn-link {
    font-size: 1rem;
    border: none;
    text-decoration: none;
    border-bottom: solid black 2px;
  }
  /*Footer styling goes below*/
  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-section-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-box-1 {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-title {
    font-size: 5rem;
    width: 80%;
    line-height: 80px;
    margin: 50px 0px 80px 0px;
  }
  .footer-box-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    left: 20px;
    margin-bottom: 25px;
  }
  .footer-description {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
  }
  .footer-cta-btn {
    font-size: 1rem;
    width: 200px;
    height: 60px;
    border: none;
  }
  .footer-section-2 {
    border-top: black solid 2px;
    border-bottom: black solid 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .banner-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    right: 40px;
  }
  .footer-nav-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
    padding: none;
  }
  .footer-nav-items {
    margin: 5px 0px 5px 0px !important;
  }
  .footer-nav-items > a {
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
  }
  .banner-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    right: 40px;
    width: 100%;
  }
  .footer-nav-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
    width: 100%;
  }
  .footer-section-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
  }
  .footer-icon-box > i {
    margin: 0px 15px 0px 0px;
    font-size: 1.25rem;
  }
  .copyright-footer {
    font-size: 1.25rem;
  }
  /*====about page styles goes below===*/
  /*About us sections numbers banner styling below*/
  .number-title {
    font-size: 3rem;
  }
  /*About us sections numbers banner styling below*/
  .numbers-container {
    height: 70%;
  }
  .numbers-box {
    height: 80%;
  }
  /*What we do section styling goes below*/
  .what-we-do {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 90vh;
  }
  .we-do-section-2 {
    width: 100%;
  }
  .we-do-img {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .we-do-section-1 {
    width: 90%;
  }
  /*Milestone section styling goes below*/
  .milestone-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .milestone-headline {
    font-size: 2.5rem;
  }
  /*About us contact form section styling goes below*/
  .about-contact-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-contact-section-2 {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about-contact-img {
    width: 90%;
  }
  .hb-contact-email {
    font-size: 1rem;
  }
  .about-contact-form > span > textarea {
    height: 200px;
    width: 350px;
  }
  /*Team section styling goes below*/
  .team-section-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .team-container-about-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .team-container-about-1 > img {
    width: 110%;
  }
  /*sliding banner code goes below*/
  .sliding-banner {
    height: 75px;
    width: 270vw;
    overflow: hidden;
  }
  /*====Contact page styles goes below===*/
  .contact-ways {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
  }
  .ways-to-contact-box {
    height: 20rem;
    width: 20rem;
    margin: 20px 0px 20px 0px;
  }
  /*====Under Construction styles goes below===*/
  .under-construction-title {
    font-size: 2.5rem;
    width: 80%;
  }
  .uc-container > img {
    width: 90%;
  }
  .uc-box {
    font-size: 1rem;
  }
  .home-page-redirect {
    font-size: 1rem;
  }
  /*====Hamburger Menu styles goes below===*/
  .dialog-hr {
    width: 90%;
    position: relative;
    left: 20px;
  }
  .hb-title-box {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 20px;
    margin: 20px 0px 40px 0px;
  }
  .hb-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.75rem;
    margin: 0px;
  }
  /*about us page styling goes below*/
  #about-title {
    margin: 120px 0px 40px 0px;
    font-size: 4.5rem;
  }
  #about-subtitle {
    line-height: 20px;
    width: 80%;
  }
  .team-section-about {
    height: auto;
  }
  .team-container-about-2 {
    width: 90%;
  }
  .team-heading-about {
    font-size: 3.5rem;
    line-height: 60px;
  }
  /*Pricing page styling goes below*/
  #pricing-title {
    margin: 150px 50px 0px 0px;
  }
  .pricing-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pricing-card {
    width: 375px;
    height: 600px;
    margin: 50px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .faq-heading {
    margin-top: 50px;
  }
  .faq-box {
    max-height: 400px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hp-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1000px;
    z-index: 2;
    overflow: hidden;
  }
  .banner-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 1150px;
    opacity: 90%;
  }
  .banner-video {
    z-index: 0;
    object-fit: cover;
  }
  .title-container {
    line-height: 100px;
  }
  .banner-title-1 {
    font-size: 5.5rem;
    margin: 50px 0px 0px 0px;
  }
  .banner-title-3 {
    font-size: 5.5rem;
    margin: 0px;
  }
  .banner-title-2 {
    font-size: 5.5rem;
    margin: 0px;
    display: flex;
    opacity: 100%;
  }
  .banner-subtitle {
    font-style: normal;
    font-size: 1.5rem;
    margin: 0px;
    position: relative;
    bottom: 10px;
    width: 100%;
  }
  .banner-cta-btn {
    height: 60px;
    width: 180px;
    font-size: 1.5rem;
    transition: 1s;
    cursor: pointer;
    border: none;
    position: relative;
    bottom: 15px;
  }
  .agency-slogan {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1rem 0px 0px 5rem;
    font-size: 1.25rem;
  }
  .globe-icon {
    margin: 0px 10px 0px 0px;
  }
  /*Code for banner 2 goes below*/
  .banner2 {
    display: flex;
    flex-direction: row;
    height: 70vh;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
    z-index: 2;
    position: relative;
    bottom: 200px;
  }
  .banner2-img-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .banner-2-img {
    width: 400px;
    position: relative;
    bottom: 40px;
    right: 20px;
  }
  .banner-2-info {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .banner-2-title {
    font-size: 4rem;
    line-height: 75px;
    margin: 0px;
  }
  .banner-2-subtitle {
    font-size: 1.25rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .banner-2-btn {
    font-size: 1.3rem;
    height: 40px;
    border: none;
    border-bottom: black solid 2px;
    width: 118px;
  }
  /*Service banner code goes below */
  .service-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: 50px;
  }
  .service-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    border-bottom: solid black 2px;
  }
  .first-box {
    border-top: solid black 2px;
  }
  .service-title-main {
    font-size: 4rem;
    margin-top: 0px;
  }
  .service-title-1,
  .service-title-2,
  .service-title-3,
  .service-title-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-style: normal;
  }
  .service-title {
    margin-left: 4rem;
    font-size: 1.5rem;
  }
  .box-open {
    font-size: 1.5rem;
    cursor: pointer;
    transition: 1s;
  }
  .box-open:hover {
    color: lightgray;
  }
  .webRD-description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .description-blurb {
    padding: 45px;
    font-size: 1.25rem;
  }
  /*styling for project grid goes below*/
  .grid-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-grid {
    width: 90%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .project-box > p {
    font-size: 1rem;
  }
  .project-box > h4 {
    font-size: 2rem;
    font-style: normal;
    margin: 20px 0px 20px 0px;
  }
  .project-box > button {
    border: none;
    border-bottom: solid black 2px;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .project-box > p {
    font-size: 1.5rem;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .pb1 {
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .pb2 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
  }
  .pb3 {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 2;
  }
  .pb4 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .pb5 {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 2;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 200px;
    cursor: pointer;
  }
  .pb5:hover {
    animation: bounce 0.85s ease infinite;
  }
  .pf-image-1 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/dotcomforge-pic.png");
    cursor: pointer;
  }
  .pf-image-2 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-image-3 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-image-4 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-img-overlay {
    height: 500px;
    width: 450px;
    opacity: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
  }
  .pj-icon:hover {
    animation: bounce 0.5s ease infinite;
  }
  @keyframes bounce {
    70% {
      transform: translateY(0%);
    }
    80% {
      transform: translateY(-15%);
    }
    90% {
      transform: translateY(0%);
    }
    95% {
      transform: translateY(-7%);
    }
    97% {
      transform: translateY(0%);
    }
    99% {
      transform: translateY(-3%);
    }
    100% {
      transform: translateY(0);
    }
  }
  /*Team section styling goes below*/
  .team-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    height: 540px;
  }
  .team-container-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
  .team-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
  .team-heading {
    font-size: 4rem;
    margin: 0px 0px 0px 0px;
  }
  .team-blurb {
    font-size: 1.5rem;
  }
  /*Testimonial Styling goes below*/
  .testimonial-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }
  .testimonial-pic {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .testimonial-box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .testimonial-title {
    font-size: 4rem;
    margin-left: 5rem;
    margin: 10px 0px 10px 5rem;
  }
  .quote-icon {
    font-size: 8rem;
    margin-left: 5rem;
    height: 8rem;
  }
  .testimonial-quote {
    font-size: 20px;
    margin: 0px 0px 10px 5rem;
    width: 80%;
  }
  .testimonial-author {
    font-size: 25px;
    margin: 0px 0px 10px 5rem;
  }
  .author-location {
    font-size: 20px;
    margin: 0px 0px 10px 5rem;
  }
  /*blog section styling goes below*/
  .blog-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blog-section-title {
    font-size: 4rem;
    width: 100%;
    margin: 60px 0px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
  }
  .article-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 30px 0px 30px;
  }
  .blog-img {
    width: 275px;
    height: 275px;
    object-fit: cover;
  }
  .article-date {
    font-size: 20px;
    margin: 15px 0px 15px 0px;
  }
  .article-title {
    font-size: 1.25rem;
    margin: 0px 0px 15px 0px;
  }
  .article-btn-link {
    font-size: 1rem;
    border: none;
    text-decoration: none;
    border-bottom: solid black 2px;
  }
  /*Footer styling goes below*/
  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-section-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-box-1 {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-title {
    font-size: 5rem;
    width: 80%;
    line-height: 80px;
    margin: 100px 0px 100px 0px;
  }
  .footer-box-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer-description {
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.5rem;
  }
  .footer-cta-btn {
    font-size: 1rem;
    width: 200px;
    height: 60px;
    border: none;
  }
  .footer-section-2 {
    border-top: black solid 2px;
    border-bottom: black solid 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
  }
  .banner-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
  .footer-nav-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding: none;
  }
  .banner-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
  .footer-nav-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
  }
  .footer-section-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
  }
  .footer-icon-box > i {
    margin: 0px 15px 0px 0px;
    font-size: 1.25rem;
  }
  .copyright-footer {
    font-size: 1.25rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
  }
  /*====about page styles goes below===*/
  .numbers-box {
    width: 250px;
    padding: 0px 15px 0px 15px;
  }
  /*what we do styling goes below*/
  .we-do-section-1 {
    margin: 40px 0px 40px 0px;
  }
  .we-do-box {
    position: relative;
    left: 50px;
  }
  /*Milestone section styling goes below*/
  .milestone-headline {
    font-size: 2rem;
  }
  /*About us contact form section styling goes below*/
  .about-contact-img {
    width: 90%;
  }
  .about-contact-section-2 {
    width: 60%;
  }
  /*sliding banner code goes below*/
  .sliding-banner {
    font-size: 1.25rem;
  }
  /*Team section styling goes below*/
  .team-heading-about {
    position: relative;
    left: 20px;
  }
  .team-blurb-about {
    position: relative;
    left: 20px;
  }
  /*====Contact page styles goes below===*/
  .ways-to-contact-box {
    height: 18rem;
    width: 18rem;
  }
  /*====Under Construction styles goes below===*/
  .under-construction-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1085px) and (max-width: 1440px) {
  .hp-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1000px;
    z-index: 2;
    overflow: hidden;
  }
  .banner-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 1150px;
    opacity: 90%;
  }
  .banner-video {
    z-index: 0;
    object-fit: cover;
  }
  .title-container {
    line-height: 110px;
  }
  .banner-title-1 {
    font-size: 6rem;
    margin: 50px 0px 0px 0px;
  }
  .banner-title-3 {
    font-size: 6rem;
    margin: 0px;
  }
  .banner-title-2 {
    font-size: 6rem;
    margin: 0px;
    display: flex;
    opacity: 100%;
  }
  .banner-subtitle {
    font-style: normal;
    font-size: 1.5rem;
    margin: 0px;
    position: relative;
    bottom: 10px;
    width: 100%;
  }
  .banner-cta-btn {
    height: 60px;
    width: 180px;
    font-size: 1.5rem;
    transition: 1s;
    cursor: pointer;
    border: none;
    position: relative;
    bottom: 15px;
  }
  .agency-slogan {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 5rem 0px 0px 5rem;
    font-size: 1.25rem;
  }
  .globe-icon {
    margin: 0px 10px 0px 0px;
  }
  /*Code for banner 2 goes below*/
  .banner2 {
    display: flex;
    flex-direction: row;
    height: 70vh;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
    z-index: 2;
    position: relative;
    bottom: 200px;
  }
  .banner2-img-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .banner-2-img {
    width: 400px;
    position: relative;
    bottom: 40px;
    right: 20px;
  }
  .banner-2-info {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .banner-2-title {
    font-size: 4rem;
    line-height: 75px;
    margin: 0px;
  }
  .banner-2-subtitle {
    font-size: 1.25rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .banner-2-btn {
    font-size: 1.3rem;
    height: 40px;
    border: none;
    border-bottom: black solid 2px;
    width: 118px;
  }
  /*Service banner code goes below */
  .service-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: 50px;
  }
  .service-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    border-bottom: solid black 2px;
  }
  .first-box {
    border-top: solid black 2px;
  }
  .service-title-main {
    font-size: 4rem;
    margin-top: 0px;
  }
  .service-title-1,
  .service-title-2,
  .service-title-3,
  .service-title-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-style: normal;
  }
  .service-title {
    margin-left: 4rem;
    font-size: 1.5rem;
  }
  .box-open {
    font-size: 1.5rem;
    cursor: pointer;
    transition: 1s;
  }
  .box-open:hover {
    color: lightgray;
  }
  .webRD-description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .description-blurb {
    padding: 45px;
    font-size: 1.25rem;
  }
  /*styling for project grid goes below*/
  .grid-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-grid {
    width: 90%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .project-box > p {
    font-size: 1rem;
  }
  .project-box > h4 {
    font-size: 2rem;
    font-style: normal;
    margin: 20px 0px 20px 0px;
  }
  .project-box > button {
    border: none;
    border-bottom: solid black 2px;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .project-box > p {
    font-size: 1.5rem;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .pb1 {
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .pb2 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
  }
  .pb3 {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 2;
  }
  .pb4 {
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .pb5 {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 2;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 200px;
    cursor: pointer;
  }
  .pb5:hover {
    animation: bounce 0.85s ease infinite;
  }
  .pf-image-1 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/dotcomforge-pic.png");
    cursor: pointer;
  }
  .pf-image-2 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-image-3 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-image-4 {
    height: 500px;
    width: 450px;
    background-position: center;
    background-size: cover;
    background-image: url("assets/devbythiago-pic.png");
    cursor: pointer;
  }
  .pf-img-overlay {
    height: 500px;
    width: 450px;
    opacity: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
  }
  .pj-icon:hover {
    animation: bounce 0.5s ease infinite;
  }
  @keyframes bounce {
    70% {
      transform: translateY(0%);
    }
    80% {
      transform: translateY(-15%);
    }
    90% {
      transform: translateY(0%);
    }
    95% {
      transform: translateY(-7%);
    }
    97% {
      transform: translateY(0%);
    }
    99% {
      transform: translateY(-3%);
    }
    100% {
      transform: translateY(0);
    }
  }
  /*Team section styling goes below*/
  .team-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    height: 540px;
  }
  .team-container-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
  .team-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
  .team-heading {
    font-size: 4rem;
    margin: 0px 0px 0px 0px;
  }
  .team-blurb {
    font-size: 1.5rem;
  }
  /*Testimonial Styling goes below*/
  .testimonial-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }
  .testimonial-pic {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .testimonial-box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .testimonial-title {
    font-size: 4rem;
    margin-left: 5rem;
    margin: 10px 0px 10px 5rem;
  }
  .quote-icon {
    font-size: 8rem;
    margin-left: 5rem;
    height: 8rem;
  }
  .testimonial-quote {
    font-size: 20px;
    margin: 0px 0px 10px 5rem;
    width: 80%;
  }
  .testimonial-author {
    font-size: 25px;
    margin: 0px 0px 10px 5rem;
  }
  .author-location {
    font-size: 20px;
    margin: 0px 0px 10px 5rem;
  }
  /*blog section styling goes below*/
  .blog-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blog-section-title {
    font-size: 4rem;
    width: 100%;
    margin: 60px 0px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
  }
  .article-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 30px 0px 30px;
  }
  .blog-img {
    width: 275px;
    height: 275px;
    object-fit: cover;
  }
  .article-date {
    font-size: 20px;
    margin: 15px 0px 15px 0px;
  }
  .article-title {
    font-size: 1.25rem;
    margin: 0px 0px 15px 0px;
  }
  .article-btn-link {
    font-size: 1rem;
    border: none;
    text-decoration: none;
    border-bottom: solid black 2px;
  }
  /*Footer styling goes below*/
  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-section-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-box-1 {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-title {
    font-size: 5rem;
    width: 80%;
    line-height: 80px;
    margin: 100px 0px 100px 0px;
  }
  .footer-box-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer-description {
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.5rem;
  }
  .footer-cta-btn {
    font-size: 1rem;
    width: 200px;
    height: 60px;
    border: none;
  }
  .footer-section-2 {
    border-top: black solid 2px;
    border-bottom: black solid 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
  }
  .banner-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
  .footer-nav-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding: none;
  }
  .banner-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
  .footer-nav-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
  }
  .footer-section-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
  }
  .footer-icon-box > i {
    margin: 0px 15px 0px 0px;
    font-size: 1.25rem;
  }
  .copyright-footer {
    font-size: 1.25rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
  }
  /*====about page styles goes below===*/
  .numbers-box {
    width: 250px;
    padding: 0px 15px 0px 15px;
  }
  /*what we do styling goes below*/
  .we-do-section-1 {
    margin: 40px 0px 40px 0px;
  }
  .we-do-box {
    position: relative;
    left: 50px;
  }
  /*Milestone section styling goes below*/
  .milestone-headline {
    font-size: 2rem;
  }
  /*About us contact form section styling goes below*/
  .about-contact-img {
    width: 90%;
  }
  .about-contact-section-2 {
    width: 60%;
  }
  /*sliding banner code goes below*/
  .sliding-banner {
    font-size: 1.25rem;
  }
  /*Team section styling goes below*/
  .team-heading-about {
    position: relative;
    left: 20px;
  }
  .team-blurb-about {
    position: relative;
    left: 20px;
  }
  /*====Contact page styles goes below===*/
  .ways-to-contact-box {
    height: 18rem;
    width: 18rem;
  }
  /*====Under Construction styles goes below===*/
  .under-construction-title {
    font-size: 2.5rem;
  }
}

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