/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: "gilroy", sans-serif; }
  body i {
    display: flex;
    align-items: center;
    justify-content: center; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1650px;
    padding-left: 45px;
    padding-right: 45px; }

.Banner {
  position: relative;
  z-index: 9; }
  .Banner-in {
    position: relative;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .Banner-text h1 {
    font-size: 77px;
    font-weight: 500;
    letter-spacing: -4.32px;
    color: #32364d;
    line-height: 1; }

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer; }
  .button:hover {
    transition: 500ms; }

.lv_skin canvas {
  opacity: 0 !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.scroll {
  bottom: 10vh;
  z-index: 99;
  position: absolute;
  left: 40%;
  display: flex;
  align-items: center; }
  .scroll:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 1px;
    height: 56px;
    background-color: #ffffff;
    margin-right: 24px; }
  .scroll span {
    display: block;
    width: 2px;
    left: 38px;
    height: 8px;
    border-radius: 4px;
    background: red;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px); } }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
  font-weight: 800; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Black.ttf);
  font-weight: 900; }

.Navtop {
  width: 100%;
  transition: 500ms;
  padding-top: 1vh;
  height: clamp(100px, 7.8vw, 150px);
  background-color: #043767;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 9; }
  .Navtop .container {
    max-width: 1450px; }
  .Navtop .Logo {
    margin-top: 34px; }
    .Navtop .Logo img {
      width: clamp(160px,8.6vw, 165px); }

  .Navtop .navbar {
    position: static;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navtop .navbar-nav {
      transition: 400ms;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .Navtop .navbar-collapse {
      flex-grow: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navtop .navbar-collapse .nav-item {
        margin-left: clamp(15px, 1.3vw, 25px);
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center; }
.nav-item.Logo{
    padding-top: 50px;  
    margin-top: 0; 
}
        .Navtop .navbar-collapse .nav-item .nav-link {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 0 5px;
          position: relative;
          transition: 500ms;
          font-size: clamp(14px, 1.1vw, 21px);
          font-weight: 500;
          letter-spacing: 0.13px;
          color: #fff; }
.Navtop .navbar-collapse .nav-item .nav-link img{
    width:clamp(30px,2.6vw, 50px);
    height: clamp(30px,2.6vw, 50px);
}
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            color: #dd1d17;
            transition: 500ms; }
      .Navtop .navbar-collapse .active .nav-link {
        color: #dd1d17; }

.Navbottom {
  position: relative;
  z-index: 99;
  background-color: #fff; }
  .Navbottom-in {
    padding: clamp(30px, 2.6vw, 50px) 0; }
    .Navbottom-in p {
      text-align: right;
      font-size: clamp(13px, 1vw, 19px);
      font-weight: 500;
      letter-spacing: 0.29px;
      color: #00092e; }
  .Navbottom-product {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .Navbottom-product-desc {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transform: translateX(10%);
              transform: translateX(10%);
      position: relative; }
      .Navbottom-product-desc:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-image: url(../images/hand.png);
        width: 131px;
        height: 254px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        left: -8%;
        -webkit-transform: translateY(-35px);
                transform: translateY(-35px);
        position: relative; }
    .Navbottom-product h3 {
      font-size: 26px;
      font-weight: 500;
      line-height: 1.19;
      letter-spacing: 4.76px;
      text-align: center;
      color: #ddedfd;
      margin-right: 30px; }
    .Navbottom-product a {
      padding: 20px 24.5px 17px 36.5px;
      border-radius: 25.3px;
      background-image: linear-gradient(to bottom, #f5515f, #9f041b);
      font-size: 14.1px;
      font-weight: bold;
      line-height: 1.21;
      letter-spacing: 2.58px;
      text-align: center;
      color: #ddedfd;
      max-height: 51px;
      transition: all 500ms; }
      .Navbottom-product a:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .Navbottom-product img {
      margin-left: 30px; }
  .Navbottom-desc {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Navbottom-desc p, .Navbottom-desc a {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.21px;
      color: #919191;
      padding: 30px 0; }

.icon-menu {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color: transparent; }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menu.svg);
    background-position: center; }
  .icon-menu-active:before {
    background-image: url(../images/exit.svg); }

.Slider {
  position: relative;
  z-index: 1;
  margin-top: clamp(100px, 7.8vw, 150px); }
  .Slider .swiper-container .swiper-slide {
    position: relative;
/*    height: 100vh;
    max-height: 815px;
    */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  .Slider-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2; }
    .Slider-text h1 {
      font-size: clamp(27px, 3.9vw, 75px);
      font-weight: 900;
      letter-spacing: 2px;
      color: #fff;
      margin-bottom: 20px; }
      .Slider-text h1 span {
        font-weight: 300; }
    .Slider-text-button {
      margin-top: 20px;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 3.03px;
      color: #fff;
      position: relative; }
      .Slider-text-button span {
        font-weight: 900;
        margin-right: 10px; }
      .Slider-text-button:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 8%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -10px;
        pointer-events: none; }
      .Slider-text-button:hover {
        color: #fff;
        transition: 500ms; }
        .Slider-text-button:hover:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 21%; }

.About {
  background-color: #ddedfd; }
  .About-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: clamp(40px, 4.42vw, 85px);
    padding-bottom: clamp(50px, 5.2vw, 100px); }
.About-in h2{
    margin-bottom: 30px;
}
    .About-in p {
      max-width: 1050px;
      font-size: clamp(16px, 1.1vw, 20px);
      font-weight: 500;
      line-height: 1.85;
      letter-spacing: -0.13px;
      text-align: left;
      color: #072d51;
        width: 100%;
 }
.About-in p strong{
    text-align: left;margin: 15px 0;
    display: inline-block;
}

    .About-in .button-more {
      border-radius: 40px;
      background-color: #000a30;
      font-size: 14.1px;
      font-weight: bold;
      letter-spacing: 2.58px;
      text-align: center;
      color: #ddedfd;
        margin-top: 30px;
      padding: clamp(15px, 1.1vw, 20px) 34px; }

.Urunler {
  padding-bottom: 70px;
  padding-top: 55px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .Urunler-header {
    font-size: clamp(32px, 2.6vw, 50px);
    font-weight: 900;
    letter-spacing: 1.33px;
    color: #fff;
    text-align: center;
    position: relative; }
  .Urunler-header-text {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: -0.13px;
    text-align: center;
    color: #ddedfd;
    max-width: 930px;
    margin: 0 auto; }
  .Urunler-in {
    margin-top: 20px; }
  .Urunler-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .Urunler-item img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
    .Urunler-item h3 {
      margin-top: 25px;
      font-size: clamp(20px, 1.82vw, 35px);
      font-weight: 900;
      letter-spacing: 3.48px;
      text-align: center;
      white-space: nowrap;
      color: #ddedfd; }
    .Urunler-item span {
      margin-top: 15px;
      font-size: clamp(13px, 0.8vw, 15px);
      font-weight: 500;
      letter-spacing: 1.49px;
      text-align: center;
      color: #ddedfd; }
    .Urunler-item-button {
      pointer-events: none;
      opacity: 0;
      margin-top: 50px;
      border-radius: 30px;
      background-image: linear-gradient(to bottom, #f5515f, #9f041b);
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2.58px;
      text-align: center;
      color: #ddedfd;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: 500ms;
      padding: clamp(15px, 1.1vw, 20px) clamp(24px, 2.6vw, 50px); }
      .Urunler-item-button:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        transition: 500ms; }
    .Urunler-item:hover:after {
      transition: 500ms;
      opacity: 0.8; }
    .Urunler-item:hover .Urunler-item-link {
      transition: 500ms;
      top: 40%;
      opacity: 1; }
  .Urunler .swiper-container {
    padding-top: 55px; }
  .Urunler .swiper-slide {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-filter: blur(7.5px);
    filter: blur(7.5px);
    transition: 500ms; }
    .Urunler .swiper-slide .Urunler-item h3, .Urunler .swiper-slide .Urunler-item span {
      opacity: 0; }
    .Urunler .swiper-slide-active {
      transition: 500ms;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0);
              filter: blur(0); }
      .Urunler .swiper-slide-active .Urunler-item:before {
        transition: 500ms;
        opacity: 1; }
      .Urunler .swiper-slide-active .Urunler-item a {
        pointer-events: auto;
        opacity: 1; }
      .Urunler .swiper-slide-active .Urunler-item h3, .Urunler .swiper-slide-active .Urunler-item span {
        opacity: 1; }
  .Urunler .swiper-button-prev, .Urunler .swiper-button-next {
    width: 69px;
    height: 69px;
    border: solid 2px #dadde5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    cursor: pointer;
    background-size: 9px 15px;
    background-color: white;
    opacity: 1;
    transition: 500ms;
    border-radius: 100%; }
    .Urunler .swiper-button-prev:hover, .Urunler .swiper-button-next:hover {
      background-color: #f7f7f7;
      transition: 500ms; }
  .Urunler .swiper-button-prev, .Urunler .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon-left_caret.svg); }
  .Urunler .swiper-button-next, .Urunler .swiper-container-rtl .swiper-button-left {
    background-image: url(../images/icon-right_caret.svg); }

.Banner {
  margin-top: clamp(100px, 7.81vw, 150px);
  width: 100%;
  height: clamp(300px, 36vw, 697px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; }

.Breadcrumb {
  display: flex;
  align-items: center; }
  .Breadcrumb-item {
    font-size: clamp(13px, 0.78vw, 15px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.23px;
    color: #00092e;
    transition: all 500ms; }
    .Breadcrumb-item:hover {
      letter-spacing: 1px; }

.Product-head {
  width: 100%;
  background-color: #ddedfd; }
  .Product-head-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0; }
  .Product-head h1 {
    font-size: clamp(32px, 2.1vw, 40px);
    font-weight: 900;
    letter-spacing: 1.07px;
    color: #072d51; }

.Product-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px; }

.Product-item {
  width: calc(33% - 18px);
  background-color: #f0f0f0;
  padding: 35px;
  margin-bottom: 36px;
  transition: all 500ms; }
  .Product-item-img {
    max-height: 384px; }
    .Product-item-img img {
      width: 100%; }
  .Product-item-text h4 {
    margin-top: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #072d51; }
  .Product-item-text a {
    margin-top: 30px;
    display: block;
    max-width: 128px;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000a30;
    padding: 16px 30px;
    transition: all 500ms; }
    .Product-item-text a:hover {
      background-color: #e94656; }
  .Product-item:hover {
    background-color: #e2f3ff; }

.Product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .Product-detail-left {
    width: 40%; }
    .Product-detail-left img {
      width: 100%; }
  .Product-detail-right {
    width: 55%; }
    .Product-detail-right h3 {
      font-size: clamp(22px, 1.77vw, 34px);
      font-weight: bold;
      letter-spacing: 0.43px;
      color: #919191;
      margin-bottom: clamp(15px, 1.56vw, 30px); }
    .Product-detail-right p {
      font-size: clamp(14px, 1.2vw, 22px);
      font-weight: 500;
      line-height: 1.45;
      letter-spacing: 0.33px;
      color: #919191;
      margin-bottom: clamp(15px, 1.56vw, 30px); }

.Product-full-text {
  margin-top: clamp(30px, 3.125vw, 60px);
  width: 100%;
  margin-bottom: 20px; }
  .Product-full-text h3 {
    font-size: clamp(24px, 1.875vw, 36px);
    font-weight: bold;
    line-height: 1.28;
    color: #365a6e;
    margin-bottom: clamp(20px, 1.56vw, 30px); }
  .Product-full-text p {
    font-size: clamp(14px, 1vw, 19.2px);
    font-weight: normal;
    line-height: 1.5;
    color: #627a86;
    margin-bottom: 20px; }
    .Product-full-text p i {
      font-style: italic; }

.Product.Kategori .Product-in {
  margin-bottom: 150px; }

.Product.Kategori .Product-item {
  padding: 0;position: relative;}
  .Product.Kategori .Product-item-img {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Product.Kategori .Product-item-img img {

      max-height: 260px;
      -o-object-fit: cover;
         object-fit: cover; }
  .Product.Kategori .Product-item-text {
    padding: 25px;
    background-color: #082f5a; }
    .Product.Kategori .Product-item-text h4 {
      font-size: clamp(17px, 1.3vw, 25px);
        margin-top: 0;
      font-weight: normal;
      color: #ffffff; }
    .Product.Kategori .Product-item-text a {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.45;
      letter-spacing: 0.91px;
      color: #ffffff;
      padding: 10px 28px;
      background-color: #4fafdf;
      border-radius: 0;
      border: 1px solid #4fafdf;
      transition: all 500ms; }
      .Product.Kategori .Product-item-text a:hover {
        background-color: transparent; }

.More-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative; }
  .More-head h2 {
    font-size: clamp(24px, 2.1vw, 40px);
    font-weight: 900;
    letter-spacing: 1.07px;
    color: #072d51; }
  .More-head .swiper-button-next:after {
    background-image: url(../images/icon-next.svg); }
  .More-head .swiper-button-prev:after {
    background-image: url(../images/icon-prev.svg); }
  .More-head .swiper-button-next, .More-head .swiper-button-prev {
    width: clamp(32px, 2.2vw, 42px);
    height: clamp(32px, 2.2vw, 42px);
    outline: none;
    margin: 0; }
  .More-head .swiper-button-prev {
    margin-right: 6px; }
  .More-head .swiper-button-next:after, .More-head .swiper-button-prev:after {
    width: clamp(32px, 2.2vw, 42px);
    height: clamp(32px, 2.2vw, 42px);
    background-size: 100% 100%;
    content: ''; }

.More-slider .Urunler-item {
  background-color: #f0f0f0;
  position: relative; }
  .More-slider .Urunler-item h4 {
    font-size: clamp(20px, 1.35vw, 26px);
    font-weight: bold;
    color: #072d51;
    position: absolute;
    left: clamp(20px, 2.1vw, 40px);
    top: clamp(20px, 2.1vw, 40px); }

.More-slider-buttons {
  display: flex; }
  .More-slider-buttons .swiper-button-next, .More-slider-buttons .swiper-button-prev {
    position: static; }

#map {
  width: 100%;
  height: 100%; }

.ymaps-2-1-78-map ymaps {
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%); }

.Kurumsal .Banner {
  height: unset; }

.Kurumsal-in {
  display: flex;
  padding-top: clamp(20px, 2.5vw, 50px);
  padding-bottom: clamp(20px, 2.5vw, 50px); }

.Kurumsal-sidebar {
  width: 330px;
  border-right: solid 1px #707070;
  padding-top: 80px; }
  .Kurumsal-sidebar h6 {
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.32px;
    color: #20358e;
    padding-left: 30px;
    margin-bottom: 30px; }
  .Kurumsal-sidebar ul li a {
    padding-left: 30px;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #707070;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.95;
    color: #86868b;
    transition: 500ms; }
    .Kurumsal-sidebar ul li a:hover {
      color: #20358e;
      transition: 500ms; }
  .Kurumsal-sidebar .active {
    color: #20358e; }

.Kurumsal-content {
  padding-left: 20px;
  width: calc(100% - 330px); }

.Kurumsal-text p {
  max-width: 850px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #898989;
  margin-bottom: 20px; }

.Kurumsal-text-logo {
  display: flex; }
  .Kurumsal-text-logo img {
    margin-left: auto; }

.Kurumsal-info h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #898989; }

.Kurumsal-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #898989; }

.Kurumsal-info a {
  transition: 500ms; }
  .Kurumsal-info a:hover {
    color: #20358e;
    transition: 500ms; }

.Kurumsal-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  .Kurumsal-form-item {
    width: 49%;
    margin-bottom: 2%; }
    .Kurumsal-form-item input,
    .Kurumsal-form-item textarea {
      padding-left: 25px;
      font-size: 16px;
      line-height: 1.56;
      color: #8d8d8d;
      border-radius: 0;
      border: solid 1px #bfbfbf; }
      .Kurumsal-form-item input:focus,
      .Kurumsal-form-item textarea:focus {
        border-color: #20358e;
        box-shadow: none; }
    .Kurumsal-form-item input {
      height: 60px; }
    .Kurumsal-form-item textarea {
      padding-top: 15px;
      height: 160px; }
  .Kurumsal-form-button {
    width: 133px;
    height: 50px;
    background-color: #20358e;
    margin-left: auto;
    font-size: 18px;
    color: white;
    transition: 500ms; }
    .Kurumsal-form-button:hover {
      transition: 500ms;
      color: white; }

.Kurumsal-media {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px; }
  .Kurumsal-media-item {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(33.33% - 20px); }

.Why {
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column; }
  .Why-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(40px, 6.77vw, 130px); }
    .Why-item:last-child {
      margin-bottom: 0; }
    .Why-item:nth-child(even) {
      flex-direction: row-reverse; }
    .Why-item-img {
      width: 50%; }
      .Why-item-img img {
        width: 100%; }
    .Why-item-desc {
      width: 45%; }
      .Why-item-desc h3 {
        max-width: 370px;
        font-size: 24px;
        font-weight: 500;
        color: #365a6e;
        margin-bottom: 10px; }
      .Why-item-desc p {
        max-width: 470px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.57;
        color: #627a86; }

.fancybox-container {
  z-index: 9999999999 !important; }

.modal-header {
    border: none;
}

.modal-content {
    margin-top: 100px;
    background-color: transparent;
    border: none;
}

.modal-dialog{
     max-width: 38%; width: 100%;
}
.modal.show .modal-dialog{
        transform: translateY(-100px);
}

.modal .close {
    position: absolute;
    right: -15px;
    top: 30px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.modal .close:hover {
    opacity: 1;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.modal .close span {
    font-weight: 400;
    color: white;
    font-size: 50px;
}


@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    padding-left: 15px;
    z-index: 99999;
    padding-top: 15px;
    padding-bottom: 10px;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
    background-color: #043767; }
    .Navtop .navbar {
      padding: 0; }
      .Navtop .navbar .Logo {
        position: absolute;
        left: 20px;
        top: 10px;
        margin-top: 0; }
        .Navtop .navbar .Logo a img {
          width: 100px; }
      .Navtop .navbar-nav {
        margin-right: auto; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #043767;
          opacity: 0.8; }
        .Navtop .navbar-collapse-active {
          pointer-events: all;
          transition: 300ms;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          line-height: 3.5; }
          .Navtop .navbar-collapse .nav-item.Logo {
            display: none; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0 5px;
            font-size: 16px;
            color: white; }
            .Navtop .navbar-collapse .nav-item .nav-link img {
              max-width: 34px; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              transition: 500ms; }
  .Navbottom {
    overflow: hidden; }
    .Navbottom-product {
      height: 185px; }
      .Navbottom-product-desc {
        width: 100%;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .Navbottom-product-desc:before {
          display: none; }
      .Navbottom-product h3 {
        font-size: 22px;
        letter-spacing: 2.76px;
        margin-right: 20px; }
      .Navbottom-product a {
        padding: 20px 24.5px;
        font-size: 13px;
        letter-spacing: 1.58px;
        white-space: nowrap; }
      .Navbottom-product img {
        margin-left: 20px; }
    .Navbottom-desc {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navbottom-desc p, .Navbottom-desc a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.21px;
        color: #919191;
        padding: 30px 0; }
  .Product-item {
    width: calc(50% - 10px);
    padding: 25px;
    margin-bottom: 20px; }
    .Product-item-text h4 {
      font-size: 17px; }
    .Product-item-text a {
      margin-top: 20px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      border-radius: 30px;
      background-color: #000a30;
      padding: 10px 20px;
      transition: all 500ms; }
      .Product-item-text a:hover {
        background-color: #e94656; }
    .Product-item:hover {
      background-color: #e2f3ff; }
  .Slider {
    margin-top: 100px;
    overflow: hidden; }
    .Slider .swiper-container .swiper-slide {
      /*height: 400px;*/
      background-position: center; }
    .Slider-text {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 2; }
      .Slider-text h1 {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 20px; }
      .Slider-text-button {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 3.03px;
        color: #fff;
        position: relative; }
        .Slider-text-button span {
          font-weight: 900;
          margin-right: 10px; }
        .Slider-text-button:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 8%;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: -10px;
          pointer-events: none; }
        .Slider-text-button:hover {
          color: #fff;
          transition: 500ms; }
          .Slider-text-button:hover:before {
            content: "";
            display: inline-block;
            transition: 500ms;
            width: 21%; }
    .Slider-text {
      top: 50%;
      width: calc(100% - 60px);
      padding-left: 30px;
      padding-right: 30px;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      align-items: center; }
      .Slider-text h1 {
        font-size: 26px;
        letter-spacing: 1px; }
      .Slider-text a {
        font-size: 14px; }
        .Slider-text a:before {
          width: 30%; }
        .Slider-text a:hover:before {
          width: 40%; }
  .Banner {
    overflow: hidden;
    padding-top: 90px; }
    .Banner-in {
      height: 300px; }
    .Banner-text {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 90%; }
      .Banner-text h1 {
        font-size: 44px;
        letter-spacing: -2px; }
  .Kurumsal .Banner {
    height: unset;
    padding-top: 0; }
  .Kurumsal-in {
    flex-direction: column; }
  .Kurumsal-sidebar {
    width: 100%;
    border-right: none;
    padding-top: 0; }
    .Kurumsal-sidebar h6 {
      text-align: center;
      font-size: 32px;
      letter-spacing: -0.32px;
      padding-left: 0;
      margin-bottom: 20px; }
    .Kurumsal-sidebar ul li a {
      text-align: center;
      justify-content: center;
      padding-top: 3px;
      padding-left: 0;
      padding-bottom: 3px;
      font-size: 18px; }
  .Kurumsal-content {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    text-align: center; }
  .Kurumsal-text p {
    font-size: 15px;
    margin-bottom: 15px; }
  .Kurumsal-text-logo {
    display: flex; }
    .Kurumsal-text-logo img {
      margin-right: auto;
      margin-left: auto; }
  .Kurumsal-info h6 {
    font-size: 24px; }
  .Kurumsal-info p {
    font-size: 18px; }
  .Kurumsal-form-item {
    width: 100%;
    margin-bottom: 15px; }
    .Kurumsal-form-item input, .Kurumsal-form-item textarea {
      padding-left: 20px;
      font-size: 14px; }
    .Kurumsal-form-item input {
      height: 50px; }
    .Kurumsal-form-item textarea {
      height: 140px; }
  .Kurumsal-form-button {
    width: 100%;
    margin-right: auto; }
  .Kurumsal-form-cv {
    height: 50px;
    margin-bottom: 15px; }
    .Kurumsal-form-cv-text {
      font-size: 14px; }
  .Kurumsal-media {
    margin-right: -15px; }
    .Kurumsal-media-item {
      margin-right: 15px;
      margin-bottom: 15px;
      width: calc(50% - 15px); } }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .Navbottom {
    overflow: hidden; }
    .Navbottom-product {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom-product-desc {
        width: 100%;
        flex-direction: column;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        padding: 20px 0; }
        .Navbottom-product-desc:before {
          display: none; }
      .Navbottom-product h3 {
        font-size: 24px;
        margin-right: 0; }
      .Navbottom-product a {
        padding: 14px 24px;
        font-size: 12px;
        letter-spacing: 1.58px;
        margin-top: 5px; }
      .Navbottom-product img {
        display: none; }
    .Navbottom-desc {
      flex-direction: column;
      justify-content: center;
      padding: 20px 0; }
      .Navbottom-desc p, .Navbottom-desc a {
        padding: 0;
        text-align: center; }
  .Product-head-in {
    flex-direction: column;
    justify-content: center;
    padding: 16px 0; }
  .Product-head h1 {
    font-size: clamp(26px, 2.1vw, 40px); }
  .Product-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px; }
  .Product-detail {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px; }
    .Product-detail-left {
      width: 100%;
      margin-bottom: 20px; }
    .Product-detail-right {
      width: 100%; }
  .Why {
    padding-top: 40px;
    padding-bottom: 80px; }
    .Why-item {
      flex-direction: column;
      justify-content: center;
      margin-bottom: clamp(40px, 6.77vw, 130px); }
      .Why-item:nth-child(even) {
        flex-direction: column; }
      .Why-item-img {
        width: 100%;
        margin-bottom: 20px; }
      .Why-item-desc {
        width: 100%; }
        .Why-item-desc h3 {
          max-width: 100%;
          font-size: 22px; }
        .Why-item-desc p {
          max-width: 100%; }
.modal-dialog{
    margin-top: 15vh; max-width: 100%; width: 100%;
}

.modal .close {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}}

@media (max-width: 502px) {
  .Product-item {
    width: 100%; } }

.Slider img{
    width: 100%;
}
