@charset "UTF-8";
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-Bold.otf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-SemiBold.otf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-Regular.otf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-Book.otf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-Light.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Parslay";
  src: url("../fonts/Parslay.otf") format("truetype");
  font-weight: 400;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Mont";
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

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

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

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

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

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

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

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

.container.xl {
  max-width: 80vw;
}

header {
  padding: 50px 0;
  background-color: #242841;
  border-bottom: 1px solid #FFF;
  display: block;
}
header .header-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-items-div {
  display: flex;
  gap: 2vw;
}
header .header-items {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding-bottom: 7px;
  transition: 0.4s;
}
header .header-items:hover {
  border-color: #fff;
}
header .lang-drop button {
  border: none;
  background-color: transparent;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-section {
  position: relative;
}
.slider-section .img-box {
  height: 900px;
  width: 100%;
}
.slider-section img {
  width: 100%;
  height: 100%;
}
.slider-section .absolute-item {
  position: absolute;
  top: 50%;
  left: 190px;
  transform: translateY(-60%);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.slider-section .absolute-item .title {
  color: #FFF;
  font-family: Parslay;
  font-size: 80px;
  font-weight: 400;
}
.slider-section .absolute-item .text {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

footer {
  padding: 60px 0 40px 0;
}
footer .footer-menu {
  display: flex;
  gap: 20px;
}
footer .footer-menu .menu-div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-menu .footer-items {
  color: #273586;
  font-size: 24px;
  font-weight: 500;
}
footer .footer-text p {
  color: #273586;
  font-size: 30px;
  font-weight: 700;
}
footer .input-div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .input-div .text {
  color: #273586;
  font-size: 14px;
  font-weight: 600;
}
footer .input-div .bulten-input {
  padding: 6px 5px 12px 5px;
  border: none;
  border-bottom: 1px solid #273586;
  color: #273586;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.346px;
  width: 16vw;
}
footer .input-div .bulten-input::placeholder {
  color: #273586;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.346px;
}
footer .input-div .bulten-input:focus {
  outline: none;
}
footer .input-div .bulten-button {
  border-radius: 4px;
  border: 1px solid #273586;
  color: #273586;
  font-size: 12px;
  font-weight: 500;
  line-height: 10.8px;
  padding: 16px 30px;
  background-color: transparent;
}
footer .input-div .bulten-button:hover {
  background-color: #273586;
  color: #fff;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer .footer-right .items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: end;
}
footer .footer-right .sm-title {
  color: #273586;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
footer .footer-right .address {
  color: #273586;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-align: end;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .text {
  color: #273586;
  font-size: 12px;
  font-weight: 500;
}
footer .footer-bottom .social-icons {
  display: flex;
  gap: 30px;
  margin-left: 72px;
}
footer .footer-bottom .right-section {
  display: flex;
  gap: 50px;
}

.bg-image-cat {
  height: 550px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-image-cat::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
  background-color: #fff;
  left: 0;
  transition: 0.4s;
  top: 0;
}

.absolute-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.absolute-content .title {
  color: #191919;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}
.absolute-content .items {
  color: #959595;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.absolute-content .collapse-div {
  display: flex;
  gap: 30px;
}
.absolute-content .collapse-content .sub-items {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.collapse-content {
  display: none;
  position: absolute;
  padding: 10px;
}

.absolute-content .items {
  display: inline-block;
  position: relative;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.absolute-content .items:hover + .collapse-content,
.collapse-content:hover {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.video-section {
  display: flex;
  position: relative;
}
.video-section .left 
{
  flex: 1;
}
.video-section .left img 
{
  width: 100%;
}
.video-section .right {
  background-color: #273586;
  width: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
.video-section .video-pad 
{
  padding-left: 100px;
}
.video-section .right .sm-title {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 6px;
}
.video-section .right .title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.video-section .video-button {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  background-color: #fff;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
}

.breadcumb {
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcumb .items {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 600;
}
.breadcumb .items.active {
  color: #273586;
}

.page-title {
  color: #171B24;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.page-title.light {
  color: #fff;
}

.about-page .text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.vizyon-content {
  padding: 90px 0;
  background-color: rgb(39, 53, 134);
}
.vizyon-content .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  opacity: 0.8;
}
.vizyon-content .line {
  width: 3px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.5);
}
.vizyon-content .yonetim-kurul-baskan {
  color: #fff;
  opacity: 0.7;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  text-wrap: nowrap;
  text-align: center;
}
.vizyon-content .yonetim-kurul-name {
  opacity: 0.7;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
.vizyon-content .absolute-m-img {
  position: absolute;
  transform: translateX(50%) translateY(-100%);
  top: -1vw;
  right: 50%;
  width: 30.5vw;
}
.vizyon-content .absolute-m-img img {
  border-radius: 30px;
}

.hakkimizda-tab {
  border: none;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.hakkimizda-tab .tab-items {
  padding: 15px 20px;
  opacity: 0.2;
  color: #191919;
  font-family: "Montagu Slab", serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  border: none;
}
.hakkimizda-tab .tab-items.active {
  background-color: #273586;
  color: #fff;
  opacity: 1;
}

.tab-detail .date {
  color: #D9D9D9;
  text-align: end;
  font-size: 120px;
  font-weight: 600;
}
.tab-detail .date-title {
  color: #273586;
  text-align: end;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.tab-detail .sm-date {
  color: #191919;
  text-align: end;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.tab-detail .tab-text {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.tab-detail .image {
  width: 100%;
  position: relative;
}
.tab-detail .image img {
  width: 100%;
}
.tab-detail .image::before {
  content: "";
  width: 630px;
  height: 350px;
  position: absolute;
  background-color: #273586;
  top: 4vw;
  z-index: -1;
  left: -20vw;
  top: 50%;
}

.pad-absolute {
  display: flex;
  justify-content: end;
  position: relative;
}
.pad-absolute .absolute-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
  width: 900px;
  padding: 90px 130px;
  background-color: rgb(39, 53, 134);
}
.pad-absolute .absolute-image .title {
  color: #FFF;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.pad-absolute .absolute-image .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.contact-page {
  background-color: #273586;
  padding: 150px 0;
}

.contact-form {
  padding: 40px 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-form .contact-input {
  border: none;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px;
  width: 100%;
}
.contact-form .contact-input:focus {
  outline: none;
}
.contact-form .send-button {
  background-color: #191919;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3px;
  border: none;
}

.contact-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.contact-left .top {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-left .top .sm-title {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.contact-left .top .xl-title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.contact-left .center {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-left .center .sm-title {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.contact-left .center .contact-link {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.contact-left .bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-left .bottom .bottom-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
.contact-left .bottom .contact-input-div {
  display: flex;
  gap: 8px;
}
.contact-left .bottom .contact-input-div input {
  padding: 7px 5px 12px 5px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.346;
}
.contact-left .bottom .contact-input-div input:focus {
  outline: none;
}
.contact-left .bottom .contact-input-div input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.346;
}
.contact-left .bottom .contact-input-div button {
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 10.8px;
  padding: 16px 30px;
  background-color: transparent;
}

.kalite-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: center;
}
.kalite-left .title {
  color: #232323;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.kalite-left .text {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.kalite-img {
  width: 100%;
}
.kalite-img img {
  width: 100%;
}

.kalite-section {
  background-color: #273586;
  padding: 50px 0;
}
.kalite-section .sect-div {
  display: flex;
  gap: 50px;
  padding: 0 6.5vw;
}
.kalite-section .kalite-card {
  display: flex;
  align-items: center;
  gap: 25px;
}
.kalite-section .kalite-card .title {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
}
.kalite-section .kalite-card .sm-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

.kalite-image {
  width: 100%;
}
.kalite-image img {
  width: 100%;
}

.kalite-title-two {
  color: #232323;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}

.test-div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.test-div .text {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.test-div .text span {
  font-weight: 700;
}

.yan-hizmetler {
  padding: 80px 0;
  background-color: #7A7D91;
}
.yan-hizmetler .title-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.yan-hizmetler .title-section .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.yan-hizmetler .title-section .text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.7;
}
.yan-hizmetler .daha-fazla-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  background-color: #fff;
}

.yan-hizmet-card {
  display: flex;
  align-items: stretch;
}
.yan-hizmet-card .image-box {
  width: 250px;
  height: 250px;
  min-width: 250px;
}
.yan-hizmet-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yan-hizmet-card .body {
  padding: 20px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yan-hizmet-card .body .name {
  color: #171B24;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.yan-hizmet-card .body .short-desc {
  color: #171B24;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

.hesaplamalar .main-title {
  color: #273586;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}
.hesaplamalar .top-box {
  padding: 20px 40px;
  background-color: #242841;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hesaplamalar .top-box .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.hesaplamalar .top-box .drop-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.hesaplamalar .top-box .drop-button::after {
  display: none;
}

.hesaplama-box {
  padding: 70px 100px;
  background-color: #7A7D91;
}
.hesaplama-box label {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.hesaplama-box .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hesaplama-box .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hesaplama-box .hesaplama-button {
  padding: 12px;
  width: 100%;
  background-color: #fff;
  color: #242841;
  font-size: 16px;
  font-weight: 700;
  border: none;
}
.hesaplama-box .hesap-input {
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 100%;
  background-color: transparent;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.hesaplama-box .hesap-input::placeholder {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.hesaplama-box .hesap-input:focus {
  outline: none;
}
.hesaplama-box .right {
  border: 1px solid #FFF;
  background-color: #242841;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hesaplama-box .right .sec-one {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hesaplama-box .right .sec-one .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}
.hesaplama-box .right .sec-one .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.hesaplama-box .right .sec-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hesaplama-box .right .sec-two .toplam-agirlik {
  padding: 10px;
  background-color: #fff;
  color: #242841;
  font-size: 16px;
  font-weight: 700;
}
.hesaplama-box .right .sec-two .temizle-button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  border: none;
  background-color: transparent;
}

.katalog-section #pdfCanvas {
  height: 650px;
  width: 650px;
}

.katalog-section #viewer {
  display: flex;
  gap: 40px;
}

.katalog-section canvas {
  border: 1px solid #ddd;
}

.katalog-section .swiper {
  width: 210px;
  height: 650px;
  overflow: hidden;
  border-left: 1px solid rgba(36, 40, 65, 0.6);
  margin-left: unset;
  margin-right: unset;
  padding-left: 50px;
}

.katalog-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.katalog-section .thumbnail {
  width: 160px;
  cursor: pointer;
  border: 2px solid transparent;
  height: 160px;
  min-width: 160px;
}

.katalog-section .thumbnail:hover {
  border: 2px solid blue;
}

/* Swiper Navigation Buttons */
.katalog-section .swiper-button-prev, .swiper-button-next {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px;
  border-radius: 50%;
}

.katalog-section .swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.katalog-section {
  background-color: #7A7D91;
  padding: 25px 45px;
  position: relative;
}

.katalog-title {
  color: #273586;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  border-bottom: 1px solid #273586;
  padding-bottom: 10px;
  padding-right: 30px;
  width: fit-content;
}

#pdfCanvas {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.pdf-prev-button, .pdf-next-button {
  border: none;
  background-color: transparent;
}

.katalog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.katalog-bottom .number {
  color: #273586;
  font-size: 26px;
  font-weight: 700;
}
.katalog-bottom .number.sm {
  color: rgba(39, 53, 134, 0.3);
  font-size: 20px;
  font-weight: 700;
}
.katalog-bottom .line {
  font-size: 36px;
}
.katalog-bottom .katalog-indir {
  padding: 10px 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #273586;
  border: none;
}

.header-dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9;
  background-color: #7A7D91;
  left: 0;
  padding: 50px 150px;
  transform: translateY(-10px); /* Başlangıçta biraz yukarıda olacak */
  transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.header-hover:hover .header-dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s; /* Hover olunca anında başlasın */
}

header {
  padding: 0;
  height: 130px;
  display: flex;
  align-items: center;
}

.header-items-div {
  height: 130px;
  align-items: center;
}

.header-hover {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-card {
  background-repeat: no-repeat;
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
}
.menu-card .title {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.menu-card:hover {
  opacity: 1;
}

.sub-menu-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  background-color: #242841;
  padding: 20px;
  height: 100%;
}
.sub-menu-content .collapse-items {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid transparent;
  width: fit-content;
}
.sub-menu-content .collapse-items:hover {
  color: #7A7D91;
  border-color: #7A7D91;
}
.sub-menu-content .submenu-items {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}

#vasifli-celik-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#vasifli-celik-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#yapisal-celik-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#yapisal-celik-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.breadcumb-detail span {
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
}

.detail-page {
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0;
  background-size: cover;
}
.detail-page .sm-product {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  opacity: 0.3;
}
.detail-page .sm-product.active {
  opacity: 1;
}
.detail-page .sm-product .name {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.detail-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-content.absolute {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.detail-content .text-one {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.detail-content .title-one {
  color: #FFF;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}
.detail-content .text-two {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

#detailSlider {
  overflow: hidden;
}

.detail-slider-content {
  position: relative;
}

.product-slider-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.product-slider-next.swiper-button-disabled {
  opacity: 0.3;
}

.product-slider-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.product-slider-prev.swiper-button-disabled {
  opacity: 0.3;
}

.detail-bottom {
  padding: 300px 0;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.detail-bottom .detail-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.detail-bottom .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.text-three {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.detail-img-2 {
  width: 100%;
}
.detail-img-2 img {
  width: 100%;
}

.diger-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}

.table-div .title-one {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 30px;
}
.table-div .title-one.light {
  font-weight: 400;
}
.table-div .english-text {
  color: #CCC;
  font-size: 16px;
  font-weight: 400;
}
.table-div .data-row td {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.table-div .header-row {
  background-color: rgb(39, 53, 134);
}
.table-div .header-two-row {
  background-color: rgba(39, 53, 134, 0.5);
}
.table-div .data-row {
  background-color: rgba(209, 216, 255, 0.5);
}
.table-div .data-row td {
  padding: 10px 20px;
}
.table-div .data-row td:first-child {
  border-right: 1px solid #273586;
}
.table-div .data-row.light {
  background-color: rgba(226, 230, 255, 0.5);
}

.detail-tabs .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 70px;
}
.detail-tabs .tab-items {
  color: rgba(39, 53, 134, 0.3);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -1px;
  background-color: transparent;
  border: none;
}
.detail-tabs .tab-items.active {
  text-decoration: underline;
  color: rgb(39, 53, 134);
  font-weight: 700;
}
.detail-tabs .description-text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.detail-tabs .desc-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5; /* 155.556% */
}

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

.detail-page-card .image-box {
  width: 100%;
}
.detail-page-card .image-box img {
  width: 100%;
}
.detail-page-card .bottom {
  background-color: rgb(27, 39, 116);
  display: flex;
  justify-content: center;
  padding: 13px;
}
.detail-page-card .bottom span {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

.sektor-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sektor-div .item {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sektor-div .item .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.detail-bottom-image {
  width: 100%;
}
.detail-bottom-image img {
  width: 100%;
}

.detail-bottom-text {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.detail-bottom-title {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.detail-top-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
}

.detail-top-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.detail-top-section-two .detail-top-title {
  color: rgba(255, 255, 255, 0.1);
}
.detail-top-section-two .detail-top-text {
  color: rgba(255, 255, 255, 0.1);
}

.map-bottom-p {
  padding: 100px 0;
}

.map-section {
  background-color: #191919;
}

.map-text {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.map-info .number {
  color: #FFF;
  font-family: Mont;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.map-info .number span {
  color: #2E6399;
}

.map-info .text {
  color: #FFF;
  text-align: center;
  /* font-family: Mont; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.map-view .left-map-view {
  width: 10.583vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #191919 0%, rgba(25, 25, 25, 0.8) 54.5%, rgba(25, 25, 25, 0) 100%);
}

.map-view .right-map-view {
  background: linear-gradient(90deg, #191919 0%, rgba(25, 25, 25, 0.8) 54.5%, rgba(25, 25, 25, 0) 100%);
  width: 26.979vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}

.section {
  width: 100%;
  height: 100vh;
}

.map-text-wrapper {
  position: absolute;
  left: 4.688vw;
  bottom: 15px;
  width: 36.458vw;
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.map-text-comtent {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.map-text-title {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
}

.map-text-title-two {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
}

.title-cozum {
  color: #171B24;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}

.text-cozum {
  color: #171B24;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 500;
  line-height: 1.6;
}

.cozum-image {
  width: 100%;
}
.cozum-image img {
  width: 100%;
}

.card-section-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.card-section-title .title {
  color: #171B24;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.card-section-title .text {
  color: #171B24;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.6;
}

.main-teslimat-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 50px 20px;
}
.main-teslimat-card .title {
  color: #191919;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.main-teslimat-card .text {
  color: #191919;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.main-teslimat-card span {
  color: #273586;
  transition: 0.4s;
}
.main-teslimat-card:hover {
  background-color: #273586;
}
.main-teslimat-card:hover .title, .main-teslimat-card:hover .text, .main-teslimat-card:hover span {
  color: #fff;
}

.mobile-header {
  display: none;
}

.harita-dunya {
  width: 100%;
  height: 100%;
}
.harita-dunya img {
  width: 100%;
  height: 100%;
}

.product-four-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.product-div {
  position: relative;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-div .title {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
.product-div .image-position {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.img-buttons {
  display: flex;
  align-items: center;
}
.img-buttons .form-check:first-child {
  padding-left: 0 !important;
}
.img-buttons input {
  display: none;
}
.img-buttons input:checked ~ label {
  border: 1px solid rgb(0, 117, 191);
  border-radius: 4px;
  color: #fff;
}
.img-buttons label {
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.box {
  display: flex;
  width: 100%;
}

:host {
  display: block;
  position: relative;
  contain: strict;
  width: 100vw;
  height: 100vh;
}

model-viewer {
  width: 600px;
  height: 600px;
}

@media (max-width: 990px) {
  .product-div .detail-content.absolute {
    position: unset;
    transform: unset;
  }
  .product-div .box {
    justify-content: center;
  }
  model-viewer {
    width: 300px;
    height: 300px;
  }
  .harita-dunya {
    height: 100%;
  }
  .harita-dunya img {
    height: 100%;
    object-fit: cover;
  }
  .pad-absolute {
    flex-direction: column;
  }
  .pad-absolute .image-box {
    width: 100%;
  }
  .pad-absolute .image-box img {
    width: 100%;
  }
  .tab-detail .date {
    text-align: center;
    font-size: 40px;
  }
  .tab-detail .tab-text {
    font-size: 15px;
  }
  .tab-detail .date-title {
    font-size: 30px;
    text-align: center;
  }
  .pad-absolute .absolute-image {
    position: unset;
    width: 100%;
    transform: unset;
    padding: 30px;
  }
  .tab-detail .image::before {
    display: none;
  }
  .pad-absolute .absolute-image .title {
    font-size: 24px;
  }
  .pad-absolute .absolute-image .text {
    font-size: 14px;
  }
  header {
    display: none;
  }
  .slider-section img {
    object-fit: cover;
  }
  .slider-section .img-box {
    height: 500px;
  }
  .slider-section .absolute-item .title {
    font-size: 50px;
  }
  .slider-section .absolute-item .text {
    font-size: 18px;
  }
  .slider-section .absolute-item {
    left: 3vw;
  }
  .map-text-title-two {
    font-size: 34px;
  }
  .map-text-title {
    font-size: 28px;
  }
  .map-text-wrapper {
    right: unset;
    left: 2vw;
    width: fit-content;
  }
  .card-section-title .title {
    font-size: 30px;
  }
  .title-cozum {
    font-size: 30px;
  }
  .main-teslimat-card .text {
    font-size: 14px;
  }
  .main-teslimat-card {
    padding: 40px 10px;
  }
  .map-text-content {
    font-size: 14px;
  }
  .map-view .right-map-view {
    display: none;
  }
  .video-section .video-button {
    bottom: 50vw;
    transform: translateX(-50%);
    left: 50%;
    top: unset;
  }
  .video-section .right .title {
    font-size: 34px;
    text-align: center;
  }
  .video-section {
    flex-direction: column;
  }
  .video-section .left {
    width: 100%;
  }
  .video-section .left img {
    width: 100%;
  }
  .video-section .right {
    padding: 50px 30px;
  }
  .mobile-celik {
    flex-direction: column;
  }
  .mobile-header {
    background-color: #273586;
    padding: 15px 0;
    display: block;
  }
  .bars-button {
    background-color: transparent;
    border: none;
    color: #fff;
  }
  .left-map-view,
  .right-map-view {
    display: none;
  }
  .map-view {
    height: 70vh !important;
  }
  .map-bottom-p {
    padding: 70px 20px;
  }
  .map-info {
    width: 50%;
  }
  .detail-tabs .desc-title {
    font-size: 16px;
  }
  .detail-tabs .description-text {
    font-size: 14px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .detail-tabs .tab-items {
    font-size: 18px;
  }
  .detail-tabs .nav-tabs {
    gap: 20px;
  }
  .text-three {
    font-size: 16px;
  }
  .detail-bottom {
    padding: 100px 0;
  }
  .detail-bottom .text {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
  .kullanim-alanlari {
    align-items: start !important;
  }
  .kullanim-alanlari-div {
    align-items: start !important;
  }
  .container.xl {
    max-width: 100% !important;
  }
  .detail-page {
    padding: 40px 0;
  }
  .detail-content {
    flex-direction: column;
    gap: 30px;
  }
  .detail-content .image-box {
    width: 100%;
  }
  .detail-content .image-box img {
    width: 100%;
  }
  .katalog-section {
    padding: 30px;
  }
  .hesaplamalar .main-title {
    font-size: 30px;
  }
  .katalog-title {
    font-size: 30px;
  }
  .katalog-section .thumbnail {
    width: 140px;
    min-width: unset;
  }
  .katalog-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .katalog-section .swiper {
    width: auto;
    margin-left: unset;
    margin-right: unset;
    border: none;
    padding-left: 0;
  }
  .katalog-section #viewer {
    flex-direction: column;
  }
  .katalog-section #pdfCanvas {
    height: auto;
    width: 100%;
  }
  .katalog-section .swiper {
    height: auto;
  }
  .hakkimizda-tab .tab-items {
    padding: 10px 15px;
    font-size: 16px;
  }
  .hakkimizda-tab {
    gap: 20px;
  }
  .vizyon-content {
    padding: 40px 0;
  }
  .vizyon-content .text {
    font-size: 14px;
  }
  .mt-180 {
    margin-top: 80px;
  }
  .page-title {
    font-size: 38px;
  }
  .about-page .text {
    font-size: 14px;
  }
  .hesaplama-box .left {
    padding: 30px;
  }
  .hesaplama-box .right .sec-two {
    flex-direction: column;
    gap: 20px;
  }
  .hesaplama-box .right {
    gap: 30px;
  }
  .hesaplama-box {
    padding: 0;
  }
  .hesaplamalar .top-box .title {
    font-size: 20px;
  }
  .hesaplamalar .top-box .drop-button {
    font-size: 18px;
  }
  .hesaplamalar .top-box {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .yan-hizmet-card .body {
    gap: 20px;
    padding: 20px;
  }
  .yan-hizmet-card .image-box {
    width: 100%;
    height: auto;
    min-width: unset;
  }
  .yan-hizmet-card {
    flex-direction: column;
  }
  .yan-hizmetler .title-section .title {
    font-size: 32px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .kalite-card .img-box {
    width: 90px;
    min-width: 90px;
  }
  .kalite-card .img-box img {
    width: 100%;
  }
  .kalite-section .sect-div {
    padding: 0;
    flex-direction: column;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-left .top .xl-title {
    font-size: 28px;
  }
  .contact-left {
    gap: 35px;
  }
  .contact-form {
    padding: 25px;
  }
  .mt-150 {
    margin-top: 70px;
  }
  footer .footer-menu .footer-items {
    font-size: 18px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  footer .footer-text p {
    font-size: 22px;
  }
  footer .input-div .bulten-input {
    width: 100%;
  }
  footer .logo {
    width: 100%;
  }
  footer .logo img {
    width: 100%;
  }
  footer .footer-right .items {
    align-items: start;
  }
  footer .footer-right .address {
    font-size: 18px;
    text-align: start;
  }
  footer .footer-bottom {
    justify-content: unset;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  footer .footer-bottom .social-icons {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .yan-hizmet-card .image-box {
    width: 100%;
    height: auto;
    min-width: unset;
  }
  footer .logo {
    width: 100%;
    display: flex;
    justify-content: end;
    text-align: end;
  }
  footer .logo img {
    width: 300px;
  }
  .breadcumb .items {
    font-size: 14px;
  }
  .mobile-100 {
    margin-top: 100px;
  }
}
@media (max-width: 1440px) {
  .absolute-m-img {
    width: 25vw !important;
  }
}
@media (max-width: 1700px) {
  header .header-items {
    font-size: 14px;
  }
  .container.xl {
    max-width: 93vw;
  }
}