/* [project]/app/components/instagram-wrapp/instagramWrapp.css [app-client] (css) */
.insta-wrapp {
  float: left;
  width: 100%;
  padding: 40px 0 120px;
  display: block;
}

.insta-wrapp h3 {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-family: Recline-Regular;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
}

.insta-wrapp p {
  color: #333;
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.insta-wrapp img {
  transition: all .4s ease-in;
  display: block;
  width: 100% !important;
  position: relative !important;
}

.insta-wrapp .insta-gallery {
  margin-block: 30px;
}

.insta-wrapp .insta-img {
  border-radius: 12px;
  width: 95%;
  margin: 0 auto 4%;
  display: block;
  overflow: hidden;
}

.insta-wrapp .insta-img:hover img {
  transform: scale(1.05);
}

.insta-gallery .col-md-4 {
  padding: 0;
}

.insta-wrapp p a {
  color: #333;
}

@media screen and (max-width: 1199px) {
  .insta-wrapp h3 {
    font-size: 32px;
  }

  .insta-wrapp p {
    font-size: 15px;
  }

  .insta-wrapp {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .insta-wrapp h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .insta-wrapp h3 {
    font-size: 28px;
  }

  .insta-wrapp p {
    font-size: 14px;
  }

  .insta-wrapp {
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .insta-wrapp {
    text-align: center;
  }

  .insta-wrapp .insta-gallery .col-md-4 {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .insta-wrapp {
    padding: 20px 0;
  }
}

/* [project]/app/components/project-inner-page/projectInn-header/projectHeadWrapp.css [app-client] (css) */
.prjin-header {
  background: #192243;
  width: 100%;
  display: block;
}

.prjin-header img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.prjin-header .prjin-head-menu {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  display: flex;
}

.prjin-header .head-menu-col1 {
  width: 220px;
  display: inline-block;
}

.prjin-header .linker-list {
  width: auto;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.prjin-header .linker-list .linker-item {
  color: #fff;
  font-size: 16px;
  transition: all .3s ease-in;
  display: inline-block;
  position: relative;
}

.prjin-header .linker-list .linker-item:after {
  content: "";
  background: #fff;
  border: 0;
  border-radius: 12px;
  width: 0;
  height: 1px;
  transition: all .3s ease-in;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.prjin-header .linker-list .linker-item:hover:after {
  width: 100%;
}

.prjin-header .linker-list li {
  width: auto;
  margin: 0 18px;
  display: inline-block;
}

.prjin-header .linker-list li:last-child {
  margin-right: 0;
}

.prjin-header .head-menu-col1 img {
  max-width: 68px;
  margin: 6px auto;
}

.prjin-header .prjin-banner {
  width: 100%;
  height: calc(100vh - 154px);
  display: block;
  position: relative;
}

.prjin-header .prjin-banner img {
  object-fit: cover;
}

.prjin-header .prjin-banner .prjin-content {
  flex-flow: column wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.prjin-header .prjin-banner .prjin-feature {
  flex-wrap: wrap;
  width: 46%;
  margin: 0 0 18px;
  display: flex;
}

.prjin-header .prjin-banner .prjin-feature .feature-box {
  float: left;
  width: 50%;
  margin: 0 0 45px;
  display: inline-block;
}

.prjin-header .prjin-banner .prjin-feature h2 {
  color: #fff;
  margin: 0 0 12px;
  padding: 0 0 3px;
  font-family: Recline-Regular;
  font-size: 35px;
  position: relative;
}

.prjin-header .prjin-banner .prjin-feature h2:after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.prjin-header .prjin-banner .prjin-feature h5 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 400;
}

.prjin-header .download-btn {
  float: none;
  color: #fff;
  background: #192243;
  border: 1px solid #192243;
  border-radius: 22px;
  width: fit-content;
  margin: 0;
  padding: 13px 28px 13px 68px;
  font-size: 16px;
  line-height: normal;
  transition: all .25s ease-in;
  display: inline-block;
  position: relative;
}

.prjin-header .download-btn:hover {
  color: #192243;
  background: #fff;
}

.prjin-header .download-btn:before {
  content: "";
  background: url("/download-icon.svg") 100% / 100% no-repeat;
  width: 23px;
  height: 23px;
  transition: all .25s ease-in;
  position: absolute;
  top: 13px;
  left: 28px;
}

.prjin-header .download-btn:hover:before {
  background: url("/download-icon-hover.svg") 100% / 100% no-repeat;
}

.prjin-linker.scrolled {
  z-index: 9;
  background: #192243;
  width: 100%;
  animation: .7s slide-down;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1900px) {
  .prjin-header .prjin-banner .prjin-feature .feature-box {
    margin: 0 0 25px;
  }

  .prjin-header .prjin-banner .prjin-feature h2 {
    font-size: 32px;
  }

  .prjin-header .prjin-banner .prjin-feature h5 {
    font-size: 18px;
  }

  .prjin-header .prjin-banner {
    height: auto;
  }

  .prjin-header .prjin-banner img {
    min-height: 600px;
  }
}

@media screen and (max-width: 1500px) {
  .prjin-header .prjin-banner .prjin-content {
    width: 95%;
  }
}

@media screen and (max-width: 1399px) {
  .prjin-header .linker-list .linker-item {
    font-size: 15px;
  }

  .prjin-header .head-menu-col1 {
    width: 190px;
  }

  .prjin-header .prjin-banner .prjin-feature h2 {
    font-size: 30px;
  }

  .prjin-header .prjin-banner .prjin-feature h5 {
    font-size: 16px;
  }

  .prjin-header .download-btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .prjin-header .linker-list .linker-item {
    font-size: 14px;
  }

  .prjin-header .head-menu-col1 {
    width: 17.5%;
  }

  .prjin-header .head-menu-col1 img {
    padding: 4px;
    width: 35% !important;
  }

  .prjin-header .linker-list li {
    margin: 0 14px;
  }
}

@media screen and (max-width: 1024px) {
  .prjin-header .prjin-banner .prjin-content {
    width: 92%;
  }

  .prjin-header .prjin-banner .prjin-feature h2 {
    font-size: 28px;
  }

  .prjin-header .prjin-banner .prjin-feature h5 {
    font-size: 14px;
  }

  .prjin-header .download-btn {
    padding: 11px 22px 11px 58px;
  }

  .prjin-header .download-btn:before {
    width: 20px;
    height: 20px;
  }

  .prjin-header .prjin-banner .prjin-feature {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .prjin-header .prjin-banner .prjin-content {
    top: 50%;
    transform: translateY(-50%) !important;
  }

  .prjin-header .prjin-banner .prjin-feature h2 {
    font-size: 26px;
  }

  .prjin-header .prjin-banner .prjin-feature {
    width: 58%;
  }

  .prjin-header .prjin-banner img {
    opacity: .7;
    min-height: 500px;
  }

  .prjin-header .download-btn {
    font-size: 14px;
  }

  .prjin-header .download-btn:before {
    width: 16px;
    height: 16px;
  }

  .prjin-header .linker-list .linker-item {
    font-size: 13px;
  }

  .prjin-header .linker-list li {
    margin: 0 12px;
  }

  .prjin-header .download-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .prjin-header .prjin-linker {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .prjin-header .prjin-banner img {
    opacity: 1;
  }

  .prjin-header .prjin-banner .prjin-feature {
    width: 100%;
  }

  .prjin-header .prjin-banner .prjin-feature .feature-box {
    text-align: center;
    margin: 0 0 18px;
  }

  .prjin-header .prjin-banner .prjin-feature h2:after {
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .prjin-header .download-btn {
    margin: 0 auto;
  }

  .prjin-header .prjin-banner img {
    min-height: inherit;
  }

  .prjin-header .prjin-banner .prjin-content {
    top: inherit;
    width: 100%;
    padding: 28px 5%;
    position: relative;
    transform: none !important;
  }

  .prjin-header .download-btn {
    border-color: #fff;
  }

  .prjin-header .prjin-banner .prjin-feature h2 {
    font-size: 24px;
  }

  .prjin-header .prjin-banner .prjin-feature .feature-box {
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .prjin-header .prjin-banner .prjin-feature .feature-box {
    width: 50%;
    padding: 0 2% 12px;
  }

  .prjin-header .prjin-banner .prjin-feature h5 {
    font-size: 13px;
  }

  .prjin-header .prjin-banner .prjin-feature h2 {
    font-size: 20px;
  }
}

/* [project]/app/components/project-inner-page/unitPlan-wrapp/unitPlanWrapp.css [app-client] (css) */
.unitplan-wrapp {
  width: 100%;
  display: block;
}

.unitplan-wrapp img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.unitplan-wrapp .plan-header {
  background: #192243;
  width: 100%;
  padding: 3px 0;
  display: block;
}

.unitplan-wrapp h3 {
  color: #fff;
  margin: 0 0 12px;
  font-family: Recline-Regular;
  font-size: 35px;
  position: relative;
}

.unitplan-wrapp .plan-header h3 {
  margin: 0;
  display: inline-block;
}

.unitplan-wrapp .plan-header .planhead-img {
  width: 54px;
  margin: 0 0 0 5px;
  padding: 8px;
  display: inline-block;
}

.unitplan-wrapp .plan-header .container {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6%;
  display: flex;
}

.unitplan-wrapp .plan-row1 {
  width: 100%;
  padding: 100px 0;
  display: block;
}

.unitplan-wrapp .plan-col1 {
  width: 100%;
  display: block;
}

.unitplan-wrapp .plan-col2 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.unitplan-wrapp .plan-row1 .row {
  justify-content: space-between;
  align-items: center;
}

.unitplan-wrapp .plan-col2 h4 {
  text-transform: uppercase;
  letter-spacing: 1.35px;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
}

.unitplan-wrapp .plan-col2 .plan-table {
  width: 100%;
  display: block;
}

.unitplan-wrapp .plan-col2 .plan-table table th {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.35px;
  background: #c59d55;
  border-right: 1px solid #fff;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: 300;
}

.unitplan-wrapp .plan-col2 .plan-table table th:last-child {
  border: 0;
}

.unitplan-wrapp .plan-col2 .plan-table table th:nth-child(2) {
  min-width: 72px;
}

.unitplan-wrapp .plan-col2 .plan-table table td {
  color: #333;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 1399px) {
  .unitplan-wrapp h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .unitplan-wrapp h3 {
    font-size: 30px;
  }

  .unitplan-wrapp .plan-header .container {
    padding: 0 4%;
  }
}

@media screen and (max-width: 1024px) {
  .unitplan-wrapp h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .unitplan-wrapp h3 {
    font-size: 25px;
  }

  .unitplan-wrapp .plan-header .planhead-img {
    width: 48px;
  }

  .unitplan-wrapp .plan-row1 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .unitplan-wrapp .plan-header .container {
    justify-content: center;
  }

  .unitplan-wrapp .plan-row1 {
    padding: 55px 0;
  }
}

@media screen and (max-width: 576px) {
  .unitplan-wrapp h3 {
    font-size: 22px;
  }

  .unitplan-wrapp .plan-header .planhead-img {
    width: 42px;
  }
}

/* [project]/app/components/project-inner-page/highlight-plan/hightlights-plan.css [app-client] (css) */
.highlight-wrapp {
  width: 100%;
  display: block;
}

.highlight-wrapp .hightlight-head {
  background: #192243;
  width: 100%;
  padding: 3px 0;
  display: block;
}

.highlight-wrapp h3 {
  color: #fff;
  margin: 0 0 12px;
  font-family: Recline-Regular;
  font-size: 35px;
  position: relative;
}

.highlight-wrapp img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.highlight-wrapp .hightlight-head .hightlighthead-img {
  width: 54px;
  margin: 0 0 0 5px;
  padding: 8px;
  display: inline-block;
}

.highlight-wrapp .hightlight-head .container {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6%;
  display: flex;
}

.highlight-wrapp .hightlight-head .hightlighthead-tab {
  margin: 0 0 0 28px;
}

.highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1 {
  float: none;
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  background: none;
  border: 1px dashed #0000;
  border-radius: 30px;
  margin: 0 10px;
  padding: 10px 34px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s ease-in;
  display: inline-block;
  position: relative;
}

.highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1.active, .highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1:hover {
  border-color: #fff;
}

.highlight-wrapp .hightlight-head h3 {
  margin: 0;
  display: inline-block;
}

.highlight-wrapp .hightlight-content {
  width: 100%;
  padding: 150px 0 100px;
  display: block;
}

.highlight-wrapp .hightlight-content .row {
  align-items: center;
}

.highlight-wrapp .hightlight-content .highlight-col1 {
  text-align: left;
  width: 100%;
  display: block;
}

.highlight-wrapp .hightlight-content .highlight-gallery {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.highlight-wrapp .hightlight-content .highlight-gallery .highlight-img {
  width: 49%;
  margin: 0 2% 20px 0;
  display: inline-block;
}

.highlight-wrapp .hightlight-content .highlight-gallery .highlight-img:nth-child(2n) {
  margin-right: 0;
}

.highlight-wrapp .hightlight-content ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
}

.highlight-wrapp .hightlight-content ul li {
  color: #192243;
  padding: 0 0 18px 15px;
  font-size: 16px;
  line-height: 1.45;
  display: block;
  position: relative;
}

.highlight-wrapp .hightlight-content ul li:before {
  content: "-";
  color: #192243;
  font-size: 16px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1399px) {
  .highlight-wrapp h3 {
    font-size: 32px;
  }

  .highlight-wrapp .hightlight-content {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 1199px) {
  .highlight-wrapp h3 {
    font-size: 30px;
  }

  .highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1 {
    font-size: 16px;
  }

  .highlight-wrapp .hightlight-head .container {
    padding: 0 4%;
  }
}

@media screen and (max-width: 1024px) {
  .highlight-wrapp h3 {
    font-size: 28px;
  }

  .highlight-wrapp .hightlight-content {
    padding: 80px 0 60px;
  }

  .highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1 {
    padding: 8px 32px;
    font-size: 15px;
  }

  .highlight-wrapp .hightlight-content ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .highlight-wrapp h3 {
    font-size: 25px;
  }

  .highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1 {
    font-size: 14px;
  }

  .highlight-wrapp .hightlight-content ul li {
    padding: 0 0 15px 13px;
    font-size: 14px;
  }

  .highlight-wrapp .hightlight-head .container {
    padding: 0 4%;
  }

  .highlight-wrapp .hightlight-head .hightlighthead-img {
    width: 48px;
  }
}

@media screen and (max-width: 767px) {
  .highlight-wrapp .hightlight-head .hightlighthead-tab .tab-btn1 {
    padding: 9px 24px 8px;
  }

  .highlight-wrapp .hightlight-content {
    padding: 60px 0 40px;
  }

  .highlight-wrapp .hightlight-content .highlight-col1 {
    margin: 0 0 24px;
  }

  .highlight-wrapp .hightlight-content ul {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    display: grid;
  }

  .highlight-wrapp .hightlight-content ul li {
    padding: 0 0 12px 13px;
  }
}

@media screen and (max-width: 576px) {
  .highlight-wrapp .hightlight-head .container {
    justify-content: center;
  }

  .highlight-wrapp .hightlight-head .hightlighthead-tab {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 10px auto 20px;
    display: flex;
  }

  .highlight-wrapp h3 {
    font-size: 22px;
  }

  .highlight-wrapp .hightlight-head .hightlighthead-img {
    width: 42px;
  }
}

@media screen and (max-width: 480px) {
  .highlight-wrapp .hightlight-content ul {
    grid-template-columns: 1fr;
  }
}

/* [project]/app/components/project-inner-page/location-wrapp/locationWrapp.css [app-client] (css) */
.location-wrapp {
  width: 100%;
  display: block;
}

.location-wrapp .location-header {
  background: #192243;
  width: 100%;
  padding: 3px 0;
  display: block;
}

.location-wrapp h3 {
  color: #fff;
  margin: 0 0 12px;
  font-family: Recline-Regular;
  font-size: 35px;
  position: relative;
}

.location-wrapp .location-header .container {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6%;
  display: flex;
}

.location-wrapp .location-header h3 {
  margin: 0;
  display: inline-block;
}

.location-wrapp .location-header .hightlighthead-img {
  width: 56px;
  margin: 0 0 0 5px;
  padding: 8px;
  display: inline-block;
}

.location-wrapp img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.location-wrapp .location-row1 {
  width: 100%;
  display: block;
}

.location-wrapp .location-row1 .container {
  padding: 0;
  max-width: 1580px !important;
}

.location-wrapp .location-col1 {
  width: 100%;
  padding-right: 7%;
  display: block;
}

.location-wrapp .location-col2 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.location-wrapp .location-col2 h3 {
  color: #192243;
  text-transform: uppercase;
}

.location-wrapp p {
  color: #192243;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.88;
}

.location-wrapp h4 {
  color: #192243;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Recline-Regular;
  font-size: 30px;
  position: relative;
}

.location-wrapp .location-col2 .location-col11 {
  text-align: left;
  width: 48%;
  display: inline-block;
}

.location-wrapp .location-row1 .row {
  align-items: center;
}

.location-wrapp p span {
  display: block;
}

.location-wrapp .location-col2 ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
}

.location-wrapp .location-col2 ul li {
  color: #192243;
  padding: 0 0 12px 15px;
  font-size: 16px;
  line-height: 1.45;
  display: block;
  position: relative;
}

.location-wrapp .location-col2 ul li:before {
  content: "-";
  color: #192243;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.location-wrapp .location-btn1 {
  float: none;
  color: #333;
  font-size: 16px;
  line-height: normal;
  transition: all .25s ease-in;
  display: inline-block;
  position: relative;
}

.location-wrapp .location-btn1:after {
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  margin: 0 auto;
  transition: all .25s ease-in;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.location-wrapp .location-btn1:hover:after {
  width: 0;
}

@media screen and (max-width: 1600px) {
  .location-wrapp .location-row1 .container {
    width: 94%;
  }
}

@media screen and (max-width: 1399px) {
  .location-wrapp h3 {
    font-size: 32px;
  }

  .location-wrapp h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .location-wrapp .location-col2 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .location-wrapp h3 {
    font-size: 28px;
  }

  .location-wrapp h4 {
    font-size: 26px;
  }

  .location-wrapp .location-header .container {
    padding: 0 4%;
  }

  .location-wrapp .location-col2 ul li, .location-wrapp p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .location-wrapp h3 {
    font-size: 25px;
  }

  .location-wrapp h4 {
    font-size: 20px;
  }

  .location-wrapp .location-col2 ul li {
    font-size: 14px;
  }

  .location-wrapp .location-header .hightlighthead-img {
    width: 48px;
  }

  .location-wrapp p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .location-wrapp .location-header .container {
    justify-content: center;
  }

  .location-wrapp .location-col1 {
    margin: 0 0 20px;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .location-wrapp h3 {
    font-size: 22px;
  }

  .location-wrapp .location-header .hightlighthead-img {
    width: 42px;
  }
}

@media screen and (max-width: 480px) {
  .location-wrapp .location-col2 .location-col11 {
    width: 100%;
  }
}

/* [project]/app/components/project-inner-page/specifications/specificationsWrapp.css [app-client] (css) */
.specification-wrapp {
  width: 100%;
  display: block;
}

.specification-wrapp .specif-head {
  background: #192243;
  width: 100%;
  padding: 3px 0;
  display: block;
}

.specification-wrapp .specif-head .container {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6%;
  display: flex;
}

.specification-wrapp h3 {
  color: #fff;
  margin: 0 0 12px;
  font-family: Recline-Regular;
  font-size: 35px;
  position: relative;
}

.specification-wrapp .specif-head h3 {
  margin: 0;
  display: inline-block;
}

.specification-wrapp img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.specification-wrapp .specif-head .specif-img {
  width: 56px;
  margin: 0 0 0 5px;
  padding: 8px;
  display: inline-block;
}

.specification-wrapp .specif-row1 {
  width: 100%;
  padding: 120px 0 80px;
  display: block;
}

.specification-wrapp h4 {
  color: #192243;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Recline-Regular;
  font-size: 28px;
  position: relative;
}

.specification-wrapp ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
}

.specification-wrapp ul li {
  color: #192243;
  padding: 0 0 12px 15px;
  font-size: 16px;
  line-height: 1.45;
  display: block;
  position: relative;
}

.specification-wrapp ul li:before {
  content: "-";
  color: #192243;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.specification-wrapp .specif-col1 {
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 0 56px;
  display: block;
  position: relative;
}

.specification-wrapp .specif-col1 .spec-icon {
  display: inline-block;
  top: -14px;
  left: 0;
  width: 60px !important;
  height: auto !important;
  position: absolute !important;
}

.specification-wrapp .specif-row1 .row {
  column-count: 2;
  display: block;
}

.specification-wrapp .specif-row1 .col-md-6 {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .specification-wrapp h3 {
    font-size: 32px;
  }

  .specification-wrapp h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .specification-wrapp .specif-row1 {
    padding: 80px 0 60px;
  }

  .specification-wrapp h3 {
    font-size: 30px;
  }

  .specification-wrapp .specif-head .container {
    padding: 0 4%;
  }

  .specification-wrapp .specif-head .specif-img {
    width: 54px;
  }

  .specification-wrapp h4 {
    font-size: 24px;
  }

  .media-wrapp .media-header .container {
    padding: 0 4%;
  }
}

@media screen and (max-width: 1024px) {
  .specification-wrapp .specif-row1 {
    padding: 80px 0 40px;
  }

  .specification-wrapp h3 {
    font-size: 28px;
  }

  .specification-wrapp ul li {
    font-size: 15px;
  }

  .specification-wrapp .specif-col1 .spec-icon {
    top: -14px;
    width: 55px !important;
  }
}

@media screen and (max-width: 991px) {
  .specification-wrapp h3 {
    font-size: 25px;
  }

  .specification-wrapp .specif-head .specif-img {
    width: 48px;
  }

  .specification-wrapp .specif-row1 {
    padding: 66px 0 30px;
  }

  .specification-wrapp h4 {
    font-size: 22px;
  }

  .specification-wrapp ul li {
    font-size: 14px;
  }

  .specification-wrapp .specif-col1 .spec-icon {
    top: -12px;
    width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .specification-wrapp .specif-head .container {
    justify-content: center;
  }

  .specification-wrapp .specif-row1 .row {
    column-count: 1;
  }
}

@media screen and (max-width: 576px) {
  .specification-wrapp h3 {
    font-size: 22px;
  }

  .specification-wrapp .specif-row1 {
    padding: 50px 0 20px;
  }

  .specification-wrapp .specif-col1 {
    margin: 0 0 30px;
    padding: 0 0 0 46px;
  }

  .specification-wrapp .specif-col1 .spec-icon {
    left: -7px;
  }
}

/* [project]/app/components/project-inner-page/media-wrapp/mediaWrapp.css [app-client] (css) */
.abouter-row1 .abouter-col11:before {
  height: 204%;
}

.media-wrapp {
  width: 100%;
  display: block;
}

.media-wrapp .media-header {
  background: #192243;
  width: 100%;
  padding: 3px 0;
  display: block;
}

.media-wrapp .media-header .container {
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6%;
  display: flex;
}

.media-wrapp img {
  display: block;
  width: 100% !important;
  position: relative !important;
}

.media-wrapp h3 {
  color: #fff;
  margin: 0 0 12px;
  font-family: Recline-Regular;
  font-size: 35px;
  position: relative;
}

.media-wrapp .media-header h3 {
  margin: 0;
  display: inline-block;
}

.media-wrapp .media-header .mediahead-img {
  width: 56px;
  margin: 0 0 0 5px;
  padding: 8px;
  display: inline-block;
}

.media-wrapp .media-header .mediahead-tab {
  margin: 0 0 0 28px;
}

.media-wrapp .media-header .tab-btn1 {
  float: none;
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  background: none;
  border: 1px dashed #0000;
  border-radius: 30px;
  margin: 0 10px;
  padding: 9px 34px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s ease-in;
  display: inline-block;
  position: relative;
}

.media-wrapp .media-header .tab-btn1:hover, .media-wrapp .media-header .tab-btn1.active {
  border-color: #fff;
}

.media-wrapp .media-content {
  width: 100%;
  padding: 150px 0;
  display: block;
}

.media-wrapp .media-content .image-wrapp {
  width: 100%;
  display: block;
}

.media-wrapp .image-wrapp .image-row1 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 {
  width: 22%;
  margin: 0 4% 30px 0;
  display: inline-block;
  position: relative;
}

.media-wrapp .image-wrapp .image-row1 .image-col1:nth-child(4n), .media-wrapp .image-wrapp .image-row1 .image-col1:last-child {
  margin-right: 0;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 img {
  border-radius: 12px;
  width: 100%;
}

.media-wrapp h5 {
  color: #192243;
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  display: block;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 h5 {
  text-align: left;
  padding: 0 4%;
  transition: all .4s ease-in;
  position: relative;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 h5:after {
  content: "";
  z-index: 1;
  background: url("/arroww-right.svg") 100% / 100% no-repeat;
  width: 40px;
  height: 11px;
  transition: all .4s ease-in;
  position: absolute;
  top: 10px;
  right: 10px;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 .image-col11 {
  background: none;
  border: 0;
  width: 100%;
  padding: 0;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 .image-col11 img {
  object-fit: cover;
  min-height: 480px;
  transition: all .4s ease-in;
}

.media-wrapp .image-wrapp .image-row1 .image-col1 .image-col11:hover img {
  transform: scale(1.05);
}

.media-wrapp .image-wrapp .image-row1 .image-col1 .image-col11 span {
  border-radius: 12px;
  width: 100%;
  margin: 0 0 25px;
  display: block;
  overflow: hidden;
}

.media-wrapp .image-wrapp .image-row1 .image-col11:hover h5 {
  color: #e78472;
}

.media-wrapp .image-wrapp .image-row1 .image-col11:hover h5:after {
  right: 0;
}

@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

.video-wrapp {
  width: 100%;
  display: block;
}

.video-wrapp .video-row1 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.video-wrapp .video-row1 .video-col1 {
  background: #192243;
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
  width: 22%;
  min-height: 480px;
  margin: 0 4% 30px 0;
  padding: 25px 5%;
  display: flex;
  position: relative;
}

.video-wrapp .video-row1 .video-col1 .video-thumb {
  width: 100%;
  position: absolute;
  inset: 0;
}

.video-wrapp .video-row1 .video-col1 .video-thumb .video-thumb-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100% !important;
  height: 100% !important;
}

.video-wrapp .video-row1 .video-col1:nth-child(4n), .video-wrapp .video-row1 .video-col1:last-child {
  margin-right: 0;
}

.video-wrapp .video-row1 .video-col1 img {
  height: auto !important;
}

.video-wrapp .video-row1 .video-col1 .play-button {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.video-wrapp .video-row1 .video-col1 .play-button span {
  z-index: 3;
  border-top: 15px solid #0000;
  border-bottom: 15px solid #0000;
  border-left: 24px solid #192243;
  width: 0;
  height: 0;
  margin: 10px 19px;
  transition: all .25s ease-out;
  display: block;
  position: relative;
}

.video-wrapp .video-row1 .video-col1 .play-button:before, .video-wrapp .video-row1 .video-col1 .play-button:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-wrapp .video-row1 .video-col1 .play-button:before {
  background: #fff9;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  transform: translateX(-50%)translateY(-50%);
}

.video-wrapp .video-row1 .video-col1 .play-button:after {
  background: #fff9;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  transform: translateX(-50%)translateY(-50%);
}

.video-wrapp .video-col1 .modal {
  background: #00000026;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.video-wrapp .video-col1 .modal .modal-body {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.video-wrapp .video-col1 .modal .modal-body .close-pop {
  color: #fff;
  background: url("/close-icon.svg") 100% / 100% no-repeat;
  border: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 5vh;
  right: 0;
}

.video-wrapp .video-col1 .modal .modal-body .modal-video {
  border-radius: 15px;
  max-height: 44vw;
}

.popup {
  z-index: 9;
  background: #0009;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.popup .popup-inner {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.popup .popup-inner .popup-image {
  object-fit: contain;
  max-width: 80%;
  height: 100%;
  max-height: 40vw;
}

.popup .popup-inner .close {
  color: #fff;
  background: url("/close-icon.svg") 100% / 100% no-repeat;
  border: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 17vh;
  right: 0;
}

.popup .popup-inner img {
  border-radius: 12px;
  max-height: 38vw;
  width: auto !important;
}

.popup .popup-inner .left {
  color: #fff;
  background: url("/arrow-left-sq.svg") 100% / 100% no-repeat;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.popup .popup-inner .right {
  color: #fff;
  background: url("/arrow-right-sq.svg") 100% / 100% no-repeat;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.video-wrapp .video-col1 .modal .left {
  color: #fff;
  background: url("/arrow-left-sq.svg") 100% / 100% no-repeat;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.video-wrapp .video-col1 .modal .right {
  color: #fff;
  background: url("/arrow-right-sq.svg") 100% / 100% no-repeat;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.popup .popup-inner .nav-arrow {
  z-index: 9;
}

@media screen and (max-width: 1399px) {
  .media-wrapp .image-wrapp .image-row1 .image-col1 .image-col11 img {
    min-height: 30vw;
  }

  .video-wrapp .video-row1 .video-col1 {
    min-height: 33vw;
  }

  .popup .popup-inner, .video-wrapp .video-col1 .modal .modal-body {
    width: 95%;
  }

  .popup .popup-inner img {
    max-height: 50vw;
  }
}

@media screen and (max-width: 1199px) {
  .media-wrapp .media-content {
    padding: 100px 0 60px;
  }

  .media-wrapp h3 {
    font-size: 30px;
  }

  .media-wrapp .media-header .tab-btn1, .media-wrapp h5 {
    font-size: 16px;
  }

  .media-wrapp .image-wrapp .image-row1 .image-col1 h5:after {
    width: 35px;
    top: 7px;
  }

  .video-wrapp .video-row1 .video-col1 .play-button {
    width: 62px;
    height: 62px;
  }

  .video-wrapp .video-row1 .video-col1 .play-button span {
    border-top: 12px solid #0000;
    border-bottom: 12px solid #0000;
    border-left: 16px solid #192243;
  }
}

@media screen and (max-width: 1024px) {
  .media-wrapp h3 {
    font-size: 28px;
  }

  .media-wrapp .media-header .tab-btn1 {
    padding: 8px 32px;
    font-size: 15px;
  }

  .media-wrapp .media-content {
    padding: 100px 0 40px;
  }

  .media-wrapp .media-header .mediahead-img {
    width: 54px;
  }

  .video-wrapp .video-col1 .modal .modal-body .modal-video {
    max-height: 60vw;
  }
}

@media screen and (max-width: 991px) {
  .media-wrapp h5 {
    font-size: 14px;
  }

  .media-wrapp .image-wrapp .image-row1 .image-col1 h5:after {
    width: 25px;
    top: 5px;
  }

  .media-wrapp .image-wrapp .image-row1 .image-col1 {
    width: 23.5%;
    margin: 0 2% 20px 0;
  }

  .media-wrapp .image-wrapp .image-row1 .image-col1 .image-col11 img {
    min-height: 33vw;
  }

  .media-wrapp .media-content {
    padding: 80px 0 30px;
  }

  .media-wrapp .media-header .mediahead-img {
    width: 48px;
  }

  .media-wrapp h3 {
    font-size: 25px;
  }

  .video-wrapp .video-row1 .video-col1 .play-button {
    width: 55px;
    height: 55px;
  }

  .video-wrapp .video-row1 .video-col1 .play-button span {
    border-top: 10px solid #0000;
    border-bottom: 10px solid #0000;
    border-left: 14px solid #192243;
    margin: 8px 16px;
  }

  .video-wrapp .video-row1 .video-col1 {
    width: 23.5%;
    margin: 0 2% 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .media-wrapp .image-wrapp .image-row1 .image-col1 {
    width: 47.85%;
    margin: 0 4% 20px 0;
  }

  .media-wrapp .image-wrapp .image-row1 .image-col1:nth-child(2n) {
    margin-right: 0;
  }

  .popup .popup-inner img {
    max-width: 90%;
    height: auto;
    max-height: 90%;
  }

  .video-wrapp .video-row1 .video-col1 {
    width: 47.85%;
    min-height: 60vw;
    margin: 0 4% 20px 0;
  }

  .video-wrapp .video-row1 .video-col1:nth-child(2n) {
    margin-right: 0;
  }

  .popup .popup-inner, .video-wrapp .video-col1 .modal .modal-body {
    width: 90%;
  }

  .video-wrapp .video-col1 .modal .modal-body .modal-video {
    max-width: 90%;
    max-height: 90%;
  }
}

@media screen and (max-width: 576px) {
  .video-wrapp .video-col1 .modal .modal-body .close-pop {
    top: 10vh;
  }
}

@media screen and (max-width: 480px) {
  .media-wrapp .image-wrapp .image-row1 .image-col1 {
    width: 100%;
    margin: 0 0 30px;
  }

  .media-wrapp h5 {
    font-size: 15px;
  }

  .media-wrapp .image-wrapp .image-row1 .image-col1 h5:after {
    width: 30px;
    top: 3px;
  }

  .media-wrapp .media-header .container {
    justify-content: center;
  }

  .media-wrapp h3 {
    font-size: 22px;
  }

  .media-wrapp .media-header .mediahead-img {
    width: 42px;
  }

  .media-wrapp .media-header .mediahead-tab {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 10px auto 20px;
    display: flex;
  }

  .video-wrapp .video-row1 .video-col1 {
    width: 100%;
    min-height: 100vw;
    margin: 0 0 20px;
  }

  .media-wrapp .media-header .tab-btn1 {
    margin: 0 5px;
    padding: 8px 30px;
  }
}

/*# sourceMappingURL=app_components_f106c99d._.css.map*/