@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #181818;
  font-family: "Inter", sans-serif;
}

body main {
  display: block;
  width: 100%;
}

body main content {
  display: block;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: currentColor;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 18px;
  margin-bottom: 0px;
}

video {
  width: 100%;
}

#close-toggle {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.097);
  transition: all 0.3s ease-in;
}

#whatsapp-msg-button {
  position: fixed;
  bottom: 13%;
  z-index: 25;
  transition: left 0.6s ease-in-out;
  left: -100%;
}

#whatsapp-msg-button i {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  background-color: #2f8f40;
  border-radius: 100%;
  padding: 15px;
  animation: whatsappPulse 2s infinite;
}

#whatsapp-msg-button .cbh-ph-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgb(93, 183, 183);
  opacity: 0.1;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.3s ease-in;
}

#whatsapp-msg-button .cbh-ph-circle-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #18f56c;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.3s ease-in;
}

#scroll-up {
  position: fixed;
  bottom: 5%;
  z-index: 25;
  transition: right 0.6s ease-in-out;
  right: -100%;
}

#scroll-up .svgIcon {
  width: 12px;
  transition: all 0.3s ease-in;
}

#scroll-up .svgIcon path {
  fill: white;
}

#scroll-up .button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #15489d;
  border: 1px solid #15489d;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}

#scroll-up .button:hover {
  background-color: transparent;
  border: 1px solid #15489d;
}

#scroll-up .button:hover .svgIcon {
  transform: all 0.3s ease-in;
  transform: translateY(-20%);
}

#scroll-up .button:hover .svgIcon path {
  fill: #15489d;
}

.title {
  position: relative;
  width: 100%;
  text-align: center;
}

.title h4 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  margin-bottom: 25px;
  color: #15489d;
  text-transform: uppercase;
}

.title .back-title {
  display: block;
  position: absolute;
  text-align: center;
  margin-top: -30px;
  top: 0;
  font-size: 50px;
  line-height: 1;
  z-index: 1;
  color: #15489d;
  opacity: 0.2;
  width: 100%;
}

.mascot {
  width: 120px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.534);
  animation: smoothScroll 1s forwards;
}

.fixed.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fixed .submenu .menu-link:hover {
  color: #15489d !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #15489d !important;
  transition: all 0.3s ease-in;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 7px;
  background: #15489d !important;
}

.def-btn {
  display: table;
  margin: auto;
  background-color: #15489d;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 7px;
  padding: 0.5rem 0.7rem;
  transition: all 0.3s ease-in;
}

.def-btn:hover {
  border: 1px solid #15489d;
  background-color: transparent;
  color: #15489d;
}

.scroll-watcher {
  position: fixed;
  height: 6px;
  top: 0;
  z-index: 1000;
  background-color: #15489d;
  width: 100%;
  scale: 0 1;
  transform-origin: left;
  animation: scroll-watcher linear;
  animation-timeline: scroll();
}

.icon-div {
  width: 40px;
  height: 40px;
}

.icon-div i {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background-color: #15489d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f8f40;
  font-size: 15px;
}

.facebook-bg i {
  background-color: #4267b2;
  color: #fff;
}

.instagram-bg i {
  background-color: transparent;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

.product-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-box .images {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
	aspect-ratio:1/1;
}

.product-box .images .product-image {
  display: table;
  margin: auto;
  width: 100%;
  height: auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  transform: scale(1);
  transition: all 0.3s ease-in;
}

.product-box .content {
  position: relative;
  background-color: #15489d;
  width: 100%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  text-align: center;
  color: #fff;
  padding: 0.6rem;
  height: 100px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.product-box .content h4 {
  font-size: 16px;
}

.product-box .content span {
  display: block;
  font-size: 13px;
  opacity: 0.6;
}

.product-box:hover .product-image {
  transform: scale(1.2);
}

.product-box .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 15px;
  border-bottom-right-radius: 7px;
  box-shadow: 5px 6px 15px 2px rgba(0, 0, 0, 0.08);
}

.product-box .logo img {
  width: 100px;
}

.breadcrumb-bg {
  background-image: url("../img/breadcrumb.jpg");
  background-repeat: no-repeat;
  padding: 6rem 0 1rem;
}

.breadcrumb-bg .custom-breadcrumb ul li {
  color: #fff;
}

.breadcrumb-bg .custom-breadcrumb ul li a {
  font-size: 14px;
}

.breadcrumb-bg .custom-breadcrumb ul li a.active {
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
  color: #15489d;
}

.breadcrumb-bg h5 {
  color: #fff;
  font-size: 40px;
}

.copyright {
  background-color: #181818;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.copyright p {
  font-size: 11px;
}

header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 6px solid #15489d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.097);
  z-index: 100;
  background-color: #fff;
  transition: all 0.3s ease-in;
}

header .menu .menu-item {
  display: inline-block;
  position: relative;
}

header .menu .menu-item .menu-link {
  font-size: 14px;
  color: #181818;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease-in;
}

header .menu .menu-item .menu-link i {
  transition: transform 0.3s ease-in-out;
}

header .menu .menu-item .submenu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  background-color: #15489d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 10;
  width: 250px;
  transition: all 0.3s ease-in;
}

header .menu .menu-item .submenu li {
  display: block;
}

header .menu .menu-item .submenu li .menu-link-submenu {
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in;
}

header .menu .menu-item .submenu li .menu-link-submenu:hover {
  background-color: #fff;
  color: #15489d;
}

header .menu .menu-item .submenu li .menu-link-submenu:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

header .menu .menu-item .submenu li .menu-link-submenu i {
  transition: all 0.3s ease-in;
}

header .menu .menu-item .submenu li:last-child:hover {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

header .menu .menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
}

header .menu .menu-item:hover .fa-angle-down {
  transform: rotate(180deg);
}

header .social-media {
  margin-left: 10px;
  color: #181818;
}

header .social-media i {
  transform: scale(1);
  transition: all 0.3s ease-in;
}

header .social-media i:hover {
  transform: scale(1.2);
}

header #menu-close-btn {
  display: none !important;
}

#headline {
  overflow: hidden;
  position: relative;
}

#headline .headline-swiper .swiper-slide {
  position: relative;
  z-index: 3;
}

#headline .headline-swiper .swiper-slide .headline-content {
  padding: 20px;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 10%;
  text-align: left;
  color: #fff;
  border-radius: 7px;
}

#headline .headline-swiper .swiper-slide .headline-content h4 {
  font-size: 60px;
}

#headline .headline-swiper .swiper-slide .headline-content h5 {
  font-size: 40px;
}

#headline .headline-swiper .swiper-slide .headline-content p {
  font-size: 20px;
  margin-bottom: 10px;
}

#highlights {
  padding: 6rem 3rem 6rem 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
}

#highlights .video-mask {
  position: relative;
  cursor: pointer;
}

#highlights .video-mask iframe {
  filter: grayscale(80%);
  transition: all 0.3s ease-in;
}

#highlights .video-mask .video-content {
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in;
  text-align: center;
}

#highlights .video-mask .video-content a>div {
  width: 100%;
}

#highlights .video-mask .video-content h4 {
  font-size: 18px;
}

#highlights .video-mask .video-content .review-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0;
  display: table;
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px;
  border-radius: 7px;
  transition: all 0.3s ease-in;
}

#highlights .video-mask .video-content .review-btn:hover {
  color: #181818;
  background-color: #fff;
}

#highlights .video-mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-size: 5px 5px;
  z-index: 1;
  transition: all 0.3s ease-in;
}

#highlights .video-mask:hover video {
  filter: grayscale(0%);
}

#highlights .video-mask:hover::after {
  opacity: 1;
}

#highlights .video-mask:hover .review-btn {
  opacity: 1;
  bottom: 40%;
}

#products-preview {
  padding: 6rem 3rem 6rem 3rem;
}

#products-group {
  padding: 6rem 3rem 6rem 3rem;
}

#products-group .col-lg {
  margin-bottom: 5rem;
}

#products-group .group-box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 200px;
  height: 200px;
  border-radius: 7px;
  background-color: #15489d;
  transition: all 0.3s ease-in;
}

#products-group .group-box .group-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

#products-group .group-box .group-div img {
  display: table;
  margin: auto;
  width: 100px;
  height: 100px;
  transform: scale(1);
  transition: all 0.3s ease-in;
}

#products-group .group-box .group-name {
  padding: 1.2rem;
}

#products-group .group-box .group-name h4 {
  text-align: center;
  font-size: 18px;
}

#products-group .group-box:hover img {
  transform: scale(1.3);
}

#corporate {
  padding: 6rem 3rem 6rem 3rem;
}

#corporate img {
  border-radius: 7px;
}

#corporate p {
  font-size: 16px;
  padding-bottom: 10px;
}

#corporate .def-btn {
  margin: 0;
}

#motto {
  padding: 6rem 0;
  position: relative;
}

#motto .video-mask {
  position: relative;
  z-index: 1;
}

#motto .video-mask video {
  position: relative;
  z-index: 0;
}

#motto .video-mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: radial-gradient(rgba(0, 0, 0, 0.282) 10px, transparent 0);
  background-size: 5px 5px;
  z-index: 0;
}

#motto .motto-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#motto .motto-content img {
  width: 100px;
}

#motto .motto-content .content {
  padding: 0.5rem;
  color: #fff;
}

#motto .motto-content .content h4 {
  font-size: 30px;
}

#motto .motto-content .content span {
  font-size: 14px;
  opacity: 0.8;
}

#fairs {
  padding: 6rem 3rem 6rem 3rem;
  padding-top: 3rem;
  background-color: #15489d;
  width: 100%;
  position: relative;
}

#fairs .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}

#fairs .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}

#fairs .title h4 {
  color: #fff;
  opacity: 0.5;
}

#fairs .title .back-title {
  color: #fff;
}

#fairs img {
  border-radius: 7px;
}

#fairs .mascot {
  position: absolute;
  left: 0;
  top: -100px;
  width: 260px;
}

#instagram {
  padding: 6rem 3rem 6rem 3rem;
  text-align: center;
  color: #181818;
}

#instagram .button-content {
  margin-top: 25px;
}

#instagram .instagram-img {
  width: 50px;
  height: auto;
  margin-bottom: 5px;
}

#instagram .instagram_feed {
  position: relative;
  overflow: hidden;
}

#instagram .instagram_feed .instagram_new {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 7px;
}

#instagram .instagram_feed .instagram_new a {
  border-radius: 7px;
  overflow: hidden;
}

#instagram .instagram_feed .instagram_new img.insta-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  transform: scale(1);
}

#instagram .instagram_feed .insta-link {
  position: relative;
  overflow: hidden;
  display: block;
  background: #232323;
  padding-top: 100%;
}

#instagram .instagram_feed .insta-link:hover img.insta-image {
  transform: scale(1.3);
}

footer {
  padding: 6rem 3rem 6rem 3rem;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

footer h3 {
  font-size: 18px;
  color: #181818;
}

footer .contact-ul {
  margin-top: 10px;
}

footer .contact-ul .contact-item {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  color: #181818;
}

footer .footer-item {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #181818;
  transition: all 0.3s ease-in;
  opacity: 0.6;
}

footer .footer-item:hover {
  opacity: 1;
}

footer .maps {
  filter: grayscale(100%);
}

footer .maps:hover {
  filter: grayscale(0%);
}

footer .maps iframe {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

#content {
  padding: 6rem 3rem 6rem 3rem;
}

#content img {
  border-radius: 7px;
}

#details {
  padding: 3rem 1.5rem;
}

#details img {
  border-radius: 7px;
}

#details .images {
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
/*
#details .image-gallery {
  overflow-x: auto !important;
  width: 100%;
}
*/
#details .image-gallery #media-gallery .gallery-li {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#details .image-gallery #media-gallery .gallery-li .thumbnail {
  display: table;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 7px;
}

#details .image-gallery #media-gallery .gallery-li.active {
  border: 1px #15489d solid;
}

#details .ability {
  position: relative;
  background-color: #15489d;
  border-radius: 7px;
  color: #fff;
  padding-left: 10px;
  padding: 7px;
}

#details .ability h4 {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 0;
}

#details .ability .mascot {
  width: 90px;
  position: absolute;
  bottom: -5px;
  left: -20px;
}

#details p {
  font-size: 16px;
}

#hakkimizda {
  padding: 6rem 3rem 6rem 3rem;
}

#hakkimizda img {
  border-radius: 7px;
}

#hakkimizda p {
  font-size: 16px;
  padding-bottom: 10px;
}

#gallery {
  padding: 6rem 3rem 6rem 3rem;
}

#gallery .gallery-div {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.3s ease-in;
  aspect-ratio:1/1;
}

#gallery .gallery-div .gallery-info {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#gallery .gallery-div .gallery-info .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#gallery .gallery-div img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in;
}

#gallery .gallery-div:hover img {
  transform: scale(1.3);
}

#haberler {
  padding: 6rem 3rem 6rem 3rem;
}

#haberler .blog-card {
  position: relative;
  background-color: #fff;
  color: #141414 !important;
  border-radius: 7px;
  margin-bottom: 20px;
}

#haberler .blog-card .post-img {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#haberler .blog-card .post-img .posts {
  display: table;
  margin: auto;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scale(1);
  transition: 0.4s;
}

#haberler .blog-card .article-details {
  padding: 10px;
}

#haberler .blog-card .article-details h4 {
  font-size: 30px;
}

#haberler .blog-card .article-details h3 {
  font-size: 16px;
}

#haberler .blog-card .article-details p {
  font-size: 16px;
  margin-bottom: 10px;
}

#haberler .blog-card .article-details .def-btn {
  margin: 0;
}

#haberler .blog-card:hover .posts {
  transform: scale(1.3);
}

#haberler .blog-card .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 15px;
  border-bottom-right-radius: 7px;
  box-shadow: 5px 6px 15px 2px rgba(0, 0, 0, 0.08);
}

#haberler .blog-card .logo img {
  width: 100px;
}

#iletisim .map {
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
}

#iletisim .map:hover {
  webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#iletisim .container {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 100px;
}

#iletisim .container .form-box {
  padding: 50px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  background-color: rgba(21, 71, 157, 0.568627451);
  border-radius: 7px;
  margin-top: -200px;
}

#iletisim .container .form-box .input-box {
  position: relative;
  margin-bottom: 15px;
}

#iletisim .container .form-box .input-box label {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}

#iletisim .container .form-box .input-box input {
  width: 100%;
  border-radius: 7px;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

#iletisim .container .form-box .input-box textarea {
  width: 100%;
  border-radius: 7px;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}

#iletisim .container .form-box .input-box i {
  position: absolute;
  left: 27px;
  top: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  transition: all 0.3s ease-in;
}

#iletisim .container .form-box .input-box .def-btn {
  display: block;
  margin: auto;
  width: 50%;
  background-color: #fff;
  color: #15489d;
}

#iletisim .container .form-box .input-box .def-btn:hover {
  background-color: #15489d;
  color: #fff;
}

#iletisim .container .contact-card ul {
  margin-bottom: 20px;
}

#iletisim .container .contact-card ul li {
  margin-bottom: 15px;
}

#iletisim .container .contact-card ul li a {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 25px 20px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-in;
}

#iletisim .container .contact-card ul li a i {
  color: #15489d;
  font-size: 20px;
}

#iletisim .container .contact-card ul li a .data {
  color: #181818;
}

#iletisim .container .contact-card ul li a .data .title {
  text-align: start;
  color: #181818;
  opacity: 0.6;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
}

#iletisim .container .contact-card ul li a .data .content {
  display: block;
  font-size: 16px;
  line-height: 16px;
}

#iletisim .container .contact-card ul li a:hover {
  background-color: #15489d;
}

#iletisim .container .contact-card ul li a:hover .data {
  color: #fff !important;
}

#iletisim .container .contact-card ul li a:hover .title {
  color: #fff !important;
}

#iletisim .container .contact-card ul li a:hover i {
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  .title {
    margin-top: 30px;
  }

  .breadcrumb-bg {
    padding: 3rem 0 2.5rem;
  }

  .breadcrumb-bg .custom-breadcrumb ul {
    margin-bottom: 20px;
    justify-content: center;
  }

  .breadcrumb-bg .custom-breadcrumb ul li a {
    font-size: 12px;
  }

  .breadcrumb-bg h5 {
    font-size: 30px;
  }

  header .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100vh;
    z-index: 100;
    background-color: #fff;
    transition: all 0.3s ease-in;
  }

  header .menu nav {
    padding-top: 40px;
  }

  header .menu nav .menu-item {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.097);
  }

  header .menu nav .menu-item .submenu {
    width: 100%;
  }

  header .menu .corporate-description {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  header .menu .corporate-description .desc i {
    font-size: 14px;
  }

  header .menu .corporate-description .desc a {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 10px;
  }

  header #menu-close-btn {
    text-align: right;
    display: block !important;
  }

  #highlights {
    padding: 5rem 0 3rem 0;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #highlights h4 {
    font-size: 20px !important;
  }

  #highlights .review-btn {
    position: relative !important;
    position: relative !important;
    bottom: 0 !important;
    opacity: 1 !important;
  }

  #products-group {
    padding: 5rem 0 3rem 0;
  }

  #products-group .group-box {
    width: 100%;
    height: 100%;
  }

  #products-group .group-box .group-name {
    padding: 0.5rem;
  }

  #products-group .group-box .group-name h4 {
    font-size: 15px;
  }

  #products-preview,
  footer,
  #content,
  #hakkimizda,
  #corporate,
  #haberler,
  #fairs {
    padding: 5rem 0 3rem 0;
  }

  #motto {
    padding: 3rem 0;
  }

  #motto .motto-content img {
    width: 50px;
  }

  #motto .motto-content h4 {
    font-size: 18px !important;
  }

	#details {
		padding: 3rem 0 2rem 0;
	}

  #details .def-btn {
    margin-top: 10px !important;
  }

  #gallery {
    padding: 5rem 0 3rem 0;
  }

  #gallery .gallery-div img {
    width: 100%;
    height: 200px;
  }

  footer footer h3,
  footer .custom-link,
  footer .socials-link {
    margin-top: 10px;
  }

  footer footer .socials-link {
    text-align: right;
  }

  footer footer iframe {
    margin-top: 10px;
    height: auto;
  }

  #iletisim .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #iletisim .container .form-box {
    padding: 15px;
    border: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: rgba(21, 71, 157, 0.568627451);
    margin-top: 0px;
    margin-bottom: 45px;
  }

  #instagram {
    padding: 5rem 0 3rem 0;
  }

  #instagram .instagram_new {
    width: 33.3% !important;
  }

  .product-box .content h4 {
    font-size: 14px;
  }

  .product-box .content span {
    display: block;
    font-size: 10px;
    opacity: 0.6;
  }
}

#catalog-btn {
  position: fixed;
  bottom: 5%;
  z-index: 25;
  transition: left 0.6s ease-in-out;
  left: -100%;
}

#catalog-btn .primary {
  border-radius: 10px;
  background: #15489d;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1019607843);
}

#catalog-btn i {
  padding: 6px;
  font-size: 30px;
  color: #fff;
}

#catalog-btn p {
  font-weight: 500;
  color: #fff;
  bottom: -14px;
  left: 10px;
  padding: 3px;
}

.table-div {
  overflow-x: auto;
}

table,
tr,
td {
  border: 1px solid rgba(0, 0, 0, 0.39);
  padding: 10px;
}

.sample-swiper {
  height: 300px;
}

#main-image {
  transition: transform 0.2s ease;
}

#main-image.active {
  transform: scale(1.4);
}