/* Manual responsive widths for gallery grid */

.gallery-wrapper .w-1-2 {
  width: 50%;
}

.gallery-wrapper .w-1-3 {
  width: 33.333333%;
}

@media (max-width: 1023px) {
  .gallery-wrapper .md-w-1-3 {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .gallery-wrapper .sm-w-1-2 {
    width: 100%;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

.header:before {
  position: absolute;
  right: -1px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,0.05);
  --tw-content: '';
  content: var(--tw-content);
}

.header .logo a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content);
}

.header .top-menu ul li:hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header .top-menu ul li:hover a .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header .top-menu ul li:hover a .link {
  visibility: visible;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.header .top-menu ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(var(--extra-color) / var(--tw-text-opacity, 1));
}

.header .top-menu ul li.active a .icon {
  --tw-text-opacity: 1;
  color: rgb(var(--extra-color) / var(--tw-text-opacity, 1));
}

.header .social a:hover .icon {
  --tw-text-opacity: 1;
  color: rgb(var(--extra-color) / var(--tw-text-opacity, 1));
}

.content {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.content.inner-top {
  text-align: center;
}

.pricing-items .pricing-item .feature-list ul li.disable {
  color: rgba(153,153,153,0.5);
  text-decoration-line: line-through;
}

.pricing-items .pricing-item .feature-list ul li.disable strong {
  opacity: 0.5;
}

.resume-items .resume-item.active .date {
  --tw-text-opacity: 1;
  color: rgb(var(--extra-color) / var(--tw-text-opacity, 1));
}

.content.works .filter-menu .f_btn.active {
  --tw-text-opacity: 1;
  color: rgb(var(--extra-color) / var(--tw-text-opacity, 1));
}

.box-item .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 11px;
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity, 1));
}

.box-item .date strong {
  display: block;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity, 1));
}

.box-item:hover .\!image img {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.box-item:hover .image img {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.box-item:hover .\!image .info {
  opacity: 1;
}

.box-item:hover .image .info {
  opacity: 1;
}

.post-box .blog-content ul.list-style li:before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -2px;
  margin-bottom: 0px;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--extra-color) / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.post-box .post-comments li:after {
  position: relative;
  clear: both;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

/************************************/

/***********  Responsive  ***********/

/************************************/

/********  Large  *******/

@media (max-width: 1330px) {
  .card-inner .card-image {
    right: -16px;
  }
}

/********  Big  *******/

@media (max-width: 1023px) {
  .header {
    top: 0px !important;
    left: 0px !important;
    height: 58px !important;
    width: 100% !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity, 1)) !important;
  }
}

.header.opened .top-menu {
  /* @apply big:opacity-100 big:visible; */
}

@media (max-width: 1023px) {
  .header.opened .menu-btn .m-line {
    background-color: none;
  }

  .header.opened .menu-btn .m-line:before {
    top: -2px;
    bottom: auto;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .header.opened .menu-btn .m-line:after {
    top: auto;
    bottom: 0px;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .header:before {
    display: none;
  }

  .header .logo {
    float: left;
    width: 50px;
  }
}

.header .top-menu {
  /* @apply big:absolute big:left-0 big:top-[58px] big:mt-0 big:w-full big:bg-[#202020] big:opacity-0 big:invisible big:transition-all big:duration-300; */
}

@media (max-width: 1023px) {
  .header .top-menu ul li {
    display: inline-block;
  }

  .header .top-menu ul li a {
    margin: 0px;
  }

  .header .top-menu ul li a .icon {
    margin: 0px;
    display: block;
    height: 58px;
    width: 50px;
    line-height: 56px;
  }
}

.header .social {
  /* @apply big:absolute big:left-auto big:right-[70px] big:bottom-auto big:top-0 big:w-auto; */
}

@media (max-width: 1023px) {
  .header .social a {
    margin: 0px;
    display: inline-block;
  }

  .header .social a .icon {
    margin: 0px;
    height: 58px;
    width: 30px;
    line-height: 56px;
  }

  .header .menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 58px;
    width: 58px;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
  }

  .header .menu-btn .m-line {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -10px;
    width: 22px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 144 1 / var(--tw-bg-opacity, 1));
  }

  .header .menu-btn .m-line:before,
    .header .menu-btn .m-line:after {
    position: absolute;
    left: 0px;
    top: -7px;
    height: 2px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(243 144 1 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: '';
    content: var(--tw-content);
  }

  .header .menu-btn .m-line:after {
    top: auto;
    bottom: -7px;
  }

  .card-inner .card-image {
    position: relative;
    top: -30px;
    right: 0px;
    height: 75vh;
  }

  .card-inner {
    padding-left: 0px;
  }

  .contacts-items.card-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 85px;
  }

  .contacts-items .icon {
    left: 30px;
  }

  .contact_form.card-box {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 14px;
  }

  .contact_form .row {
    margin: 0px;
  }

  .contact_form .button {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .post-box.comments-form {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .post-box.comments-form .button {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

/********  Middle  *******/

@media (max-width: 720px) {
  .mfp-wrap.popup-box-inline {
    left: 44px;
    right: 0px;
    margin: 0px;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mfp-wrap.popup-box-inline .image {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .mfp-wrap.popup-box-inline .\!image {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .mfp-wrap.popup-box-inline .desc {
    padding: 0px;
  }

  .mfp-wrap.popup-box .mfp-close,
    .mfp-wrap.popup-box-inline .mfp-close {
    right: 0px;
    top: -54px;
  }

  .mfp-wrap.popup-box-inline .mfp-close {
    right: 0px;
    top: 0px;
  }
}

/********  Small  *******/

@media (max-width: 560px) {
  ..header .top-menu ul li a .link {
    display: none;
  }

  .\!.header .top-menu ul li a .link {
    display: none;
  }

  .card-inner.card-started {
    text-align: center;
  }

  .card-inner.card-started .title {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 50px;
  }

  .card-inner.card-started .title span {
    padding-right: 0px;
  }

  .card-inner.card-started .subtitle {
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .card-inner .card-wrap .title {
    text-align: center;
  }

  .card-inner .card-image {
    height: 50vh;
  }

  .content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .content.inner-top {
    padding-top: 15px;
  }

  .content.inner-top .title-bg {
    top: -40px !important;
    font-size: 40px;
    line-height: 140px;
  }

  .content.inner-top .text {
    padding-top: 15px;
  }

  .content.inner-top .\!text {
    padding-top: 15px;
  }

  .content.inner-top .text p {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  .content.inner-top .\!text p {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  .content.inner-top .text p br {
    display: none;
  }

  .content.inner-top .\!text p br {
    display: none;
  }

  .content.inner-top .circle-bts a:first-child {
    margin-bottom: 15px;
    display: block;
  }

  .content.resume .row .col:first-child {
    margin-bottom: 70px;
  }

  .content.skills .row .col:first-child {
    margin-bottom: 70px;
  }

  .content.works .filter-menu {
    text-align: left;
  }

  .content.works .filter-menu .f_btn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
    margin-left: 0px;
    height: 30px;
  }

  .post-box .post-comments li img {
    margin-right: 15px;
  }

  .post-box .post-comments li .comment-info {
    margin: 0px;
  }

  .post-box .post-comments li .comment-info .name {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .post-box .post-comments li .comment-info .\!name {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .post-box .post-comments li .comment-info .name h6 span {
    margin: 0px;
    display: block;
    border-width: 0px;
    padding-top: 3px;
  }

  .post-box .post-comments li .comment-info .\!name h6 span {
    margin: 0px;
    display: block;
    border-width: 0px;
    padding-top: 3px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!top-0 {
  top: 0px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 1.5rem;
}

.left-\[20px\] {
  left: 20px;
}

.right-2 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[-50px\] {
  top: -50px;
}

.top-\[20px\] {
  top: 20px;
}

.-z-\[111\] {
  z-index: -111;
}

.z-\[112\] {
  z-index: 112;
}

.z-\[113\] {
  z-index: 113;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[999\] {
  z-index: 999;
}

.m-0 {
  margin: 0px;
}

.\!mx-\[-30px\] {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-\[70px\] {
  margin-bottom: 70px !important;
}

.\!mt-\[-10px\] {
  margin-top: -10px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[250px\] {
  margin-top: 250px;
}

.mt-\[54px\] {
  margin-top: 54px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[58px\] {
  height: 58px;
}

.h-full {
  height: 100%;
}

.max-h-\[120px\] {
  max-height: 120px;
}

.min-h-\[87px\] {
  min-height: 87px;
}

.w-1\/2 {
  width: 50%;
}

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[0px\] {
  width: 0px;
}

.w-\[200\%\] {
  width: 200%;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[460px\] {
  width: 460px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[1190px\] {
  max-width: 1190px;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.\!border-b-0 {
  border-bottom-width: 0px !important;
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.bg-\[\#181818\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#202020\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#262628\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f39001\]\/50 {
  background-color: rgb(243 144 1 / 0.5);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/\[0\.66\] {
  background-color: rgb(0 0 0 / 0.66);
}

.bg-extra-color {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--extra-color) / var(--tw-bg-opacity, 1));
}

.bg-extra-color\/80 {
  background-color: rgb(var(--extra-color) / 0.8);
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}

.bg-cover {
  background-size: cover;
}

.\!bg-left {
  background-position: left !important;
}

.bg-left {
  background-position: left;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.\!py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.\!py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pl-\[75px\] {
  padding-left: 75px !important;
}

.\!pr-\[20px\] {
  padding-right: 20px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pt-\[10px\] {
  padding-top: 10px !important;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pt-0 {
  padding-top: 0px;
}

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\] {
  font-size: 0;
}

.text-\[120px\] {
  font-size: 120px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[150px\] {
  font-size: 150px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[66px\] {
  font-size: 66px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[120px\] {
  line-height: 120px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[58px\] {
  line-height: 58px;
}

.leading-\[66px\] {
  line-height: 66px;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[-0\.035em\] {
  letter-spacing: -0.035em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.text-\[\#2C3E50\] {
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity, 1));
}

.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-\[\#F59E0B\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-\[\#a9a9a9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}

.text-extra-color {
  --tw-text-opacity: 1;
  color: rgb(var(--extra-color) / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-prm {
  --tw-text-opacity: 1;
  color: rgb(var(--prm-color) / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-5 {
  opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  --extra-color: 243 144 1;
  --prm-color: 243 144 1;
}

button.slick-arrow:hover {
  border: none;
}

ul {
  list-style: circle;
  padding-left: 35px;
}

ol {
  list-style: decimal;
  padding-left: 35px;
}

.slick-prev,
.slick-next {
  stroke: black;
  stroke-width:15px;
    border: none !important;
}

.slick-prev svg,
.slick-next svg {
  height: 2em;
    border: none !important;
}

@media screen and (max-width: 1024px) {
  .slick-prev svg,
.slick-next svg {
  height: 3em;
    border: none !important;
}
}

.slick-prev:before,
.slick-next:before {
  content: none !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: rgb(243 144 1);
  outline: none;
  background: transparent;
}

.hover\:text-\[\#f39001\]:hover {
  --tw-text-opacity: 1;
  color: rgb(243 144 1 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.testimonial-carousel {
padding:20px;
}


