@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap");
@import "../fonts/font.css";
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

svg {
  width: 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
   background: #062929;
    color: white;
}

tr {
   
}

th {
   
}

td {
   padding: 7px;
    border: 1px solid #e0e0e0;
}

tbody, td, tfoot, th, thead, tr {
  
    padding: 8px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

::selection {
  color: #fff;
  background-color: #319596;
}

::-moz-selection {
  color: #fff;
  background-color: #319596;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 0 6px 6px 0;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
}

p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #777777;
  line-height: 30px;
}

p + p {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.page-padding {
  padding: 70px 0;
}

.bg-theme {
  background: #319596;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.color-black {
  color: #333;
}

.top-bar {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  border-bottom: unset !important;
  transition: background-color 0.2s linear;
  background-color: white;
}
.top-bar .container {
  padding-left: 0;
  padding-right: 0;
}
.top-bar .row {
  height: 67px;
  flex-wrap: nowrap;
  transition: height 0.2s linear;
}

#top-bar__navigation-toggler {
  display: inline-flex;
  color: #fff;
  position: relative;
  top: 3px;
  outline: none;
  transition: color 0.2s linear;
}
#top-bar__navigation-toggler span {
  position: relative;
  width: 18px;
  height: 2px;
  display: inline-block;
  background-color: currentColor;
}

#top-bar__navigation-toggler span:before,
#top-bar__navigation-toggler span:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: currentColor;
}

#top-bar__navigation-toggler span:before {
  top: -6px;
}

#top-bar__navigation-toggler span:after {
  bottom: -6px;
}

.top-bar__logo {
  font-family: "Outfit", sans-serif;
  display: inline-flex;
  font-size: 30px;
  line-height: 1.2;
  color: #1e1e2d;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.06em;
  padding: 20px 25px 20px 18px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  height: 100%;
}
.top-bar__logo::before {
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
}
.top-bar__logo img {
  width: 100%;
  display: block;
  z-index: 2;
  height: 100%;
  max-height: 75px;
  object-fit: contain;
}

#top-bar.stuck {
  border-bottom: unset;
}
#top-bar.stuck .top-bar__logo img {
  width: 100%;
 
 
}

#top-bar__navigation {
  display: none;
  padding-right: 40px;
  height: 100%;
}
#top-bar__navigation > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
#top-bar__navigation > ul > li {
  position: relative;
  height: 100%;
}
#top-bar__navigation > ul > li > a {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  padding: 0 10px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s linear;
}
#top-bar__navigation > ul > li > a span {
  position: relative;
  display: inline-block;
  transition: padding 0.2s linear;
}
#top-bar__navigation > ul > li > ul {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
  display: block;
  margin: 0 0 0 -17px;
  padding: 27px 0 25px 0;
  width: 202px;
  position: absolute;
  z-index: 7;
  top: auto;
  left: 0;
  background-color: #319596;
}
#top-bar__navigation > ul > li > ul > li {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#top-bar__navigation > ul > li > ul > li > a {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  padding: 9px 45px 9px 45px;
  display: block;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#top-bar__navigation > ul > li > ul > li > a:hover {
  transform: translateX(5px);
}

#top-bar__navigation > ul > li.active > a span:before {
  width: 100%;
}

#top-bar__navigation > ul > li ul li.active > a {
  color: #9595a2;
  pointer-events: none;
}

#top-bar__navigation > ul > li ul li.active > a:before {
  width: 31px;
}

#top-bar__navigation > ul li:hover {
  cursor: pointer;
}
#top-bar__navigation > ul li:hover > ul {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  z-index: 9;
  transition: opacity 0.2s linear;
}

#top-bar__navigation > ul > li ul li a:hover:before {
  width: 31px;
}

.top-bar__custom-btn {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  padding: 14px 15px 15px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.13em;
  position: relative;
  height: 100px;
  text-decoration: none;
  transition: height 0.2s linear 0s;
}
.top-bar__custom-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #319596;
  z-index: 1;
  transform: scale(-1);
  transition: all 0.2s linear;
}
.top-bar__custom-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.top-bar__custom-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.top-bar__custom-btn:hover::before {
  transform: scale(-0.82);
}

#nav-aside {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: block;
  margin: 0;
  padding-bottom: 60px;
  background-color: #319596;
  left: 0;
  height: 100%;
  width: 320px;
  max-width: inherit;
  text-align: left;
  transition: all 0.4s ease-in;
  transform: translateX(-40%);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
}

#nav-aside.aside-open {
  transition: all 0.4s ease-out;
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

#nav-aside .nav-aside__close {
  display: block;
  min-height: 100px;
  padding: 32px 0 0 36px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
#nav-aside .nav-aside__close i {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 28px;
  transition: all 0.2s linear;
}
#nav-aside .nav-aside__close img {
  width: 160px;
 
  object-fit: contain;
}

#nav-aside .nav-aside__content {
  padding: 0 0 0 44px;
}

#nav-aside .nav-aside__close + * {
  margin-top: 42px;
}

#nav-aside #nav-aside_menu {
  margin-top: -35px;
}
#nav-aside #nav-aside_menu > ul {
  width: 188px;
}

#nav-aside_menu > ul > li {
  position: relative;
}

#nav-aside_menu > ul > li > a {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  padding: 14px 10px 14px 0;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}
#nav-aside_menu > ul > li > a span {
  display: inline-block;
  position: relative;
}
#nav-aside_menu > ul > li > a span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #9395e3;
  transition: width 0.2s linear;
}

#nav-aside_menu > ul > li.active > a span:before {
  width: 100%;
}

#nav-aside_menu > ul > li.is-submenu:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 19px;
}

#nav-aside_menu > ul > li.is-open:after {
  transform: rotate(-45deg);
}

#nav-aside_menu > ul > li.is-open ul {
  display: block;
}

#nav-aside_menu > ul > li ul {
  display: none;
  margin: 0 0 10px 27px;
}
#nav-aside_menu > ul > li ul li {
  position: relative;
}
#nav-aside_menu > ul > li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 0;
}
#nav-aside_menu > ul > li ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 0 14px 12px;
  text-decoration: none;
  display: block;
}

#nav-aside address {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  margin: 28px 0 0 0;
  padding: 0;
  padding-right: 10px;
  display: block;
}
#nav-aside address a {
  color: #fff;
}

#nav-aside .social-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -12px;
  margin-top: 25px;
}
#nav-aside .social-icon li {
  margin-left: 12px;
  margin-top: 10px;
}
#nav-aside .social-icon li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 2;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  background-color: transparent;
  transition: background-color 0.2s linear;
}

#nav-aside .btn-custom {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #2e3192;
  font-weight: bold;
  padding: 15px 15px 15px;
  font-size: 16px;
  line-height: 1.1;
  height: 66px;
  font-weight: bold;
  margin-top: 49px;
  text-decoration: none;
  min-width: 190px;
  letter-spacing: 0.12em;
  border: 1px solid #ffffff;
  transition: all 0.2s linear;
}

#nav-aside .btn-custom:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}

#top-bar.stuck .top-bar__custom-btn {
  height: 71px;
}

@media (min-width: 1230px) {
  #top-bar__navigation-toggler {
    padding: 20px 48px 26px 45px;
    display: none;
  }
}
@media (min-width: 1025px) {
  #top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #top-bar .row {
    height: 110px;
  }
  #top-bar #top-bar__navigation-toggler,
  #top-bar .top-bar__logo {
    color: #000;
  }
  #top-bar .hide-object-desktop {
    opacity: 0;
    pointer-events: none;
  }
  .top-bar__logo {
    padding: 20px 10px 20px 0;
  }
  #top-bar__navigation {
    display: inline-block;
  }
  #top-bar #top-bar__navigation > ul > li > a {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top-bar #top-bar__navigation > ul > li > a span::before {
    background-color: #000;
  }
  #top-bar #top-bar__navigation > ul > li.is-submenu > a span::after {
    border-top-color: #000;
  }
  .top-bar__custom-btn {
    display: inline-flex;
    min-width: 175px;
    height: 100px;
  }
  #top-bar.stuck .row {
    height: 90px;
  }
}
@media (min-width: 576px) {
  .top-bar__logo {
    padding: 20px 25px 20px 25px;
  }
}
@media screen and (max-width: 1024.98px) {
  #top-bar .row [class^=col-]:first-child #top-bar__navigation-toggler {
    order: 2;
  }
  #top-bar .row [class^=col-]:first-child {
    width: 100%;
    justify-content: space-between;
  }
  #top-bar .row [class^=col-]:not(:first-child) {
    display: none;
  }
  .contact-header {
    display: none !important;
  }
  .top-bar__logo img {
    object-fit: cover;
    max-width: 220px;
    height: unset;
    max-height: unset;
  }
  .right {
    order: 2;
    display: flex;
    align-items: center;
  }
  .right .language {
    display: block !important;
  }
  .language {
    display: none;
  }
}
.right-col {
  margin: 0 15px;
}

.contact-header {
  display: flex;
}
.contact-header a {
  display: block;
}
.contact-header a svg path {
  fill: #fff;
}
.contact-header a + a {
  margin-left: 20px;
}

.icon-blue {
  fill: #fff !important;
}

.trigger {
  width: 65px;
  cursor: pointer;
  transition: transform 400ms;
  user-select: none;
  transform: scaleY(0.7);
  overflow: visible;
  height: 100%;
}
.trigger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
}
.trigger .line.top {
  stroke-dasharray: 40 160;
}
.trigger .line.middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.trigger .line.bottom {
  stroke-dasharray: 30 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

#top-bar__navigation-toggler.active .trigger {
  transform: rotate(45deg);
}
#top-bar__navigation-toggler.active .trigger .line.top {
  stroke-dashoffset: -64px;
}
#top-bar__navigation-toggler.active .trigger .line.middle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#top-bar__navigation-toggler.active .trigger .line.bottom {
  stroke-dashoffset: -64px;
}

.hero {
  height: 100vh;
  position: relative;
}
.hero .hero-carousel {
  height: 100%;
}
.hero .hero-carousel .swiper-wrapper {
  height: 100%;
}
.hero .hero-carousel .swiper-wrapper .swiper-slide {
  height: 100%;
}
.hero .hero-carousel .swiper-wrapper .swiper-slide .slide {
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
}
.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .image {
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .image::after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  top: 140px;
}
.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content .title {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  line-height: 1.25;
  float: left;

}
.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content .expo {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 300;
  overflow: hidden;
}
.hero .hero-info {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
}
.hero .hero-info .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .hero-info .container .bar .numbers {
  transform: translateX(25px);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}
.hero .hero-info .container .bar .numbers .current {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}
.hero .hero-info .container .bar .numbers .total {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.75);
}
.hero .hero-info .container .bar .nav {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.hero .hero-info .container .bar .nav .hero-carousel-scrollbar {
  pointer-events: none;
  margin: 0 10px;
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
.hero .hero-info .container .bar .nav .hero-carousel-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;
  background-color: #fff;
}

.hero .hero-info .container .bar .nav .prev.swiper-button-disabled,
.hero .hero-info .container .bar .nav .next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.hero .hero-info .container .bar .nav .prev,
.hero .hero-info .container .bar .nav .next {
  cursor: pointer;
  transition: 0.3s ease all;
}

.hero .hero-info .container .bar .nav .prev svg,
.hero .hero-info .container .bar .nav .next svg {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 14px;
  height: 14px;
  fill: #fff;
  display: block;
}

.split-line {
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
}

@media only screen and (max-width: 1366px) {
  .hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content .title {
    font-size: 1.875rem;
  }
  .hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content .expo {
    font-size: 1.5rem;
  }
}
.about-field {
  position: relative;
  height: 900px;
  overflow: hidden;
  padding: 0;
  margin: 70px 0;
}
.about-field .container {
  height: 100%;
}
.about-field .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about-field .background::after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000, rgba(0, 18, 18, 0));
}
.about-field .background video {
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
  object-fit: cover;
}

.content-about {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 1440px;
  justify-content: flex-end;
}
.content-about h1 {
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  font-size: 3.375rem;
  margin-bottom: 30px;
}
.content-about .editor {
  color: #fff;
}

.editor:not(.no-space) > *:not(:last-child) {
  margin-bottom: 22.5px;
}

.editor.bigger-paragraph p {
  font-size: 1.25rem;
}

.about-field .editor * {
  color: #fff;
}

.editor {
  color: #001212;
  font-size: 1rem;
  line-height: 1.75;
}

.max-w-650 {
  max-width: 650px;
}

.button-wrapper .button.primary {
  box-shadow: 0 15px 30px -15px rgba(30, 136, 5, 0.85);
  will-change: transform, box-shadow;
  cursor: pointer;
  backface-visibility: hidden;
  transition-duration: 0.45s;
  border-width: 0;
  background-color: #319596;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  width: fit-content;
  height: 50px !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-wrapper .button.primary .about-title-btn {
  line-height: 1.25;
  font-weight: 600;
  font-size: 1.125rem;
  z-index: 2;
  position: relative;
  backface-visibility: hidden;
  transition-duration: 0.45s;
  white-space: nowrap;
  color: #fff;
}
.button-wrapper .button.primary:hover {
  box-shadow: 0 5px 15px -5px #319596;
  transform: translateY(5%) scale(0.95);
}

.references-field {
  overflow: hidden;
  background-color: #fff;
  padding: 0 0 70px 0;
}
.references-field .heading {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 60px) 100%, 60px 100%);
  background-color: #fff;
  color: #001212;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  font-size: 2.25rem;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.references-field .references-i {
  overflow: visible;
  padding: 15px;
  margin-top: 75px;
  margin-bottom: 75px;
}
.references-field .references-i .item {
  transition: 0.45s ease all;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  box-shadow: 0 0 0 1px rgba(206, 206, 206, 0.5);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.references-field .references-i .item img {
  transition: 0.3s ease all;
  max-width: 250px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
}
.references-field .references-i .item:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.05);
}
.references-field .references-i .item:hover img {
  filter: grayscale(0);
}
.references-field .navigation {
  clip-path: polygon(60px 0%, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
  background-color: #fff;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: flex;
}
.references-field .navigation .prev,
.references-field .navigation .next {
  transition: 0.33s ease all;
  cursor: pointer;
}
.references-field .navigation .prev svg,
.references-field .navigation .next svg {
  transition: 0.33s ease all;
  fill: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  overflow: visible;
  display: block;
  stroke: gray;
}
.references-field .navigation .next {
  margin-left: 30px;
}

.references-field .navigation .prev:hover svg,
.references-field .navigation .next:hover svg {
  fill: #319596;
  stroke: #319596;
}

.heading-custom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.heading-custom .title {
  line-height: 1.25;
  flex-shrink: 0;
  font-size: 1.75rem;
}
.heading-custom .title .text-emperor {
  color: #535353;
  font-weight: 700;
}
.heading-custom .title .text-tango {
  color: #aa9f74;
}
.heading-custom .split {
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
  margin: 0 30px;
}
.heading-custom .navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}
.heading-custom .navigation .prev,
.heading-custom .navigation .next {
  cursor: pointer;
  transition: 0.3s ease all;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.heading-custom .navigation .prev svg,
.heading-custom .navigation .next svg {
  width: 13px;
  height: 13px;
  fill: #000;
  stroke: #000;
  transition: 0.3s ease all;
}
.heading-custom .navigation .prev:hover,
.heading-custom .navigation .next:hover {
  background-color: #319596;
}
.heading-custom .navigation .prev:hover svg,
.heading-custom .navigation .next:hover svg {
  fill: #fff;
  stroke: #fff;
}

.blog-event {
  display: block;
  height: 450px;
  position: relative;
}
.blog-event .wrapper {
  width: 100%;
  height: 100%;
  transition: 0.45s ease all;
}
.blog-event .wrapper .image {
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  mask-image: -webkit-radial-gradient(#fff, #000);
}
.blog-event .wrapper .image img {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.45s ease all;
}
.blog-event .wrapper .content {
  backface-visibility: hidden;
  transform: translateX(-1px) translateY(1px);
  background-color: #f7f7f7;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  transition: 0.45s ease all;
  z-index: 10;
}
.blog-event .wrapper .content .detail {
  position: relative;
}
.blog-event .wrapper .content .detail .title {
  font-size: 1.2rem;
    color: #042727;
    transition: 0.45s ease all;
}
.blog-event .wrapper .content .date {
  flex-shrink: 0;
  margin-left: 15px;
  background-color: rgba(73, 73, 73, 0.33);
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  line-height: 1;
  transition: 0.45s ease all;
}
.blog-event .wrapper .content .date .day {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.blog-event .wrapper .content .date .hour {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
}
.blog-event:hover .wrapper {
  box-shadow: -10px 10px 90px -10px rgba(0, 0, 0, 0.15);
}
.blog-event:hover .wrapper .content {
  box-shadow: -10px 10px 60px -10px rgba(0, 0, 0, 0.1);
}
.blog-event:hover .wrapper .content .date {
  background-color: #319596;
}
.blog-event:hover .wrapper .content .detail {
  color: #319596;
}
.blog-event:hover img {
  transform: scale(1.1);
}

.blog-event .wrapper .content .detail .info,
.blog-event .wrapper .content .detail .type {
  color: #494949;
  font-weight: 500;
  font-size: 0.875rem;
  transition: 0.45s ease all;
}

.owl-blog_home .owl-stage-outer {
  overflow: hidden;
  height: 540px;
}

.proje .item {
  display: block;
  height: 500px;
  position: relative;
}
.proje .item .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.proje .item .image:after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.4);
  opacity: 0;
  transition: 0.45s ease all;
}
.proje .item .image img {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.45s ease all;
}
.proje .item .content {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.proje .item .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  top: unset;
  bottom: 0;
  background-color: #f7f7f7;
  transition: 0.45s ease all;
}
.proje .item .content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: #dbdbdb;
  transition: 0.3s ease all;
}
.proje .item .content .title {
  font-size: 1.325rem;
  font-weight: 600;
  color: #494949;
  flex: 0 0 50%;
  padding-right: 15px;
  line-height: 1.25;
  transition: 0.3s ease all;
  position: relative;
  z-index: 1;
}
.proje .item .content .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 50%;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.proje .item .content .more span {
  color: #9f9f9f;
  white-space: nowrap;
  transition: 0.3s ease all;
  position: relative;
}
.proje .item .content .more span:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateX(-20px) translateY(-50%);
  background-image: url(../img/icon/back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 13px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0;
  transition: 0.3s ease all;
}
.proje .item .content .more svg {
  width: 20px;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #9f9f9f;
  transition: 0.3s ease all;
}
.proje .item:hover .image:after {
  opacity: 1;
}
.proje .item:hover .image img {
  transform: scale(1.15);
}
.proje .item:hover .content:before {
  height: 0;
}
.proje .item:hover .more span {
  color: #fff;
  transform: translateX(30px);
}
.proje .item:hover .more span:before {
  transform: translateX(-10px) translateY(-50%);
  opacity: 1;
}
.proje .item:hover .more svg {
  fill: #fff;
  transform: translateX(7px);
  opacity: 0;
}
.proje .item:hover .title {
  color: #fff;
}

.contact-article {
  position: relative;
  margin-top: 100px;
}
.contact-article .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0;
  position: relative;
  z-index: 1;
}
.contact-article .container .heading {
  color: #3c3c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 45px;
}
.contact-article .container .info-field .contacts {
  max-width: 400px;
}
.contact-article .container .info-field .contacts .item {
  display: flex;
  align-items: center;
}
.contact-article .container .info-field .contacts .item svg {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
  fill: #319596;
}
.contact-article .container .info-field .contacts .item span {
  color: #319596;
  font-size: 1.33rem;
  transition: 0.3s ease all;
  margin-left: 30px;
}
.contact-article .container .info-field .contacts .item:hover span {
  transform: translateX(5px);
}
.contact-article .container .info-field .contacts .item + .item {
  margin-top: 30px;
}

.item svg.address .pin {
  fill: #319596;
}

.item svg.address .line {
  stroke: #319596;
}

svg.address .line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 1.5px;
}

.sticky {
  position: sticky !important;
  top: 30px;
  transition: 0.3s ease all !important;
}

.item svg.phone .line {
  stroke: #319596;
}

.info-field .button-wrapper {
  margin-top: 45px;
}
.info-field .button-wrapper a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 0;
  outline: unset;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  border: 1px solid #319596;
  width: fit-content;
}
.info-field .button-wrapper a::before, .info-field .button-wrapper a::after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  width: 150%;
  background-color: #319596;
  -webkit-transition: 0.45s ease all;
  transition: 0.45s ease all;
}
.info-field .button-wrapper a::before {
  left: 50%;
  transform: translateX(-150%) skew(45deg);
}
.info-field .button-wrapper a::after {
  left: 50%;
  transform: translateX(50%) skew(45deg);
}
.info-field .button-wrapper a span {
  display: block;
  transition: 0.3s ease color;
  font-size: 1rem;
  white-space: nowrap;
  position: relative;
  color: #319596;
  z-index: 1;
}
.info-field .button-wrapper a:hover::before {
  transform: translateX(-95%) skew(45deg);
}
.info-field .button-wrapper a:hover::after {
  transform: translateX(-5%) skew(45deg);
}
.info-field .button-wrapper a:hover span {
  color: #fff;
}

.info-field .social {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.info-field .social a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #eaeaea;
  width: 50px;
  height: 50px;
  transition: 0.3s ease all;
  align-items: center;
}
.info-field .social a svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #989898;
  transition: 0.3s ease all;
}

.info-field .social a + a {
  margin-left: 20px;
}

.info-field .social a:hover {
  background-color: #319596;
  transform: translateY(-3px);
}
.info-field .social a:hover svg {
  fill: #fff;
}

.form-field .heading {
  margin-bottom: 5px !important;
}

.expo {
  margin-bottom: 45px !important;
}
.expo span {
  color: #3c3c3c;
  font-size: 1rem;
  line-height: 1.75;
}

.form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-gap: 30px;
}

.form .item.width--full {
  grid-column: span 4;
}

.form .item {
  position: relative;
}

.form .item input[type=text],
.form .item input[type=email],
.form .item input[type=tel],
.form .item input[type=number],
.form .item input[type=time],
.form .item input[type=date],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #3c3c3c;
  transition: 0.25s ease box-shadow;
}

.form .item input[type=text]:focus,
.form .item input[type=email]:focus,
.form .item input[type=tel]:focus,
.form .item input[type=number]:focus,
.form .item input[type=time]:focus,
.form .item input[type=date]:focus,
.form .item textarea:focus,
.form .item select:focus {
  -webkit-box-shadow: 0 0 0 1px #319596;
  box-shadow: 0 0 0 1px #319596;
}

.form .item textarea {
  padding: 20px;
  height: 150px;
  resize: none;
  appearance: none;
}

.form .button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 130px;
  border: 0;
  outline: unset;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
  border: 1px solid #319596;
}
.form .button::before, .form .button::after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  width: 150%;
  background-color: #319596;
  transition: 0.45s ease all;
}
.form .button::before {
  left: 50%;
  transform: translateX(-95%) skew(45deg);
}
.form .button::after {
  left: 50%;
  transform: translateX(-5%) skew(45deg);
}
.form .button span {
  display: block;
  transition: 0.3s ease color;
  font-size: 1rem;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #fff;
}
.form .button:hover::before {
  transform: translateX(-150%) skew(45deg);
}
.form .button:hover::after {
  transform: translateX(50%) skew(45deg);
}
.form .button:hover span {
  color: #319596;
}

.map {
  height: 450px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.success-form {
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #319596;
  align-items: center;
  font-family: "Outfit", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  position: unset !important;
  font-size: 20px !important;
  color: #319596 !important;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .info-field .contacts .item svg {
    width: 40px !important;
    height: 40px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .contact-article .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px 0 !important;
  }
  .info-field .contacts .item span {
    font-size: 1.125rem !important;
  }
  .container .heading {
    font-size: 1.625rem !important;
  }
}
.urun-item {
  transition: 0.45s ease all;
  opacity: 0.8;
  height: 400px;
  position: relative;
  display: block;
}
.urun-item .background {
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.urun-item .background:after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.33s ease all;
  background-image: linear-gradient(0deg, rgb(0 153 152), rgba(0, 0, 0, 0));
}
.urun-item .background img {
  filter: brightness(75%);
  transition: 0.45s ease all;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.urun-item .content {
  transform: translateY(110px);
  color: #fff;
  padding: 45px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.45s ease all;
}
.urun-item .content .title {
  line-height: 1.25;
  font-weight: 700;
  font-size: 24px;
    text-shadow: 0 2px 8px rgb(0 0 0);
}
.urun-item .content .button-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease all;
  transform: translateY(15px);
}
.urun-item .content .button-wrapper .button {
  box-shadow: 0 15px 30px -15px rgba(255, 255, 255, 0.75);
  will-change: transform, box-shadow;
  cursor: pointer;
  backface-visibility: hidden;
  transition-duration: 0.45s;
  border-width: 0;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
  width: fit-content;
  height: 50px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}
.urun-item .content .button-wrapper .button .text {
  backface-visibility: hidden;
  transition-duration: 0.45s;
  white-space: nowrap;
  color: #000;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  padding-left: 0;
}
.urun-item .content .button-wrapper .button:hover {
  box-shadow: 0 5px 15px -5px #fff;
  transform: translateY(5%) scale(0.95);
}
.urun-item:hover {
  opacity: 1;
}
.urun-item:hover .background::after {
  opacity: 1;
}
.urun-item:hover .background img {
  transform: scale(1.1);
  filter: brightness(100%);
}
.urun-item:hover .content {
  transform: translateY(0);
}
.urun-item:hover .content .number {
  opacity: 0.25;
  transition-delay: 0.3s;
}
.urun-item:hover .content .button-wrapper {
  opacity: 1;
  visibility: visible;
}

.number {
  -webkit-text-stroke: 1px #fff;
  transition-delay: 0.2s;
  transition: 0.25s ease all;
  color: rgba(0, 0, 0, 0);
  line-height: 1;
  font-weight: 700;
  font-size: 11.25rem;
  bottom: 30px;
  right: 30px;
  position: absolute;
  opacity: 0;
}

.split {
  opacity: 0.5;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
}

.leading-tight {
  line-height: 1.25;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.font-light {
  font-weight: 300;
}

.text-18 {
  font-size: 1.125rem;
}

.about-page {
  background-color: #a89d78;
}
.about-page .img-about {
  height: 600px;
}
.about-page .img-about img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 100px;
}
.about-page h1 {
  font-size: 3rem;
  line-height: 1.33;
  color: #319596;
  margin-bottom: 30px !important;
}

.text {
  padding-left: 50px;
}
.text .subline {
  text-align: left;
  font-size: 0.875rem;
  color: #c9ccd4;
  letter-spacing: 2px;
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}
.text .subline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 90%;;
  transform: translateY(-50%);
  height: 1px;
  width: 50px;
  background-color: #c9ccd4;
}
.text .heading {
  font-size: 1.675rem;
  font-weight: 800;
  line-height: 1.5;
  color: #bee6e6;
  margin-bottom: 60px;
  position: relative;
}
 
.text .context {
  padding-left: 30px;
  color: #9da7ad;
  font-size: 1rem;
  line-height: 1.75;
}
.text .button-wrapper {
  margin-left: 30px;
  margin-top: 30px;
}
.text .button-wrapper .button {
  height: 45px;
  display: flex;
  justify-content: center;
  padding: 0 60px 0 30px;
  border: 0;
  outline: unset;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: transparent;
  position: relative;
  border-radius: 50px;
  align-items: center;
  width: fit-content;
  background: #009897;
}
.text .button-wrapper .button::before, .text .button-wrapper .button::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  background-color: rgba(159, 163, 178, 0.5);
}
.text .button-wrapper .button::before {
  width: 18px;
  left: 0;
  transform-origin: 0% 0%;
}
.text .button-wrapper .button::after {
  width: 52px;
  right: 0;
  transform-origin: 100% 100%;
}
.text .button-wrapper .button span {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 0.3s ease color;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #fff;
}
.text .button-wrapper .button .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 1px;
  stroke-miterlimit: 10;
  overflow: visible;
  fill: none;
  stroke: #9fa3b2;
  border: none !important;
  opacity: 0.5;
}
.text .button-wrapper .button .border path {
  stroke-dashoffset: -264.302;
  stroke-dasharray: 0px, 999999px;
}
.text .button-wrapper:hover .button::before, .text .button-wrapper:hover .button::after {
  width: 0;
}

@media screen and (max-width: 950px) {
  .text {
    margin-top: 40px;
  }
  .text .context {
    padding-left: 0;
  }
}
.projeler-home {
  background-color: #f7f7f7;
}

.footer-wrapper {
 
  display: grid;
}
.footer-wrapper .footer-left {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.footer-wrapper .footer-left .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.footer-wrapper .footer-left .background .gradient {
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
 
}

.content-field {
  left: 30px;
  width: calc(100% - 30px - 30px);
  z-index: 20;
  position: relative;
}
.content-field .logo-field {
  width: fit-content;
  margin-bottom: 3rem;
}
.content-field .logo-field a {
  display: flex;
  justify-content: flex-start;
}
.content-field .logo-field a .image {
  overflow: hidden;
  max-width: 250px;
  width: 100%;
}
.content-field .logo-field a .image img {
  object-position: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  
}

.content-field {
  position: relative;
}
.content-field .content {
  display: flex;
  flex-direction: column;
}
.content-field .content .number {
  position: unset;
  opacity: 1;
}
.content-field .content a {
  transition-duration: 450ms;
  color: #000;
  font-size: 16px;
  display: flex;
  font-weight: 500;
  flex-wrap: wrap;
  -webkit-text-stroke: unset;
}
.content-field .content a .icon svg {
  width: 30px;
  height: 30px;
}
.content-field .content a .icon svg path {
  stroke: #000;
}
.content-field .content a span {
  transition-duration: 450ms;
  line-height: 1.25;
  font-weight: 400;
  font-size: 20px;
  padding-left: 0;
  margin-left: 1.25rem;
}
.content-field .content a + a {
  margin-top: 20px;
}

.address {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  color: #fff;
  transition-duration: 450ms;
}
.address span {
  font-size: 18px !important;
}

.footer-wrapper .split {
  height: 40px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.map-icon {
  gap: 5px;
  transition-duration: 450ms;
  justify-content: center;
  align-items: center;
  display: flex;
}
.map-icon .icon {
  width: 18px;
  margin-right: 1rem;
}
.map-icon .icon svg {
  flex-shrink: 0;
}
.map-icon span {
  margin-left: 0 !important;
}

.copyright {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.copyright a:hover {
  color: #fff;
}

.flex {
  display: flex;
}

.sanatustuCopy a {
  color: #7f7f83 !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #7f7f83;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #7f7f83;
  font-size: 25px;
}

.footer-right {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.footer-right .background {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  position: absolute;
}
.footer-right .background .gradient {
 
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  position: relative;
}
.footer-right .background .gradient::before {
  content: "";
 
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  position: absolute;
}
.footer-right .content-field {
  width: calc(100% - 0px - 160px);
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    display: flex;
    z-index: 20;
}
.footer-right .content-field .grid {
  gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
}
.footer-right .split {
  background: rgb(0 0 0 / 51%);
    width: 100%;
    height: 1px;
    margin-left: 0px;
    margin-right: 0px;
}

.other-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 1.5rem;
}
.other-links ul {
  align-items: center;
  display: flex;
}
.other-links ul li a span {
  transition-duration: 450ms;
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  display: flex;
  position: relative;
  padding-left: 0 !important;
}
.other-links ul li + li {
  margin-left: 15px;
}

.footer-menu .title {
  line-height: 1.25;
  font-weight: 700;
  font-size: 30px;
  color: rgb(0, 0, 0);
}
.footer-menu ul {
  margin-bottom: 2rem;
}
.footer-menu ul li {
  margin-bottom: 1rem;
}
.footer-menu ul li a {
  display: flex;
}
.footer-menu ul li a span {
  transition-duration: 450ms;
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  display: flex;
  position: relative;
  padding-left: 0;
}
.footer-menu ul li a i {
  margin-left: 0.75rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  align-items: center;
  display: flex;
  z-index: 10;
  position: relative;
}
.footer-menu ul li a:hover {
  transform: translateX(0.25rem);
}
.footer-menu ul li a:hover span {
  color: rgb(0, 0, 0);
}
.footer-menu ul li a:hover i {
  opacity: 1;
}

.footer-field {
  position: relative;
}

.arrows-container {
  background-color: #319596;
  padding: 15px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  margin-top: 0px !important;
  top: 0px !important;
  z-index: 15;
  position: absolute;
  right: 50px;
  transform: rotate(180deg);
}
.arrows-container svg {
  position: relative;
}

.arrow-one {
  animation: arrowMovement 3s 0.5s ease-in-out infinite;
}

.arrow-two {
  animation: arrowMovement 3s 1s ease-in-out infinite;
}

.arrow-three {
  animation: arrowMovement 3s 1.5s ease-in-out infinite;
}

.arrow {
  padding: 1rem;
  box-shadow: 2px -2px white inset;
  opacity: 0;
  position: absolute;
}

@keyframes arrowMovement {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  .footer-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content-field .content a span {
    padding-left: 0;
    margin-top: 0 !important;
  }
  .footer-right .content-field .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer-menu ul li a span {
    margin-top: 0 !important;
  }
  .sanatustuCopy {
    width: fit-content;
  }
  .content-field .content a span {
    font-size: 15px !important;
  }
  .other-links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer-right .content-field {
    left: 30px;
  }
}
#breadcrumb {
  height: 330px;
  position: relative;
  display: block;
}
#breadcrumb .background {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
#breadcrumb .background::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 43%;
  left: 0;
  top: 0;
  -moz-border-radius-topright: 150px;
  border-top-right-radius: 150px;
  
  z-index: 2;
}
#breadcrumb .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgb(17 43 58) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
#breadcrumb .background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
#breadcrumb .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding-top: 120px;
  height: 100%;
}
#breadcrumb .container h1 {
  max-width: 400px !important;
  font-size: 1.57rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.25;
}
#breadcrumb .container ul {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb .container ul li {
  margin-bottom: 15px;
  position: relative;
}
#breadcrumb .container ul li a {
  opacity: 0.5;
  color: #fff;
  transition: 0.25s ease opacity;
}
#breadcrumb .container ul li a:hover {
  opacity: 1;
}
#breadcrumb .container ul li span {
  color: #fff;
}
#breadcrumb .container ul li + li {
  padding-left: 10px;
  margin-left: 10px;
}
#breadcrumb .container ul li + li::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow-short.svg);
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  height: 8px;
  width: 6px;
  left: 0;
  top: 50%;
  filter: brightness(0) invert(1);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.5;
}

.urun-page-bottom {
  margin-bottom: 35px;
}

.blog-page .urun-page-bottom {
  margin-bottom: 65px;
}

#top-bar.stuck {
  background-color: #319596;
}

.certificates-list {
  background-color: #f6f3f8;
}
.certificates-list .item {
  overflow: hidden;
  padding-top: 47px;
  transition: 0.4s;
  max-widtH: 400px;
  margin: 0 auto;
}
.certificates-list .item a {
  display: block;
  background: #EFEDF0;
  position: relative;
  transition: 0.4s;
}
.certificates-list .item a .img {
  height: 400px;
  padding: 0 30px;
}
.certificates-list .item a .img img {
  display: block;
  width: 100%;
  transform: translateY(-33px);
  transition: 0.4s;
  height: 100%;
}
.certificates-list .item a .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #727584;
  height: 63px;
  background: #EFEDF0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  padding-left: 0;
}
.certificates-list .item:hover a .img img {
  transform: translateY(-60px);
}

.section-company .img {
  margin-bottom: 30px;
  height: 500px;
  overflow: hidden;
  padding: 0;
}
.section-company .img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.section-company .img:hover > img{
  transform: scale(1.1);
}

.section-company .text {
  padding-left: 0;
}
.section-company .text p {
  font-size: 18px;
  line-height: 1.5;
  color: #4B4B4B;
  margin-bottom: 25px;
}
.section-company .section-boxes .col {
  margin-bottom: 20px;
}
.section-company .section-boxes .item {
  padding: 30px 40px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  position: relative;
  min-height: 170px;
}
.section-company .section-boxes .item .item-line:before {
  content: "";
  position: absolute;
  transition: 0.8s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 1px;
  background: #319596;
}
.section-company .section-boxes .item .item-line:after {
  content: "";
  position: absolute;
  transition: 0.8s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 0;
  background: #319596;
}
.section-company .section-boxes .item h2 {
  font-size: 30px;
  font-weight: 600;
  color: #319596;
  margin-bottom: 30px;
}
.section-company .section-boxes .item p:nth-last-child(1) {
  margin-bottom: 0;
}
.section-company .section-boxes .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #4B4B4B;
  margin-bottom: 25px;
}
.section-company .section-boxes .item:hover:before {
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
}
.section-company .section-boxes .item:hover:after {
  height: calc(100% + 2px);
  max-height: calc(100% + 2px);
}
.section-company .section-boxes .item:hover .item-line:before {
  width: calc(100% + 2px);
}
.section-company .section-boxes .item:hover .item-line:after {
  height: calc(100% + 2px);
}
.section-company .section-boxes .item-1:before {
  content: "";
  position: absolute;
  transition: 0.8s;
  top: -1px;
  left: -1px;
  width: 70%;
  max-width: 290px;
  height: 1px;
  background: #319596;
}
.section-company .section-boxes .item-1:after {
  content: "";
  position: absolute;
  transition: 0.8s;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 80%;
  max-height: 280px;
  background: #319596;
}

.section-company.proje .text {
  padding: 20px;
}
.section-company.proje .text p {
  margin-bottom: 10px;
}
.section-company.proje .text p + p {
  margin-top: 0;
}

.carousel .wrapper {
  border-radius: 25px;
  box-shadow: 0 10px 60px 0 rgba(5, 9, 16, 0.25);
}
.carousel .wrapper .product-single-carousel {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
}
.carousel .wrapper .product-single-carousel .slide {
  display: block;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
  height: 550px;
}
.carousel .wrapper .product-single-carousel .slide img {
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.carousel .wrapper .product-single-carousel .carousel-nav {
  z-index: 3;
  position: absolute;
  width: 100px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffffcc;
    padding: 6px;
    border-radius: 100px;
}
.carousel .wrapper .product-single-carousel .carousel-nav .prev {
  left: 0;
}
.carousel .wrapper .product-single-carousel .carousel-nav .next {
  right: 1px;
}
.carousel .wrapper .product-single-carousel .carousel-nav .prev,
.carousel .wrapper .product-single-carousel .carousel-nav .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.66;
  cursor: pointer;
  transition: 0.3s ease all;
}
.carousel .wrapper .product-single-carousel .carousel-nav .style {
  pointer-events: none;
  width: 100%;
  fill: #319596;
  display: block;
}

.text ul{
  margin-left: 50px;
  margin-top: 25px;
}

.text ul li{
  list-style: disc !important;
  font-size: 18px;
}

.text ul li + li{
  margin-top: 10px;
}

.carousel-nav.white .prev svg,
.carousel-nav.white .next svg {
  fill: #319596;
  width: 15px;
  height: 15px;
}

.blog__details-left {
  padding: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
}
.blog__details-left img {
  width: 100%;
  height: 400px;
}
.blog__details-left .content h3 {
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  margin: 20px 0;
  color: #121212;
  font-weight: 800;
}
.blog__details-left .content p {
  font-weight: 500;
  font-size: 16px;
}

.all-sidebar {
  position: sticky;
  top: 140px;
}
.all-sidebar .all__sidebar-item {
  padding: 20px 30px;
  background: #F8F8F8;
  border: 1px solid rgba(19, 19, 19, 0.06);
  margin-bottom: 30px;
}
.all-sidebar .all__sidebar-item h4 {
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 40px;
  padding: 0;
  color: #121212;
  font-weight: 800;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 25px;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-image img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  border-radius: 8px;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  max-width: 200px;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title h6 a {
  color: #121212;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title span {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #666667;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title span i {
  color: #319596;
}

.content-corporate p {
  font-size: 18px;
}

.right .language {
  display: none;
}

@media screen and (max-width: 850px) {
  #breadcrumb .background::before {
    width: 68%;
  }
  .footer-right .background .gradient::before {
    left: 0;
  }
}
.language {
  position: relative;
  fill: #fff;
  margin-left: 15px;
}
.language .trigger-language {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.language .trigger-language:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%) translateY(-50%) scaleY(0);
  transform-origin: 50% 100%;
  transition: 0.45s ease all;
  background-color: #fff;
}
.language .trigger-language svg {
  fill: #fff;
  backface-visibility: hidden;
  will-change: transform;
  width: 30px;
  height: 30px;
  z-index: 1;
  position: relative;
  transition: 0.45s ease all;
  display: block;
  overflow: hidden;
}
.language .language-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0.75;
  background-color: #fff;
  transition: 0.45s ease all;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.language .language-bar .item {
  width: 100%;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  transition: 0.3s ease all;
}
.language:hover {
  fill: #319596;
}
.language:hover .trigger-language::before {
  transform: translate(-50%) translateY(-50%) scaleY(1);
}
.language:hover svg {
  fill: #319596;
  transform: scale(0.8);
}
.language:hover .language-bar {
  opacity: 1;
  pointer-events: all;
}
.language:hover .language-bar .item {
  background-color: #f0f1f2;
  color: #319596;
  box-shadow: inset 0 0 0 1px #e9eaeb;
}

.references-carousel .swiper-pagination{
  bottom: -45px !important;
}

.references-carousel .swiper-pagination-bullet{
  transition: all .3s ease-in-out;
}

.references-carousel .swiper-pagination-bullet-active{
  width: 20px;
  background-color: #319596;
  border-radius: 10px !important;
}

@media only screen and (max-width: 1366px){
  .gallery .gallery-carousel .swiper-wrapper .swiper-slide .image {
    height: 300px;
  }
}

@media only screen and (max-width: 1440px){
  .gallery .gallery-carousel .swiper-wrapper .swiper-slide .image {
    height: 350px;
  }
}

.gallery .gallery-carousel .swiper-wrapper .swiper-slide .image {
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
  display: block;
  height: 300px;
  width: 100%;
}

.gallery .gallery-carousel .swiper-wrapper .swiper-slide .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  transition: .45s ease all;
  z-index: 1;
}

.gallery .gallery-carousel .swiper-wrapper .swiper-slide .image img {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  transition: .45s ease all;
}

.gallery .gallery-carousel .swiper-wrapper .swiper-slide .image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url(../img/eyes.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .45s ease all;
  transform: translateX(-50%) translateY(0%);
  opacity: 0;
  z-index: 2;
}

.gallery .gallery-carousel .nav {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin-bottom: 30px;
}

.gallery .gallery-carousel .nav .prev,
.gallery .gallery-carousel .nav .next {
  cursor: pointer;
  transition: .3s ease all;
}

.gallery .gallery-carousel .nav .prev svg,
.gallery .gallery-carousel .nav .next svg {
  transition: .3s ease all;
  width: 14px;
  height: 14px;
  fill: rgba(0,96,125,.75);
  display: block;
}

.gallery .gallery-carousel .nav .gallery-thumbs {
  margin: 0 15px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .gallery-carousel .nav .gallery-thumbs span {
  opacity: 1;
  display: block;
  border-radius: 0;
  width: 50px;
  height: 1px;
  background-color: rgba(0,96,125,.2);
  position: relative;
}

.gallery .gallery-carousel .nav .gallery-thumbs span::after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  bottom: unset;
  width: 100%;
  height: 3px;
  top: -1px;
  z-index: 1;
  background-color: #00607d;
  transform: scaleX(0);
  transform-origin: 0% 0%;
}

.gallery .gallery-carousel .nav .gallery-thumbs span.swiper-pagination-bullet-active::after {
  animation: fill 4s linear forwards;
}

@keyframes fill {
  0% {
    transform: scaleX(0)
  }
  100% {
    transform: scaleX(1)
  }
}

.gallery .gallery-carousel .swiper-wrapper .swiper-slide .image:hover::before {
  opacity: 1;
}

.gallery .gallery-carousel .swiper-wrapper .swiper-slide .image:hover::after {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .gallery .gallery-carousel .nav{
    padding-right: 200px;
  }
  .gallery .gallery-carousel .swiper-wrapper .swiper-slide .image{
    height: 450px;
  }
}

.context {
  line-height: 1.5;
  color: #fff;
  width: 100%;
  /* min-width: 250px; */
  /* max-width: 280px; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 66px;
  margin-bottom: 30px;
}

.context span,
.context p{
  font-size: 15px;
  color: #fff;
}

.about-page .context{
  height: 100%;
  -webkit-line-clamp: 5;
}

.about-page .context span,
.about-page .context p{
  font-size: 17px;
  color: #fff;
}

.blog__details-left p,
.blog__details-left span,
.blog__details-left ul li{
  margin-bottom: 15px;
  color: #777777;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
}


.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

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





.catalog-section {
    padding: 60px 0;
    background: #050816; /* istersen site tonuna göre oynayabilirsin */
}

.catalog-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.catalog-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0.04em;
}

/* Kart ana yapı */
.catalog-card {
    display: flex;
    align-items: stretch;
    gap: 24px;
    padding: 22px;
    border-radius: 16px;
    background: rgba(10, 16, 32, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
    margin-bottom: 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.catalog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(125, 249, 255, 0.4);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.7);
}

/* Sol: Katalog görsel alanı */
.catalog-image {
    flex: 0 0 260px;
    max-width: 260px;
    border-radius: 12px;
    overflow: hidden;
    background: radial-gradient(circle at top left, #1f2937, #020617);
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.35s ease;
}

.catalog-card:hover .catalog-image img {
    transform: scale(1.05);
}

/* Sağ: Başlık – açıklama – buton */
.catalog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.catalog-content p {
    font-size: 15px;
    color: #cbd5f5;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* İndir butonu */
.catalog-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid rgba(148, 163, 255, 0.5);
    background: linear-gradient(135deg, #22c55e, #0ea5e9);
    color: #020617;
    box-shadow: 0 12px 25px rgba(34, 197, 94, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.catalog-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(56, 189, 248, 0.3);
}

.catalog-download .icon-download {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Mobil uyum */
@media (max-width: 992px) {
    .catalog-card {
        flex-direction: column;
    }

    .catalog-image {
        max-width: 100%;
        flex-basis: auto;
    }

    .catalog-title {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .catalog-card {
        padding: 18px;
        gap: 18px;
    }

    .catalog-content h3 {
        font-size: 20px;
    }

    .catalog-content p {
        font-size: 14px;
    }


    .hero .hero-carousel .swiper-wrapper .swiper-slide .slide {
    overflow: hidden;
    mask-image: -webkit-radial-gradient(white, black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 430px;
    padding: 86px 0;
    margin-top: 66px;
}

.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    top: 70px !important;
}

.hero .hero-carousel .swiper-wrapper .swiper-slide .slide .content .title {
    font-size: 1.475rem;
}


#top-bar.stuck {
    background-color: #fff;
}

.hero .hero-info {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    top: 383px;
}

}




