/* =========================================
   Portfolio Page Specific Styles
   ========================================= */
/* =========================================
   Breakpoint System
   ========================================= */
/* =========================================
   Button Styles Mixin
   ========================================= */
/* =========================================
   Horizontal Scroll Container Mixin
   ========================================= */
header {
  background: linear-gradient(90deg, #061A36 0%, #0A3E78 40%, #0E5DA8 75%, #00A6B4 100%);
}

/* Hero Section */
.portfolio-section {
  background-image: url(../image/portfolio/hero-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 558px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
}
.portfolio-section h1 {
  background: linear-gradient(101deg, var(--color-white) 60.32%, var(--color-white-transparent-2) 129.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 1.6px;
  line-height: 140%;
  text-shadow: 0 0 45px rgba(255, 255, 255, 0.5);
  max-width: 1160px;
}
@media (max-width: 1680px) {
  .portfolio-section h1 {
    max-width: 965px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section h1 {
    max-width: 490px;
  }
}
.portfolio-section p {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 1680px) {
  .portfolio-section p {
    max-width: 720px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section p {
    max-width: 430px;
    font-size: 20px;
  }
}
.portfolio-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--color-gray-light);
  top: 0;
  left: 120px;
}
@media (max-width: 1680px) {
  .portfolio-section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: var(--color-gray-light);
    top: 0;
    left: 60px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section:after {
    display: none;
  }
}
.portfolio-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--color-gray-light);
  top: 0;
  right: 120px;
}
@media (max-width: 1680px) {
  .portfolio-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: var(--color-gray-light);
    top: 0;
    right: 60px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .portfolio-section {
    background: url(../image/portfolio/hero-image-tab.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* Section background */
/* =========================================
   Filter Section
   ========================================= */
.portfolio-filter {
  background-image: url(../image/portfolio/body.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-attachment: fixed;
  color: var(--color-white);
}

/* Layout */
.filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .filter-wrapper {
    align-items: start;
    gap: 16px;
    flex-direction: column;
  }
}

/* Title */
.filter-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

/* Right side group */
.filter-group {
  display: flex;
  gap: 60px;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .filter-group {
    gap: 16px;
    width: 100%;
  }
}

/* Dropdown style */
.filter-item {
  position: relative;
  min-width: 260px;
}
@media (max-width: 1024px) {
  .filter-item {
    min-width: 140px;
  }
}
@media (max-width: 600px) {
  .filter-item {
    min-width: auto;
    width: 100%;
  }
}
.filter-item .custom-select {
  position: relative;
  width: 260px;
  cursor: pointer;
  color: var(--color-white);
  padding: 0 12px;
}
@media (max-width: 1024px) {
  .filter-item .custom-select {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .filter-item .custom-select {
    width: 100%;
  }
}
.filter-item .custom-select .select-selected {
  position: relative;
  font-size: 24px;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid var(--color-white);
}
@media (max-width: 1024px) {
  .filter-item .custom-select .select-selected {
    font-size: 16px;
  }
}
.filter-item .custom-select .select-selected::after {
  content: url("../image/icon/drop-icon.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.filter-item .custom-select .select-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(11, 23, 36, 0.8);
  border-radius: 16px;
  z-index: 999;
  display: none;
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(1, 127, 190, 0.4);
  padding: 8px 0;
}
@media (max-width: 1024px) {
  .filter-item .custom-select .select-options {
    top: 42px;
  }
}
.filter-item .custom-select .select-options li {
  padding: 8px 32px;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .filter-item .custom-select .select-options li {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
  }
}
.filter-item .custom-select .select-options li:hover {
  background: linear-gradient(94.46deg, #009EA2 -41.27%, #058FFF 98.63%);
}
.filter-item .custom-select.active .select-options {
  display: block;
}

/* =========================================
   Responsive Images
   ========================================= */
.portfolio-launch-your-idea h3 {
  max-width: 887px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .portfolio-launch-your-idea h3 {
    max-width: 767px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea h3 {
    max-width: 537px;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea h3 {
    max-width: 250px;
  }
}

.portfolio-launch-your-idea .button {
  width: 250px;
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea .button {
    width: 200px;
  }
}

.section-padding-32 {
  padding: 32px 0;
}

/* Test compilation */

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