@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&family=Josefin+Sans:wght@100;200;300;400;500;700&family=Manrope:wght@200;300;400;800&family=Playfair+Display:wght@400;500;600;900&family=Roboto:wght@100;300;400;900&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:root {
  --text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-family: "Roboto", sans-serif;
}

html {
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
  display: block;
}

ul {
  list-style: none;
}

input, button {
  border: none;
  background: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.container-sm {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  position: relative;
}

.container-md {
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  max-width: 1400px;
  position: relative;
}

.container-lg {
  padding: 0 120px;
  -webkit-transition: .4s;
  transition: .4s;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: black !important;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #002248 !important;
}

.basic-arrow {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}

.arrow-shadow {
  -webkit-box-shadow: -3px 3px 2px black;
          box-shadow: -3px 3px 2px black;
}

.left-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.right-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

section {
  position: relative;
  margin-bottom: 4rem;
}

.half-arrow {
  border-left: unset;
}

.half-arrow::before {
  content: '';
  width: 4rem;
  height: 2px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg) translate(-11px, -1px);
          transform: rotate(-45deg) translate(-11px, -1px);
}

/* custom */
section.footer {
  margin-bottom: 0;
}

.sc-title {
  opacity: 0.2;
  font-size: 3vw;
  padding: 2rem 0;
  text-align: center;
  font-family: "Cinzel", serif;
}

section.page {
  min-height: calc(100vh - 395px);
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-list > * {
  margin: 1rem;
}

.flex-list .flex-list-item {
  margin: 1rem;
}

.flex-list .flex-list-item__2 {
  width: calc(calc(100% / 2) - 2rem);
}

.flex-list .flex-list-item__3 {
  width: calc(calc(100% / 3) - 2rem);
}

.flex-list .flex-list-item__4 {
  width: calc(calc(100% / 4) - 2rem);
}

.btn-efc {
  color: #6888ce;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-efc::after {
  content: "";
  width: 10%;
  height: 10%;
  border-radius: 30px;
  position: absolute;
  background: rgba(255, 255, 255, 0.11);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  z-index: -1;
}

.btn-efc:hover {
  color: #fff !important;
}

.btn-efc:hover::after {
  content: "";
  width: 101%;
  height: 101%;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.nextbtn.btn-efc::after {
  border-radius: 100% 0 0 0 !important;
}

.clipboard.btn-efc {
  padding: unset;
}

.gallery-tab-menu:not(:checked).btn-efc::after {
  background: rgba(0, 0, 0, 0.068);
}

.play10 {
  -webkit-animation: randomroad 10s infinite;
          animation: randomroad 10s infinite;
}

.play5 {
  -webkit-animation: randomroad 5s infinite;
          animation: randomroad 5s infinite;
}

@-webkit-keyframes randomroad {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes randomroad {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.htmlsoft {
  overflow-y: hidden;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.htmlsoft:after {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 34, 72, 0.7);
  position: absolute;
  display: block;
  top: 0;
  z-index: 20;
}

.overlay {
  top: 0;
  width: 100%;
  z-index: 30;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  overflow: hidden;
  left: -100%;
  overflow: hidden;
  max-width: 550px;
  -webkit-transition: .9s;
  transition: .9s;
  background-color: #00224861;
  background-color: transparent;
  color: black;
}

.overlay-content {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../../images/map.png");
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh !important;
}

.close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

[hidden] {
  display: none;
  visibility: hidden;
}

.acnav {
  width: 100%;
}

.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.has-children > .acnav__label::before {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 1em;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.has-children.is-open > .acnav__label::before {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

.acnav__link, .acnav__label {
  display: block;
  padding: 10px 5%;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease-in, background-color .25s ease-in;
  transition: color .25s ease-in, background-color .25s ease-in;
}

.acnav__link:hover, .acnav__label:hover {
  background: rgba(0, 110, 255, 0.178);
}

.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}

.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
}

.acnav-wrapper {
  overflow: auto;
  height: calc(100% - 288px);
  scrollbar-width: thin;
}

.acnav-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.acnav-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* .acnav__label:after{
    content: '';
    width: 90%;
    background: rgba(0, 34, 72, 0.3);
    height: 1px;
    position: absolute;
    left: 5%;
    bottom: 0;
} */
.acnav__list > li {
  height: 100%;
  width: 96%;
  left: 2%;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.acnav__list > li::after {
  content: '';
  width: 90%;
  background: rgba(0, 34, 72, 0.3);
  height: 1px;
  position: absolute;
  left: 5%;
  bottom: 0;
}

.acnav__list > li:last-child::after {
  content: none;
}

.haschildren::before {
  content: "";
  background-image: url("../../images/cd-icons.svg");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  width: 16px;
  right: 5%;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 12px;
  background-position-x: -16px;
}

.is-open::before {
  background-position-x: -32px !important;
}

.menu-foot {
  text-align: center;
  padding: 0 20px;
}

.menu-foot > * {
  padding: 8px 0;
}

.cd-accordion__sub .cd-accordion__label {
  padding: 10px 8%;
  background: white;
}

.social-list a {
  height: 24px;
  width: 26px;
  background: #d7d7d7;
  border-radius: 6px;
  line-height: 24px;
  color: #002248;
  -webkit-transition: .5s;
  transition: .5s;
}

.social-list a:hover {
  background: white;
}

.menu-adres {
  font-size: 14px;
}

header {
  position: relative;
  z-index: 20;
  background: #002248;
}

header.tall-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#0022487a), to(#0022487a)), url("../../images/urungruplari.png");
  background: linear-gradient(#0022487a, #0022487a), url("../../images/urungruplari.png");
  background-repeat: no-repeat;
  background-position: center 29%;
  background-size: cover;
}

header.tall-header .page-toptext {
  text-align: center;
  color: white;
  padding: 4rem 0;
  text-shadow: 0 3px 3px black;
}

header.tall-header .page-toptext .header-title {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
}

header .header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-right {
  display: none;
}

header .header-right a {
  color: white;
  font-family: "Playfair Display", serif;
  opacity: .6;
}

header .header-right a:hover {
  opacity: 1;
  -webkit-transition: .6s;
  transition: .6s;
}

header .header-mid {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

header .header-logo {
  max-height: 70px;
}

.header-left, .close-menu {
  width: 4rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-left .line, .close-menu .line {
  width: 100%;
  height: 2px;
  margin: 3px 0;
  display: block;
  background: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-left .line.line2, .close-menu .line.line2 {
  width: 50%;
}

.header-left:hover .line2 {
  -webkit-transform: rotate(45deg) translate(0, 5px);
          transform: rotate(45deg) translate(0, 5px);
}

.close-menu .line {
  background: #002248;
}

.close-menu .line.line2 {
  -webkit-transform: rotate(45deg) translate(0, 5px);
          transform: rotate(45deg) translate(0, 5px);
}

.mar1 {
  background: #002248;
  margin: 1rem;
}

.product_item {
  height: calc(100vh - 100px);
  position: relative;
}

.product_item .design-product {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 20;
}

.product_item .design-product img {
  width: 55% !important;
  bottom: 5rem;
  position: absolute;
  -webkit-transition: 2s cubic-bezier(0, 0, 0, 0.9);
  transition: 2s cubic-bezier(0, 0, 0, 0.9);
}

.product_item .hero-text {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_item .hero-text .hero-title {
  font-size: 14vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3.5vw;
  -webkit-transition: 2s cubic-bezier(0, 0, 0, 0.9);
  transition: 2s cubic-bezier(0, 0, 0, 0.9);
}

.product_item .hero-text .hero-title span {
  position: relative;
  z-index: 19;
}

.product_item .hero-text .hero-title span:nth-child(2) {
  z-index: 20;
}

.product_item .hero-text .hero-mini-title {
  letter-spacing: 4.1vw;
  text-align: center;
  font-size: 1.5vw;
  white-space: nowrap;
  -webkit-transition: 2s cubic-bezier(0, 0, 0, 0.9);
  transition: 2s cubic-bezier(0, 0, 0, 0.9);
}

.design-circle {
  position: absolute;
  border-radius: 50%;
  background: #2b54c3;
  -webkit-transition: 2s cubic-bezier(0, 0, 0, 0.9);
  transition: 2s cubic-bezier(0, 0, 0, 0.9);
}

.design-circle.big {
  top: 10%;
  left: 11vw;
  width: 35vw;
  height: 35vw;
}

.design-circle.small {
  width: 15vw;
  height: 15vw;
}

.design-circle.mini {
  width: 2vw;
  height: 2vw;
  z-index: -1;
  top: -2vw;
  left: 0;
}

.owl {
  margin-bottom: 10rem;
}

.owl .owl-dot {
  left: 2px;
  width: 26px;
  height: 26px;
  margin: 1rem;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.owl .owl-dot span {
  margin: unset !important;
  width: 26px !important;
  height: 26px !important;
  left: 2px;
  position: relative;
}

.owl .owl-dot span::after {
  content: '';
  position: absolute;
  top: 6.5px;
  left: 6.5px;
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: white;
}

.owl .owl-dot.active {
  background: -webkit-gradient(linear, left top, right top, from(#2b85c3), to(#164362)) !important;
  background: linear-gradient(to right, #2b85c3, #164362) !important;
}

.owl-heroBottom .owl-herobottom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  min-height: 600px;
}

.owl-heroBottom .owl-herobottom_item > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-heroBottom .owl-herobottom_item .item-right {
  color: white;
  font-size: 3.5vw;
  text-align: right;
  padding-right: 3rem;
  font-weight: lighter;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.owl-heroBottom .owl-herobottom_item .item-right .design-circle.small {
  z-index: -1;
  right: 0;
}

.owl-heroBottom .owl-herobottom_item .item-right .product-title {
  font-weight: normal;
}

.owl-heroBottom .owl-nav {
  text-align: right;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}

.acc-list.sura-accordion {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sura-accordionTitle {
  padding: 10px;
  color: #ccc;
  position: relative;
  white-space: nowrap;
  -webkit-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
  cursor: pointer;
  z-index: 1;
}

.sura-accordionTitleActive {
  color: #2b54c3 !important;
}

.sura-accordionTitle:hover {
  color: #7b8cb9;
}

.sura-accordionTitle.acc-title {
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 3.5vw;
}

/* Text Content */
.sura-accordion .sura-accordion-item .sura-accordion-content {
  height: 0;
  padding: 0px 20px;
  line-height: 24px;
  font-weight: 200;
  -webkit-transition: all 0.6s cubic-bezier(0.42, 0.2, 0.08, 1);
  transition: all 0.6s cubic-bezier(0.42, 0.2, 0.08, 1);
  overflow: hidden;
  letter-spacing: 0.5px;
}

.sura-accordion .sura-accordion-item .sura-accordion-content.acc-content {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
}

.sura-accordion .sura-accordion-item .sura-accordion-content.acc-content.show {
  height: 100%;
}

/* Text Content - Class for JS to hide and show */
.sura-accordion .sura-accordion-item .sura-accordion-content.show {
  opacity: 1;
  width: 100%;
  height: auto;
  z-index: -1;
}

/********************************************/
.acc-content img {
  position: absolute;
  z-index: -1;
  height: 30vw;
  width: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.acc-content img:first-child {
  right: 2vw;
}

.acc-content img:last-child {
  bottom: 2vw;
  left: 2vw;
}

.owl-indexHaber__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  padding: 2rem;
  position: relative;
  height: 30rem;
  background: #002248;
  color: white;
}

.owl-indexHaber__item img {
  margin-right: 1rem;
  height: 100%;
  max-width: 45% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-indexHaber__item .content {
  position: relative;
  width: 55%;
}

.owl-indexHaber__item .content h2 {
  padding: 1rem 0;
  font-size: 2vw;
  font-weight: 200;
  font-family: "Manrope", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-indexHaber__item .content p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-indexHaber__item .content .view-more {
  bottom: 0;
  font-size: 15px;
  color: #002248;
  position: absolute;
  background: #2b54c3;
  border-radius: 30px;
  padding: 10px 20px;
}

.owl-indexHaber__item .nextbtn {
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  position: absolute;
  background: #2b54c3;
  border-top-left-radius: 100%;
}

.owl-indexHaber__item .nextbtn .nextline {
  right: 2rem;
  width: 4rem;
  bottom: 2rem;
  display: block;
  position: absolute;
  border-bottom: 2px solid #002248;
}

.owl-indexHaber__item .nextbtn .nextline::before {
  content: '';
  width: 2rem;
  height: 2px;
  display: block;
  background: #002248;
  -webkit-transform: rotate(45deg) translate(19px, -32px);
          transform: rotate(45deg) translate(19px, -32px);
}

.owl-indexHaber .owl-stage {
  left: -200px;
}

/* üyelik */
.member-wrapper {
  padding: 3rem 0;
  background: #2b54c3;
  color: white;
  text-align: center;
}

.member-wrapper pre {
  opacity: .3;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}

.form-member {
  width: 30%;
  min-width: 300px;
  margin-top: 2rem;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.fform-email {
  padding: 8px 0;
  width: 100%;
  color: white;
  border-radius: 0;
  border-bottom: 1px solid #002248;
}

.fform-submit {
  right: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: absolute;
  background: url("../../images/aeroplane.png");
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
}

/* footer */
.footer-img-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

.footer-img-wrapper a {
  display: inline-block;
}

.footer-img-wrapper a img {
  max-width: 200px;
}

.footer-bottom {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom .design {
  opacity: .5;
  font-family: "Cinzel", serif;
}

.footer-bottom .social i {
  opacity: .5;
  margin-left: 10px;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

.footer-bottom .social i:hover {
  opacity: 1;
}

/* pages */
/* blog */
.blog-textitem {
  text-align: center;
}

.blog-textitem img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 20vw;
  width: 20vw;
}

.blog-textitem .blog-itemcontent {
  padding: 2rem 0;
  font-family: "Manrope", sans-serif;
}

.blog-textitem .blog-itemcontent .blog-itemtitle {
  margin-bottom: 7px;
  font-weight: 600;
}

.blog-textitem .blog-itemcontent .blog-shorttitle {
  min-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.blog-textitem .blog-itemcontent .blog-link {
  background: #002248;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 1rem 0;
}

/* blog detay */
.dark {
  color: white;
  background: #002248;
}

.urun-accordion {
  min-height: calc(100vh - 120px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.urun-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.urun-item h2 {
  opacity: .5;
  padding: 2px !important;
  font-family: "Cinzel", serif;
  font-weight: unset;
}

.urun-item h2.sura-accordionTitleActive {
  opacity: 1;
  z-index: 10;
  color: white !important;
}

.urun-content {
  top: 0;
  opacity: 0;
  width: 100%;
  min-height: 70vh;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.urun-content .urun-prop {
  left: 0;
  bottom: 0;
  padding-left: 3vw;
  position: absolute;
}

.urun-content .urun-prop li.propname {
  font-weight: bold;
}

.urun-content .urun-prop .prop-item {
  font-size: 15px;
}

.urun-content .urun-prop span {
  min-width: 4rem;
  display: inline-block;
}

.urun-title {
  position: absolute;
  left: 0;
}

.urun-title .urun-name {
  font-size: 3vw;
  line-height: 1;
  max-width: 30vw;
}

.urun-title .urun-subname {
  font-size: 15px;
}

.file-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem -1rem;
}

.file-list-wrapper > * {
  margin: 1rem;
  height: 14rem;
  width: calc(calc(100% / 4) - 2rem);
  position: relative;
}

.file-item {
  background: url("../../images/klasor.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12vw;
  min-height: 10rem;
  padding: 3rem 15px 15px;
  color: #002248;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.file-item .file-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-item .file-share .copy-docmnt {
  width: 2rem;
  height: 2rem;
  color: white;
  cursor: pointer;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  background: #002248;
}

.file-item .file-share .info-metni {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 14px;
}

.file-item .file-documentname {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.file-item .file-docdownload {
  font-size: 1.3rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.file-item .file-docdownload a {
  color: #002248;
}

.gallery-tab-container {
  text-align: center !important;
}

.gallery-tab-content {
  clear: both;
  width: 100%;
  color: white;
  padding: 20px 0;
  position: relative;
}

.gallery-tab-content .gallery-tab {
  display: none;
  height: 0;
  opacity: 0;
  margin: 0 -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-tab-content .gallery-tab > * {
  width: calc(calc(100% / 5) - 2rem);
  margin: 1rem;
  height: 13vw;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
}

.gallery-tab-content .gallery-tab > * img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-tab-content .gallery-tab > *::after {
  content: 'GÖRÜNTÜLE';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 300;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2b54c391;
  font-family: "Josefin Sans", sans-serif;
}

.gallery-tab-content .gallery-tab > *:hover::after {
  opacity: 1;
}

.gallery-tab-menu {
  float: unset !important;
  width: 140px !important;
  padding: 10px 25px !important;
  display: inline-block;
  border-radius: 30px;
  border-color: #2b54c3;
}

.gallery-tab-container .tab-menu-radio:checked + label {
  color: white;
  border-color: transparent;
  background: #2b54c3;
}

.gallery-tab-container .tab-menu-radio + label {
  margin-left: 1rem;
  cursor: pointer;
  color: #2b54c3;
  border: 1px solid rgba(128, 128, 128, 0.171);
}

#gallery-tab-menu1:checked ~ .gallery-tab-content .gallery-tab-1,
#gallery-tab-menu2:checked ~ .gallery-tab-content .gallery-tab-2,
#gallery-tab-menu3:checked ~ .gallery-tab-content .gallery-tab-3 {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 10;
}

.news-list-wrapper > * {
  -webkit-transition: .4s;
  transition: .4s;
  border-bottom: 1px solid #d5d5d5;
}

.news-list-wrapper > *:hover {
  border-color: #002248;
}

.news-list-wrapper > * .news-imgwrapper {
  height: 19vw;
}

.news-list-wrapper > * .news-imgwrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list-wrapper > * .news-title {
  height: 38px;
  margin: 1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list-wrapper > * .news-text {
  line-height: 1.4;
}

/* haber detay */
.news-main-photo {
  float: left;
  margin: 0 1rem 1rem 0;
}

.news-main-photo img {
  width: 100%;
  height: 100%;
  max-width: 30vw;
  max-height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news-title {
  padding: 10px 0;
  color: #002248;
}

.news-text {
  line-height: 1.5;
}

/* referanslar */
.project-wrapper {
  margin: 2rem -2rem;
  -webkit-column-count: 2;
          column-count: 2;
}

.project-wrapper > * {
  width: calc(100% - 4rem);
  margin: 2rem;
}

.project-card {
  position: relative;
  margin-bottom: 6rem;
}

.project-card img {
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

.project-card .project-context {
  padding: 10px;
  color: #002248;
}

.project-card .project-context .project-title {
  font-size: 2vw;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}

.project-card .project-context .project-locate {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}

.project-card .project-context .prop-icon {
  opacity: .5;
  width: 20px;
  margin-right: 7px;
}

/* referanslar1 */
.referans-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.referans-item .referans-imgwrapper img {
  width: 20vw;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.referans-item .referans-content {
  margin-left: 2rem;
}

.referans-item .referans-content .project-name {
  font-weight: 400;
  margin-bottom: 10px;
  color: #002248;
  font-family: "Josefin Sans", sans-serif;
}

.referans-item .referans-content .properties-item {
  font-size: 15px;
  margin-bottom: 3px;
  font-family: var(--text-font);
}

.referans-item .referans-content .properties-item span {
  min-width: 5rem;
  display: inline-block;
}

.products-item {
  -webkit-box-shadow: 0 0 3px 3px #0000000d;
          box-shadow: 0 0 3px 3px #0000000d;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.products-item .product-txt h3 {
  color: #2b85c3;
}

.products-item .product-txt p {
  font-family: "Dancing Script", cursive;
}

.products-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.products-item .img-wrapper {
  height: 15rem;
  position: relative;
  width: 100%;
}

.products-item .img-wrapper img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .container-lg {
    padding: 0 80px;
  }
  .container {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 1000px) {
  /** index **/
  .owl-indexHaber .owl-stage {
    left: -150px;
  }
  /** index **/
}

@media only screen and (max-width: 992px) {
  .container-lg {
    padding: 0 40px;
  }
  .sc-title {
    font-size: 5vw;
    white-space: nowrap;
  }
  /** menu **/
  .form-menumember .tab-container {
    width: 100%;
  }
  /** menu **/
  /** index **/
  .owl-indexHaber__item {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .owl-indexHaber__item img {
    max-width: unset !important;
    margin: unset;
  }
  .owl-indexHaber__item .content {
    width: 100%;
    padding-right: 80px;
    padding-bottom: 3rem;
  }
  .owl-indexHaber__item .content h2 {
    padding: 13px 0;
    font-size: 3vw;
  }
  .owl-indexHaber__item .content p {
    -webkit-line-clamp: 2;
  }
  .owl-indexHaber__item .nextbtn {
    width: 7rem;
    height: 7rem;
  }
  .owl-indexHaber__item .nextbtn .nextline {
    width: 3rem;
  }
  .owl-indexHaber__item .nextbtn .nextline::before {
    width: 1.6rem;
    -webkit-transform: rotate(45deg) translate(14px, -23px);
            transform: rotate(45deg) translate(14px, -23px);
  }
  /** index **/
  /** urun gruplari**/
  .urun-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .urun-content .urun-title {
    left: unset;
    top: 0;
  }
  .urun-content .urun-title .urun-name {
    max-width: unset;
  }
  .urun-content .urun-prop {
    left: unset;
  }
  /** urun gruplari**/
}

@media only screen and (max-width: 768px) {
  .container-lg {
    padding: 0 20px;
  }
  .flex-list-item__4 {
    width: calc(calc(100% / 3) - 2rem) !important;
  }
  .flex-list-item__3 {
    width: calc(calc(100% / 2) - 2rem) !important;
  }
  .flex-list-item__2 {
    width: calc(100% - 2rem) !important;
  }
  /** menu **/
  .overlay .overlay-content {
    height: auto;
  }
  .overlay .overlay-content .overlay-flex {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overlay .overlay-content .overlay-flex .overlay-left {
    width: unset;
    margin: 0 1rem;
  }
  .overlay .overlay-content .overlay-flex .overlay-right {
    width: unset;
  }
  .overlay .overlay-content .overlay-flex .overlay-right .page-list {
    height: unset;
  }
  .overlay .overlay-content .overlay-flex .overlay-right .page-list > *, .overlay .overlay-content .overlay-flex .overlay-right .page-list a {
    margin-bottom: 10px;
  }
  .overlay-social i {
    font-size: 1rem !important;
  }
  /** menu **/
  /** index **/
  .acc-content img {
    height: 35vw;
    width: 35vw;
  }
  .sura-accordionTitle.acc-title {
    font-size: 5.5vw;
  }
  .owl-indexHaber .owl-stage {
    left: -100px;
  }
  .owl-heroBottom .owl-herobottom_item .item-right {
    position: absolute;
    right: 0;
    height: 100%;
  }
  .owl-heroBottom .owl-herobottom_item > div {
    width: 70%;
  }
  .member-wrapper pre {
    font-size: 2rem;
  }
  /** blog yazilari **/
  .blog-textitem img {
    height: 30vw;
    width: 30vw;
  }
  .blog-link {
    font-size: 13px !important;
  }
  /** blog yazilari **/
  /** katalog **/
  .file-list-wrapper > * {
    width: calc(calc(100% / 3) - 2rem);
  }
  /** katalog **/
  /** haberler **/
  .news-list-wrapper > * .news-imgwrapper {
    height: 30vw;
  }
  /* haber ayrıntı */
  .news-main-photo img {
    max-width: 40vw;
    max-height: 50vw;
  }
  /** haberler **/
  /** galeri **/
  .gallery-tab-content .gallery-tab {
    margin: 0 -10px;
  }
  .gallery-tab-content .gallery-tab > * {
    margin: 10px;
    width: calc(calc(100% / 4) - 20px);
  }
  /** galeri **/
  /** referanslar1 **/
  .referans-item .referans-content .properties-item {
    font-size: 14px;
  }
  .referans-item .referans-imgwrapper img {
    width: 30vw;
    height: 30vw;
  }
  /** referanslar1 **/
}

@media only screen and (max-width: 576px) {
  .container-lg {
    padding: 0 14px;
  }
  .sc-title {
    padding: 1.5rem 0;
  }
  .design-circle.mini {
    width: 4vw;
    height: 4vw;
    left: -15px;
  }
  .flex-list-item__4 {
    width: calc(calc(100% / 2) - 2rem) !important;
  }
  /** header **/
  .header-title {
    font-size: 8vw !important;
  }
  /** header **/
  /** menu **/
  .overlay-flex .overlay-left .menu-product .product-list .product-item {
    white-space: nowrap;
    width: 100%;
  }
  /** menu **/
  /** index **/
  .owl {
    margin-bottom: 5rem;
  }
  .owl-indexHaber .owl-stage {
    left: -20px;
  }
  .design-circle.big {
    width: 50vw;
    height: 50vw;
  }
  .product_item .design-product img {
    width: 75% !important;
  }
  .design-circle.small {
    width: 25vw;
    height: 25vw;
  }
  .owl-heroBottom .owl-herobottom_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 450px;
  }
  .owl-heroBottom .owl-herobottom_item > div {
    width: 90%;
  }
  .owl-heroBottom .owl-herobottom_item .item-right {
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    font-size: 5.5vw;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: unset;
  }
  .owl-heroBottom .owl-herobottom_item .item-right .design-circle.small {
    right: 10%;
  }
  .owl-heroBottom .owl-nav {
    text-align: unset;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .acc-content img {
    height: 40vw;
    width: 40vw;
  }
  .member-wrapper pre {
    font-size: 6vw;
  }
  /** index **/
  /** referanslar **/
  .project-wrapper {
    margin: 2rem -1rem;
  }
  .project-wrapper > * {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
  /** referanslar **/
  /** katalog **/
  .file-list-wrapper > * {
    width: calc(calc(100% / 2) - 2rem);
  }
  /** katalog **/
  /** galeri **/
  .gallery-tab-content .gallery-tab > * {
    height: 20vw;
    width: calc(calc(100% / 3) - 20px);
  }
  .gallery-tab-container .tab-menu-radio + label {
    margin-left: 5px;
  }
  .gallery-tab-menu {
    width: 100px !important;
    padding: 6px 3px !important;
  }
  /** galeri **/
  /** haber **/
  /* haber detay */
  .news-main-photo {
    float: unset;
    margin: unset;
  }
  .news-main-photo img {
    max-width: unset;
    width: 100%;
  }
  /** haber **/
  /** urun gruplari**/
  .urun-title .urun-name {
    font-size: 6vw;
  }
  .urun-title .urun-subname {
    font-size: 13px;
  }
  /** urun gruplari**/
  /** referanslar1 **/
  .referans-item span {
    min-width: 4rem !important;
  }
  .referans-item .referans-imgwrapper img {
    width: 40vw;
    height: 40vw;
  }
  /** referanslar1 **/
}

@media only screen and (max-width: 415px) {
  .container-lg {
    padding: 0 10px;
  }
  .sc-title {
    font-size: 8vw;
  }
  .flex-list-item__3 {
    width: 100% !important;
  }
  .flex-list-item__4 {
    width: 100% !important;
  }
  /** referanslar **/
  .project-wrapper {
    -webkit-column-count: 1;
            column-count: 1;
    margin: 0 -1rem;
  }
  .project-title {
    font-size: 5vw !important;
  }
  /** referanslar **/
  /** index **/
  .product_item {
    height: 70vh;
  }
  .product_item .design-circle.big {
    top: 30%;
    left: 5vw;
    width: 60vw;
    height: 60vw;
  }
  .product_item .design-product img {
    width: 95% !important;
    bottom: 3rem;
  }
  .product_item .hero-text .hero-mini-title {
    letter-spacing: 4vw;
    font-size: 2.1vw;
  }
  .owl-indexHaber__item {
    padding: 1rem;
    height: 25rem;
  }
  .owl-indexHaber__item img {
    height: calc(100% - 130px);
  }
  .owl-indexHaber__item .content {
    padding-right: 0;
  }
  .owl-indexHaber__item .content h2 {
    padding: 10px 0;
    font-size: 5vw;
  }
  .owl-indexHaber__item .content p {
    font-size: 14px;
  }
  .owl-indexHaber__item .nextbtn {
    width: 4rem;
    height: 4rem;
  }
  .owl-indexHaber__item .nextbtn .nextline {
    right: 1rem;
    bottom: 1rem;
    width: 1.6rem;
  }
  .owl-indexHaber__item .nextbtn .nextline::before {
    width: 1rem;
    -webkit-transform: rotate(45deg) translate(6px, -11px);
            transform: rotate(45deg) translate(6px, -11px);
  }
  /** index **/
  /** blog yazilari **/
  .blog-textitem img {
    height: 35vw;
    width: 35vw;
  }
  /** blog yazilari **/
  /** haberler **/
  .news-list-wrapper > * .news-imgwrapper {
    height: 45vw;
  }
  /** haberler **/
  /** galeri **/
  .gallery-tab-content .gallery-tab > * {
    height: 30vw;
    width: calc(calc(100% / 2) - 20px);
  }
  .gallery-tab-content .gallery-tab::after {
    font-size: 4vw;
  }
  /** galeri **/
}

@media only screen and (max-width: 350px) {
  .container {
    padding: 0 10px !important;
  }
  .container-lg {
    padding: 0 5px;
  }
}
/*# sourceMappingURL=main.css.map */