.dark-theme .header_big_text h2 {
  color: #fff;
}

.page-template-homenew {
  scroll-behavior: smooth;
  background-color: #ffffff !important;
}
.page-template-homenew ::-moz-selection {
  background: #000000 !important;
  color: #fff !important;
}
.page-template-homenew ::selection {
  background: #000000 !important;
  color: #fff !important;
}
.page-template-homenew .main-header, .page-template-homenew .switch {
  display: none;
}
.page-template-homenew ._site_container {
  max-width: 1200px;
  margin: auto;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}
.page-template-homenew header {
  padding: 15px 0 0;
  margin: 100px 0 20px 0;
}
.page-template-homenew .wrap_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
.page-template-homenew .wrap_head .logo {
  width: 300px;
}
.page-template-homenew .wrap_head .logo a {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.page-template-homenew .wrap_head .content {
  width: calc(100% - 300px);
}
.page-template-homenew .wrap_head .content p {
  font-size: 16px;
}
.page-template-homenew .wrap_head .content a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-homenew .wrap_head .content .chat_para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-homenew .portofolio_section {
  margin-top: 100px;
}
.page-template-homenew .portofolio_section .portfolio_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%; /* Adjust the width of each portfolio item as needed */
  overflow: hidden;
  width: 374px;
  border: 1px solid #eaeaea;
  aspect-ratio: 1/1;
  background-color: #ffffff;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item.vinmio {
  background: #e0082d;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item.dossier {
  background: #43464e;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item.blossoms-air {
  background: #f4b5ab;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item:hover {
  border: 1px solid #ddd;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); /* Adjust the scale factor as needed */
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item:hover .item_overlay {
  opacity: 0.8;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item:hover .item_overlay h3 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  opacity: 1;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item .item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-template-homenew .portofolio_section .portfolio_grid .portfolio_item .item_overlay h3 {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.page-template-homenew .portofolio_section .portfolio_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
  margin: 45px 0 30px;
}
.page-template-homenew .portofolio_section .portfolio_tabs button.tab-btn {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
}
.page-template-homenew .portofolio_section .portfolio_tabs button.tab-btn.active {
  color: #b2b2b2;
  border-bottom: 2px solid #b2b2b2;
  padding: 10px 0;
  border-radius: 0;
  font-weight: 500;
}
.page-template-homenew footer {
  margin: 100px 0 0;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0 0;
}
.page-template-homenew footer .wrap_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.page-template-homenew footer .wrap_copyright p {
  margin: 0;
  font-size: 16px;
}
.page-template-homenew footer .wrap_copyright .policy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.page-template-homenew footer a {
  color: #000;
  font-size: 16px;
}
.page-template-homenew footer a:hover, .page-template-homenew footer a:focus {
  color: #080808;
}

.white-theme .newportfolio header {
  background-color: #ddd;
}
.white-theme .newportfolio header .portfolio_p {
  color: #000;
}
.white-theme .newportfolio header .header_info {
  color: #000;
}

.newportfolio header {
  background-color: #000;
  position: fixed;
  height: 100%;
  width: 18%;
  padding: 35px 40px 0px 26px;
  top: 0;
  left: 0;
}
.newportfolio header .portfolio_p {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 7px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 2px;
  text-align: center;
}
.newportfolio header .header_info {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  padding: 0px 30px 0px 30px;
  color: #fff;
  text-align: center;
}
.newportfolio header .header_info h2 {
  font-weight: 500;
  font-size: 21px;
}
.newportfolio header .header_info p {
  font-size: 13px;
  line-height: 25px;
}
.newportfolio header .header_big_text h2 {
  position: fixed;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 40vh;
  left: 0vh;
  z-index: -1;
  opacity: 0.03;
  top: 29%;
  font-weight: 900;
  line-height: 35vh;
}
.newportfolio .spacer {
  padding: 0 5% 0 23%;
}
.newportfolio .devolpment_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 55px;
  row-gap: 30px;
}
.newportfolio .devolpment_section .item {
  width: 33.33%;
}
.newportfolio .devolpment_section .static_contant h2 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 30px;
}
.newportfolio .devolpment_section .static_contant ul {
  margin: 20px 0 0 0;
  padding: 0px;
}
.newportfolio .devolpment_section .static_contant ul li {
  list-style-type: none;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  line-height: 26px;
}
.newportfolio .devolpment_section .static_contant ul li span {
  background-color: #7f7f7f;
  border-radius: 50%;
  color: #fff;
  height: 25px;
  width: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 15px;
}
.newportfolio .devolpment_section .static_contant ul li a {
  text-decoration: none;
  color: #888888;
  margin-left: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
}
.newportfolio .devolpment_section .static_contant ul li a:hover {
  color: #c3c3c3;
}

.status {
  font-size: 16px;
  color: #4daa57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status span {
  width: 12px;
  height: 12px;
  background-color: #4daa57;
  border-radius: 50%;
}
.status.unavailable {
  color: #ed4322;
}
.status.unavailable span {
  background-color: #ed4322;
}
.status:not(.unavailable) span {
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}
@media (max-width: 767px) {
  .status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(77, 170, 87, 0.2);
            box-shadow: 0 0 0 0px rgba(77, 170, 87, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(77, 170, 87, 0);
            box-shadow: 0 0 0 10px rgba(77, 170, 87, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(77, 170, 87, 0.2);
            box-shadow: 0 0 0 0px rgba(77, 170, 87, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(77, 170, 87, 0);
            box-shadow: 0 0 0 10px rgba(77, 170, 87, 0);
  }
}
@media (max-width: 1200px) {
  .page-template-homenew ._site_container ._container {
    padding: 0 20px;
  }
  .page-template-homenew .portofolio_section .portfolio_grid .portfolio_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .newportfolio header {
    width: 220px;
  }
  .newportfolio .devolpment_section .item {
    width: 50%;
  }
  .newportfolio .spacer {
    width: calc(100% - 220px);
    margin-left: 15px;
    padding-left: 235px;
  }
}
@media (max-width: 990px) {
  .newportfolio .devolpment_section .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .newportfolio .spacer {
    padding-left: 0;
    width: 100%;
  }
  .newportfolio header {
    display: none;
  }
  .page-template-homenew .wrap_head {
    display: block;
    text-align: center;
  }
  .page-template-homenew .wrap_head .logo {
    width: 100%;
    text-align: center;
  }
  .page-template-homenew .wrap_head .content {
    width: 100%;
  }
  .page-template-homenew .wrap_head .content p {
    font-size: 14px;
  }
  .page-template-homenew .wrap_head .content .chat_para {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .page-template-homenew ._site-footer .wrap_copyright {
    display: block;
    text-align: center;
  }
  .page-template-homenew ._site-footer .wrap_copyright .policy {
    margin-top: 15px;
  }
  .page-template-homenew ._site-footer .wrap_copyright .policy ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-homenew .portofolio_section {
    margin-top: 40px;
  }
}
@media (max-width: 520px) {
  .page-template-homenew header {
    margin: 50px 0 10px 0;
  }
  .page-template-homenew .portofolio_section .portfolio_grid .portfolio_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}/*# sourceMappingURL=style.min.css.map */