@charset "UTF-8";
:root {
  --gray-900: #ff01ea24;
  --gray-800: #03000d;
  --gray-700: #dffeff;
  --gray-600: #211d2e;
  --gray-10: #fff;
  --primary-600: #724fe5;
  --primary-500: #2c04fe;
  --success-500: #22ff00;
  --warning-600: #eee6d0;
  --warning-500: #ff00d4;
  --warning-400: #f0e9e1;
  --warning-300: #dae3f8;
  --warning-200: #f6f2e8;
  --warning-100: #0044ff8e;
  --danger-500: #fa7508;
  --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
  --border-width: 0.125em;
  --curve-size: 1em;
  --curve-size-big: 15em;
  --curve-size-mid: 2em;
  --blur: 30px;
  --bg: linear-gradient(122deg, #00afff, #8000ff, #f80dd1);
  --bg1: linear-gradient(122deg, #84d5fa, #c38afc, #f2b1e7);
  --bg2: linear-gradient(122deg, #9800ff, #e700b2, #f44336, #ff9800);
  --bg3: linear-gradient(155deg, #00aeff48, #ff00d414);
  --bg4: linear-gradient(229deg, #ed09d7, #2e22bb);
  --bg5: linear-gradient(229deg, #09c7ed, #2e22bb);
  --color: #fff;
  --fs-xl-20: 20px;
  --fs-xl-lineheight: 32px;
  --fs-lg-18: 18px;
  --fs-lg-lineheight: 28px;
  --fs-md-16: 16px;
  --fs-md-lineheight: 24px;
  --fs-xs-14: 14px;
  --fs-xs-lineheight: 22px;
  --fs-xss-12: 12px;
  --fs-xss-lineheight: 20px;
}

.title-white h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #ffffff !important;
}

.text-gard-1 {
  background: -webkit-linear-gradient(
    225deg,
    #0080ff 0,
    #7d41ea 46.35%,
    #ff00d4 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.text-gard-2 {
  background: linear-gradient(229deg, #000000, #ed09d7, #2e22bb, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.text-gard-3 {
  background: linear-gradient(122deg, #00afff, #a16dff, #ff9800, #ff00ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.text-gard-4 {
  background: linear-gradient(229deg, #ffffff, #86e6fa, #09c7ed, #2e22bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.text-gard-5 {
  color: var(--success-500);
}
.bg-text {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 10%;
  font-size: 200px;
  color: #00fffb !important;
}
p {
  font-weight: 200;
}
*,
::after,
::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  height: 100%;
}
body {
  height: 100%;
  color: rgba(19, 17, 26, 0.8);
  font-family: "Genos", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  counter-reset: my-sec-counter;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden; /* Hide scrollbars */
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7e8;
  padding: 0;
  margin: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
::-moz-selection {
  background-color: #989ffd;
  color: #fff;
}
::selection {
  background-color: #989ffd;
  color: #fff;
}
[type="button"]:active,
[type="button"]:focus,
[type="button"]:hover,
[type="color"]:active,
[type="color"]:focus,
[type="color"]:hover,
[type="color"]:invalid,
[type="date"]:active,
[type="date"]:focus,
[type="date"]:hover,
[type="date"]:invalid,
[type="datetime-local"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:hover,
[type="datetime-local"]:invalid,
[type="datetime"]:active,
[type="datetime"]:focus,
[type="datetime"]:hover,
[type="datetime"]:invalid,
[type="email"]:active,
[type="email"]:focus,
[type="email"]:hover,
[type="email"]:invalid,
[type="month"]:active,
[type="month"]:focus,
[type="month"]:hover,
[type="month"]:invalid,
[type="number"]:active,
[type="number"]:focus,
[type="number"]:hover,
[type="number"]:invalid,
[type="password"]:active,
[type="password"]:focus,
[type="password"]:hover,
[type="password"]:invalid,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
[type="search"]:active,
[type="search"]:focus,
[type="search"]:hover,
[type="search"]:invalid,
[type="submit"]:active,
[type="submit"]:focus,
[type="submit"]:hover,
[type="tel"]:active,
[type="tel"]:focus,
[type="tel"]:hover,
[type="tel"]:invalid,
[type="text"]:active,
[type="text"]:focus,
[type="text"]:hover,
[type="text"]:invalid,
[type="time"]:active,
[type="time"]:focus,
[type="time"]:hover,
[type="time"]:invalid,
[type="url"]:active,
[type="url"]:focus,
[type="url"]:hover,
[type="url"]:invalid,
[type="week"]:active,
[type="week"]:focus,
[type="week"]:hover,
[type="week"]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
  outline: 0;
  box-shadow: none;
}
[type="button"]:active,
[type="button"]:focus,
[type="button"]:hover,
[type="reset"]:active,
[type="reset"]:focus,
[type="reset"]:hover,
[type="submit"]:active,
[type="submit"]:focus,
[type="submit"]:hover,
button:active,
button:focus,
button:hover {
  cursor: pointer;
}
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  padding: 0;
  outline: 0;
  border: none;
  display: inline-block;
  background-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  color: var(--gray-700);
  font-weight: 700;
  text-align: start;
}
.h1,
h1 {
  font-size: 80px;
  line-height: 92px;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
.h2,
h2 {
  font-size: 40px!important;
  line-height: 50px!important;
}
.h5,
h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
p{
  font-size: 18px;
  letter-spacing: 2px;
}
@media (min-width: 1600px) {
  .h1,
  h1 {
    font-size: 85px;
    line-height: 100px;
  }
  .h2,
  h2 {
    font-size: 60px!important;
    line-height: 70px!important;
  }
  .h4, h4 {
    font-size: 30px!important;
    line-height: 40px!important;
    margin-bottom: 5px!important;
  }

  p{
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 35px;
  }
}
@media (min-width: 1400px) {
  .h3, h3 {
    font-size: 35px!important;
    line-height: 40px!important;
  }
}

@media (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
  .h2,
  h2 {
    font-size: 30px!important;
    line-height: 40px!important;
  }
  .h4, h4 {
    font-size: 18px!important;
    line-height: 20px!important;
    margin-bottom: 5px!important;
  }
  
  p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 64px;
    line-height: 83px;
  }
  p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
  p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 567px) {
  .h2,
  h2 {
    font-size: 25px!important;
    line-height: 40px!important;
  }
}

@media (max-width: 330px) {
  .h2,
  h2 {
    font-size: 25px!important;
    line-height: 30px!important;
  }
  p {
    font-size: 11px;
    line-height: 20px;
  }
}
.h3,
h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.h4,
h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .h4,
  h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
  }
}


@media (max-width: 380px) {
  .h1,
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .h2, h2 {
    font-size: 20px!important;
    line-height: 30px!important;
}
  .h4, h4 {
    font-size: 16px!important;
    line-height: 20px!important;
    margin-bottom: 5px!important;
}
}


@media (max-width: 320px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}


p:last-child {
  font-weight: 200;
  margin-bottom: 0;
}
.f-size-10 {
  font-size: 10px !important;
}
.f-size-11 {
  font-size: 11px !important;
}
.f-size-12 {
  font-size: 12px !important;
}
.f-size-13 {
  font-size: 13px !important;
}
.f-size-14 {
  font-size: 14px !important;
  line-height: 20px;
}
.f-size-15 {
  font-size: 15px !important;
}
.f-size-16 {
  font-size: 16px !important;
}
.f-size-17 {
  font-size: 17px !important;
}
.f-size-18 {
  font-size: 18px !important;
}
.f-size-19 {
  font-size: 19px !important;
}
.f-size-20 {
  font-size: 20px !important;
}
.f-size-21 {
  font-size: 21px !important;
}
.f-size-22 {
  font-size: 22px !important;
}
.f-size-23 {
  font-size: 23px !important;
}
.f-size-24 {
  font-size: 24px !important;
}
.f-size-25 {
  font-size: 25px !important;
}
.f-size-26 {
  font-size: 26px !important;
}
.f-size-27 {
  font-size: 27px !important;
}
.f-size-28 {
  font-size: 28px !important;
}
.f-size-29 {
  font-size: 29px !important;
}
.f-size-30 {
  font-size: 30px !important;
}
.f-size-31 {
  font-size: 31px !important;
}
.f-size-32 {
  font-size: 32px !important;
}
.f-size-33 {
  font-size: 33px !important;
}
.f-size-34 {
  font-size: 34px !important;
}
.f-size-35 {
  font-size: 35px !important;
}
.f-size-36 {
  font-size: 36px !important;
}
.f-size-37 {
  font-size: 37px !important;
}
.f-size-38 {
  font-size: 38px !important;
}
.f-size-39 {
  font-size: 39px !important;
}
.f-size-40 {
  font-size: 40px !important;
}
.line-height-10 {
  line-height: 10px !important;
}
.line-height-11 {
  line-height: 11px !important;
}
.line-height-12 {
  line-height: 12px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-14 {
  line-height: 14px !important;
}
.line-height-15 {
  line-height: 15px !important;
}
.line-height-16 {
  line-height: 16px !important;
}
.line-height-17 {
  line-height: 17px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-19 {
  line-height: 19px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-21 {
  line-height: 21px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-23 {
  line-height: 23px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-25 {
  line-height: 25px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-27 {
  line-height: 27px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-29 {
  line-height: 29px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-31 {
  line-height: 31px !important;
}
.line-height-32 {
  line-height: 32px !important;
}
.line-height-33 {
  line-height: 33px !important;
}
.line-height-34 {
  line-height: 34px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-36 {
  line-height: 36px !important;
}
.line-height-37 {
  line-height: 37px !important;
}
.line-height-38 {
  line-height: 38px !important;
}
.line-height-39 {
  line-height: 39px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.font-bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-light {
  font-weight: 200 !important;
}

a {
  text-decoration: none;
  transition: all 0.24s ease-in-out;
}
img {
  max-width: 100%;
}
.rt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mouse-cursor,
.pointer {
  cursor: pointer;
}
blockquote {
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  border-radius: 12px;
  padding: 40px 45px;
}
.border-transparent {
  border-color: transparent !important;
}
.bg-transsparent {
  background-color: transparent !important;
}
.hover\:bg-transsparenthover {
  background-color: transparent !important;
}
.hover-shadow\:none {
  box-shadow: none !important;
}
.bgprefix-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bgprefix-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.bgprefix-full {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.position-parent {
  position: relative;
  z-index: 1;
}
.position-relative {
  position: relative;
}

.img-invert {
  filter: invert(1);
}
.img-fit {
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  right: 0;
  top: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}
.rt-mb-15 {
  margin-bottom: 15px;
}
.rt-mb-8 {
  margin-bottom: 8px;
}
.rt-mb-2 {
  margin-bottom: 2px;
}
.rt-mb-4 {
  margin-bottom: 4px;
}
.rt-pt-15 {
  padding-top: 15px;
}
.rt-mb-12 {
  margin-bottom: 12px;
}
.rt-spacer-15 {
  height: 15px;
}
.rt-mb-16 {
  margin-bottom: 16px;
}
.rt-mb-25 {
  margin-bottom: 25px;
}
.rt-mb-24 {
  margin-bottom: 24px;
}
.rt-mb-28 {
  margin-bottom: 28px;
}
.rt-mb-48 {
  margin-bottom: 48px;
}
.rt-mb-32 {
  margin-bottom: 32px;
}
.hr-0 {
  margin: 0;
  padding: 0;
}
.text-gray {
  color: #ffffff !important;
}
.text-gray-900 {
  color: #26242c !important;
}
.light-version p {
  color: #26242c !important;
  font-weight: 400 !important;
}
.light-version h1 {
  color: #26242c !important;
}
.light-version h2 {
  color: #26242c !important;
}
.light-version h3 {
  color: #26242c !important;
}
.light-version h4 {
  color: #26242c !important;
}
.light-version h5 {
  color: #26242c !important;
}
.light-version h6 {
  color: #26242c !important;
}
.dark-version p {
  color: #ffffff !important;
  font-weight: 200;
}
.dark-version h1 {
  color: #ffffff !important;
}
.dark-version h2 {
  color: #ffffff !important;
}
.dark-version h3 {
  color: #ffffff !important;
}
.dark-version h4 {
  color: #ffffff !important;
}
.dark-version h5 {
  color: #ffffff !important;
}
.dark-version h6 {
  color: #ffffff !important;
}

.text-gray p {
  color: #ffffff !important;
  font-weight: normal;
}
.text-gray h1 {
  color: #ffffff !important;
}
.text-gray h2 {
  color: #ffffff !important;
}
.text-gray h3 {
  color: #ffffff !important;
}
.text-gray h4 {
  color: #ffffff !important;
}
.text-gray h5 {
  color: #ffffff !important;
}
.text-gray h6 {
  color: #ffffff !important;
}
.bg-gray-900 {
  background-color: #26242c !important;
}
.border-gray-900 {
  border-color: #26242c !important;
}
.hoverbg-gray-900:hover {
  background-color: #26242c !important;
}
.hover\:bg-gray-900:hover {
  background-color: #26242c !important;
}
.hover\:text-gray-900:hover {
  color: #26242c !important;
}
.hover\:border-gray-900:hover {
  border-color: #26242c !important;
}
.text-gray-800 {
  color: #13111a !important;
}

.border-gray-800 {
  border-color: #13111a !important;
}
.hoverbg-gray-800:hover {
  background-color: #13111a !important;
}
.hover\:bg-gray-800:hover {
  background-color: #13111a !important;
}
.hover\:text-gray-800:hover {
  color: #13111a !important;
}
.hover\:border-gray-800:hover {
  border-color: #13111a !important;
}
.text-gray-700 {
  color: #e1e1e1 !important;
}
.bg-gray-700 {
  background-color: #e1e1e1 !important;
}
.border-gray-700 {
  border-color: #e1e1e1 !important;
}
.hoverbg-gray-700:hover {
  background-color: #e1e1e1 !important;
}
.hover\:bg-gray-700:hover {
  background-color: #e1e1e1 !important;
}
.hover\:text-gray-700:hover {
  color: #e1e1e1 !important;
}
.hover\:border-gray-700:hover {
  border-color: #e1e1e1 !important;
}
.text-gray-600 {
  color: #211d2e !important;
}
.bg-gray-600 {
  background-color: #211d2e !important;
}
.border-gray-600 {
  border-color: #211d2e !important;
}
.hoverbg-gray-600:hover {
  background-color: #211d2e !important;
}
.hover\:bg-gray-600:hover {
  background-color: #211d2e !important;
}
.hover\:text-gray-600:hover {
  color: #211d2e !important;
}
.hover\:border-gray-600:hover {
  border-color: #211d2e !important;
}
.text-gray-10 {
  color: #fff !important;
}
.bg-gray-10 {
  background-color: #fff !important;
}
.border-gray-10 {
  border-color: #fff !important;
}
.hoverbg-gray-10:hover {
  background-color: #fff !important;
}
.hover\:bg-gray-10:hover {
  background-color: #fff !important;
}
.hover\:text-gray-10:hover {
  color: #fff !important;
}
.hover\:border-gray-10:hover {
  border-color: #fff !important;
}
.text-primary-600 {
  color: #724fe5 !important;
}
.bg-primary-600 {
  background: linear-gradient(153deg, rgb(98 177 255) 0%, #300ca6 100%);
}
.bg-primary-650 {
  background: var(--bg3);
}
.bg-primary-700 {
  background: var(--bg5);
}
.border-primary-600 {
  border-color: #724fe5 !important;
}
.hoverbg-primary-600:hover {
  background-color: #724fe5 !important;
}
.hover\:bg-primary-600:hover {
  background-color: #724fe5 !important;
}
.hover\:text-primary-600:hover {
  color: #724fe5 !important;
}
.hover\:border-primary-600:hover {
  border-color: #724fe5 !important;
}
.text-primary-500 {
  color: #2c04fe !important;
}
.bg-primary-500 {
  background-color: #2c04fe !important;
}
.border-primary-500 {
  border-color: #2c04fe !important;
}
.hoverbg-primary-500:hover {
  background-color: #2c04fe !important;
}
.hover\:bg-primary-500:hover {
  background-color: #2c04fe !important;
}
.hover\:text-primary-500:hover {
  color: #2c04fe !important;
}
.hover\:border-primary-500:hover {
  border-color: #2c04fe !important;
}
.text-success-500 {
  color: #32e7b1 !important;
}
.bg-success-500 {
  background-color: #32e7b1 !important;
}
.border-success-500 {
  border-color: #32e7b1 !important;
}
.hoverbg-success-500:hover {
  background-color: #32e7b1 !important;
}
.hover\:bg-success-500:hover {
  background-color: #32e7b1 !important;
}
.hover\:text-success-500:hover {
  color: #32e7b1 !important;
}
.hover\:border-success-500:hover {
  border-color: #32e7b1 !important;
}
.text-warning-600 {
  color: #eee6d0 !important;
}
.bg-warning-600 {
  background-color: #eee6d0 !important;
}
.border-warning-600 {
  border-color: #eee6d0 !important;
}
.hoverbg-warning-600:hover {
  background-color: #eee6d0 !important;
}
.hover\:bg-warning-600:hover {
  background-color: #eee6d0 !important;
}
.hover\:text-warning-600:hover {
  color: #eee6d0 !important;
}
.hover\:border-warning-600:hover {
  border-color: #eee6d0 !important;
}
.text-warning-500 {
  color: #ffc947 !important;
}
.bg-warning-500 {
  background-color: #ffc947 !important;
}
.border-warning-500 {
  border-color: #ffc947 !important;
}
.hoverbg-warning-500:hover {
  background-color: #ffc947 !important;
}
.hover\:bg-warning-500:hover {
  background-color: #ffc947 !important;
}
.hover\:text-warning-500:hover {
  color: #ffc947 !important;
}
.hover\:border-warning-500:hover {
  border-color: #ffc947 !important;
}
.text-warning-400 {
  color: #f0e9e1 !important;
}
.bg-warning-400 {
  background-color: #f0e9e1 !important;
}
.border-warning-400 {
  border-color: #f0e9e1 !important;
}
.hoverbg-warning-400:hover {
  background-color: #f0e9e1 !important;
}
.hover\:bg-warning-400:hover {
  background-color: #f0e9e1 !important;
}
.hover\:text-warning-400:hover {
  color: #f0e9e1 !important;
}
.hover\:border-warning-400:hover {
  border-color: #f0e9e1 !important;
}
.text-warning-300 {
  color: #fffdf5 !important;
}
.border-warning-300 {
  border-color: #fffdf5 !important;
}
.hoverbg-warning-300:hover {
  background-color: #fffdf5 !important;
}
.hover\:bg-warning-300:hover {
  background-color: #fffdf5 !important;
}
.hover\:text-warning-300:hover {
  color: #fffdf5 !important;
}
.hover\:border-warning-300:hover {
  border-color: #fffdf5 !important;
}
.text-warning-200 {
  color: #f6f2e8 !important;
}
.bg-warning-200 {
  background-color: #ffe4ff !important;
}
.border-warning-200 {
  border-color: #f6f2e8 !important;
}
.hoverbg-warning-200:hover {
  background-color: #f6f2e8 !important;
}
.hover\:bg-warning-200:hover {
  background-color: #f6f2e8 !important;
}
.hover\:text-warning-200:hover {
  color: #f6f2e8 !important;
}
.hover\:border-warning-200:hover {
  border-color: #f6f2e8 !important;
}
.text-warning-100 {
  color: #fffcf2 !important;
}
.bg-warning-100 {
  background: var(--bg5) !important;
}
.border-warning-100 {
  border-color: #fffcf2 !important;
}
.hoverbg-warning-100:hover {
  background-color: #fffcf2 !important;
}
.hover\:bg-warning-100:hover {
  background-color: #fffcf2 !important;
}
.hover\:text-warning-100:hover {
  color: #fffcf2 !important;
}
.hover\:border-warning-100:hover {
  border-color: #fffcf2 !important;
}
.text-danger-500 {
  color: #ff6b55 !important;
}
.bg-danger-500 {
  background-color: #ff6b55 !important;
}
.border-danger-500 {
  border-color: #ff6b55 !important;
}
.hoverbg-danger-500:hover {
  background-color: #ff6b55 !important;
}
.hover\:bg-danger-500:hover {
  background-color: #ff6b55 !important;
}
.hover\:text-danger-500:hover {
  color: #ff6b55 !important;
}
.hover\:border-danger-500:hover {
  border-color: #ff6b55 !important;
}
.hover\:border-transparent {
  border-color: transparent !important;
}
.rt-clipath-md {
  clip-path: polygon(4% 0, 100% 0, 100% 91%, 96% 100%, 0 100%, 0 9%);
  border-radius: 0px !important;
}
.rt-clipath-sm {
  clip-path: polygon(3% 0, 100% 0, 100% 81%, 97% 100%, 0 100%, 0 22%);
  border-radius: 0px !important;
}
.rt-mr-0 {
  margin-right: 0 !important;
}
.rt-ml-0 {
  margin-left: 0 !important;
}
.rt-rounded-0 {
  border-radius: 0 !important;
}
.rt-mr-1 {
  margin-right: 1px !important;
}
.rt-ml-1 {
  margin-left: 1px !important;
}
.rt-rounded-1 {
  border-radius: 1px !important;
}
.rt-mr-2 {
  margin-right: 2px !important;
}
.rt-ml-2 {
  margin-left: 2px !important;
}
.rt-rounded-2 {
  border-radius: 2px !important;
}
.rt-mr-3 {
  margin-right: 3px !important;
}
.rt-ml-3 {
  margin-left: 3px !important;
}
.rt-rounded-3 {
  border-radius: 3px !important;
}
.rt-mr-4 {
  margin-right: 4px !important;
}
.rt-ml-4 {
  margin-left: 4px !important;
}
.rt-rounded-4 {
  border-radius: 4px !important;
}
.rt-mr-5 {
  margin-right: 5px !important;
}
.rt-ml-5 {
  margin-left: 5px !important;
}
.rt-rounded-5 {
  border-radius: 5px !important;
}
.rt-mr-6 {
  margin-right: 6px !important;
}
.rt-ml-6 {
  margin-left: 6px !important;
}
.rt-rounded-6 {
  border-radius: 6px !important;
}
.rt-mr-7 {
  margin-right: 7px !important;
}
.rt-ml-7 {
  margin-left: 7px !important;
}
.rt-rounded-7 {
  border-radius: 7px !important;
}
.rt-mr-8 {
  margin-right: 8px !important;
}
.rt-ml-8 {
  margin-left: 8px !important;
}
.rt-rounded-8 {
  border-radius: 8px !important;
}
.rt-mr-9 {
  margin-right: 9px !important;
}
.rt-ml-9 {
  margin-left: 9px !important;
}
.rt-rounded-9 {
  border-radius: 9px !important;
}
.rt-mr-10 {
  margin-right: 10px !important;
}
.rt-ml-10 {
  margin-left: 10px !important;
}
.rt-rounded-10 {
  border-radius: 10px !important;
}
.rt-mr-11 {
  margin-right: 11px !important;
}
.rt-ml-11 {
  margin-left: 11px !important;
}
.rt-rounded-11 {
  border-radius: 11px !important;
}
.rt-mr-12 {
  margin-right: 12px !important;
}
.rt-ml-12 {
  margin-left: 12px !important;
}
.rt-rounded-12 {
  border-radius: 12px !important;
}
.rt-mr-13 {
  margin-right: 13px !important;
}
.rt-ml-13 {
  margin-left: 13px !important;
}
.rt-rounded-13 {
  border-radius: 13px !important;
}
.rt-mr-14 {
  margin-right: 14px !important;
}
.rt-ml-14 {
  margin-left: 14px !important;
}
.rt-rounded-14 {
  border-radius: 14px !important;
}
.rt-mr-15 {
  margin-right: 15px !important;
}
.rt-ml-15 {
  margin-left: 15px !important;
}
.rt-rounded-15 {
  border-radius: 15px !important;
}
.rt-mr-16 {
  margin-right: 16px !important;
}
.rt-ml-16 {
  margin-left: 16px !important;
}
.rt-rounded-16 {
  border-radius: 16px !important;
}
.rt-mr-17 {
  margin-right: 17px !important;
}
.rt-ml-17 {
  margin-left: 17px !important;
}
.rt-rounded-17 {
  border-radius: 17px !important;
}
.rt-mr-18 {
  margin-right: 18px !important;
}
.rt-ml-18 {
  margin-left: 18px !important;
}
.rt-rounded-18 {
  border-radius: 18px !important;
}
.rt-mr-19 {
  margin-right: 19px !important;
}
.rt-ml-19 {
  margin-left: 19px !important;
}
.rt-rounded-19 {
  border-radius: 19px !important;
}
.rt-mr-20 {
  margin-right: 20px !important;
}
.rt-ml-20 {
  margin-left: 20px !important;
}
.rt-rounded-20 {
  border-radius: 20px !important;
}
.rt-mr-21 {
  margin-right: 21px !important;
}
.rt-ml-21 {
  margin-left: 21px !important;
}
.rt-rounded-21 {
  border-radius: 21px !important;
}
.rt-mr-22 {
  margin-right: 22px !important;
}
.rt-ml-22 {
  margin-left: 22px !important;
}
.rt-rounded-22 {
  border-radius: 22px !important;
}
.rt-mr-23 {
  margin-right: 23px !important;
}
.rt-ml-23 {
  margin-left: 23px !important;
}
.rt-rounded-23 {
  border-radius: 23px !important;
}
.rt-mr-24 {
  margin-right: 24px !important;
}
.rt-ml-24 {
  margin-left: 24px !important;
}
.rt-rounded-24 {
  border-radius: 24px !important;
}
.rt-mr-25 {
  margin-right: 25px !important;
}
.rt-ml-25 {
  margin-left: 25px !important;
}
.rt-rounded-25 {
  border-radius: 25px !important;
}
.rt-mr-26 {
  margin-right: 26px !important;
}
.rt-ml-26 {
  margin-left: 26px !important;
}
.rt-rounded-26 {
  border-radius: 26px !important;
}
.rt-mr-27 {
  margin-right: 27px !important;
}
.rt-ml-27 {
  margin-left: 27px !important;
}
.rt-rounded-27 {
  border-radius: 27px !important;
}
.rt-mr-28 {
  margin-right: 28px !important;
}
.rt-ml-28 {
  margin-left: 28px !important;
}
.rt-rounded-28 {
  border-radius: 28px !important;
}
.rt-mr-29 {
  margin-right: 29px !important;
}
.rt-ml-29 {
  margin-left: 29px !important;
}
.rt-rounded-29 {
  border-radius: 29px !important;
}
.rt-mr-30 {
  margin-right: 30px !important;
}
.rt-ml-30 {
  margin-left: 30px !important;
}
.rt-ml-60 {
  margin-left: 60px !important;
}
.rt-ml-80 {
  margin-left: 80px !important;
}
.rt-ml-100 {
  margin-left: 100px !important;
}
.rt-ml-120 {
  margin-left: 120px !important;
}
.rt-rounded-30 {
  border-radius: 30px !important;
}
.rt-mb-0 {
  margin-bottom: 0;
}
.rt-pt-0 {
  padding-top: 0;
}
.rt-p-0 {
  padding: 0;
}
.rt-spacer-0 {
  height: 0;
}
.rt-mb-10 {
  margin-bottom: 10px;
}
.rt-pt-10 {
  padding-top: 10px;
}
.rt-spacer-10 {
  height: 10px;
}
.rt-mb-20 {
  margin-bottom: 20px;
}
.rt-pt-20 {
  padding-top: 20px;
}
.rt-spacer-20 {
  height: 20px;
}
.rt-mb-30 {
  margin-bottom: 30px;
}
.rt-pt-30 {
  padding-top: 30px;
}
.rt-spacer-30 {
  height: 30px;
}
.rt-mb-40 {
  margin-bottom: 40px;
}
.rt-pt-40 {
  padding-top: 40px;
}
.rt-spacer-40 {
  height: 40px;
}
.rt-mb-50 {
  margin-bottom: 50px;
}
.rt-pt-50 {
  padding-top: 50px;
}
.rt-spacer-50 {
  height: 50px;
}
.rt-mb-60 {
  margin-bottom: 60px;
}
.rt-pt-60 {
  padding-top: 60px;
}
.rt-spacer-60 {
  height: 60px;
}
.rt-mb-70 {
  margin-bottom: 70px;
}
.rt-pt-70 {
  padding-top: 70px;
}
.rt-spacer-70 {
  height: 70px;
}
.rt-mb-80 {
  margin-bottom: 80px;
}
.rt-pt-80 {
  padding-top: 80px;
}
.rt-spacer-80 {
  height: 80px;
}
.rt-mb-90 {
  margin-bottom: 90px;
}
.rt-pt-90 {
  padding-top: 90px;
}
.rt-spacer-90 {
  height: 90px;
}
.rt-mb-100 {
  margin-bottom: 100px;
}
.rt-pt-100 {
  padding-top: 100px;
}
.rt-spacer-100 {
  height: 100px;
}
@media (max-width: 1199.98px) {
  .rt-mb-lg-0 {
    margin-bottom: 0;
  }
  .rt-pt-lg-0 {
    padding-top: 0;
  }
  .rt-spacer-lg-0 {
    height: 0;
  }
  .rt-mb-lg-10 {
    margin-bottom: 10px;
  }
  .rt-pt-lg-10 {
    padding-top: 10px;
  }
  .rt-spacer-lg-10 {
    height: 10px;
  }
  .rt-mb-lg-20 {
    margin-bottom: 20px;
  }
  .rt-pt-lg-20 {
    padding-top: 20px;
  }
  .rt-spacer-lg-20 {
    height: 20px;
  }
  .rt-mb-lg-30 {
    margin-bottom: 30px;
  }
  .rt-pt-lg-30 {
    padding-top: 30px;
  }
  .rt-spacer-lg-30 {
    height: 30px;
  }
  .rt-mb-lg-40 {
    margin-bottom: 40px;
  }
  .rt-pt-lg-40 {
    padding-top: 40px;
  }
  .rt-spacer-lg-40 {
    height: 40px;
  }
  .rt-mb-lg-50 {
    margin-bottom: 50px;
  }
  .rt-pt-lg-50 {
    padding-top: 50px;
  }
  .rt-spacer-lg-50 {
    height: 50px;
  }
  .rt-mb-lg-60 {
    margin-bottom: 60px;
  }
  .rt-pt-lg-60 {
    padding-top: 60px;
  }
  .rt-spacer-lg-60 {
    height: 60px;
  }
  .rt-mb-lg-70 {
    margin-bottom: 70px;
  }
  .rt-pt-lg-70 {
    padding-top: 70px;
  }
  .rt-spacer-lg-70 {
    height: 70px;
  }
  .rt-mb-lg-80 {
    margin-bottom: 80px;
  }
  .rt-pt-lg-80 {
    padding-top: 80px;
  }
  .rt-spacer-lg-80 {
    height: 80px;
  }
  .rt-mb-lg-90 {
    margin-bottom: 90px;
  }
  .rt-pt-lg-90 {
    padding-top: 90px;
  }
  .rt-spacer-lg-90 {
    height: 90px;
  }
  .rt-mb-lg-100 {
    margin-bottom: 100px;
  }
  .rt-pt-lg-100 {
    padding-top: 100px;
  }
  .rt-spacer-lg-100 {
    height: 100px;
  }
}
@media (max-width: 1999.98px) {
  .rt-ml-120 {
    margin-left: 200px !important;
  }
}
@media (max-width: 1699.98px) {
  .rt-ml-120 {
    margin-left: 160px !important;
  }
}
@media (max-width: 1499.98px) {
  .rt-ml-120 {
    margin-left: 120px !important;
  }
}
@media (max-width: 991.98px) {
  .rt-mb-md-0 {
    margin-bottom: 0;
  }
  .rt-pt-md-0 {
    padding-top: 0;
  }
  .rt-spacer-md-0 {
    height: 0;
  }
  .rt-mb-md-10 {
    margin-bottom: 10px;
  }
  .rt-pt-md-10 {
    padding-top: 10px;
  }
  .rt-spacer-md-10 {
    height: 10px;
  }
  .rt-mb-md-20 {
    margin-bottom: 20px;
  }
  .rt-pt-md-20 {
    padding-top: 20px;
  }
  .rt-spacer-md-20 {
    height: 20px;
  }
  .rt-mb-md-30 {
    margin-bottom: 30px;
  }
  .rt-pt-md-30 {
    padding-top: 30px;
  }
  .rt-spacer-md-30 {
    height: 30px;
  }
  .rt-mb-md-40 {
    margin-bottom: 40px;
  }
  .rt-pt-md-40 {
    padding-top: 40px;
  }
  .rt-spacer-md-40 {
    height: 40px;
  }
  .rt-mb-md-50 {
    margin-bottom: 50px;
  }
  .rt-pt-md-50 {
    padding-top: 50px;
  }
  .rt-spacer-md-50 {
    height: 50px;
  }
  .rt-mb-md-60 {
    margin-bottom: 60px;
  }
  .rt-pt-md-60 {
    padding-top: 60px;
  }
  .rt-spacer-md-60 {
    height: 60px;
  }
  .rt-mb-md-70 {
    margin-bottom: 70px;
  }
  .rt-pt-md-70 {
    padding-top: 70px;
  }
  .rt-spacer-md-70 {
    height: 70px;
  }
  .rt-mb-md-80 {
    margin-bottom: 80px;
  }
  .rt-pt-md-80 {
    padding-top: 80px;
  }
  .rt-spacer-md-80 {
    height: 80px;
  }
  .rt-mb-md-90 {
    margin-bottom: 90px;
  }
  .rt-ml-120 {
    margin-left: 0px !important;
  }
  .rt-pt-md-90 {
    padding-top: 90px;
  }
  .rt-spacer-md-90 {
    height: 90px;
  }
  .rt-mb-md-100 {
    margin-bottom: 100px;
  }
  .rt-pt-md-100 {
    padding-top: 100px;
  }
  .rt-spacer-md-100 {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .rt-mb-xs-0 {
    margin-bottom: 0;
  }
  .rt-pt-xs-0 {
    padding-top: 0;
  }
  .rt-spacer-xs-0 {
    height: 0;
  }
  .rt-mb-xs-10 {
    margin-bottom: 10px;
  }
  .rt-pt-xs-10 {
    padding-top: 10px;
  }
  .rt-spacer-xs-10 {
    height: 10px;
  }
  .rt-mb-xs-20 {
    margin-bottom: 20px;
  }
  .rt-pt-xs-20 {
    padding-top: 20px;
  }
  .rt-spacer-xs-20 {
    height: 20px;
  }
  .rt-mb-xs-30 {
    margin-bottom: 30px;
  }
  .rt-pt-xs-30 {
    padding-top: 30px;
  }
  .rt-spacer-xs-30 {
    height: 30px;
  }
  .rt-mb-xs-40 {
    margin-bottom: 40px;
  }
  .rt-pt-xs-40 {
    padding-top: 40px;
  }
  .rt-spacer-xs-40 {
    height: 40px;
  }
  .rt-mb-xs-50 {
    margin-bottom: 50px;
  }
  .rt-pt-xs-50 {
    padding-top: 50px;
  }
  .rt-spacer-xs-50 {
    height: 50px;
  }
  .rt-mb-xs-60 {
    margin-bottom: 60px;
  }
  .rt-pt-xs-60 {
    padding-top: 60px;
  }
  .rt-spacer-xs-60 {
    height: 60px;
  }
  .rt-mb-xs-70 {
    margin-bottom: 70px;
  }
  .rt-pt-xs-70 {
    padding-top: 70px;
  }
  .rt-spacer-xs-70 {
    height: 70px;
  }
  .rt-mb-xs-80 {
    margin-bottom: 80px;
  }
  .rt-pt-xs-80 {
    padding-top: 80px;
  }
  .rt-spacer-xs-80 {
    height: 80px;
  }
  .rt-mb-xs-90 {
    margin-bottom: 90px;
  }
  .rt-pt-xs-90 {
    padding-top: 90px;
  }
  .rt-spacer-xs-90 {
    height: 90px;
  }
  .rt-mb-xs-100 {
    margin-bottom: 100px;
  }
  .rt-pt-xs-100 {
    padding-top: 100px;
  }
  .rt-spacer-xs-100 {
    height: 100px;
  }
  .rt-ml-120 {
    margin-left: 0px !important;
  }
  .rt-ml-30 {
    margin-left: 0px !important;
  }
}

.pointer {
  cursor: pointer;
}
.text-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slick-bullet .slick-dots li button:before {
  display: none !important;
}
.slick-bullet .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-bullet .slick-dots li {
  position: relative;
  z-index: 1;
  width: 10px;
  display: inline-block;
  height: 10px;
}
.slick-bullet .slick-dots li button {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slick-bullet.deafult_style_dot .slick-dots li button {
  overflow: hidden;
  transition: background 0.3s ease;
}
.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
  width: 24px;
}
.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
  border-radius: 32px;
}
.slick-bullet.dotstyle-fillup .slick-dots li button {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.3s ease;
}
.slick-bullet.dotstyle-fillup .slick-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 50%;
}
.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
  height: 100%;
}
.slick-bullet.dotstyle-scaleup .slick-dots li button {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
  transform: scale(1.2);
  background-color: #fff;
}
.slick-bullet.dotstyle-stroke .slick-dots li button {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}
.slick-bullet.dotstyle-fillin .slick-dots li button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.3s ease;
}
.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 8px #fff;
}
.slick-bullet.dotstyle-dotstroke .slick-dots li {
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke .slick-dots li button {
  transform: scale(0.4);
  background-color: #fff;
  transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
  transform: scale(1);
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
  background-color: #fff;
  transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
  box-shadow: 0 0 0 2px #fff;
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
  transform: scale(0.4);
}
#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 55px;
  text-align: center;
}
.modal-header {
  padding: 20px 24px 20px 24px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0;
}

.modal-body {
  padding: 24px;
}
.bg-warning-400 {
  background-color: var(--warning-400);
}
.bg-warning-300 {
  background-color: var(--warning-300);
}
.bg-warning-200 {
  background-color: var(--warning-200);
}
.bg-warning-100 {
  background-color: var(--warning-100);
}
.bg-gray-800 {
  background-color: var(--gray-800) !important;
}
.bg-gray-1000 {
  background-color: #000000 !important;
}
.z-index {
  z-index: 3;
  position: relative;
}
.max-w-full {
  max-width: 100% !important;
}
header.Portfolio-header-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 13px 0;
  transition: all 0.4s;
}
header.Portfolio-header-section.sticky-menu {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.06);
}
.site-menu-main .nav-link-item {
  color: var(--gray-800);
}
.nexto-header-two .site-menu-main .nav-link-item {
  color: var(--gray-800);
}
.nexto-header-two.site-header .mobile-menu-trigger span {
  background-color: var(--gray-800);
}
.nexto-header-two.site-header .mobile-menu-trigger span:after,
.nexto-header-two.site-header .mobile-menu-trigger span:before {
  background-color: var(--gray-800);
}
header.nexto-header-section.nexto-header-two.sticky-menu {
  background-color: var(--gray-10);
  box-shadow: 0 8px 80px rgba(19, 17, 26, 0.06);
}
header.Portfolio--header-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 13px 0;
  padding-top: 0px;
  transition: all 0.4s;
}

header.Portfolio--header-section.Portfolio--header-three .site-menu-main .nav-link-item {
  color: var(--gray-10);
}

.Portfolio--header-two .site-menu-main .nav-link-item {
  color: var(--gray-800);
}
.Portfolio--header-two.site-header .mobile-menu-trigger span {
  background-color: var(--gray-800);
}
.Portfolio--header-two.site-header .mobile-menu-trigger span:after,
.Portfolio--header-two.site-header .mobile-menu-trigger span:before {
  background-color: var(--gray-800);
}
header.Portfolio--header-section.Portfolio--header-two.sticky-menu {
  background-color: var(--gray-10);
  box-shadow: 0 8px 80px rgba(19, 17, 26, 0.06);
}
.Portfolio--header-three .site-navbar .menu-block-wrapper {
  justify-content: center;
}
.Portfolio--header-two .site-navbar .menu-block-wrapper {
  justify-content: center;
}
.Portfolio--header-three.site-header .mobile-menu-trigger span {
  background-color: #fff;
}
.Portfolio--header-three.site-header .mobile-menu-trigger span:after,
.Portfolio--header-three.site-header .mobile-menu-trigger span:before {
  background-color: #fff;
}
.Portfolio-responsive-btn {
  display: none;
  margin-top: 40px;
}
.Portfolio-responsive-btn .Portfolio-btn.Portfolio-header-btn {
  margin: 25px 0 0;
  padding: 0 33px;
}
@media (max-width: 991px) {
  .Portfolio-responsive-btn {
    display: block;
  }
}
footer.Portfolio-footer-section {
}
@media (max-width: 991px) {
  footer.Portfolio-footer-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  footer.Portfolio-footer-section {
    padding: 60px 0;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .Portfolio-textarea {
    margin-bottom: 50px;
    max-width: 500px;
  }
}
.Portfolio-textarea .Portfolio-footer-logo {
  margin-bottom: 30px;
}
.Portfolio-textarea p {
  color: #fff;
  opacity: 0.6;
}
.Portfolio-textarea .Portfolio-copywright {
  font-size: 16px;
  margin-top: 55px;
}
@media (max-width: 991px) {
  .Portfolio-textarea .Portfolio-copywright {
    margin-top: 25px;
  }
}
.Portfolio-footer-menu.Portfolio-custom-margin {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .Portfolio-footer-menu.Portfolio-custom-margin {
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .Portfolio-footer-menu {
    margin-bottom: 40px;
  }
}
.Portfolio-footer-menu span {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  display: block;
  color: #26242c;
  opacity: 1;
}
@media (max-width: 575px) {
  .Portfolio-footer-menu span {
    margin-bottom: 20px;
  }
}
.Portfolio-footer-menu ul li {
  margin-bottom: 10px;
}
.Portfolio-footer-menu ul li:last-child {
  margin-bottom: 0;
}
.Portfolio-footer-menu ul li a {
  font-size: 18px;
  color: #26242c;
  transition: all 0.4s;
}
.Portfolio-footer-menu ul li a:hover {
  opacity: 1;
  padding-left: 10px;
  color: var(--warning-500);
}

.Portfolio-email {
  font-weight: 600;
  color: var(--gray-10);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Portfolio-email img {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .Portfolio-email {
    justify-content: center;
  }
}
.Portfolio-footer-bottom {
  padding: 35px 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .Portfolio-footer-bottom {
    justify-content: center !important;
  }
  .Portfolio-footer-bottom p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .Portfolio-footer-bottom {
    text-align: center;
  }
}
.Portfolio-footer-bottom p {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  margin: 0;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .Portfolio-footer-bottom p {
    margin: 0 0 20px;
  }
}
.Portfolio-footer-bottom .Portfolio-footer-menu {
  text-align: right;
}
@media (max-width: 767px) {
  .Portfolio-footer-bottom .Portfolio-footer-menu {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .Portfolio-footer-bottom .Portfolio-footer-menu {
    margin-bottom: 0;
  }
}
.Portfolio-footer-bottom .Portfolio-footer-menu ul li {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  opacity: 1;
  margin: 0;
}
.Portfolio-footer-bottom .Portfolio-footer-menu ul li::after {
  content: " ";
  top: 14px;
  right: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  opacity: 0.8;
}
.Portfolio-footer-bottom .Portfolio-footer-menu ul li:last-child {
  padding-right: 0;
}
.Portfolio-footer-bottom .Portfolio-footer-menu ul li:last-child:after {
  content: none;
}
.Portfolio-footer-bottom .Portfolio-footer-menu ul li a {
  font-size: 16px;
}
.Portfolio-footer-bottom .Portfolio-footer-menu ul li a:hover {
  padding: 0;
}
footer.Portfolio--footer-section {
  background-color: var(--gray-800);
}
footer.Portfolio---footer-section {
  background-color: transparent;
}

.Portfolio---footer-top {
  padding: 120px 0 60px;
  border-bottom: 1px solid var(--warning-100);
}
.Portfolio--footer-top {
  padding: 120px 0 60px;
  border-bottom: 1px solid var(--gray-900);
}
@media (max-width: 991px) {
  .Portfolio--footer-top {
    padding: 100px 0 30px;
  }
}
@media (max-width: 767px) {
  .Portfolio--footer-top {
    padding: 80px 0 15px;
  }
}
@media (max-width: 575px) {
  .Portfolio--footer-top {
    padding: 0px 0 0;
  }
}
@media (max-width: 991px) {
  .Portfolio--textarea {
    margin-bottom: 30px;
    max-width: 500px;
  }
}
.Portfolio--textarea .Portfolio--footer-logo {
  margin-bottom: 30px;
}
.Portfolio--textarea p {
  color: #fff;
  opacity: 1;
}
@media (max-width: 575px) {
  .Portfolio--footer-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 467px) {
  .Portfolio--footer-middle .Portfolio--footer-logo {
    margin: auto;
  }
}
.Portfolio---footer-middle .Portfolio--footer-logo {
  width: 50%;
}
.Portfolio--footer-middle .Portfolio--footer-logo {
  width: 100%;
}
.Portfolio--footer-menu span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}
.Portfolio--footer-menu ul li {
  margin-bottom: 12px;
}
.Portfolio--footer-menu ul li:last-child {
  margin-bottom: 0;
}
.Portfolio-footer-menu ul li {
  margin-bottom: 12px;
}
.Portfolio-footer-menu ul li:last-child {
  margin-bottom: 0;
}
.Portfolio--footer-menu ul li a {
  font-size: 18px;
  opacity: 0.6;
  color: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio-footer-menu ul li a {
  font-size: 18px;
  color: #26242c;
  transition: all 0.4s;
}
.Portfolio--footer-menu ul li a:hover {
  opacity: 1;
  padding-left: 10px;
}
.Portfolio--footer-bottom {
  display: flex;
  justify-content: center;
  padding: 35px 0;
}
.Portfolio-footer-bottom {
  display: flex;
  justify-content: start;
  padding: 35px 0;
}
.Portfolio-footer-section .Portfolio-footer-bottom {
  display: flex;
  justify-content: center;
  padding: 35px 0;
}
.Portfolio---footer-middle {
  padding-top: 100px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--gray-10);
}
.Portfolio--footer-middle {
  padding-top: 0px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--gray-10);
}

@media (max-width: 767px) {
  .Portfolio--footer-bottom {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .Portfolio--footer-bottom {
    display: block;
    text-align: center;
    padding: 10px 0 35px;
  }
  .Portfolio--footer-menu2 ul li:nth-child(3) {
    margin-right: 0px;
  }
  .Portfolio--footer-menu3 ul li:nth-child(3) {
    margin-right: 0px;
  }
}
@media (max-width: 320px) {
  .Portfolio--footer-menu ul li {
    margin-bottom: 6px;
  }
  .Portfolio--footer-menu ul li a {
    font-size: 14px;
  }
  .Portfolio-footer-menu ul li {
    margin-bottom: 6px;
  }
  .Portfolio-footer-menu ul li a {
    font-size: 14px;
  }
  .Portfolio--info ul li a {
    font-size: 14px !important;
    line-height: 15px;
  }
  .Portfolio-info ul li a {
    font-size: 14px !important;
    line-height: 15px;
  }
}
.Portfolio--footer-bottom p {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 0;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .Portfolio--footer-bottom p {
    margin: 0 0 20px;
  }
}
@media (max-width: 320px) {
  .Portfolio--footer-bottom p {
    font-size: 12px;
  }
  .Portfolio-footer-bottom p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .Portfolio--footer-bottom .Portfolio--footer-menu {
    margin-bottom: 0;
  }
}
.Portfolio--footer-bottom .Portfolio--footer-menu ul li {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.Portfolio--footer-bottom .Portfolio--footer-menu ul li::after {
  content: " ";
  top: 14px;
  right: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  opacity: 0.8;
}
.Portfolio--footer-bottom .Portfolio--footer-menu ul li:last-child:after {
  content: none;
}
.Portfolio--footer-bottom .Portfolio--footer-menu ul li a {
  font-size: 16px;
}
.Portfolio--footer-bottom .Portfolio--footer-menu ul li a:hover {
  padding: 0;
}
footer.Portfolio--foote2-section {
  background-size: cover;
  background-position: center;
}
footer.Portfolio--foote2-section .Portfolio--footer-top {
  padding: 120px 0;
  border: none;
}
@media (max-width: 991px) {
  footer.Portfolio--foote2-section .Portfolio--footer-top {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  footer.Portfolio--foote2-section .Portfolio--footer-top {
    padding: 50px 0;
  }
}
footer.Portfolio--foote2-section .Portfolio--default-content {
  max-width: 590px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.Portfolio--star {
  position: absolute;
  top: -12px;
  right: -40px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}
.Portfolio--footer-menu2 {
  text-align: center !important;
}
.Portfolio--footer-menu3 {
  text-align: center !important;
}
.Portfolio--footer-menu2 ul li {
  margin: 0 15px;
  display: inline-block;
}
.Portfolio--footer-menu3 ul li {
  margin: 0 15px;
  display: inline-block;
}
.Portfolio--footer-menu2 ul li:first-child {
  margin-left: 0;
}
.Portfolio--footer-menu2 ul li:last-child {
  margin-right: 0;
}
.Portfolio--footer-menu3 ul li:first-child {
  margin-left: 0;
}
.Portfolio--footer-menu3 ul li:last-child {
  margin-right: 0;
}
.Portfolio--footer-menu2 ul li a {
  font-weight: 600;
  color: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio--footer-menu2 ul li a:hover {
  color: var(--danger-500);
}
.Portfolio--footer-menu3 ul li a {
  font-weight: 600;
  color: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio--footer-menu3 ul li a:hover {
  color: var(--danger-500);
}
.Portfolio--footer-bottom.Portfolio--footer-bottom2 {
  display: block;
}
@media (max-width: 991px) {
  .Portfolio--footer-bottom.Portfolio--footer-bottom2 {
    text-align: center;
  }
  .Portfolio--footer-menu span {
    margin-bottom: 20px;
  }
  .Portfolio--footer-middle .Portfolio--footer-logo {
    width: 50%;
    margin-bottom: 20px !important;
  }
  .Portfolio--footer-menu2 {
    margin-bottom: 20px;
  }
  .Portfolio--footer-menu3 {
    margin-bottom: 20px;
    text-align: start !important;
  }
  .Portfolio---footer-middle .Portfolio--footer-logo {
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
  }
  .Portfolio--footer-middle .Portfolio---newsletter {
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  .Portfolio--star {
    display: none;
  }
  .Portfolio--footer-menu3 {
    text-align: center !important;
  }
}
@media (max-width: 1199px) {
  .Portfolio--footer-menu2 ul li a {
    font-size: 14px !important;
  }
  .Portfolio--footer-menu3 ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 991px) {
  .Portfolio--footer-menu2 ul li a {
    font-size: 16px;
  }
  .Portfolio--footer-menu3 ul li a {
    font-size: 16px;
  }
  .Portfolio---footer-middle .Portfolio--footer-logo {
    width: 100%;
  }
}
.Portfolio--footer-bottom.Portfolio--footer-bottom2 p {
  color: var(--gray-800);
  margin: 0;
}
.Portfolio--footer-bottom.Portfolio--footer-bottom2 .Portfolio--footer-menu {
  text-align: right;
}
@media (max-width: 991px) {
  .Portfolio--footer-bottom.Portfolio--footer-bottom2 .Portfolio--footer-menu {
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 320px) {
  .Portfolio--footer-menu2 ul li a {
    font-size: 12px;
  }
  .Portfolio--footer-menu3 ul li a {
    font-size: 12px;
  }
}
.Portfolio--footer-bottom.Portfolio--footer-bottom2 .Portfolio--footer-menu ul li a {
  color: var(--gray-800);
}
.Portfolio--footer-bottom.Portfolio--footer-bottom2 .Portfolio--footer-menu ul li::after {
  opacity: 0.6;
  background-color: var(--gray-800);
}
.Portfolio--footer-bottom3 {
  display: block;
}
.Portfolio--footer-bottom3 p {
  margin: 0;
}
@media (max-width: 991px) {
  .Portfolio--footer-bottom3 p {
    text-align: center;
  }
}
.Portfolio--footer-bottom3 .Portfolio--footer-menu {
  text-align: right;
}
@media (max-width: 991px) {
  .Portfolio--footer-bottom3 .Portfolio--footer-menu {
    text-align: center;
    margin-top: 15px;
  }
}
.Portfolio--info ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 18px;
}
.Portfolio--info ul li:last-child {
  margin-bottom: 0;
}
.Portfolio--info ul li a {
  font-size: 16px;
  color: var(--gray-10);
}
.Portfolio--info ul li a img {
  left: 0;
  top: 6px;
  position: absolute;
}

.Portfolio-info ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 18px;
}
.Portfolio-info ul li a {
  font-size: 16px;
  color: #26242c;
}
.Portfolio-info ul li a img {
  left: 0;
  top: 6px;
  position: absolute;
  filter: invert(1);
}
footer.Portfolio--footer-section.light-version {
  background-color: #fff;
}
footer.Portfolio--footer-section.light-version .Portfolio--textarea p {
  color: #13111a;
}
footer.Portfolio--footer-section.light-version .Portfolio--footer-menu span {
  color: #13111a;
}
footer.Portfolio--footer-section.light-version .Portfolio--footer-menu ul li a {
  color: #13111a;
}
footer.Portfolio--footer-section.light-version .Portfolio--footer-bottom p {
  color: #13111a;
}
.Portfolio-header-btn {
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 0 1.6em rgba(183, 33, 255, 0.3),
    0 0 1.6em hsla(191, 98%, 56%, 0.3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Portfolio-header-btn a {
  color: #fff;
}
.Portfolio-info .Portfolio-header-btn {
  font-size: 16px;
  margin: 0 50px 0 0px;
  padding-right: 3.3em;
  height: 2.7em;
  margin-top: 30px;
  width: fit-content;
}
.Portfolio--info .Portfolio-header-btn {
  font-size: 16px;
  margin: 0 50px 0 0px;
  padding-right: 3.3em;
  height: 2.7em;
  margin-top: 30px;
  width: fit-content;
}
.Portfolio-info .Portfolio-header-btn a {
  color: var(--gray-10);
}

@media (max-width: 1199px) {
  .Portfolio-header-btn {
    font-size: 10px;
  }
}
@media (max-width: 467px) {
  .Portfolio-info .Portfolio-header-btn {
    font-size: 18px;
    padding-right: 3.3em;
    height: 2.6em;
    margin-top: 40px;
  }
  .Portfolio--info .Portfolio-header-btn {
    font-size: 18px;
    padding-right: 3.3em;
    height: 2.6em;
    margin-top: 40px;
  }
  .Portfolio--info .Portfolio-header-btn .icon {
    top: 5px;
  }
  .Portfolio-info .Portfolio-header-btn .icon {
    top: 5px;
  }
  .Portfolio-header-btn {
    font-size: 18px;
    margin: 0 50px 0 15px;
    padding-right: 3.3em;
    height: 3em;
    width: fit-content;
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .Portfolio--info .Portfolio-header-btn {
    font-size: 14px;
    padding-right: 3.3em;
    height: 3em;
    margin-top: 40px;
  }
  .Portfolio-info .Portfolio-header-btn {
    font-size: 14px;
    padding-right: 3.3em;
    height: 3em;
    margin-top: 40px;
  }
}
.Portfolio-header-btn .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 7px;
  right: 0.3em;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.Portfolio-header-btn:hover .icon {
  width: calc(100% - 0.6em);
}

.Portfolio-header-btn .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #b721ff;
}

.Portfolio-header-btn:hover .icon svg {
  transform: translateX(0.1em);
}

.Portfolio-header-btn:active .icon {
  transform: scale(0.9);
}
.Portfolio-btn {
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  color: var(--gray-10);
  background: var(--bg4);
}
.Portfolio---btn {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  color: var(--gray-10);
  background: var(--bg5);
}
.Portfolio-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}
.Portfolio---btn2 {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  padding: 15px 25px 10px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  color: #22ff00;
  border-bottom: 5px solid #22ff00;
}
.Portfolio---btn2:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}
.Portfolio---btn3 {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.Portfolio---btn3:hover {
  color: var(--gray-10);
  background-color: #000;
}

.Portfolio---btn4 {
  backdrop-filter: blur(20px);
  font-size: 16px;
  line-height: 20px;
  /* border-radius: 50%; */
  padding: 12px 15px;
  font-weight: 200;
  letter-spacing: 5px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: visible;
  border: 2px solid #00e1ff;
  box-shadow: inset 0px 0px 20px #00d5ff5e;
  color: #fff!important;
  clip-path: polygon( /* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100% );
  

}


.Portfolio---btn4:hover {
  padding: 10px 20px;
  padding-bottom: 12px;
  border-radius: 0px;
  text-decoration: none;
  clip-path: polygon(
    /* Top-left */ 0% var(--curve-size),
    var(--curve-size) 0,
    /* top-right */ 100% 0,
    100% calc(100% - var(--curve-size)),
    /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
    /* bottom-right 2 */ 0 100%
  );
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  color: #fff;
  border: 3px solid #f2ff00;
  box-shadow: inset 0px 0px 20px 0px #e3ea14c6;
  transform: scale(1.01);
}
.site-navbar .Portfolio---btn4 {
  margin-right: -20px !important;
  letter-spacing: 5px;
  font-size: 20px;
  border: 0px solid #00e1ff !important;
  box-shadow: inset 0px 0px 0px #00d5ff00 !important;
  padding-top: 25px;
  backdrop-filter: none!important;
}
.site-navbar .Portfolio---btn4::after{
 
  content: "";
  position: absolute;
  width: 0%;
  z-index: 2;
  height: 75%;
  top: 9%;
  left: 2%;
  margin: auto;
  /* transform: rotateX(180deg); */
  box-shadow: inset 0px 0px 1px #00d5ff00;
  border: 0px solid #00e1ff;

}
.site-navbar .Portfolio---btn4 img {
  padding: 15px 15px;
  width: 50px;
  margin-top: -10px;
  margin-right: 10px;
  border: 3px solid #ffffff;
  clip-path: polygon( /* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100% );
  box-shadow: inset 0px 0px 20px #ffffff00;
}

.Portfolio---btn:hover {
  color: var(--gray-800);
  background: var(--gray-10);
}
.Portfolio-btn.Portfolio-header-btn {
  padding: 11px 33px;
  margin-left: 40px;
  background-color: transparent;
  border: 2px solid var(--gray-800);
}
.Portfolio-btn.Portfolio-header-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}
.Portfolio-btn.Portfolio-header-btn.Portfolio-header-btn2 {
  border-radius: 100px;
  border: 2px solid var(--success-500);
  background-color: var(--success-500);
}
.Portfolio-btn.Portfolio-header-btn.Portfolio-header-btn2:hover {
  border: 2px solid var(--gray-800);
  background-color: var(--gray-800);
}
.Portfolio-btn.small-btn {
  border-radius: 10px;
  padding: 15.5px 41px;
}
.Portfolio-btn.disabled,
.Portfolio-btn:disabled {
  opacity: 1;
}
.Portfolio-btn.d-block {
  width: 100%;
}
.Portfolio-btn.pill {
  border-radius: 999px;
}
.Portfolio-btn:focus {
  box-shadow: none;
}
.Portfolio--outline-btn {
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
  color: var(--gray-10);
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}
.Portfolio--outline-btn span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15.5px 38px;
  border-radius: 10px;
  background-color: var(--gray-800);
  transition: all 0.4s;
}
.Portfolio--outline-btn:hover span {
  background-color: transparent;
}
.Portfolio--outline-btn:hover {
  color: var(--gray-10);
}
.Portfolio--btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  padding: 15.5px 36px;
  color: var(--gray-10);
  background: var(--bg4);
}
.Portfolio--btn.active:before {
  opacity: 1;
}
.Portfolio--btn.active:hover:before {
  width: 200%;
}
@media (max-width: 1199px) {
  .Portfolio---btn4 {
    font-size: 12px;
    padding: 8px 12px;
  }
}
@media (max-width: 990px) {
  .Portfolio--hero-content3 .Portfolio---btn2 {
    transform: translate(-50%, 0px);
    left: 50%;
  }
}
@media (max-width: 567px) {
  .Portfolio--btn {
    width: auto;
    min-width: 80px;
    padding: 15.5px 16px;
  }
  .Portfolio---btn4{
    padding: 10px 6px;
    font-size: 12px;
    margin-right: 0px;
  }
}
@media (max-width: 330px) {
  .Portfolio--btn {
    font-size: 12px;
    line-height: 10px;
    width: auto;
    min-width: 80px;
    padding: 15.5px 16px;
  }
  .Portfolio---btn2 {
    font-size: 10px;
    padding: 15px 5px 10px;
  }
  .Portfolio---btn4 {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 14px;
  }
  .Portfolio---btn3 {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.Portfolio--btn.bg-gray {
  color: var(--gray-10);
  background-color: var(--gray-900);
}
.Portfolio--btn.bg-white {
  color: var(--gray-800);
  background-color: var(--gray-10);
}
.Portfolio--btn.bg-orange {
  color: var(--color);
  /* use position: relative; so that BG is only for .btn */
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-content: center;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
  clip-path: polygon(
    /* Top-left */ 0% var(--curve-size),
    var(--curve-size) 0,
    /* top-right */ 100% 0,
    100% calc(100% - var(--curve-size)),
    /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
    /* bottom-right 2 */ 0 100%
  );
  transition: color 250ms;
}

.Portfolio--btn.bg-orange::after,
.Portfolio--btn.bg-orange::before {
  content: "";
  position: absolute;
  inset: 0;
}

.Portfolio--btn.bg-orange::before {
  background: var(--border-color);
  background-size: 300% 300%;
  animation: move-bg7234 5s ease infinite;
  z-index: -2;
}

@keyframes move-bg7234 {
  0% {
    background-position: 31% 0%;
  }

  50% {
    background-position: 70% 100%;
  }

  100% {
    background-position: 31% 0%;
  }
}

.Portfolio--btn.bg-orange::after {
  background: var(--bg4);
  z-index: -1;
  clip-path: polygon(
    /* Top-left */ var(--border-width)
      calc(var(--curve-size) + var(--border-width) * 0.5),
    calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
    /* top-right */ calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width))
      calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    /* bottom-right 1 */
      calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
      calc(100% - var(--border-width)),
    /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width))
  );
  transition: clip-path 500ms;
}

.Portfolio--btn.bg-orange:where(:hover, :focus)::after {
  clip-path: polygon(
    /* Top-left */ calc(100% - var(--border-width))
      calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    calc(100% - var(--border-width)) var(--border-width),
    /* top-right */ calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width))
      calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    /* bottom-right 1 */
      calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
      calc(100% - var(--border-width)),
    /* bottom-right 2 */
      calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
      calc(100% - var(--border-width))
  );
  transition: 200ms;
}
.Portfolio--btn.bg-gradient {
  color: var(--gray-10);
}
.Portfolio--btn.bg-gradient:before {
  opacity: 1;
}
.Portfolio--btn.bg-gradient:hover:before {
  width: 200%;
}
.Portfolio--btn.disabled,
.Portfolio--btn:disabled {
  opacity: 1;
}
.Portfolio--btn.btn-sm {
  font-size: 14px;
  padding: 8px 23px;
}
.Portfolio--btn.d-block {
  width: 100%;
}
.Portfolio--btn.pill {
  border-radius: 999px;
}
.Portfolio--btn:focus {
  box-shadow: none;
}
.Portfolio--btn.no-padding {
  padding: 0 5px;
}
.Portfolio--btn .button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.Portfolio--btn .button-content-wrapper .button-icon {
  order: 5;
  flex-grow: 0;
  font-size: 18px;
  margin-right: 8px;
}
.Portfolio--btn .button-content-wrapper .button-icon.align-icon-right {
  order: 15;
  margin-left: 8px;
  margin-right: 0;
}
.Portfolio--btn .button-content-wrapper .button-text {
  order: 10;
}
.Portfolio--btn.d-block .button-content-wrapper .button-icon,
.Portfolio--btn.d-block .button-content-wrapper .button-text {
  flex-grow: 0 !important;
}
.Portfolio--btn:before {
  content: " ";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 10px;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--btn:hover:before {
  opacity: 1;
}
.Portfolio--btn:hover {
  color: #fff;
}
input,
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
  margin: 0;
  width: 100%;
  height: 60px;
  color: #fff!important;
  border-radius: 0px;
  background-color: #ffffff00;
  padding: 15px 30px !important;
  border: none !important;
  transition: all 0.4s;
  border: 2px solid #00e1ff!important;
}
input:focus,
textarea:focus {
  border: 2px solid #ffff00!important;
}
textarea {
  height: 150px;
  resize: none;
}
@media (max-width: 767px) {
  textarea {
    height: 100px;
  }
}
@media (max-width: 320px) {
  .Portfolio--btn.bg-orange {
    font-size: 12px;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #fff;

}
input::placeholder,
textarea::placeholder {
  color: #fff;

}
.Portfolio-newsletter {
  max-width: 555px;
  position: relative;
  margin: 0 auto;
}
.Portfolio-newsletter input {
  padding: 15px 185px 15px 30px !important;
}
@media (max-width: 575px) {
  .Portfolio-newsletter input {
    padding: 15px 30px !important;
  }
}
.Portfolio-newsletter p {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(19, 17, 26, 0.5);
}
#Portfolio-submit-btn {
  font-weight: 700;
  width: 130px;
  height: 45px;
  color: #fff;
  right: 5px;
  top: 5px;
  transition: all 0.4s;
  border-radius: 10px;
  position: absolute;
  background-size: 200% auto !important;
  background: linear-gradient(
    to right,
    #ff00d4 0,
    #7d41ea 30.35%,
    #0080ff 100%
  );
}
#Portfolio---submit-btn {
  font-weight: 700;
  width: 130px;
  height: 45px;
  color: #fff;
  right: 5px;
  top: 5px;
  transition: all 0.4s;
  border-radius: 0px;
  position: absolute;
  background-size: 200% auto !important;
  background: var(--bg5);
}
#Portfolio---submit-btn2 {
  font-weight: 700;
  width: 130px;
  height: 45px;
  color: #000;
  right: 5px;
  top: 5px;
  transition: all 0.4s;
  border-radius: 0px;
  position: absolute;
  background-size: 200% auto !important;
  background: #22ff00;
}
#Portfolio-submit-btn:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}
@media (max-width: 575px) {
  #Portfolio-submit-btn {
    position: inherit;
    width: 100% !important;
    margin-top: 10px;
    right: 0;
    top: 0;
  }
}
.Portfolio--newsletter {
  max-width: 430px;
  position: relative;
  margin: 0 auto;
}
.Portfolio---newsletter {
  max-width: 430px;
  position: relative;
  margin: 0 auto;
}
.Portfolio--newsletter input {
  color: #13111a;
  height: 55px;
  padding: 10px 150px 10px 25px !important;
  background-color: var(--gray-10);
}
.Portfolio---newsletter input {
  color: #13111a;
  height: 55px;
  padding: 10px 150px 10px 25px !important;
  background-color: var(--gray-10);
  border-radius: 0px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #Portfolio---submit-btn2 {
    width: 70px;
    height: 35px;
    font-size: 12px;
  }
  .Portfolio---newsletter input {
    height: 45px !important;
    font-size: 12px !important;
    padding: 10px 83px 10px 5px !important;
  }
}
@media (max-width: 575px) {
  .Portfolio--newsletter input {
    padding: 10px 10px 10px 25px !important;
  }
}
@media (max-width: 320px) {
  #Portfolio-submit-btn {
    font-size: 12px;
  }
  #Portfolio---submit-btn {
    font-size: 12px;
    width: 95px;
  }
  .Portfolio---newsletter input {
    padding: 10px 103px 10px 6px !important;
    font-size: 12px;
  }
}
.Portfolio--newsletter.Portfolio--search input {
  height: 55px;
  padding: 10px 150px 10px 50px !important;
}
button#Portfolio--search-btn {
  position: absolute;
  top: 11px;
  z-index: 9;
  left: 20px;
  opacity: 0.5;
}
#Portfolio--submit-btn {
  font-weight: 700;
  width: 130px;
  height: 45px;
  color: #fff;
  right: 5px;
  top: 5px;
  transition: all 0.4s;
  border-radius: 10px;
  position: absolute;
  background-size: 200% auto !important;
  background: linear-gradient(
    to right,
    #ff00d4 0,
    #7d41ea 30.35%,
    #0080ff 100%
  );
}
#Portfolio--submit-btn:hover {
  background-position: right center;
}
@media (max-width: 575px) {
  #Portfolio--submit-btn {
    position: inherit;
    width: 100% !important;
    margin-top: 10px;
    right: 0;
    top: 0;
    clip-path: polygon(
      3% 0,
      100% 0,
      100% 80%,
      97% 100%,
      0 100%,
      0 22%
    ) !important;
  }
}
.Portfolio--newsletter.Portfolio--newsletter2 {
  max-width: 466px;
  margin: 45px 0 0;
}
.Portfolio--newsletter.Portfolio--newsletter2 input {
  padding: 10px 160px 10px 25px !important;
}
@media (max-width: 991px) {
  .Portfolio--newsletter.Portfolio--newsletter2 {
    max-width: 100%;
  }
}
.Portfolio--newsletter.Portfolio--newsletter2 input {
  border-radius: 3px;
}
.Portfolio--newsletter.Portfolio--newsletter2 #Portfolio--submit-btn {
  border-radius: 3px;
  right: 0;
  top: 0;
  height: 55px;
  width: 150px;
  border-radius: 0 3px 3px 0;
  background: var(--gray-800);
}
.Portfolio--newsletter input::-webkit-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.Portfolio--newsletter input:-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.Portfolio--newsletter input::-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.Portfolio--newsletter input:-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.Portfolio--newsletter input::-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.Portfolio--newsletter input::placeholder {
  color: #13111a;
  opacity: 0.5;
}
#Portfolio--form-submit-btn {
  width: 180px;
  height: 55px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: all 0.4s;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
  border-radius: 10px;
}
.Portfolio-breadcrumb-section {
  padding: 155px 0 50px;
  position: relative;
}
@media (max-width: 991px) {
  .Portfolio-breadcrumb-section {
    padding: 150px 0 80px;
  }
  .Portfolio-breadcrumb-section h1 {
    font-size: 66px !important;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .Portfolio-breadcrumb-section {
    padding: 130px 0 60px;
  }
}
@media (max-width: 479px) {
  .Portfolio-breadcrumb-section {
    padding: 125px 0px 0px;
  }
}
@media (max-width: 320px) {
  #Portfolio--form-submit-btn {
    font-size: 12px;
    width: 131px;
    height: 42px;
  }
}
.breadcrumbs {
  text-align: center;
  margin: 0 auto 75px;
  max-width: 880px;
}
@media (max-width: 575px) {
  .breadcrumbs h1 {
    margin-bottom: 20px;
    font-size: 70px !important;
    line-height: 80px !important;
  }
  .breadcrumbs {
    text-align: start;
  }
}
@media (max-width: 475px) {
  .breadcrumbs h1 {
    margin-bottom: 20px;
    font-size: 56px !important;
    line-height: 70px !important;
  }
  .breadcrumbs {
    text-align: start;
  }
}
@media (max-width: 475px) {
  .breadcrumbs h1 {
    margin-bottom: 20px;
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 320px) {
  .breadcrumbs h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.breadcrumb {
  margin: 45px 0 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin: 25px 0 0;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
  }
}
@keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.Portfolio--breadcrumbs-section {
  padding: 210px 0 120px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .Portfolio--breadcrumbs-section {
    padding: 140px 0 50px;
  }

}
@media (max-width: 479px) {
  .Portfolio--breadcrumbs-section {
    padding: 110px 0 50px;
  }
}
.Portfolio--breadcrumbs-data {
  max-width: 100%;
}
.Portfolio--breadcrumbs-data h1 {
  letter-spacing: -1px;
  font-family: "Josefin Sans", sans-serif;
}
.Portfolio--breadcrumbs-data p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 200;
}
.Portfolio--breadcrumbs-data p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Portfolio--breadcrumbs-data p {
    font-size: 18px;
    text-align: start;
  }
}
@media (max-width: 567px) {
  .Portfolio--breadcrumbs-data h1 {
    font-size: 57px;
    line-height: 65px;
    text-align: start;
  }
}
@media (max-width: 320px) {
  .Portfolio--breadcrumbs-data h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: start;
  }
  .Portfolio--breadcrumbs-data p {
    font-size: 14px;
    line-height: 28px;
    text-align: start;
  }
}
.Portfolio--breadcrumbs-data.dark-content h1,
.Portfolio--breadcrumbs-data.dark-content p {
  color: var(--gray-800);
}
.Portfolio--breadcrumbs-data.center-content {
  margin: 0 auto;
  text-align: center;
}
.Portfolio--breadcrumbs-data.center-content .Portfolio--newsletter {
  margin-top: 40px;
}
.dark-version .Portfolio--breadcrumbs-data h1,
.dark-version .Portfolio--breadcrumbs-data p {
  color: var(--gray-10);
}
.Portfolio--blog-shape1 {
  top: -100px;
  z-index: -1;
  position: absolute;
}
.pagination {
  justify-content: center;
}
.page-item .page-link {
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  color: rgba(19, 17, 26, 0.4);
  text-align: center;
  border: 1px solid var(--gray-700);
}
.page-item .page-link:focus {
  box-shadow: none;
  outline: 0;
}
.page-item .page-link:hover {
  color: var(--gray-800);
  background-color: var(--warning-500);
}
.page-item .page-link.active {
  color: var(--gray-800);
  background-color: var(--warning-500);
}
.page-item:first-child .page-link {
  border-radius: 5px 0 0 5px;
}
.page-item:last-child .page-link {
  border-radius: 0 5px 5px 0;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  color: #0080ff;
}
.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg {
  position: absolute;
  right: -22px;
}
.page-item:first-child .page-link svg path,
.page-item:last-child .page-link svg path {
  stroke: var(--gray-10);
  transition: all 0.4s;
}
.page-item:first-child .page-link:hover path,
.page-item:last-child .page-link:hover path {
  stroke: #0080ff;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: transparent !important;
}
.page-item.active .page-link {
  color: #fff;
  background-color: var(--gray-900);
}
.Portfolio-pagination {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .Portfolio-pagination {
    margin-top: 35px;
  }
}
.Portfolio--pagination .page-item {
  margin-right: 13px;
}
.Portfolio--pagination .page-item:last-child {
  margin-right: 0;
}
.Portfolio--pagination .page-item .page-link {
  height: 55px;
  width: 60px;
  background-color: transparent;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-10);
  text-align: center;
}
@media (max-width: 479px) {
  .Portfolio--pagination .page-item .page-link {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 320px) {
  .Portfolio--pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.Portfolio--pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: 0;
}
.Portfolio--pagination .page-item .page-link:hover {
  background-color: var(--gray-900);
}
.Portfolio--pagination .page-item:first-child .page-link {
  border-radius: 10px;
}
.Portfolio--pagination .page-item:first-child .page-link svg {
  left: -22px;
  transform: rotate(180deg);
}
.Portfolio--pagination .page-item:first-child .page-link:hover,
.Portfolio--pagination .page-item:last-child .page-link:hover {
  color: #0080ff;
}
.Portfolio--pagination .page-item:first-child .page-link svg,
.Portfolio--pagination .page-item:last-child .page-link svg {
  position: absolute;
  right: -22px;
}
.Portfolio--pagination .page-item:first-child .page-link svg path,
.Portfolio--pagination .page-item:last-child .page-link svg path {
  stroke: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio--pagination .page-item:first-child .page-link:hover path,
.Portfolio--pagination .page-item:last-child .page-link:hover path {
  stroke: #0080ff;
}
.Portfolio--pagination .page-item:first-child .page-link:hover,
.Portfolio--pagination .page-item:last-child .page-link:hover {
  background-color: transparent !important;
}
.Portfolio--pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--gray-900);
}
.Portfolio--pagination {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .Portfolio--pagination {
    margin-top: 35px;
  }
}
.Portfolio--pagination.Portfolio--pagination2 .page-item .page-link {
  color: var(--gray-800);
}
.Portfolio--pagination.Portfolio--pagination2 .page-item .page-link svg {
  position: absolute;
  right: -22px;
}
.Portfolio--pagination.Portfolio--pagination2 .page-item .page-link svg path {
  stroke: var(--gray-800);
  transition: all 0.4s;
}
.Portfolio--pagination.Portfolio--pagination2 .page-item .page-link:hover {
  color: var(--gray-800);
}
.Portfolio--pagination.Portfolio--pagination2 .page-item .page-link:hover path {
  stroke: var(--gray-10);
}
.Portfolio--pagination.Portfolio--pagination2 .page-item.active .page-link,
.Portfolio--pagination.Portfolio--pagination2 .page-item:hover .page-link {
  background: var(--bg);
  color: var(--gray-10);
}
.Portfolio--pagination.Portfolio--pagination2 .page-item:first-child .page-link:hover,
.Portfolio--pagination.Portfolio--pagination2 .page-item:last-child .page-link:hover {
  color: var(--gray-10);
}
.Portfolio--pagination.Portfolio--pagination2
  .page-item:first-child
  .page-link:hover
  path,
.Portfolio--pagination.Portfolio--pagination2
  .page-item:last-child
  .page-link:hover
  path {
  stroke: var(--gray-800);
}
.Portfolio--pagination.Portfolio--pagination2 .page-item:first-child .page-link:hover,
.Portfolio--pagination.Portfolio--pagination2 .page-item:last-child .page-link:hover {
  background-color: transparent !important;
}
.Portfolio--card-wrap {
  border-radius: 0px;
  padding: 15px;
  transition: all 0.4s;
  position: relative;
  border: 0px solid #00e1ff;
  box-shadow: inset 0 0px 50px #00d5ff21;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35rgb(255, 255, 255)00% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);

}

.Portfolio--card-wrap2 {
  border-radius: 0px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding: 10px 0px!important;
  transition: all 0.4s;
  position: relative;
  border: 3px solid #00e1ff;
  box-shadow: inset 0 0px 20px #00eaff81;
}
.Portfolio--card-wrap2 .Portfolio--card-thumb img {
  border-radius: 0px;
  border: 4px solid #2f0;
  border-bottom: 15px solid #22ff00;
}
.Portfolio--card-wrap2 .Portfolio--card-thumb {
  border-radius: 0px;
}
.Portfolio--card-wrap2 .Portfolio--card-data {
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 85%;
  border-top: 4px solid #2f0;
  padding: 20px 20px;
  padding-bottom: 0px;
  color: #000 !important;
  background: #000;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
.Portfolio--card-wrap2 .Portfolio--card-data h3 {
  color: #fff !important;
  margin-bottom: 0px;
  line-height: 0px;
  font-weight: 400;
  font-size: 14px !important;
}
.Portfolio--card-wrap2 .Portfolio--card-data h4 {
  color: #22ff00 !important;
  font-weight: 800 !important;
}

@media (max-width: 567px) {
  .Portfolio--card-wrap{
    margin-bottom: 20px;
  }
  .more-abt{
    display: none;
  }
  .Portfolio-trading-section2 .Portfolio--card-thumb img {
    border: none;
  }
  .Portfolio--card-wrap2 .Portfolio--card-thumb img {
    border-bottom: 25px solid #22ff00;
  }
  .Portfolio--card-wrap2 .Portfolio--card-data {
    padding: 30px 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 330px) {
  .Portfolio--card-wrap {
    border-radius: 0px;
    padding: 10px;
    width: 100%!important;
  }
  .Portfolio--card-thumb{
    margin-bottom: 0px!important;
  }
  .Portfolio--card-wrap2 .Portfolio--card-data {
    padding: 20px 20px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .Portfolio--card-wrap2 .Portfolio--card-data h3 {
    font-size: 14px !important;
  }
  .Portfolio--card-data p{
    font-size: 12px!important;
  }
}
.Portfolio--card-wrap:hover {
  box-shadow: inset 0 0px 200px #00d5ff5e,
}

.Portfolio--card-wrap:hover .Portfolio--btn:before {
  color: var(--gray-10);
  opacity: 1;
}
.Portfolio--card-wrap:hover .Portfolio--btn {
  color: var(--gray-10);
}
.Portfolio--card-wrap:hover .Portfolio--card-thumb img {
  transform: scale(2) rotate(6deg) translateY(19.3%) translateX(6%);
  filter: grayscale(0);
}
.Portfolio--card-thumb {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 0px;
    border: 2px solid #00e1ff;
    box-shadow: 0px 0px 5px #00d5ff5e;
}
.Portfolio--card-thumb img {
  background: linear-gradient(57deg, #00fbff5c, #f3c6035e);
    width: 100%;
    filter: grayscale(1);
  object-fit: cover;
  object-position: center top;
  transition: all 0.4s;
}

.Portfolio--card-data h3 {
  font-weight: 600;
  font-size: 22px!important;
  line-height: 28px;
  color: var(--gray-10);
}
.Portfolio--card-data p {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 20px;
  color: var(--gray-10)!important;
  opacity: 1;
  margin: 0;
}
.Portfolio--card-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Portfolio--card-footer-data span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-10);
}
.Portfolio-card-footer-data span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #26242c;
}
.Portfolio-card-footer-data h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-800);
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.Portfolio--card-footer-data h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-10);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.Portfolio--card-footer .Portfolio--btn {
  min-width: inherit;
}
.Portfolio--card-wrap.Portfolio--card2 {
  background: rgb(210 201 229 / 0%);
  backdrop-filter: blur(50px);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #fff;
}
.Portfolio--card-wrap.Portfolio--card3 {
  background: var(--bg5);
  backdrop-filter: blur(50px);
  border-radius: 0px;
  padding: 10px;
  padding-bottom: 20px;
  border: none;
}
@media (max-width: 1199px) {
  .Portfolio--card-wrap.Portfolio--card2 {
    padding: 10px;
  }
  .Portfolio--card-data h3 {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .Portfolio--card-wrap.Portfolio--card2 {
    padding: 25px;
  }
  .Portfolio--card-data h3 {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .Portfolio--card-wrap.Portfolio--card2 {
    padding: 15px;
    border: 1px solid #fff;
  }
}
@media (max-width: 330px) {
  .Portfolio--card-wrap.Portfolio--card2 {
    padding: 10px;
    border: 1px solid #fff;
  }
}
.Portfolio--card-wrap.Portfolio--card2:before {
  content: none;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-thumb img {
  border-radius: 3px;
}
.Portfolio--card-wrap.Portfolio--card3 .Portfolio--card-thumb {
  border-radius: 0px;
}

.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-data h3 {
  font-size: 20px;
  color: var(--gray-800);
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-data p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
  color: var(--gray-800);
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-data p img {
  margin-right: 8px;
}
.Portfolio--card-wrap.Portfolio--card3 .Portfolio--card-data p {
  opacity: 1 !important;
}
.Portfolio--card-wrap.Portfolio--card3 .Portfolio--card-data img {
  display: inline;
  margin-right: 10px;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer-data h4 {
  font-weight: 700;
  font-size: 24px;
  color: var(--gray-800);
  opacity: 0.8;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: all 0.4s;
  border-radius: 10px;
  background-size: 200% auto !important;
  background: linear-gradient(229deg, #ed09d7 40%, #2e22bb);
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn img {
  opacity: 0.3;
  margin-right: 7px;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn:before {
  content: none;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn .red-heart {
  display: none;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn.dark-btn {
  color: var(--gray-10) !important;
  background-color: var(--gray-800);
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn.dark-btn img {
  opacity: 1;
}
.Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer .Portfolio--btn.dark-btn .red-heart {
  display: block;
}
.Portfolio--card-wrap.Portfolio--card2
  .Portfolio--card-footer
  .Portfolio--btn.dark-btn
  .black-heart {
  display: none;
}

.Portfolio--slider-two .slick-slide {
  margin: 10px 12px;
}
.Portfolio--blog-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.Portfolio--blog-wrap:hover .Portfolio--blog-thumb img {
  transform: scale(1.07) rotate(2deg);
}
.Portfolio--blog-thumb {
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .Portfolio--blog-thumb {
    height: 200px !important;
  }
}
@media (max-width: 330px) {
  .Portfolio--card-wrap.Portfolio--card2 .Portfolio--card-footer-data h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
.Portfolio--blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.5s;
}
.Portfolio--blog-thumb .Portfolio--blog-badge {
  background: rgb(210 201 229 / 0%);
  backdrop-filter: blur(150px);
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-10);
  padding: 10.5px 19.7px;
}
.Portfolio--blog-content {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .Portfolio--blog-content {
    padding: 30px 10px;
  }
}
.Portfolio--blog-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
}
.Portfolio--blog-date {
  margin-bottom: 30px;
}
.Portfolio--blog-date ul {
  display: flex;
  align-items: center;
}
.Portfolio--blog-date ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: 22px;
}
@media (max-width: 400px) {
  .Portfolio--blog-date ul li {
    margin-right: 15px;
  }
}
.Portfolio--blog-date ul li a {
  color: #fff;
  opacity: 0.4;
}
.Portfolio--blog-date ul li:last-child {
  margin-right: 0;
}
.Portfolio--blog-date ul li img {
  margin-right: 13px;
}
.Portfolio--blog-title h3 {
  font-size: 22px;
  line-height: 30px;
  transition: all 0.4s;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .Portfolio--blog-title h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 320px) {
  .Portfolio--blog-title h3 {
    font-size: 14px;
    line-height: 25px;
  }
  .Portfolio--blog-content {
    padding: 30px 0px;
  }
  .Portfolio--blog-date ul li {
    font-size: 12px;
  }
}
.Portfolio--blog-user {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.Portfolio--blog-user-thumb {
  width: 68px;
  height: 65px;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 15px;
  overflow: hidden;
}
.Portfolio--blog-user-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.Portfolio--blog-user-data span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.Portfolio--blog-user-data p {
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
  margin: 0;
}
.Portfolio--blog-wrap3 .Portfolio--blog-thumb {
  height: auto;
}
.Portfolio--blog-wrap3 .Portfolio--blog-thumb img {
  width: 100px;
  height: 100px;
}
.Portfolio--blog-wrap3 .Portfolio--blog-title h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.Portfolio--blog-wrap3 .Portfolio--blog-content {
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 30px 0px;
}
.Portfolio--blog-wrap3 a.Portfolio--readmore-btn {
  color: var(--gray-800) !important;
  font-size: 12px;
}
.Portfolio--blog-wrap3 a.Portfolio--readmore-btn span {
  transition: all 0.4s;
  background-color: rgba(19, 17, 26, 0.2);
}
.Portfolio--blog-wrap3:hover a.Portfolio--readmore-btn span {
  background-color: var(--warning-500);
}

.Portfolio--blog-wrap2 {
  backdrop-filter: inherit;
  background: 0 0;
}
.Portfolio--blog-wrap2 .Portfolio--blog-thumb {
  height: 280px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .Portfolio--blog-wrap2 .Portfolio--blog-thumb {
    height: auto;
  }
}
.Portfolio--blog-wrap2 .Portfolio--blog-content {
  padding: 30px 0;
}
.Portfolio--blog-wrap2 .Portfolio--blog-date {
  margin-bottom: 15px;
}
.Portfolio--blog-wrap2 .Portfolio--blog-date ul li {
  font-size: 16px;
  position: relative;
  margin-right: 25px;
}
.Portfolio--blog-wrap2 .Portfolio--blog-date ul li:last-child {
  margin-right: 0;
}
.Portfolio--blog-wrap2 .Portfolio--blog-date ul li:before {
  content: "";
  right: -16px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.4;
  background-color: var(--gray-10);
}
.Portfolio--blog-wrap2 .Portfolio--blog-date ul li:last-child:before {
  content: none;
}
.Portfolio--blog-wrap2 .Portfolio--blog-title h3 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Portfolio--blog-wrap2 .Portfolio--blog-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-wrap2 .Portfolio--blog-title h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
  }
}
a.Portfolio--readmore-btn {
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-10);
}
a.Portfolio-readmore-btn {
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-800);
}
a.Portfolio--readmore-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 0;
  margin-left: 10px;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  position: relative;
  background-color: var(--gray-900);
}
a.Portfolio--readmore-btn span:before {
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.4s;
  position: absolute;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--blog-wrap2:hover a.Portfolio--readmore-btn span::before {
  opacity: 1;
}
a.Portfolio-readmore-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 0;
  margin-left: 10px;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  position: relative;
  background-color: var(--gray-900);
}
a.Portfolio-readmore-btn span:before {
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.4s;
  position: absolute;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--blog-wrap2:hover a.Portfolio-readmore-btn span::before {
  opacity: 1;
}
.Portfolio-hero-section {
  z-index: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
@media (max-width: 991px) {
  .Portfolio-hero-section {
   
  }
}
@media (max-width: 767px) {
  .Portfolio-hero-section {
    padding: 120px 0 0;
  }
}
@media (max-width: 575px) {
  .Portfolio-hero-section {
    padding: 40px 0 80px;
  }
}
@media (max-width: 991px) {
  .Portfolio-hero-content {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .Portfolio-hero-content {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .Portfolio-hero-content h1 {
    font-size: 72px;
    line-height: 80px;
  }
  .Portfolio--hero-content h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .Portfolio-hero-content h1 {
    padding: 0;
  }
}
.Portfolio-hero-content p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: normal;
  color: var(--gray-800);
}
.Portfolio-hero-client-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .Portfolio-hero-client-area {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .Portfolio-hero-client-area {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .Portfolio---hero-section .Portfolio-hero-client-area {
    margin-bottom: 40px;
  }
}
.Portfolio-hero-client-wrap {
  display: flex;
  align-items: center;
}

.Portfolio-hero-client-thumb {
  flex-shrink: 0;
  margin-right: 20px;
}
.Portfolio-hero-client-thumb2 {
  flex-shrink: 0;
  margin-top: 20px;
}
.Portfolio-hero-client-area h3 {
  color: #ffffff;
}
.Portfolio--hero-client-area h3 {
  color: var(--gray-800);
}

@media (max-width: 1299px) {
  .Portfolio-hero-client-data p {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .Portfolio-hero-client-thumb {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .Portfolio-hero-client-data p {
    font-size: 10px !important;
  }
}
@media (max-width: 990px) {
  .Portfolio-hero-client-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
  }
  .Portfolio--hero-content3 .Portfolio-hero-client-wrap {
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .Portfolio--hero-content3 .Portfolio-hero-client-thumb img {
    display: block;
    margin-right: 20px;
  }
  .Portfolio-hero-client-data h3 {
    text-align: start;
    font-size: 30px;
  }
  .Portfolio---hero-client-rating h3 {
    text-align: start;
    margin-bottom: 0px !important;
    line-height: 1;
    font-size: 30px !important;
  }
  .Portfolio-hero-client-thumb img {
    display: none;
  }
  .Portfolio-hero-client-thumb2 {
    margin: 0 0 15px;
  }
  .Portfolio-hero-client-thumb2 img {
    display: none;
  }
}
.Portfolio-hero-client-data h3 {
  line-height: 1;
  margin-bottom: 2px;
}
.Portfolio-hero-client-data p {
  font-size: 16px;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.Portfolio-hero-client-rating {
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
}
.Portfolio--hero-client-rating {
  width: 80%;
  float: right;
  padding: 10px 14px;
  padding-left: 30px;
  margin-left: 24px;
  position: relative;
  background: var(--bg4);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 22%);
}

.Portfolio-hero-client-rating:before {
  content: "";
  left: 0;
  top: 0;
  height: 39px;
  width: 2px;
  position: absolute;
  background-color: rgba(19, 17, 26, 0.1);
}
@media (max-width: 1199px) {
  .Portfolio--hero-client-rating {
    width: 90%;
  }
  .Portfolio--hero-client-rating h3 {
    font-size: 45px !important;
    margin-bottom: -3px !important;
  }
}
@media (max-width: 991px) {
  .Portfolio--hero-client-rating {
    width: 125%;
    padding: 10px 14px;
    padding-left: 20px;
    margin-left: 0px;
  }
  .Portfolio--hero-client-rating h3 {
    font-size: 45px !important;
    margin-bottom: -3px !important;
  }
}

@media (max-width: 767px) {
  .Portfolio--hero-client-rating {
    width: 55% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  .Portfolio-hero-client-rating:before {
    content: none;
  }
  .Portfolio--hero-client-rating:before {
    content: none;
  }
  .Portfolio-hero-client-rating h3 {
    font-size: 30px;
  }
  .Portfolio--hero-client-rating h3 {
    font-size: 45px !important;
    margin-bottom: -12px !important;
  }
  .Portfolio--hero-client-rating h5 {
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 31px;
    font-weight: normal;
  }
}
@media (max-width: 575px) {
  .Portfolio-hero-client-rating:before {
    content: none;
  }
  .Portfolio--hero-client-rating:before {
    content: none;
  }
  .Portfolio-hero-client-rating h3 {
    font-size: 30px;
  }
  .Portfolio--hero-client-rating h3 {
    font-size: 45px !important;
    margin-bottom: -12px !important;
  }
  .Portfolio--hero-client-rating h5 {
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 31px;
    font-weight: normal;
  }
  .Portfolio-hero-client-rating {
    margin: 0;
    padding: 0;
  }
  .Portfolio--hero-client-rating {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    width: fit-content !important;
    float: none;
    padding: 10px 15px;
    clip-path: polygon(4% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 22%);
  }
  .Portfolio--hero-client-rating .row .col-sm-6 {
    width: 50%;
  }
}
.Portfolio-hero-client-rating h3 {
  line-height: 1;
  margin-bottom: 2px !important;
}
.Portfolio--hero-client-rating h5 {
  color: var(--gray-10) !important;
}
.Portfolio--hero-client-rating h3 {
  font-size: 54px;
  line-height: 1 !important;
  margin-bottom: 2px;
  color: var(--gray-10) !important;
}

.Portfolio-hero-client-rating ul li {
  display: inline-block;
  font-size: 16px;
  color: var(--gray-800);
}
.Portfolio--hero-client-rating ul li {
  display: inline-block;
  font-size: 16px;
  opacity: 0.6;
  color: var(--gray-10) !important;
}
.Portfolio---hero-client-rating {
  padding-left: 24px;
  margin-left: 24px;
  position: relative;
}
.Portfolio---hero-client-rating ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  color: #fff !important;
}
.Portfolio---hero-client-rating h3 {
  margin-bottom: 0px !important;
  line-height: 1;
}
.Portfolio---hero-client-rating:before {
  content: "";
  left: 0;
  top: 0;
  height: 39px;
  width: 2px;
  position: absolute;
  background-color: rgb(255 255 255 / 64%);
}
@media (max-width: 991px) {
  .Portfolio---hero-client-rating:before {
    display: none;
  }
  .Portfolio---hero-client-rating {
    padding-left: 50px;
    margin-left: 0px;
  }
  .Portfolio-hero-client-rating {
    padding-left: 42px;
    margin-left: 0px;
  }
}
.Portfolio-hero-client-rating ul li:last-child {
  margin-left: 7px;
}
.Portfolio--hero-client-rating ul li:last-child {
  margin-left: 7px;
}
.Portfolio-hero-btn-wrap {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .Portfolio-hero-btn-wrap {
    margin-top: 40px;
  }
}
.Portfolio-hero-btn-wrap .Portfolio-btn {
  margin: 7px;
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0);
  }
}
.Portfolio--hero-section {
  z-index: 0;
  padding: 150px 0 30px;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}
.Portfolio---hero-section {
  z-index: 0;
  padding: 0px 0px 80px;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}
.Portfolio---hero-section::after {
  content: "";
  position: absolute;
  top: -2%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(file:///C:/Users/abusu/Desktop/themeforest/templates/html_Portfolio/assets/images/all-img/rect833.png);
  background-size: cover;
  z-index: 10;
}
@media (max-width: 991px) {
  .Portfolio--hero-section {
    padding: 175px 0 100px;
  }
}
@media (max-width: 767px) {
  .Portfolio--hero-section {
    padding: 150px 0 80px;
  }
}
@media (max-width: 575px) {
  .Portfolio--hero-section {
    padding: 130px 0 0px;
  }
}
@media (max-width: 320px) {
  .Portfolio--hero-section {
    padding: 100px 0 0px;
  }
}
.Portfolio--hero-content {
  max-width: 100%;
}
.Portfolio---hero-content {
  padding: 150px 80px 0px 0px;
  position: absolute;
  z-index: 1111;
  width: 55%;
}
@media (min-width: 1850px) {
  .Portfolio---hero-content {
    padding: 230px 250px 0px 0px;
  }
  .Portfolio---hero-section {
    margin-bottom: 100px;
  }
}
@media (min-width: 1450px) {
  .Portfolio---hero-content {
    padding: 150px 120px 0px 0px !important;
  }
  .Portfolio---hero-content h1 {
    font-size: 80px !important;
    line-height: 82px !important;
  }
}
@media (min-width: 990px) {
  .Portfolio---hero-content {
    padding: 150px 0px 0px 0px;
  }
}

.Portfolio---hero-content h1 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  line-height: 80px;
}
.Portfolio-hero-bg img {
  width: 100%;
  height: 800px;
}

.Portfolio--hero-content h1 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.Portfolio-hero-content h1 {
  color: #26242c;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 991px) {
  .Portfolio--hero-content {
    margin: 0 0 50px;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .Portfolio---hero-content h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (min-width: 991px) {
  .Portfolio---hero-content h1 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 1050px) {
  .Portfolio---hero-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .Portfolio--hero-content {
    text-align: start;
    max-width: 500px;
  }
  .Portfolio--hero-content h1 {
    font-size: 57px !important;
    line-height: 70px !important;
  }
  .Portfolio-hero-content {
    text-align: start;
    max-width: 500px;
  }
  .Portfolio-hero-content h1 {
    font-size: 57px;
    line-height: 70px;
  }
}
@media (max-width: 467px) {
  .Portfolio--hero-content h1 {
    font-size: 55px !important;
    line-height: 70px !important;
  }
  .Portfolio-hero-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
  .Portfolio---hero-content h1 {
    font-size: 58px;
    line-height: 60px;
  }
}
@media (max-width: 385px) {
  .Portfolio--hero-content h1 {
    font-size: 52px !important;
    line-height: 65px !important;
  }
  .Portfolio-hero-content h1 {
    font-size: 52px;
    line-height: 65px;
  }
  .Portfolio---hero-content h1 {
    font-size: 52px;
    line-height: 60px;
  }
  .Portfolio-hero-client-data p {
    font-size: 14px !important;
  }
}
@media (max-width: 300px) {
  .Portfolio---hero-content h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .Portfolio-hero-client-data p {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .Portfolio---btn {
    font-size: 11px;
    padding: 10px 15px;
  }
  .Portfolio-hero-client-area {
    align-items: center;
  }
  .Portfolio--hero-content h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .Portfolio-hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.Portfolio--hero-content p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 200;
  color: #fff;
}
@media (max-width: 1199px) {
  .Portfolio--hero-content p {
    font-size: 16px;
    line-height: 29px;
  }
  .Portfolio-hero-content p {
    font-size: 16px;
    line-height: 29px;
  }
}

@media (max-width: 991px) {
  .Portfolio--hero-content p {
    margin-right: 0;
  }
}
@media (max-width: 467px) {
  .Portfolio-hero-client-data p {
    font-size: 16px;
    line-height: 29px;
  }
}

.Portfolio--hero-shape1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0%;
  z-index: -1;
}
.Portfolio--hero-shape1 img {
  width: 100%;
  height: 730px;
  border-radius: 0px 0px 0px 40px;
}
@media (max-width: 1800px) {
  .Portfolio--hero-shape1 {
    right: 0%;
  }
  .Portfolio--hero-shape1 img {
    height: 780px !important;
  }
}
@media (max-width: 1999px) {
  .Portfolio--hero-shape1 img {
    height: 840px;
  }
}
@media (max-width: 1600px) {
  .Portfolio--hero-shape1 {
    right: 0;
  }
  .Portfolio--hero-shape1 img {
    height: 730px !important;
  }
}
@media (max-width: 1199px) {
  .Portfolio--hero-shape1 {
    bottom: 0;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .Portfolio--hero-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .Portfolio--hero-shape1 {
    display: none;
  }
  .Portfolio--hero-shape2 {
    opacity: 1 !important;
    filter: blur(124.18px) !important;
  }
}

.Portfolio--hero-shape2 {
  width: 18%;
  height: 37%;
  position: absolute;
  background: #9a04fe;
  filter: blur(136.18px);
  border-radius: 100%;
  top: 5%;
  z-index: -1;
}
.Portfolio--hero-shape4 {
  width: 25%;
  height: 37%;
  position: absolute;
  background: #04fedd;
  filter: blur(136.18px);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  opacity: 30%;
  z-index: -1;
}
.Portfolio-hero-shape2 {
  width: 18%;
  height: 37%;
  position: absolute;
  background: #ff00e0;
  opacity: 1;
  filter: blur(136.18px);
  border-radius: 100%;
  top: 5%;
  left: 0%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .Portfolio--hero-shape2 {
    left: 0;
  }
  .Portfolio-hero-shape2 {
    left: 0;
  }
}
@media (max-width: 567px) {
  .Portfolio-hero-shape2 {
    width: 40%;
    height: 37%;
    filter: blur(94px);
    opacity: 70%;
    top: 3%;
  }
  .Portfolio--hero-shape2 {
    opacity: 1 !important;
    filter: blur(84.18px) !important;
    width: 40%;
    height: 25%;
  }
}
@media (max-width: 330px) {
  .Portfolio--hero-shape2 {
    opacity: 1 !important;
    filter: blur(64.18px) !important;
    width: 40%;
    height: 25%;
  }
  .Portfolio-hero-shape2 {
    opacity: 1 !important;
    filter: blur(64.18px) !important;
    width: 40%;
    height: 25%;
  }
}
.Portfolio-hero-shape3 {
  width: 18%;
  height: 37%;
  position: absolute;
  background: #ff00e0;
  opacity: 1;
  filter: blur(136.18px);
  border-radius: 100%;
  top: 5%;
  left: 0%;
  z-index: -1;
}
.dark-version .Portfolio-hero-shape3 {
  background: #9a04fe;
}
@media (max-width: 1600px) {
  .Portfolio-hero-shape3 {
    left: 0;
  }
}
@media (max-width: 567px) {
  .Portfolio-hero-shape3 {
    width: 34%;
    height: 33%;
    filter: blur(106px);
    top: 3%;
  }
}
.Portfolio--btn-wrap.Portfolio--hero-btn {
  margin: 35px 0 0;
}
@media (max-width: 991px) {
  .Portfolio--btn-wrap.Portfolio--hero-btn {
    margin: 35px 0 0;
  }
}
.Portfolio--btn-wrap.Portfolio--hero-btn .Portfolio--btn {
  margin-right: 20px;
}
.Portfolio--btn-wrap.Portfolio--hero-btn .Portfolio--btn:last-child {
  margin-right: 0;
}
@media (max-width: 410px) {
  .Portfolio--btn-wrap.Portfolio--hero-btn .Portfolio--btn {
    margin: 0 0px 15px;
    margin-right: 15px;
  }
}
.Portfolio--btn-wrap {
  margin: 55px 0 0;
}
.Portfolio--hero-section2 {
  z-index: 0;
  padding: 160px 0 200px;
  position: relative;
}
.Portfolio--hero-section3 {
  z-index: 0;
  padding: 110px 0 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .Portfolio--hero-section2 {
    padding: 150px 0 120px;
  }
}
@media (max-width: 990px) {
  .Portfolio--hero-section2 {
    padding: 150px 0 80px;
  }
  .Portfolio--btn-wrap {
    width: fit-content;
    margin: auto;
  }
  .Portfolio--graph-section {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .Portfolio--hero-section2 {
    padding: 120px 0 80px;
  }
}
@media (max-width: 320px) {
  .Portfolio--hero-section2 {
    padding: 120px 0 30px;
  }
}
.Portfolio--hero-section-middle .bg1-top {
  width: 200px;
  height: 300px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  z-index: -1;
  background-color: var(--success-500);
}
.Portfolio--hero-section-middle img {
  box-shadow: 20px 20px 0px #22ff00;
}
.Portfolio--hero-content3 {
  position: relative;
}
.Portfolio--hero-content3 h1 span {
  background: var(--success-500);
  color: #000;
  padding-top: 20px;
  padding-left: 20px;
}

.Portfolio--hero-content3 h1 {
  max-width: 960px;
  padding-bottom: 50px;
  text-align: center;
  margin: 0 auto;
  font-family: "Josefin Sans", sans-serif;
  line-height: 105px;
}
@media (max-width: 1399px) {
  .Portfolio--hero-content3 h1 {
    font-size: 75px;
    line-height: 90px;
  }
  .Portfolio--hero-content3 h1 span {
    padding-top: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .Portfolio--hero-content3 h1 {
    font-size: 120px;
    line-height: 140px;
  }
  .Portfolio--hero-section-middle {
    margin-bottom: 50px;
    margin-top: 0px;
    padding: 60px !important;
  }
  .Portfolio--hero-section-middle img {
    width: 100%;
    box-shadow: 40px 40px 0px #22ff00;
  }
  .Portfolio--hero-section-middle .bg1-top {
    width: 300px;
    height: 400px;
    margin-left: -40px;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .Portfolio--hero-content3 h1 {
    font-size: 82px;
    line-height: 100px;
  }
  .Portfolio--hero-section-middle img {
    width: 100%;
    box-shadow: 20px 20px 0px #22ff00;
  }
  .Portfolio--hero-section-middle .bg1-top {
    width: 200px;
    height: 300px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media (max-width: 567px) {
  .Portfolio--hero-section-middle {
    margin-bottom: 50px;
    padding: 30px !important;
  }
  .Portfolio--hero-section-middle .bg1-top {
    height: 200px;
  }
}
@media (max-width: 467px) {
  .Portfolio--hero-content3 h1 {
    font-size: 62px;
    line-height: 70px;
  }
  .Portfolio--hero-content3 h1 span {
    padding-top: 13px;
    padding-left: 0px;
    line-height: 67px;
  }
}
@media (max-width: 320px) {
  .Portfolio--hero-content3 h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .Portfolio--hero-content3 h1 span {
    padding-top: 13px;
    padding-left: 0px;
    line-height: 45px;
  }
  .Portfolio--hero-section-middle .bg1-top {
    height: 150px;
    width: 150px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .Portfolio--hero-section-middle img {
    box-shadow: 15px 15px 0px #22ff00;
  }
  .Portfolio--hero-section-middle {
    padding: 25px !important;
  }
}
@media (min-width: 1880px) and (max-width: 1980px) {
  .Portfolio--hero-content3 h1 {
    max-width: 900px;
  }
}
.Portfolio--hero-content3 p {
  margin-right: 0;
  color: var(--gray-800);
  text-align: justify;
}
.Portfolio--hero-content3 .Portfolio--content-star {
  position: absolute;
  top: 115px;
  right: -55px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}
.Portfolio--hero-content3 .Portfolio--content-star img {
  transform: rotate(-53deg);
}

.Portfolio--hero-content2 {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.Portfolio--hero-content2 h6{
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: -10px;
  text-align: center;
}


.Portfolio--hero-content2 h1 {
  font-family: "Permanent Marker", cursive;
  text-align: center;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 5px;
  margin-bottom: 0px;
}
.Portfolio--hero-content2 p {
  margin-right: 0;
  color: var(--gray-800);
  width: 70%;
  margin: 0 auto;
}
.Portfolio--hero-content2 .btns {
  margin-top: 25px;
}
.btns {
  margin-bottom: 20px;
}

.Portfolio--hero-content2 button {
  margin-right: 35px;
}
.Portfolio--hero-content2 .Portfolio--content-star {
  position: absolute;
  top: 115px;
  right: -55px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}
.Portfolio--hero-content2 .Portfolio--content-star img {
  transform: rotate(-53deg);
}

.Portfolio--hero-mocup {
  position: absolute;
  animation: zoom-in-zoom-out 5s ease-out infinite;
}
@media (min-width: 1600px) {
  .Portfolio--hero-content2 h1{
    font-size: 135px;
    line-height: 170px;
  }
  .Portfolio--hero-content2 p{
    width: 80%;
    margin: 0px auto!important;
  }
}
@media (max-width: 1199px) {
  .Portfolio--hero-content2 h1{
    font-size: 80px;
  }
  .Portfolio--hero-content2 p{
    width: 100%;

  }
}
@media (max-width: 991px) {
  .Portfolio--hero-content2 h1{
    font-size: 110px;
  }
  .Portfolio--hero-content2 p{
    width: 100%;

  }
}
@media (max-width: 567px) {
  .Portfolio--hero-content2 h1 {
    font-size: 55px;
    line-height: 70px;
    padding: 15px 0px;
  }
  .Portfolio--hero-content2 h6 {
    font-size: 18px;
  }
  .Portfolio--hero-content2 p{
    width: 100%;
    margin: auto!important;
  }
}
@media (max-width: 380px) {
  .Portfolio--hero-content2 h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 320px) {
  .Portfolio--hero-content2 h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .Portfolio--hero-content2 h6 {
    font-size: 14px;
  }
  .brand-logo {
    width: 50%!important;   
  }
  .brand-logo h1{
    font-size: 30px;   
  }
}




@media (max-width: 767px) {
  .Portfolio--hero-mocup {
    display: none;
  }
  .Portfolio--hero-content2 .Portfolio--content-star {
    display: none;
  }
}
.Portfolio--hero-mocup.mocup1 {
  top: 0%;
  width: 27%;
  left: -37%;
  background: var(--bg3);
  border: 0.5px solid rgb(255, 255, 255);
}

@media (max-width: 1400px) {
  .Portfolio--hero-mocup.mocup1 {
    top: -5%;
    width: 20.5%;
    left: -20%;
  }
}
@media (max-width: 1199px) {
  .Portfolio--hero-mocup.mocup1 {
    top: 15%;
    width: 16%;
    left: -18%;
  }
}
.Portfolio--hero-mocup.mocup2 {
  bottom: -30%;
  width: 26.4%;
  left: -12%;
  transition: all 0.4s;
  background: var(--bg3);
  border: 1px solid rgb(255, 255, 255);
}

@media (max-width: 1400px) {
  .Portfolio--hero-mocup.mocup2 {
    bottom: -15%;
    width: 20%;
    left: -10%;
  }
}
@media (max-width: 1199px) {
  .Portfolio--hero-mocup.mocup2 {
    width: 25%;
  }
}
.Portfolio--hero-mocup.mocup3 {
  top: -3%;
  width: 23.7%;
  right: -37%;
  transition: all 0.4s;
  background: var(--bg3);
  border: 1px solid rgb(255, 255, 255);
}

@media (max-width: 1400px) {
  .Portfolio--hero-mocup.mocup3 {
    top: 0;
    width: 17.7%;
    right: -24%;
  }
}
@media (max-width: 1199px) {
  .Portfolio--hero-mocup.mocup3 {
    width: 15%;
    right: -13%;
  }
}
.Portfolio--hero-mocup.mocup4 {
  bottom: -30%;
  width: 26.4%;
  right: -10%;
  background: var(--bg3);
  border: 1px solid rgb(255, 255, 255);
}
.Portfolio--hero-mocup.mocup4 img {
  transform: rotate(9deg);
}
.Portfolio--hero-mocup.mocup3 img {
  transform: rotate(-3deg);
}
.Portfolio--hero-mocup.mocup2 img {
  transform: rotate(3deg);
}
.Portfolio--hero-mocup.mocup1 img {
  transform: rotate(-6deg);
}
@media (max-width: 1400px) {
  .Portfolio--hero-mocup.mocup4 {
    bottom: -15%;
    width: 20%;
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .Portfolio--hero-mocup.mocup4 {
    width: 19%;
    right: -5%;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0);
  }
}
.Portfolio--counter-wrap {
  display: flex;
  max-width: -webkit-fill-available;
  margin-top: 5px;
  justify-content: space-between;
}
.Portfolio---hero-content .Portfolio--counter-wrap {
  display: flex;
  max-width: -webkit-fill-available;
  margin-top: 5px;
  justify-content: flex-start;
}
.Portfolio---hero-content .Portfolio--counter-data {
  margin-right: 120px;
  letter-spacing: 5px;
}
.Portfolio---hero-content .Portfolio--counter-data h2 {
  margin-bottom: -6px;
  font-size: 46px;
}
.Portfolio---hero-content .Portfolio--counter-data p {
  letter-spacing: 2px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .Portfolio--counter-wrap {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .Portfolio---hero-content .Portfolio--counter-data h2 {
    font-size: 36px;
  }
  .Portfolio---hero-content .Portfolio--counter-data {
    margin-right: 80px;
  }
}
@media (max-width: 410px) {
  .Portfolio--counter-wrap {
    margin-top: 25px;
  }
}
@media (max-width: 567px) {
  .Portfolio---hero-content .Portfolio--counter-data {
    margin-right: auto;
    letter-spacing: 5px;
  }
  .Portfolio---hero-content .Portfolio--counter-data:last-child {
    margin-right: 0px;
  }
}

.Portfolio--counter-data h2 {
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
.Portfolio--counter-data2 h2 {
  font-size: 55px;
  margin-bottom: 0px;
  line-height: 1;
  color: #fff;
}
.Portfolio--counter-data2 p {
  font-size: 14px;
  letter-spacing: 4px;
}
.Portfolio--counter-data h2 strong {
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Portfolio--counter-data p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1299px) {
  .Portfolio--counter-data2 h2 {
    font-size: 45px;
  }
  .Portfolio--counter-data2 p {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .Portfolio--counter-wrap2 {
    margin: 30px 0 0;
  }
  .Portfolio--counter2 .Portfolio--counter-data2 h2 {
    text-align: center;
  }
}
.Portfolio--counter-wrap2 .Portfolio--counter-data h2 {
  margin: 0 0 10px;
}
.Portfolio--counter-wrap2 .Portfolio--counter-data h2 strong {
  background: 0 0;
  color: var(--gray-800);
  -webkit-text-fill-color: var(--gray-800);
}
.Portfolio--counter-wrap2 .Portfolio--counter-data p {
  font-weight: 600;
  opacity: 1 !important;
}
.Portfolio--counter-wrap3 {
  max-width: 100%;
  margin: 30px 0px;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .Portfolio--counter2 .Portfolio--counter-data2 h2 {
    font-size: 55px !important;
  }
  .Portfolio--counter-wrap3 {
    max-width: 100%;
    margin: 20px 0px 0px 0px;
}
}
@media (max-width: 320px) {
  .Portfolio--counter2 .Portfolio--counter-data2 h2 {
    font-size: 40px !important;
  }
  .Portfolio--counter-data2 p {
    font-size: 10px;
    letter-spacing: 4px;
  }
}
@media (max-width: 767px) {
  .Portfolio--counter-wrap3 .Portfolio--counter-data {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  .Portfolio--counter-wrap3 .Portfolio--counter-data h2 {
    margin: 0!important;
}
  .Portfolio--counter-wrap3 .Portfolio--counter-data:nth-child(3),
  .Portfolio--counter-wrap3 .Portfolio--counter-data:nth-child(4) {
    margin-bottom: 0;
  }
}
.Portfolio--counter-wrap3 .Portfolio--counter-data h2 {
  z-index: 0;
  margin: 0 0 20px;
  font-size: 60px;
  color: var(--gray-800);
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
@media (max-width: 1199px) {
  .Portfolio--counter-wrap3 .Portfolio--counter-data h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .Portfolio--counter-wrap3 .Portfolio--counter-data h2 {
    font-size: 30px;
    line-height: 30px !important;
  }
}


.Portfolio--counter-wrap3 .Portfolio--counter-data h2 strong {
  background: 0 0;
  color: var(--gray-10);
  -webkit-text-fill-color: var(--gray-10);
}
.Portfolio--counter-wrap3 .Portfolio--counter-data p {
  opacity: 1 !important;
  font-size: 25px;
  letter-spacing: 0px;
  font-weight: 200 !important;
  color: #13111a;
}
@media (max-width: 1199px) {
  .Portfolio--counter-wrap3 .Portfolio--counter-data p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .Portfolio--counter-wrap3 .Portfolio--counter-data p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .Portfolio--counter-wrap3 .Portfolio--counter-data p {
    font-size: 14px;
    text-align: start;
  }
}
ul.Portfolio--counter2 li {
  padding-bottom: 25px;
  border-bottom: 1px solid #22ff00;
  margin-bottom: 25px;
}
.Portfolio--auction-wrap {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  justify-content: space-between;
}
.Portfolio--auction-left {
  display: flex;
  align-items: center;
}
.Portfolio--auction-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.Portfolio--auction-data h4 {
  margin-bottom: 5px;
}
.Portfolio--auction-data p {
  font-size: 16px;
  font-weight: 800;
}
.Portfolio--auction-data span {
  font-size: 14px;
  color: red;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 400;
}
.Portfolio--auction-data span:last-child {
  border-left: 2px solid #fff;
  color: green;
}
.Portfolio-graph-section .Portfolio--auction-wrap {
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 10px 20px;
  background: #090909;
}
.Portfolio-graph-section .Portfolio--auction-data p {
  color: #22ff00 !important;
}
.Portfolio-team-wrap {
  margin-bottom: 24px;
}
.Portfolio-team-wrap.wrap2 {
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  height: calc(100% - 24px);
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.Portfolio-team-wrap.wrap2 h4 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .Portfolio-team-wrap.wrap2 {
    height: 100%;
  }
}

@media (max-width: 1299px) {
  .Portfolio--auction-section .Portfolio--auction-wrap {
    padding: 20px 0px;
  }
  .Portfolio-graph-section .Portfolio-section-title2 h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .Portfolio-graph-section .Portfolio--auction-wrap {
    padding: 10px 10px 10px 10px;
    width: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  .Portfolio--auction-data span {
    margin-left: 0px;
  }
  .Portfolio--auction-thumb {
    margin-right: 10px;
  }
  .Portfolio--auction-data p {
    font-size: 12px;
    font-weight: 400;
  }
  .Portfolio--auction-data h4 {
    font-size: 18px;
  }
  .Portfolio-graph-section h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .Portfolio-graph-section .col-lg-8 {
    width: 75% !important;
  }
  .Portfolio-graph-section .col-lg-2 {
    width: 25% !important;
  }
}
@media (max-width: 990px) {
  ul.Portfolio--counter2 li {
    width: 82%;
    margin: auto;
    margin-bottom: 25px !important;
  }
  .Portfolio--graph-section .row {
    flex-direction: column-reverse;
  }
  .Portfolio--auction-data span {
    margin-left: 0px;
  }
  .Portfolio--auction-thumb {
    margin-left: 10px;
  }
  .Portfolio--auction-data p {
    font-weight: 400;
  }
  .Portfolio-graph-section .Portfolio--auction-wrap {
    padding: 10px 10px 10px 0px;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
  }
  .Portfolio-graph-section .row {
    justify-content: center !important;
  }
  .Portfolio--auction-wrap {
    padding: 10px 0px;
  }
  .Portfolio-graph-section h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .Portfolio-graph-section .col-lg-8 {
    width: 65% !important;
  }
  .Portfolio-graph-section .col-lg-2 {
    width: 35% !important;
  }
  .Portfolio-graph-section .graph {
    margin-bottom: 50px;
  }
}
@media (max-width: 990px) {
  .Portfolio--auction-wrap {
    padding: 10px 0px;
    justify-content: center;
  }
}
@media (max-width: 467px) {
  .Portfolio-graph-section .Portfolio--auction-wrap {
    padding: 10px 20px 10px 10px;
  }
}
@media (max-width: 320px) {
  .Portfolio-graph-section .Portfolio--auction-wrap {
    padding: 10px 10px 10px 10px;
  }
  ul.Portfolio--counter2 li {
    width: 90%;
    margin: auto;
  }
  .Portfolio-graph-section .col-lg-8 {
    width: 60% !important;
  }
  .Portfolio-graph-section h3 {
    font-size: 14px;
  }
  .Portfolio-graph-section .col-lg-2 {
    width: 40% !important;
  }
}

.Portfolio-team-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Portfolio-team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.Portfolio-team-thumb:hover img {
  transform: scale(1.07) rotate(2deg);
}
.Portfolio-team-data {
  bottom: 20px;
  padding: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  position: absolute;
  background: rgb(210 201 229 / 37%);
  backdrop-filter: blur(20px);
}
.Portfolio-team-data h5 {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.Portfolio-team-data h5 a {
  color: var(--gray-800);
  transition: all 0.4s;
}
.Portfolio-team-data h5 a:hover {
  color: var(--warning-500);
}
.Portfolio-team-data p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: var(--gray-800) !important;
}
.Portfolio-team-data-wrap {
  display: flex;
  justify-content: space-between;
}
.Portfolio--auction-section {
  position: relative;
  z-index: 0;
}
.Portfolio--auction .row {
  border-bottom: 0.5px solid #22ff00;
}
.Portfolio--auction .row:last-child {
  border-bottom: none;
}

.Portfolio--inner-section.bg-white {
  background: var(--gray-10);
}
.Portfolio--auction-button {
  text-align: center;
  margin-top: 40px;
}
.Portfolio-iconbox-wrap {
  background: #090909;
  border-radius: 0px;
  display: flex;
  transition: all 0.4s;
  margin-bottom: 40px;
  padding: 30px;
}
.Portfolio-iconbox-wrap:last-child {
  margin-bottom: 0px;
}
.Portfolio-iconbox-wrap h4 {
  margin-bottom: 5px;
}
.Portfolio--service-section {
  margin-top: 40px;
}
.Portfolio-iconbox-wrap .Portfolio-iconbox-icon4 {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .Portfolio-iconbox-wrap {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .Portfolio-iconbox-wrap {
    padding: 30px;
    flex-direction: column;
    text-align: center;
  }
  .Portfolio--auction .row {
    border: 0px;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .Portfolio-iconbox-wrap {
    display: block;
  }
}
@media (max-width: 567px) {
  .Portfolio--service-section {
    margin: 40px 0px;
  }
}

@media (max-width: 320px) {
  .Portfolio-team-data-wrap {
    align-items: center;
    font-size: 12px;
  }
  .Portfolio-team-data p {
    font-size: 10px;
  }
  .Portfolio-team-data h5 {
    line-height: 21px;
    margin-bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .Portfolio--auction-data p {
    font-size: 12px;
    font-weight: 600;
  }
  .Portfolio--auction-data span {
    font-size: 12px;
  }
  .Portfolio--auction-wrap {
    padding-right: 0px;
  }
  .Portfolio--auction-thumb {
    margin-right: 10px;
  }
}
@media (max-width: 320px) {
  .Portfolio--auction-thumb {
    margin-left: 0px;
    margin-right: 10px;
  }
  .Portfolio--auction-data h4 {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .Portfolio--auction-data p {
    font-size: 12px;
    font-weight: 600;
  }
  .Portfolio--auction-data span {
    font-size: 10px;
    padding-left: 8px;
  }
}
.Portfolio-iconbox-wrap:hover {
  background-color: #22ff00;
}
.Portfolio-iconbox-wrap6 {
  padding: 30px 30px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 0px;
  margin-bottom: 24px;
}
.Portfolio-iconbox-wrap5 .Portfolio---btn4--sm {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.Portfolio-iconbox-wrap5 .Portfolio---btn4--sm:hover {
  padding: 15px 20px;
}
.Portfolio-iconbox-wrap5 .Portfolio-iconbox-subtittle h4 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #000 !important;
}
.Portfolio-iconbox-wrap5 .Portfolio-iconbox-data p {
  font-size: 18px;
  font-weight: 800 !important;
  text-align: start;
  color: #000 !important;
}
.Portfolio-iconbox-wrap5 .Portfolio-iconbox-data h1 {
  color: #000 !important ;
  font-weight: 800;
  font-size: 75px;
}

.Portfolio-iconbox-wrap5 .Portfolio-iconbox-data span {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  border-left: 5px solid #000;
  margin-left: 20px;
}
.Portfolio-iconbox-icon {
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 1299px) {
  .Portfolio-iconbox-icon {
    margin-right: 30px;
  }
  .Portfolio-iconbox-wrap5 {
    padding: 20px 10px !important;
  }
  .Portfolio-iconbox-subtittle .col-lg-6 {
    width: 50% !important;
  }
  .Portfolio-iconbox-subtittle .col-lg-4 {
    width: 50% !important;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-subtittle h4 {
    font-size: 12px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio---btn4--sm {
    margin-right: 15px;
    line-height: 0px;
    padding: 20px 20px;
    width: 30px;
    height: 30px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data h1 {
    margin-top: 20px;
    font-size: 65px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data span {
    font-size: 12px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .Portfolio-iconbox-icon {
    margin-right: 30px;
  }
  .Portfolio-iconbox-wrap5 {
    padding: 40px 10px !important;
  }
  .Portfolio-iconbox-subtittle .col-lg-6 {
    width: 50% !important;
  }
  .Portfolio-iconbox-subtittle .col-lg-4 {
    width: 50% !important;
  }
}
@media (max-width: 567px) {
  .Portfolio-iconbox-wrap5 {
    width: 80%;
    margin: auto;
    padding: 40px 20px !important;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data p {
    text-align: start;
  }
  .Portfolio-trading-section2 .Portfolio-iconbox-wrap5 {
    width: 100%;
  }
  .graph {
    margin-bottom: 30px;
  }
  .Portfolio-iconbox-subtittle {
    margin-bottom: 20px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-subtittle h4 {
    text-align: start;
  }
}
@media (max-width: 479px) {
  .Portfolio-iconbox-icon {
    margin: 0 0 25px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio---btn4--sm {
    width: 30%;
    height: 30%;
    padding: 12px 15px;
  }
  .Portfolio-iconbox-wrap5 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .Portfolio-iconbox-wrap5 {
    padding: 15px !important;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data h1 {
    font-size: 60px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-subtittle h4 {
    font-size: 11px;
    font-size: 600;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data p {
    font-size: 10px;
  }
  .Portfolio-iconbox-wrap5 .Portfolio-iconbox-data span {
    padding-left: 10px;
    font-size: 10px;
    margin-left: 10px;
  }
}
.light-version .Portfolio-icon-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-800);
}
.Portfolio-icon-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-10);
}
.Portfolio-icon-btn img {
  transition: all 0.4s;
  margin-left: 7px;
}
.Portfolio-iconbox-wrap2 {
  padding: 30px;
  margin-bottom: 24px;
  background: var(--bg3);
}
.Portfolio-iconbox-icon2 {
  margin-bottom: 25px;
}
.Portfolio-iconbox-data3 h4,
.Portfolio-iconbox-data3 p {
  color: var(--gray-10);
}
.Portfolio-iconbox-data3 p {
  opacity: 0.8;
}
.Portfolio-iconbox-wrap4 {
  padding: 29px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 20px;
  margin-bottom: 24px;
  border: 1px solid rgb(255, 255, 255);
}

.Portfolio-iconbox-wrap3 {
  padding: 30px 20px;
  width: 80%;
  text-align: center;
  transition: all 0.4s;
  border-radius: 0px;
  margin-bottom: 24px;
  margin: auto;
  background: #22ff00;
}
.Portfolio-iconbox-wrap3 h2 {
  margin: 20px 0px 0px 0px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 800;
  color: var(--gray-800) !important;
}
.Portfolio-iconbox-wrap3 p {
  color: var(--gray-800) !important;
  margin-bottom: 20px;
}
.Portfolio-iconbox-icon4 {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .Portfolio-iconbox-wrap6 {
    padding: 20px 20px;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  .Portfolio-service-section .row :nth-child(3) {
    background: #000 !important;
  }
  .Portfolio-service-section .row :nth-child(4) {
    background: var(--bg5) !important;
  }
}
@media (max-width: 767px) {
  .Portfolio-iconbox-wrap6 {
    padding: 20px 20px;
  }
}
.Portfolio-iconbox-icon6 {
  margin-bottom: 30px;
}
.Portfolio--iconbox-wrap {
  padding: 10px 0px!important;
  width: 110px;
  border: 3px solid #00e1ff;
  box-shadow: inset 0px 0px 60px #00d5ff5e;
  z-index: 0;
  padding: 0 15px;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.Portfolio--iconbox-wrap::after {
  width: 100px;
  height: 100px;
  background: red;
}


.Portfolio--iconbox-thumb img {
  width: 40px !important;
  margin: auto;
}
.Portfolio--iconbox-data h4 {
  font-weight: 200!important;
  font-size: 12px!important;
  font-family: "Genos", sans-serif !important;
  display: inline-block;
  line-height: 15px!important;
  margin-bottom: 0px!important;
  padding: 0 10px;
  color: #fff;
  margin-right: 0px!important;
}
.Portfolio-iconbox-data h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 0 0px;
  color: #fff;
}
.Portfolio--iconbox-data p {
  color: #fff;
  opacity: 0.8;
}
.Portfolio--iconbox-data p:last-child {
  margin: 0;
}

.Portfolio--iconbox-wrap3 {
  padding: 40px;
  border-radius: 3px;
  background: linear-gradient(118.28deg, #17181a -8.97%, #636675 141.84%);
}
@media (max-width: 991px) {
  .Portfolio--iconbox-wrap3 {
    padding: 30px;
  }
}
@media (max-width: 320px) {
  .Portfolio--iconbox-wrap3 {
    padding: 10px;
  }
  .Portfolio-iconbox-wrap4 {
    padding: 20px 10px !important;
  }
}
.Portfolio--iconbox-wrap3:before {
  content: none;
}
.Portfolio--iconbox-wrap3:hover .Portfolio--iconbox-thumb {
  background-color: var(--gray-10);
}
.Portfolio--iconbox-wrap3:hover .Portfolio--iconbox-thumb path {
  fill: var(--primary-500);
}
.Portfolio--iconbox-wrap3 .Portfolio--iconbox-thumb {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 30px;
  justify-content: center;
  transition: all 0.4s;
  background-color: var(--primary-500);
}
.Portfolio--iconbox-wrap3 .Portfolio--iconbox-thumb path {
  transition: all 0.4s;
}
.Portfolio--iconbox-wrap3 .Portfolio--iconbox-data h4 {
  padding: 0;
  background-color: transparent;
}
.Portfolio--iconbox-wrap4 {
  border-radius: 10px;
  background: var(--gray-800);
}
.Portfolio--iconbox-wrap4 .Portfolio--iconbox-thumb {
  background: linear-gradient(0deg, #addcff 0, #eaf6ff 50.28%, #eaf6ff 100%);
}
.Portfolio--iconbox-wrap5 {
  background: rgb(210 201 229 / 0%);
  backdrop-filter: blur(150px);
  border-radius: 10px;
  border: 1px solid var(--gray-10);
}
.Portfolio--iconbox-wrap5 .Portfolio--iconbox-thumb {
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--iconbox-wrap5 .Portfolio--iconbox-data a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.Portfolio--iconbox-wrap5 .Portfolio--iconbox-data a img {
  margin-left: 10px;
}
.Portfolio-accordion-item {
  padding-bottom: 40px;
}
.Portfolio--accordion-item {
  padding-bottom: 40px;
}
.light-version .Portfolio-accordion-item h4 {
  font-weight: 700;
  color: #26242c !important;
}
.Portfolio--accordion-item h4 {
  font-weight: 700;
  color: #ffffff !important;
}
.Portfolio-accordion-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.Portfolio--accordion-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.Portfolio-accordion-wrap2 {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .Portfolio-accordion-wrap2 {
    margin-top: 40px;
  }
  .Portfolio-accordion-wrap {
    margin-top: 55px;
  }
}
@media (max-width: 564px) {
  .Portfolio-accordion-wrap {
    margin-top: 55px;
  }
}
.Portfolio-accordion-wrap2 .Portfolio-accordion-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
.Portfolio-accordion-wrap2 .Portfolio-accordion-item:last-child {
  padding: 0;
  margin: 0;
}
.Portfolio-accordion-wrap2 .Portfolio-accordion-item h4 {
  margin: 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1299px) {
  .Portfolio-accordion-wrap2 .Portfolio-accordion-item h4 {
    font-size: 18px;
  }
  .Portfolio-accordion-wrap2 .Portfolio-accordion-item {
    margin-bottom: 24px;
    padding-bottom: 0px;
  }
  .Portfolio-accordion-wrap2 .Portfolio-accordion-item h4 {
    margin: 0;
    font-weight: 400;
  }
}
@media (max-width: 320px) {
  .Portfolio-accordion-wrap2 .Portfolio-accordion-item h4 {
    font-size: 12px;
  }
  .Portfolio-accordion-wrap2 .Portfolio-accordion-item {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
a.Portfolio-faq-btn-gray {
  font-size: 16px;
  bottom: 0;
  font-weight: 700;
  color: #26242c;
  transition: all 0.4s;
  text-decoration: underline;
}
a.Portfolio-faq-btn-gray:hover {
  color: var(--warning-500);
}
a.Portfolio-faq-btn {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.4s;
  text-decoration: underline;
}
a.Portfolio-faq-btn:hover {
  color: var(--warning-500);
}
@media (max-width: 991px) {
  a.Portfolio-faq-btn {
    position: inherit;
  }
}
.Portfolio-tab-menu {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .Portfolio-tab-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .Portfolio-tab-menu {
    margin-bottom: 20px;
  }
}
.Portfolio-tab-menu .nav {
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Portfolio-tab-menu .nav {
    justify-content: space-between;
  }
}
.Portfolio-tab-menu .nav-tabs {
  border-bottom: 2px solid rgba(19, 17, 26, 0.1);
}
@media (max-width: 767px) {
  .Portfolio-tab-menu .nav-tabs {
    border: none;
  }
}
.Portfolio-tab-menu .nav-tabs .nav-link {
  border: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  padding-bottom: 10px;
  margin-right: 45px;
  color: rgba(19, 17, 26, 0.8);
  position: relative;
}
@media (max-width: 767px) {
  .Portfolio-tab-menu .nav-tabs .nav-link {
    margin: 10px;
  }
}
.Portfolio-tab-menu .nav-tabs .nav-link:before {
  content: "";
  left: 0;
  opacity: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: var(--warning-500);
}
.Portfolio-tab-menu .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.Portfolio-tab-menu .nav-tabs .nav-link.active {
  background-color: transparent;
  color: var(--warning-500);
}
.Portfolio-tab-menu .nav-tabs .nav-link.active:before {
  width: 100%;
  opacity: 1;
}
.Portfolio--accordion-one .accordion-item {
  border: none;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 0px solid var(--gray-10) !important;
}
.Portfolio--accordion-one .accordion-button {
  padding: 30px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: var(--gray-800);
  background-color: transparent;
}
@media (max-width: 767px) {
  .Portfolio--accordion-one .accordion-button {
    font-size: 18px;
    line-height: 30px;
  }
}
.Portfolio--accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.Portfolio--accordion-one .accordion-button:after {
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0001 0.600098C9.66284 0.600098 10.2001 1.13736 10.2001 1.8001V7.8001H16.2001C16.8628 7.8001 17.4001 8.33736 17.4001 9.0001C17.4001 9.66284 16.8628 10.2001 16.2001 10.2001H10.2001V16.2001C10.2001 16.8628 9.66284 17.4001 9.0001 17.4001C8.33736 17.4001 7.8001 16.8628 7.8001 16.2001V10.2001H1.8001C1.13736 10.2001 0.600098 9.66284 0.600098 9.0001C0.600098 8.33735 1.13736 7.8001 1.8001 7.8001L7.8001 7.8001V1.8001C7.8001 1.13736 8.33736 0.600098 9.0001 0.600098Z' fill='%23111827'/%3E%3C/svg%3E%0A");
}
.Portfolio--accordion-one .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}
.Portfolio--accordion-one .accordion-body {
  font-size: 18px;
  line-height: 30px;
  color: rgba(19, 17, 26, 0.8);
  padding: 0 220px 25px 0;
}
@media (max-width: 1199px) {
  .Portfolio--accordion-one .accordion-body {
    padding: 0 0 25px;
  }
  .Portfolio--accordion-one .accordion-button {
    font-size: 18px;
  }
  .Portfolio--accordion-one .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .Portfolio--accordion-one .accordion-body {
    font-size: 14px;
    line-height: 28px;
  }
}
.Portfolio--accordion-one.accordion-two .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Portfolio--accordion-one.accordion-two .accordion-button {
  color: #000;
  font-size: 18px;
  padding: 20px 50px;
}
.Portfolio--accordion-one.accordion-two .accordion-button:after {
  left: 0;
  top: 27px;
  background-size: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.Portfolio--accordion-one.accordion-two .accordion-button:not(.collapsed)::after {
  top: 17px;
  transform: rotate(-180deg);
}
.Portfolio--accordion-one.accordion-two .accordion-body {
  padding: 0 130px 22px 52px;
  color: var(--gray-800);
}
@media (max-width: 767px) {
  .Portfolio--accordion-one.accordion-two .accordion-body {
    padding: 0 20px 20px 52px;
  }
}
.Portfolio--accordion-one.accordion-three .accordion-item {
  border: 0.5px solid #000000;
  border-bottom: none;
}
.Portfolio--accordion-one.accordion-three .accordion-item:last-child {
  border-bottom: 0.5px solid #000000;
}
.Portfolio--accordion-one.accordion-three .accordion-button {
  font-size: 18px;
  line-height: 28px;
  padding: 30px;
  color: var(--gray-800);
}
.Portfolio--accordion-one.accordion-three .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}
.Portfolio--accordion-one.accordion-three .accordion-body {
  color: var(--gray-800);
  opacity: 0.8;
  padding: 30px;
  padding-top: 0;
}
.Portfolio--accordion-one.accordion-four .accordion-item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.Portfolio--accordion-one.accordion-four .accordion-button {
  color: var(--gray-10);
}
.Portfolio--accordion-one.accordion-five .accordion-button {
  color: var(--gray-10);
}
.Portfolio--accordion-one.accordion-five .accordion-body {
  color: #22ff00;
}
.Portfolio--accordion-one.accordion-five .accordion-button:after {
  filter: invert(1);
}
.Portfolio--accordion-one.accordion-five .accordion-item {
  border-bottom: 1px solid #22ff00 !important;
}
.Portfolio--accordion-one.accordion-five .accordion-item:last-child {
  border: none !important;
}
.light-version .Portfolio--accordion-one.accordion-four .accordion-button {
  color: var(--gray-800);
}
.Portfolio--accordion-one.accordion-four .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}
.light-version .Portfolio--accordion-one.accordion-four .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
  filter: invert(1);
}
.Portfolio--accordion-one.accordion-four .accordion-body {
  color: var(--gray-10);
  opacity: 0.8;
  padding: 0 90px 30px 0;
}
.light-version.Portfolio--accordion-one.accordion-four .accordion-body {
  color: var(--gray-800);
  opacity: 0.8;
  padding: 0 90px 30px 0;
}
.Portfolio-faq-section .Portfolio--accordion-one.accordion-four .accordion-body {
  color: var(--gray-800);
  opacity: 0.8;
  padding: 0 0px 30px 0;
}
@media (max-width: 991px) {
  .Portfolio--accordion-one.accordion-four .accordion-body {
    padding: 0 0 30px 0;
  }
}
.Portfolio-play-btn {
  position: relative;
  top: 50%;
  left: -45%;
  transform: translate(-50%, 0%);
}
.Portfolio-popup {
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}
@media (max-width: 991px) {
  a.Portfolio-popup {
    width: 90px;
  }
}
@media (max-width: 767px) {
  a.Portfolio-popup {
    width: 75px;
  }
}
@media (max-width: 300px) {
  .Portfolio-play-btn {
    position: absolute;
    top: 87%;
    left: 89%;
    transform: translate(-50%, 0%);
  }
}

.nexto-video-wrap .nexto-popup img {
  -webkit-animation: rotate-animation 10s infinite linear;
  -moz-animation: rotate-animation 10s infinite linear;
  -o-animation: rotate-animation 10s infinite linear;
  animation: rotate-animation 10s infinite linear;
}
.Portfolio-feature-thumb {
  background: var(--bg5);
  padding: 30px 20px;
  width: 85%;
  filter: drop-shadow(-30px 26px 55px #00aeff40);
}
.Portfolio-feature-thumb h2 {
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 45px;
  margin-left: 20px;
}
.Portfolio-feature-thumb p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.Portfolio-feature-thumb .Portfolio--tags {
  margin-top: 30px;
  margin-bottom: 10px;
}
.Portfolio-feature-thumb .Portfolio--tags li img {
  margin-right: 10px;
}
.Portfolio-feature-thumb .Portfolio--tags li a {
  background: #0abfea8a;
  font-size: 12px;
  padding: 10px 15px;
  display: block;
  border-radius: 10px;
}
.Portfolio--video-thumb {
  z-index: 0;
  position: relative;
}
@media (max-width: 990px) {
  .Portfolio-feature-section .row {
    flex-direction: column-reverse;
  }
  .Portfolio-feature-section h2 {
    text-align: center;
  }
  .Portfolio-feature-thumb .row {
    flex-direction: row;
    align-items: center;
  }
  .Portfolio-feature-thumb {
    width: 100%;
  }
  .Portfolio-feature-thumb p {
    font-size: 18px;
  }
  .Portfolio-feature-thumb h2 {
    text-align: start;
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 54px;
  }
  .Portfolio-feature-thumb .col-lg-3 {
    width: 30%;
  }
  .Portfolio-feature-thumb .col-lg-9 {
    width: 70%;
    padding: 0px;
  }
  .Portfolio-feature-thumb .Portfolio--tags li a {
    font-size: 14px;
    padding: 7px 15px;
  }
  .Portfolio-feature-thumb .Portfolio--tags li img {
    margin-right: 4px;
    width: 20%;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  .Portfolio-feature-thumb {
    margin-top: 30px;
  }
  .Portfolio-feature-section h2 {
    text-align: center;
  }
  .Portfolio-feature-thumb h2 {
    text-align: start;
  }
  .Portfolio-icon-list2 {
    width: 100%;
    margin: auto;
  }
  .Portfolio-feature-thumb .col-lg-3 {
    width: 30%;
  }
  .Portfolio-feature-thumb .col-lg-9 {
    width: 70%;
    padding: 0px;
  }
  .Portfolio-feature-thumb svg {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1450px) {
  .Portfolio-feature-thumb .Portfolio--tags li a {
    font-size: 16px;
    padding: 12px 20px;
  }
  .Portfolio-feature-thumb {
    padding: 50px 30px;
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .Portfolio--video-thumb {
    margin: 0 0 30px;
  }
}
@media (min-width: 990px) {
  .Portfolio-feature-thumb {
    padding: 50px 20px;
    width: 100%;
  }
  .Portfolio-feature-thumb h2 {
    font-size: 32px;
  }
  .Portfolio-feature-section .Portfolio-default-content h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 35px;
  }
}
@media (max-width: 467px) {
  .Portfolio-feature-thumb h2 {
    font-size: 30px !important;
    margin-left: 30px;
  }
  .Portfolio-feature-thumb p {
    font-size: 14px !important;
    margin-left: 30px;
    line-height: 20px;
  }
}

@media (max-width: 300px) {
  .Portfolio-feature-thumb {
    padding: 20px 10px;
  }
  .Portfolio-feature-thumb svg {
    width: 70px;
  }
  .Portfolio-feature-thumb p {
    margin-left: 15px !important;
    font-size: 11px !important;
  }
  .Portfolio-feature-thumb h2 {
    font-size: 22px !important;
    line-height: 15px !important;
    margin-left: 15px !important;
  }
  .Portfolio-feature-thumb .row {
    align-items: center;
  }
  .Portfolio-feature-thumb .Portfolio--tags {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .Portfolio-feature-thumb .Portfolio--tags li a {
    font-size: 10px;
    padding: 3px 11px;
  }
}
.Portfolio--video-thumb img {
  border-radius: 20px;
  width: 100%;
}
.Portfolio--video-thumb .Portfolio--popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .Portfolio--video-thumb .Portfolio--popup {
    width: 60px;
    height: 60px;
  }
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  border-radius: 100%;
  left: -35px;
  top: -35px;
  z-index: 0;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  z-index: -1;
}
@media (max-width: 767px) {
  .waves {
    width: 130px;
    height: 130px;
  }
}
.waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.Portfolio-testimonial-section .Portfolio-section-title {
  max-width: 720px;
}
.Portfolio-testimonial-card {
  padding: 30px;
  border-radius: 10px;
  background: var(--bg3);
  backdrop-filter: blur(50px);
}
.Portfolio-testimonial-card h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.Portfolio-testimonial-card p {
  font-weight: 500;
  color: var(--gray-800);
}
.Portfolio-testimonial-author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.Portfolio-testimonial-author-thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.Portfolio-testimonial-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.Portfolio-testimonial-author-data h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.Portfolio-testimonial-author-data span {
  font-size: 14px;
  opacity: 0.7;
  color: var(--gray-800);
}
.Portfolio-testimonial-slider .Portfolio-testimonial-card {
  margin: 0 12px;
  padding: 29px;
}
.Portfolio-testimonial-slider .Portfolio-testimonial-card3 {
  margin: 0 12px;
  padding: 29px;
  background: rgb(210 201 229 / 0%);
  backdrop-filter: blur(150px);
}
.Portfolio-testimonial-card3 .Portfolio-testimonial-author-data span {
  color: var(--gray-10);
}
@media (max-width: 767px) {
  .Portfolio-testimonial-slider .Portfolio-testimonial-card {
    margin: 0;
  }
  .Portfolio-testimonial-slider .Portfolio-testimonial-card3 {
    padding: 20px;
    text-align: start;
  }
}
.Portfolio-testimonial-btn {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 1199px) {
  .Portfolio-testimonial-btn {
    margin-top: 50px;
  }
  .Portfolio-testimonial-section .Portfolio-section-title2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.Portfolio-testimonial-btn .Portfolio-btn.Portfolio-header-btn {
  margin-left: 0;
}
.Portfolio-testimonial-card3 {
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid var(--gray-10);
}
.Portfolio-testimonial-card4 {
  padding: 20px;
  margin-bottom: 24px;
  margin-right: 20px;
  border-radius: 0px;
  background: #090909;
  font-size: 16px;
}
.Portfolio-testimonial-card4 .Portfolio-testimonial-author-wrap {
  border-bottom: 1px solid #22ff00;
  padding-bottom: 15px;
}
.Portfolio-testimonial-card4 .Portfolio-testimonial-author-data span {
  color: #22ff00;
}
.Portfolio-testimonial-card4 .Portfolio-testimonial-author-data h5 {
  color: #22ff00 !important;
}
.Portfolio-testimonial-card1 {
  padding: 29px;
  border-radius: 10px;
  margin-bottom: 24px;
  border: 1px solid var(--gray-10);
}
.Portfolio-testimonial-card1 span {
  font-size: 14px;
  opacity: 0.7;
  color: var(--gray-600);
}
@media (max-width: 1399px) {
  .Portfolio-testimonial-card3 {
    padding: 29px;
  }
}
@media (max-width: 320px) {
  .Portfolio-testimonial-card1 {
    padding: 20px 10px;
  }
  .Portfolio-testimonial-card {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.Portfolio-testimonial-card3 ul {
  margin-bottom: 30px;
}
.Portfolio-testimonial-card3 ul li {
  display: inline-block;
}
.Portfolio-testimonial-card3 p {
  color: var(--gray-800);
}
.Portfolio-testimonial-card3 .Portfolio-testimonial-author-wrap {
  margin-bottom: 15px;
}
.Portfolio-testimonial-author-data3 h5 {
  line-height: 1;
  margin: 0 0 7px;
}
.Portfolio-cta-section {
  padding: 95px 0;
  background-image: url(https://Portfolio-1zr.pages.dev/assets/images/shape/section-bg1.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .Portfolio-cta-section {
    padding: 80px 0;
  }
}
@media (max-width: 567px) {
  .Portfolio-testimonial-card4 {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .Portfolio-cta-section .Portfolio-default-content.large-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.Portfolio-social-icon {
  margin-top: 30px;
}
.Portfolio-social-icon ul {
  display: flex;
}
.Portfolio-social-icon ul li {
  margin: 0 7.5px;
  display: inline-block;
}
.Portfolio-social-icon ul li:first-child {
  margin-left: 0;
}
.Portfolio-social-icon ul li:last-child {
  margin-right: 0;
}
.Portfolio-social-icon ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  z-index: 0;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  justify-content: center;
  background-color: var(--gray-900);
}
.Portfolio-social-icon ul li a:hover {
  color: var(--gray-800);
  background-color: var(--warning-500);
}
.Portfolio-social-icon ul li a path {
  fill: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio-social-icon ul li a:hover path {
  fill: var(--gray-800);
}
.Portfolio-social-icon2 ul li {
  margin: 0 2px;
  display: inline-block;
}
.Portfolio-social-icon2 ul li:first-child {
  margin-left: 0;
}
.Portfolio-social-icon2 ul li:last-child {
  margin-right: 0;
}
.Portfolio-social-icon2 ul li a path {
  fill: var(--gray-800);
  transition: all 0.4s;
}
.Portfolio-social-icon2 ul li a:hover path {
  fill: var(--warning-500);
}
.Portfolio--social-icon {
  margin-right: 0px;
}
.Portfolio--contact-banner .Portfolio--social-icon {
  margin-top: 0px;
}
.Portfolio--contact-banner .Portfolio--social-icon ul li a {
  background: #22ff00 !important;
}
.Portfolio--contact-banner .Portfolio--social-icon ul li img {
  filter: invert(1);
}
.Portfolio---footer-middle .Portfolio--social-icon {
  margin-top: 0px;
}
.Portfolio--footer-middle .Portfolio--social-icon {
  margin-top: 0px;
}
.Portfolio--social-icon ul{
  float: right;
  margin-right: 50px;
}
.Portfolio--social-icon ul li {
  margin: 0 7px;
  display: inline-block;
}
.Portfolio--social-icon ul li:first-child {
  margin-left: 0;
}
.Portfolio--social-icon ul li:last-child {
  margin-right: 0;
}
.Portfolio--social-icon ul li a {
  border: 3px solid #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  z-index: 0;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  clip-path: polygon(
    /* Top-left */ 0% var(--curve-size),
    var(--curve-size) 0,
    /* top-right */ 100% 0,
    100% calc(100% - var(--curve-size)),
    /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
    /* bottom-right 2 */ 0 100%
  );
 
}
.Portfolio--social-icon ul li a img {
  width: 20px;
}

.Portfolio---footer-middle .Portfolio--social-icon2 {
  margin-top: 0px;
}
.Portfolio--social-icon2 ul li {
  margin: 0 7px;
  display: inline-block;
}
.Portfolio--social-icon2 ul li:first-child {
  margin-left: 0;
}
.Portfolio--social-icon2 ul li:last-child {
  margin-right: 0;
}
.Portfolio--social-icon2 ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  z-index: 0;
  border-radius: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-image: var(--bg5);
}

.Portfolio--social-icon ul li a:hover {
  clip-path: polygon(
    /* Top-left */ 0% 0%,

    0% 0,
    /* top-right */ 100% 0,
    100% calc(100% - 0%),
    /* bottom-right 1 */ calc(100% - 0%) 100%,
    /* bottom-right 2 */ 0 100%
  );
  border: 3px solid #f2ff00;
  box-shadow: inset 0px 0px 20px 0px #a6ea1458;
}
.Portfolio-client-section {
  padding: 75px 0 80px;
}
.Portfolio-client-section img {
  filter: invert(1);
}

.Portfolio--client-section {
  padding: 75px 0 80px;
}
.Portfolio--client-section2 {
  background: #22ff00;
  padding: 20px 0px;
  margin: 0px 0 120px;
}
.redtextt{
  color: red!important;
}
@media (max-width: 767px) {
  .Portfolio-client-section {
    padding: 60px 0;
  }
  .Portfolio--client-section {
    padding: 60px 0;
  }
  .Portfolio--social-icon ul li a {
    border: 2px solid #ffffff;
  }
}
.Portfolio-client-title {
  margin-bottom: 50px;
  text-align: center;
}
.Portfolio-client-title.text-white h5 {
  color: var(--gray-10);
}
.Portfolio-client-title h5 {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}
.Portfolio-brand-logo {
  margin: 10px 0;
}
.Portfolio-icon-list {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .Portfolio-icon-list {
    margin: 30px 0px;
  }
  .Portfolio-brand-logo {
    margin: 10px 15px;
  }
}
@media (max-width: 990px) {
  .Portfolio-icon-list {
    margin-bottom: 30px;
  }
  .Portfolio-icon-list2 {
    margin-bottom: 30px;
  }
  .Portfolio---footer-middle .Portfolio--social-icon2 {
    width: fit-content;
    margin: auto;
  }
}

@media (max-width: 320px) {
  .Portfolio--social-icon2 ul li a {
    width: 30px;
    height: 30px;
  }
}
.Portfolio-icon-list ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 18px;
  color: var(--gray-10);
}
.Portfolio-icon-list ul li:last-child {
  margin-bottom: 0;
}
.Portfolio-icon-list ul li img {
  position: absolute;
  left: 0;
  top: 3px;
  filter: invert(1);
}
.Portfolio-icon-list2 {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .Portfolio-icon-list2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .Portfolio-icon-list ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
  .Portfolio-icon-list2 ul li {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 22px;
  }
  .Portfolio--outline-btn span {
    font-size: 14px !important;
  }
}
.portfoli-small-section .Portfolio-icon-list2 ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #26242c;
  padding-left: 0px;
}
.portfoli-small-section .Portfolio-icon-list2 ul li img {
  margin-right: 15px;
}
.Portfolio-icon-list2 ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
  color: #26242c;
  padding-left: 70px;
}
.Portfolio-icon-list2 ul li h4 {
  margin-bottom: 0px;
}
.Portfolio-icon-list2 ul li p {
  font-weight: 100;
  font-size: 14px;
}

.Portfolio-icon-list2 ul li:last-child {
  margin: 0;
}
.Portfolio-icon-list2 ul li .fulo-list-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  background-color: var(--warning-100);
}
.pricing-btn {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .pricing-btn {
    margin-bottom: 30px;
  }
}
[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}
[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #ff5722;
}
[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}
[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}
.dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}
.static-value:before {
  display: inline-block;
  content: attr(data-active);
}
.pricing-btn .btn-toggle {
  position: relative;
  width: 65px !important;
  height: 30px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  background-color: var(--gray-800) !important;
  background-image: url(../images/all-img/service/circle-bg.png);
}
.pricing-btn .btn-toggle:focus {
  border: none !important;
  outline: 0;
  box-shadow: none;
  background-color: var(--gray-800) !important;
  background-image: url(../images/all-img/service/circle-bg.png);
}
.pricing-btn .btn-toggle:checked {
  border: none !important;
  background-color: var(--warning-300) !important;
  background-image: url(../images/all-img/service/circle-bg.png);
}
.pricing-btn label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 20px;
  color: var(--gray-800);
}
@media (max-width: 767px) {
  .pricing-btn label {
    margin: 0 15px;
  }
  .Portfolio-pricing-wrap.Portfolio-pricing-wrap {
    margin-bottom: 52px !important;
  }
}
.Portfolio-pricing-wrap {
  padding: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
@media (max-width: 1199px) {
  .Portfolio-pricing-header p {
    font-size: 16px;
    line-height: 24px;
    margin-right: 0px !important;
  }
  .Portfolio-pricing-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 320px) {
  .Portfolio-pricing-header p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .Portfolio-pricing-body ul li {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .Portfolio-pricing-label {
    top: 16px !important;
    right: -56px !important;
  }
}
@media (max-width: 991px) {
  .Portfolio-pricing-wrap {
    padding: 40px;
  }
}
.Portfolio-pricing-wrap.active {
  background: var(--bg1);
  clip-path: polygon(9% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 9%);
  margin-top: -12px;
  transform: scale(1.06);
}
@media (max-width: 567px) {
  .Portfolio-pricing-wrap.active {
    transform: scale(1.04);
    margin-top: 0px;
    clip-path: polygon(11% 0, 100% 0, 100% 92%, 89% 100%, 0 100%, 0 9%);
  }
}
@media (max-width: 320px) {
  .Portfolio-pricing-wrap.active {
    clip-path: polygon(10% 0, 100% 0, 100% 95%, 89% 100%, 0 100%, 0 6%);
  }
  .Portfolio-pricing-wrap {
    padding: 40px 10px;
  }
}
.Portfolio-pricing-wrap.active .Portfolio-pricing-header h3,
.Portfolio-pricing-wrap.active .Portfolio-pricing-header p {
  color: #fff !important;
}
.Portfolio-pricing-wrap.active .Portfolio-pricing-header p {
  opacity: 0.8;
}
.Portfolio-pricing-wrap.active .Portfolio-price,
.Portfolio-pricing-wrap.active .Portfolio-pricing-currency,
.Portfolio-pricing-wrap.active p.bottom_text {
  color: #fff !important;
}
.Portfolio-pricing-wrap.active .Portfolio-pricing-body ul li {
  color: #fff;
  opacity: 0.8;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap {
  margin-bottom: 24px;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(19, 17, 26, 0.1);
  border-radius: 10px;
  transition: all 0.4s;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3:hover {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3:hover a.Portfolio-pricing-btn {
  border: 2px solid var(--warning-500);
  background-color: var(--warning-500);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 a.Portfolio-pricing-btn {
  margin: 0;
  padding: 13.5px;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-price {
  margin-bottom: 15px;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 p.bottom_text {
  margin: 0;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body {
  border-top: 1px solid rgba(19, 17, 26, 0.1);
  padding: 25px 0 35px;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body span {
  font-size: 16px;
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body ul li {
  font-weight: 400;
  color: var(--gray-800);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body ul .disable {
  opacity: 0.4;
}
.Portfolio-pricing-header {
  margin-bottom: 15px;
}
.Portfolio-pricing-header p {
  font-size: 16px;
  line-height: 24px;
  margin-right: 90px;
}
.Portfolio-pricing-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
.Portfolio-pricing-currency {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  bottom: 5px;
}
.Portfolio-pricing-body ul li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  position: relative;
  padding-left: 30px;
}
.Portfolio-pricing-body {
  margin-bottom: 40px;
}
.Portfolio-pricing-body ul li img {
  left: 0;
  top: 7px;
  position: absolute;
}
.Portfolio-pricing-body ul li:last-child {
  margin-bottom: 0;
}
.Portfolio-price {
  line-height: 1;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: var(--gray-800);
}
p.bottom_text {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  bottom: 5px;
  color: var(--gray-800);
}
a.Portfolio-pricing-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 15px;
  color: var(--gray-800);
  border: 2px solid var(--gray-800);
  transition: all 0.4s;
}
a.Portfolio-pricing-btn:hover {
  border: 2px solid var(--warning-500);
  background-color: var(--warning-500);
}
a.Portfolio-pricing-btn.active {
  border: 0px solid var(--warning-200);
  background-color: var(--primary-600);
  clip-path: polygon(4% 0, 100% 0, 100% 74%, 96% 100%, 0 100%, 0 28%);
}
.Portfolio-pricing-label {
  width: 178px;
  top: 27px;
  right: -42px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(44.51deg);
  position: absolute;
  background-color: #7d41ea;
}
.pricing-btn .btn-toggle {
  background-color: #7d41ea !important;
  background-image: url(../images/all-img/service/circle-bg2.png);
}
.pricing-btn .btn-toggle:checked {
  background-color: #7d41ea !important;
  background-image: url(../images/all-img/service/circle-bg2.png);
}
.Portfolio-pricing-header h5 {
  color: var(--gray-10);
}
.Portfolio-pricing-header p {
  color: rgba(255, 255, 255, 0.8);
}
.Portfolio--outline-btn {
  display: block;
  margin-bottom: 40px;
}
.Portfolio--outline-btn span:hover {
  background-color: transparent;
}
.Portfolio-pricing-label {
  color: var(--gray-10);
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio-default-content h2 {
  color: var(--gray-10);
}
.Portfolio-default-content p {
  color: rgba(255, 255, 255, 0.8);
}
.Portfolio-accordion-item h4 {
  color: var(--gray-10);
}
.Portfolio-accordion-item p {
  color: rgba(255, 255, 255, 0.8);
}
.Portfolio-accordion-item:last-child {
  border: none;
}
a.Portfolio-faq-btn {
  color: var(--gray-10);
}
a.Portfolio-faq-btn:hover {
  color: var(--warning-500);
}
.Portfolio-client-title h5 {
  color: var(--gray-10);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 {
  background-color: var(--gray-600);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 p {
  color: rgba(255, 255, 255, 0.8);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body span {
  color: rgba(255, 255, 255, 0.8);
}
.Portfolio-pricing-wrap.Portfolio-pricing-wrap3 .Portfolio-pricing-body li {
  color: #fff;
}
.Portfolio--shape1 {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}
.Portfolio--shape2 {
  position: absolute;
  top: 60%;
  z-index: -1;
  filter: blur(100px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.Portfolio--shape3 {
  top: 1200px;
  right: 0;
  z-index: -1;
  position: absolute;
  background: #9a04fe;
  width: 18%;
  height: 500px;
  filter: blur(136.18px);
  border-radius: 100%;
}
.Portfolio--shape6 {
  top: 100%;
  right: 0;
  z-index: -1;
  position: absolute;
}
.Portfolio--shape4 {
  position: absolute;
  z-index: -1;
  top: 750%;
  left: 0;
  transform: translateY(-50%);
  background: #9a04fe;
  width: 18%;
  height: 550px;
  filter: blur(136.18px);
  border-radius: 100%;
}
.Portfolio---shape4 {
  position: absolute;
  z-index: -1;
  top: 750%;
  left: 0;
  transform: translateY(-50%);
  background: #9a04fe;
  width: 18%;
  height: 550px;
  filter: blur(136.18px);
  border-radius: 100%;
}
.Portfolio--shape5 {
  top: 800% !important;
  right: 0;
  z-index: -1;
  position: absolute;
  background: #9a04fe;
  width: 18%;
  height: 67%;
  filter: blur(136.18px);
  border-radius: 100%;
}
.Portfolio---shape5 {
  top: 800% !important;
  right: 0;
  z-index: -1;
  position: absolute;
  background: #9a04fe;
  width: 18%;
  height: 67%;
  filter: blur(136.18px);
  border-radius: 100%;
}
.light-version .Portfolio--shape3 {
  background: #ff00e0;
  opacity: 0.6;
}
.light-version .Portfolio--shape4 {
  background: #ff00e0;
  opacity: 0.6;
}
.light-version .Portfolio--shape5 {
  background: #ff00e0;
  opacity: 0.6;
}
@media (max-width: 1999px) {
  .Portfolio--shape5 {
    top: 6508px !important;
    height: 550px;
  }
  .Portfolio---shape5 {
    top: 6000px !important;
    height: 550px;
  }
  .Portfolio--shape4 {
    top: 6008px;
    height: 550px;
  }
  .Portfolio---shape4 {
    top: 5600px;
    height: 550px;
  }
}
@media (max-width: 1699px) {
  .Portfolio--shape5 {
    top: 6250px !important;
  }
  .Portfolio---shape5 {
    top: 6000px !important;
  }
  .Portfolio--shape4 {
    top: 5750px;
  }
  .Portfolio---shape4 {
    top: 5600px;
  }
}
@media (max-width: 1599px) {
  .Portfolio--shape5 {
    top: 6150px !important;
  }
  .Portfolio---shape5 {
    top: 6000px !important;
  }
  .Portfolio--shape4 {
    top: 5550px;
  }
  .Portfolio---shape4 {
    top: 5600px;
  }
}
@media (max-width: 1399px) {
  .Portfolio--shape5 {
    top: 7200px !important;
  }
  .Portfolio---shape5 {
    top: 6000px !important;
  }
  .Portfolio--shape4 {
    top: 6400px;
  }
  .Portfolio---shape4 {
    top: 5600px;
  }
}
@media (max-width: 1199px) {
  .Portfolio--shape5 {
    top: 7300px !important;
  }
  .Portfolio---shape5 {
    top: 6000px !important;
  }
  .Portfolio--shape4 {
    top: 6900px;
  }
  .Portfolio---shape4 {
    top: 5600px;
  }
}
@media (max-width: 991px) {
  .Portfolio--shape3 {
    top: 1200px;
    filter: blur(114.18px);
  }
  .Portfolio--shape4 {
    top: 8000px;
    filter: blur(114.18px);
  }
  .Portfolio---shape4 {
    top: 6500px;
    filter: blur(114.18px);
  }
  .Portfolio--shape5 {
    top: 9200px !important;
    filter: blur(114.18px);
  }
  .Portfolio---shape5 {
    top: 7000px !important;
    filter: blur(114.18px);
  }
  .Portfolio--shape6 {
    top: 77%;
    filter: blur(114.18px);
  }
}
@media (max-width: 767px) {
  .Portfolio--shape5 {
    top: 15500px !important;
  }
  .Portfolio---shape5 {
    top: 15500px !important;
  }
  .Portfolio--shape4 {
    top: 14000px;
  }
  .Portfolio---shape4 {
    top: 14000px;
  }
}
@media (max-width: 567px) {
  .Portfolio--shape3 {
    top: 1200px;
    width: 35%;
    filter: blur(84.18px) !important;
  }
  .Portfolio--shape5 {
    top: 14110px !important;
    width: 35%;
    filter: blur(84.18px) !important;
  }
  .Portfolio---shape5 {
    top: 9000px !important;
    width: 25%;
    filter: blur(106.18px) !important;
  }
  .Portfolio--shape4 {
    top: 12110px;
    width: 5%;
    filter: blur(84.18px) !important;
  }
  .Portfolio---shape4 {
    top: 8400px;
    width: 25%;
    filter: blur(84.18px) !important;
  }
}
@media (max-width: 320px) {
  .Portfolio--shape3 {
    top: 1200px;
    width: 35%;
    filter: blur(84.18px) !important;
  }
  .Portfolio--shape5 {
    top: 12110px !important;
    width: 35%;
    filter: blur(84.18px) !important;
  }
  .Portfolio---shape5 {
    top: 8700px !important;
    width: 35%;
    filter: blur(84.18px) !important;
  }
  .Portfolio--shape4 {
    top: 10110px;
    width: 35%;
    filter: blur(84.18px) !important;
  }
  .Portfolio---shape4 {
    top: 8000px;
    width: 35%;
    filter: blur(84.18px) !important;
  }
}
.Portfolio--hero-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  background: #a726fd;
  width: 18%;
  height: 57%;
  filter: blur(136.18px);
  border-radius: 100%;
}
@media (max-width: 567px) {
  .Portfolio--hero-shape3 {
    width: 70% !important;
  }
}
.Portfolio--hero-shape3 img {
  width: 100%;
  opacity: 70%;
}
.Portfolio-section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .Portfolio-section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .Portfolio-section-padding {
    padding: 80px 0;
  }
}
.Portfolio-section-padding2 {
  padding: 110px 0 120px;
}
@media (max-width: 991px) {
  .Portfolio-section-padding2 {
    padding: 90px 0 20px !important;
  }
}
@media (max-width: 767px) {
  .Portfolio-section-padding2 {
    padding: 70px 0 80px;
  }
}
.Portfolio-section-padding3 {
  padding: 110px 0 96px;
}
@media (max-width: 991px) {
  .Portfolio-section-padding3 {
    padding: 90px 0 76px;
  }
}
@media (max-width: 767px) {
  .Portfolio-section-padding3 {
    padding: 70px 0 56px;
  }
}
@media (max-width: 320px) {
  .Portfolio-default-content h2 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .Portfolio-default-content h2 {
    margin-top: 20px !important;
  }
}
.Portfolio-section-title {
  text-align: center;
  max-width: 655px;
  margin: 0 auto 35px;
}
@media (max-width: 991px) {
  .Portfolio-section-title {
    margin: 0 auto 45px;
    max-width: 590px;
  }
}
.Portfolio-section-title h2 {
  margin: 0;
}
.Portfolio-section-title.title-large h2 {
  font-size: 68px;
  line-height: 75px;
}
@media (max-width: 991px) {
  .Portfolio-section-title.title-large h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .Portfolio-section-title.title-large h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .Portfolio-section-title.title-large h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.Portfolio-section-title2 {
  margin: 0 auto 75px;
}
@media (max-width: 991px) {
  .Portfolio-section-title2 {
    margin: 0 auto 45px;
    max-width: 590px;
    text-align: center;
  }
}
.Portfolio-section-title2 h2 {
  margin: 0;
  margin-right: 31px;
  color: #ffffff;
}
.Portfolio-section-title2 p {
  font-weight: 200;
  color: #ffffff;
}
@media (max-width: 991px) {
  .Portfolio-section-title2 h2 {
    margin: 0 auto 15px;
  }
}
.Portfolio-section-title.title-white h2 {
  color: #fff;
}

.Portfolio-default-content.large-content h2 {
  font-size: 68px;
  line-height: 75px;
}
@media (max-width: 1399px) {
  .Portfolio-default-content.large-content h2 {
    font-size: 56px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .Portfolio-default-content.large-content h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 990px) {
  .Portfolio-default-content.large-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .Portfolio-default-content.large-content h2 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 479px) {
  .Portfolio-default-content.large-content h2 {
    font-size: 46px !important;
    line-height: 53px !important;
  }
  .Portfolio-default-content.large-content h1 {
    font-size: 51px;
    line-height: 65px;
  }
}
@media (max-width: 385px) {
  .Portfolio-default-content.large-content h2 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
}
@media (max-width: 300px) {
  .Portfolio-default-content.large-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .Portfolio-default-content.large-content h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .rt-clipath-md {
    clip-path: polygon(6% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
    border-radius: 0px !important;
  }
}
.Portfolio-default-content.content-white h2 {
  color: #fff;
}
.Portfolio--section-padding {
  padding: 112px 0 120px;
}
@media (max-width: 991px) {
  .Portfolio--section-padding {
    padding: 90px 0 100px;
  }
}
@media (max-width: 767px) {
  .Portfolio--section-padding {
    padding: 70px 0 80px;
  }
}
.Portfolio--section-padding2 {
  padding: 110px 0 95px;
}
@media (max-width: 991px) {
  .Portfolio--section-padding2 {
    padding: 90px 0 75px;
  }
}
@media (max-width: 767px) {
  .Portfolio--section-padding2 {
    padding: 70px 0 55px;
  }
}
.Portfolio--section-padding-bottom {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .Portfolio--section-padding-bottom {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .Portfolio--section-padding-bottom {
    padding: 0 0 80px;
  }
}

@media (max-width: 991px) {
  .Portfolio--section-title {
    margin: 0 auto 50px;
  }
  .modal-content .Portfolio--section-title {
    margin-left: 0px!important;
    margin: 10px 0px!important;
    height: 250px;
    overflow-y: scroll;
    
  }

  .Portfolio-projects-section .btns{
    margin: 10px 0px 10px 0px!important;
  }
  .modal-content .btns {
    margin-left: 0px!important;
    margin: 20px 0px!important;
    margin-bottom: 0px!important;
    margin-right: 0px!important;
  }

  
  .Portfolio-projects-section .modal-content{
    padding: 40px 10px 10px 10px!important;
    width: 95%!important;
  }
  .Portfolio-projects-section .close{
    top:0px!important;
  }
  
  .Portfolio--newsletter-section {
    padding: 130px 0px !important;
  }
  .modal-content .Portfolio--card-thumb img{
    height: auto!important;
  }
}
.Portfolio--section-title h1 {
  font-size: 40px;
  text-align: start;
  margin-bottom: 0px;
  line-height: 50px;
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 767px) {
  .Portfolio--section-title .Portfolio--default-content p {
    padding: 0;
  }
  .Portfolio--newsletter-section {
    padding: 130px 0px !important;
  }
  .Portfolio--section-title{
    margin: 0 auto 20px;
  }
}
.Portfolio--section-title-wrap {
  display: flex;
  margin-bottom: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .Portfolio--section-title-wrap {
    margin-bottom: 60px;
    display: block;
    margin: 0 auto 60px;
  }
}
.Portfolio--section-title-wrap .Portfolio--section-title {
  text-align: left;
  margin: 0;
  max-width: 600px;
}
@media (max-width: 991px) {
  .Portfolio--section-title-wrap .Portfolio--section-title {
    margin: 0 auto;
    text-align: center;
  }
}
.Portfolio--section-title-wrap .Portfolio--section-title p {
  margin: 0;
  padding: 0;
}
.Portfolio--default-content h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}
.Portfolio--default-content.content-sm h2 {
  line-height: 50px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 991px) {
  .Portfolio--default-content.content-sm h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .Portfolio--default-content.content-sm h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.Portfolio--default-content p {
  color: #fff;
}
@media (max-width: 767px) {
  .Portfolio--default-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.Portfolio--default-content.content-black h2 {
  color: var(--gray-800);
  font-family: "Josefin Sans", sans-serif;
}
.Portfolio--default-content.content-black p {
  opacity: 0.8;
  color: var(--gray-800);
}
.Portfolio--section-title2 {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .Portfolio--section-title2 {
    margin-bottom: 45px;
    text-align: center;
  }
}
.Portfolio-error-content {
  padding: 150px 0 0px;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .Portfolio-error-content {
    padding: 150px 0 90px;
  }
}
@media (max-width: 767px) {
  .Portfolio-error-content {
    padding: 130px 0 70px;
  }
}
@media (max-width: 320px) {
  .Portfolio-error-content {
    padding: 110px 0 0px;
  }
}
.Portfolio-error-content h1 {
  font-size: 150px;
  line-height: 176px;
}
@media (max-width: 991px) {
  .Portfolio-error-content h1 {
    font-size: 120px;
    line-height: 140px;
  }
}
@media (max-width: 767px) {
  .Portfolio-error-content h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 567px) {
  .Portfolio-error-content h1 {
    font-size: 150px;
    line-height: 200px;
  }
}
.Portfolio-error-content p {
  margin-bottom: 55px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .Portfolio-error-content p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .Portfolio-error-content p {
    padding: 0;
  }
}
.coming-soon-section {
  padding-top: 50px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-column {
  text-align: center;
  margin: 0 auto;
}
.coming-soon-logo {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .coming-soon-logo {
    margin-bottom: 50px;
  }
}
.coming-soon-content {
  max-width: 855px;
  margin: 0 auto 80px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .coming-soon-content {
    margin: 0 auto 40px;
  }
}
.Portfolio-countdown-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .Portfolio-countdown-wrap {
    margin-bottom: 40px;
  }
}
@media ((min-width: 250px) and (max-width: 575px)) {
  .Portfolio-countdown-wrap {
    flex-wrap: wrap;
  }
  .coming-soon-section {
    margin: 120px 0px;
  }
}
.Portfolio-countdown-item {
  width: 200px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .Portfolio-countdown-item {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 320px) {
  .coming-soon-section {
    margin: 280px 0px;
  }
  .Portfolio-newsletter p {
    font-size: 12px;
  }
}
.Portfolio-countdown-item:nth-child(2),
.Portfolio-countdown-item:nth-child(3),
.Portfolio-countdown-item:nth-child(4) {
  margin-left: -30px;
}
@media (max-width: 767px) {
  .Portfolio-countdown-item:nth-child(2),
  .Portfolio-countdown-item:nth-child(3),
  .Portfolio-countdown-item:nth-child(4) {
    margin-left: -15px;
  }
}
.Portfolio-countdown-item .number {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  color: var(--gray-800);
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 991px) {
  .Portfolio-countdown-item .number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .Portfolio-countdown-item .number {
    font-size: 36px;
  }
}
.Portfolio-countdown-item p {
  font-size: 16px;
}
.Portfolio-go-top {
  color: #b5b31e;
  border-bottom: 1px solid #b5b31e;
  padding-bottom: 0px;
  padding-right: 0px!important;
  font-weight: 600;
  z-index: 99;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 40px;
  align-items: start;
  justify-items: center;
  margin: auto;
  width: 100%;
}

.grid .item p{
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.grid .item p:last-child{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.Portfolio---portfolio-section {
  position: relative;
  z-index: 0;
}
.Portfolio-projects-section{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.Portfolio-showcase-section{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
}
.Portfolio-showcase-section2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
}
.Portfolio-contact-section{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100vh; 
}
.Portfolio-contact-section a{
  color: #b5b31e;
  border-right: 1px solid #fff;
 }
 .Portfolio-contact-section a:First-child{
  padding-right: 20px;
  }
 .Portfolio-contact-section a:last-child{
  border-right: 0px solid #fff;
  }


.Portfolio-contact-section p:last-child{
  margin-bottom: 2rem;
  }




.Portfolio---portfolio-section2 .item{
  cursor: pointer;
  backdrop-filter: brightness(0.5);
  padding: 5px;
  padding-bottom: 15px;
  border: 3px solid #00e1ff;
  box-shadow: inset 0 0px 60px #00eaff81;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35rgb(255, 255, 255)00% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
}


.Portfolio--portfolio-section {
  position: relative;
  z-index: 0;
}


@media (min-width: 1450px) {
  .Portfolio---portfolio-section {
    position: relative;
    z-index: 0;
    height: 950px;
    overflow: hidden;
  }
  .Portfolio---footer-middle .Portfolio--footer-logo {
    width: 70%;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  }
}
@media (min-width: 1800px){
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)) !important;
}
}
@media (max-width: 1650px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
}
@media (max-width: 1540px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid .item:nth-child(1) {
    grid-column: span 1;
  }
  .grid .item:nth-child(3) {
    grid-column: span 1;
  }
  .grid .item:nth-child(6) {
    grid-column: span 1;
  }
  .grid .item:nth-child(8) {
    grid-column: span 1;
  }

}

@media (max-width: 1399px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  }
}
@media (max-width: 1200px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  }
}
@media (max-width: 1050px) {
  .Portfolio---portfolio-section {
    height: 670px;
    overflow: hidden;
  }
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
  }
}
@media (max-width: 990px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    grid-gap: 20px;
  }
  .item{
    width: 100%;
    padding-bottom: 5px!important;
  }
  .grid .item p{
    font-size: 16px;
    margin-top: 0px;
  }
.Portfolio-projects-section .col-4 {
display: none;
}
.Portfolio-projects-section .rt-mb-30{
  margin-bottom: 0px;
}
.Portfolio-projects-section h2{
text-align: center;
}

}
@media (min-width: 990px) {
  .Portfolio---portfolio-section {
    height: 750px;
    overflow: hidden;
  }
}

@media (max-width: 760px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    grid-gap: 20px;
  }
}
@media (min-width: 760px) and (max-width: 799px) {
  .Portfolio-projects-section h2{
    display: none;
    }
}

@media (max-width: 380px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 5px;
  }
  .Portfolio-projects-section h2{
    display: none;
    }
}
@media (max-width: 330px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr))!important;
    grid-gap: 10px!important;
  }
}

@media (max-width: 990px) {
  .Portfolio---hero-section .Portfolio---portfolio-section {
    display: none;
  }
  .Portfolio---hero-section::after {
    display: none;
  }
  .Portfolio---hero-content {
    padding: 110px 10px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1111;
    width: 100%;
  }
}
.Portfolio--portfolio-section .Portfolio--section-title {
  margin: 0 auto 55px;
}
.Portfolio--portfolio-menu {
  margin-bottom: 55px;
}
@media (max-width: 300px) {
  .Portfolio---hero-content {
    padding: 110px 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1111;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .Portfolio--portfolio-menu {
    margin-bottom: 35px;
  }
}
.Portfolio--portfolio-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .Portfolio--portfolio-menu ul {
    justify-content: space-between;
  }
}
.Portfolio--portfolio-menu ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  padding: 2px;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}
.Portfolio--portfolio-menu ul li.active {
  transition: all 0.4s;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--portfolio-menu ul li.active span {
  transition: all 0.4s;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
@media (max-width: 1199px) {
  .Portfolio--portfolio-menu ul li {
    margin: 0 0 15px;
    flex: 0 0 32.2%;
  }
}
@media (max-width: 767px) {
  .Portfolio--portfolio-menu ul li {
    flex: 0 0 48.5%;
  }
}
@media (max-width: 420px) {
  .Portfolio--portfolio-menu ul li {
    flex: 0 0 100%;
  }
}
.Portfolio--portfolio-menu ul li img {
  margin-right: 10px;
}
.Portfolio--portfolio-menu ul li span {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 10px 20.5px;
  border-radius: 10px;
  width: 100%;
  justify-content: center;
  background-color: var(--gray-800);
}

.Portfolio--portfolio-section .Portfolio--card-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}
.Portfolio--portfolio-section .Portfolio--card-wrap2 {
  margin-bottom: 24px;
  margin-left: 24px;
}
.Portfolio--portfolio-wrap {
  margin-left: -24px;
}
.Portfolio--portfolio-btn {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 320px) {
  .Portfolio--portfolio-menu ul li span {
    font-size: 14px;
  }
  .Portfolio--blog-thumb .Portfolio--blog-badge {
    font-size: 12px;
    padding: 3.5px 19.7px;
  }
}
@media (max-width: 991px) {
  .Portfolio--section-button {
    margin-top: 35px;
    text-align: center;
  }
  .Portfolio--portfolio-btn {
    margin-top: 35px;
  }
}
.Portfolio--text-slider-section {
  padding: 22px 0;
  overflow: hidden;
  background: linear-gradient(229deg, #ed09d7, #675afc);
}
.Portfolio--text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .Portfolio--text-slider-data {
    text-align: center;
    display: block !important;
  }
}
.Portfolio--text-slider-data h3 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 15px;
  color: var(--gray-10) !important;
  line-height: 36px;
}
@media (max-width: 991px) {
  .Portfolio--text-slider-data h3 {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .Portfolio--text-slider-data h3 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
  }
  .Portfolio--text-slider-section {
    padding: 10px 0px;
  }
}
.Portfolio--text-slider-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 600px) {
  .Portfolio--text-slider-icon {
    margin-bottom: 10px;
  }
}
.Portfolio--roadmap-section {
  padding: 115px 0 80px;
}
.Portfolio-roadmap-section {
  padding: 115px 0 80px;
}
@media (max-width: 991px) {
  .Portfolio--roadmap-section {
    padding: 100px 0 60px;
  }
  .Portfolio-roadmap-section {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .Portfolio--roadmap-section {
    padding: 80px 0 40px;
  }
  .Portfolio-roadmap-section {
    padding: 80px 0 40px;
  }
}
.Portfolio--roadmap-section .Portfolio--iconbox-wrap {
  margin-bottom: 40px;
}
.Portfolio-roadmap-section .Portfolio--iconbox-wrap {
  margin-bottom: 40px;
}
.Portfolio---newsletter-section {
  z-index: 0;
  position: relative;
}
.Portfolio--newsletter-section {
  z-index: 0;
  position: relative;
  background-image: url("https://Portfolio-1zr.pages.dev/assets/images/all-img/bg-img.jpg");
  padding: 150px 200px;
  background-size: cover;
}
.Portfolio--newsletter-section::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(to top, #03000d, #000610, #000d20c1, #000f3100);
  z-index: 10;
}
.Portfolio--newsletter-section::after {
  content: "";
  position: absolute;
  top: -2%;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(
    to bottom,
    #03000d,
    #00040b,
    #000815de,
    #000f3100
  );
  z-index: 10;
}
.Portfolio-newsletter-section {
  z-index: 0;
  position: relative;
  background-image: url("https://Portfolio-1zr.pages.dev/assets/images/all-img/bg-img.jpg");
  background-attachment: fixed;
  padding: 150px 200px;
  background-size: cover;
}
.Portfolio-newsletter-section::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, #ffe4ff, #84a0d3, #6398e969, #000f3100);
  z-index: 10;
}
.Portfolio-newsletter-section::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(
    to bottom,
    #ffe4ff,
    #84a0d3,
    #6398e969,
    #000f3100
  );
  z-index: 10;
}

.Portfolio--newsletter-wrap {
  z-index: 25;
  border-radius: 40px;
  padding: 60px;
  text-align: center;
  position: relative;
  background: rgb(210 201 229 / 0%);
  backdrop-filter: blur(50px);
}

.Portfolio---newsletter-wrap {
  z-index: 25;
  border-radius: 40px;
  padding: 60px;
  text-align: center;
  position: relative;
}
.Portfolio---newsletter-wrap .Portfolio--section-title {
  max-width: 70%;
  color: #ffffff !important;
  margin-bottom: 10px !important;
}
.Portfolio---newsletter-wrap .Portfolio--section-title h1 {
  color: #ffffff !important;
}
.Portfolio---newsletter-wrap .Portfolio--section-title p {
  color: #ffffff !important;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 567px) {
  .Portfolio---newsletter-wrap .Portfolio--section-title {
    max-width: 100%;
  }
  .Portfolio---newsletter-wrap {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .Portfolio---newsletter-wrap .Portfolio--section-title {
    max-width: 100%;
  }
  .Portfolio---newsletter-wrap {
    z-index: 25;
    border-radius: 0px;
    padding: 0px;
  }
  .Portfolio--newsletter-wrap {
    padding: 70px;
  }
  .Portfolio-newsletter-section {
    padding: 130px 0px !important;
  }
  .Portfolio--newsletter-section {
    padding: 130px 0px !important;
  }
}
@media (max-width: 767px) {
  .Portfolio--newsletter-wrap {
    padding: 50px;
  }
  .Portfolio-newsletter-section {
    padding: 130px 0px !important;
  }
  .Portfolio--newsletter-section {
    padding: 130px 0px !important;
  }
  .Portfolio--newsletter-wrap h2 {
    font-size: 32px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 400px) {
  .Portfolio--newsletter-wrap {
    padding: 30px;
    border-radius: 20px;
  }

  .Portfolio-newsletter-section {
    padding: 130px 0px !important;
  }
  .Portfolio--newsletter-section {
    padding: 130px 0px !important;
  }
}
@media (max-width: 300px) {
  .Portfolio--newsletter-wrap {
    padding: 20px 10px;
  }
  .Portfolio--newsletter-wrap h2 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}
.Portfolio--newsletter-wrap .Portfolio--section-title {
  max-width: 685px;
  margin: 0 auto 40px;
}

.Portfolio-text-slider-section {
  padding: 40px 0;
}
@media (max-width: 1280px) {
  .Portfolio-text-slider-section {
    padding: 0;
  }
  .Portfolio-newsletter-section {
    padding: 130px 0px !important;
  }
  .Portfolio--newsletter-section {
    padding: 130px 0px !important;
  }
}
.Portfolio-text-slider-area1 {
  padding: 21px 0;
  background-color: var(--primary-600);
  transform: rotate(-2.5deg);
}
@media (max-width: 1669px) {
  .Portfolio-text-slider-area1 {
    padding: 13px 0;
  }
}
@media (max-width: 1280px) {
  .Portfolio-text-slider-area1 {
    margin: 0;
    transform: rotate(0);
  }
}
.Portfolio-text-slider-area2 {
  padding: 21px 0;
  background-color: var(--warning-500);
  transform: rotate(3deg);
  margin-top: -84px;
}
@media (max-width: 1669px) {
  .Portfolio-text-slider-area2 {
    padding: 13px 0;
    margin-top: -65px;
  }
}
@media (max-width: 1280px) {
  .Portfolio-text-slider-area2 {
    margin: 0;
    transform: rotate(0);
  }
}
.Portfolio-text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .Portfolio-text-slider-data {
    text-align: center;
    display: block !important;
  }
}
.Portfolio-text-slider-data h3 {
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  margin: 0 15px;
  line-height: 36px;
  letter-spacing: 1px;
  color: var(--gray-800);
}
@media (max-width: 1669px) {
  .Portfolio-text-slider-data h3 {
    font-size: 22px;
  }
}
@media (max-width: 1500px) {
  .Portfolio-text-slider-data h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .Portfolio-text-slider-data h3 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
  }
}
.Portfolio-text-slider-icon {
  flex-shrink: 0;
}
.Portfolio-text-slider-icon img {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .Portfolio-text-slider-icon {
    margin-bottom: 10px;
  }
}
.Portfolio-trading-card-thumb {
  position: relative;
  padding-left: 140px;
  z-index: 2;
}
@media (max-width: 766px) {
  .Portfolio-trading-card-thumb {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .Portfolio-trading-card-thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .Portfolio-trading-card-thumb {
    margin-bottom: 40px;
  }
}
.Portfolio-trading-card2 {
  text-align: right;
}
.Portfolio-trading-card2 .Portfolio-trading-card-thumb {
  padding-left: 0;
}
.Portfolio-trading-card2 .Portfolio-trading-card-thumb img {
  margin-right: 84px;
}

@media (max-width: 991px) {
  .Portfolio-trading-card2 .Portfolio-trading-card-thumb {
    width: 60%;
    margin-bottom: auto;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .Portfolio-trading-card2 .Portfolio-trading-card-thumb {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 0px;
  }
}
.Portfolio-trading-section2 {
  padding: 120px 0 150px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .Portfolio-trading-section2 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .Portfolio-trading-section2 {
    padding: 100px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .Portfolio-trading-section2 {
    padding: 80px 0;
  }
}

.Portfolio-trading-section2 .Portfolio--card-wrap2 {
  border-radius: 0px;
  padding: 15px;
  padding-bottom: 10px;
  transition: all 0.4s;
  position: relative;
  background: #2f0;
}
.Portfolio-trading-section2 .Portfolio--card-wrap2 h3 {
  color: #000 !important;
  margin-bottom: 6px;
}
.Portfolio-trading-section2 .Portfolio--card-wrap2 h4 {
  color: #000 !important;
}
.Portfolio-trading-section2 .Portfolio--card-wrap2 .Portfolio--card-thumb {
  margin-bottom: 0px;
}
@media (max-width: 990px) {
  .Portfolio-trading-section2 .row {
    flex-direction: column-reverse;
  }
  .Portfolio-trading-section2 .Portfolio--card-wrap2 {
    margin-top: 40px;
  }
}
@media (max-width: 320px) {
  .Portfolio-trading-section2 .Portfolio--card-wrap2 {
    padding: 10px;
    padding-bottom: 0px;
  }
}
.Portfolio--contact-banner .Portfolio--card-wrap2 {
  border-radius: 0px;
  padding: 10px;
  transition: all 0.4s;
  position: relative;
  background: #2f0;
}

.Portfolio--contact-banner .Portfolio--card-wrap2 h4 {
  color: #000 !important;
  font-size: 16px;
}
.Portfolio--contact-banner .Portfolio--card-wrap2 .Portfolio--card-thumb {
  margin-bottom: 0px;
}

.Portfolio--about-section {
  overflow: hidden;
  padding: 60px 0;
}
.Portfolio---about-section {
  padding-top: 110px;
}
.Portfolio---about-section .Portfolio-iconbox-wrap5 {
  text-align: center;
  width: 82%;
  margin: auto;
  padding: 20px;
}
.Portfolio---about-section .Portfolio-iconbox-wrap5 h2 {
  margin-top: 20px;
  color: #000 !important;
  font-weight: 800;
}
.Portfolio---about-section .Portfolio-iconbox-wrap5 p {
  color: #000 !important;
  font-weight: 200;
}
.Portfolio-iconbox-wrap5 {
  padding: 20px 15px;
  padding-right: 30px;
  background: #22ff00;
  text-align: center;
  transition: all 0.4s;
  border-radius: 0px;
  margin-bottom: 24px;
}
.Portfolio-iconbox-wrap5 h4 {
  text-align: start;
}
@media (max-width: 1299px) {
  .Portfolio---about-section .Portfolio-default-content h2 {
    font-size: 40px;
  }
  .Portfolio---about-section .Portfolio-iconbox-wrap5 {
    text-align: center;
    width: 100%;
  }
  .Portfolio---about-section .Portfolio-iconbox-wrap5 h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .Portfolio---about-section .Portfolio-iconbox-wrap5 {
    margin-top: 70px;
  }
  .Portfolio--about-section {
    padding: 60px 0;
  }
  .Portfolio---about-section .Portfolio-default-content {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .Portfolio--about-section {
    padding: 50px 0;
  }
}
@media (max-width: 1299px) {
  .Portfolio--contact-banner .banner h1 {
    font-size: 65px;
    line-height: 85px !important;
  }
  .Portfolio--contact-banner .Portfolio--card-wrap2 h4 {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .Portfolio--contact-banner .Portfolio--card-wrap2 {
    padding: 6px;
  }
}
@media (max-width: 1199px) {
  .Portfolio--contact-banner .banner h1 {
    font-size: 55px;
    line-height: 75px !important;
  }
  .Portfolio--contact-banner .Portfolio--card-wrap2 h4 {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .Portfolio--contact-banner .Portfolio--card-wrap2 {
    padding: 6px;
  }
}
@media (max-width: 991px) {
  .Portfolio--about-section .Portfolio--default-content {
    max-width: 500px;
  }
  .Portfolio--contact-banner .Portfolio--card-wrap2 {
    margin-top: 40px;
    width: 50%;
  }
  .Portfolio--contact-banner .banner h1 {
    font-size: 94px;
    line-height: 110px !important;
  }
}
@media (max-width: 567px) {
  .Portfolio---about-section {
    padding-top: 0px;
  }
  .Portfolio---about-section .row {
    flex-direction: column;
  }
  .Portfolio---about-section .Portfolio-iconbox-wrap5 {
    width: 100%;
  }
  .Portfolio--contact-banner .banner h1 {
    margin-bottom: 30px;
  }
  .Portfolio--contact-banner .Portfolio--social-icon {
    margin-bottom: 20px;
  }
  .Portfolio--contact-banner .Portfolio--card-wrap2 h4 {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 467px) {
  .Portfolio--contact-banner .Portfolio--card-wrap2 {
    margin-top: 40px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .Portfolio---about-section svg {
    width: 200px;
    height: 200px;
  }
  .Portfolio---about-section .Portfolio-iconbox-wrap5 p {
    margin-bottom: 10px;
  }
}

.Portfolio--r-wrap {
  position: relative;
}

.Portfolio-double-star {
  position: absolute;
  left: -90px;
  bottom: 15%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}
.Portfolio--double-star {
  position: absolute;
  left: -90px;
  bottom: 15%;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}
.Portfolio--double-star img {
  filter: invert(1);
}
@media (max-width: 991px) {
  .Portfolio--double-star {
    left: 85%;
    bottom: 15%;
  }
  .Portfolio-double-star {
    left: 85%;
    bottom: 15%;
  }
  .Portfolio--card-footer-data span {
    font-weight: 200;
  }
  .Portfolio--r-wrap {
    margin: 40px 10px;
  }
  .swiper-cards {
    overflow: hidden !important;
  }
}
@media (max-width: 330px) {
  .Portfolio--r-wrap {
    margin: 0px 0px;
  }
  .Portfolio--btn.btn-sm {
    font-size: 12px !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
  }
}
@media (max-width: 767px) {
  .Portfolio--btn.btn-sm {
    font-size: 12px !important;
    padding: 5px 15px;
  }
}
@media (max-width: 1199px) {
  .Portfolio--client-section {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .Portfolio--client-section {
    padding: 0px 0 80px;
  }
}
@media (max-width: 991px) {
  .Portfolio--default-content {
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .Portfolio--default-content {
    margin-right: 0;
  }
}

.Portfolio--about-section2 {
  z-index: 0;
  position: relative;
  background-color: var(--gray-800);
}
.Portfolio--about-section2 .Portfolio--hero-content {
  max-width: 100%;
}
.Portfolio--about-section2 .Portfolio--section-title {
  max-width: 970px;
  padding: 155px 0px 50px;
}
.Portfolio--about-section2 .Portfolio--section-title p {
  margin-right: 0;
}


.Portfolio--thumb-thumb2 {
  border-radius: 12px;
  overflow: hidden;
}
.Portfolio--shpae5 {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}
.Portfolio-about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.Portfolio-exp-section{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
}
.swiper-cards . {
  overflow: inherit;
}
.col-xl-4.col-md-6:nth-child(2) .Portfolio--feature-wrap {
  padding-top: 90px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .col-xl-4.col-md-6:nth-child(2) .Portfolio--feature-wrap {
    padding-top: 0;
  }
}
.Portfolio-blog-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-700);
  transition: all 0.4s;
  margin-bottom: 24px;
  border-radius: 10px;
}
.Portfolio-blog-card:hover img {
  transform: scale(1.07) rotate(2deg);
}
.Portfolio-blog-card:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.06);
}
.Portfolio-blog-meta {
  margin-bottom: 18px;
}
.Portfolio-blog-meta ul li {
  font-size: 16px;
  padding-right: 25px;
  position: relative;
  display: inline-block;
}
.Portfolio-blog-meta ul li:before {
  content: "";
  right: 5px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(19, 17, 26, 0.8);
}
.Portfolio-blog-meta ul li:last-child:before {
  content: none;
}
.Portfolio-blog-meta ul li a {
  font-weight: 600;
  font-size: 18px;
  color: rgba(19, 17, 26, 0.8);
}
.Portfolio-blog-meta ul li a img {
  filter: invert(1);
}
.Portfolio-blog-meta ul li a:hover {
  color: var(--warning-500);
}
#Portfolio-search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.Portfolio-blog-single-wrap {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .Portfolio-blog-single-wrap {
    margin: 0;
  }
}
.Portfolio-blog-single-wrap a {
  display: block;
}
.Portfolio-blog-single-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.Portfolio-blog-single-wrap .Portfolio-blog-meta {
  margin-bottom: 35px;
}
.Portfolio-blog-single-wrap ul li span {
  margin-right: 7px;
}
@media (max-width: 567px) {
  .Portfolio--blockquote-icon img {
    width: 15%;
  }
}
.Portfolio-blog-post-wrap {
  padding: 40px 0 35px;
  border-top: 1px solid rgb(19, 17, 26);
  border-bottom: 1px solid rgb(19, 17, 26);
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .Portfolio-blog-post-wrap {
    display: block;
  }
}
.Portfolio-blog-post-column {
  flex: 0 0 37%;
}
.Portfolio-blog-post-column h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.Portfolio-blog-post-column.post-column-right {
  text-align: right;
}
@media (max-width: 767px) {
  .Portfolio-blog-post-column.post-column-right {
    margin-top: 30px;
  }
}
.Portfolio-blog-post-column.post-column-right .Portfolio-blog-post-arrow {
  justify-content: flex-end;
}
.Portfolio-blog-post-column.post-column-right .Portfolio-blog-post-arrow-icon {
  margin-right: 0;
  margin-left: 15px;
}
.Portfolio-blog-post-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.Portfolio-blog-post-arrow:hover .Portfolio-blog-post-arrow-icon {
  background-color: var(--warning-500);
  border: 1px solid var(--warning-500);
}
.Portfolio-blog-post-arrow:hover .Portfolio-blog-post-arrow-data p {
  color: var(--gray-800);
}
.Portfolio-blog-post-arrow-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 15px;
  transition: all 0.4s;
  border: 1px solid rgba(19, 17, 26, 0.1);
}
.Portfolio-blog-post-arrow-icon img {
  margin: 0;
  width: 18px;
  height: auto;
}
.Portfolio-blog-post-arrow-data p {
  font-weight: 600;
  color: rgba(19, 17, 26, 0.8);
}
.Portfolio-comment-section h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
}
.Portfolio-comment-item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid rgb(19, 17, 26);
}
.Portfolio-comment-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.Portfolio-comment-item:nth-child(2) {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .Portfolio-comment-item:nth-child(2) {
    padding-left: 0;
  }
}
.Portfolio-comment-author {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.Portfolio-comment-author.author2 {
  width: 50px;
  height: 50px;
}
.Portfolio-comment-author img {
  object-fit: cover;
}
.Portfolio-comment-author-data {
  margin-right: 90px;
}
@media (max-width: 767px) {
  .Portfolio-comment-author-data {
    margin-right: 0;
  }
}
.Portfolio-comment-author-data h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.Portfolio-comment-author-data span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
a.comment-reply {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gray-800);
  transition: all 0.4s;
}
a.comment-reply:hover {
  color: var(--warning-500);
}
.Portfolio-input-field {
  margin-bottom: 20px;
}
.Portfolio-input-field-section {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}
.Portfolio-input-field-section h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.Portfolio-input-field-section .Portfolio-input-field textarea {
  height: 250px;
}
@media (max-width: 991px) {
  .Portfolio-input-field-section .Portfolio-input-field textarea {
    height: 150px;
  }
}
@media (max-width: 320px) {
  .Portfolio-input-field-section {
    padding: 30px 15px;
  }
}
.Portfolio-input-field-section button#Portfolio-input-submit {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .Portfolio-input-field-section button#Portfolio-input-submit {
    margin-top: 0;
  }
  .Portfolio-input-field-section .Portfolio-input-field textarea {
    height: 100px;
  }
}
button#Portfolio-input-submit {
  width: 196px;
  height: 55px;
  left: 182px;
  top: 4119px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s;
  background-color: var(--warning-500);
}
button#Portfolio-input-submit:hover {
  color: var(--gray-10);
  background-color: var(--gray-800);
}

.Portfolio--blog-wrap {
  position: relative;
  background: 0 0;
  backdrop-filter: inherit;
}
.Portfolio--blog-wrap:hover .Portfolio--blog-thumb img {
  transform: scale(1) rotate(0);
}
@media (max-width: 991px) {
  .Portfolio--blog-thumb {
    margin: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .Portfolio--blog-content {
    position: inherit;
    transform: inherit;
    width: 100%;
    border: none;
    border-radius: 0;
  }
}
.Portfolio-shape3 {
  position: absolute;
  top: 57%;
  right: 0;
  z-index: -1;
  background: #9a04fe;
  width: 18%;
  height: 57%;
  filter: blur(136.18px);
  border-radius: 100%;
}
.light-version .Portfolio-shape3 {
  position: absolute;
  top: 57%;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  background: #a726fd;
  width: 18%;
  height: 57%;
  filter: blur(136.18px);
  border-radius: 100%;
}
.Portfolio--inner-section {
  z-index: 0;
  position: relative;
}
.Portfolio--contact-banner .banner {
  text-align: start;
}
.Portfolio--contact-banner .banner h1 {
  line-height: 115px;
}
.Portfolio---btn4--sm {
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  padding: 10px 25px 15px 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  -webkit-clip-path: polygon(
    0% 15%,
    0 0,
    15% 0%,
    85% 0%,
    100% 0,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    9% 93%,
    0% 85%
  );
  clip-path: polygon(
    0% 15%,
    0 0,
    15% 0%,
    85% 0%,
    100% 0,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    9% 93%,
    0% 85%
  );

  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: visible;
  background: #00ddff20;
  color: #fff;
}

.Portfolio--contact-banner .banner span {
  background: #22ff00;
  color: #000;
  padding: 0px 20px;
  padding-top: 20px;
  padding-right: 70px;
}
.Portfolio--contact-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
}

.dark-version {
  background-color: var(--gray-800);
}
@media (max-width: 767px) {
  .Portfolio--contact-section h1 {
    font-size: 56px;
    line-height: 65px;
  }
}
@media (min-width: 1880px) and (max-width: 1980px) {
  .Portfolio--contact-banner .banner h1 {
    line-height: 100px !important;
    font-size: 90px !important;
  }
}
@media (max-width: 567px) {
  .Portfolio--contact-banner .banner h1 {
    line-height: 82px !important;
    font-size: 75px !important;
  }
  .Portfolio--contact-banner .banner span {
    padding-top: 10px;
    padding-right: 64px;
    padding-left: 0px;
  }
}
@media (max-width: 467px) {
  .Portfolio--contact-section {
    padding: 110px 0px 0px 0px;
  }
  .Portfolio--contact-section h1 {
    font-size: 52px;
    line-height: 65px;
  }
  .Portfolio--contact-banner .banner h1 {
    line-height: 68px !important;
    font-size: 60px !important;
  }
}
@media (max-width: 320px) {
  .Portfolio--contact-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .Portfolio---btn4--sm {
    font-size: 10px !important;
    line-height: 30px;
    font-weight: 400 !important;
    padding: 0px 15px !important;
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 380px) {
  .Portfolio--contact-banner .banner h1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 320px) {
  .Portfolio--contact-banner .banner h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.Portfolio--blog-filtering.dark-version {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .Portfolio--blog-filtering.dark-version {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-filtering.dark-version {
    padding-top: 75px;
  }
}
.Portfolio--blog-filtering .Portfolio--blog-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}
.Portfolio--blog-filtering .Portfolio--portfolio-wrap {
  margin-left: -24px;
}
.Portfolio--blog-filtering .Portfolio--portfolio-menu {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu {
    margin-top: 30px;
  }
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 19%;
  }
}
@media (max-width: 991px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 23%;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 48.5%;
  }
}
@media (max-width: 420px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 100%;
  }
}
.Portfolio--blog-filtering .Portfolio--section-title-wrap {
  align-items: center;
}
@media (max-width: 1199px) {
  .Portfolio--blog-filtering .Portfolio--section-title-wrap {
    display: block;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-filtering .Portfolio--section-title-wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.Portfolio--blog-filtering .Portfolio--default-content.content-sm h2 {
  margin: 0;
}
.Portfolio--blog-filtering .Portfolio--card-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .Portfolio--blog-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .Portfolio--blog-sidebar {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .Portfolio--blog-sidebar .Portfolio--newsletter {
    max-width: 100%;
  }
}
.Portfolio--blog-sidebar-item {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 24px;
}
.Portfolio--blog-sidebar-item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  color: var(--gray-10);
}
.Portfolio--blog-sidebar-item:last-child {
  margin-bottom: 0;
}
.Portfolio--category ul li {
  margin-bottom: 15px;
}
.Portfolio--category ul li:last-child {
  margin-bottom: 0;
}
.Portfolio--category ul li a {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  color: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio--category ul li a:hover {
  color: #0080ff;
}
.Portfolio--blog-post-wrap {
  margin-bottom: 20px;
}
.Portfolio--blog-post-wrap:last-child {
  margin-bottom: 0;
}
.Portfolio--blog-post-thumb {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .Portfolio--blog-post-thumb {
    height: auto;
  }
}
.Portfolio--blog-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.Portfolio--blog-post-data p {
  color: #fff;
  opacity: 0.4;
  margin-bottom: 10px;
}
.Portfolio--blog-post-data h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #fff;
}
.Portfolio--tags ul {
  display: flex;
  flex-wrap: wrap;
}
.Portfolio--tags ul li a {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  margin: 6px;
  padding: 14px 31px;
  display: block;
  border-radius: 10px;
  transition: all 0.4s;
  background-color: var(--gray-900);
}
.Portfolio--tags ul li a:hover {
  background-color: #0080ff;
}

.Portfolio--blog-wrap {
  position: relative;
  background: 0 0;
  backdrop-filter: inherit;
}
.Portfolio--blog-wrap:hover .Portfolio--blog-thumb img {
  transform: scale(1) rotate(0);
}
@media (max-width: 991px) {
  .Portfolio--blog-thumb {
    margin: 0;
    height: auto;
  }
}
@media (max-width: 991px) {
  .Portfolio--blog-content {
    position: inherit;
    transform: inherit;
    width: 100%;
    border: none;
    border-radius: 0;
  }
}

.Portfolio--inner-section {
  z-index: 0;
  position: relative;
}
.dark-version {
  background-color: var(--gray-800);
}
.Portfolio--blog-filtering.dark-version {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .Portfolio--blog-filtering.dark-version {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-filtering.dark-version {
    padding-top: 75px;
  }
}
.Portfolio--blog-filtering .Portfolio--blog-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}
.Portfolio--blog-filtering .Portfolio--portfolio-wrap {
  margin-left: -24px;
}
.Portfolio--blog-filtering .Portfolio--portfolio-menu {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu {
    margin-top: 30px;
  }
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 19%;
  }
}
@media (max-width: 991px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 23%;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 48.5%;
  }
}
@media (max-width: 420px) {
  .Portfolio--blog-filtering .Portfolio--portfolio-menu ul li {
    flex: 0 0 100%;
  }
}
.Portfolio--blog-filtering .Portfolio--section-title-wrap {
  align-items: center;
}
@media (max-width: 1199px) {
  .Portfolio--blog-filtering .Portfolio--section-title-wrap {
    display: block;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .Portfolio--blog-filtering .Portfolio--section-title-wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.Portfolio--blog-filtering .Portfolio--default-content.content-sm h2 {
  margin: 0;
}
.Portfolio--blog-filtering .Portfolio--card-wrap {
  margin-bottom: 24px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .Portfolio--blog-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .Portfolio--blog-sidebar .Portfolio--newsletter {
    max-width: 100%;
  }
}

.Portfolio--blog-sidebar-item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
.Portfolio--blog-sidebar-item:last-child {
  margin-bottom: 0;
}
.Portfolio--category ul li {
  margin-bottom: 15px;
}
.Portfolio--category ul li:last-child {
  margin-bottom: 0;
}
.Portfolio--category ul li a {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  color: var(--gray-10);
  transition: all 0.4s;
}
.Portfolio--category ul li a:hover {
  color: #0080ff;
}
.Portfolio--blog-post-wrap {
  margin-bottom: 20px;
}
.Portfolio--blog-post-wrap:last-child {
  margin-bottom: 0;
}
.Portfolio--blog-post-thumb {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .Portfolio--blog-post-thumb {
    height: auto;
  }
}
@media (max-width: 320px) {
  .Portfolio--category ul li a {
    font-size: 14px;
    line-height: 22px;
  }
  .Portfolio--category ul li {
    margin-bottom: 6px;
  }
  .Portfolio--blog-post-data h5 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
}
.Portfolio--blog-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.Portfolio--blog-post-data p {
  color: #fff;
  opacity: 0.4;
  margin-bottom: 10px;
}
.Portfolio--blog-post-data h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.Portfolio--tags ul {
  display: flex;
  flex-wrap: wrap;
}
.Portfolio--tags ul li a {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  margin: 6px;
  padding: 14px 31px;
  display: block;
  border-radius: 10px;
  transition: all 0.4s;
  background-color: var(--gray-900);
}
.Portfolio--tags ul li a:hover {
  background-color: #0080ff;
}

.light-version .Portfolio--breadcrumbs-data h1,
.light-version .Portfolio--breadcrumbs-data p {
  color: var(--gray-800);
}
.light-version .Portfolio--breadcrumbs-data h1 {
  font-family: "Josefin Sans", sans-serif;
}
.light-version .Portfolio--newsletter.Portfolio--search input {
  border: 1px solid var(--gray-800) !important;
  border-radius: 10px;
}
.light-version .Portfolio--newsletter.Portfolio--search input:focus {
  border: 1px solid var(--danger-500) !important;
}
.light-version #Portfolio--submit-btn {
  border-radius: 0px;
  color: var(--gray-800);
  background: var(--bg);
  clip-path: polygon(9% 0, 100% 0, 100% 80%, 92% 100%, 0 100%, 0 16%);
}
.light-version .Portfolio--blog-content {
  backdrop-filter: inherit;
  box-shadow: 0 8px 80px rgba(19, 17, 26, 0.06);
  border-radius: 3px;
}
.light-version .Portfolio--blog-content p {
  color: var(--gray-800);
  opacity: 0.8;
}
.light-version .Portfolio--blog-date ul li a {
  color: var(--gray-800);
}
.light-version .Portfolio--blog-title h3 {
  color: var(--gray-800);
  font-family: "Josefin Sans", sans-serif;
  transition: all 0.4s;
}
.light-version .Portfolio--blog-title h3:hover {
  color: var(--danger-500);
}
.light-version .Portfolio--blog-user-data span {
  color: var(--gray-800);
}
.light-version .Portfolio--default-content h2 {
  color: var(--gray-800);
  font-family: "Josefin Sans", sans-serif;
}
.light-version .Portfolio--portfolio-menu ul li {
  background: 0 0;
}
.light-version .Portfolio--portfolio-menu ul li.active span {
  color: var(--gray-10);
  background: var(--bg);
  border-radius: 10px;
  border: 0px solid black;
}
.light-version .Portfolio--portfolio-menu ul li span {
  color: var(--gray-800);
  background: #ffffff00;
  border: 1px solid var(--gray-800);
  border-radius: 7px;
}
.light-version .Portfolio--blog-wrap2 .Portfolio--blog-content {
  background-color: transparent !important;
}
.light-version .Portfolio--blog-sidebar-item {
  backdrop-filter: inherit;
  border: 1px solid var(--gray-800);
  border-radius: 10px;
}
.light-version .Portfolio--blog-sidebar-item h4 {
  color: var(--gray-800);
}
.light-version .Portfolio--category ul li a {
  color: rgba(19, 17, 26, 0.8);
}
.light-version .Portfolio--category ul li a:hover {
  color: var(--danger-500);
  opacity: 1;
}
.light-version .Portfolio--blog-post-data h5,
.light-version .Portfolio--blog-post-data p {
  color: var(--gray-800);
}
.light-version .Portfolio--tags ul li a {
  background: var(--warning-100);
  border-radius: 10px;
  color: rgba(19, 17, 26, 0.8);
}
.light-version .Portfolio--tags ul li a:hover {
  opacity: 1;
  color: var(--gray-800);
  background-color: var(--danger-500);
}
.light-version .Portfolio--blog-wrap.Portfolio--blog-wrap2 a.Portfolio--readmore-btn {
  color: var(--gray-800);
}
.light-version .Portfolio--blog-wrap.Portfolio--blog-wrap2 a.Portfolio--readmore-btn span {
  transition: all 0.4s;
  background-color: rgba(19, 17, 26, 0.2);
}
.light-version
  .Portfolio--blog-wrap.Portfolio--blog-wrap2
  a.Portfolio--readmore-btn
  span:before {
  content: none;
}
.light-version
  .Portfolio--blog-wrap.Portfolio--blog-wrap2:hover
  a.Portfolio--readmore-btn
  span {
  background-color: var(--warning-500);
}
.Portfolio--single-blog .Portfolio--breadcrumbs-data {
  max-width: 100%;
}
.Portfolio--single-blog .Portfolio--breadcrumbs-data p {
  margin-right: 120px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Portfolio--single-blog .Portfolio--breadcrumbs-data p {
    margin-right: 40px;
  }
}
@media (max-width: 479px) {
  .Portfolio--single-blog .Portfolio--breadcrumbs-data p {
    margin: 0 0 20px;
  }
}
.Portfolio--blog-meta ul li {
  margin-right: 20px;
  display: inline-block;
}
.Portfolio--blog-meta ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
  display: flex;
}
.Portfolio--blog-meta ul li a img {
  margin-right: 10px;
}
.Portfolio--single-thumb {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .Portfolio--single-thumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 320px) {
  .Portfolio--blog-meta ul li a {
    font-size: 14px;
  }
}
.Portfolio--blockquote {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .Portfolio--blockquote {
    margin: 30px 0;
  }
}
.Portfolio--blockquote blockquote {
  border-radius: 10px;
  border: 1px solid #fff;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 40px;
  position: relative;
  color: #fff;
  padding: 40px 40px 40px 130px;
}
.Portfolio-blockquote blockquote {
  background: var(--bg1);
  backdrop-filter: blur(400px);
  border-radius: 10px;
  border: 1px solid #fff;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 40px;
  position: relative;
  color: #fff;
  padding: 40px 40px 40px 130px;
}
@media (max-width: 767px) {
  .Portfolio--blockquote blockquote {
    font-size: 18px;
    line-height: 28px;
  }
  .Portfolio-blockquote blockquote {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .Portfolio--blockquote blockquote {
    padding: 30px;
  }
  .Portfolio-blockquote blockquote {
    padding: 30px;
  }
}
@media (max-width: 320px) {
  .Portfolio--blockquote blockquote {
    padding: 30px 15px;
    font-size: 14px;
  }
  .Portfolio-blockquote blockquote {
    padding: 30px 15px;
    font-size: 14px;
  }
  .Portfolio--post-navigation-data span {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .Portfolio-blog-post-column h6 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .Portfolio--comment-wrap h3 {
    font-size: 18px !important;
  }
  .Portfolio-comment-section h5 {
    font-size: 18px !important;
  }
  .Portfolio--comment-list {
    padding: 30px 20px !important;
  }
  .Portfolio--blog-sidebar-item {
    padding: 30px 10px !important;
  }
  .Portfolio--tags ul li a {
    font-size: 12px;
    padding: 7px 16px;
  }
  .Portfolio-comment-item {
    flex-wrap: wrap !important;
  }
  .Portfolio-comment-author {
    margin-bottom: 20px;
  }
}
.Portfolio--blockquote-user {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.Portfolio--blockquote-user-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}
.Portfolio--blockquote-user-thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}
.Portfolio--blockquote-user-data h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.Portfolio--blockquote-icon {
  top: 45px;
  left: 40px;
  position: absolute;
}
@media (max-width: 575px) {
  .Portfolio--blockquote-icon {
    top: 0;
    left: 0;
    margin-bottom: 20px;
    position: inherit;
  }
}
.Portfolio--blockquote-icon img {
  margin: 0;
}
.Portfolio--tags {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .Portfolio--tags {
    margin-bottom: 34px;
  }
}
.Portfolio--tags h4 {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.Portfolio--post-navigation {
  flex: 0 0 50%;
  display: flex;
}
.Portfolio--post-navigation-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .Portfolio--post-navigation-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .Portfolio--post-navigation-wrap {
    display: block;
  }
}
.Portfolio--post-navigation:hover .Portfolio--post-navigation-icon:before {
  opacity: 1;
}
.Portfolio--post-navigation-icon {
  width: 60px;
  height: 55px;
  background: #26242c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  z-index: 0;
  position: relative;
}
.Portfolio--post-navigation-icon img {
  margin: 0;
}
.Portfolio--post-navigation-icon:before {
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  position: absolute;
  transition: all 0.4s;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--post-navigation-data p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 15px;
}
.Portfolio--post-navigation-data span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  .Portfolio--post-navigation-data span {
    font-size: 18px;
    line-height: 24px;
  }
}
.Portfolio--post-navigation.nav-previous {
  padding-right: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .Portfolio--post-navigation.nav-previous {
    border: none;
    margin-bottom: 20px;
    padding: 0;
  }
}
.Portfolio--post-navigation.nav-next {
  text-align: right;
  padding-left: 20px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .Portfolio--post-navigation.nav-next {
    padding: 0;
  }
}
.Portfolio--post-navigation.nav-next .Portfolio--post-navigation-icon {
  margin-left: 20px;
  margin-right: 0;
}
.Portfolio--comment-wrap {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .Portfolio--comment-wrap {
    margin-bottom: 40px;
  }
}
.Portfolio--comment-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.Portfolio--comment-list {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
}
.Portfolio--comment-list li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.Portfolio--comment-respond-area {
  border: 1px solid #fff;
  padding: 35px 20px;
  border-radius: 10px;
}
.Portfolio--comment-list li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.Portfolio--comment-list li.children {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .Portfolio--comment-list li.children {
    padding-left: 0;
  }
}
.Portfolio--comment-list li.children .Portfolio--comment-author {
  width: 50px;
  height: 50px;
}
.Portfolio--comment-body {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .Portfolio--comment-body {
    display: block;
  }
}
.Portfolio--comment-body a.Portfolio--comment-reply {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s;
}
.Portfolio--comment-body a.Portfolio--comment-reply:hover {
  color: #7d41ea;
}
.Portfolio--comment-author {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .Portfolio--comment-author {
    margin-bottom: 20px;
  }
}
.Portfolio--comment-author img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}
.Portfolio--comment-meta h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.Portfolio--comment-meta span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
.Portfolio--comment-meta p {
  color: #fff;
  opacity: 0.8;
}
.Portfolio--comment-respond-area h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.Portfolio--comment-respond-area p {
  color: #fff;
  opacity: 0.8;
}
.Portfolio--comment-field {
  margin-bottom: 24px;
}
.dark-version .Portfolio--blog-title h3 {
  color: #fff;
}
.dark-version .Portfolio--single-blog-section h3,
.dark-version .Portfolio--single-blog-section p {
  color: #fff;
}
.Portfolio--single-blog-section img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.Portfolio-contact-info {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .Portfolio-contact-info {
    margin-top: 30px;
  }
}
.Portfolio-contact-info ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}
.Portfolio-contact-info ul li:last-child {
  margin-bottom: 0;
}
.Portfolio-contact-info h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}
.Portfolio-contact-info ul li a {
  color: rgba(2, 2, 30, 0.8);
}
.Portfolio-contact-info ul li a span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio-contact-info ul li a h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.Portfolio-contact-info ul li a .Portfolio-contact-info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: var(--warning-500);
}
.Portfolio-input-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--gray-800);
}
#map {
  width: 100%;
  height: 550px;
}
@media (max-width: 991px) {
  #map {
    height: 450px;
  }
}
@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}
.Portfolio-center-btn {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .Portfolio-center-btn {
    margin-top: 40px;
  }
}
.Portfolio-default-content.contact-page {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .Portfolio-default-content.contact-page {
    margin-right: 0;
  }
}
.Portfolio--contact-info h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}
.Portfolio--contact-info ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
  line-height: 32px;
}
.Portfolio--contact-info ul li:last-child {
  margin-bottom: 0;
}
.Portfolio--contact-info ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}
.Portfolio--contact-info ul li a span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  background: linear-gradient(229deg, #ed09d7, #2e22bb);
}
.Portfolio--contact-info.Portfolio--contact-info2 {
  margin-top: 60px;
  margin-right: 150px;
}
@media (max-width: 1300px) {
  .Portfolio--contact-info.Portfolio--contact-info2 {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .Portfolio--contact-info.Portfolio--contact-info2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .Portfolio--contact-info.Portfolio--contact-info2 {
    margin-right: 0;
  }
}
.Portfolio--contact-info.Portfolio--contact-info2 ul li a span {
  top: 0;
}
.Portfolio--contact-form {
  padding: 30px;
}

@media (max-width: 991px) {
  .Portfolio--contact-form {
    padding: 30px;
    margin-top: 80px;
  }
  .Portfolio--contact-form {
    margin-left: 0px !important;
  }
}
@media (max-width: 1199px) {
  .Portfolio--contact-form {
    margin-left: 0px;
  }
}
@media (max-width: 567px) {
  .Portfolio--contact-form {
    padding: 20px;
    margin-top: 80px;
  }
  .Portfolio--iconbox-data h4 {
    padding: 0px 0px;
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .Portfolio--contact-form {
    padding: 20px 10px;
    margin-top: 80px;
  }
  .Portfolio--contact-info ul li a {
    font-size: 14px;
  }
  .Portfolio-contact-info ul li a {
    font-size: 14px;
  }
  .Portfolio--iconbox-data h4 {
    font-size: 18px;
  }
  .Portfolio--iconbox-wrap5 .Portfolio--iconbox-data a {
    font-size: 14px;
  }
}
.Portfolio--inner-section.bg-white {
  background: var(--gray-10);
}
.light-version .Portfolio--contact-info h4 {
  color: #13111a;
}
.light-version .Portfolio--contact-info ul li a {
  color: rgba(19, 17, 26, 0.8);
}
.light-version .Portfolio--contact-info ul li a span {
  background: #2c04fe;
}

.light-version .Portfolio--contact-form h3 {
  color: #13111a;
}
.light-version .Portfolio--contact-form p {
  color: rgba(19, 17, 26, 0.8);
}
.light-version .Portfolio--comment-field input,
.light-version .Portfolio--comment-field textarea {
  color: #13111a;
  background: #13111a17;
  border: 1px solid #c4c4c4 !important;
  border-radius: 10px;
}
.light-version .Portfolio--comment-field input::-webkit-input-placeholder,
.light-version .Portfolio--comment-field textarea::-webkit-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.light-version .Portfolio--comment-field input:-moz-placeholder,
.light-version .Portfolio--comment-field textarea:-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.light-version .Portfolio--comment-field input::-moz-placeholder,
.light-version .Portfolio--comment-field textarea::-moz-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.light-version .Portfolio--comment-field input:-ms-input-placeholder,
.light-version .Portfolio--comment-field textarea:-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.light-version .Portfolio--comment-field input::-ms-input-placeholder,
.light-version .Portfolio--comment-field textarea::-ms-input-placeholder {
  color: #13111a;
  opacity: 0.5;
}
.light-version .Portfolio--comment-field input::placeholder,
.light-version .Portfolio--comment-field textarea::placeholder {
  color: #13111a;
  opacity: 0.5;
}
.dark-version .Portfolio--contact-form h3,
.dark-version .Portfolio--contact-form p {
  color: #fff;
}
.dark-version .Portfolio--comment-field input,
.dark-version .Portfolio--comment-field textarea {
  color: #fff;
  background: #13111a4d;
}
.dark-version .Portfolio--comment-field input::-webkit-input-placeholder,
.dark-version .Portfolio--comment-field textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.dark-version .Portfolio--comment-field input:-moz-placeholder,
.dark-version .Portfolio--comment-field textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.dark-version .Portfolio--comment-field input::-moz-placeholder,
.dark-version .Portfolio--comment-field textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.dark-version .Portfolio--comment-field input:-ms-input-placeholder,
.dark-version .Portfolio--comment-field textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.dark-version .Portfolio--comment-field input::-ms-input-placeholder,
.dark-version .Portfolio--comment-field textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.dark-version .Portfolio--comment-field input::placeholder,
.dark-version .Portfolio--comment-field textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}
.Portfolio--contact-column {
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .Portfolio--contact-column {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .Portfolio--contact-column {
    padding-bottom: 80px;
  }
}
.light-version .Portfolio--iconbox-wrap5 {
  border: 1px solid var(--gray-800);
}

.light-version .Portfolio--iconbox-wrap5 .Portfolio--iconbox-data h4 {
  color: #13111a;
}
.light-version .Portfolio--iconbox-wrap5 .Portfolio--iconbox-data p {
  color: rgba(19, 17, 26, 0.8);
}
.light-version .Portfolio--iconbox-wrap5 .Portfolio--iconbox-data a {
  color: #13111a;
}

.light-version .Portfolio--accordion-one .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--gray-800) !important;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.Portfolio-title {
  display: flex;
  justify-content: center;
  color: var(--warning-200);
  user-select: none;
  font-size: 35px;
  font-weight: 200;
  margin-top: 30px;
  letter-spacing: 2px;
}
.Portfolio-preloader {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: var(--gray-800);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  animation: flipInY 1s infinite linear;
  border-radius: 50%;
  margin: 0 auto 45px auto;
  height: 150px;
  width: 10%;
}

.loader span {
  font: 700 22px monospace;
  text-transform: uppercase;
  margin: auto;
  color: #fff;
  letter-spacing: 5px;
}

.loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;  
  height: 150px;
  width: 150px;
  border: 3px solid #00e1ff;
  box-shadow: inset 0px 0px 10px #00d5ffcc;
  border-radius: 50%;
  transform-origin: left;
}

@keyframes spinner {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: scale(1.2);
  }

  25%,
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: scale(2);
  }

  25%,
  50% {
    opacity: 1;
    transform: scale(1);
  }
}


@keyframes load5123 {
  50% {
    transform: scaleX(1.5);
  }

  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@media (max-width: 567px) {
  .Portfolio-title {
    font-size: 20px;
  }
  .loader {
    display: inline-block;
    width: 38%;
  }
}
.Portfolio-gallery-menu {
  text-align: center;
  max-width: 832px;
  margin: 0 auto 80px;
  border-bottom: 2px solid rgba(19, 17, 26, 0.1);
}
@media (max-width: 991px) {
  .Portfolio-gallery-menu {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .Portfolio-gallery-menu {
    margin-bottom: 30px;
    border: none;
  }
}
.Portfolio-gallery-menu ul li {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  transition: all 0.4s;
  color: rgba(19, 17, 26, 0.8);
}
@media (max-width: 991px) {
  .Portfolio-gallery-menu ul li {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .Portfolio-gallery-menu ul li {
    margin-bottom: 10px;
  }
}
.Portfolio-gallery-menu ul li.active {
  color: var(--warning-500);
}
.Portfolio-gallery-menu ul li.active:before {
  content: "";
  left: 0;
  opacity: 1;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
  position: absolute;
  background-color: var(--warning-500);
}
.Portfolio-gallery-menu ul li:last-child {
  margin-right: 0;
}
.Portfolio-gallery-wrap {
  margin: auto;
}

.Portfolio-gallery-content {
  margin-left: 34px;
  margin-bottom: 24px;
}
.Portfolio-gallery-content h2 {
  font-size: 75px;
  line-height: 90px;
  margin-bottom: 32px;
}
.Portfolio-gallery-content p {
  font-weight: 100;
  margin-bottom: 32px;
}

.Portfolio-gallery-item {
  overflow: hidden;
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
}
.Portfolio--gallery-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  padding-right: 0px !important;
}

.Portfolio-gallery-item.item2 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .Portfolio-gallery-item.item2 {
    margin-bottom: 30px;
  }
  .Portfolio-gallery-item {
    margin-left: 0px;
  }
  .Portfolio-gallery-content {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .Portfolio-gallery-content h2 {
    font-size: 55px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 385px) {
  .Portfolio-gallery-content h2 {
    font-size: 52px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 300px) {
  .Portfolio-gallery-content h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
.Portfolio-gallery-item.item2:before {
  content: none;
}
.Portfolio-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.Portfolio--gallery-item img {
  width: 100%;
  border-radius: 10px;
}
.Portfolio-gallery-item:before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  border-radius: 10px;
  transition: all 0.4s;
  background: linear-gradient(180deg, rgba(19, 17, 26, 0) 0, #13111a 100%);
}
.Portfolio-gallery-item:hover:before {
  opacity: 1;
}
.Portfolio-gallery-item:hover .Portfolio-gallery-data {
  opacity: 1;
  visibility: visible;
  left: 30px;
}
.Portfolio-gallery-data {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.Portfolio-gallery-data h4,
.Portfolio-gallery-data h5 {
  margin: 0 0 8px;
}
.Portfolio-gallery-data h4 a,
.Portfolio-gallery-data h5 a {
  color: #fff;
}
.Portfolio-gallery-data h5 {
  margin: 0 0 5px;
}
.Portfolio-gallery-data p {
  color: var(--gray-10) !important;
  opacity: 0.8;
}
.Portfolio-gallery-data2 {
  margin-top: 30px;
  position: relative;
}
.Portfolio-gallery-data2 h4 {
  margin: 0 0 5px;
}
.Portfolio-gallery-data2 h4 a {
  color: var(--gray-800);
}
.Portfolio-gallery-data2 p {
  margin: 0;
}
.Portfolio-gallery-data2 a.Portfolio-icon-btn {
  position: absolute;
  right: 0;
  top: 20px;
}
.Portfolio-gallery-data2 a.Portfolio-icon-btn img {
  width: auto;
}
.Portfolio-grid-item.Portfolio-grid-item-w2Portfolio-grid-item-w2 {
  max-width: 100%;
}
.Portfolio---hero-section .Portfolio-gallery-item {
  opacity: 50%;
}

@media (max-width: 812px) {
  .Portfolio-grid-item-w2 {
    width: 50% !important;
  }
  .Portfolio-grid-item {
    width: 50% !important;
  }
}
.Portfolio-portfolio-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .Portfolio-portfolio-btn {
    margin-top: 20px;
  }
}
.Portfolio-gallery-wrap3 {
  max-width: 1075px;
  margin: 0 auto;
}
.Portfolio-gallery-thumb {
  margin-bottom: 25px;
}
.Portfolio-gallery-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.Portfolio-gallery-data3 h4 {
  margin-bottom: 10px;
}
.Portfolio-gallery-data3 p {
  margin-bottom: 20px;
}
.border_bottom {
  padding-bottom: 50px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(19, 17, 26, 0.1);
}
@media (max-width: 991px) {
  .border_bottom {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.Portfolio-gallery-data4 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .Portfolio-gallery-data4 {
    margin-bottom: 35px;
  }
}
.Portfolio-gallery-data4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Portfolio-gallery-data4 ul li {
  color: var(--gray-800);
}
.Portfolio-gallery-data4 ul li span {
  display: block;
  font-weight: 600;
}
@media (max-width: 600px) {
  .Portfolio-gallery-data4 ul li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
}
.Portfolio-portfolio-ratated-project {
  padding-top: 55px;
  border-top: 1px solid rgba(19, 17, 26, 0.1);
}
@media (max-width: 991px) {
  .Portfolio-portfolio-ratated-project {
    padding-top: 35px;
  }
}
.Portfolio-portfolio-ratated-project p {
  margin-right: 220px;
}
@media (max-width: 991px) {
  .Portfolio-portfolio-ratated-project p {
    margin-right: 0;
  }
}
.Portfolio-portfolio-ratated-project .Portfolio-gallery-item {
  margin-left: 0;
}
.Portfolio-portfolio-ratated-project .Portfolio-gallery-data p {
  font-size: 14px;
}
.oppacity1 {
  animation: zoom-in-zoom-out3 3s ease-out infinite;
}
.oppacity2 {
  animation: zoom-in-zoom-out3 5s ease-out infinite;
}
.oppacity3 {
  animation: opc-in-opc-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out3 {
  0% {
    opacity: 50%;
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
    opacity: 100%;
  }
  100% {
    transform: scale(1, 1);
    opacity: 50%;
  }
}
@keyframes opc-in-opc-out {
  0% {
    opacity: 50%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 50%;
  }
}

.Portfolio-bar-chart {
  --line-count: 10;
  --line-color: #ffffff;
  --line-opacity: 0.1;
  --item-gap: 6%;
  --item-default-color: #fff;
  height: 400px;
  display: grid;
  grid-auto-flow: column;
  gap: var(--item-gap);
  align-items: end;
  padding-inline: var(--item-gap);
  --padding-block: 1.5rem; /*space for labels*/
  padding-block: var(--padding-block);
  position: relative;
  isolation: isolate;
}
.Portfolio-bar-chart::after {
  content: "";
  position: absolute;
  inset: var(--padding-block) 0;
  z-index: -1;
  --line-width: 1px;
  --line-spacing: calc(100% / var(--line-count));
  background-image: repeating-linear-gradient(
    to top,
    transparent 0 calc(var(--line-spacing) - var(--line-width)),
    var(--line-color) 0 var(--line-spacing)
  );
  box-shadow: 0 var(--line-width) 0 var(--line-color);
  opacity: var(--line-opacity);
}
.Portfolio-bar-chart > .item {
  height: calc(1% * var(--val));
  background: var(--clr, var(--item-default-color));
  position: relative;
  animation: item-height 1s ease forwards;
}
@keyframes item-height {
  from {
    height: 0;
  }
}

.Portfolio-bar-chart > .item > * {
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 50%;
}
.Portfolio-bar-chart > .item > .label {
  inset: 100% 0 auto 0;
}
.Portfolio-bar-chart > .item > .value {
  inset: auto 0 100% 0;
}
@media (min-width: 990px) {
  .Portfolio-bar-chart {
    margin-top: 0px;
    height: 400px;
    padding-inline: 0px;
  }
}

@media (max-width: 567px) {
  .Portfolio-bar-chart {
    margin-top: 35px;
    height: 300px;
    padding-inline: 0px;
  }
}
@media (max-width: 300px) {
  .Portfolio-bar-chart {
    margin-top: 35px;
    height: 250px;
    padding-inline: 0px;
  }
  .Portfolio-bar-chart > .item > * {
    font-size: 7px;
    letter-spacing: 0px;
  }
}
@media (max-width: 450px) {
  .Portfolio-bar-chart > .item > * {
    font-size: 10px;
    letter-spacing: 0px;
  }
}
.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}
.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Portfolio--portfolio-section .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.Portfolio--portfolio-section .{
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.Portfolio--portfolio-section .img {
  display: block;
  width: 100%;
}
.Portfolio--data {
  color: var(--gray-10);
  position: absolute;
  left: 15px;
  bottom: 10px;
  z-index: 1;
  transition: all 0.4s;
}
.Portfolio--data h4 {
  color: var(--gray-10) !important;
  margin-bottom: 0px;
  font-weight: 800;
}
.Portfolio--data .Portfolio--card-footer-data {
  margin-top: -5px;
}
.Portfolio--data .Portfolio--card-footer-data span {
  font-size: 10px;
  font-weight: 200;
  line-height: 0px;
}
.Portfolio--data .Portfolio--card-footer-data h4 {
  margin-top: -10px;
  font-weight: 600;
}

.swiper {
  width: 100%;
  height: 100%;
}



body .body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.overlay-layer {
  overflow: visible;
  position: absolute;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(7px);
  transition: all 0.5s ease-in-out;
} 
.layer5{
  display: none;
  filter: drop-shadow(0px 0px 36px #e9d316);
  transition: all 2.5s ease-in-out;
}
@media (max-width: 575px){

 
  .layer0 {
    height: 100%;
  }
  .Portfolio--social-icon ul{
    display: flex;
    justify-content: center;
    float: none;
    margin-right: 0px;
  }
  .footer-msg h6{
    text-align: center;
    margin-left: 0px!important;
    margin-bottom: 20px!important;
  }
}


.swiper::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: #00000040;
  background-image: radial-gradient(
    at center right,
    #0000004d 20%,
    #00000096 100%
  );
}
.rotate-animation {
  animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-animation-rev {
  animation: rotate-animation-rev 5s infinite linear;
}

@keyframes rotate-animation-rev {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 5s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    filter: brightness(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1, 1.1);
    filter: brightness(0.5);
    opacity: 0.2;
  }
  100% {
    transform: scale(1, 1);
    filter: brightness(1);
    opacity: 1;
  }
}
.Portfolio-aboutme .Portfolio--social-icon{
  margin-top: 30px;
}
.col-abt .skill-name {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.col-abt .skill-name p {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.col-abt .skill-name p:last-child {
  float: right;
}
.col-abt .progress {
  height: 12px;
  border-radius: 0px;
  background: #fff7f726;
}
.col-abt .progress .progress-bar {
  width: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    144deg,
    rgb(255 205 0) 0%,
    rgb(251 234 0 / 53%) 40%,
    rgb(180 212 0 / 48%) 56%,
    rgb(255 246 233 / 61%) 100%
  ) !important;
  border-radius: 0px;
  transition: 2s;
}
.col-abt h5 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.abtdt {
  padding-top: 10px;
  padding-bottom: 10px;
}
.abtdt h6 {
  margin-bottom: 5.5px;
  font-size: 18px;
}
.abtdt span {
  font-family: "Genos", sans-serif !important;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 200;
}

button {
  padding: 7.5px 25px;
  position: relative;
  letter-spacing: 3px;
  border: 3px solid #149cea;
  outline: none;
  background-color: transparent;
  color: white;
  transition: 1s;
  border-radius: 0em;
  font-size: 16px;
  font-weight: lighter;
  clip-path: polygon(
    /* Top-left */ 0% var(--curve-size),
    var(--curve-size) 0,
    /* top-right */ 100% 0,
    100% calc(100% - var(--curve-size)),
    /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
    /* bottom-right 2 */ 0 100%
  );
  box-shadow: inset 0px 0px 20px 0px #00bfff33;
}

button::after {
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #212121;
  transition: 0.5s;
  transform-origin: center;
}

button::before {
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: #212121;
  transition: 0.5s;
}

button:hover::before,
button:hover::after {
  transform: scale(0);
}

button:hover {
  box-shadow: inset 0px 0px 25px #1479ea;
  clip-path: polygon(
    /* Top-left */ 0% 0%,

    0% 0,
    /* top-right */ 100% 0,
    100% calc(100% - 0%),
    /* bottom-right 1 */ calc(100% - 0%) 100%,
    /* bottom-right 2 */ 0 100%
  );
}
.home-footer {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 5%;
  left: 0px;
}
.footer-msg h6 {
  margin-left: 30px;
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 2px;
}
.Portfolio--all-lists{
  backdrop-filter: brightness(0.5);
  margin-top: 20px;
  border: 3px solid #00e1ff;
  box-shadow: inset 0px 0px 80px #00d5ffcc;
  padding: 80px 60px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35rgb(255, 255, 255)00% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
}
.list{
  padding-bottom: 40px;
}
.list h4 span{
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  font-family: "Genos", sans-serif !important;
  letter-spacing: 2px;
}

.list:last-child{
  padding-bottom: 0px;
}
.list h3,h4{
margin-bottom: 6px;  
}
.list p{
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.list p:first-child{
  margin-bottom: 10px;
  }
.Portfolio-skills-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.Portfolio-skills-section .col-1 {
  margin-right: 15px;
}
.Portfolio-skills-section .col-1:last-child{
  margin-right: 0px;
}


.info {
  position: fixed;
  width: 50vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: monospace;
  font-size: 28px;
  color: white;
  z-index: 111;
}
.box {
  width: 100px;
  height: 100px;
  position: relative;
  background-color: dodgerblue;
  line-height: 100px;
  border-radius: 10px;
}
.layer0{
  width: 100%;
  height: 100%;
  position: fixed;
    margin: auto;
    object-fit: cover;
    z-index: -1;
    margin-top: 0vw!important;
} 

.body-wrapper{
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
.body-wrapper > div{
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.body-wrapper::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #00000040;
  background-image: var(--bg-image,  radial-gradient(
    at center right,
    #0000004d 20%,
    #00000096 100%
  ));
  z-index: -1;
  transition: background-image 1s ease; /* Add transition */
  
}

.Portfolio-showcase-section2 .main-heading{
float: right;
padding: 30px 40px;
-webkit-clip-path:polygon(50% 0%, 100% 0, 100% 75%, 94% 100%, 50% 100%, 45% 90%, 10% 90%, 0 70%, 0 0);
clip-path: polygon(50% 0%, 100% 0, 100% 75%, 94% 100%, 50% 100%, 45% 90%, 10% 90%, 0 70%, 0 0);

}

.main-heading{
  width:fit-content;
  border: 3px solid #00e1ff;
  box-shadow: inset 0px 0px 80px #00d5ffcc;
  padding: 30px 50px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 65%, 92% 90%, 53% 90%, 50% 100%, 6% 100%, 0 87%, 0% 35%, 0% 0%);
  clip-path: polygon(50% 0%, 100% 0, 100% 65%, 92% 90%, 53% 90%, 50% 100%, 6% 100%, 0 87%, 0% 35%, 0% 0%);

}
.main-heading h1{ 
  font-size: 70px;
  line-height: 85px;
  text-align: start;
}
.Portfolio-showcase-section2 .main-heading h2{
  text-align: end;
  font-size: 50px!important;
  line-height: 70px!important;
}
.Portfolio-showcase-section2 p{
  float: right;
  text-align: end;
  padding: 30px 0px;
  width: 90%!important;
}
.Portfolio-showcase-section2 a{
  float: right;
  padding: 12px 15px;
}
.Portfolio-showcase-section .info-box p{
  width: 50%!important;
}
.info-box p{
  margin-left: 20px;
  width: 70%!important;
}
.sub-info{
  padding: 50px 0px;
  display: flex;
}
.sub-info .Portfolio--card-wrap2{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon( /* Top-left */ 0% var(--curve-size-mid), var(--curve-size-mid) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size-mid)), /* bottom-right 1 */ calc(100% - var(--curve-size-mid)) 100%, /* bottom-right 2 */ 0 100% );
  box-shadow: inset 0 0px 0px #00eaff81;
}
.sub-info .Portfolio--iconbox-thumb {
margin-top: 0px;
}
.info-box .Portfolio--social-icon{
display: flex;
align-items: center;
}
.info-box .Portfolio---btn4{
  margin-left: 30px;
  clip-path: polygon( /* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100% );
}

.abt-section{
  
  backdrop-filter: brightness(0.5);
  border: 3px solid #00e1ff;
    box-shadow: inset 0px 0px 80px #00d5ffcc;
    padding: 80px 40px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35rgb(255, 255, 255)00% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 95%, 54% 95%, 50% 100%, 5% 100%, 0 95%, 0% 35%, 0 0);
}
@media (min-width: 1800px){

  .skill-sets h4 {
    margin-right: 20px;
  }

   
}

@media (min-width: 1600px){
  
  .info-box .Portfolio---btn4{
    margin-left: 50px!important;
   }
  .abt-section .Portfolio--section-title{
    margin-bottom: 20px;
        }
        .abtdt span{
          font-size: 20px;
        }
        .abtdt h6 {
          margin-bottom: 5.5px;
          font-size: 22px;
      }
      .list p{
        font-size: 20px;
        line-height: 25px;
      }
      .Portfolio--card-wrap2 {
        width: 150px;
        height: 150px;
        text-align: center;
        padding: 30px 0px!important;
      }
      .Portfolio--iconbox-data h4{
        font-size: 18px!important;
      }
      .Portfolio-skills-section .col-1 {
        margin-right: 45px;
    }
    .Portfolio-skills-section .col-1:last-child {
      margin-right: 35px;
  }
    .Portfolio--iconbox-thumb img {
      width: 60px !important;
      margin: auto;
  }
  .Portfolio-showcase-section .info-box p{
    width: 45%!important;
  }
}
@media (min-width: 1610px) and (max-width: 2399px) {

  .info-box .Portfolio---btn4{
    margin-left: 100px!important;
   }
   
}
@media (max-width: 1600px){
  .Portfolio-showcase-section .info-box p{
    width: 45%!important;
  }
  .abt-section {
    padding: 40px 50px;
    }
    .abt-section .Portfolio--section-title{
      margin-bottom: 10px;
          }
          .Portfolio-about-section .btns{
         margin-bottom: 10px!important;
          }
    .Portfolio-about-section{
      padding-top: 70px;
    }
    .Portfolio--all-lists{
      padding: 40px 50px;
      margin-top: 0px;
    }
    .Portfolio-exp-section{
      padding-top: 50px;
    }
    .Portfolio-skills-section{
      padding-top: 0px;
      align-items: center;
    }
    .main-heading h1{
      font-size: 60px;
      line-height: 75px;
     }

}
@media (max-width: 1299px){
  .abt-section {
    padding: 40px 60px;
    }
    .abt-section .Portfolio--section-title{
margin-bottom: 10px;
    }
    .Portfolio-about-section .btns{
   margin-bottom: 10px!important;
    }
    
    .Portfolio-about-section{
      padding-top: 70px;
    }
    .Portfolio--all-lists{
      padding: 40px 60px;
      margin-top: 0px;
    }
    .list h3{
      font-size: 22px;
    line-height: 30px;
    }
    .list p{
      font-size: 14px;
    line-height: 20px;
    }
    .Portfolio--counter-wrap3 .Portfolio--counter-data p{
      font-size: 18px;
    }
    .Portfolio-exp-section{
      padding-top: 50px;
    }
    .Portfolio-skills-section{
      padding-top: 0px;
      align-items: center;
    }
    .list{
      padding-bottom: 20px;
    }
    .skill-sets {
      margin-right: 20px;
    }
    .Portfolio-skills-section .col-1{
      margin-right: 35px;
    }
    .skill-sets h4{
      margin-right: -20px;
    }
    .Portfolio--section-title h1{
      font-size: 30px;
    line-height: 40px;
    }
    .abtdt h6{
      font-size: 14px;
    }
    .abtdt span{
      font-size: 15px;
      line-height: 20px;
    }
    .abtdt {
      padding-top: 6px;
      padding-bottom: 10px;
  }
  .col-abt h5 {
    margin-top: px;
}.col-abt .skill-name{
  margin-top: 0px;
}
   .main-heading h1{
    font-size: 60px;
    line-height: 75px;
   }
   .main-heading {
    padding: 30px 40px;
   }
   .sub-info {
    padding: 30px 0px
   }
   .sub-info .Portfolio--card-wrap2{
    width: 80px;
    height: 80px;
   }
   .Portfolio--social-icon ul li a{
    width: 40px;
    height: 40px;
   }
   .Portfolio--social-icon ul li a img {
    width: 15px;
   }
   .Portfolio-showcase-section2 .main-heading{
    padding: 30px 40px;
   }
   .Portfolio-showcase-section2 .main-heading h2{
    font-size: 50px!important;
    line-height: 65px!important;
   }
   .info-box .Portfolio---btn4{
    margin-right: 0px!important;
   }
   .Portfolio-contact-section p{
    margin-bottom: 8px;
   }
    


   .site-navbar .Portfolio---btn4 img{
    padding: 12px 12px;
    width: 39px;
    margin-top: -5px;
   }
   .site-navbar .Portfolio---btn4{
    padding-top: 5px;
    font-size: 18px;
    letter-spacing: 3px;
   }
   .col-abt .progress {
  height: 10px; 
  }

}
@media (max-width: 1099px){
  .main-heading h1 {
    font-size: 50px;
    line-height: 65px;
}
.Portfolio-showcase-section2 .main-heading h2 {
  font-size: 40px!important;
  line-height: 50px!important;
}
.skill-sets {
  margin-right: 40px;
}
.skill-sets h4 {
  margin-right: -40px;
}
.Portfolio-skills-section {
  padding-top: 50px;
  align-items: center;
}
.Portfolio--all-lists {
  padding: 20px 60px;
  margin-top: 0px;
}
.abt-section {
  padding: 20px 60px;
}
.Portfolio-showcase-section .info-box p{
  width: 50%!important;
}

}

@media (max-width: 991px){
  .Portfolio--iconbox-thumb img {
    width: 25px !important;
    margin-top: -10px;
}

  .Portfolio-showcase-section .info-box p{
    width: 60%!important;
  }
  #bigproject {
    width: 50%!important;
  }
  #project {
    width: 90vw;
    height: 40vh;
  }
  .abt-section {
    padding: 60px 20px;
  }
  .Portfolio--card-wrap{
    width: 60%;
    margin-bottom: 20px;
  }
  .Portfolio--all-lists{
    padding: 40px 50px;
  }
  .list:last-child{
    padding-bottom: 20px;
  }
  .list p{
    font-size: 18px;
  }
  .Portfolio-skills-section {
    padding-top: 200px;
    align-items: flex-start;
  }
  .Portfolio-skills-section .col-1 {
    margin-right: 50px;
  }
  .Portfolio-showcase-section{
    padding-top: 200px;
    align-items: flex-start;
  }
  .Portfolio-showcase-section2 .main-heading {
    padding: 30px 20px;
}
  .Portfolio-showcase-section2 .main-heading h2{
    font-size: 40px!important;
    line-height: 55px!important;
  }
  .more-abt{
    display: none;
  }
  .Portfolio-showcase-section2 .info-box{
    flex-direction: column-reverse;
    align-items: flex-start;
  }

}
@media (min-width: 850px) and (max-width: 991px) {
  .Portfolio--card-wrap{
    width: 80%;
    margin-bottom: 20px;
  }
  .more-abt{
    margin-top: 20px;
    display: flex;
  }
}


@media (max-width: 760px){
  .Portfolio-skills-section .col-1 {
    margin-right: 35px;
  }
  .row1 .col-1:nth-child(7){
    margin-right: 45px;
    margin-top: 40px;
  }

  .row1 .col-1:last-child{
    margin-right: 45px;
    margin-top: 40px;
  }
  .Portfolio--card-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
  .Portfolio--card-wrap2{
    width: 50px;
    border: 1px solid #00e1ff;
    height: 50px;
  }
  .Portfolio-skills-section .col-1:last-child{
    margin-right: 35px;
  }
  .Portfolio-showcase-section2 .info-box{
    flex-direction: column-reverse;
  }

  .Portfolio-showcase-section2 .main-heading {
    padding: 20px 10px!important;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 94% 100%, 50% 100%, 45% 90%, 8% 90%, 0 75%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 85%, 94% 100%, 50% 100%, 45% 90%, 8% 90%, 0 75%, 0 0);
  }
  .Portfolio-showcase-section2 .main-heading h2{
    font-size: 30px!important;
    line-height: 45px!important;
    }
  .skill-sets h4 {
    margin-right: -10px;
}
.skill-sets {
  margin-right: 20px;
}
  .Portfolio-skills-section{
    padding-top: 100px;
    align-items: flex-start;
  }
  .Portfolio-showcase-section{
    padding-top: 100px;
    align-items: flex-start;
  }
  .Portfolio-showcase-section2{
    padding-top: 100px;
    align-items: flex-start;
  }
  .main-heading {
    padding: 20px 10px;
    width: 100%;
  }
  .main-heading h1{ 
    font-size: 40px;
    line-height: 50px;
    text-align: start;
  }
  .sub-info{
    padding: 30px 0px;
  }
  .sub-info .Portfolio--card-wrap2{
    width: 60px;
    height: 50px;
    clip-path: polygon( /* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100% );
  }
  .info-box p {
    margin-left: 15px;
    width: 80%;
}
.info-box .Portfolio--social-icon{
  display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.Portfolio-showcase-section .Portfolio---btn4{
  margin-top: 40px!important;
}
.info-box .Portfolio---btn4{
  margin-left: 0px;
  margin-top: 20px;
}
.Portfolio-showcase-section2 p{
  padding: 20px 0px 0px 0px;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 0px;
}
  .abt-section {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 97%, 58% 97%, 50% 100%, 7% 100%, 0 97%, 0% 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 97%, 58% 97%, 50% 100%, 7% 100%, 0 97%, 0% 35%, 0 0);
    padding: 30px 10px;
    }
    .Portfolio--section-title h1{
    font-size: 20px;
    line-height: 25px;
    }
    .Portfolio--all-lists{
      padding: 30px 0px;
      margin-top: 0px;
      margin: 0px;
      -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 97%, 58% 97%, 50% 100%, 7% 100%, 0 97%, 0% 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 97%, 58% 97%, 50% 100%, 7% 100%, 0 97%, 0% 35%, 0 0);
    }
    .list{
      padding-bottom: 20px;
    }
    .list:last-child{
      padding-bottom: 10px;
    }
    .list h3{
      font-size: 22px;
      font-weight: 800;
      margin-bottom: 0px;
    }
    .list h4{
      font-size: 18px;
      margin-bottom: 0px;
    }
    .list p{
      font-size: 14px;
    }
}
@media (min-width: 490px) and (max-width: 620px){

  .row1 .col-1:last-child{
    margin-right: 35px;
    margin-top: 0px;
  }
  .skill-sets h4 {
    margin-right: 0px;
}
.Portfolio-skills-section h2{
  margin-right: 20px;
}
  .Portfolio--card-wrap {
    width: 60%;
    margin-bottom: 20px;
}
.Portfolio-exp-section .Portfolio--section-title{
  display: none;
  }

}

@media (max-width: 380px){
 
  .rt-pt-40 {
    padding-top: 60px!important;

  }
  .main-heading h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .Portfolio-showcase-section2 .main-heading h2 {
    font-size: 25px!important;
    line-height: 35px!important;
}
.Portfolio--counter-wrap3 .Portfolio--counter-data p{
  font-size: 14px;
}
.list h3{
  font-size: 18px;
}
.list {
  padding-bottom: 10px;
}
.Portfolio--all-lists {
  padding: 10px 0px;
}
.abt-section{
  padding: 20px 10px;
}
.Portfolio---btn4 {
  padding: 7px 4px;
  font-size: 10px;
  margin-right: 0px;
}
.Portfolio--card-wrap{
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.Portfolio-exp-section .Portfolio--section-title{
display: none;
}
.f-size-25{
  font-size: 16px!important;
}
}
@media (max-width: 320px){
 
  .main-heading h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .main-heading {
    padding: 15px 10px;
    width: 100%;
}
.sub-info{
  padding: 20px 0px;
}
.info-box .Portfolio---btn4{
  margin-top: 25px!important;
}
.grid .item p{
    font-size: 12px;
    margin-top: 0px!important;
    line-height: 14px;
}
.grid .item p:last-child {
  font-size: 8px;
  
}
.Portfolio-showcase-section2 a{
  padding: 9px 10px;
}
.Portfolio--social-icon ul li a {
  width: 35px;
  height: 35px;
}
.Portfolio--social-icon ul li a img {
  width: 10px;
}
.Portfolio-showcase-section2 .main-heading h2 {
  font-size: 20px!important;
  line-height: 30px!important;
}
  .list p{
    font-size: 12px;
    line-height: 17px;
  }
  .Portfolio--counter-wrap3 .Portfolio--counter-data p{
    font-size: 12px;
  }
  
  .Portfolio-skills-section .col-1 {
    margin-right: 40px;
  }
  .Portfolio-skills-section .col-1:nth-child(6){
    margin-right: 40px;
    margin-top: 40px;
  }
  .Portfolio-skills-section .col-1:last-child{
    margin-right: 35px;
  }
  .Portfolio-skills-section{
    padding-top: 80px;
    align-items: flex-start;
  }


}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #000000f0; /* Fallback color */
  background-color: #000000f0; /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe00;
  border: 3px solid #00e1ff;
  box-shadow: inset 0 0px 70px #00eaff81;
  margin: auto;
  padding: 50px 30px;
  width: 90%;
  border-radius: 0px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 1s ease-in-out;
}

/* The Close Button */
.close {
  color: #fff;
  width: 20px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .Portfolio--card-thumb{
  margin-bottom: 0px!important;
  object-fit: fill;
  max-width: 440px;
}
.modal-content .Portfolio--card-thumb img{
  height: 230px;
  max-width: 440px;
  filter: grayscale(0);
  object-fit: fill;
}
.Portfolio-projects-section .modal-content{
  width: 80%;
}
.Portfolio-projects-section .btns{
  margin:20px 0px!important
}

#bigproject {
  width: 50%!important;
  height: auto;
  display: flex;
  padding: 80px 10px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px){
  .Portfolio-showcase-section .info-box p{
    width: 100%!important;
  }
  .modal-content{
    padding: 0px 0px;
    width: 90%!important;
  }
  #bigproject {
    width: 70%!important;
  }
}

canvas {
  border: 1px solid black;
}

@media (max-width: 991px){
.Portfolio-projects-section .btns {
    margin: 10px 0px 10px 0px!important;
}
}