* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.xidmetlerCard .text-bold{font-weight:600 !important;}
.container{max-width:1200px;}
.row{row-gap:20px;}
.box{display:none !important;}
a {
    color: unset !important;
    text-decoration: none !important;
}


p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

button {
    outline: none;
    background-color: transparent;
    border: none;
    
}

body,
html {
    font-family: sans-serif;
    background-color: #F5F5F5;
}


.myContainer {
    max-width: 1200px;
    margin: 0 20px;
}

.myContainerAbout {
    max-width: 1400px;
    margin: 0 20px;
}

.myContainerServices{
        max-width: 900px;
    margin: 0 20px;
}

.serviceBg {
    background-color: #F5F5F5;
}
/* Navbar */

.navbar {
    position: sticky !important;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px #777777;
    z-index: 1000;
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    /* width: 60px; */
    height: 60px;
    font-weight: bold;
}


/* Nav links - shown only on desktop */
.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lang-select {
    font-size: 14px;
    cursor: pointer;
}

.phone-numbers {
    font-size: 14px;
    color: #003366;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
}

.email-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}

.email-icon img {
    height: 16px;
}

.search-icon {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}

.search-icon img {
    height: 18px;
    cursor: pointer;
}

.hamburger {
    font-size: 24px;
    cursor: pointer;
    display: none;
}


.ok-tell {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 12px;
}

.ok-mail {
    color: #092F53;
}


/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hamburger {
        display: block;
    }


}



.slide-menu {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    padding-top: 60px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    z-index: 1001;
}

.slide-menu a {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

/* Overlay arka plan */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
}

/* Aktif olduğunda overlay gösterilir */
.overlay.active {
    display: block;
}

/* Footer */


#footer {
    background-color: #363636;
    padding: 50px 0;
}

.footer_phone-wrap h4 {
    margin-bottom: 20px;
    opacity: .5;
    font-size: 24px;
    color: #eee;
}

.footer_phone-wrap a, .footer_phone-wrap span {
    transition: .3s;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}

.apply_for_footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer-head .apply_for_footer button {
    display: flex;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.footer-head .apply_for_footer button div {
    padding: 20px 40px;
    font-size: 15px;
    display: block;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s;
    position: relative;
    z-index: 7;
}

.apply_for_footer button div::before {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border: 2px solid #f7f7f7;
}
.apply_for_footer button div::before, .footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.footer-head .apply_for_footer button div::after {
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
}
.apply_for_footer button div::before, .footer-head .apply_for_footer button div::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    transition: transform .5s, opacity .3s, -webkit-transform .3s;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.footer-head .apply_for_footer button div:hover {
    color: #212529;
}

.footer-head .apply_for_footer button div:hover::before {
    transform: scale(1.2);
    opacity: 0;
    border: 2px solid #fff;
}

.footer-head .apply_for_footer button div:hover::after {
    background: #eee;
    opacity: 1;
    transition: .5s;
}

.footer-head .footer-menu .footer_menu-list {
    display: flex;
}

.footer-head .footer-menu .footer_menu-list {
    padding: 4px 0;
    flex-wrap: wrap;
    font-size: 13px;
    /*text-transform: uppercase;*/
    margin: 3.5rem 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-siteby a:hover {
    border-color: transparent;
}

.footer_nav-item a {
    position: relative;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-weight: 700;
}

.footer_nav-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #6CCDEB;
    color: #6CCDEB;
    content: attr(data-hover);
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s;
    text-shadow: 0 0 #6CCDEB;
}

.footer_nav-item a:hover:before {
    max-width: 100%;
}

.footer_bottom .row {
    align-items: center;
    row-gap: 20px;
}

#footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    /*padding: 20px 0 40px;*/
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-logo a img {
    width: 150px;
    height: auto;
}

.footer-siteby a img {
    width: 100px;
    height: auto;
}

.footer-copyright {
    padding-right: 5px;
    color: #fff;
}
.footer-copyright, .footer-siteby {
    -webkit-font-smoothing: antialiased;
}

.footer-siteby {
    color: #fff;
    display: flex;
}

.footer-siteby a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
}

.footer-social-media {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.footer-social-media a {
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
}

.footer-icon img {
    width: 21px;
    height: 21px;
}
.footer-icon .colored-icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    height: 21px;
    transition: .3s;
}
.footer-icon a:hover .colored-icon {
    transform: scaleX(1);
}
@media screen and (max-width: 991px) {
    
    .apply_for_footer,
    .footer-head .apply_for_footer button,
    .footer-head .apply_for_footer button div{
        width: 100%;
    }
    
    .footer-copyright,
    .footer-logo,
    .footer_phone-wrap {
        text-align: center;
    }
    
    .footer-siteby,
    .footer-social-media {
        justify-content: center;
    }
}

/* Detail pages */

.DetailBg {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    z-index: 1;

    h1 {
        color: white;
        z-index: 4;
    }
    p{
        color: white;
        z-index: 4;

    }
}


.DetailBg .detailOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    /* Siyahlık derecesi */
    z-index: 1;
}
/*modal*/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form .modal-body { padding: 10px 40px 40px 40px }
#price-form .modal-title { font-size: 18px!important}
#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #092F53;
}

#price-form .modal-title { font-weight: 700; color: #000 }
#price-form input.effect, #price-form .custom-form select.effect { height: 50px }

#price-form .effect, .projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop { opacity: .8!important }
#price-form .btn-close:focus { box-shadow: none!important }

#price-form .submit-btn:hover {
    background-color: #742220;
}

#price-form .submit-btn, .projects-full-story__form .submit-btn {
    background-color: #092F53;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
/*modal end*/
/*new top banner*/
.new-masthead {
    overflow: hidden;
    background: #fff;
    padding: 32px 0 13px;
}
.wrapper {
    margin: 0 auto;
    z-index: 5;
    padding: 0 40px;
    max-width: 1440px;
}
.new-masthead h1 {
    font-weight:bolder;
    letter-spacing: -.025em;
    text-transform: uppercase;
    color: #292f3a;
    font-size: min(6vw, 74px);
}
/*new top banner end*/
/*new slider*/
.masthead--margin{background:#fff;}
.masthead--margin .btn:disabled:after, .masthead--margin .btn:disabled:hover:after {
  border-bottom: 48px solid #e9ecf0 !important;
}
.masthead--margin .btn:disabled:before, .masthead--margin .btn:disabled:hover:before {
  border-top: 48px solid #e9ecf0 !important;
}

.masthead--margin h2 {
  font: italic 80px/1 "Montserrat";
  margin: 0 0 10px;
}
.masthead--margin body {
  min-width: 375px;
  font-family: "Montserrat";
  background: #f2f4f6;
}
.masthead--margin .wrapper {
  margin: 0 auto;
  z-index: 5;
  padding: 0 40px;
  max-width: 1440px;
}
.masthead--margin .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.masthead--margin .btn {
  padding: 0;
  margin: 0;
  transition: 0.2s linear;
  cursor: pointer;
  font-family: "Montserrat";
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background: 0 0;
  border: none;
}
.masthead--margin .btn svg {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px -2px;
}
.masthead--margin .btn:disabled {
  color: #909aaa !important;
  cursor: default !important;
  background: #e9ecf0 !important;
}
.masthead--margin .btn:disabled:hover {
  background: #e9ecf0 !important;
  color: #909aaa !important;
}
.masthead--margin .btn-color {
  background: #00a7f0;
  height: 48px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  color: #fff;
  margin: 0 0 0 9px;
}
.masthead--margin .btn-color:after, .masthead--margin .btn-color:before {
  position: absolute;
  bottom: 0;
  transition: 0.2s linear;
  content: "";
  font-size: 0;
  border: none;
}
.masthead--margin .btn-color:after {
  right: 100%;
  border-bottom: 48px solid #00a7f0;
  border-left: 10px solid transparent;
}
.masthead--margin .btn-color:before {
  border-top: 48px solid #00a7f0;
  left: 100%;
  top: 0;
  border-right: 10px solid transparent;
}
.masthead--margin .btn-color:hover {
  background: #0091d1;
}
.masthead--margin .btn-color:hover:after {
  border-bottom: 48px solid #0091d1;
}
.masthead--margin .btn-color:hover:before {
  border-top: 48px solid #0091d1;
}
.masthead--margin a {
  color: #00a9e0;
  text-decoration: none;
}
.masthead--margin img {
  max-width: 100%;
}
.masthead--margin .swiper {
  display: block;
}
.masthead--margin .swiper {
  overflow: hidden;
}
.masthead--margin .swiper-slide, .masthead--margin .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.masthead--margin :root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px ;
}
.masthead--margin :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.masthead--margin .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  z-index: 1;
}
.masthead--margin .swiper-wrapper {
  z-index: 1;
  display: flex;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.masthead--margin .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.masthead--margin .swiper-horizontal {
  touch-action: pan-y;
}
.masthead--margin .swiper-slide {
  flex-shrink: 0;
  display: block;
}
.masthead--margin .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.masthead--margin .swiper-button-next, .masthead--margin .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.masthead--margin .swiper-button-next svg, .masthead--margin .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.masthead--margin .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.masthead--margin .swiper-button-next:after, .masthead--margin .swiper-button-prev:after {
  font: initial var(--swiper-navigation-size)/1 swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
}
.masthead--margin .swiper-button-prev:after {
  content: "prev";
}
.masthead--margin .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.masthead--margin .swiper-button-next:after {
  content: "next";
}
.masthead--margin .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.masthead--margin .swiper-horizontal > .swiper-pagination-bullets, .masthead--margin .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.masthead--margin .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.masthead--margin .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.masthead--margin .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.masthead--margin .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .masthead--margin .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.masthead--margin .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.masthead--margin .masthead h2 {
  text-transform: uppercase;
  font-weight:700;
}
.masthead--margin .masthead .counter span, .masthead--margin .masthead .in, .masthead--margin .masthead .spec-block-wrapper .spec-block > a > div > span {
  color: #fff;
}
.masthead--margin .masthead-nav {
  width: 48px;
  transition: 0.2s linear;
  right: 50px;
}
.masthead--margin .masthead {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 65.78%);
}
.masthead--margin .masthead .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    filter:brightness(70%);
  position: absolute;
}
.masthead--margin .masthead .swiper-pagination {
  position: absolute;
  right: 200px;
  left: auto;
  top: auto;
  width: 325px;
  height: 4px;
  bottom: 70px;
  background: #00a7f0;
}
.masthead--margin .masthead .in {
  max-width: 925px;
  min-height: 630px;
  display: flex;
  position: relative;
  align-items: flex-start;
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 48px;
}
.masthead--margin .masthead .spec-block-wrapper {
  justify-content: center;
}
.masthead--margin .masthead .spec-block-wrapper .spec-block {
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
  gap: 20px;
  background-size: contain;
  margin-left: -40px;
  padding: 30px 60px 30px 30px;
  font-family: "Montserrat";
  font-style: italic;
}
.masthead--margin .masthead .spec-block-wrapper .spec-block > a {
  color: #fff;
  font-size: 32px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.masthead--margin .masthead .spec-block-wrapper .spec-block > a > div .spec-block__text-small {
  font-size: 14px;
}
.masthead--margin .masthead .swiper-slide {
  overflow: hidden;
}
.masthead--margin .masthead .video-slide {
  left: 100px;
  top: 100px;
  transform: scale(1.3);
}
@media screen and (max-width: 1024px) {
  .masthead--margin .masthead .video-slide {
    top: 0;
  }
}
@media screen and (max-width: 728px) {
  .masthead--margin .masthead .video-slide {
    left: 0;
    transform: scale(1);
  }
}
.masthead--margin .masthead .shadow-wrapper {
  box-shadow: inset 600px 0 100px rgba(13, 71, 161, 0.5);
}
@media screen and (max-width: 640px) {
  .masthead--margin .masthead .spec-block-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .masthead--margin .masthead .spec-block-wrapper .spec-block {
    background: 0 0;
    gap: 10px;
    margin-left: 0;
    padding: 0;
  }
  .masthead--margin .masthead .spec-block-wrapper .spec-block > a {
    font-size: 14px;
    gap: 10px;
  }
  .masthead--margin .masthead .spec-block-wrapper .spec-block > a img {
    max-width: 26px;
  }
  .masthead--margin .masthead .spec-block-wrapper .spec-block > a > div .spec-block__text-small {
    font-size: 10px;
  }
  .masthead--margin .masthead .shadow-wrapper {
    left: 0;
    box-shadow: inset 0 -200px 50px rgba(13, 71, 161, 0.5);
  }
}
.masthead--margin .masthead .btn {
  margin: 34px 0 0 9px;
}
.masthead--margin .masthead .counter {
  font: 14px/13px "Montserrat";
  position: absolute;
  color: #fff;
  bottom: 65px;
  z-index: 10;
  right: 550px;
}
.masthead--margin .masthead-nav {
  background: #292f3a;
  margin-left: 10px;
  height: 48px;
  position: absolute;
  left: auto !important;
  bottom: 48px;
  top: auto !important;
}
.masthead--margin .masthead-nav:after, .masthead--margin .masthead-nav:before {
  position: absolute;
  bottom: 0;
  transition: 0.2s linear;
  content: "";
  font-size: 0;
  border: none;
}
.masthead--margin .masthead-nav:after {
  right: 100%;
  border-bottom: 48px solid #292f3a;
  border-left: 10px solid transparent;
}
.masthead--margin .masthead-nav:before {
  border-top: 48px solid #292f3a;
  left: 100%;
  top: 0;
  border-right: 10px solid transparent;
}
.masthead--margin .masthead-nav:hover {
  background: #424854;
}
.masthead--margin .masthead-nav:hover:after {
  border-bottom: 48px solid #424854;
}
.masthead--margin .masthead-nav:hover:before {
  border-top: 48px solid #424854;
}
.masthead--margin .masthead-nav svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 8px;
  height: auto;
}
.masthead--margin .masthead-nav.swiper-button-prev {
  margin-right: 69px;
  left: auto;
}
.masthead--margin .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 1 !important;
  border-radius: 0;
  background: #dde2e8;
}
.masthead--margin .swiper-pagination-bullet-active {
  background: #00a7f0;
}
.masthead--margin .bg {
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.masthead--margin .swiper-notification {
  display: none !important;
}
.masthead--margin .bg {
  position: absolute;
}
.masthead--margin .footer_right .social a:not(:hover) path {
  fill: #b3b9c5;
}

.masthead--margin .in {
  min-height: 677px;
  padding: 0 0 40px;
}
.masthead--margin .btn {
  font-size: 12px;
  padding: 8px 17px;
  height: 40px;
  margin: 7px 0 0 9px;
}
.masthead--margin .btn:after {
  border-bottom-width: 40px;
}
.masthead--margin .btn:before {
  border-top-width: 40px;
}
.masthead--margin .btn svg {
  width: 20px;
  height: auto;
  margin: -3px 3px;
}
.masthead--margin .counter {
  font-size: 12px;
  bottom: 52px;
  right: 469px;
}
.masthead--margin .masthead-nav {
  right: 50px;
  bottom: 37px;
  width: 37px;
  height: 42px;
}
.masthead--margin .masthead-nav:after {
  border-bottom-width: 42px;
}
.masthead--margin .masthead-nav:before {
  border-top-width: 42px;
}
.masthead--margin .masthead-nav.swiper-button-prev {
  margin-right: 56px;
}
.masthead--margin .swiper-pagination {
  right: 170px;
  width: 280px;
  height: 3px;
  bottom: 58px;
}
.masthead--margin h2 {
  font-style: italic;
  max-width: 600px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .masthead--margin body {
    font-size: 16px;
  }
  .masthead--margin .wrapper {
    padding: 0 20px;
  }
  .masthead--margin h2 {
    font-size: 60px;
  }
  .masthead--margin {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .masthead--margin .masthead .counter {
    display: none;
  }
  .masthead--margin h2 {
    font-size: 55px;
  }
  .masthead--margin .wrapper {
    padding: 0 24px;
  }
  .masthead--margin .masthead .in {
    min-height: 600px;
    padding: 0 40px 68px 0;
  }
  .masthead--margin .masthead .swiper-pagination {
    right: 24px;
    background: 0 0;
    left: 24px;
    bottom: 25px;
    gap: 5px;
    width: auto;
    display: flex;
  }
  .masthead--margin .masthead .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1 !important;
    height: 4px;
    flex: auto 1 1;
    background: #292f3a;
    vertical-align: top;
  }
  .masthead--margin .masthead .swiper-pagination .swiper-pagination-bullet-active {
    background: #00a7f0;
  }
  .masthead--margin .masthead-nav {
    display: none !important;
  }
  .masthead--margin .footer_right .social a:not(:hover) path {
    fill: #fff;
  }
  .masthead--margin .btn:after {
    border-bottom-width: 33px;
  }
  .masthead--margin .btn:before {
    border-top-width: 33px;
  }
  .masthead--margin .in {
    min-height: 450px;
    padding: 0 0 53px;
  }
  .masthead--margin .btn {
    font-size: 12px;
    padding: 5px 12px;
    height: 33px;
    margin: -3px 0 0 5px;
  }
  .masthead--margin .btn svg {
    margin: -5px 3px -3px;
  }
  .masthead--margin .swiper-pagination {
    right: 16px;
    left: 16px;
    bottom: 31px;
  }
  .masthead--margin h2 {
    font-size: 36px;
    line-height: 1.1;
    max-width: 480px;
  }
  .masthead--margin {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .masthead--margin h2 {
    font-size: 36px;
    line-height: 1;
  }
  .masthead--margin .wrapper {
    padding: 0 16px;
  }
  .masthead--margin .masthead .in {
    min-height: 500px;
    padding: 0 0 68px;
  }
  .masthead--margin .masthead .swiper-pagination {
    right: 12px;
    left: 12px;
    bottom: 24px;
  }
  .masthead--margin .masthead .btn {
    margin: 15px 0 0 9px;
  }
  .masthead--margin body {
    padding-top: 57px;
  }
  .masthead--margin {
    margin: 0 0 100px;
  }
  .masthead--margin .in {
    min-height: 527px;
    padding: 0 0 52px;
  }
  .masthead--margin .btn {
    padding: 9px 15px;
    margin: 1px 0 0 9px;
    height: 40px;
  }
  .masthead--margin .btn:after {
    border-bottom-width: 40px;
  }
  .masthead--margin .btn:before {
    border-top-width: 40px;
  }
  .masthead--margin .swiper-pagination {
    bottom: 29px;
  }
  .masthead--margin .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
  .masthead--margin h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}/*# sourceMappingURL=test.css.map */
/*new slider end*/
/*new products*/
.new-product-cards span{
    position:absolute;
    top:20px;
    left:20px;
    color:white;
    font-weight:600;
}
.new-product-content{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content:flex-end;
    padding:20px;
}
.new-product-content h4{
    font-style:italic;
    font-weight:700;
}
.new-product-cards img{filter:brightness(70%);transition:.3s;}
.new-product-cards:hover img{filter:brightness(90%);}
.new-product-content a{
    display: flex;
    gap:12px;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 9px 20px;
    font-size: 12px;
    color: #003a70 !important;
    width:190px;
    font-size:16px;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
    background:#fff;
}
/*new products end*/
/* SECTION WRAPPER */
.about-section {
  /* AOS verilerini koruyoruz */
  margin-block:80px;
}
.card-image img{width:100%;}
/* CENTERED CONTAINER */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* GRID BOX (üst seviye) */
.grid-box {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 2rem;
}

/* SECTION TITLE */
.section-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #333;
  position: relative;
  font-weight: 500;
}

/* MAIN GRID */
.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
height: auto;

}

/* TABLET (≤1024px) */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .card-pathways,
  .card-teamwork,
  .card-wishlist,
  .company-intro-card {
    grid-column: span 2 !important;
    grid-row: auto;
  }
}

/* MOBILE (≤768px) */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .company-intro-card {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .company-intro {
    width: 100%;
  }

  .button-more {
    width: 100%;
    max-width: none;
    padding: 12px 0;
  }
}



/* GENERIC CARD STYLES */
.about-card {
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* SPECIFIC CARD PLACEMENTS */
.card-pathways {
  grid-column: span 2;
  grid-row: span 2;
}
.card-teamwork {
  grid-column: 3 / span 2;
  grid-row: span 2;
}
.card-wishlist {
  grid-column: 5 / span 2;
  grid-row: span 4;
  position: relative;
}

/* CARD CONTENT */
.card-content {
  padding: 1.25rem;
}
.card-wishlist-content {
  padding: 25px 20px 20px;
  text-align: center;
}

/* TYPOGRAPHY INSIDE CARDS */
.card-title {
  font-size: 1.875rem; /* 30px */
  font-weight: 500;
}
.card-text {
  margin-top: 1rem;
  line-height: 1.6;
}

/* IMAGE CONTAINERS */
.image-large {
  height: 55%;
  width: 100%;
}
.image-medium {
  height: 50%;
  width: 100%;
  object-fit: contain;
}
.image-relative {
  height: 50%;
  width: 100%;
  position: relative;
}
.image-relative img {
  object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BUTTONS */
.button-signup {
  display: inline-block;
  margin-top: 2rem;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: background-color .3s, color .3s;
}
.button-signup:hover {
  background-color: #092F53;
  color: #fff;
}

.company-intro-card {
  grid-column: span 4;
  grid-row: 3 / span 2;
  background: linear-gradient(135deg, #eef7f1 0%, #f4fff6 100%);
  padding: 2rem;
  border-radius: 25px;
  overflow: hidden;
}
.company-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 70%;
}
.intro-title {
  font-size: 2.75rem; /* 60px */
  font-weight: 300;
}
.intro-text {
  margin-top: 1rem;
  line-height: 1.6;
}
#mainAbout .about-grid > div {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:25px;
    background:white;
    overflow:hidden;
}
.button-more {
  display: flex;
  align-items:center;
  justify-content:center;
  max-width:200px;
  margin-top: 1.5rem;
  padding: 10px 60px;
  background-color: #092F53;
  text-decoration: none;
  border-radius: 60px;
  transition: background-color .3s, color .3s;
  color: #fff !important;}
.button-more:hover {
  background-color: #000;
color: #fff !important
}
/*faq*/

#faq {
    padding: 3rem 0;
}

.resources-item-wrapper .description {
    margin-left: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.f66 {
    width: 100%;
}

.fb {
    font-weight: 700;
}

.btn-hover {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0.9375rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #a11d1d;
    border: none;
    border-radius: 48px;
    cursor: pointer;
}

.btn-hover:hover,
.btn-hover:active,
.btn-hover:focus {
    background-color: #AA284B;
}

.link {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    padding-inline: 1.5rem 3.125rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
}

.link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/assets/img/arrow-red.svg) no-repeat 50% 50%;
    transition: all 0.3s ease;
}

.link-hover-red:hover,
.link-hover-red:active,
.link-hover-red:focus {
    color: #D1325E;
}


/* Header */

/* END Header */

/* Main page */

.resources .f33 {
    padding-right: 0.75rem;
}

.resources .f66 {
    position: relative;
    padding-left: 0.75rem;
}

/*.resources .f66:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0.75rem;*/
/*    z-index: 1;*/
/*    width: calc(100% - 2.75rem);*/
/*    height: 3.125rem;*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, #FFF 87.5%);*/
/*}*/

.resources-desc {
    padding: 3.25rem 1.5rem 1.5rem;
    font-size: 24xp;
    text-align: center;
    line-height: 1.2;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.resources-desc .desc {
    margin-block: 2.75rem 3rem;
    letter-spacing: -0.72px;
}

.resources picture {
    justify-content: center;
}

.resources .btn-hover {
    width: 100%;
}

.resources-items {
    max-height: 502px;
    padding-right: 2rem;
    padding-bottom: 3.125rem;
    overflow-y: auto;
}

.resources-item {
    margin-bottom: 1rem;
    padding: 1.5625rem 3.75rem 1.5625rem 1.5rem;
    background-color: #fff;
    border-radius: 36px;
}

.resources-item:hover:after,
.resources-item:active:after,
.resources-item:focus:after {
    transform: rotate(45deg);
}

.resources-item:last-child {
    margin-bottom: 0;
}

.resources-item:after {
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .resources .flex {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .resources .flex .f33 {
        max-width: 100%;
        width: 100%;
    }

    .resources .flex .f66 {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .resources.m80 {
        margin-block: 0;
    }
}

/*faq end*/


.services-bottom{
    border-radius: 1px;
    position: relative;
}

.services-bottom::before{
    content: "";
    width: 30px;
    position: absolute;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #003366;

    bottom: -12px;
}



*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0;
}

/*automobile series modal*/
/* innercontent */

:root {
    --color-primary: #008859;
    --color-primary-1: #006d47;
    --color-primary-2: #4dac8b;
    --color-primary-3: #005f3e;
    --color-primary-light: #d8f8e7;
    --color-primary-light-2: #c2ebd5;
    --color-secondary: #ff9f00;
    --color-secondary-1: #ffb335;
    --color-secondary-2: #f2b450;
    --color-white: #fff;
    --color-white-1: #f0f5f5;
    --color-white-2: #f4f4f4;
    --color-black: #000;
    --color-black-1: #232323;
    --color-black-light: #273435;
    --color-black-light-2: #181818;
    --color-black-light-3: #2c2c2c;
    --color-gray-dark: #4f6266;
    --color-gray: #96a8aa;
    --color-gray-1: #939193;
    --color-gray-2: #8f8f8f;
    --color-gray-light: #ccc;
    --color-gray-light-1: #cacaca;
    --color-gray-light-2: #e7e7e7;
    --color-gray-light-3: #ddd;
    --color-gray-light-4: #dee7e7;
    --color-gray-light-5: #f3f3f3;
    --color-gray-light-6: #dedede;
    --color-gray-light-7: #e8e8e8;
    --color-gray-light-8: #9b9b9b;
    --color-gray-light-9: #f1f1f1;
    --color-gray-light-10: #607b80;
    --color-gray-light-11: #f0f5f5;
    --color-gray-light-12: #f0f5f5;
    --color-gray-light-13: #909090;
    --color-red: #e82700;
    --color-red-2: #c53434;
    --color-red-light: #fad7d7;
    --color-red-light-1: #fad7d7;
    --color-red-light-2: #ffd2d2;
    --color-red-light-3: #f6e6e7;
    --color-green: #008f29;
    --color-green-1: #00ad00;
    --color-green-2: #00a264;
    --color-green-light: #e6f6ed;
    --color-green-light-1: #e6f9ef;
    --color-green-light-2: #ebf3f4;
    --color-green-light-3: #e6f9ef;
    --color-green-light-4: #d8f8e7;
    --color-yellow: #fe0;
    --color-yellow-1: #f7bf52;
    --color-yellow-2: #ffc555;
    --color-yellow-3: #f5ba48;
    --color-purple: #26479b;
    --color-purple-1: #4528d7;
    --color-purple-2: #27509b;
    --color-blue-light: #deecee;
    --color-brown: #695327;
    --color-info: var(--color-gray-light-4);
    --color-info-light: var(--color-gray-light-12);
    --color-info-light-1: #96a8aa;
    --color-info-light-2: #dee7e7;
    --color-info-light-3: #f5f9f9;
    --color-info-dark: #96a8aa;
    --color-info-dark-1: #606060;
    --color-info-dark-2: #414141;
    --color-info-grey: #3a484a;
    --color-placeholder: #95aab0;
    --color-alert: var(--color-red-2);
    --color-alert-1: #952d2d;
    --color-alert-light: var(--color-red-light-1);
    --color-alert-warning: #c53434;
    --color-declined: #e64646;
    --color-declined-light: var(--color-red-light-3);
    --color-header-bg: #2e3e41;
    --color-header-bg-light: #546b71;
    --color-euro-green: var(--color-green);
    --color-euro-green-1: var(--color-green-1);
    --color-euro-green-light: var(--color-green-light-3);
    --color-euro-yellow: var(--color-yellow);
    --color-euro-yellow-1: #c7d300;
    --color-euro-orange: #ffba00;
    --color-euro-orange-dark: #ff6900;
    --color-euro-red: var(--color-alert-1);
    --padding-default: 24px;
    --padding-mobile: 16px;
    --border-radius-default: 4px;
    --border-radius-midlle: 8px;
    --border-default: 1px solid var(--color-info);
    --font-size-extra-small: 12px;
    --font-size-small: 14px;
    --font-size-base: 16px;
    --font-size-large: 20px;
    --font-size-extra-large: 24px;
    --font-size-extra-extra-large: 28px
}

.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@media (min-width: 768px) {

    .header-search__input:not(:-moz-placeholder-shown)+.header-search__clean-btn {
        display: flex
    }

    .header-search__input:not(:-ms-input-placeholder)+.header-search__clean-btn {
        display: -ms-flexbox;
        display: flex
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark)
}

.header-new .header-search__input:focus:not(:disabled)+.header-search__clean-btn+.header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled)+.subscribe-button {
    border-color: var(--color-info-dark)
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

/* product yeni */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

img {
    border: 0
}

:root {
    --color-primary: #008859;
    --color-primary-1: #006d47;
    --color-primary-2: #4dac8b;
    --color-primary-3: #005f3e;
    --color-primary-light: #d8f8e7;
    --color-primary-light-2: #c2ebd5;
    --color-secondary: #ff9f00;
    --color-secondary-1: #ffb335;
    --color-secondary-2: #f2b450;
    --color-white: #fff;
    --color-white-1: #f0f5f5;
    --color-white-2: #f4f4f4;
    --color-black: #000;
    --color-black-1: #232323;
    --color-black-light: #273435;
    --color-black-light-2: #181818;
    --color-black-light-3: #2c2c2c;
    --color-gray-dark: #4f6266;
    --color-gray: #96a8aa;
    --color-gray-1: #939193;
    --color-gray-2: #8f8f8f;
    --color-gray-light: #ccc;
    --color-gray-light-1: #cacaca;
    --color-gray-light-2: #e7e7e7;
    --color-gray-light-3: #ddd;
    --color-gray-light-4: #dee7e7;
    --color-gray-light-5: #f3f3f3;
    --color-gray-light-6: #dedede;
    --color-gray-light-7: #e8e8e8;
    --color-gray-light-8: #9b9b9b;
    --color-gray-light-9: #f1f1f1;
    --color-gray-light-10: #607b80;
    --color-gray-light-11: #f0f5f5;
    --color-gray-light-12: #f0f5f5;
    --color-gray-light-13: #909090;
    --color-red: #e82700;
    --color-red-2: #c53434;
    --color-red-light: #fad7d7;
    --color-red-light-1: #fad7d7;
    --color-red-light-2: #ffd2d2;
    --color-red-light-3: #f6e6e7;
    --color-green: #008f29;
    --color-green-1: #00ad00;
    --color-green-2: #00a264;
    --color-green-light: #e6f6ed;
    --color-green-light-1: #e6f9ef;
    --color-green-light-2: #ebf3f4;
    --color-green-light-3: #e6f9ef;
    --color-green-light-4: #d8f8e7;
    --color-yellow: #fe0;
    --color-yellow-1: #f7bf52;
    --color-yellow-2: #ffc555;
    --color-yellow-3: #f5ba48;
    --color-purple: #26479b;
    --color-purple-1: #4528d7;
    --color-purple-2: #27509b;
    --color-blue-light: #deecee;
    --color-brown: #695327;
    --color-info: var(--color-gray-light-4);
    --color-info-light: var(--color-gray-light-12);
    --color-info-light-1: #96a8aa;
    --color-info-light-2: #dee7e7;
    --color-info-light-3: #f5f9f9;
    --color-info-dark: #96a8aa;
    --color-info-dark-1: #606060;
    --color-info-dark-2: #414141;
    --color-info-grey: #3a484a;
    --color-placeholder: #95aab0;
    --color-alert: var(--color-red-2);
    --color-alert-1: #952d2d;
    --color-alert-light: var(--color-red-light-1);
    --color-alert-warning: #c53434;
    --color-declined: #e64646;
    --color-declined-light: var(--color-red-light-3);
    --color-header-bg: #2e3e41;
    --color-header-bg-light: #546b71;
    --color-euro-green: var(--color-green);
    --color-euro-green-1: var(--color-green-1);
    --color-euro-green-light: var(--color-green-light-3);
    --color-euro-yellow: var(--color-yellow);
    --color-euro-yellow-1: #c7d300;
    --color-euro-orange: #ffba00;
    --color-euro-orange-dark: #ff6900;
    --color-euro-red: var(--color-alert-1);
    --padding-default: 24px;
    --padding-mobile: 16px;
    --border-radius-default: 4px;
    --border-radius-midlle: 8px;
    --border-default: 1px solid var(--color-info);
    --font-size-extra-small: 12px;
    --font-size-small: 14px;
    --font-size-base: 16px;
    --font-size-large: 20px;
    --font-size-extra-large: 24px;
    --font-size-extra-extra-large: 28px
}

.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@media (min-width: 768px) {

    .header-search__input:not(:-moz-placeholder-shown)+.header-search__clean-btn {
        display: flex
    }

    .header-search__input:not(:-ms-input-placeholder)+.header-search__clean-btn {
        display: -ms-flexbox;
        display: flex
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark)
}

.header-new .header-search__input:focus:not(:disabled)+.header-search__clean-btn+.header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

/*.swiper-slide {*/
/*    text-align: center*/
/*}*/

:root {
    --swiper-theme-color: #007aff
}

:root {
    --swiper-navigation-size: 44px
}

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled)+.subscribe-button {
    border-color: var(--color-info-dark)
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

/* about */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #000;
}

/* innerPage codes */

/* speedbar */

/* about codes */

.blog-all-sides{
    border-top: 1px solid rgba(242, 242, 242, 1);

}
.blog-full-left-side{
    width: 100%;
}
.blog-full-story ul li::marker{
    color:#baba00;
}
.post-share-icons{
    text-align:center;
    padding: 70px 0 40px 0;
}
.post-share-icons h5{
    font-size:30px;
    line-height:36px;
}
.down-icons{
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    align-items:center;
}
.down-icons{
    justify-content:center;
}
.blog-full-left-side-blog-name{
    padding: 30px 0;
    line-height:26px;
}

.blog-full-left-side-blog-name img{
    width: 100%;
    transition: .4s;
    max-height: 456px;
    margin:0 !important;
    object-fit: contain;
    padding-bottom: 1rem;
}
.down-icons{
    padding: 20px 0 0px 0;
}
.down-icons a{
    margin: 0 20px 0 0 ;
    width: 45px;
    height: 45px;
    color: aliceblue !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% ;
    font-size: 20px;
    transition:.3s;
}
.down-icons a:last-child{
    margin:0 ;
}
.down-icons a:hover{
    background:transparent;
}
.post-facebook{
    background: #3B5998;
    border: 2px solid #3B5998;
}
.post-facebook:hover{
    color:#3B5998 !important;
}
.post-whatsapp{
    background: rgb(77, 194, 71);
    border: 2px solid rgb(77, 194, 71);
}
.post-whatsapp:hover{
    color: rgb(77, 194, 71) !important;
}
.post-pinterest{
    background: rgb(203, 32, 39);
    border:2px solid rgb(203, 32, 39);
}
.post-pinterest:hover{
    color: rgb(203, 32, 39) !important;
}
.post-twitter{
    background: #009be9;
    border:2px solid #009be9;
}
.post-twitter:hover{
    color:#009be9 !important;
}

/* feedback */

/* Chrome, Safari, Edge, Opera */

/* Firefox */

/* innerSections */

/* innerfull */

/* modal */

/*****exampleModal START*****/

:root {
    --btn-search-size: 1rem
}

/* header end */

/* slider start */

body {
    position: relative
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5
}

@media screen and (max-width: 1024px) {

    .footer_right .social a:not(:hover) path {
        fill: #fff
    }
}

/* filter */

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5
}

@media screen and (max-width: 1024px) {

    .footer_right .social a:not(:hover) path {
        fill: #fff
    }
}

/* advantages */

/* adv end */

/* products */

/* video section */

/* video end */

/* yenilikler */

.style_tab__header__menu__mg4Im:focus-visible {
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px var(--neutral_950);
    padding-left: 8px;
    padding-right: 8px
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 1440px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 1440px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 768px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 1300px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 768px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

.style_linkContainer__iqyMK:focus-visible .style_CardHome___Pj5u {
    outline-offset: 2px;
    outline-style: solid
}

.style_linkContainer__iqyMK.style_bgdark__qdjZN:focus-visible .style_CardHome___Pj5u {
    outline-color: #fff
}

.style_cta-primary__yh1uX:focus-visible {
    outline-offset: 2px;
    outline-style: solid
}

.style_cta-primary__yh1uX.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgelect__FWupx:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgevent__sb_AU:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-secondary__sy1V1:focus-visible {
    outline-offset: 2px;
    outline-style: solid
}

.style_cta-secondary__sy1V1.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px
}

.style_cta-secondary__sy1V1.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-ghost__Kak_O:focus-visible {
    outline-offset: 2px;
    outline-style: solid
}

.style_cta-ghost__Kak_O.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-ghost__Kak_O.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px
}

.style_cta-ghost__Kak_O.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta__bgimg__rY0vQ:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #fcfcfc
}

/* yenilikler son */
/*product cards*/

.products .image-part{
    width: 100%;
    height: 360px!important;
    object-fit: cover;
    border:1px solid gray;
    border-radius:16px;
    transition: .3s all ease;
}
.products .image-part:hover{
   opacity:0.5;
}
.products .col-lg-4{
}
.products .row {
    margin-left: 0px!important; 
    margin-right: 0px!important; 
}
.products .link1{
    text-decoration: none;
    color: black;
    display:block;
}
.products .link1:hover{
    color: black;
}
  .products{
    background-image: url('/img/point.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
}
.products .product{
    width: 100%;
    background-color: #fff;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 27px;
    padding-bottom: 48px;
    border-radius: 8px;
        min-height: 683px;
}
.products .button{
    margin-top:20px;
    color:#fff !important;
    border-radius: 14px!important;
    background-color: #092F53!important;
    padding: 18px 38px 18px 38px!important;
    box-shadow: rgba(9, 47, 83, 0.473) 0px 12px 28px 0px,
    rgba(9, 47, 83, 0.267) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset !important;
    border-color: #092F53!important;
    font-size:14px!important;
    
}
.products .button:hover{
    color: white!important;
    opacity:.7;
 
}
.products .button1{
    border-radius: 25px;
    background-color: #f2f2f2;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    color: gray;
    font-size: 12px;
    text-transform:uppercase;
}
.products .button1:hover{
    color: black;
}


.products .little{
    font-size: 13px!important;
    color: #969696;
}

   .products img {
            border-radius: 21px;
        }
            margin-top: 16px!important;
        
        
.products .gray{
    color: gray;
}
@media only screen and (max-width: 410px) {
   .products .button{
        padding: 13px 15px 13px 15px;
    }
}
.products .row1>* {
    padding-right: 0px!important;
    position: relative!important;
    z-index:3!important;
    padding-left: 0px!important;
}
.products .pro-title{
    margin-bottom: 40px;
}
 @media only screen and (min-width: 1400px) {
 .products    .row1{
        padding-left: 0px!important;
    }
}

@media only screen and (max-width: 990px) {
  .products  .row {
        margin-left: 0px!important; 
        margin-right: 0px!important; 
    }
   .products  .product{
        min-height: 430px!important;
            padding-bottom: 34px!important;
    }
.products .image-part {
    width: 100%;
    height: 250px!important;
    object-fit: cover;
    border-radius: 16px;
    transition: .3s all ease;
}
.products .btn-success{
        width: 100%!important;
}
}

@media only screen and (max-width: 490px) {
    .products .pro-title{
        margin-bottom: 0px;
    }
    .products .gray{
        display: none;
    }
    .products .pro-name{
        padding-bottom: 10px;
    }
    .products .col-lg-4 {
        padding-bottom: 0px!important; 
    }
}

.products .row1{
    padding-left: 0px!important;
}
.products .btn-outline-success{
    padding:14px 40px!important;
    font-size:14px!important;
}
.products .positive{
    color:green!important;
}
    
  .products   .ab{
        color:#3c8105;
    }
.products .pro-name{text-transform:lowercase;margin-top:20px;}
.products .pro-name::first-letter{text-transform:uppercase;}
/*product cards end*/
/*product inner*/
.more-product .button{
    border-radius: 14px!important;
    background-color: #092F53!important;
    padding: 18px 38px 18px 38px!important;
    box-shadow: rgba(9, 47, 83, 0.473) 0px 12px 28px 0px,
    rgba(9, 47, 83, 0.267) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset !important;
    border-color: #092F53!important;
    font-size:14px!important;
    
}
.more-product .button:hover{
    color: white!important;
    opacity:.7;
  
}


.more-product .little{
    font-size: 13px!important;
    color: #969696;
}

        .more-product .productImg img {
            width: 100%;
            cursor: pointer;
            height: 390px!important;
    object-fit: cover!important;
        }

        .more-product .productImg--main {
            width: 100%;
            height: auto;
        }

        .more-product .max-width {
            max-width: 100%;
        }

        .more-product img {
            border-radius: 21px;
        }

        .more-product .js-changeProdImg {
            cursor: pointer;
                margin-top: 15px;
                    height: 120px;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
        }
        .more-product .js-changeProdImg3, .js-changeProdImg4, .js-changeProdImg5 {
            cursor: pointer;
                margin-top: 0px!important;
                    height: 120px;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
        }
         .more-product .js-changeProdImg5, .js-changeProdImg6 {
                margin-top: 15px!important;
        }
            margin-top: 16px!important;
@media only screen and (max-width: 410px) {
   .more-product .button{
        padding: 13px 15px 13px 15px;
    }
}

@media only screen and (max-width: 990px) {
  .more-product  .js-changeProdImg {
    cursor: pointer;
    margin-top: 20px;
    height: 120px;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
}
  .more-product  .js-changeProdImg2 {
    cursor: pointer;
    margin-top: 0px!important;
    height: 120px;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
}
.more-product .js-changeProdImg3, .js-changeProdImg4, .js-changeProdImg5 {
            cursor: pointer;
                margin-top: 15px!important;
                    height: 120px;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
        }
  .more-product   .row {
        margin-left: 0px!important; 
        margin-right: 0px!important; 
    }
.more-product .btn-success{
        width: 100%!important;
}
}


.green{
    color: rgb(14, 158, 14);
}
.more-product{
    padding-top: 50px;
    padding-bottom: 50px;
}
.special{
        position: sticky;
    top: 93px;
    background-color: rgba(223, 223, 223, 0.654);
    padding: 55px 25px 55px 25px;
    border-radius: 12px;
}
.special h6{text-decoration:underline;}
.red-button{
    width: 90%;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    border-radius: 30px!important;
    font-size:17px!important;
}
.positive{
    color:green!important;
}
.js-changeProdImg:hover {
           opacity:0.6!important;
        }
    
    .ab{
        color:#3c8105;
    }
/*product inner end*/