/***** Wrapper *****/
/***** Sidebar *****/
/***** Sidebar Content *****/
/***** Sidebar Dark overlay *****/
/* Sidebar Style for all buttons with the class btn-customized */
/******Typewriter******/
/*****Sections ******/
/****Animated gradient border****/
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/***`sm` applies to x-small devices (portrait phones, less than 576px)***/
/* // `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... } */
body {
  font-family: "Afacad", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #d3d1d9;
}

a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.5rem;
}

p {
  font-size: 1.75rem;
}

ul {
  list-style: none;
}

.wrapper {
  display: block;
}

.homepageAnimations {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 999;
  background: #0f0620;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}
.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  transition: all 0.3s;
}
.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-size: 25px;
}
.sidebar ul li a:hover {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  color: #fff;
}
.sidebar ul li a:focus {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  color: #fff;
}
.sidebar ul li a i {
  margin-right: 5px;
}
.sidebar ul li.active > a {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  color: #fff;
}
.sidebar ul li.active > a:hover {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  color: #fff;
}
.sidebar ul li.active > a:focus {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  color: #fff;
}
.sidebar ul ul a {
  background: #444;
  padding-left: 30px;
  font-size: 14px;
}
.sidebar ul ul li.active > a {
  background: #555;
}
.sidebar a[data-toggle=collapse] {
  position: relative;
}
.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar.active {
  left: 0;
}

.content {
  width: 100%;
  transition: all 0.3s;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.open-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 997;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}
.open-menu.btn-customized:hover {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}
.open-menu.btn-customized:active {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}
.open-menu.btn-customized:active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}
.open-menu.btn-customized:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized.active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0.75rem 1.5rem;
  background: #0f0620;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}
a.btn-customized:hover {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}
a.btn-customized:active {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}
a.btn-customized:active:focus {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}
a.btn-customized:focus {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized.active:focus {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border: 0;
  color: #fff;
  box-shadow: none;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.dismiss:hover {
  color: #fff;
}
.dismiss:focus {
  background: #555;
  color: #fff;
}

a[aria-expanded=true] {
  background: #444;
  color: #fff;
}

.Typewriter__cursor {
  font-size: 2em;
}

span.Typewriter__wrapper {
  color: white;
}
span.Typewriter__wrapper h1 mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}

section#firstView {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 8rem;
}
section#firstView .wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
section#firstView .wave span {
  content: "";
  position: absolute;
  width: 325vh;
  height: 325vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #0f0620;
}
section#firstView .wave span:nth-child(1) {
  border-radius: 45%;
  background: rgb(15, 6, 32);
  animation: animate 5s linear infinite;
}
section#firstView .wave span:nth-child(2) {
  border-radius: 40%;
  background: rgba(15, 6, 32, 0.5);
  animation: animate 10s linear infinite;
}
section#firstView .wave span:nth-child(3) {
  border-radius: 42.5%;
  background: rgba(15, 6, 32, 0.5);
  animation: animate 15s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
section.businessCards, section.ecommercePlatforms, section.contactMeForm, section.footer, section.pricePlans, section.portfolio-and-testimonials {
  margin-top: 8rem;
}

.accordion_head {
  font-size: 35px;
  margin: 0 0 1px 0;
  padding: 7px 11px;
  font-weight: bold;
}

.plusminus {
  padding-left: 80px;
}

section#contactMeForm {
  text-align: start;
}

#formWidth {
  isolation: isolate;
  --text-color: #fff;
  --text-color-2: #f3f8fa;
  --bg-color: #0f0620;
  --border-color: #381d6a;
  border-radius: 24px;
  color: var(--text-color);
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  margin-left: 0;
  margin-right: 0;
}
#formWidth h2 mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 3s ease-out, transform 3s ease-out;
}

.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.card {
  isolation: isolate;
  --text-color: #fff;
  --text-color-2: #f3f8fa;
  --bg-color: #0f0620;
  --border-color: #381d6a;
  border-radius: 24px;
  color: var(--text-color);
  background: var(--bg-color);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
.card mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}
.card ul {
  font-size: 1.75rem;
}

form .form-label {
  font-size: 30px;
}
form .form-label mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}
form .form-text mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}
form .btn-primary {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  font-size: 30px;
}

#box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  color: white;
  font-size: 2.5rem;
  text-align: center;
}

.gradient-border {
  border-width: 3px;
  background: #1d1f20;
  position: relative;
  border-radius: var(3px);
}
.gradient-border:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: 6px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .sidebar .logo a {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 172px 34px !important;
  }
  .sidebar.light .logo a {
    background-image: url(../img/logo-dark@2x.png) !important;
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .sidebar .logo a {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 172px 34px !important;
  }
  .sidebar.light .logo a {
    background-image: url(../img/logo-dark@2x.png) !important;
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2/1) {
  .sidebar .logo a {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 172px 34px !important;
  }
  .sidebar.light .logo a {
    background-image: url(../img/logo-dark@2x.png) !important;
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .sidebar .logo a {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 172px 34px !important;
  }
  .sidebar.light .logo a {
    background-image: url(../img/logo-dark@2x.png) !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .sidebar .logo a {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 172px 34px !important;
  }
  .sidebar.light .logo a {
    background-image: url(../img/logo-dark@2x.png) !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .sidebar .logo a {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 172px 34px !important;
  }
  .sidebar.light .logo a {
    background-image: url(../img/logo-dark@2x.png) !important;
  }
}
@media (max-width: 575.98px) {
  #box {
    width: 300px;
    height: 150px;
    font-size: 2rem;
  }
  .whatIDoMainCardDesktopView {
    display: none;
  }
  .whatIDoMainCardMobileView {
    display: flex !important;
  }
  .starterWebsitePackageDesktopView {
    display: none;
  }
  .starterWebsitePackageMobileView {
    display: flex !important;
  }
  .businessWebsitePackageDesktopView {
    display: none;
  }
  .businessWebsitePackageMobileView {
    display: flex !important;
  }
  .ecommerceWebsitePackageDesktopView {
    display: none;
  }
  .ecommerceWebsitePackageMobileView {
    display: flex !important;
  }
  .bespokeWebsitePackageDesktopView {
    display: none;
  }
  .bespokeWebsitePackageMobileView {
    display: flex !important;
  }
  .hostingWebsitePackageDesktopView {
    display: none;
  }
  .hostingWebsitePackageMobileView {
    display: flex !important;
  }
  .Typewriter__wrapper h1 {
    font-size: 4rem;
  }
  #dotlottie-canvas {
    display: none;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1250px);
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 2500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
  padding: 5px 0 5px 0;
}

.modal .modal-content {
  background-color: #0f0620;
}
.modal .modal-content .modal-title mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}
.modal .modal-content .modal-body mark {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
  font-size: 25px;
}
.modal .modal-content .modal-footer .btn-secondary {
  background: linear-gradient(270deg, #d42f4a 0%, #f82bbf 100%);
  font-size: 25px;
}

#termsAndConditionsModal li, #termsAndConditionsModal p {
  color: #fff;
}
#termsAndConditionsModal ::marker {
  font-size: 1.75rem;
}

section.footer .footerSocialIcons {
  display: flex;
  justify-content: center;
}
section.footer .footerSocialIcons i.fa-brands.fa-linkedin.fa-2xl, section.footer .footerSocialIcons i.fa-brands.fa-square-x-twitter.fa-2xl, section.footer .footerSocialIcons i.fa-brands.fa-square-instagram.fa-2xl {
  font-size: 4em;
  color: #0f0620;
  line-height: 1;
  padding: 0 15px;
}
section.footer #termsAndConditions {
  cursor: pointer;
}/*# sourceMappingURL=styles.css.map */