@charset "UTF-8";
@import '../scss/vendors/animation.css';
@import '../fonts/stylesheet.css';
/* Color */
/* Font Typo */
.light-bg {
  background-color: #eaf9ff;
}

.dark-bg {
  background: radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%), #080618;
  color: #eaf9ff;
}
.dark-bg h2, .dark-bg .h2, .dark-bg h3, .dark-bg .h3, .dark-bg h4, .dark-bg .h4, .dark-bg p {
  color: #eaf9ff;
}

.primary {
  color: #080618;
}

.green {
  color: #4bb652;
}

* {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent !important;
}

address, blockquote, div, dl, form, pre, table, dd, dt, ol, ul, li, tbody, td, tfoot, th, thead, tr, del, ins, map, object, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, iframe, article, aside, details, figcaption, figure, hgroup, menu, nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none;
  color: #000000;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

select {
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  outline: none;
  text-decoration: none;
  color: #000000;
}

select::-ms-expand {
  display: none;
}

textarea:focus {
  outline: none;
  text-decoration: none;
  color: #000000;
}

::selection {
  color: #eaf9ff;
  background-color: rgba(75, 182, 82, 0.7);
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
html::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0;
  background-color: rgba(47, 47, 47, 0.5);
  pointer-events: none;
  z-index: -1;
  transition: 0.3s;
}

body {
  outline: 0;
  font-style: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #eaf9ff;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #080618;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: #d6d6d6;
}
body::-webkit-scrollbar-thumb {
  background-color: #4bb652;
  border-radius: 12px;
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

*:focus {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden::before {
  opacity: 1;
  pointer-events: all;
  z-index: 3;
}
.overflow-hidden section,
.overflow-hidden footer {
  filter: blur(4px);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-display: swap;
}

h1, .h1 {
  font-family: "Viga";
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #eaf9ff;
}
@media (max-width: 1520px) {
  h1, .h1 {
    font-size: 86px;
  }
}
@media (max-width: 1460px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-family: "Viga";
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #080618;
}
@media (max-width: 1520px) {
  h2, .h2 {
    font-size: 70px;
  }
}
@media (max-width: 1460px) {
  h2, .h2 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-family: "Viga";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #080618;
}
@media (max-width: 1520px) {
  h3, .h3 {
    font-size: 60px;
  }
}
@media (max-width: 1460px) {
  h3, .h3 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "Viga";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #080618;
}
@media (max-width: 1520px) {
  h4, .h4 {
    font-size: 44px;
  }
}
@media (max-width: 1460px) {
  h4, .h4 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

h5, .h5 {
  font-family: "Viga";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #080618;
}
@media (max-width: 1520px) {
  h5, .h5 {
    font-size: 34px;
  }
}
@media (max-width: 1460px) {
  h5, .h5 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-family: "Viga";
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 1460px) {
  h6, .h6 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid rgba(75, 182, 82, 0.3);
}

a {
  text-decoration: none;
  color: inherit;
  transition: all ease 0.4s;
}
a:hover {
  text-decoration: none;
  color: #4bb652;
}
a:focus {
  outline: none;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
}
button:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  color: #eaf9ff;
}

.btn {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #eaf9ff;
  padding: 12px 40px;
  text-align: center;
  background-color: #0055c8;
  border: 2px solid rgba(44, 54, 117, 0.7);
  border-radius: 5px;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-width: 150px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 130px;
  }
}
.btn:hover {
  color: rgba(234, 249, 255, 0.8);
}
.btn:hover::before, .btn:hover::after {
  top: -60px;
}
.btn::before, .btn::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  top: -45px;
  left: 50%;
  margin-left: -150px;
  z-index: -1;
  transition: 1s;
  pointer-events: none;
}
.btn::after {
  border-radius: 45%;
  background: rgb(20, 20, 20);
  box-shadow: 0 0 10px 5px rgba(0, 85, 200, 0.5), inset 0 0 5px rgba(0, 85, 200, 0.5);
  animation: animate 5s linear infinite;
  opacity: 0.8;
}
.btn::before {
  border-radius: 40%;
  box-shadow: 0 0 10px rgba(0, 85, 200, 0.5), inset 0 0 5px rgba(0, 85, 200, 0.5);
  background: rgba(8, 6, 24, 0.5);
  animation: animate 7s linear infinite;
}
@keyframes animate {
  0% {
    transform: translateY(-75%) rotate(0);
  }
  100% {
    transform: translateY(-75%) rotate(360deg);
  }
}

.stretched-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

.hyperlink {
  color: #4bb652;
  font-weight: 500;
  position: relative;
}
.hyperlink:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 1px;
  width: 0;
  right: 0;
  left: auto;
  background-color: #4bb652;
  transition: 0.5s;
}
.hyperlink:hover {
  color: #4bb652;
}
.hyperlink:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.bg-set {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-set img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  padding: 100px 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 11;
}
@media (max-width: 767px) {
  .fixed-btn {
    bottom: 20px;
  }
}
.fixed-btn li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 6, 24, 0.5);
  color: #eaf9ff;
  cursor: pointer;
  border-radius: 100%;
  transition: none;
  box-shadow: 0px 0 20px rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .fixed-btn li a {
    width: 40px;
    height: 40px;
    padding: 13px;
  }
}

.common-section {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .common-section {
    padding-top: 150px;
  }
}
.common-section h1 {
  font-size: 200px;
  color: #080618;
  -webkit-text-stroke: 6px #eaf9ff;
}
@media (max-width: 991px) {
  .common-section h1 {
    font-size: 100px;
    -webkit-text-stroke: 3px #eaf9ff;
  }
}
@media (max-width: 767px) {
  .common-section h1 {
    font-size: 70px;
  }
}
.common-section h4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .common-section h4 {
    font-size: 24px;
  }
}

.ul-listed ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .ul-listed ul li {
    padding-left: 22px;
  }
}
.ul-listed ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #4bb652;
  width: 8px;
  height: 8px;
  z-index: 1;
}
@media (max-width: 991px) {
  .ul-listed ul li::before {
    top: 5px;
  }
}
@media (max-width: 575px) {
  .ul-listed ul li::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
.ul-listed ul li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  background-color: #b4dbb7;
  width: 11px;
  height: 11px;
}
@media (max-width: 991px) {
  .ul-listed ul li::after {
    top: 8px;
  }
}
@media (max-width: 575px) {
  .ul-listed ul li::after {
    left: 2px;
    width: 9px;
    height: 9px;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .form-row > [class*=col-] {
    max-width: calc(50% - 15px);
  }
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}
.form-group label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.form-group .form-control {
  font-family: "Rubik";
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #080618;
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group .form-control.wpcf7-not-valid {
  border-color: #dc3232;
}
.form-group .form-control:focus {
  border-color: #080618;
}
.form-group .form-control::-webkit-input-placeholder {
  color: rgba(8, 6, 24, 0.5);
}
.form-group .form-control::-moz-placeholder {
  color: rgba(8, 6, 24, 0.5);
}
.form-group .form-control:-ms-input-placeholder {
  color: rgba(8, 6, 24, 0.5);
}
.form-group .form-control::-ms-input-placeholder {
  color: rgba(8, 6, 24, 0.5);
}
.form-group .form-control::placeholder {
  color: rgba(8, 6, 24, 0.5);
}
.form-group .form-control[type=number]::-webkit-outer-spin-button, .form-group .form-control[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form-group select option {
  background-color: #080618;
  color: #eaf9ff;
}
.form-group select option:first-child {
  display: none;
}
.form-group select option:checked {
  background-color: #eaf9ff;
  color: #080618;
}
.form-group select option[value="----"] {
  pointer-events: none;
}
.form-group .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.8rem;
}
.form-group .custom-control label {
  transform: none;
  position: static;
  pointer-events: all;
  cursor: pointer;
}
.form-group .custom-control .custom-checkbox-input input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-width: 6.5px;
  border-color: #080618;
}
.form-group .custom-control .custom-checkbox-input .wpcf7-list-item-label {
  font-size: 16px;
}
.form-group .custom-control .custom-checkbox-input .wpcf7-list-item-label::before {
  content: "";
  border-radius: 0.25rem;
  border: 1px solid #080618;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
  box-sizing: border-box;
}
.form-group .budget-wrap .budget-list {
  max-width: 600px;
  margin-bottom: 10px;
}
.form-group .budget-wrap .budget-list .custom-control {
  position: relative;
  display: block;
  border: 1px solid rgba(8, 6, 24, 0.5);
  border-radius: 6px;
  width: 48%;
  padding: 0;
}
.form-group .budget-wrap .budget-list .custom-control label {
  transform: none;
  position: static;
  pointer-events: all;
  cursor: pointer;
  margin: 0;
  padding: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-group .budget-wrap .budget-list .custom-control label::after {
  content: "";
  border-radius: 100%;
  border: 1px solid #080618;
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
}
.form-group .budget-wrap .budget-list .custom-control label:has(input[type=radio]:checked)::after {
  border-width: 6px;
  border-color: #080618;
}
.form-group .budget-wrap .hourly-rate,
.form-group .budget-wrap .fixed-rate {
  max-width: 350px;
}
.form-group .budget-wrap .fixed-rate {
  display: none;
}

.container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.container-small {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.row.small-gutters {
  margin-left: -15px;
  margin-right: -15px;
}
.row.small-gutters > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.row-gap-10 {
  row-gap: 10px;
}
.row-gap-20 {
  row-gap: 20px;
}
.row-gap-30 {
  row-gap: 30px;
}

.col-gap-5 {
  column-gap: 5px;
}
.col-gap-10 {
  column-gap: 10px;
}
.col-gap-20 {
  column-gap: 20px;
}
.col-gap-30 {
  column-gap: 30px;
}
@media (max-width: 991px) {
  .col-md-full {
    max-width: 100%;
  }
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

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

.col-11 {
  max-width: 91.66666667%;
}

.col-10 {
  max-width: 83.33333333%;
}

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

.col-8 {
  max-width: 66.66666667%;
}

.col-7 {
  max-width: 58.33333333%;
}

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

.col-5 {
  max-width: 41.66666667%;
}

.col-4 {
  max-width: 33.33333333%;
}

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

.col-2 {
  max-width: 16.66666667%;
}

.col-1 {
  max-width: 8.33333333%;
}

@media (max-width: 767px) {
  [class*=col-] {
    max-width: 100%;
  }
}

.radius-10 {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .radius-10 {
    border-radius: 5px;
  }
}

.unlisted {
  list-style: none;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .text-sm-right {
    text-align: right !important;
  }
}

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

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

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }
}

.m-auto {
  margin: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.p-0 {
  padding-block: 0 !important;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

/* Header css Start */
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  padding: 15px 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .header-main {
    padding: 10px 0;
  }
}
.header-main .header-inner {
  padding: 15px;
  background: radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%), #080618;
  border: 2px solid rgba(44, 54, 117, 0.7);
}
.header-main .header-inner .brand-navbar {
  display: flex;
  max-width: 160px;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .header-main .header-inner .brand-navbar {
    max-width: 160px;
  }
}
.header-main .header-inner .brand-navbar a img {
  display: block;
}
.header-main .header-inner .nav-menu.menu-open .navbar-toggle .line.line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header-main .header-inner .nav-menu.menu-open .navbar-toggle .line.line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.header-main .header-inner .nav-menu.menu-open .navbar-toggle .line.line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu.menu-open .navbar {
    transform: translateY(0) translateX(2px);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    pointer-events: all;
  }
}
.header-main .header-inner .nav-menu.menu-open .navbar .navbar-nav > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.header-main .header-inner .nav-menu .navbar-toggle {
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  border: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar-toggle {
    display: none;
  }
}
.header-main .header-inner .nav-menu .navbar-toggle svg {
  position: relative;
  z-index: 2;
}
.header-main .header-inner .nav-menu .navbar-toggle .line {
  fill: none;
  stroke: #eaf9ff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-main .header-inner .nav-menu .navbar-toggle .line.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header-main .header-inner .nav-menu .navbar-toggle .line.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.header-main .header-inner .nav-menu .navbar-toggle .line.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header-main .header-inner .nav-menu .navbar {
  width: 100%;
  position: static;
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar {
    display: block;
    position: fixed;
    top: 82px;
    right: 0;
    z-index: 99;
    width: calc(100% + 4px);
    background: radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%), #080618;
    background-image: url(../images/bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgba(44, 54, 117, 0.7);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    transform: translateY(25px);
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav {
    display: block;
    padding: 30px 20px;
    overflow-y: auto;
    max-height: calc(100vh - 108px);
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav::-webkit-scrollbar {
    width: 3px;
    height: 0;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav::-webkit-scrollbar-track {
    background-color: #eaf9ff;
    border-radius: 12px;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav::-webkit-scrollbar-thumb {
    background-color: #4bb652;
    border-radius: 12px;
  }
}
.header-main .header-inner .nav-menu .navbar .navbar-nav > li {
  margin: 0 20px;
}
@media (min-width: 992px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.get-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li {
    margin: 0 14px;
  }
}
@media (max-width: 991px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li {
    margin: 0;
    position: relative;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.header-main .header-inner .nav-menu .navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn) {
  font-size: 16px;
  font-weight: 500;
  color: #080618;
  position: relative;
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn) {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn) {
    padding: 10px 0;
    display: block;
    color: #eaf9ff;
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn):hover {
    color: #4bb652;
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn):hover:before {
    transform: translateY(-24px);
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn):hover::after {
    transform: none;
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn):before {
    content: attr(data-title);
    color: #eaf9ff;
    position: absolute;
    transition: all ease 0.4s;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn)::after {
    content: attr(data-title);
    color: #4bb652;
    position: absolute;
    transform: translateY(24px);
    transition: all ease 0.4s;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li > a:not(.btn) span {
    opacity: 0;
  }
}
.header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_item > a:not(.btn), .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_parent > a:not(.btn) {
  font-weight: bold;
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_item > a:not(.btn), .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_parent > a:not(.btn) {
    background-image: url(../images/down-arrow.svg);
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_item > a:not(.btn), .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_parent > a:not(.btn) {
    color: #4bb652;
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_item > a:not(.btn):before, .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_parent > a:not(.btn):before {
    transform: translateY(-24px);
  }
}
@media (min-width: 768px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_item > a:not(.btn)::after, .header-main .header-inner .nav-menu .navbar .navbar-nav > li.current_page_parent > a:not(.btn)::after {
    transform: none;
  }
}
@media (max-width: 767px) {
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.menu-item-has-children .menu-arrow {
    position: absolute;
    top: 7px;
    right: -7px;
    width: 30px;
    height: 30px;
    z-index: 11;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.menu-item-has-children .menu-arrow::before, .header-main .header-inner .nav-menu .navbar .navbar-nav > li.menu-item-has-children .menu-arrow::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 13px;
    width: 13px;
    height: 2px;
    background-color: #4bb652;
    transition: 0.5s;
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.menu-item-has-children .menu-arrow::before {
    transform: rotate(90deg);
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.menu-item-has-children .menu-arrow.sub-menu-open::after {
    transform: rotate(45deg);
  }
  .header-main .header-inner .nav-menu .navbar .navbar-nav > li.menu-item-has-children .menu-arrow.sub-menu-open::before {
    transform: rotate(135deg);
  }
}
.header-main .header-inner .nav-btn li {
  color: #4bb652;
}
.header-main .header-inner .nav-btn li:not(:first-child)::before {
  content: "/";
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.header-main .header-inner .profile-button .profileImg {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid rgba(44, 54, 117, 0.7);
  background-color: #eaf9ff;
  cursor: pointer;
}
.header-main .header-inner .profile-button .profile-sidebar {
  position: fixed;
  top: 115px;
  right: 0;
  transform: translateX(100%);
  width: 300px;
  height: calc(100vh - 130px);
  background: radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%), #080618;
  border: 2px solid rgba(44, 54, 117, 0.7);
  border-radius: 10px 0 0 10px;
  transition: all 0.2s ease-out;
}
.header-main .header-inner .profile-button .profile-sidebar.sidebar-open {
  transform: translateX(0);
}
.header-main .header-inner .profile-button .profile-sidebar .sidebar-heading {
  padding: 20px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(234, 249, 255, 0.5);
}
.header-main .header-inner .profile-button .profile-sidebar .sidebar-heading .account-swicher {
  width: 32px;
  height: 32px;
  background-color: rgba(75, 182, 82, 0.5);
  border: 1px solid rgba(234, 249, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
}
.header-main .header-inner .profile-button .profile-sidebar .sidebar-body {
  padding: 20px;
}
.header-main .header-inner .profile-button .profile-sidebar .sidebar-footer {
  padding: 20px;
  border-top: 1px solid rgba(234, 249, 255, 0.5);
}

/* Header css Start */
@keyframes menu-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes menu-slide-down {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/* Footer css Start */
footer {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  footer {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  footer {
    font-size: 14px;
  }
}
footer * {
  color: #eaf9ff;
}
footer .footer-inner {
  padding: 30px 24px 0;
}
@media (max-width: 991px) {
  footer .footer-inner .col-logo {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-inner .col-logo .footer-logo {
  margin-bottom: 30px;
  display: inline-block;
  max-width: 240px;
}
@media (max-width: 767px) {
  footer .footer-inner .col-logo .footer-logo {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  footer .footer-inner .col-logo .footer-logo img {
    width: 100%;
    height: auto;
  }
}
footer .footer-inner .col-nav .footer-link {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footer-inner .col-nav .footer-link {
    justify-content: center;
    margin-bottom: 5px;
  }
}
footer .footer-inner .col-nav .footer-link li {
  padding: 0 10px;
  position: relative;
}
footer .footer-inner .col-nav .footer-link li a {
  font-weight: 500;
}
footer .footer-inner .col-nav .footer-link li:not(:first-child)::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -2px;
}
footer .footer-inner .col-nav .social-media li {
  margin-right: 10px;
}
footer .footer-inner .col-nav .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #0055c8;
  border: 2px solid rgba(44, 54, 117, 0.7);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  footer .footer-inner .col-nav .social-media li a {
    width: 30px;
    height: 30px;
  }
}
footer .footer-inner .col-nav .social-media li a:hover {
  background-color: #002c67;
}
@media (max-width: 575px) {
  footer .footer-inner .col-nav .social-media li a svg {
    height: 15px;
    width: 18px;
  }
}
footer .footer-inner .copy-right {
  border-top: 2px solid rgba(44, 54, 117, 0.7);
  margin-top: 30px;
  padding: 20px 0;
}
@media (max-width: 575px) {
  footer .footer-inner .copy-right {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .copy-right > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .copy-right p {
    text-align: center;
  }
}

/* Footer css End */
/* Login Signup css Start */
.login-signup-section {
  padding-top: 150px;
}
.login-signup-section .form-block {
  max-width: 700px;
  padding: 50px 30px;
  border: 2px solid rgba(8, 6, 24, 0.5);
  margin: 0 auto;
  border-radius: 20px;
}
.login-signup-section .form-block.small-block {
  max-width: 550px;
}
.login-signup-section .form-group.or {
  overflow: hidden;
}
.login-signup-section .form-group.or span {
  position: relative;
}
.login-signup-section .form-group.or span::before, .login-signup-section .form-group.or span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  width: 50vw;
  border-bottom: 1px solid rgba(8, 6, 24, 0.5);
}
.login-signup-section .form-group.or span::after {
  left: auto;
  right: calc(50% + 20px);
}

/* Login Signup css End */
/* Projects Feed css Start */
.project-section .filter-sidebar {
  position: sticky;
  top: 115px;
}
.project-section .filter-sidebar .filter-list:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #080618;
}
.project-section .filter-sidebar .filter-list ul {
  padding: 0 15px;
}
.project-section .filter-sidebar .filter-list ul li {
  position: relative;
}
.project-section .filter-sidebar .filter-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.project-section .filter-sidebar .filter-list ul li input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.project-section .filter-sidebar .filter-list ul li input[type=checkbox]:checked + label {
  color: #4bb652;
}
.project-section .filter-sidebar .filter-list ul li input[type=checkbox]:checked + label::before {
  border-color: #4bb652;
}
.project-section .filter-sidebar .filter-list ul li input[type=checkbox]:checked + label::after {
  opacity: 1;
  border-color: #4bb652;
}
.project-section .filter-sidebar .filter-list ul li label {
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.project-section .filter-sidebar .filter-list ul li label:hover {
  color: #4bb652;
}
.project-section .filter-sidebar .filter-list ul li label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #080618;
  transition: all 0.2s ease-out;
}
.project-section .filter-sidebar .filter-list ul li label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 11px;
  box-sizing: border-box;
  border-right: 2px solid #080618;
  border-bottom: 2px solid #080618;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

/* Projects Feed css End */
/* Projects Feed css Start */
.project-section {
  overflow: visible;
  padding: 150px 0 50px;
}
.project-section .project-search {
  position: sticky;
  top: 115px;
  z-index: 1;
}
.project-section .project-search .form-group {
  position: relative;
}
.project-section .project-search .form-group .form-control {
  border: 1px solid rgba(8, 6, 24, 0.5);
  background-color: #eaf9ff;
  padding-right: 45px;
  text-transform: capitalize;
}
.project-section .project-search .form-group .form-control::-webkit-search-decoration, .project-section .project-search .form-group .form-control::-webkit-search-cancel-button, .project-section .project-search .form-group .form-control::-webkit-search-results-button, .project-section .project-search .form-group .form-control::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.project-section .project-search .form-group svg {
  position: absolute;
  right: 15px;
  top: 11px;
  pointer-events: none;
}
.project-section .project-search .project-save {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  padding: 8px;
  background-color: rgba(75, 182, 82, 0.1);
  border: 1px solid rgba(8, 6, 24, 0.5);
  cursor: pointer;
}
.project-section .project-search .project-save:hover {
  border-color: #4bb652;
  background-color: #4bb652;
}
.project-section .project-search .project-save:hover svg path {
  fill: rgba(234, 249, 255, 0.8);
}
.project-section .project-row .project-list {
  position: relative;
  padding: 30px 20px;
  border: 1px solid rgba(8, 6, 24, 0.5);
}
.project-section .project-row .project-list.cursor {
  cursor: pointer;
}
.project-section .project-row .project-list.cursor:hover {
  background-color: rgba(75, 182, 82, 0.1);
}
.project-section .project-row .project-list .not-available {
  font-family: "Viga";
  color: #CC9900;
}
.project-section .project-row .project-list .project-save {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 7px;
  background-color: rgba(75, 182, 82, 0.1);
  border: 1px solid rgba(8, 6, 24, 0.5);
  cursor: pointer;
}
.project-section .project-row .project-list .project-save.saved {
  border-color: #4bb652;
  background-color: #4bb652;
}
.project-section .project-row .project-list .project-save.saved svg path {
  fill: rgba(234, 249, 255, 0.8);
}
.project-section .project-row .project-list .description.line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-wrap: break-word;
}
.project-section .project-row .project-list .skills li {
  font-weight: bold;
}
.project-section .project-row .project-list .skills li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}
.project-section .project-row .project-list .skills li:not(:last-child)::before {
  content: "•";
  position: absolute;
  right: 8px;
  color: #4bb652;
}
.project-section .project-row .project-list .info li {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 5px;
}
.project-section .project-row .project-list .info li:not(:last-child) {
  padding-right: 60px;
  position: relative;
}
.project-section .project-row .project-list .info li:not(:last-child)::before {
  content: "-";
  position: absolute;
  right: 6px;
  color: #4bb652;
}
.project-section .project-row .project-list .info li strong {
  text-shadow: 1px 0;
}
.project-section .project-row .project-list .other-project ul {
  padding: 0 20px;
}
.project-section .project-row .project-list .budget-option .add-stage,
.project-section .project-row .project-list .budget-option .remove-stage {
  font-size: 30px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  color: #4bb652;
}

/* Projects Feed css End */
.profile-section {
  padding: 150px 0 50px;
}
.profile-section .profile-block {
  border: 1px solid rgba(8, 6, 24, 0.5);
}
.profile-section .profile-block .profile-header {
  padding: 30px 40px;
}
.profile-section .profile-block .profile-header .profile-image {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid rgba(44, 54, 117, 0.7);
  background-color: #eaf9ff;
}
.profile-section .profile-block .profile-body {
  padding: 0 20px;
}
.profile-section .profile-block .profile-body .block {
  padding: 30px 20px;
}
.profile-section .profile-block .profile-body .block .description p {
  white-space: pre-line;
}
.profile-section .profile-block .profile-body .block .skills {
  gap: 10px;
}
.profile-section .profile-block .profile-body .block .skills li {
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid rgba(8, 6, 24, 0.5);
  padding: 3px 15px;
  border-radius: 30px;
}
.profile-section .profile-block .profile-body .block.portfolio-block .portfolio-list {
  line-height: 1.3;
}
.profile-section .profile-block .profile-body .block.portfolio-block .portfolio-list .divImg {
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 1/0.75;
}
.profile-section .profile-block .profile-body .block.portfolio-block .portfolio-list .divImg img {
  display: block;
}

/* Project Post css Start */
.project-post-section {
  padding: 150px 0 50px;
}
.project-post-section .form-block {
  padding: 50px 30px;
  border: 1px solid rgba(8, 6, 24, 0.5);
  border-radius: 20px;
}
.project-post-section .form-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.project-post-section .form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .project-post-section .form-row > [class*=col-] {
    max-width: calc(50% - 15px);
  }
}
.project-post-section .form-group .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.project-post-section .form-group .skills label {
  font-size: 14px;
  font-weight: 700;
  color: #080618;
  border: 1px solid #080618;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.project-post-section .form-group .skills label:has(input[type=checkbox]:checked) {
  color: #eaf9ff;
  background-color: #080618;
}
.project-post-section .form-group .uploader-block label {
  padding: 50px 30px;
  border-radius: 6px;
  border: 2px dashed rgba(8, 6, 24, 0.2);
  cursor: pointer;
}
.project-post-section .form-group .uploader-block label span {
  opacity: 0.7;
}
.project-post-section .form-group .uploader-block .upload-error {
  font-size: 14px;
  font-weight: bold;
  color: red;
}
.project-post-section .form-group #preview {
  margin-top: 29px;
}
.project-post-section .form-group #preview .preview-list {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: rgba(75, 182, 82, 0.1);
  border: 1px solid rgba(8, 6, 24, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.project-post-section .form-group #preview .preview-list:not(:last-child) {
  margin-bottom: 5px;
}
.project-post-section .form-group #preview .preview-list .file-preview {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  background-color: rgba(75, 182, 82, 0.1);
  border: 1px solid rgba(8, 6, 24, 0.1);
}
.project-post-section .form-group #preview .preview-list .file-info {
  flex: 1;
}
.project-post-section .form-group #preview .preview-list .file-info .file-size {
  font-size: 80%;
}
.project-post-section .form-group #preview .preview-list .delete {
  background-color: rgba(75, 182, 82, 0.1);
  border: 1px solid rgba(8, 6, 24, 0.1);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-post-section .form-group #preview .preview-list .delete:hover {
  background: rgba(245, 87, 108, 0.2);
  border-color: #f5576c;
}

/* Project Post css End *//*# sourceMappingURL=style.css.map */