ul.links {
  display: flex;
  flex-direction: row;
  gap: 25px;
  list-style-type: none;
  margin: 0;
}

ul.links li.last {
  border: 0 !important;
  padding: 10px 12px !important;
  background: #EF3B2A;
}

ul.links li.last a {
  color: #FFF !important;
  font-family: "Century Gothic";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
}

.quote-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.quote-border {
  position: relative;
  padding: 56px 0px 115px 65px;
  border-left: 4px solid #EF3B2A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quote-border::before,
.quote-border::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #EF3B2A;
  left: 0;
}

.quote-border::before {
  top: 0;
}

.quote-border::after {
  bottom: 0;
}

.quote-symbol {
  position: absolute;
  bottom: -50px;
  left: 40px;
  color: #EF3B2A;
  font-family: "Century Gothic";
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
}

.quote-text {
  text-align: left;
  color: #000;
  font-family: "Century Gothic";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 112.5% */
}

.quote-text span {
  color: #EF3B2A;
}


.statics-projects-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.statics-projects-3 .s-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.mb-140 {
  margin-bottom: 140px;
}

.new-product-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.new-product-box img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.new-product-box-content h3 {
  color: #000;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.new-smalldesc {
  color: #787878;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.new-smalldesc p {
  margin-bottom: 0px;
}

.new-smalldesc p:last-child {
  margin-bottom: 0px;
}

.quote-border {
  position: relative;
  padding: 35px 0px 60px 65px;
  border-left: 4px solid #EF3B2A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quote-text {
  font-size: 50px;
  line-height: 50px;
}

.p-d-b {
  margin-bottom: 115px;
}

.mb-30 {
  margin-bottom: 30px;
}

#sns_mainm .description .sns_producttaps_wraps1 .nav.nav-tabs li a:hover,
#sns_mainm .description .sns_producttaps_wraps1 .nav.nav-tabs li.active a {
  color: #FFF;
  font-family: "Century Gothic" !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  background: #EF3B2A;
}

#sns_mainm .description .sns_producttaps_wraps1 .nav.nav-tabs li a {
  color: #FFF;
  font-family: "Century Gothic" !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 700 !important;
  background: #929292;
  line-height: normal;
  text-transform: uppercase;
}

.mb-117 {
  margin-bottom: 117px;
}

#detail-product-slider .p-project-2 {
  height: 370px;
  position: relative;
}

#detail-product-slider .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  transform-origin: center center;
}

#detail-product-slider .p-project-2:hover .flip-card-inner {
  transform: rotateY(180deg);
}

#detail-product-slider .flip-card-front,
#detail-product-slider .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  top: 0;
  left: 0;
}

#detail-product-slider .flip-card-front {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#detail-product-slider .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#detail-product-slider .flip-card-front .p-project-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
  font-family: "Century Gothic";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

#detail-product-slider .flip-card-back {
  border: 4px solid #EF3B2A;
  background: #fff;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  z-index: 1;
}

#detail-product-slider .flip-card-back div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

#detail-product-slider .flip-card-back h3 {
  margin: 0;
  color: #000;
  font-family: "Century Gothic";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 140% */
  text-align: left;
}

#detail-product-slider .flip-card-back h6 {
  margin: 0;
  color: #000;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-align: left;
}

#detail-product-slider .flip-card-back .description {
  color: #000;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  text-align: left;
}

#detail-product-slider .flip-card-back .project-link {
  transition: all 0.3s ease;
  display: flex;
  color: #FFF;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  gap: 24px;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

#detail-product-slider .flip-card-back .project-link span,
#detail-product-slider .flip-card-back .project-link i {
  display: block;
  top: 0;
  color: #FFF;
}

.store-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #787878;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 35px;
}

.new-form .form-control {
  border: 2px solid #EF3B2A;
  border-radius: 0;
  padding: 12px 14px;
  height: auto;
  color: #787878;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.new-form button {
  color: #FFF;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  width: 100%;
  border: 0;
  background: #EF3B2A;
  padding: 12px 14px;
  text-transform: uppercase;
}

.mb-100 {
  margin-bottom: 100px;
}

.iletisim .nav-tabs>li.active>a,
.iletisim .nav-tabs>li.active>a:hover,
.iletisim .nav-tabs>li.active>a:focus {
  color: #FFF;
  font-family: "Century Gothic";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #EF3B2A;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
}

.iletisim .nav-tabs>li>a {
  background: #929292;
  color: #FFF;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
}

.iletisim .nav-tabs>li {
  margin: 0;
}

.news2.p-project-2 {
  height: 370px;
  position: relative;
}

.mobile-hide {
  display: block;
}

.main-image-box-1 {
  height: 330px;
}

.main-image-box-1 {
  height: 330px;
}

.main-image-box-2 {
  height: 690px;
}

.main-image-box-3 {
  height: 214px;
}

@media (max-width: 768px) {
  .statics {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 15px;
    max-width: 100%;
    margin: 20px auto 60px;
  }

  .projects {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    max-width: 100%;
    gap: 15px;
  }

  .p-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .p-project {
    height: 240px;
  }

  .flip-card-front .p-project-title,
  .flip-card-back h3 {
    font-size: 16px;
  }

  .flip-card-back .project-link {
    font-size: 11px;
  }

  .flip-card-back div:first-of-type {
    display: none;
  }

  .mobile-hide {
    display: none;
  }

  .mb-280 {
    margin-bottom: 100px;
  }

  .static-about {
    margin: unset;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .p-project-2 {
    height: 350px;
  }

  .main-image-box-1,
  .main-image-box-2,
  .main-image-box-3 {
    height: 230px;
  }

  div#sns_header_logo {
    padding: 10px 0 0 0 !important;
  }

  div#sns_mommenu {
    margin: 0;
  }

  .page-title-overlay h1 {
    font-size: 40px;
    line-height: unset;
    margin: 0;
    text-align: center;
    line-height: 40px;
  }

  .page-header-image {
    min-height: 400px;
  }

  .page-header-overlay {
    background: rgb(0 0 0 / 67%);
  }

  .total-exp {
    display: flex;
    align-items: center;
  }

  .total-values {
    padding: 40px 30px;
    gap: 40px;
    margin-bottom: 40px;
  }


  .main-about-title h3 {
    line-height: 47px;
    text-align: center;
  }

  .content-box h4 {
    line-height: 25px;
    font-size: 19px;
    margin-bottom: 10px;
  }

  #detail-product-slider .p-project-2 {
    height: 200px;
    position: relative;
  }

  .tab-content {
    padding: 0 !important;
  }

  .collateral-box .col-md-12 {
    padding: 0;
  }

  .panel-body {
    padding: 0;
  }

  #sns_mainm .description .sns_producttaps_wraps1 .nav.nav-tabs li a {
    padding: 15px;
  }

  .quote-container {
    margin-bottom: 60px;
  }

  #detail-product-slider .flip-card-back div:first-of-type {
    gap: 10px;
  }

  #detail-product-slider .flip-card-back {
    padding: 10px;
  }

  .statics-projects {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
  }

  .statics-projects-2 {
    display: flex;
    flex-direction: column;
  }

  .proje-content-flex {
    gap: 0;
  }

  .last-paragraph {
    text-align: center;
  }

  .container-fluid.px-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mb-140 {
    margin-bottom: 70px;
  }

  .flekssit-divider {
    margin: 80px 0 110px 0;
  }

  .statics-projects-3 {
    display: flex;
    flex-direction: column;
  }

  .store-box {
    display: flex;
    flex-direction: column;
  }

  ul.links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
  }

  ul.links li.last svg {
    width: 15px;
  }

  ul.links li.last {
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
  }

  ul.links li.last a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #a5a3a3 !important;
    font-size: 12px;

  }

  div#sns_header_logo {
    position: relative;
    z-index: 9999;
  }

  .footer-new-area {
    text-align: center;
  }

  .footer-logo-area {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .owl-carousel .owl-item .owl-sli-text a {
    font-size: 20px;
  }

  .owl-carousel .owl-item .owl-sli-text {
    width: 100% !important;
  }
}

.owl-carousel .owl-item .owl-sli-text {
  left: 11% !important;
  top: 30% !important;
  z-index: 9999;
  color: #FFF !important;
  font-family: "Century Gothic" !important;
  font-size: 90px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 90px !important;
  text-transform: uppercase;
}

.owl-carousel .owl-item .owl-sli-text span {
  color: #EF3B2A !important;
}

.owl-carousel .owl-item .owl-sli-text a {
  color: #FFF !important;
  font-family: "Century Gothic"
}

.tongle {
  background: #ef3b2a;
  padding: 10px 12px;
  height: unset;
  width: auto;
  color: #FFF !important;
  font-family: "Century Gothic";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}