@charset "UTF-8";
@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("../../assets/fonts/Manrope-ExtraLight.eot");
  src: url("../../assets/fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Manrope-ExtraLight.woff") format("woff"), url("../../assets/fonts/Manrope-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../../assets/fonts/Manrope-Bold.eot");
  src: url("../../assets/fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Bold.woff2") format("woff2"), url("../../assets/fonts/Manrope-Bold.woff") format("woff"), url("../../assets/fonts/Manrope-Bold.ttf") format("truetype"), url("../../assets/fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Light";
  src: url("../../assets/fonts/Manrope-Light.eot");
  src: url("../../assets/fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Light.woff2") format("woff2"), url("../../assets/fonts/Manrope-Light.woff") format("woff"), url("../../assets/fonts/Manrope-Light.ttf") format("truetype"), url("../../assets/fonts/Manrope-Light.svg#Manrope-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Medium";
  src: url("../../assets/fonts/Manrope-Medium.eot");
  src: url("../../assets/fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Medium.woff2") format("woff2"), url("../../assets/fonts/Manrope-Medium.woff") format("woff"), url("../../assets/fonts/Manrope-Medium.ttf") format("truetype"), url("../../assets/fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("../../assets/fonts/Manrope-ExtraBold.eot");
  src: url("../../assets/fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Manrope-ExtraBold.woff") format("woff"), url("../../assets/fonts/Manrope-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../../assets/fonts/Manrope-SemiBold.eot");
  src: url("../../assets/fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Manrope-SemiBold.woff") format("woff"), url("../../assets/fonts/Manrope-SemiBold.ttf") format("truetype"), url("../../assets/fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-ExtraLight_1";
  src: url("../../assets/fonts/Manrope-ExtraLight_1.eot");
  src: url("../../assets/fonts/Manrope-ExtraLight_1.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-ExtraLight_1.woff2") format("woff2"), url("../../assets/fonts/Manrope-ExtraLight_1.woff") format("woff"), url("../../assets/fonts/Manrope-ExtraLight_1.ttf") format("truetype"), url("../../assets/fonts/Manrope-ExtraLight_1.svg#Manrope-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../../assets/fonts/Manrope-Regular.eot");
  src: url("../../assets/fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Manrope-Regular.woff2") format("woff2"), url("../../assets/fonts/Manrope-Regular.woff") format("woff"), url("../../assets/fonts/Manrope-Regular.ttf") format("truetype"), url("../../assets/fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .innovations .tabs {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 67px;
    z-index: 20;
  }
  .innovations .tabs.hidden {
    display: none;
  }
  .innovations .tabs.sticky-active {
    background-color: #ffffff;
    /* Sticky olduğunda arka plan değişir */
  }
  .innovations .tabs.sticky-active:before, .innovations .tabs.sticky-active:after {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transform: translateX(-100%);
  }
  .innovations .tabs.sticky-active:after {
    right: 0;
    left: initial;
    transform: translateX(100%);
  }
  .innovations .tabs.sticky-active ul li a {
    color: #292929;
  }
}
.innovations .asd {
  padding-top: 120px;
}
@media (max-width: 992px) {
  .innovations .asd {
    padding-top: 50px;
  }
}
.innovations .title {
  margin: 0 0 40px;
}
.innovations .title h2 {
  margin-bottom: 10px;
}
.innovations .title h3 {
  font-size: 21px;
}
@media only screen and (max-width : 992px) {
  .innovations .title h3 {
    font-size: 18px;
  }
}
.innovations .content .listing {
  margin-bottom: 0 !important;
}
.innovations .content .listing.listing-1 {
  padding-bottom: 100px;
  margin-top: 50px;
}
.innovations .content .listing.listing-1 .list .img {
  height: 325px;
}
.innovations .content .listing .list .img {
  height: 25vw;
  max-height: 500px;
}
@media only screen and (max-width : 992px) {
  .innovations .content .listing .list .img {
    height: 100%;
  }
}
@media only screen and (max-width : 767px) {
  .innovations .content .listing .list .img {
    height: 80vw !important;
  }
}
.innovations .content .listing .list .txt strong {
  display: block;
  margin-bottom: 15px;
}

.gallery-list {
  max-width: 640px;
  margin: 0 auto;
}
.gallery-list a {
  display: block;
  margin-top: 26px;
}
.gallery-list a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content {
  max-width: 1335px;
  margin: 0 auto;
  font: 22px "Manrope-Medium";
  text-align: center;
  padding: 0 0 !important;
}
.content h2 {
  font: 2.1354166667vw "Manrope-SemiBold";
  margin: 0 0 20px;
}
@media only screen and (max-width : 1200px) {
  .content h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width : 767px) {
  .content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width : 480px) {
  .content h2 {
    font-size: 25px;
  }
}
.content .video {
  margin-bottom: 50px;
}
.content .video iframe {
  width: 100% !important;
  height: 100vh !important;
}
@media only screen and (max-width : 480px) {
  .content .video iframe {
    height: 50vw !important;
  }
}
.content .video a {
  display: block;
  height: 39.0625vw;
  position: relative;
}
.content .video a:before {
  content: "";
  background: url("../../assets/img/play_circle.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  z-index: 1;
  margin: -55px;
}
@media only screen and (max-width : 992px) {
  .content .video a:before {
    transform: scale(0.4);
  }
}
.content .video a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .listing {
  margin-bottom: 5.2083333333vw;
}
.content .listing .list {
  font: 20px "Manrope-Medium";
  background: white;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
  .content .listing .list {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .content .listing .list:nth-child(even) .row > div:first-child {
    order: 1;
  }
}
.content .listing .list .row {
  margin: 0;
  align-items: center;
}
.content .listing .list .row > div {
  padding: 0;
}
.content .listing .list .img {
  height: 325px;
  overflow: hidden;
}
@media only screen and (max-width : 480px) {
  .content .listing .list .img {
    height: 225px;
  }
}
.content .listing .list .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .listing .list h3 {
  font: 30px "Manrope-SemiBold";
}
@media only screen and (max-width : 480px) {
  .content .listing .list h3 {
    font-size: 25px;
  }
}
.content .listing .list p {
  font-size: 20px;
}
@media only screen and (max-width : 480px) {
  .content .listing .list p {
    font-size: 18px;
  }
}
.content .listing .list .txt {
  padding: 30px;
}
.content .listing .list .txt a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: black;
  font: 19px "Manrope-SemiBold";
  height: 60px;
  border-radius: 60px;
  padding: 0 40px;
  width: max-content;
}
@media only screen and (max-width : 767px) {
  .content .listing .list .txt a {
    height: 50px;
    font-size: 17px;
    padding: 0 30px;
  }
}
@media only screen and (max-width : 480px) {
  .content .listing .list .txt a {
    height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.content .listing .list .txt a:after {
  content: "";
  background: url("../../assets/img/arrow-1.svg") no-repeat 0 0;
  display: block;
  margin-left: 10px;
  width: 27px;
  height: 19px;
}
@media only screen and (max-width : 480px) {
  .content .listing .list .txt a:after {
    width: 17px;
    height: 11px;
    background-size: 100%;
  }
}
.content .banner {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  background: white;
  justify-content: space-between;
}
@media only screen and (max-width : 480px) {
  .content .banner {
    display: block;
    background: none;
  }
}
.content .banner h2 {
  font: 1.875vw "Manrope-SemiBold";
  margin: 0;
  padding-left: 40px;
}
@media only screen and (max-width : 480px) {
  .content .banner h2 {
    font-size: 25px;
    padding: 0 0 20px;
    text-align: center;
  }
}
.content .icon-list {
  font-size: 17px;
  margin-top: 5.2083333333vw;
  margin-bottom: 5.2083333333vw;
}
.content .icon-list strong {
  font-size: 24px;
}
.content .icon-list .row > div {
  margin-bottom: 20px;
}
.content .icon-list .img img {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.content .cont {
  margin-bottom: 2vw;
}
.content .cont p {
  font-size: 22px;
}
@media only screen and (max-width : 480px) {
  .content .cont p {
    font-size: 18px;
  }
}
.content .foto {
  margin-top: 5vw;
  margin-bottom: 60px;
}
.content .foto .slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  background: white url("../../assets/img/arrow.svg") no-repeat center center;
  top: 50%;
  left: 25%;
  width: 90px;
  height: 60px;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 40px;
  z-index: 2;
  transition: 0.4s;
  border: none;
  margin: -30px 0;
}
@media only screen and (max-width : 1200px) {
  .content .foto .slider .slick-arrow {
    left: 15px;
    width: 51px;
    height: 34px;
    background-size: 40%;
    margin: -20px 0;
  }
}
.content .foto .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: initial;
  right: 25%;
}
@media only screen and (max-width : 1200px) {
  .content .foto .slider .slick-arrow.slick-next {
    right: 15px;
  }
}
.content .foto .slider .slick-arrow:hover {
  background: #283583 url("../../assets/img/arrow-white-left.svg") no-repeat center center;
}
.content .foto .slider .slick-arrow.slick-disabled {
  cursor: no-drop;
}
@media (min-width: 1200px) {
  .content .foto .slider .item {
    transition: opacity 0.3s, transform 0.3s, filter 0.3s;
    transform: scale(0.7);
    margin: 90px 30px;
  }
  .content .foto .slider .item span {
    height: 340px;
    display: block;
  }
  .content .foto .slider .item.slick-current {
    transform: scale(1);
    margin: 0 30px;
  }
  .content .foto .slider .item.slick-current span {
    max-width: 1000px;
    position: relative;
    height: 520px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    min-width: 520px;
  }
}
@media only screen and (max-width : 1200px) {
  .content .foto .slider .item {
    margin: 0 10px;
    height: 30vw;
  }
}
@media only screen and (max-width : 992px) {
  .content .foto .slider .item {
    height: 50vw;
  }
}
.content .foto .slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .sss {
  margin-bottom: 5.2083333333vw;
}
.content .sss ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background: white;
}
.content .sss ul li {
  border-bottom: 1px solid #F1EFEF;
  padding: 25px;
}
.content .sss ul li:last-child {
  border: none;
}
.content .sss ul li span {
  display: block;
  cursor: pointer;
  padding-right: 65px;
  position: relative;
  font: 21px "Manrope-SemiBold";
}
@media only screen and (max-width : 767px) {
  .content .sss ul li span {
    font-size: 17px;
    line-height: 20px;
  }
}
.content .sss ul li span:before, .content .sss ul li span:after {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #283583;
  height: 2px;
  width: 23px;
  margin: 14px 0;
}
.content .sss ul li span:after {
  transform: rotate(90deg);
}
.content .sss ul li .contents {
  display: none;
  padding: 20px 0 0;
  font-size: 17px;
}
.content .sss ul li.open span:after {
  opacity: 0;
  transform: rotate(0deg);
}
.content .banner_bottom {
  position: relative;
}
.content .banner_bottom a {
  display: block;
  color: white;
  text-decoration: none;
  position: relative;
  height: 36.4583333333vw;
}
@media only screen and (max-width : 992px) {
  .content .banner_bottom a {
    height: 55vw;
  }
}
.content .banner_bottom a:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
}
.content .banner_bottom a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .banner_bottom a .caption {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 50px;
}
@media only screen and (max-width : 992px) {
  .content .banner_bottom a .caption {
    padding: 20px;
  }
}
.content .banner_bottom a .caption h4 {
  font: 56px "Manrope-SemiBold";
  margin: 0;
}
@media only screen and (max-width : 992px) {
  .content .banner_bottom a .caption h4 {
    font-size: 30px;
  }
}
.content .banner_bottom a .caption span {
  color: black;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: white;
  font: 19px "Manrope-SemiBold";
  height: 60px;
  border-radius: 60px;
  padding: 0 40px;
  width: max-content;
}
@media only screen and (max-width : 767px) {
  .content .banner_bottom a .caption span {
    height: 50px;
    font-size: 17px;
    padding: 0 30px;
  }
}
@media only screen and (max-width : 480px) {
  .content .banner_bottom a .caption span {
    height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.content .banner_bottom a .caption span:after {
  content: "";
  background: url("../../assets/img/arrow.svg") no-repeat 0 0;
  display: block;
  margin-left: 10px;
  width: 27px;
  height: 19px;
  transform: rotate(180deg);
}
@media only screen and (max-width : 480px) {
  .content .banner_bottom a .caption span:after {
    width: 17px;
    height: 11px;
    background-size: 100%;
  }
}

/*# sourceMappingURL=wall-profile.css.map */
