@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import "../fonts/font.css";
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

svg {
  width: 30px;
  height: 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

::selection {
  color: #fff;
  background-color: #104cba;
}

::-moz-selection {
  color: #fff;
  background-color: #104cba;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 0 6px 6px 0;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
}

p {
 font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #000000;
    line-height: 26px;
    font-family: 'Inter';
}

 



p + p {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.page-padding {
  padding: 70px 0;
}

.top-bar-area.bg-dark {
  background: #104cba !important;
}

.top-bar-area {
  overflow: hidden;
  padding: 12px 0;
}
.top-bar-area .shape {
  position: relative;
  z-index: 1;
}
.top-bar-area .shape ul li {
  margin-right: 20px;
  display: inline-block;
}
.top-bar-area .shape ul li a {
  transition: all 0.35s ease-in-out;
  color: #ffffff;
}
.top-bar-area .float-right .info {
  display: flex;
  justify-content: flex-end;
}
.top-bar-area .float-right .info > ul:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.top-bar-area .float-right .info .list li {
  margin-left: 20px;
  font-size: 14px;
}
.top-bar-area .float-right .info .list li i {
  color: #ffffff;
  font-size: initial;
  font-weight: 300;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.top-bar-area .float-right .info > ul li {
  display: inline-block;
  align-items: center;
  text-align: left;
}

.navbar {
  min-height: 50px;
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0 !important;
  border: 0px !important;
  margin: 0;
}

nav.navbar.navbar-fixed {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  top: 0;
}

.attr-nav {
  display: inline-block;
  float: right;
  margin-left: 0px;
}
.attr-nav > ul {
  padding: 0;
  margin: 0 0 0px 0;
  list-style: none;
  display: inline-block;
}
.attr-nav > ul li.button {
  padding: 23px 0;
  margin-left: 25px;
  font-size: 18px;
  float: left;
  display: block;
}
.attr-nav > ul li.button a {
  background: #104cba;
  clip-path: inherit;
  padding: 14px 35px !important;
  font-size: 15px;
  border-radius: 30px;
  display: block;
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}

nav.navbar .navbar-toggle {
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  float: right;
  border-radius: 0px;
  background-image: none;
}

nav.navbar .navbar-brand {
  height: auto !important;
  font-size: 18px;
  line-height: 20px;
  float: left;
}

.navbar .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  flex: inherit;
}

#navbar-menu {
  animation-duration: 0.3s;
}

.navbar-nav {
  margin: 7.5px -15px;
  display: block;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin-top: 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

nav.navbar.on ul.dropdown-menu.megamenu-content .content {
  display: block !important;
  height: auto !important;
}

nav.navbar ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
  display: inline-block;
  margin-top: -10px;
}

nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
  content: "\f107";
}

nav.navbar .navbar-collapse.collapse.show {
  position: absolute;
  left: 0;
  top: 100%;
  display: block !important;
  margin-bottom: 30px;
  background: #ffffff none repeat scroll 0 0;
  width: 100%;
}
nav.navbar .navbar-collapse.collapse.show ul {
  width: 100%;
  padding-bottom: 30px;
}
nav.navbar .navbar-collapse.collapse.show ul li a {
  color: #000 !important;
  font-size: 15px;
}

nav.navbar .navbar-collapse.collapse.show .dropdown-menu {
  box-shadow: unset;
  position: unset;
  border: unset;
  border-radius: unset;
  padding: 10px 0;
}
nav.navbar .navbar-collapse.collapse.show .dropdown-menu li a {
  font-weight: 500;
  padding: 6px 15px;
  display: block;
}

.dropdown-toggle {
  transition: 0.3s all ease-in-out;
}

nav.navbar.navbar-fixed ul.nav > li > a {
  color: #213752 !important;
    font-family: 'Inter', sans-serif;

}

nav.navbar.navbar-transparent.white ul.nav > li > a {
  color: #fff !important;
}

nav.navbar.navbar-transparent .attr-nav > ul li.button a {
  color: #000 !important;
}

nav.navbar.navbar-fixed .attr-nav > ul li.button a {
  color: #fff;
}

.bg-theme {
  background: #104cba;
}

.default-padding-top {
  padding-top: 120px;
}

.about-area.half-bg {
  position: relative;
  z-index: 1;
}
.about-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 60px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.about-area .thumb {
  padding-right: 35px;
}
.about-area .thumb .thumb-inner {
  position: relative;
  z-index: 1;
}
.about-area .thumb .thumb-inner::after {
  position: absolute;
  left: -25%;
  bottom: -200px;
  content: "";
  height: 400px;
  width: 400px;
  border: 60px solid #085fe8;
  z-index: 10;
  border-radius: 50%;
}
.about-area .thumb .thumb-inner img {
  max-height: 615px;
}
.about-area .info .content {
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.about-area .info .content h2 {
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
  font-size: 36px;
}
.about-area .info li {
  display: block;
  margin-bottom: 25px;
  padding-left: 55px;
  position: relative;
  z-index: 1;
}
.about-area .info li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}
.about-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 100;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #085fe8;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.text-light p {
  color: #fff;
}

.page-padding.custom {
  padding: 290px 0 90px 0;
}

.brand-logos {
  align-items: center;
  background: #104cba;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  position: relative;
}
.brand-logos .client-title {
  flex: 0 0 13%;
}
.brand-logos .client-title .title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.brand-logos .svg-item {
  border-radius: 5px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.brand-logos .svg-item::before, .brand-logos .svg-item::after {
  background: #ef3139;
  border-radius: 100%;
  content: "";
  position: absolute;
}
.brand-logos .svg-item::before {
  height: 200px;
  left: -49px;
  top: -30px;
  width: 200px;
}
.brand-logos .svg-item::after {
  bottom: -40px;
  height: 70px;
  left: 80px;
  width: 70px;
}
.brand-logos .price-main {
  display: inline-block;
  flex: 0 0 66%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 25px;
}

.client-btn {
  flex: 0 0 18%;
  position: relative;
  z-index: 2;
}

.btn-primary-round {
  align-items: center;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  padding: 16px 34px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.btn-primary-round::before {
  background: #ef3139;
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 60px;
  z-index: -1;
}
.btn-primary-round:hover::before {
  width: 100%;
}

.our-clients-img img {
  width: 100px;
  cursor: pointer;
  border-radius: 10px;
}

.urun-gruplari {
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 1;
}
.urun-gruplari .urun-gruplari__top {
  position: relative;
  display: block;
  margin-bottom: 69px;
}
.urun-gruplari .urun-gruplari__top .urun-gruplari__left {
  position: relative;
  display: block;
}
.urun-gruplari .urun-gruplari__top .urun-gruplari__left .section-title {
  margin-bottom: 0;
}
.urun-gruplari .urun-gruplari__bottom {
  position: relative;
  display: block;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single .urun-gruplari__img-box {
  position: relative;
  display: block;
  z-index: 1;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single .urun-gruplari__img-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  content: "";
 
  z-index: 2;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single .urun-gruplari__img-box .urun-gruplari__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single .urun-gruplari__img-box .urun-gruplari__img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   
  opacity: 0.3;
  content: "";
  z-index: 1;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single .urun-gruplari__img-box .urun-gruplari__img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(2, 14, 79, 0.4);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single .urun-gruplari__img-box .urun-gruplari__img img {
  width: 100%;
  height: 475px;
  transform: scale(1);
  transition: transform 500ms ease;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single:hover {
  cursor: pointer;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single:hover .urun-gruplari__img::after {
  transform: scale(1, 1);
  transform-origin: right center;
}
.urun-gruplari .urun-gruplari__bottom .urun-gruplari__single:hover .urun-gruplari__img img {
  transform: scale(1.05);
}

.urun-gruplari__content {
  position: absolute;
  bottom: 15px;
  left: 64px;
  z-index: 2;
}
.urun-gruplari__content::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -64px;
  width: 335px;
  bottom: -15px;
  background-color: #6d6d6e;
  z-index: -1;
}

.urun-gruplari__title {
  font-size: 25px;
  font-weight: 700;
  
}
.urun-gruplari__title a {
  color: #b0d7f0;
  font-size: 17px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
}
.urun-gruplari__title a i {
  font-size: 38px;
 
  top: 2px;
  position: relative;
  margin-left: 36px;
}

.urun-gruplari__shape {
  position: absolute;
  left: 80px;
  bottom: 101px;
  z-index: 1;
}
.urun-gruplari__shape img {
  width: auto;
  opacity: 0.21;
}

.urun-gruplari__shape-1 {
  position: relative;
  display: block;
  height: 8px;
 
  margin-right: 83px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #104cba;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: #104cba;
  margin-left: 38px;
  z-index: 1;
}
.section-title__tagline::before {
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #104cba;
  content: "";
}

.section-title {
  position: relative;
  display: block;
  margin-top: -12px;
  margin-bottom: 49px;
}

.section-title__title {
  margin: 0;
  color: #020e4f;
  font-size: 35px;
  line-height: 54px;
  font-weight: 900;
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.urun-gruplari__right {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.urun-gruplari__right button {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  color: #104cba;
  background-color: transparent;
  border: 2px solid #104cba;
  font-size: 16px;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}
.urun-gruplari__right button span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.urun-gruplari__right button:first-child {
  margin-right: 10px;
}

.subtitle {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #104cba;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 14px;
}
.subtitle::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
 
  background-size: 19px;
  height: 22px;
  width: 20px;
  background-repeat: no-repeat;
}

.blog__title h2 {
  font-size: 50px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  color: #121212;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.mb-60 {
  margin-bottom: 60px;
}

.blog__item .blog__item-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__item .blog__item-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.113);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blog__item .blog__item-image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  transition: transform 0.7s ease-in-out;
}
.blog__item .blog__item-content {
  position: relative;
  padding: 30px 35px;
  border: 1px solid #F0F0F0;
  border-bottom: 0;
}
.blog__item .blog__item-content .blog__item-content-date {
  position: absolute;
  border-radius: 5px;
  right: 35px;
  top: -40px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #fff;
  color: #121212;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 5px 0 10px 0;
  z-index: 1;
}
.blog__item .blog__item-content .blog__item-content-date h3 {
  font-size: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: #121212;
  font-weight: 600;
}
.blog__item .blog__item-content .blog__item-content-date p {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.blog__item .blog__item-content > span {
  color: #104cba;
  font-weight: 700;
  font-size: 14px;
}
.blog__item .blog__item-content h4 {
  font-size: 24px;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  color: #121212;
  font-weight: 600;
  margin-top: 10px;
}
.blog__item .blog__item-content h4 a {
  transition: all 0.4s ease-out 0s;
}

.blog__item-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 35px;
  border: 1px solid #F0F0F0;
  color: #121212;
  font-weight: 600;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.blog__item-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 6px 6px;
  height: 0;
  background: #104cba;
  transition: all 400ms ease;
  z-index: -1;
}
.blog__item-btn a:hover {
  color: #fff;
}
.blog__item-btn a:hover::after {
  height: 100%;
}

.contact {
  position: relative;
  display: block;
}
.contact .contact-one__left {
  position: relative;
  display: block;
  margin-right: 127px;
}
.contact .contact-one__left .section-title {
  margin-bottom: 26px;
}
.contact .contact-one__left .section-title .section-title__tagline {
  position: relative;
  display: inline-block;
  color: #104cba;
  font-size: 16px;
  margin-top: 2px;
  margin-left: 0;
}
.contact .contact-one__left .section-title .section-title__tagline::before {
  position: absolute;
  right: -29px;
  background-color: #27822f;
  width: 20px;
  height: 2px;
  content: "";
  left: unset;
}
.contact .contact-one__left .section-title .section-title__title {
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
}

.contact-one__info {
  position: relative;
  display: block;
  margin-top: 40px;
}
.contact-one__info li {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-one__info li .icon {
  height: 65px;
    width: 65px;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 500ms ease;
}
.contact-one__info li .icon span {
  color: #27405f;
  font-size: 30px;
  transition: all 500ms ease;
}
.contact-one__info li .text {
  margin-left: 30px;
}
.contact-one__info li .text p {
  line-height: 5px;
}
.contact-one__info li .text a {
  font-size: 16px;
    font-weight: 500;
    transition: all 500ms ease;
    color: #213752 !important;
    font-family: 'Inter', sans-serif;
}
.contact-one__info li + li {
  margin-top: 10px;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: -20px;
}
.contact-one__right .contact-one__form {
  position: relative;
  display: block;
  padding: 8px;
  border: 1px solid #ebe5dd;
}

.contact-one__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.contact-one__form-input-box input {
  height: 63px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #e8e8e8;
  font-size: 14px;
  color: #878986;
  font-weight: 500;
  padding: 0 30px 0;
}
.contact-one__form-input-box textarea {
  height: 150px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #e8e8e8;
  font-size: 14px;
  color: #878986;
  font-weight: 500;
  padding: 20px 40px 30px;
}

.contact-one__btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #273b79;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 50px 16px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border: 0;
}
.contact-one__btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #009fdd;
  transform: scale(0);
  transition: all 0.2s linear;
  opacity: 1;
  z-index: -1;
}
.contact-one__btn:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s linear;
}

 

.google-map {
  position: relative;
  display: block;
  margin-top: 25px;
  
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 395px;
  width: 100%;
  
}

/*SUCCESS FORM*/
.success-form {
  display: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #104cba;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  font-size: 20px;
  color: #104cba;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area div {
  height: 100vh;
}

.banner-area .box-table {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.banner-area .box-cell, .banner-area .box-cell div {
  height: auto;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table .sahpe {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-size: cover;
  opacity: 0.6;
}

.banner-area .carousel-item {
  position: relative;
}

.banner-area .content {
  padding-top: 100px;
  position: relative;
  width: 100%;
  max-width: 530px;
  z-index: 9;
}
.banner-area .content h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-area .content h2 {
  line-height: 1;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 15px;
     
    font-family: 'Inter';
}
.banner-area .content h2 strong {
  font-weight: 600;
  display: block;
  color: #fff;
}
.banner-area .content p {
 
    font-size: 15px;
    line-height: 24px;
    animation-delay: 0.11s;
    font-family: 'Inter';
}

.slider-button .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  border-radius: inherit;
  border: none;
  padding: 15px 40px;
  color: #ffffff !important; 
  border: 2px solid #ffffff; 
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: 0.15s;
}

.banner-area .content a {
  margin-right: 5px;
  margin-top: 5px;
}

.banner-area .content .btn {
  margin-top: 20px;
}

.shadow.dark::after {
 
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.swiperBig {
  margin-bottom: 20px;
  cursor: pointer;
}
.swiperBig .swiper-slide {
  height: 500px;
}
.swiperBig .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.thumbSlider {
  cursor: pointer;
}

.product-details .left-content {
  max-width: 640px;
  margin-right: auto;
}

.product-info {
  padding: 15px;
}
.product-info p {
  font-weight: 500;
}
.product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-info .product-details__top .product-details__title {
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.product-info .product-details__top .product-details__title span {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-info .product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-info .product-details__reveiw i {
  font-size: 16px;
  color: #104cba;
}
.product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: #000;
  margin-left: 18px;
}

strong {
  color: #333;
  font-weight: 700;
}

.son-urunler {
  margin: 50px 0;
  background-color: #fff;
}
.son-urunler h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  color: #0f0f0f;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}
.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  transition: all 300ms ease;
  height: 400px;
}
.product-block .inner-box .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0;
}
.product-block .inner-box .image a {
  width: 100%;
}
.product-block .inner-box .image::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.product-block .inner-box .image img {
  width: 100%;
  height: 257px;
  transition: all 300ms ease;
  object-fit: contain;
}
.product-block .inner-box:hover {
  border: 2px solid #0f0f0f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product-block .inner-box:hover .image::before {
  left: 100%;
  transition: all 1000ms ease;
}
.product-block .inner-box:hover .image img {
  transform: scale(0.9);
}
.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}
.product-block .content h4 {
  display: block;
  font-size: 20px;
  color: #104cba;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-block .content h4 a {
  color: #104cba;
  transition: all 300ms ease;
}
.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #bbb6b6;
  font-weight: 600;
}

.blog__details-left {
  
}
.blog__details-left img {
  height: 400px;
}
.blog__details-left .content h3 {
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  margin: 20px 0;
  color: #121212;
  font-weight: 800;
}
.blog__details-left .content p {
  font-weight: 500;
  font-size: 16px;
}

.all-sidebar {
  position: sticky;
  top: 140px;
}
.all-sidebar .all__sidebar-item {
  padding: 40px;
  background: #F8F8F8;
  border: 1px solid rgba(19, 19, 19, 0.06);
  margin-bottom: 30px;
}
.all-sidebar .all__sidebar-item h4 {
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 40px;
  padding: 0;
  color: #121212;
  font-weight: 800;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 25px;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-image img {
  width: 90px;
  height: 90px;
  max-width: 90px;
  border-radius: 0;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  max-width: 200px;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title h6 a {
  color: #121212;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title span {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #666667;
}
.all-sidebar .all__sidebar-item .all__sidebar-item-post .post__item .post__item-title span i {
  color: #104cba;
}

.kategoriler .urun-gruplari__title {
  font-size: 20px;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-service-list ul li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list ul li a span {
  font-size: 17px;
}
.sidebar-service-list ul li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list ul li a:hover {
  color: #104cba;
}
.sidebar-service-list ul li a:hover i {
  transform: translateY(-50%);
  color: #fff;
  background-color: #104cba;
}
.sidebar-service-list ul li.current a {
  color: #104cba;
}
.sidebar-service-list ul li.current a i {
  transform: translateY(-50%);
  color: #fff;
  background-color: #104cba;
}
.sidebar-service-list ul li + li {
  margin-top: 10px;
}

.grid-fiyat {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 40px 20px;
  position: relative;
}
.grid-fiyat .fiyat-item {
  border: 2px solid #cad3e5;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.grid-fiyat .fiyat-item img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
 
}
.grid-fiyat .fiyat-item .svg-item {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.grid-fiyat .fiyat-item .svg-item svg {
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
  transition: 0.3s all ease-in-out;
}
.grid-fiyat .fiyat-item:hover {
  border-color: #104cba;
}
.grid-fiyat .fiyat-item:hover .svg-item {
  border-color: #104cba;
}
.grid-fiyat .fiyat-item:hover .svg-item svg {
  fill: #104cba;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.main-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 5fr) minmax(0, 7fr));
}
.main-wrapper .image-container .image-field {
  position: absolute;
}
.main-wrapper .image-container .image-field .text-field {
  background: linear-gradient(240deg, #d51c16, #6b0e0b);
  height: 100%;
  position: relative;
}
.main-wrapper .image-container .image-field .text-field .img {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-wrapper .image-container .image-field .text-field .img img {
  width: 100%;
  height: 100%;
}
.main-wrapper .image-container .image-field .text-field .text {
  color: #fff;
  font-size: 54px;
  line-height: 1.5;
  padding: 70px 110px 70px 110px;
  position: relative;
  font-weight: 500;
  z-index: 2;
}
.main-wrapper .image-container .image-field .text-field .text strong {
  color: #fff;
  font-weight: 900;
}
.main-wrapper .image-container .image-field .sticky {
  position: sticky !important;
  top: 45px !important;
  transition: all 0.45s ease !important;
}

.sticky.active {
  top: 100px !important;
}

.about-content .main-wrapper {
  grid-gap: 60px;
}
.about-content .main-wrapper .text-field {
  position: relative;
}
.about-content .main-wrapper .text-field .editor {
  color: #53585d;
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px;
}
.about-content .main-wrapper .text-field .editor h2 {
  color: #104cba;
  font-size: 2.325rem;
  font-weight: 800;
  line-height: 1.125;
  margin-bottom: 22.5px;
}
.about-content .main-wrapper .text-field .editor p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22.5px;
  line-height: 1.6;
}
.about-content .main-wrapper .text-field .editor p strong {
  font-weight: 700;
}
.about-content .main-wrapper .text-field .editor a {
  color: #104cba;
  transition: all 0.3s ease;
}

.image-popup {
  mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  position: relative;
}
.image-popup img {
  transition: all 0.45s ease;
  height: 100%;
  width: 100%;
  max-height: 600px;
}

.about-mission-vision-field .content-field {
  padding: 125px 0;
}
.about-mission-vision-field .content-field .content {
  margin-bottom: 60px;
  opacity: 0.5;
  transition: 0.45s;
}
.about-mission-vision-field .content-field .content .title {
  color: #3e3e3e;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
.about-mission-vision-field .content-field .content .desc {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
.about-mission-vision-field .content-field .content .desc p,
.about-mission-vision-field .content-field .content .desc span {
  color: #3e3e3e;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
}
.about-mission-vision-field .content-field .content.active {
  opacity: 1;
}
.about-mission-vision-field .content-field .content.active .title {
  color: #104cba;
}

.product-box {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  transform: translateZ(0);
}
.product-box .image-field {
  display: block;
}
.product-box .image-field .image {
  overflow: hidden;
  transform: translateZ(0);
}
.product-box .image-field .image img {
  height: 275px;
  width: 100%;
  transition: 0.45s;
  object-fit: contain;
}
.product-box .info-field {
  height: 100%;
  transition: 0.45s;
  display: flex;
  justify-content: space-between;
  background-color: #ededed;
  position: relative;
  transition: 0.45s;
}
.product-box .info-field::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 1;
  background-color: #104cba;
  transition: 0.45s;
  border-right: 1px solid #fff;
}
.product-box .info-field .text-field {
  align-items: center;
  padding: 15px;
  z-index: 100;
}
.product-box .info-field .text-field .product-name {
  color: #333;
  line-height: 1.25;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 10px;
  z-index: 10;
}
.product-box .info-field .button-field .icon {
  width: 60px;
  height: 100%;
  background: #104cba;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.45s;
}
.product-box .info-field .button-field .icon svg {
  fill: #fdfeff;
  width: unset;
  height: unset;
}
.product-box .info-field:hover::before {
  left: 0;
}
.product-box .info-field:hover .text-field .product-name {
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
}

.kategoriler .urun-gruplari__img img {
  height: 315px;
}

.swiper_hero .swiper-slide {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.breadcrumb-area {
  padding-top: 95px;
  padding-bottom: 0px;
  background-image: url(../img/baytek-header-bg2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #c4cacf;
}
.breadcrumb-area .title {
  color: #27405f;
    margin-bottom: 0;
    line-height: 86px;
    font-size: 23px;
    word-break: break-word;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    display: block;
}
.breadcrumb-area .bread-tag {
  padding: 12px 4px;
    background: #fff;
    border-top-left-radius: 18px;
    max-width: max-content;
    margin-left: auto;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    margin-top: -11px;
}
.breadcrumb-area .bread-tag a {
  margin-right: 5px;
  margin-left: 5px;
  color: #27405f;
  font-size: 13px;
  font-weight: bold;
      font-family: 'Inter', sans-serif;
}
.breadcrumb-area .bread-tag span {
  color: #27405f;
}
.breadcrumb-area .bread-tag a.active {
  margin-left: 5px;
  color: #27405f;
  margin-right: 0;
  font-family: 'Inter', sans-serif;
}

.navbar-brand img {
 width: 164px;
    margin-top: -33px;
    position: relative;
    top: 14px;
}

.footer__top {
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
  margin-top: 50px;
}
.footer__top .footer__top-area {
  background: #104cba;
  border-radius: 10px;
  margin: 0;
  padding: 0 40px;
}
.footer__top .footer__top-area .footer__top-item-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-animation {
  animation: icon-animation 1.5s ease-in-out infinite;
}

.footer__top-item-info-icon i {
  color: #fff;
  border: 1px solid #a1928e;
  font-size: 30px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer__top-item-info-content span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer__top-item-info-content h5 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: #121212;
  font-weight: 600;
}
.footer__top-item-info-content h5 a {
  color: #fff;
}

.footer__top-item-logo {
  text-align: center;
}
.footer__top-item-logo a {
  display: inline-block;
  background: #fff;
  padding: 50px 60px;
  margin: -5px;
  border-radius: 10px;
  box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
}
.footer__top-item-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 99;
}

.footer {
  background-color: #f7f7f7;
}
.footer .social-media {
  padding: 140px 0 0 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer .social-media a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid #104cba;
  border-radius: 50%;
  color: #000;
}
.footer p.username {
  margin-bottom: 90px;
  margin-top: 10px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

.footer-bottom {
  position: relative;
}
.footer-bottom .copyright-text {
  position: relative;
  border-top: 1px solid #ddd;
  padding: 25px 0;
}
.footer-bottom .copyright-text .scroll-top {
  left: calc(50% - 16px);
  position: absolute;
  top: -30%;
  width: 40px;
  height: 40px;
  z-index: 99;
  color: #104cba;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 50px;
  border-radius: 9999px;
  background: #fff;
  border: 2px solid #104cba;
  animation: pulse 3s infinite;
}
.footer-bottom a {
  color: #104cba;
  font-weight: 500;
}

.sanatustuCopy a {
  color: #b7bac2 !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #b7bac2;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #b7bac2;
  font-size: 25px;
}

.blog-page .blog__item{
  margin-bottom: 30px;;
}


.navigation {
  bottom: 60px;
  position: absolute;
  z-index: 15;
  left: 85%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: max-content !important;
  width: max-content !important;
  justify-content: flex-end;
}

.navigation .promo-carousel-prev,
.navigation .promo-carousel-next {
  cursor: pointer;
  outline: unset !important;
  height: max-content !important;
  transition: 0.25s ease transform;
  opacity: 0.6;
}
.navigation .promo-carousel-prev svg,
.navigation .promo-carousel-next svg {
  width: 50px;
  height: 50px;
  transition: 0.25s ease transform;
}
.navigation .promo-carousel-prev svg path,
.navigation .promo-carousel-next svg path {
  fill: white;
  transition: 0.25s ease transform;
}
.navigation .promo-carousel-prev svg circle,
.navigation .promo-carousel-next svg circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  transition: 0.25s ease transform;
}
.navigation .promo-carousel-prev:hover,
.navigation .promo-carousel-next:hover {
  opacity: 1;
}
.navigation .promo-carousel-prev:hover .promo-chevron,
.navigation .promo-carousel-next:hover .promo-chevron {
  transform: translateX(-2px);
}

.navigation .promo-carousel-prev {
  margin-right: 15px;
}

.fabrika h2 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.fabrika p {
  line-height: 1.6;
  font-weight: 500;
}

.fabrika-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.item.sb {
  padding: 0;
}

.item.sb .gallery-one__single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-one__image img {
  width: 100%;
  height: 270px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.gallery-one__photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  cursor: pointer;
}

.gallery-one__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}

.gallery-one__content-inner {
  position: relative;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 15px;
  margin-top: 5px;
}

.gallery-one__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: #1C231F;
  opacity: 0.68;
}

.gallery-one__icon {
  width: 46px;
  height: 46px;
  display: flex;
  background: #104cba;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.gallery-one__single:hover .gallery-one__content {
  opacity: 1;
}

@keyframes icon-animation {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@media screen and (max-width: 1000px) {
  .fabrika-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  nav.navbar.navbar-transparent.white {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-transparent.inc-top-bar {
    margin-top: 50px !important;
  }
  nav.navbar.navbar-transparent.white .attr-nav {
    min-height: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    margin-left: 30px;
  }
  .navbar.navbar-fixed .attr-nav > ul > li {
    padding: 0px 0;
  }
  .navbar-transparent .attr-nav > ul > li.button a {
    background: #ffffff;
    color: #232323 !important;
  }
  nav.navbar .navbar-brand {
    padding: 20px 15px;
  }
  nav.navbar .navbar-brand {
    margin-top: 0;
  }
  nav.navbar.navbar-fixed.navbar-transparent .logo-display,
  nav.navbar.navbar-fixed.no-background .logo-display {
    display: block;
  }
  nav.navbar.navbar-fixed.navbar-transparent .logo-scrolled,
  nav.navbar.navbar-fixed.no-background .logo-scrolled {
    display: none;
  }
  nav.navbar li a {
    color: #333333;
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 13px;
    font-weight: 300;
  }
  nav.navbar ul.nav > li > a {
    color: #333333;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
  }
  nav.navbar ul.nav > li > a {
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 34px 13px;
    text-transform: uppercase;
  }
  nav.navbar li.dropdown ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 264px;
  }
  nav.navbar ul.nav.navbar-right .dropdown-menu {
    right: auto;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar ul.nav.navbar-right .dropdown-menu {
    right: auto;
  }
  nav.navbar li.dropdown ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 265px;
  }
  .navbar .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  nav.navbar li.dropdown ul.dropdown-menu > li > a {
    padding: 12px 12px;
    border-bottom: solid 1px #f5f5f5;
    color: #213752;
    font-size: 14px;
    text-transform: none;
    font-family: 'Inter', sans-serif;
  }
  nav.navbar li.dropdown ul.dropdown-menu > li > a:hover {
    color: #104cba;
  }
  .navbar-toggle {
    display: none;
  }
  .logo-display {
    display: none;
  }
  .e-katalog-mobile{
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
  .attr-nav {
    display: inline-block;
  }
  .navbar-header {
    float: left;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px !important;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
}
@media screen and (max-width: 1300px) {
  .about-mission-vision-field .image-field {
    width: 600px !important;
  }
  .about-mission-vision-field .image-field .text-field .text {
    padding: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar.navbar-transparent.white ul.nav > li > a {
    color: #000 !important;
  }
  nav.navbar .navbar-collapse.collapse.show .dropdown-menu {
    z-index: 30;
  }
  .attr-nav {
    margin-right: 0;
    float: right;
    margin-left: 13px;
  }
  .attr-nav > ul {
    padding: 0;
    margin: 0 0px 0px 0;
    display: none;
  }
  .e-katalog-mobile{
    display: block !important;
  }
  .navbar.navbar-fixed .attr-nav > ul > li {
    padding: 14px 0 !important;
  }
  nav.navbar.navbar-fixed .logo-display {
    display: none !important;
  }
  .attr-nav > ul li.button a {
    color: #fff;
  }
  nav.navbar .navbar-toggle {
    margin-left: 10px;
    font-size: 20px;
  }
  nav.navbar .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.navbar-fixed {
    padding: 15px 0;
  }
  nav.navbar .navbar-nav > li {
    float: none;
  }
  nav.navbar .navbar-nav > li:first-child > a {
    border-top: none;
  }
  nav.navbar .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 13px 0 !important;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }
  nav.navbar li.dropdown a.dropdown-toggle::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    transition: all 0.3ms ease-in-out;
  }
  li.dropdown.on a.dropdown-toggle::before {
    content: "\f078" !important;
    transition: all 0.3ms ease-in-out;
  }
  .attr-nav {
    display: flex !important;
    gap: 20px;
  }
  .dropdown-toggle::after {
    content: unset;
  }
}
@media screen and (max-width: 1050px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desc {
    font-size: 16px !important;
    line-height: 1.5;
  }
  .main-wrapper {
    grid-template-columns: 1fr;
  }
  .about-mission-vision-field {
    padding-top: 20px !important;
  }
  .about-mission-vision-field .content-field {
    padding: 20px 0 20px 0;
  }
  .about-mission-vision-field .content-field .content {
    margin-bottom: 30px !important;
  }
  .about-mission-vision-field .content-field .content:last-child {
    margin-bottom: 0 !important;
  }
  .about-mission-vision-field .image-field {
    position: unset !important;
    width: 100% !important;
    height: 100% !important;
  }
  .about-mission-vision-field .image-field .text-field .text {
    padding: 70px !important;
    font-size: 36px !important;
  }
  .footer__top .footer__top-area .footer__top-item-info {
    justify-content: center;
  }
  .mobile-mt-item {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .about-area.half-bg {
    padding: 120px 0;
  }
  .about-area .info .content {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .about-area.half-bg::after {
    display: none;
  }
  .blog__details-left {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .thumb {
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .about-area .info .content {
    margin: 0;
  }
  nav.navbar ul.nav li.dropdown > ul.dropdown-menu li > a {
    border: none !important;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-area {
    padding: 0 20px 50px 20px !important;
  }
  .about-area .thumb .thumb-inner::after {
    content: unset;
  }
  .about-area .thumb .thumb-inner img {
    max-width: 100%;
    max-height: 500px;
  }
  .about-area .info .content {
    margin-bottom: 0;
  }
  .brand-logos {
    display: block;
    padding: 0;
  }
  .brand-logos .svg-item::before, .brand-logos .svg-item::after {
    content: unset;
  }
  .brand-logos .client-title {
    background: #ef3139;
    padding: 20px;
  }
  .brand-logos .client-title .title {
    margin: 0;
  }
  .brand-logos .price-main {
    display: block;
    padding: 40px 30px;
  }
  .brand-logos .client-btn {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .page-padding.custom {
    padding: 15px 0 0 0;
  }
  .attr-nav {
    display: flex;
    gap: 20px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .blog__details-left img {
    height: 100%;
    max-height: 400px;
  }
  .blog__details-left .content h3 {
    font-size: 23px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .product-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .breadcrumb-area{
    padding-top: 140px;
  }  
  .breadcrumb-area .row{
    justify-content: center;
    flex-direction: column;
  }
  .breadcrumb-area .title {
    line-height: 60px;
  }
  .breadcrumb-area .row .col-xl-6{
    width: max-content;
  }
  .breadcrumb-area .bread-tag{
    margin-left: unset;
  }
  .grid-fiyat{
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}
@media screen and (max-width: 768px) {
  .footer__top-item-info-content h5 {
    font-size: 16px;
  }
  .footer__top-item-info-icon i {
    font-size: 25px;
    width: 60px;
    height: 60px;
  }
  .default-padding-top {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .about-area .thumb {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .about-area .info .content h2 {
    font-size: 26px;
  }
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .urun-gruplari .urun-gruplari__top {
    margin-bottom: 35px;
  }
  .urun-gruplari__title {
    font-size: 27px;
  }
  nav.navbar .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    float: none !important;
  }
  .fabrika-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-fiyat{
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}
@media screen and (max-width: 575px) {
  .blog__details-left {
    padding: 30px 20px;
  }
  .fabrika-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}




/* GENEL ALAN */
.premium-fiyat-section{
    background:#f2f4f8;
}

/* BAŞLIK */
.premium-title{
    font-size:32px;
    font-weight:700;
    color:#111;
}

.premium-subtitle{
    font-size:16px;
    color:#555;
    margin-top:8px;
}

/* SWIPER KART */
.premium-card{
    display:block;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    background:#fff;
    transition:all .5s ease;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.premium-card:hover{
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow:0 35px 80px rgba(0,0,0,0.18);
}

/* RESİM */
.premium-card-image{
    height:220px;
    overflow:hidden;
    background:#f7f7f7;
}

.premium-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .8s ease, filter .8s ease;
}

.premium-card:hover img{
    transform:scale(1.12);
    filter:brightness(0.95);
}

/* KART İÇERİK */
.premium-card-content{
    padding:20px;
}

.premium-card-content h4{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
    line-height:1.4;
}

/* PDF + YAZI */
.premium-card-info{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#666;
}

.pdf-badge{
    background:#e30613;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:4px 9px;
    border-radius:4px;
}

/* HOVER YAZI */
.premium-card:hover .open-text{
    color:#0d6efd;
}

/* CTA BUTON */
.btn-premium{
    background:#0d6efd;
    color:#fff;
    font-weight:600;
    padding:12px 30px;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}

.btn-premium:hover{
    background:#084db3;
}

/* SWIPER SLIDE */
.premium-fiyat-swiper .swiper-slide{
    padding:10px;
}

/* RESPONSIVE */
@media(max-width:1400px){ .premium-fiyat-swiper .swiper-slide{ width:auto; } }
@media(max-width:1200px){ .premium-fiyat-swiper .swiper-slide{ width:auto; } }
@media(max-width:992px){ .premium-fiyat-swiper .swiper-slide{ width:auto; } }
@media(max-width:768px){ .premium-fiyat-swiper .swiper-slide{ width:auto; } }
@media(max-width:480px){ .premium-fiyat-swiper .swiper-slide{ width:auto; } }


@media(max-width:480px){ 

.breadcrumb-area .bread-tag {
    margin-left: unset;
    display: none !important;
}


.breadcrumb-area .title {
    color: #27405f;
    margin-bottom: 0;
    line-height: 28px !important;
    font-size: 16px !important;
    word-break: break-word;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif;
    display: block;
    text-align: center;
}

}




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