@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Milky Walky";
  src: url("../assets/fonts/MilkyWalky-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-black: #0A0B11;
  --primary-color: #DC2997;
  --footer-bg: #1B1E24;
  --text-color: #BBBBBD;
  --gray-color: #2F3238;
  --border-color: #3B3D43;
  --text-color-dark-gray: #8D8E91;
  --purple-color: #390F30;
  --secondary-color: #374046;
  --black-color: #000000;
  --white-color: #FFFFFF;
  --hover-color: #FFF2DE;
  --mid-blue: #1488CA;
  --hero-blue: #009EF2;
  --border-color-light: #BCBFC1;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1216px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1272px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media screen and (max-width: 991px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.col-1:not(:first-child), .col-2:not(:first-child), .col-3:not(:first-child), .col-4:not(:first-child), .col-5:not(:first-child), .col-6:not(:first-child), .col-7:not(:first-child), .col-8:not(:first-child), .col-9:not(:first-child), .col-10:not(:first-child), .col-11:not(:first-child), .col-12:not(:first-child), .col:not(:first-child),
.col-auto:not(:first-child), .col-sm-1:not(:first-child), .col-sm-2:not(:first-child), .col-sm-3:not(:first-child), .col-sm-4:not(:first-child), .col-sm-5:not(:first-child), .col-sm-6:not(:first-child), .col-sm-7:not(:first-child), .col-sm-8:not(:first-child), .col-sm-9:not(:first-child), .col-sm-10:not(:first-child), .col-sm-11:not(:first-child), .col-sm-12:not(:first-child), .col-sm:not(:first-child),
.col-sm-auto:not(:first-child), .col-md-1:not(:first-child), .col-md-2:not(:first-child), .col-md-3:not(:first-child), .col-md-4:not(:first-child), .col-md-5:not(:first-child), .col-md-6:not(:first-child), .col-md-7:not(:first-child), .col-md-8:not(:first-child), .col-md-9:not(:first-child), .col-md-10:not(:first-child), .col-md-11:not(:first-child), .col-md-12:not(:first-child), .col-md:not(:first-child),
.col-md-auto:not(:first-child), .col-lg-1:not(:first-child), .col-lg-2:not(:first-child), .col-lg-3:not(:first-child), .col-lg-4:not(:first-child), .col-lg-5:not(:first-child), .col-lg-6:not(:first-child), .col-lg-7:not(:first-child), .col-lg-8:not(:first-child), .col-lg-9:not(:first-child), .col-lg-10:not(:first-child), .col-lg-11:not(:first-child), .col-lg-12:not(:first-child), .col-lg:not(:first-child),
.col-lg-auto:not(:first-child), .col-xl-1:not(:first-child), .col-xl-2:not(:first-child), .col-xl-3:not(:first-child), .col-xl-4:not(:first-child), .col-xl-5:not(:first-child), .col-xl-6:not(:first-child), .col-xl-7:not(:first-child), .col-xl-8:not(:first-child), .col-xl-9:not(:first-child), .col-xl-10:not(:first-child), .col-xl-11:not(:first-child), .col-xl-12:not(:first-child), .col-xl:not(:first-child),
.col-xl-auto:not(:first-child) {
  padding-left: 12px;
}
.col-1:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col:not(:last-child),
.col-auto:not(:last-child), .col-sm-1:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm:not(:last-child),
.col-sm-auto:not(:last-child), .col-md-1:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md:not(:last-child),
.col-md-auto:not(:last-child), .col-lg-1:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg:not(:last-child),
.col-lg-auto:not(:last-child), .col-xl-1:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl:not(:last-child),
.col-xl-auto:not(:last-child) {
  padding-right: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* Extra extra large grid (xxl) */
@media (min-width: 1500px) {
  .col-xxl {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0 {
    gap: 0;
  }
  .g-xxl-1 {
    gap: 0.25rem;
  }
  .g-xxl-2 {
    gap: 0.5rem;
  }
  .g-xxl-3 {
    gap: 1rem;
  }
  .g-xxl-4 {
    gap: 1.5rem;
  }
  .g-xxl-5 {
    gap: 3rem;
  }
  .gx-xxl-0 {
    column-gap: 0;
  }
  .gx-xxl-1 {
    column-gap: 0.25rem;
  }
  .gx-xxl-2 {
    column-gap: 0.5rem;
  }
  .gx-xxl-3 {
    column-gap: 1rem;
  }
  .gx-xxl-4 {
    column-gap: 1.5rem;
  }
  .gx-xxl-5 {
    column-gap: 3rem;
  }
  .gy-xxl-0 {
    row-gap: 0;
  }
  .gy-xxl-1 {
    row-gap: 0.25rem;
  }
  .gy-xxl-2 {
    row-gap: 0.5rem;
  }
  .gy-xxl-3 {
    row-gap: 1rem;
  }
  .gy-xxl-4 {
    row-gap: 1.5rem;
  }
  .gy-xxl-5 {
    row-gap: 3rem;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
} 
.primary-btn {
  padding: 0.547rem 1.667rem;
  border-radius: 100px;
  background-color: var(--primary-color);
  font-size: 0.667rem;
  font-weight: 600;
  color: var(--white-color) !important;
}
.primary-btn:hover {
  color: var(--white-color) !important;
  font-weight: 600 !important;
}

.primary {
  color: var(--primary-color);
}

.service-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.833rem;
  line-height: 160%;
  font-weight: 600;
  color: var(--white-color);
}
@media screen and (max-width: 767px) {
  .service-cta {
    justify-content: center;
  }
}
.service-cta:hover {
  color: var(--white-color) !important;
  font-weight: 600 !important;
}
.service-cta span {
  text-decoration: underline;
}
.service-cta .arrow-cta {
  width: 20px;
  height: 20px;
}

.section-title-block {
  text-align: center;
  margin-bottom: 2.667rem;
}
@media screen and (max-width: 767px) {
  .section-title-block {
    margin-bottom: 1.333rem;
  }
}
.section-title-block .h3 {
  font-weight: 100;
  letter-spacing: -5px;
}
@media screen and (max-width: 767px) {
  .section-title-block .h3 {
    letter-spacing: -1px;
  }
}
.section-title-block .description {
  margin-top: -10px;
}

.circle-cta-wrapper {
  margin-top: 1.667rem;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .circle-cta-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .circle-cta-wrapper.purple {
    display: none;
  }
}
.circle-cta-wrapper.purple::after {
  content: url("../assets/images/content-creation-cta.svg");
}
.circle-cta-wrapper.purple .cirle-cta-block {
  background-color: var(--purple-color);
}
.circle-cta-wrapper::after {
  content: url("../assets/images/hero-cta.svg");
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .circle-cta-wrapper::after {
    content: url("../assets/images/hero-cta-mobile.svg");
  }
}
.circle-cta-wrapper .cirle-cta-block {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .circle-cta-wrapper .cirle-cta-block {
    width: 58px;
    height: 58px;
  }
}
.circle-cta-wrapper .cirle-cta-block svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .circle-cta-wrapper .cirle-cta-block svg {
    width: 18px;
    height: 18px;
  }
}

.content-creation-social-media-block.flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .content-creation-social-media-block.flex {
    margin-bottom: 1rem;
  }
}
.content-creation-social-media-block .s-content:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .content-creation-social-media-block .s-content {
    margin-bottom: 1rem;
  }
}
.content-creation-social-media-block .social-content-block .content-block {
  border-radius: 24px;
  border: 1px solid var(--white-color);
  overflow: hidden;
  position: relative;
}
.content-creation-social-media-block .social-content-block .content-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0A0D14 -32.35%, rgba(10, 13, 20, 0) 86.89%);
  position: absolute;
  top: 0;
  z-index: 1;
}
.content-creation-social-media-block .social-content-block .content-block .cc-header {
  position: absolute;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  z-index: 2;
}
.content-creation-social-media-block .social-content-block .content-block .cc-header .cc-icon {
  width: 64px;
  height: 64px;
}
.content-creation-social-media-block .social-content-block .content-block .cc-footer {
  position: absolute;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 1rem;
  z-index: 2;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .content-creation-social-media-block .social-content-block .content-block .cc-footer {
    gap: 24px;
  }
}
.content-creation-social-media-block .social-image-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .content-creation-social-media-block .social-image-list {
    flex-direction: column;
    gap: 24px;
  }
}
.content-creation-social-media-block .social-image-list .image-block {
  border-radius: 24px;
  border: 1px solid var(--white-color);
  overflow: hidden;
  width: 125px;
}
@media screen and (max-width: 991px) {
  .content-creation-social-media-block .social-image-list .image-block {
    width: 100%;
  }
}
.content-creation-social-media-block .circle-cta-wrapper {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.667rem;
}

.trending-tag {
  padding: 0.333rem 0.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}
.trending-tag .tag-text {
  font-size: 0.667rem;
  line-height: 160%;
  color: var(--white-color);
  font-weight: 600;
}

.footer-social-block {
  display: flex;
  gap: 16px;
}
.footer-social-block .social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary-black);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.footer-social-block .social-icon:hover {
  background: linear-gradient(153.12deg, #DC2997 14.03%, #18A4D7 91.42%);
}
.footer-social-block .social-icon.linkidn svg {
  width: 20px;
  height: 20px;
}
.footer-social-block .social-icon svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-header {
  padding: 3rem 0 3.667rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 1.333rem 0;
  }
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px);
  padding: 1rem 0;
}
.site-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .site-branding {
  width: 266px;
  max-width: 266px;
}
.site-header .main-navigation .navigation {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header .main-navigation .navigation .menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header .main-navigation .navigation .menu .menu-item a {
  font-size: 0.667rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 400;
}
.site-header .mob-navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .mob-navigation {
    display: block;
  }
  .site-header .mob-navigation .navigation-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper {
    position: relative;
    z-index: 999;
    width: 164px;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper a {
    display: block;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu {
    display: flex;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ .menu-primary-menu-container > ul.menu {
    transform: none !important;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 2px);
    background: var(--primary-color);
    width: 100%;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -0.063rem);
    width: 27px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span {
    display: block;
    width: 1.5rem;
    height: 3px;
    margin-bottom: 0.313rem;
    position: relative;
    background: var(--primary-color);
    border-radius: 0.188rem;
    z-index: 1;
    transform-origin: 0.25rem 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(2) {
    transform-origin: 0% 0%;
    width: 24px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(3) {
    transform-origin: 7% 100%;
    width: 24px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(4) {
    transform-origin: 7% 100%;
    width: 24px;
    margin-bottom: 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 1.2rem;
    padding-top: 6.4rem;
    background: var(--primary-black);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li {
    color: var(--link-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 200%;
    padding-bottom: 1rem;
    outline: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li a {
    text-decoration: none;
    color: var(--white-color);
    outline: none;
    font-size: 0.9rem;
    font-weight: 400;
  }
}

.site-footer {
  padding: 0 0 4.167rem 0;
  background-color: var(--footer-bg);
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding-top: 4.167rem;
  }
}
.site-footer .container {
  position: relative;
}
.site-footer .footer-cta-block {
  padding: 3rem;
  border-radius: 24px;
  background-color: var(--gray-color);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .site-footer .footer-cta-block {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-cta-block {
    display: none;
  }
}
.site-footer .footer-cta-block .footer-cta-title {
  margin-bottom: 0.667rem;
}
.site-footer .footer-cta-block .footer-cta-description {
  margin-bottom: 1.667rem;
}
.site-footer .footer-cta-block .footer-cta {
  display: inline-block;
}
.site-footer .footer-cta-block .footer-cta-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 38%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-cta-block .footer-cta-image {
    display: none;
  }
}
.site-footer .footer-content-block {
  display: flex;
  justify-content: space-between;
  padding-top: 11.583rem;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-content-block {
    padding-top: 0;
    flex-direction: column;
    gap: 40px;
  }
}
.site-footer .footer-content-block .footer-branding {
  max-width: 266px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-content-block .footer-branding {
    margin: 0 auto;
  }
}
.site-footer .footer-content-block .content-block {
  text-align: center;
}
.site-footer .footer-content-block .content-block .p:not(:last-child) {
  margin-bottom: 1rem;
}
.site-footer .footer-content-block .content-block .footer-title {
  font-size: 0.833rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 400;
}
.site-footer .footer-content-block .content-block .adrees-n-copyright-block {
  font-size: 0.667rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-content-block .footer-social-block {
    justify-content: center;
  }
}

.hero-section {
  padding: 12rem 0 0 0;
  background: url("../assets/images/SRDHeader.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .content-block {
    margin-bottom: 0.833rem;
  }
}
.hero-section .content-block .h1 {
  margin-bottom: 0.667rem;
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .h1 {
    margin-bottom: 0;
  }
}
.hero-section .content-block .hero-description {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .hero-description {
    width: 100%;
  }
}
.hero-section .image-block {
  max-width: 500%;
  width: 200%;
  transform: translate(-27%, -12%);
}
@media screen and (max-width: 991px) {
  .hero-section .image-block {
    width: 150%;
    transform: translate(-15%, -20%);
  }
}
@media screen and (max-width: 575px) {
  .hero-section .image-block {
    width: 110%;
    transform: translate(-4%, -24%);
  }
}
@media screen and (max-width: 575px) {
  .hero-section .image-block .hero-image {
    display: none;
  }
}
.hero-section .image-block .hero-image-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .hero-section .image-block .hero-image-mobile {
    display: block;
  }
}
.hero-section .image-right {
  position: absolute;
  top: -30px;
  right: 0;
  width: 620px;
  height: 620px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .hero-section .image-right {
    top: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .image-right {
    top: -10%;
    right: -50%;
  }
}
.hero-section .image-left {
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero-section .image-left {
    bottom: -6%;
    left: 0;
    z-index: 99;
  }
}

.services-section {
  position: relative;
}
.services-section .services-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .services-section .services-block {
    flex-direction: column;
  }
}
.services-section .services-block .service {
  width: 33.333%;
  padding: 3.333rem;
  border: 1px solid var(--border-color);
  border-top: 0px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1260px) {
  .services-section .services-block .service {
    padding: 2rem 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .services-section .services-block .service {
    width: 100%;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border-color) !important;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-block .service {
    text-align: center;
  }
}
.services-section .services-block .service:hover {
  background-color: var(--primary-color);
}
.services-section .services-block .service:first-child {
  border-left: 0px;
  border-right: 0px;
  border-top-left-radius: 40px;
}
.services-section .services-block .service:nth-child(3) {
  border-left: 0px;
  border-right: 0px;
  border-top-right-radius: 40px;
}
.services-section .services-block .service:nth-child(4) {
  width: 50%;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 991px) {
  .services-section .services-block .service:nth-child(4) {
    width: 100%;
  }
}
.services-section .services-block .service:last-child {
  width: 50%;
  border: 0px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 991px) {
  .services-section .services-block .service:last-child {
    width: 100%;
    border-bottom: 0px !important;
  }
}
.services-section .services-block .service .service-name {
  font-family: "Milky Walky";
  font-size: 1.667rem;
  line-height: 100%;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .services-section .services-block .service .service-name {
    font-size: 1.333rem;
  }
}

.pricing-section .princing-cards-block {
  margin-top: 2.667rem;
}
@media screen and (max-width: 991px) {
  .pricing-section .princing-cards-block .row .col-lg-4:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pricing-section .princing-cards-block {
    margin-top: 0;
  }
}
.pricing-section .princing-cards-block .pricing-card {
  padding: 2.667rem 1.333rem 1.333rem 1.333rem;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid var(--border-color);
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(22px);
}
.pricing-section .princing-cards-block .pricing-card .pricing-tag-block {
  padding: 0 0.5rem;
  border-radius: 24px;
  background-color: var(--primary-color);
  display: inline-block;
  height: 42px;
  margin-bottom: 1.333rem;
}
.pricing-section .princing-cards-block .pricing-card .pricing-tag-block.white-bg {
  background-color: var(--white-color);
}
.pricing-section .princing-cards-block .pricing-card .pricing-tag-block.white-bg .princing-tag {
  color: var(--footer-bg);
}
.pricing-section .princing-cards-block .pricing-card .pricing-tag-block .princing-tag {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.667rem;
  line-height: 160%;
  font-weight: 600;
  color: var(--white-color);
}
.pricing-section .princing-cards-block .pricing-card .price {
  margin-bottom: 0.333rem;
}
.pricing-section .princing-cards-block .pricing-card .tagline {
  font-size: 0.75rem;
  line-height: 160%;
  color: var(--text-color-dark-gray);
  font-weight: 200;
  margin-bottom: 1.333rem;
}
.pricing-section .princing-cards-block .pricing-card .princing-card-desrcription {
  font-size: 0.917rem;
  line-height: 160%;
  font-weight: 300;
  color: var(--white-color);
  margin-bottom: 2.75rem;
}
.pricing-section .princing-cards-block .pricing-card .service-cta {
  justify-content: center;
}

.content-creation-section {
  position: relative;
}
.content-creation-section::before {
  content: url("../assets/images/section-top-clouds.png");
  position: absolute;
  top: -20%;
  width: 100%;
  z-index: -1;
}
.content-creation-section::after {
  content: url("../assets/images/section-bottom-clouds.png");
  position: absolute;
  left: -40%;
  bottom: -38%;
  width: 100%;
  z-index: -1;
}
.content-creation-section .section-title-block {
  margin-bottom: 2rem;
}
.content-creation-section .section-title-block .h3 {
  margin-bottom: 10px;
}
.content-creation-section .section-title-block .description {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .content-creation-section .section-title-block .description {
    width: 100%;
  }
}
.content-creation-section .social-reach-block {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1340px) {
  .content-creation-section .social-reach-block {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .content-creation-section .social-reach-block {
    flex-direction: column;
    margin-top: 1.333rem;
  }
}
.content-creation-section .social-reach-block .reach-block {
  width: 304px;
  min-width: 304px;
  padding-right: 1.333rem;
}
.content-creation-section .social-reach-block .reach-block:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 1340px) {
  .content-creation-section .social-reach-block .reach-block {
    width: 46%;
    min-width: 46%;
    border-right: 1px solid var(--border-color) !important;
  }
}
@media screen and (max-width: 991px) {
  .content-creation-section .social-reach-block .reach-block {
    width: 100%;
    min-width: 100%;
    border-right: 0px !important;
    padding-right: 0px;
    padding-bottom: 1rem;
  }
  .content-creation-section .social-reach-block .reach-block:not(:last-child) {
    border-bottom: 1px solid var(--border-color) !important;
  }
}
.content-creation-section .social-reach-block .reach-block .reach-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
.content-creation-section .social-reach-block .reach-block .reach-header .reach-number {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  color: var(--white-color);
}
@media screen and (max-width: 1340px) {
  .content-creation-section .social-reach-block .reach-block .reach-header .reach-number {
    font-size: 1.667rem;
  }
}
.content-creation-section .social-reach-block .reach-block .reach-header svg {
  width: 32px;
  height: 32px;
}

.recent-project-section .title-block {
  margin-bottom: 1.667rem;
}
.recent-project-section .title-block .content-block .h1 {
  margin-bottom: 8px;
  font-weight: 300;
}
.recent-project-section .title-block .content-block .recent-project-description {
  width: 80%;
}
.recent-project-section .title-block .logos-block {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1285px) {
  .recent-project-section .title-block .logos-block {
    display: none;
  }
}
.recent-project-section .title-block .logos-block .logo {
  width: 248px;
  min-width: 248px;
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2.333rem;
  flex-wrap: wrap;
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-header .tab {
  padding: 0 1rem;
  border-radius: 40px;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(22px);
  transition: all 0.3s ease-in-out;
  height: 40px;
  cursor: pointer;
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-header .tab.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-header .tab:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-header .tab .tab-name {
  font-size: 0.667rem;
  line-height: 100%;
  font-weight: 400;
  color: var(--white-color);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper {
    flex-direction: column;
  }
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content {
  display: none;
  width: 31.333%;
}
@media screen and (max-width: 991px) {
  .recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content {
    width: 100%;
  }
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content .content-creation-social-media-block .social-content-block .content-block .cc-header {
  top: 32px;
  padding: 0 1.333rem;
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content .content-creation-social-media-block .social-content-block .content-block .cc-header .trending-tag {
  background: #FFFFFF;
  backdrop-filter: blur(22px);
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content .content-creation-social-media-block .social-content-block .content-block .cc-header .trending-tag .tag-text {
  color: var(--primary-black);
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content .content-creation-social-media-block .social-content-block .content-block .cc-footer {
  justify-content: flex-start;
  gap: 16px;
}
.recent-project-section .recent-projects .recent-projects-tabs .tab-content-wrapper .tab-content.active {
  display: block;
}

.clients-review-section {
  padding-bottom: 18.75rem;
}
@media screen and (max-width: 1300px) {
  .clients-review-section {
    padding-bottom: 18.75rem;
  }
}
@media screen and (max-width: 991px) {
  .clients-review-section {
    padding-bottom: 4rem;
  }
}
.clients-review-section .title-block {
  text-align: center;
  margin-bottom: 2.667rem;
}
.clients-review-section .title-block .h1 {
  margin-bottom: 0.333rem;
}
.clients-review-section .title-block .p {
  width: 40%;
  margin: 0 auto;
}
.clients-review-section .clients-reviews-block .slider-backdrop {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
  border-radius: 24px;
  border: 1px solid var(--border-color);
  padding: 3.167rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .clients-review-section .clients-reviews-block .slider-backdrop {
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    border: unset;
    padding: 0;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .cloud-top {
  position: absolute;
  top: 0;
  left: -40%;
  z-index: -1;
  width: 472px;
}
.clients-review-section .clients-reviews-block .slider-backdrop .cloud-bottom {
  position: absolute;
  bottom: 0;
  right: -40%;
  z-index: -1;
  width: 472px;
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  max-width: 130%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider {
    width: 100%;
    transform: unset;
    left: unset;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-list {
  overflow: hidden;
  border-radius: 24px;
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(22px);
  border-radius: 24px;
  border: 1px solid var(--border-color);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide {
    padding: 2.333rem;
  }
}
@media screen and (max-width: 767px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide {
    padding: 1rem;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 767px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header .client-info {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header .client-info {
    gap: 18px;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header .client-info .image-block {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header .client-info .image-block {
    width: 64px;
    height: 64px;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header .client-info .content-block .client-name {
  font-family: "Poppins";
  line-height: 100%;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0.333rem;
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .header .client-info .content-block .client-designation {
  color: var(--white-color);
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slide .client-message .message {
  color: var(--white-color);
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-dots {
  position: absolute;
  bottom: -26% !important;
}
@media screen and (max-width: 991px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-dots {
    bottom: -10% !important;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-dots li {
  width: 20px !important;
  height: 20px !important;
  background-color: #1F2128 !important;
  border-radius: 50% !important;
}
@media screen and (max-width: 767px) {
  .clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-dots li {
    width: 12px !important;
    height: 12px !important;
  }
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-dots li.slick-active {
  background-color: var(--primary-color) !important;
}
.clients-review-section .clients-reviews-block .slider-backdrop .clients-reviews-slider .slick-dots li button::before {
  display: none;
}

.contact-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/contact-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.contact-form-overlay.active {
  z-index: 99999;
  opacity: 1;
}
.contact-form-overlay .container {
  height: 100%;
}
.contact-form-overlay .overlay-block {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form-overlay .overlay-block .contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.667rem;
}
.contact-form-overlay .overlay-block .contact-header .site-logo {
  width: 266px;
}
.contact-form-overlay .overlay-block .contact-header .close-btn {
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  background-color: var(--footer-bg);
}
.contact-form-overlay .overlay-block .contact-header .close-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-overlay .overlay-block .contact-form-block .row {
  align-items: flex-end;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .title-block {
  margin-bottom: 2.333rem;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .title-block .form-title {
  font-size: 2.333rem;
  line-height: 100%;
  color: var(--white-color);
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .title-block .contact-description {
  font-size: 0.667rem;
  line-height: 180%;
  font-weight: 300;
  color: var(--white-color);
  width: 75%;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group:not(:last-child) {
  margin-bottom: 0.833rem;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group.full p span {
  width: 100%;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span {
  width: 50%;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span input, .contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span textarea {
  width: 100%;
  padding: 1rem !important;
  border-radius: 16px !important;
  border: 1px solid var(--border-color) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(22px) !important;
  font-size: 0.667rem !important;
  line-height: 180% !important;
  color: var(--text-color) !important;
  font-weight: 300 !important;
  height: 64px !important;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span input::placeholder, .contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span textarea::placeholder {
  color: var(--text-color) !important;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span input:focus, .contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span textarea:focus {
  outline: var(--white-color) !important;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span textarea {
  height: 140px !important;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .form-group p span .wpcf7-not-valid-tip {
  width: 100% !important;
  font-size: 0.6rem;
  margin-left: 10px;
  margin-top: 10px;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .submit-btn .wpcf7-submit {
  padding: 0.547rem 1.667rem;
  border-radius: 100px;
  background-color: var(--primary-color);
  font-size: 0.667rem;
  font-weight: 600;
  color: var(--white-color) !important;
  border: none !important;
  cursor: pointer;
}
.contact-form-overlay .overlay-block .contact-form-block .contact-form .form-block form .submit-btn .wpcf7-submit:hover {
  color: var(--white-color) !important;
  font-weight: 600 !important;
}
.contact-form-overlay .overlay-block .contact-form-block .footer-social-block .social-icon {
  background-color: #1B1E24;
}
.contact-form-overlay .contact-cloud {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  width: 65%;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 24px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Poppins";
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Poppins";
  max-width: 100%;
  overflow: hidden;
  letter-spacing: 0px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  background-color: var(--primary-black);
}

.p {
  font-size: 1rem;
  line-height: 160%;
  color: var(--text-color);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 0.667rem;
  }
}

.h1 {
  font-family: "Milky Walky";
  font-size: 3.333rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 400%;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 1.667rem;
    line-height: 120%;
  }
}
.h1 .o-with-primary-element {
  position: relative;
}
.h1 .o-with-primary-element::after {
  content: url("../assets/images/primary-element.svg");
  position: absolute;
  top: -12px;
  left: 14px;
}
.h1 .o-with-white-element {
  position: relative;
}
.h1 .o-with-white-element::after {
  content: url("../assets/images/white-element.svg");
  position: absolute;
  top: -12px;
  left: 14px;
}

.h2 {
  font-family: "Milky Walky";
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 2.333rem;
  }
}
.h2 .o-with-primary-element {
  position: relative;
}
.h2 .o-with-primary-element::after {
  content: url("../assets/images/white-element-h2.svg");
  position: absolute;
  top: -12px;
  left: 14px;
}
.h2 .o-with-white-element {
  position: relative;
}
.h2 .o-with-white-element.for-o::after {
  top: -26px;
  left: 26px;
}
@media screen and (max-width: 767px) {
  .h2 .o-with-white-element.for-o::after {
    top: -3px;
    left: 4px;
  }
}
.h2 .o-with-white-element.for-small-o::after {
  top: -16px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .h2 .o-with-white-element.for-small-o::after {
    top: 2px;
    left: 0px;
  }
}
.h2 .o-with-white-element::after {
  content: url("../assets/images/white-element-h2.svg");
  position: absolute;
  top: -16px;
  left: 14px;
}
@media screen and (max-width: 767px) {
  .h2 .o-with-white-element::after {
    top: 2px;
    left: -1px;
  }
}

.h3 {
  font-size: 3.333rem;
  font-weight: 300;
  line-height: 100%;
  color: var(--white-color);
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 1.333rem;
  }
}

.h4 {
  font-family: "Milky Walky";
  font-size: 2.333rem;
  line-height: 120%;
  font-weight: 400;
  color: var(--white-color);
}

.h5 {
  font-size: 1.2rem;
  line-height: 130%;
  font-weight: 200;
  color: var(--black-color);
}

.h6 {
  font-size: 1.667rem;
  font-family: "Milky Walky";
  line-height: 100%;
  color: var(--white-color);
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

section {
  padding-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  section {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding-bottom: 4rem;
  }
}

a {
  text-decoration: none;
  display: block;
  transition: color 0.3s ease-in-out;
  color: var(--secondary-color);
}
a:hover {
  color: var(--primary-color) !important;
  font-weight: 400 !important;
}
a:visited {
  color: var(--link-color);
}

#loom-companion-mv3 {
  display: none !important;
}

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