.mobileHeader,
.mobileMenu {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
  body.show {
    overflow: hidden;
  }

  header {
    display: none;
  }

  .mobileHeader {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 30px 0;
    z-index: 5;
  }
  .mobileHeader .menuButton {
    display: flex;
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-left: auto;
  }
  .mobileHeader .menuButton span {
    transition: all ease 0.3s;
    width: 100%;
    height: 3px;
    background-color: #243949;
    border-radius: 2px;
  }
  .mobileHeader .menuButton span:nth-child(2) {
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    width: 100%;
  }
  .mobileHeader .menuButton.show span:nth-child(1), .mobileHeader .menuButton.show span:nth-child(4) {
    opacity: 0;
    transform: scale(0);
  }
  .mobileHeader .menuButton.show span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobileHeader .menuButton.show span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mobileMenu {
    transition: all ease 0.4s;
    position: fixed;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    top: 0;
    opacity: 0;
    background-color: #fff;
    display: block;
  }
  .mobileMenu .lang {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
  }
  .mobileMenu .lang li a {
    color: #243949;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 12px;
  }
  .mobileMenu .menu {
    padding: 30px 12px;
  }
  .mobileMenu .menu ul li {
    margin-bottom: 12px;
  }
  .mobileMenu .menu ul li a {
    font-size: 18px;
    color: #243949;
  }
  .mobileMenu.show {
    left: 0;
    opacity: 1;
  }

  section.slider {
    height: 300px;
  }
  section.slider .swiper-container {
    max-height: 300px;
  }
  section.slider .swiper-slide {
    position: relative;
  }
  section.slider .swiper-slide .img {
    height: 300px;
  }
  section.slider .swiper-slide .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    transform: translateY(-20%);
    z-index: 9;
  }
  section.slider .swiper-slide .content p {
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px;
  }
  section.slider .swiper-slide .content h3 {
    font-size: 32px;
    font-weight: 900;
  }
  section.slider .swiper-slide.swiper-slide-active .img {
    opacity: 1;
  }
  section.slider .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    bottom: 0;
    transition: 0.3s 0.3s ease all;
  }
  section.slider .swiper-pagination:after {
    background-image: none;
    background-color: #14bcd6;
  }

  section.fast-link .video {
    margin-bottom: -150px;
    position: relative;
    z-index: 9;
  }
  section.fast-link .links-area {
    height: auto;
    padding-top: 150px;
  }
  section.fast-link .links-area:before {
    content: "";
    display: none;
  }
  section.fast-link .links-area .sayaclar {
    height: auto;
    display: flex;
    width: 100%;
    padding-bottom: 100px;
  }
  section.fast-link .links-area .sayaclar > .row {
    width: 100%;
  }
  section.fast-link .links-area .sayaclar .sayac {
    border: 0 !important;
  }
  section.fast-link .links-area .sayaclar .sayac:hover:before {
    background: transparent;
  }
  section.fast-link .links-area .sayaclar .sayac:before {
    content: "";
    border: 0;
  }
  section.fast-link .links-area .sayaclar .sayac .baslik {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 9;
  }
  section.fast-link .links-area .sayaclar .sayac .iconarea {
    width: 170px;
    height: 170px;
    top: 20px;
  }
  section.fast-link .links-area .sayaclar .sayac .iconarea .icon {
    width: 130px;
    height: 130px;
  }

  .references .references-content .owl-references .item .img {
    height: 90px;
    width: 80%;
  }

  .footer-banner {
    height: auto;
  }
  .footer-banner img {
    height: auto;
  }
  .footer-banner .content {
    position: relative;
    z-index: 5;
    justify-content: start;
    padding-top: 50px;
  }
  .footer-banner .content h1 {
    font-size: 42px;
  }
  section.blogs {
    padding-top: 50px;
  }

  footer {
    padding: 30px 0;
  }
  footer .logo img {
    width: 60%;
  }
  footer .footer-menu {
    margin-bottom: 20px;
  }
  footer .footer-contact {
    margin-bottom: 20px;
  }
  footer .social {
    justify-content: start;
    gap: 20px;
  }
  footer .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin: 0 auto;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 6px;
  }

  .float {
    bottom: 10px;
    right: 10px;
  }

  section.page-header .breadcrumb {
    width: 100vw;
    background: #0bbcd6;
  }

  section.page-content.product-page .contact-form form input:last-child {
    margin-bottom: 20px !important;
  }
  section.page-content.contact-page .map-container {
    padding-bottom: 60% !important;
    margin-top: 30px;
  }
  section.page-content.contact-page .contact-form {
    transform: unset !important;
  }
  section.page-content.contact-page .contact-form form input:last-child {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  body.show {
    overflow: hidden;
  }

  header {
    display: none;
  }

  .mobileHeader {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 30px 0;
    z-index: 5;
  }
  .mobileHeader .menuButton {
    display: flex;
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-left: auto;
  }
  .mobileHeader .menuButton span {
    transition: all ease 0.3s;
    width: 100%;
    height: 3px;
    background-color: #243949;
    border-radius: 2px;
  }
  .mobileHeader .menuButton span:nth-child(2) {
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    width: 100%;
  }
  .mobileHeader .menuButton.show span:nth-child(1), .mobileHeader .menuButton.show span:nth-child(4) {
    opacity: 0;
    transform: scale(0);
  }
  .mobileHeader .menuButton.show span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobileHeader .menuButton.show span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mobileMenu {
    transition: all ease 0.4s;
    position: fixed;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    top: 0;
    opacity: 0;
    background-color: #fff;
    display: block;
  }
  .mobileMenu .lang {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
  }
  .mobileMenu .lang li a {
    color: #243949;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 12px;
  }
  .mobileMenu .menu {
    padding: 30px 12px;
  }
  .mobileMenu .menu ul li {
    margin-bottom: 12px;
  }
  .mobileMenu .menu ul li a {
    font-size: 18px;
    color: #243949;
  }
  .mobileMenu.show {
    left: 0;
    opacity: 1;
  }

  section.slider {
    height: 300px;
  }
  section.slider .swiper-container {
    max-height: 300px;
  }
  section.slider .swiper-slide {
    position: relative;
  }
  section.slider .swiper-slide .img {
    height: 300px;
  }
  section.slider .swiper-slide .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    transform: translateY(-20%);
    z-index: 9;
  }
  section.slider .swiper-slide .content p {
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px;
  }
  section.slider .swiper-slide .content h3 {
    font-size: 32px;
    font-weight: 900;
  }
  section.slider .swiper-slide.swiper-slide-active .img {
    opacity: 1;
  }
  section.slider .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    bottom: 0;
    transition: 0.3s 0.3s ease all;
  }
  section.slider .swiper-pagination:after {
    background-image: none;
    background-color: #14bcd6;
  }

  section.fast-link .video {
    margin-bottom: -150px;
    position: relative;
    z-index: 9;
  }
  section.fast-link .links-area {
    height: auto;
    padding-top: 150px;
  }
  section.fast-link .links-area:before {
    content: "";
    display: none;
  }
  section.fast-link .links-area .sayaclar {
    height: auto;
    display: flex;
    width: 100%;
    padding-bottom: 100px;
  }
  section.fast-link .links-area .sayaclar > .row {
    width: 100%;
  }
  section.fast-link .links-area .sayaclar .sayac {
    border: 0 !important;
  }
  section.fast-link .links-area .sayaclar .sayac:hover:before {
    background: transparent;
  }
  section.fast-link .links-area .sayaclar .sayac:before {
    content: "";
    border: 0;
  }
  section.fast-link .links-area .sayaclar .sayac .baslik {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 9;
  }
  section.fast-link .links-area .sayaclar .sayac .iconarea {
    width: 170px;
    height: 170px;
    top: 20px;
  }
  section.fast-link .links-area .sayaclar .sayac .iconarea .icon {
    width: 130px;
    height: 130px;
  }

  .references .references-content .owl-references .item .img {
    height: 90px;
    width: 80%;
  }

  .footer-banner {
    height: auto;
  }
  .footer-banner img {
    height: auto;
  }
  .footer-banner .content {
    position: relative;
    z-index: 5;
    justify-content: start;
    padding-top: 50px;
  }
  .footer-banner .content h1 {
    font-size: 42px;
  }
  section.blogs {
    padding-top: 50px;
  }

  footer {
    padding: 30px 0;
  }
  footer .logo img {
    width: 60%;
  }
  footer .footer-menu {
    margin-bottom: 20px;
  }
  footer .footer-contact {
    margin-bottom: 20px;
  }
  footer .social {
    justify-content: start;
    gap: 20px;
  }
  footer .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin: 0 auto;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 6px;
  }

  .float {
    bottom: 10px;
    right: 10px;
  }

  section.page-header .breadcrumb {
    width: 100vw;
    background: #0bbcd6;
  }

  section.page-content.product-page .contact-form form input:last-child {
    margin-bottom: 20px !important;
  }
  section.page-content.contact-page .map-container {
    padding-bottom: 60% !important;
    margin-top: 30px;
  }
  section.page-content.contact-page .contact-form {
    transform: unset !important;
  }
  section.page-content.contact-page .contact-form form input:last-child {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  body.show {
    overflow: hidden;
  }

  header {
    display: none;
  }

  .mobileHeader {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 30px 0;
    z-index: 5;
  }
  .mobileHeader .menuButton {
    display: flex;
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-left: auto;
  }
  .mobileHeader .menuButton span {
    transition: all ease 0.3s;
    width: 100%;
    height: 3px;
    background-color: #243949;
    border-radius: 2px;
  }
  .mobileHeader .menuButton span:nth-child(2) {
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    width: 100%;
  }
  .mobileHeader .menuButton.show span:nth-child(1), .mobileHeader .menuButton.show span:nth-child(4) {
    opacity: 0;
    transform: scale(0);
  }
  .mobileHeader .menuButton.show span:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobileHeader .menuButton.show span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mobileMenu {
    transition: all ease 0.4s;
    position: fixed;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    top: 0;
    opacity: 0;
    background-color: #fff;
    display: block;
  }
  .mobileMenu .lang {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
  }
  .mobileMenu .lang li a {
    color: #243949;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 12px;
  }
  .mobileMenu .menu {
    padding: 30px 12px;
  }
  .mobileMenu .menu ul li {
    margin-bottom: 12px;
  }
  .mobileMenu .menu ul li a {
    font-size: 18px;
    color: #243949;
  }
  .mobileMenu.show {
    left: 0;
    opacity: 1;
  }

  section.slider {
    height: 400px;
  }
  section.slider .swiper-container {
    max-height: 400px;
  }
  section.slider .swiper-slide {
    position: relative;
  }
  section.slider .swiper-slide .img {
    height: 400px;
  }
  section.slider .swiper-slide .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    transform: translateY(-20%);
    z-index: 9;
  }
  section.slider .swiper-slide .content p {
    line-height: 32px;
    font-size: 18px;
    margin-top: 10px;
  }
  section.slider .swiper-slide .content h3 {
    font-size: 48px;
    font-weight: 900;
  }
  section.slider .swiper-slide.swiper-slide-active .img {
    opacity: 1;
  }
  section.slider .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    bottom: 0;
    transition: 0.3s 0.3s ease all;
  }
  section.slider .swiper-pagination:after {
    background-image: none;
    background-color: #14bcd6;
  }

  section.fast-link .video {
    margin-bottom: -150px;
    position: relative;
    z-index: 9;
  }
  section.fast-link .links-area {
    height: auto;
    padding-top: 150px;
  }
  section.fast-link .links-area:before {
    content: "";
    display: none;
  }
  section.fast-link .links-area .sayaclar {
    height: auto;
    display: flex;
    width: 100%;
    padding-bottom: 100px;
  }
  section.fast-link .links-area .sayaclar > .row {
    width: 100%;
  }
  section.fast-link .links-area .sayaclar .sayac {
    border: 0 !important;
  }
  section.fast-link .links-area .sayaclar .sayac:hover:before {
    background: transparent;
  }
  section.fast-link .links-area .sayaclar .sayac:before {
    content: "";
    border: 0;
  }
  section.fast-link .links-area .sayaclar .sayac .baslik {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 9;
  }
  section.fast-link .links-area .sayaclar .sayac .iconarea {
    width: 150px;
    height: 150px;
    top: 20px;
  }
  section.fast-link .links-area .sayaclar .sayac .iconarea .icon {
    width: 110px;
    height: 110px;
  }

  .references .references-content .owl-references .item .img {
    height: 90px;
    width: 80%;
  }

  .footer-banner img {
    height: 460px;
  }
  .footer-banner .content {
    position: relative;
    z-index: 5;
    justify-content: start;
    padding-top: 50px;
  }
  .footer-banner .content h1 {
    font-size: 42px;
  }
  section.blogs {
    padding-top: 50px;
  }

  footer {
    padding: 30px 0;
  }
  footer .logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  footer .logo img {
    width: 60%;
  }
  footer .footer-menu {
    margin-bottom: 20px;
  }
  footer .footer-contact {
    margin-bottom: 20px;
  }
  footer .social {
    justify-content: center;
    gap: 20px;
  }
  footer .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin: 0 auto;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 6px;
  }

  .float {
    bottom: 10px;
    right: 10px;
  }

  section.page-header .breadcrumb {
    width: 100vw;
    background: #0bbcd6;
  }

  section.page-content.product-page .contact-form form input:last-child {
    margin-bottom: 20px !important;
  }
  section.page-content.contact-page .form-container {
    padding: 40px 0;
  }
  section.page-content.contact-page .contact-info {
    padding-bottom: 100px;
  }
  section.page-content.contact-page .map-container {
    padding-bottom: 60% !important;
    margin-top: 0;
  }
  section.page-content.contact-page .contact-form {
    transform: unset !important;
  }
  section.page-content.contact-page .contact-form form input:last-child {
    margin-bottom: 20px !important;
  }
}

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