html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
.c-white {
  color: white;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.f-14 {
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
  /* letter-spacing: 1px; */
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

#indianBrand {
  background: -webkit-linear-gradient(#ff9933, #138808); /* Saffron to Green */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-100 {
  width: 100%;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  background: linear-gradient(#abd285, #89ba6c) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 5em;
  padding: 20px;
  display: none;
  color: var(--white);
}

.w-form-fail {
  background: linear-gradient(rgb(217 85 85), rgb(229 109 109)) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 50em;
  border: 2px solid red;
  margin-top: 10px;
  padding: 10px;
  display: none;
  color: white;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.brand-color {
  color: #3c3053 !important;
  background: #3c3053;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: transform 0.5s ease; /* Add this line for smooth transition */
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
  transition: transform 0.5s ease; /* Add this line for smooth transition */
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  padding-left: 30px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;

}

.w--nav-link-open {
  display: block;
  position: relative;

}

.w-nav-overlay {
  width: 100%;
  display: none;
  /* position: absolute;
  top: 100%; */
  left: 0;
  right: 0;
  overflow: hidden;
  position: relative;
  height: 250px;

}

.mobile-navigate {
  display: grid;
  grid-row-gap: 5px;
  background: linear-gradient(#f2eefa, #5c20cf03) padding-box, linear-gradient(to right, #a2a2ca, #b193e9) border-box;
  place-items: center;
  padding: 50px 10px 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  visibility: hidden;
  opacity: 0;
  height: auto; 
  overflow: hidden;
  position: absolute;
  top: -100%; 
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.mobile-navigate a {
  font-size: 20px;
  text-decoration: none;
}

.mobile-navigate-active {
  visibility: visible;
  opacity: 1;
  top: 85px; 
  z-index: 232;

}


.w-nav-overlay [data-nav-menu-open] {
  top: 0;
  
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.custom-btn {
  position: relative;
  width: 150px;
  height: 55px;
  border-radius: 45px;
  border: none;
  background-color: rgb(151, 95, 255);
  color: white;
  box-shadow: 0px 10px 10px rgb(210, 187, 253) inset,
    0px 5px 10px rgba(5, 5, 5, 0.212), 0px -10px 10px rgb(124, 54, 255) inset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Thunder, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
}

.custom-btn::before {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  content: "";
  filter: blur(1px);
  top: 7px;
  border-radius: 50%;
}

.custom-btn::after {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  content: "";
  filter: blur(1px);
  bottom: 7px;
  border-radius: 50%;
}

.custom-btn:hover {
  animation: jello-horizontal 0.9s both;
  background-color: rgb(85, 44, 160);
  box-shadow: 0px 10px 10px rgb(210, 187, 253) inset,
    0px 5px 10px rgba(5, 5, 5, 0.212), 0px -10px 10px #421597 inset;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
 
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

:root {
  --light-grey: #d1d1cf;
  --black: black;
  --pink: #dfbdbd;
  --image-corner: 12px;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: Thunder, sans-serif;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: #3c3053;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #3c3053;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #3c3053;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.36;
  color: #3c3053;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3c3053;
}

p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5em;
  color: #1f192c;
}

a {
  color: var(--black);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 1rem;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  border-left: 0.25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: 0.25rem;
}

._404-content-wrap {
  max-width: 650px;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: #424242;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.paragraph h5,
.paragraph h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.paragraph p {
  margin-bottom: 1rem;
}

.paragraph ul,
.paragraph ol {
  margin-bottom: 1.5rem;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
}

.page-wrapper {
  overflow: visible;
  background: #5522b814;
  /* background: -webkit-linear-gradient(to top, #ffffff, #5522b814); */
  background: linear-gradient(to top, #ffffff, #5522b814);
}

.page-wrapper.utitly {
  height: 90vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.nav-link {
  padding: 0.5rem 1rem;

  font-family: Thunder, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  color: #3c3053;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.nav-link:hover {
  color: #000000;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
}

.nav-link.w--current:hover {
  color: var(--black);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-large.blog-post {
  max-width: 872px;
}

.container-large.work {
  height: auto;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.header-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.header-contents {
  position: relative;
}

.header-cta-wrapper {
  max-width: 56rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.blog-post {
  padding-top: 0;
  padding-bottom: 0;
}

.divider {
  width: 100%;
  height: 2px;
  max-width: 100%;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border: 1px solid transparent;
}

.logo-container {
  width: auto;
  height: auto;
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.logo {
  max-width: 70px;
  max-height: 70px;

  transition: all 0.2s ease-in-out;
}
.logo:hover {
  filter: none;
}

.about-me-image {
  z-index: 5;
  width: 399.988px;
  height: 499.013px;

  object-fit: contain;
  padding-top: 10px;
  align-self: flex-end;
  position: relative;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 5em;
  border: 3px solid transparent;
}

.service-item-container {
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.single-service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  overflow: visible;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 50em;
  border: 3px solid transparent;
}

.service-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.service-items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding-right: 10px;
  display: flex;
}

.blog-heading-wrap {
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.cta-wrap {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: white;
  justify-content: space-between;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-credit-text {
  color: white;
  font-size: 1rem;
  font-weight: 500;
}

.link {
  color: var(--black);
}

.link-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-item {
  color: var(--black);
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}
.project-item:hover {
  filter: grayscale(1);
}

.mg-top-60-px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: block;
}

.project-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.logo-loop-container {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.about-me-component {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.project-image-wrap {
  width: 100%;
  height: 22rem;
  border: 2px solid var(--black);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 3em;
  border: 3px solid transparent;
}

.about-me-content {
  max-width: 600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pentool-art {
  width: 220px;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: auto;
  right: -23%;
  animation: rotate360 infinite 15s linear;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.service-icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.blog-category-text {
  color: #424242;
  margin-bottom: 4px;
}

.blog-category-text.post {
  background-image: url("");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 12px;
  font-family: Syne;
  font-size: 1.25rem;
}

.portfolio-project-image {
  width: 100%;
  height: 100%;

  object-fit: fill;
}

.portfolio-project-image:hover {
  filter: none;
}

.footer-link-wrap {
  width: auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.about-me-video-heading-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-me-video-content {
  height: auto;
  margin-top: 0;
}

.light-box-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-me-lightbox-image {
  width: 100%;
  height: auto;
  border: 2px #000;
  border-radius: 24px;
}

.desk-image {
  width: 100%;
  height: 24rem;
  filter: brightness(53%) grayscale();
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 16px;
}

.desk-image:hover {
  filter: brightness(53%);
}

.bold-text {
  font-weight: 500;
}

.play-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.play-icon {
  width: 80px;
  max-width: none;
}

.header-image {
  width: 300px;
  height: 350px;

  object-fit: cover;

  border-radius: 80px 160px;
  box-shadow: #a2a2ca54 -5px 5px, #a2a2ca45 -10px 10px, #a2a2ca36 -15px 15px,
    rgb(162 162 202 / 13%) -20px 20px, rgb(162 162 202 / 0%) -25px 25px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;

  border: 3px solid transparent;
}

.project-heading-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-section {
  background-color: black;
  padding-bottom: 0;
  overflow: hidden;
}

.blog-post-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  display: flex;
}

.style-guider-header-wrap {
  margin-bottom: 100px;
}

.max-width-600-px {
  max-width: 600px;
  color: var(--black);
  line-height: 1.5em;
}

.grid-1-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.grid-1-column.mg-top-24-px {
  align-content: stretch;
  align-items: center;
  margin-top: 24px;
}

.grid-1-column.mg-top-60-px {
  margin-top: 100px;
}

.paragraph-large {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.paragraph-small {
  font-size: 0.875rem;
  line-height: 1.4em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 24px;
}

.rich-text p {
  margin-bottom: 30px;
}

.rich-text h2,
.rich-text h3,
.rich-text h4 {
  margin-bottom: 24px;
}

.rich-text figcaption {
  color: #424242;
  margin-top: 16px;
}

.rich-text blockquote {
  background-color: #fdfbf5;
  border: 1px solid #000;
  border-left-width: 4px;
  margin-bottom: 40px;
  padding: 1.8rem 2rem;
  font-weight: 500;
}

.rich-text ul {
  margin-bottom: 1.75rem;
}

.color-container {
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.color-block {
  width: 88px;
  height: 88px;
  background-color: var(--black);
  border-radius: 12px;
}

.color-block.black {
  width: 88px;
  height: 88px;
  color: var(--black);
}

.color-block.light-gray {
  background-color: var(--light-grey);
  border: 1px solid #000;
}

.single-project-header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.5rem;
  display: flex;
}

.project-main-image-container {
  object-fit: fill;
  position: relative;
  overflow: visible;
}

.project-main-image {
  width: 100%;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 12px;
}

.position-sticky {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 28px;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.inner-container.video {
  margin-top: 4rem;
}

.section-header {
  overflow: hidden;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 6.5rem;
  /* overflow: hidden; */
}

.padding-section-large.padding-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-section-large.padding-bottom-2-rem {
  padding-bottom: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-large {
  margin-bottom: 3.25rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 0.5rem;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 6rem;
}

.section-logo {
  overflow: hidden;
}

.padding-global {
  padding-left: 6%;
  padding-right: 6%;
}

.padding-section-small {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 2.5rem;
}

.section-about-me {
  overflow: hidden;
}

.layout-image-block {
  position: relative;
}

.section-discover {
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
  position: relative;
}

.section-work {
  clear: both;
  position: relative;
  overflow: hidden;
}

.section-service {
  position: relative;
  overflow: visible;
}

.max-width-large {
  max-width: 48rem;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h4 {
  font-size: 2.75rem;
  /* font-weight: 500; */
}

.section-blog {
  overflow: hidden;
}

.text-color-gray {
  color: #424242;
  font-family: Lato, sans-serif;
}

.heading-style-h5 {
  font-family: Thunder, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-large {
  font-family: Thunder, sans-serif;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-large.contact {
  width: 100%;
  text-transform: uppercase;
  object-fit: fill;
  font-family: Thunder, sans-serif;
  font-size: 17vw;
  font-weight: 900;
  position: relative;
}

.heading-large.contact:hover {
  text-decoration: underline;
  background: -webkit-linear-gradient(#631ceb, #5f1eda);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-grid {
  z-index: 110;
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-heading-wrapper {
  z-index: 200;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.about-me-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tittle-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.margin-left {
  margin-left: 10px;
}

.margin-left.margin-large {
  margin-left: 5rem;
}

.project-container {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.badge {
  border: 2px solid #000;
  border-radius: 6px;
  padding: 4px 10px;
}

.badge-text {
  font-size: 0.82rem;
  font-weight: 500;
}

.project-content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-main-image {
  border: 2px solid #000;
  border-radius: 12px;
}

.project-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  align-items: stretch;
  display: block;
  position: static;
}

.slide-nav {
  display: none;
}

.project-slider-mask {
  max-width: 440px;
  clear: none;
  object-fit: fill;
  overflow: visible;
}

.project-slide {
  margin-right: 1.5rem;
  position: relative;
}

.slider-left-arrow {
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -34%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.slider-left-arrow.tablet-off {
  top: -32%;
}

.slider-right-arrow {
  width: 3.5rem;
  height: 3.5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  top: -32%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.next-project-cta {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  text-decoration: none;
  display: flex;
}

.cta-text {
  font-size: 2.5rem;
  font-weight: 600;
}

.cta-text:hover {
  text-decoration: none;
}

.next-cta-btton {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid #000;
  border-radius: 1rem;
  align-items: center;
  padding: 0.75rem 2rem;
  display: flex;
}

.next-cta-btton:hover {
  background-color: var(--pink);
  color: var(--black);
}

.cta-arrow {
  width: 48px;
  display: block;
  overflow: visible;
}

.footer-component {
  flex-direction: column;
  align-items: center;
  display: block;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
}

.logo-loop-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-row-wrapper {
  position: relative;
  overflow: hidden;
}

.padding-verticle {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact-form-container-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-field {
  height: 3.75rem;
  color: #3c3053;

  margin-top: 1.15rem;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  position: static;

  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  padding-left: 20px;
  min-width: 100%;
  min-height: 60px;
}
textarea#Message {
  max-height: 120px;
}

.input-field::-ms-input-placeholder {
  color: #3c3053;
}

.input-field::placeholder {
  color: #3c3053;
}
.error-message {
  color: rgb(150, 19, 19);
  margin-left: 10px;
  display: none;
}

.success-message {
  border: 2px solid #4da91d;
}

.heading-style-h2 {
  font-size: 7rem;
}

.about-heading-container {
  width: 72rem;
  margin-bottom: 2rem;
}

.footer-link-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.about-hero-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aboute-hero-number-container {
  width: 20rem;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-hero-image {
  width: 490px;
  height: 300px;

  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border-radius: 5em;
  border: 3px solid transparent;
  object-fit: cover;
}

.about-hero-image:hover {
  filter: none;
}

.section-experience {
  position: relative;
}

.skill-heading-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.skill-heading-container {
  width: 32rem;
}

.skill-service-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-content-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.experience-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-experience-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #5424af;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.company-name-container {
  align-items: flex-start;
  display: flex;
}

.experience-grid-left-side {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.address-wrapper {
  width: 18rem;
}

.project-collection {
  align-self: stretch;
}

.project-grid {
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-container {
  border-radius: var(--image-corner);
  object-fit: fill;
  border: 2px solid #000;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.project-image-container:hover {
  border-style: solid;
  overflow: hidden;
}

.social-link {
  color: #5d1fd5;
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.experience-heading-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.work-image {
  border-radius: var(--image-corner);

  border: 1px #000;
}

.work-image:hover {
  filter: none;
}

.contact-email {
  font-size: 3rem;
  font-family: Thunder, sans-serif;

  font-weight: 600;
  line-height: 1;
  color: #3c3053;
}

.license-heading {
  margin-bottom: 2rem;
}

.license-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  display: grid;
}

.heading-2 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal,
    sans-serif;
}

.nav-logo-link img {
  max-height: 45px;
}

img.navbar-logo.navbar-logo-mobile {
  display: none;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.nav-component {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 0.375fr 1fr 0.375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border: 3px solid transparent;
  border-radius: 50em;
  margin-top: 15px;
}

.navbar2_menu-dropdown {
  display: none;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-buttton-wrapper {
  grid-column-gap: 1rem;
  margin-left: auto;
  display: flex;
  padding-right: 30px;
}

.navbar2_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.5rem;
  position: absolute;
}

.navbar-component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.text-size-small {
  font-size: 1rem;
}

.heading-style-h3 {
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .project-main-image {
    object-fit: cover;
  }

  .heading-large.contact {
    font-size: 17vw;
  }

  .project-slider-mask {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .project-item {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .project-main-image {
    object-fit: cover;
  }

  .section-work {
    position: static;
    overflow: hidden;
  }

  .heading-large.contact {
    font-size: 15vw;
  }

  .project-container {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .project-slider {
    flex-direction: row;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .slide-nav {
    display: none;
  }

  .project-slider-mask {
    width: 50%;
    height: auto;
    clear: none;
    position: relative;
    overflow: visible;
  }

  .project-slide {
    height: auto;
  }

  .slider-left-arrow.tablet-off {
    top: -30%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .slider-right-arrow {
    top: -30%;
    right: 0%;
  }

  .single-experience-block {
    border-bottom: 2px solid #5424af;
    padding-bottom: 2rem;
  }

  .company-name-container {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .project-slider-mask {
    width: 474px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 5rem;
  }

  h6 {
    font-size: 1.8rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .inner-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--black);
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-style: normal;
  }

  .nav-link.w--current {
    display: block;
  }

  .header-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
  }

  .header-cta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-post {
    padding-bottom: 20px;
  }

  .service-item-container {
    max-width: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .single-service {
    position: -webkit-sticky;
    position: sticky;
  }

  .blog-heading-wrap {
    justify-content: space-between;
  }

  .blog-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .link-wrapper {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .project-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-me-component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .project-image-wrap {
    height: 280px;
    object-fit: fill;
    border-style: none;
    border-width: 0;
  }

  .about-me-content {
    flex-direction: column;
  }

  .pentool-art {
    right: -23%;
  }

  .service-icon {
    height: 80px;
  }

  .portfolio-project-image {
    border-style: solid;
  }

  .footer-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-me-video-heading-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-heading-wrap {
    width: 32rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .position-sticky {
    position: static;
  }

  .inner-container.video {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-large {
    font-size: 7.5rem;
  }

  .service-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-heading-wrapper {
    position: static;
  }

  .about-me-grid {
    grid-template-columns: 1fr;
  }

  .tittle-sticky {
    position: static;
  }

  .margin-left {
    margin-left: 0;
  }

  .margin-left.margin-large {
    margin-left: 0;
  }

  .project-content-grid {
    grid-template-columns: 1fr;
  }

  .project-slider {
    flex-direction: row;
  }

  .slider-left-arrow.tablet-off {
    display: flex;
    top: -30%;
    bottom: auto;
    left: auto;
    right: 9%;
  }

  .slider-right-arrow {
    display: flex;
    top: -30%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .cta-text {
    font-size: 2rem;
  }

  .cta-arrow {
    width: 44px;
  }

  .padding-verticle {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-heading-container {
    width: auto;
  }

  .footer-link-container {
    grid-row-gap: 0.5rem;
  }

  .skill-heading-grid {
    grid-template-columns: 1fr;
  }

  .skill-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .experience-content-grid {
    grid-template-columns: 1fr;
  }

  .experience-heading-wrapper {
    position: static;
  }

  .contact-email {
    font-size: 2rem;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    height: 100dvh;
    background-color: #f2eefa;
    padding-bottom: 6.5rem;
    transition: height 0.5s;
  }
  .navbar-menu.is-page-height-tablet .custom-btn {
    margin: auto;
    margin-top: 10px;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-buttton-wrapper .custom-btn {
    display: none;
  }

  .custom-btn {
    font-size: 1.2rem;
    width: 140px;
    height: 46px;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: none;
  }

  .menu-icon-line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    color: var(--black);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-component {
    grid-template-columns: 0.25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-buttton-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: 0.75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon-line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.1rem;
    line-height: 1;
  }

  h3,
  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.2rem;
  }

  h6 {
    font-size: 1.7rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .header-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: hidden;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-post {
    padding-bottom: 0;
  }

  .logo-container {
    width: 132px;
  }

  .blog-heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .cta-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .footer-link {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    font-size: 0.8rem;
  }

  .footer-credit-text {
    font-size: 0.8rem;
  }

  .link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .project-collection-list {
    grid-template-columns: 1fr;
  }

  .logo-loop-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    overflow-x: scroll;
  }

  .project-image-wrap {
    width: 100%;
    height: 280px;
  }

  .portfolio-project-image {
    object-fit: cover;
  }

  .desk-image {
    height: 20rem;
  }

  .play-icon {
    width: 80px;
  }

  .project-heading-wrap {
    width: 24rem;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-xlarge {
    margin-bottom: 3rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-top.margin-medium {
    margin-top: 2rem;
  }

  .max-width-medium {
    width: auto;
    max-width: none;
  }

  .heading-style-h5 {
    font-size: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-large {
    font-size: 5.5rem;
  }

  .heading-large.contact {
    font-size: 15vw;
  }

  .project-container {
    margin-top: 3rem;
  }

  .project-slider {
    align-items: stretch;
    position: static;
  }

  .project-slider-mask {
    flex: 1;
  }

  .slider-left-arrow.tablet-off {
    width: 3rem;
    top: -28%;
    bottom: auto;
    left: auto;
    right: 16%;
  }

  .slider-right-arrow {
    width: 3rem;
    height: 3rem;
    top: -27%;
    right: 5%;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .contact-form-container-grid {
    grid-template-columns: 1fr;
  }

  .input-field::-ms-input-placeholder {
    font-size: 1rem;
  }

  .input-field::placeholder {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .about-heading-container {
    margin-bottom: 0;
  }

  .footer-link-container {
    grid-column-gap: 1rem;
  }

  .about-hero-content-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .skill-heading-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .heading-style-h3 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: 0.875rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .header-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.blog-post {
    padding-top: 40px;
  }

  .logo-container {
    width: 100px;
    margin-right: 0;
  }

  .about-me-image {
    width: 300px;
    height: 400px;
  }

  .service-item-container {
    margin-top: 10px;
  }

  .single-service {
    padding: 20px;
    top: 60px;
    border-radius: 60px;
    border: 2px solid transparent;
  }

  .service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .blog-heading-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-wrap {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .footer-link,
  .footer-credit-text {
    font-size: 0.75rem;
  }

  .link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mg-top-60-px {
    margin-top: 36px;
  }

  .project-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .logo-loop-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 0.5fr 1fr 1fr 1fr;
  }

  img.navbar-logo.navbar-logo-web {
    display: none;
  }
  img.navbar-logo.navbar-logo-mobile {
    display: block;
    padding-left: 10px;
  }
  .pentool-art {
    width: auto;
    height: 45%;
    display: block;
    top: -17%;
    right: -20%;
  }

  .service-icon {
    width: 56px;
    height: 56px;
  }

  .blog-category-text {
    font-size: 1rem;
  }

  .portfolio-project-image {
    height: auto;
    border-style: solid;
    height: 310px;
  }

  .footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .about-me-video-heading-content {
    margin-bottom: 0;
  }

  .about-me-video-content {
    align-self: stretch;
  }

  .desk-image {
    height: 12rem;
  }

  .play-icon {
    width: 64px;
  }

  .header-image {
    width: 264px;
    height: 308px;
  }

  .project-heading-wrap {
    width: 16rem;
  }

  .footer-section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .blog-post-heading-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .blog-post-details {
    margin-bottom: 10px;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .rich-text h1 {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 28px;
  }

  .rich-text h2,
  .rich-text h3 {
    margin-bottom: 20px;
  }

  .single-project-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .position-sticky {
    position: static;
  }

  .inner-container.video {
    margin-top: 2rem;
  }

  .padding-section-large.padding-bottom-2-rem {
    padding-bottom: 0;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 0.5rem;
  }

  .section-logo {
    overflow: hidden;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top.margin-medium {
    margin-top: 1.25rem;
  }

  .align-center.mobile {
    text-align: left;
  }

  .heading-style-h4 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 4.1rem;
    text-align: center;
  }

  .heading-large.contact {
    font-size: 22vw;
  }

  .service-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-me-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-container {
    margin-top: 2rem;
  }

  .project-details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .project-slider {
    width: 80vw;
  }

  .project-slide {
    margin-right: 1rem;
  }

  .slider-left-arrow.tablet-off {
    top: -15%;
    right: 60px;
  }
  .slider-right-arrow {
    top: -14%;
    right: 0px;
  }
  .project-slider-mask {
    margin-top: 4rem;
  }

  .cta-text {
    font-size: 1.25rem;
  }

  .next-cta-btton {
    border-radius: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-arrow {
    width: 32px;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .padding-verticle {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-form-container-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  /* .contact-form-container-grid .margin-left.margin-large {
    width: 100%;
  } */
  .input-field {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    width: 100%;
    border-radius: 2em;
  }

  .heading-style-h2 {
    font-size: 3.2rem;
  }

  .about-heading-container {
    margin-bottom: 0;
  }

  .footer-link-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-hero-content-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .aboute-hero-number-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .skill-heading-grid {
    align-items: flex-start;
  }

  .skill-heading-container {
    width: auto;
  }

  .skill-service-grid {
    grid-template-columns: 1fr;
  }

  .single-experience-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-image-container {
    height: auto;
  }

  .experience-heading-wrapper {
    position: static;
  }

  .nav-component {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h3 {
    font-size: 2.85rem;
    line-height: 1;
  }
}

#grid-center {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#grid-end {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#grid-area-1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-start {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#grid-start-center {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#justify-self-center {
  justify-self: center;
}

#justify-self-end {
  justify-self: end;
}

#align-self-start {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#grid-equal-span {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#justify-self-end {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#justify-self-end {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5a0903df-ba57-1e1b-bbec-0e8bc56c9d81-9335b1c8 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a2a0d167-f937-797d-fad6-309069699cfd-63b7cb63 {
    justify-self: start;
  }

  #w-node-_51de8ee8-2811-0c40-31e1-7e62704ab3c8-63b7cb63 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #justify-self-end {
    justify-self: start;
  }

  #grid-equal-span {
    align-self: auto;
  }

  #justify-self-end {
    justify-self: start;
  }
}

@font-face {
  font-family: "Thunder";
  src: url("./Assets/BondiFont/900fontweight.ttf") format("truetype");

  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thunder Lc";
  src: url("./Assets/BondiFont/400fontweight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thunder";
  src: url("./Assets/BondiFont/700fontweight.ttf") format("truetype");

  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thunder";
  src: url("./Assets/BondiFont/500fontweight.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thunder";
  src: url("./Assets/BondiFont/600fontweight.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thunder Hc";
  src: url("./Assets/BondiFont/400fontweight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.heading-large,
h2,
.heading-style-h2,
h1 {
  background: -webkit-linear-gradient(#631ceb, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}


.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee:hover .marquee__item {
  animation-play-state: paused;
}

.marquee__seperator {
  margin: 0 4rem;
}

.marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-list {
  display: flex;
  margin: 0;
  justify-content: center;
  padding: 0;
  flex-wrap: nowrap;
}

.marquee-list li {
  padding: 0 2rem;
margin: 0;
  list-style: none;
  display: flex;
}

.marquee-list .icon-cards {
  padding: 35px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.marquee-list .icon-cards img {
  max-width: 70px;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.marquee-list .icon-cards:hover {
  transform: scale(1.1);
  filter: drop-shadow(2px 4px 6px black);
}
.divider-Marquee {
  width: 100%;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #a2a2ca, darkorchid) border-box;
  border: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .marquee-list li{
    padding: 0 1.4rem;
  }
  .marquee-list .icon-cards{
    padding: 25px 10px;
  }
  .marquee-list .icon-cards img{
    max-width: 60px;
  }
}
