/* =============================================================================
SECTIONS 
================================================================================ */
section {
  width: 100%;
  max-width: var(--site-layout);
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

/* SECTION-1 */

#landing {
  position: relative;
  background-color: transparent;
  background-image: url(../images/site_imgs/section-2/people-panaramic.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: 0px -11px 33px -9px rgba(0, 0, 0, 0.68) inset;
  -webkit-box-shadow: 0px -11px 33px -9px rgba(0, 0, 0, 0.68) inset;
  -moz-box-shadow: 0px -11px 33px -9px rgba(0, 0, 0, 0.68) inset;
}

#landing .flexbox-row {
  position: relative;
  height: 100vh;

  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 100;
  padding: 0 var(--space-4);
}

#landing .flexbox-row ul {
  width: 100%;
}

#landing .flexbox-col {
  position: relative;
  z-index: 100;
}

#landing h1 {
  position: relative;
  display: block;
  width: auto;
  color: white !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#landing .typed-out {
  position: relative;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: clamp(1.5rem, 2.5vw + 1rem, 3.5rem);
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--color-white);
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
  border-right: 0.15em solid var(--website-color-1);
  width: auto;
  max-width: fit-content !important;
  overflow: hidden;
  animation: typing 3s steps(20, end) forwards, blinking 0.8s infinite;
  z-index: 100;
}

#landing .typed-out::before {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2rem, 2.5vw + 1rem, 4rem);
  content: "{";
  margin-right: 0.3rem;
  color: var(--website-color-3);
}

#landing .typed-out::after {
  font-size: clamp(2rem, 2.5vw + 1rem, 4rem);
  font-family: "Open Sans", sans-serif;
  content: "}";
  margin-left: 0.3rem;
  color: var(--website-color-3);
}

#landing .flexbox-row #get-quote {
  display: none;
}

#landing .flexbox-row .get-quote-btn {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: var(--website-color-4) !important;
  font-size: calc(1rem + 0.25vw);
  text-transform: capitalize;
  font-weight: 700;
  white-space: nowrap;
  padding: 2px 1px;
  border: 1px solid var(--website-color-1);
  border-radius: var(--border-radius-medium);
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(50px);
  transition: all 0.3s ease-in-out;
  z-index: 100;
  transform: scale(1.03);
  background: linear-gradient(
    var(--gradient-angle),
    rgba(22, 22, 22),
    rgb(22, 22, 22),
    rgba(0, 255, 255, 1)
  );
  animation: rotation 8s linear infinite;
}

/* #landing .flexbox-row .get-quote-btn:hover {
} */

#landing .flexbox-row .get-quote-btn div {
  padding: var(--space-4) var(--space-8);
  margin: auto;
  width: 99%;
  height: 99%;
  background-color: var(--website-color-1);
  border-radius: var(--border-radius-small);
  transition: all 0.2s;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
}

/* SECTION-2 */

#why-us {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 11rem var(--space-4) 0;
  background-image: url(../images/site_imgs/section-2/people-panaramic.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: -1% -10%;
  border-top: 1px solid rgba(0, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

#why-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(
    142deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 255, 255, 0.05) 100%
  );
  z-index: 1;
}

#why-us > * {
  position: relative;
  z-index: 2;
}

#why-us h2 {
  color: var(--color-white);
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

#why-us .brackets {
  color: var(--website-color-3);
}

#why-us .flexbox-row li img {
  width: 100%;
  max-width: auto;
}

#why-us .flexbox-row {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: stretch;
  gap: var(--space-4);
  list-style: none;
}

#why-us .flexbox-row li {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
  padding: var(--space-4);
}

#why-us h3,
#why-us h4 {
  color: var(--website-color-3);
  font-size: clamp(1rem, 2.5vw + 1rem, 1.5rem);
  text-shadow: none;
  padding: 0 0 var(--space-6) !important;
  margin: 0;
}

#why-us article.about {
  overflow: hidden;
}

#why-us i#lightbulb-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
  background-image: url(../images/site_imgs/icons/lightbulb.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 200px;
  display: inline-block;
  width: 100%;
  height: 300px;
  background-color: transparent;
  opacity: 0.2;
}

#why-us i#rocket-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
  background-image: url(../images/site_imgs/icons/rocket.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 200px;
  display: inline-block;
  width: 100%;
  height: 300px;
  background-color: transparent;
  opacity: 0.2;
}

#why-us i#timer-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
  background-image: url(../images/site_imgs/icons/timer.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 200px;
  display: inline-block;
  width: 100%;
  height: 300px;
  background-color: transparent;
  opacity: 0.2;
}

#why-us .flexbox-row li article {
  position: relative;
  text-align: center;
  padding: var(--space-8);
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 2px 10px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 10px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 10px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-large);
  border: 1px solid rgba(0, 255, 255, 0.2);
}

#why-us .flexbox-row li p {
  color: var(--color-white);
  font-weight: 500;
}

#why-us .flexbox-col {
  width: 100%;
  justify-content: center;
  gap: clamp(1rem, 2vw, 3rem);
}

#why-us .projects {
  margin-top: 11rem;
}

#why-us .projects h3 {
  margin: 0;
  padding: 0;
}

.project-row {
  display: flex;
  align-items: center;
  gap: 11rem;
  margin: 0 0 11rem;
  padding: 0 var(--space-4);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}

.project-showcase:last-of-type .project-row {
  margin: 0 0 100px;
}

.project-text ul.project-features {
  list-style: circle;
  margin-top: var(--space-6);
  padding-left: var(--space-4);
}

.project-text ul.project-features li {
  color: var(--website-color-3);
  padding: var(--space-4) 0;
}

.project-text ul.project-features li span,
.project-text h3 {
  color: var(--website-color-4) !important;
  font-weight: bold !important;
}

.project-text span.brackets {
  font-size: calc(1rem + 0.25vw) !important;
}

.project-row.reverse {
  flex-direction: row-reverse;
}

.project-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.project-text {
  flex: 1;
}

.project-visual {
  flex: 1;
  cursor: pointer;
  position: relative;
  border-radius: var(--border-radius-large);
  perspective: 1200px;
  background: transparent;
}
.project-visual::after {
  content: "CLICK FOR FULL DEMO";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 255, 255, 0.8);
  color: #000;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999;
  pointer-events: none;
}

.project-visual:hover::after {
  opacity: 1;
}

.project-visual img,
.project-visual video {
  width: 100%;
  display: block;
  border-radius: var(--border-radius-large);
}

.video-container {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius-large);
  background: transparent;

  transform: rotateY(-28deg) rotateX(0);
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.6s ease;

  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  border-radius: var(--border-radius-large);
  transition: opacity 0.4s ease;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  display: block;
  border-radius: var(--border-radius-large);
  transition: opacity 0.4s ease;
}

.video-container.is-playing img {
  opacity: 0;
}

.video-container.is-playing video {
  opacity: 1;
}

.project-row.reverse .video-container {
  transform: rotateY(28deg) rotateX(0);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}

.project-visual:hover .video-container {
  transform: rotateY(0deg) rotateX(0deg) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.zoom-ghost {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  z-index: 99999;
}

#why-us .scroll-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  z-index: 9000;
  padding: var(--space-8) 0 0;
  margin: 0 var(--space-4) 0;
}

#why-us .scroll-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  gap: var(--space-12);
  animation: scroll-left 240s linear infinite;
  will-change: transform;
  box-sizing: border-box;
  width: max-content;
  min-width: 100%;
  backface-visibility: hidden;
}

#why-us .scroll-content:hover {
  animation-play-state: paused;
}

#why-us .scroll-item {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#why-us .scroll-item:hover {
  transform: scale(1);
}

#why-us .scroll-item img {
  display: block;
  max-width: 250px;
  height: 100%;
  max-height: 75px;
  padding: 0;
  margin: 0;
}
@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.98);
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: zoom-out;
}
.zoom-overlay.active {
  opacity: 1;
}

.zoom-ghost {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 99999;
  height: auto;
  max-height: 85vh;
  max-width: 90vw;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  cursor: zoom-out;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: var(--border-radius-small);
  /* padding: var(--space-4); */
  margin: var(--space-4) auto;
}
.zoom-ghost.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.zoom-close {
  position: fixed;
  top: 0;
  right: 1rem;
  font-size: 50px;
  color: var(--website-color-3);
  z-index: 100000;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.zoom-close.active {
  opacity: 1;
}

body.stop-scrolling {
  height: 100vh;
  overflow: hidden;
  padding-right: 15px;
}

/* SECTION-4 */
#services .bubble-wrapper {
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: calc(100vw - 1rem);
  height: auto;
}

#services {
  position: relative;
  background-color: transparent;
  background-image: url(../images/site_imgs/section-2/people-panaramic.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.8) inset;
}

#services section {
  position: relative;
  background-color: transparent;
  z-index: 100;
  height: auto;
  padding: var(--space-12) auto;
}

#services h2 {
  color: var(--color-white);
  padding: var(--space-12) 0;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

/* SERVICE LINKS */
#services .cards-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: transparent;
}

#services .card {
  flex: 1 1 calc(25% - 1rem);
  display: block;
  padding: 2px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(50px);
}

#services .card ul.category-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: var(--website-color-4) !important;
  border: 1px solid var(--website-color-2);
  border-top: 3px solid var(--website-color-3);
  border-radius: var(--border-radius-medium);
  transition: all 0.3s ease-in-out;
}

#services .card ul.category-card:hover {
  border: 1px solid var(--website-color-3);
  border-top: 3px solid var(--website-color-3);
}

#services .card ul.category-card li {
  position: relative;
  text-align: center;
  margin: 0;
}

#services .card .category-card-title,
#services .card p {
  color: var(--color-white);
  text-align: center;
  white-space: normal;
  /* word-break: break-word; */
  overflow-wrap: break-word;
  padding: var(--space-4);
}

#services .card .category-card-title {
  font-family: "Merriweather", serif;
  font-size: calc(1rem + 0.25vw);
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0;
}

#services .card p {
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
}

#services .card ul.category-card li img {
  width: 100%;
  max-width: 7rem;
  opacity: 0.5;
  padding: var(--space-6) 0 var(--space-4);
  transition: opacity 0.4s ease-in-out;
}

#services .card ul.category-card:hover > li > img {
  opacity: 1;
}

#services #main-selections {
  position: relative;
  margin: var(--space-12) 0;
  background-color: transparent;
}

#services .pointer-img {
  position: absolute;
  background-image: url(../images/site_imgs/section-4/right-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 25%;
  width: 100%;
  height: 200px;
}

#services .title-container {
  display: flexbox;
  justify-content: center;
  align-items: center;
  padding: var(--space-12) 0 var(--space-12);
}

#services h3 {
  color: var(--website-color-1);
  background-color: var(--website-color-3);
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto -33px;
  padding: var(--space-2) var(--space-6);
  border-radius: var(--border-radius-small);
  z-index: 2;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
}

#services hr {
  width: var(--layout-w-480);
  position: relative;
  border-color: var(--website-color-3);
  z-index: 1;
  box-shadow: 0px -14px 19px -7px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0px -14px 19px -7px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0px -14px 19px -7px rgba(0, 0, 0, 0.75) inset;
}

#services .main-packages.hidden,
#services .sub-selection.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#services .main-packages.visible,
#services .sub-selection.visible {
  position: relative;
  /* display: block; */
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 200;
}

#services .package-container {
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: var(--space-12);
  background-color: transparent;
}

#services .package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  flex: 1 1 calc(25% - 1rem);
  padding: var(--space-6);
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(22, 22, 22, 0.98);
  border: 1px solid var(--website-color-2);
  border-top: 3px solid var(--website-color-3);
  border-radius: var(--border-radius-medium);
  opacity: 0.9;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
}

#services .package-card img.promo {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}

#services .package-card img.add-promo {
  display: inline-block;
}

#services .package-card li {
  margin: 0 0 var(--space-2);
}
#services .package-card li.flexbox-row {
  padding: 0 var(--space-4);
}

#services .package-card li:last-of-type {
  margin-bottom: var(--space-2);
}

#services .package-card .footer {
  margin-top: auto;
  width: 100%;
}

#services .package-card li hr {
  width: 100%;
  border: none;
  border-top: 1px solid var(--website-color-3);
  border-bottom: 1px solid var(--website-color-1);
}

#services .package-card li:last-child {
  /* margin-top: auto; */
  margin-bottom: 0;
}

#services .package-card:hover {
  opacity: 1;
  transform: scale(1.03);
  border: 1px solid var(--website-color-3);
  border-top: 3px solid var(--website-color-3);
}

#services .package-card .package-title,
#services .package-card p,
#services .package-card sub {
  color: var(--color-white);
  text-align: left;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

#services .package-card p {
  padding: 0;
}

#services .package-card sub {
  text-transform: capitalize;
  font-weight: 700;
}

#services .package-card p .font-s {
  font-weight: 400;
  color: var(--website-color-4) !important;
}

#services .package-card .package-title {
  color: var(--website-color-3) !important;
  font-size: calc(1rem + 0.25vw);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: var(--space-2);
}

#services .package-card .package-info {
  font-weight: 500;
  padding-bottom: var(--space-6);
}

#services .package-card .package-price {
  color: var(--color-white);
  text-align: right;
  font-weight: 700;
  font-size: calc(1rem + 0.25vw);
}

#services .package-card .package-price-info {
  text-align: right;
  font-weight: 700;
  font-size: calc(0.825rem + 0.2vw);
}

#services #domain-search-box {
  position: relative;
  width: 100%;
  padding: var(--space-6) 0 0;
}

#services #domain-search-box .flexbox-row {
  color: var(--website-color-4);
  height: auto;
  align-items: center;
  justify-items: center;
  gap: var(--space-2);
  padding: 0;
  margin: 0;
}

#services #domain-search-box p {
  font-size: calc(0.825rem + 0.2vw);
  text-align: center;
  color: var(--website-color-4);
  font-weight: 700;
  padding: 0;
}

#services #domain-search-box #domain-btns {
  justify-content: center;
  margin-top: var(--space-6);
}

#services #domain-search-box #inputs {
  width: 100%;
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
}

#services #domain-search-box #inputs input {
  flex: 0 0 75%;
  /* or 74% depending on visual spacing */
  border: 3px solid var(--website-color-4);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}

#services #domain-search-box #inputs select {
  flex: 0 0 25%;
  border: 3px solid var(--website-color-4);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-sizing: border-box;
  text-transform: lowercase;
}

#services #domain-search-box input:focus,
#services #domain-search-box select:focus {
  border: 3px solid var(--website-color-3);
  outline: none;
  /* optional: removes default browser outline */
  box-shadow: 0px 0px 17px 2px rgba(0, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 255, 255, 0.25);
}

#services div.domain-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: var(--space-4) 0 0;
}

#services div.domain-list:last-child {
  margin-bottom: 0;
}

#services .domain-list p {
  flex: 0 0 60%;
}

#services .domain-list .package-price {
  flex: 0 0 20%;
  padding: 0;
  padding-right: 10px;
}

#services .domain-list .domain-btn {
  width: 100%;
  flex: 0 0 20%;
  padding: 6px 3px;
  margin-top: var(--space-1);
  text-align: center;
  font-weight: 700;
  background-color: var(--website-color-3);
  border-radius: var(--border-radius-small);
  color: black;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
}
#services .domain-list .domain-btn:hover {
  background-color: rgb(30, 230, 230);
}

ul#slider-pager {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
}

ul#slider-pager a {
  text-transform: capitalize;
  display: inline-block;
  background-color: var(--website-color-1);
  border: 1px solid var(--website-color-2);
  color: var(--color-white);
  font-weight: 700;
  padding: var(--space-4) var(--space-6);
  box-shadow: 0px 26px 12px -17px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 26px 12px -17px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 26px 12px -17px rgba(0, 0, 0, 0.45);
  transition: all 0.4s ease-in-out;
}

ul#slider-pager a:first-child {
  border-top-left-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
}

ul#slider-pager a:last-child {
  border-top-right-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
}

.hover,
ul#slider-pager a:hover,
ul#slider-pager a:focus {
  outline: none;
  background: var(--website-color-2) !important;
  border: 1px solid var(--website-color-3) !important;
  box-shadow: 0px 26px 12px -23px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 26px 12px -23px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 26px 12px -23px rgba(0, 0, 0, 0.45);
}

ul#slider-pager button.btn:disabled {
  padding: var(--space-4) var(--space-6);
  color: var(--color-gray-300);
  border: 1px solid var(--color-gray-500);
  border-radius: var(--border-radius-small);
  background-color: var(--color-gray-500);
}

#connect {
  position: relative;
  background-image: url(../images/site_imgs/section-call-to-action/section-call-to-action.png);
  background-color: var(--color-white);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -150px -200px;
  border-top: 1px solid var(--website-color-3);
  z-index: 100;
  padding: var(--space-12) var(--space-4);
  box-shadow: 0px -14px 19px -7px rgba(0, 0, 0, 0.44) inset;
  -webkit-box-shadow: 0px -14px 19px -7px rgba(0, 0, 0, 0.44) inset;
  -moz-box-shadow: 0px -14px 19px -7px rgba(0, 0, 0, 0.44) inset;
}

#connect section {
  max-width: var(--layout-w-960);
}

#connect h2,
#connect p {
  text-align: center;
  color: var(--font-color-alt);
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0);
}

#connect article p {
  color: var(--font-color);
}

#connect article {
  background-color: var(--website-color-1);
  padding: var(--space-8);
  border-radius: var(--border-radius-large);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#connect .flexbox-row {
  /* flex-wrap: wrap; */
  align-items: center;
  gap: var(--space-8);
  /* padding: var(--space-1); */
  text-align: center;
}

#connect .flexbox-row li {
  width: 100%;
  max-width: 50%;
  height: 100%;
}

#connect .flexbox-row li img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* max-height: 328px; */
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: cover;
}

#connect .flexbox-row li ul.flexbox-col {
  justify-items: center;
  align-items: center;
}

#connect .flexbox-row li ul.flexbox-col li:first-of-type {
  font-size: calc(1rem + 0.25vw);
  font-weight: 600;
  color: var(--color-white);
  word-wrap: none;
  white-space: nowrap;
  margin-bottom: var(--space-6);
}

#connect .create-appt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 20px;
  gap: 20px;
  text-decoration: none;
  box-sizing: border-box;
}

#connect .create-appt p {
  font-size: calc(1rem + 0.25vw);
  color: var(--website-color-4);
  margin: 0;
  width: 100%;
  display: block;
  line-height: 1.4;
  white-space: normal;
}

#connect .create-appt i {
  color: var(--website-color-4);
  font-size: 100px !important;
  height: auto !important;
  width: auto !important;
  display: block;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
#connect .create-appt:hover i {
  color: var(--website-color-3);
  transform: scale(1.1);
}

/* KEYFRAMES, PROPERTY */

@keyframes typing {
  from {
    width: 0;
    /* Start from width 0 */
  }

  to {
    width: 100%;
    /* End at full width */
  }
}

@keyframes erase {
  from {
    width: 100%;
    /* Start from full width */
  }

  to {
    width: 0;
    /* End at width 0 */
  }
}

@keyframes blinking {
  50% {
    border-color: transparent;
    /* Blink effect */
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes rotation {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* =============================================================================
MEDIA RESPONSIVE 
================================================================================ */

/* Responsive breakpoints */
@media (max-width: 75rem) {
  /*1200px */
  #services .card,
  #services .package-card {
    flex: 1 1 calc(33.333% - 1rem);
    /* 3 columns */
  }

  #services {
    padding: 0 var(--space-4);
  }

  ul#slider-pager {
    width: 100%;
    overflow-x: auto;
    /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch;
    /* smooth iOS scroll */
    justify-content: center;
    align-items: center;
    padding: 0 var(--space-4) var(--space-4);
  }
}

@media (max-width: 56.25rem) {
  /*900px */
  #services .card,
  #services .package-card {
    flex: 1 1 calc(50% - 1rem);
    /* 2 columns */
  }

  #services {
    padding: 0 var(--space-4);
  }

  ul#slider-pager {
    width: 100%;
    overflow-x: auto;
    /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch;
    /* smooth iOS scroll */
    justify-content: center;
    align-items: center;
    padding: 0 var(--space-4) var(--space-4);
  }

  #landing .scroll-item img {
    width: 100px;
    max-width: 100px;
  }
}

@media (max-width: 48rem) {
  /* 768px */
  #landing .flexbox-row {
    margin-top: var(--space-12);
    flex-direction: column;
    flex-wrap: wrap;
  }

  #landing a,
  #why-us a,
  #section-3 a,
  #services a,
  #section-5 a,
  #landing button,
  #why-us button,
  #section-3 button,
  #services button,
  #section-5 button {
    text-align: center;
  }

  #landing .flexbox-row #get-quote {
    display: inline-block;
  }

  #landing .flexbox-row .btn {
    width: 100%;
    max-width: 10rem;
    padding: var(--space-4);
  }

  #landing .flexbox-col {
    width: 100%;
    gap: var(--space-6);
  }

  #why-us .flexbox-row li article {
    box-shadow: 2px 7px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 7px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 7px 10px -5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  #why-us .flexbox-row.sm-cards {
    flex-wrap: wrap;
    margin-top: var(--space-6);
  }

  #why-us .sm-cards li {
    width: 100%;
    padding: var(--space-6) 0;
    border: none;
  }

  .top-bg-fadeout,
  .bottom-bg-fadeout {
    width: auto;
    max-width: 100%;
  }

  @media (max-width: 768px) {
    #why-us .flexbox-row {
      flex-direction: column;
    }

    #why-us .flexbox-row li {
      width: 100%;
    }
  }

  #why-us i#lightbulb-icon {
    display: inline-block;
    background-image: url(../images/site_imgs/icons/lightbulb.svg);
    background-repeat: no-repeat;
    background-position: 100% 20%;
    background-size: 100px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(20deg);
    width: 100%;
    height: 200px;
    opacity: 0.2;
  }

  #why-us i#rocket-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(20deg);
    background-image: url(../images/site_imgs/icons/rocket.svg);
    background-repeat: no-repeat;
    background-position: 95% 20%;
    background-size: 100px;
    display: inline-block;
    width: 100%;
    height: 200px;
    background-color: transparent;
    opacity: 0.2;
  }

  #why-us i#timer-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(20deg);
    background-image: url(../images/site_imgs/icons/timer.svg);
    background-repeat: no-repeat;
    background-position: 100% 20%;
    background-size: 100px;
    display: inline-block;
    width: 100%;
    height: 200px;
    background-color: transparent;
    opacity: 0.2;
  }

  .project-row.reverse .project-text {
    text-align: left;
  }

  #why-us .projects {
    margin-top: var(--space-12);
  }
  .project-showcase:last-of-type .project-row {
    margin: 0 0 var(--space-12);
  }
  .project-row,
  .project-row.reverse {
    flex-direction: column-reverse;
    gap: var(--space-8);
    /* text-align: right; */
    margin-bottom: var(--space-12);
  }

  .project-row .video-container,
  .project-row.reverse .video-container {
    transform: rotateY(0deg) rotateX(0deg) scale(1);
  }

  #services .cards-container {
    width: calc(100vw - 2rem);
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 var(--space-4) var(--space-2);
    gap: 1rem;
    background-color: transparent;
    scrollbar-width: thin;
  }

  #services .card {
    min-width: 150px;
    flex-shrink: 0;
    margin-bottom: var(--space-4);
  }

  #services .card ul.category-card li img {
    max-width: 3rem;
  }

  #services hr,
  #services .pointer-img {
    display: none;
  }

  #services .title-container {
    padding: 0 0 var(--space-12);
  }

  #services .card,
  #services .package-card {
    flex: 1 1 100%;
    margin-bottom: var(--space-2);
  }

  #services .package-card li.flexbox-row {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }

  #services .package-card hr {
    display: block;
  }

  #services section {
    padding: 0;
  }

  #services h2 {
    text-align: center;
  }

  #services #domain-search-box .flexbox-row {
    flex-wrap: wrap;
  }

  #services #domain-search-box .flexbox-row .btn {
    max-width: 100%;
    margin-top: var(--space-1);
    padding: var(--space-2);
  }

  #services div.domain-list {
    justify-content: end;
    flex-wrap: wrap;
    margin-bottom: var(--space-4);
  }

  #services .domain-list:last-of-type {
    margin-bottom: 0;
  }

  #services .domain-list p {
    flex: 0 0 100%;
  }

  #services .domain-list .package-price {
    flex: 0 0 100%;
    text-align: right;
    padding: 0;
  }

  #services .domain-list .domain-btn {
    width: 100%;
    flex: 0 0 100%;
  }

  ul#slider-pager {
    width: 100%;
    overflow-x: auto;
    /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch;
    /* smooth iOS scroll */
    justify-content: start;
    align-items: center;
    padding: 0 var(--space-4) var(--space-4);
  }

  ul#slider-pager .btn {
    height: 100%;
  }

  ul#slider-pager a {
    width: auto;
    max-width: 100%;
    height: 100%;
    padding: var(--space-4);
    font-size: 0.9rem;
  }

  #connect .flexbox-row {
    flex-direction: column;
    flex-wrap: wrap;
    gap: var(--space-4);
  }

  #connect article {
    padding: var(--space-8);
  }

  #connect .flexbox-row li {
    max-width: 100%;
  }

  #connect .flexbox-row .btn-alt {
    width: 100%;
  }
}
