﻿@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&amp;display=swap');*/
@import "/App_Themes/ManavReyonlari/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 !important;
}

html,
body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Colatera Soft";
  font-weight: 400;
  overflow-x: hidden;
}

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: #FF7F00;
}

::-moz-selection {
  color: #fff;
  background-color: #FF7F00;
}

::-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 {
  color: #000;
  line-height: 1.5;
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
}

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

.manav-topbar {
  padding: 10px 0 44px 0;
  background-color: #FF7F00;
}

.topbar-info-right {
  gap: 48px;
}

.topbar-info-right li {
  position: relative;
  color: #ffffff;
  font-size: 0.875rem;
}

.topbar-info-right li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #fff;
}



.topbar-info-right li span svg {
  width: 20px;
  height: 20px;
}

.phone path {
  stroke: #fff;
}

.manav-navbar {
  margin-top: -32px;
  box-shadow: 0px 14px 20px #00045e0a;
}

.manav-navbar .logo-header {
  width: 100%;
  height: 65px;
  margin-left: -21px;
  position: relative;
  top: 3px;
  object-fit: contain;
}

.manav-header-contact::before,
.manav-navbar-right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: rgba(110, 179, 86, 0.1);
}

.manav-navbar-right::before {
  left: -37px;
}

.manav-navmenu>ul>.has-submenu {
  position: relative;
}

.manav-navmenu>ul>.has-submenu:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.manav-navmenu>ul>.has-submenu ul {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 14px 20px #00045e0a;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.manav-navmenu>ul>.has-submenu ul li a {
  padding: 8px 15px;
  display: block;
  transition: 0.3s all ease-in-out;
  color: #a5a5a5;
}

.manav-navmenu>ul>.has-submenu ul li a:hover {
  padding-left: 20px;
  color: #FF7F00;
}

.gshop-navmenu>ul>.has-submenu>ul li+li a {
  border-top: 1px solid #e9e9e94d;
}

.manav-navmenu ul li a {
  display: inline-block;
  padding: 24px 9px;
  font-weight: 500;
  color: #5d6374;
  font-size: 16px;
  text-transform: capitalize;
}

.manav-navmenu>ul>.has-submenu a span i {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 4px;
}

.manav-navmenu>ul>.has-submenu>ul li+li a {
  border-top: 1px solid #e9e9e94d;
}

.manav-header-icons {
  gap: 24px;
}

.manav-header-icons .header-icon {
  padding: 0;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}

.manav-header-icons .header-icon svg {
  width: 20px;
  height: 20px;
}

.manav-header-icons .header-icon svg path {
  transition: 0.3s all ease-in-out;
}

.manav-header-icons .header-icon:hover svg path {
  fill: #FF7F00;
}

.manav-offcanvas-btn {
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  margin-right: -1px;
}

.manav-offcanvas-btn svg path {
  stroke: #FF7F00;
  fill: #FF7F00;
}

.manav-header-contact::before {
  left: -24px;
}

.manav-header-contact .icon {
  width: 50px;
  height: 50px;
  background-color: #6eb3561a;
}

.manav-header-contact .icon svg {
  width: 23px;
  height: 23px;
}

.manav-header-contact .icon svg path {
  stroke: #FF7F00;
}

.text-muted {
  color: #9b9bb4;
  font-size: 0.875rem;
}

.ms-3 h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #191d28;
  font-size: 0.87rem;
}

.ms-7 {
  margin-left: 3rem;
}

.manav-header-search .dropdown-menu {
  min-width: 20rem;
  padding: 16px;
  box-shadow: 0px 14px 20px #00045e0a;
  border-radius: 4px;
}

.search-form input {
  border: 1px solid #e9e9e9;
  padding: 11px 16px;
  border-radius: 5px 0 0 5px;
  width: 100%;
}

.search-form .submit-icon-btn-secondary {
  width: 48px;
  height: 48px;
  background-color: #FF7F00;
  color: #fff;
  text-align: center;
  line-height: 48px;
  flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}

.header-sticky.sticky-on {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 14px 20px #00045e0a;
  z-index: 50;
  animation: 1s fadeInDown;
}

.header-sticky.sticky-on .manav-topbar {
  display: none !important;
}

.header-sticky.sticky-on .manav-navbar {
  margin-top: 0;
  box-shadow: unset;
}

.manav-header-search.show .search-box {
  display: flex;
  position: absolute;
  inset: 30px 0px auto auto;
}

.offcanvas_menu {
  top: 0;
  right: -425px;
  z-index: 100;
  background: #fff;
  max-width: 400px;
  height: 100vh;
  overflow: hidden;
  padding: 35px 30px;
  box-shadow: 0px 14px 20px #00045e0a;
  transition: 0.4s;
}

.offcanvas_menu .offcanvas-close {
  position: absolute;
  right: 25px;
  top: 40px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #ff04060d;
  color: #ff0406;
  border-radius: 50%;
}

.offcanvas_menu .offcanvas-content h4 {
  font-weight: 700;
  line-height: 1.3;
  color: #191d28;
  font-size: 1.5rem;
}

.offcanvas_menu .offcanvas-content h5 {
  font-weight: 700;
  line-height: 1.3;
  color: #191d28;
  font-size: 1.25rem;
}

.offcanvas_menu .btn-primary {
  color: #fff;
  background-color: #FF7F00;
  border-color: #FF7F00;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
}

.offcanvas_menu.active {
  right: 0;
}

.offcanvas_menu.active .offcanvas-close {
  animation: 1s fadeInRight;
}

.offcanvas_menu.active .logo-wrapper {
  animation: 1s theme_fadeInUp;
}

.offcanvas_menu.active .offcanvas-content {
  animation: 1.2s theme_fadeInUp;
}

.offcanvas_menu.active .offcanvas-contact {
  animation: 1.3s theme_fadeInUp;
}

address a {
  margin-top: 6px;
  margin-bottom: 4px;
  display: block;
}

.offcanvas_menu.active .offcanvas_social {
  animation: 1.5s theme_fadeInUp;
}

.social-contact {
  display: flex;
  align-items: center;
}

.social-contact a {
  color: #FF7F00;
  display: block;
  margin-right: 5px;
  border: 1px solid #f4f4f4;
  background-color: #191d2803;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-contact a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.mobile-menu ul li {
  display: block;
}

.mobile-menu ul li a {
  display: block;
  padding: 10px 0;
  color: #5d6374;
  font-weight: 500;
  border-bottom: 1px solid #e9e9e94d;
}

.mobile-menu ul li ul {
  padding-left: 10px;
  display: none;
}

.mobile-menu ul li ul li a {
  font-size: 14px;
}

.mobile-menu ul li ul li a svg {
  margin-right: 7px;
  width: 23px;
  height: 23px;
}

.mobile-menu ul li.has-submenu>a span {
  transition: all 0.3s ease-in-out;
}

.has-submenu a span {
  margin-top: -2px;
}



.section_title {
  position: relative;
}

.section_title .sm_title {
  font-family: "Maode";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #FF7F00;
  padding: 0 0 12px;
  margin: 0px;
}

.section_title .title {
  position: relative;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  color: #0F3567;
  margin: 0px;
}

.blog-index {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}

.blog_post {
  padding-top: 40px;
}

.blog_box {
  padding-top: 40px;
  transform: translateY(0px);
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s all ease-in-out;
}

.blog_box .blog_inner {
  position: relative;
  padding-left: 70px;
  background: #fff;
  box-shadow: 0 5px 22px 0px #0f35670d;
  border-radius: 20px;
}

.blog_box .blog_inner .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 270px;
  top: -40px;
  transition: 0.3s all ease-in-out;
}

.blog_box .blog_inner .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog_box .blog_inner .content {
  position: relative;
  top: -15px;
  padding: 10px 20px 20px 0px;
}

.blog_box .blog_inner .content p {
  font-size: 17px;
  line-height: 23px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog_box .blog_inner .content p span {
  font-size: 17px;
}

.blog_box .blog_inner .content .rd_more {
  color: #696E77;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  transition: 0.5s ease-in-out;
}

.blog_box .blog_inner .content .rd_more i {
  margin-left: 5px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  transition: 0.3s ease-in-out;
}

.blog_box .blog_inner .content .rd_more:hover {
  color: #FF7F00 !important;
}

.blog_box .blog_inner .content .rd_more:hover i {
  color: #FF7F00;
}

.blog_box .vertical_text_1 {
  position: absolute;
  top: 30px;
  left: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.blog_box .vertical_text_1 .date_tm {
  font-size: 19px;
  color: #0F3567;
  line-height: 30px;
  font-weight: 500;
}

.blog_box .vertical_text_1 .date_tm i {
  color: #FF7F00;
  position: relative;
  top: -5px;
}

.blog_box:hover {
  transform: translateY(-10px);
}

.blog_box:hover .hover_1 .oh {
  opacity: 0.7;
  bottom: 0;
  transform: translateY(0%);
}

.hover_1 .oh {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  left: 0;
  background: #FF7F00;
  transition: 0.3s ease-in-out;
  bottom: -50%;
  transform: translateY(50%);
  opacity: 0;
}

.hover_1 .oh.ho_2 {
  transition: 0.5s ease-in-out;
  left: 25%;
  transform: translateY(40%);
}

.hover_1 .oh.ho_3 {
  transition: 0.7s ease-in-out;
  left: 50%;
  transform: translateY(20%);
}

.hover_1 .oh.ho_4 {
  transition: 0.9s ease-in-out;
  transform: translateY(30%);
  left: 75%;
}

.title_22 {
  font-size: unset;
  line-height: unset;
  margin-bottom: 0px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #0F3567;
}

.title_22 a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #FF7F00;
  display: block;
  margin-bottom: 15px;
}

.information-section {
  border: 1px solid #e4e7ee;
  padding: 35px 0 15px 0;
}

.icon_box_all {
  position: relative;
}

.icon_box_all .icon_content {
  display: flex;
}

.icon_box_all .icon_content .icon {
  min-width: 60px;
  padding-top: 5px;
}

.icon_box_all .icon_content .icon img {
  width: 40px;
  height: auto;
}

.icon_box_all .icon_content .text_box {
  min-height: 80%;
}

.icon_box_all .icon_content .text_box h2 {
  line-height: normal;
}

.icon_box_all .icon_content .text_box h2 a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  color: #282f3b;
}

.icon_box_all .icon_content .text_box p {
  margin-bottom: 15px;
  font-weight: 500;
  opacity: 0.8;
  font-size: 17px;
  font-family: "Maode";
}

.urun-gruplari-section {
  padding: 70px 0;
}

.product-box .product-image img {
  height: 190px !important;
}

.product-box {
  background: linear-gradient(149.8deg, #f7f6f2 17.21%, #f7f6f2 79.21%) !important;
}

.mr-donate__section-title {
  padding-bottom: 50px;
}

.mr-section-subtitle {
  font-size: 16px;
  color: #FF7F00;
  font-family: "Maode";
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
}

.mr-section-subtitle::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #fe7f4c;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.mr-section-subtitle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #07847f;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.tp-section-title {
  font-size: 37px;
  color: #1e3737;
  font-weight: 600;
  line-height: 1.2;
}

.mr-donate__section-arrow {
  padding-bottom: 50px;
}

.mr-donate__section-arrow .test-next {
  margin-right: 20px;
}

.mr-donate__section-arrow .test-next button {
  box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
  height: 40px;
  width: 40px;
  line-height: 42px;
  background-color: #fff;
  color: #FF7F00;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.mr-donate__section-arrow .test-prev button {
  box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #FF7F00;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
  line-height: 42px;
}

.banner-two__single {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.35s;
}

.banner-two__single .banner-two__count {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  z-index: 12;
  letter-spacing: 1px;
  white-space: nowrap;
}

.banner-two__single .banner-two__count svg {
  width: 40px;
  height: 40px;
}

.banner-two__single .banner-two__count svg path {
  fill: #fff;
}

.banner-two__single .banner-two__count img {
  width: 40px;
  height: 40px;
}

.banner-two__single .banner-two__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.banner-two__single .banner-two__image::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s;
}

.banner-two__single .banner-two__image img {
  max-width: 100%;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.banner-two__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
  padding: 32px 30px 30px;
  text-align: center;
  transition: all 0.35s;
}

.banner-two__content::before,
.banner-two__content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 50%;
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1;
}

.banner-two__content::before {
  top: 0;
  left: 0;
}

.banner-two__content::after {
  bottom: 0;
  right: 0;
  border-radius: 0 0 10px 10px;
}

.banner-two__subtitle {
  color: #FF7F00;
  font-size: 17px;
  position: relative;
  z-index: 11;
  font-weight: 500;
}

.banner-two__subtitle a {
  color: inherit;
}

.banner-two__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 11;
}

.banner-two__arrow {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF7F00;
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  transition: all 0.35s;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1;
  opacity: 0;
}

.banner-two__link-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.banner-two__single:hover .banner-two__content::before,
.banner-two__single:hover .banner-two__content::after {
  width: 100%;
}

.banner-two__single:hover .banner-two__title {
  color: #1C231F;
}

.banner-two__single:hover .banner-two__arrow {
  top: -23px;
  opacity: 1;
}

.owl-urun_gruplari_home.owl-theme .owl-dots .owl-dot.active span,
.owl-urun_gruplari_home.owl-theme .owl-dots .owl-dot:hover span {
  background: #FF7F00;
}

.owl-urun_gruplari_home.owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
  width: 12px;
  height: 13px;
  transition: 0.3s all ease-in-out;
}

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

.z-1 {
  z-index: 1;
}

.manav-hero {
  margin-top: -55px;
  background-color: #fff;
}

.manav-hero .leaf-shape {
  right: 60px;
  top: 40px;
  z-index: 10;
  animation: 6s upsdown_animation linear infinite;
}

.manav-hero .hero-circle {
  animation: 25s rotate_animation linear infinite;
}

.manav-hero .mango {
  bottom: 0;
  left: 100px;
  z-index: 10;
}

.manav-hero .circle-sm {
  left: 12%;
  top: 240px;
  z-index: 10;
}

.z--1 {
  z-index: -1;
}

.manav-subtitle {
  font-family: "Oleo Script", cursive;
  font-weight: 400;
}

.manav-hero-slider .manavp-hero-single.swiper-slide-active .manav-subtitle {
  animation: 0.8s fadeInDown;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active h1,
.manav-hero-slider .manav-hero-single.swiper-slide-active .h1 {
  animation: 0.8s theme_fadeInUp;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active .manav-subtitle {
  animation: 0.8s fadeInDown;
}

.text-secondary {
  color: #FF7F00 !important;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 700;
  line-height: 1;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active p {
  animation: 1s theme_fadeInUp;
}

.hero-left-content p {
  font-size: 1.3rem !important;
  font-family: "Maode";
  color: #fff;
  font-weight: 400;
  margin-bottom: 2rem;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active .btn-secondary {
  animation: 1.2s theme_fadeInUp;
}

.btn-first-hero {
  padding: 18px 30px;
  background-color: #FF7F00;
  border-radius: 8px;
  color: #fff;
  position: relative;
  border: 1px solid #FF7F00;
  overflow: hidden;
}

.btn-first-hero::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: #fff;
  z-index: -1;
}

.btn-first-hero::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: #fff;
  z-index: -1;
}

.btn-first-hero:hover {
  color: #1a7722;
  border-color: #1a7722;
  background-color: transparent;
}

.btn-first-hero:hover::after {
  right: 0;
}

.btn-first-hero:hover::before {
  left: 0;
}

.btn-second-hero {
  padding: 18px 30px;
  background-color: #FF7F00;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #FF7F00;
  margin-left: 0;
}

.btn-second-hero:last-child{
  background-color: #FF7F00;
  border-color: #FF7F00;
}

.btn-second-hero:last-child:hover{
  background-color: transparent;
  border-color: #FF7F00;
  color: #FF7F00;
}

.btn-second-hero:hover {
  color: #FF7F00;
  border-color: #FF7F00;
  background-color: transparent;
}

.btn-second-hero::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: #fff;
  z-index: -1;
}

.btn-second-hero::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: #fff;
  z-index: -1;
}

.btn-second-hero:hover::after {
  right: 0;
}

.btn-second-hero:hover::before {
  left: 0;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active .hero-img {
  transform: translateY(-50%) scale(0.9);
  opacity: 1;
}

.manav-hero-slider .manav-hero-single .hero-img {
  z-index: 10;
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  transition: 0.8s;
  height: 650px;
  object-fit: contain;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active .tree {
  animation: 0.8s fadeInUp;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active .orange-1 {
  animation: 1s fadeInDown;
}

.manav-hero-slider .manav-hero-single .orange-1 {
  top: 30%;
  left: -100px;
}

.manav-hero-slider .manav-hero-single .orange-2 {
  top: 50%;
  left: -100px;
}

.manav-hero-slider .manav-hero-single.swiper-slide-active .orange-2 {
  animation: 1s fadeInUp;
}

.manav-hero .manav-hero-slider-pagination {
  left: auto;
  right: 40px;
  width: auto;
  bottom: auto;
  z-index: 10;
}

.theme-slider-control span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  margin: 0 1px !important;
  transition: all 0.3s ease-in-out;
}

.theme-slider-control span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #FF7F00;
}

.theme-slider-control span.swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e99766;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.theme-slider-control span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #FF7F00;
}

.manav-hero .manav-hero-slider-pagination span {
  display: block !important;
}

.content .descs {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 100px;
}

@keyframes upsdown_animation {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(25px);
  }

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

@keyframes rotate_animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.main-products {
  margin: 80px 0 130px;
  position: relative;
  height: max-content;
}

.main-products .container.lot {
  padding: 70px 70px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  position: relative;
}

.main-products .product-slide {
  overflow: hidden;
  width: 100%;
}

.main-products .slide-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  background: #fff;
}

.main-products .slide-arrow .slide-btn {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  cursor: pointer;
}

.main-products .slide-arrow .slide-btn svg {
  stroke: #40456a;
  opacity: 0.5;
  transition: 0.4s;
}

.main-products .slide-arrow .slide-btn:hover svg {
  stroke: #FF7F00;
  opacity: 1;
}

.main-products .slide-arrow .slide-btn.btn-prev {
  margin-right: 15px;
}

.product-box {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  border-radius: 5px;
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  border: none;
  transition: 0.3s all ease-in-out;
}

.product-box .product-image {
  text-align: center;
  padding: 20px;
  position: relative;
}

.product-box .product-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.product-box .product-detail a {
  color: #222;
  display: block;
}

.product-box .product-detail a h6.name {
  font-weight: 500;
  line-height: 22px;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  font-family: 'Futura Round';
}

.product-box:hover .product-image a img {
  transform: scale(1.1);
}

.products-link-box {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  max-width: 250px;
}

.products-link-box .products-link-btn {
  padding: 10px 10px;
  width: 100%;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-top: 10px;
  color: #4a5568;
  border-radius: 50px;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.products-link-box .products-link-btn .add-icon {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  color: #FF7F00;
  position: absolute;
  right: 12px;
  font-size: 17px;
}

.custom-slide-dots.owl-theme .owl-dots {
  position: absolute;
  top: -55%;
  right: 0;
}

.custom-slide-dots.owl-theme .owl-dots .owl-dot span {
  transition: 0.3s all ease-in-out;
  margin-right: 0;
}

.custom-slide-dots.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FF7F00;
  width: 25px;
  height: 8px;
}

.content-dots {
  padding-bottom: 50px;
  flex-direction: column;
  align-items: end;
}

.content-dots a {
  width: unset;
  color: #918f8f;
  font-size: 15px;
  margin-bottom: 5px;
}

.products-slider-pagination {
  width: unset !important;
  margin-right: 0;
}

.products-slider-pagination .swiper-pagination-bullet {
  transition: 0.3s all ease-in-out;
}

.products-slider-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background-color: #FF7F00;
  border-radius: 8px;
}

.call_to_action {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.call_to_action .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.call_to_action .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000000ba;
  opacity: 0.92;
  z-index: 1;
}

.call_to_action .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call_to_action .left_content {
  position: relative;
  padding: 150px 120px;
}

.call_to_action .left_content .main_content {
  position: relative;
  z-index: 2;
}

.call_to_action .left_content .main_content h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #FF7F00;
  margin-bottom: 25px;
  transition: 0.5s ease-in-out;
  font-family: "Rubik", sans-serif;
}

.call_to_action .left_content .main_content h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.call_to_action .left_content .main_content p {
  color: #fff;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  font-family: "Maode";
  font-size: 20px;
}

.call_to_action .bottom_content {
  position: relative;
}

.call_to_action .bottom_content .button_content {
  display: inline-block;
  position: relative;
  top: 9px;
}

.call_to_action .bottom_content .button_content a {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 30px;
  background: #FF7F00;
  color: #fff;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 0;
  border: 1px solid #FF7F00;
  position: relative;
}

.call_to_action .bottom_content .button_content a::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: #fff;
  z-index: -1;
}

.call_to_action .bottom_content .button_content a::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #fff;
  z-index: -1;
}

.call_to_action .bottom_content .button_content a i {
  margin-left: 8px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.call_to_action .call_content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.call_to_action .bottom_content .call_content a.icon-phone-call1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 5px;
  font-size: 43px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: 1px dashed #ffffff;
  margin: auto;
  pointer-events: all;
}

.call_to_action .bottom_content .call_content .content_bx {
  margin-left: 70px;
  padding-top: 9px;
  text-align: left;
}

.call_to_action .bottom_content .call_content .content_bx h2 {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
  word-break: break-word;
}

.call_to_action .bottom_content .call_content .content_bx p {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline !important;
  margin: 0px;
  padding: 0;
  border: 0px;
}

.call_to_action .bottom_content .call_content .content_bx p a {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  padding: 75px 10px 10px 10px;
  margin-top: -50px;
  list-style: none;
}

.breadcrumb .breadcrumb-content {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  justify-content: space-between;
}

.breadcrumb .breadcrumb-content .title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.breadcrumb .breadcrumb-content .title h1 {
  font-size: 26px;
  font-family: 'Maode';
  font-weight: 900;
  color: #504f4f;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.breadcrumb .breadcrumb-content .path-site {
  width: max-content;
  display: grid;
}

.breadcrumb .breadcrumb-content .path-site ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-content .path-site ul li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin: 0 10px;
}

.breadcrumb .breadcrumb-content .path-site ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background-color: #4d4c4b;
  right: -11px;
  top: 1px;
}

.breadcrumb .breadcrumb-content .path-site ul li a {
  color: #4d4c4b;
  font-family: "Maode";
  font-size: 18px;
}

.custom_padding.page {
  padding: 60px 0;
}

.breadcrumb-content .path-site ul li a.active {
  color: #FF7F00;
}

.urunler-sidebar {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  padding: 20px 25px;
  border: 1px solid #cbcbcb;
  transition: 0.3s all ease-in-out;
  height: max-content;
  border-radius: 7px;
}

.urunler-sidebar ul {
  display: block;
}

.urunler-sidebar ul li {
  transition: 0.3s all ease-in-out;
}

.urunler-sidebar ul li a {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #292828;
  padding: 20px 0;
  transition: 0.3s all ease-in-out;
}

.urunler-sidebar ul li a svg {
  width: 45px;
  height: 45px;
  transition: 0.3s all ease-in-out;
}

.urunler-sidebar ul li a svg path {
  transition: 0.3s all ease-in-out;
}

.urunler-sidebar ul li.active a {
  color: #FF7F00;
}

.urunler-sidebar ul li.active a svg path {
  fill: #FF7F00;
}

.urunler-sidebar ul li+li {
  border-top: 2px solid #cbcbcb;
}

.urun-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
  transition: 0.3s all ease-in-out;
  padding-left: 20px;
}

.urunler-sidebar-mockup {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  padding: 20px 25px;
  border: 1px solid #cbcbcb;
  transition: 0.3s all ease-in-out;
  margin-top: 30px;
  height: max-content;
  border-radius: 7px;
}

.urunler-sidebar-mockup a {
  display: block;
  color: #292828;
  font-weight: 400;
}

.urunler-sidebar-mockup a img {
  width: 100%;
  height: 215px;
  object-fit: contain;
}

.urunler-sidebar-mockup a span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 13px;
}

.urunler-sidebar-mockup a span svg {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.urunler-sidebar-mockup a span svg path {
  fill: #FF7F00;
}

.pagination-section {
  border: 1px solid #ededed;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 20px 0 20px;
}

.pagination-section .pagination {
  display: inline-block;
  padding: 10px 0;
  list-style: none;
}

.pagination-section .pagination li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.pagination-section .pagination li a {
  color: #333;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 4px;
  display: block;
  transition: 0.3s;
}

.pagination-section .pagination li.active a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  background: #FF7F00;
  border: 0;
  border-radius: 4px;
}

.pagination-section .pagination-text {
  font-size: 14px;
  color: #666;
  line-height: 38px;
}

.materialContainer {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}

.materialContainer label {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  opacity: 0.89;
}

.materialContainer .btn {
  position: relative;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 0;
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-color: unset;
  border: 1px solid #FF7F00;
  font-family: "Colatera Soft";
}

.materialContainer .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #FF7F00;
  transition: all 0.5s;
}

.materialContainer .btn:hover {
  color: #232323;
  border-color: #FF7F00;
  background-color: transparent;
}

.materialContainer .btn:hover::before {
  opacity: 0;
  transform: scale(0.5);
}

.form-control {
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
  font-family: "Urbanist", sans-serif;
}

.form-control:checked,
.form-control:focus {
  border: 1px solid #FF7F00 !important;
  box-shadow: 0 0 0 0.25rem rgba(237, 110, 34, 0.13);
  background-color: #eff2f7;
}

.contact-details {
  background-color: #eff2f7;
  height: 100%;
  padding: calc(21px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}

.contact-details .contact-box {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}

.contact-details .contact-box .contact-icon {
  width: calc(35px + 10 * (100vw - 320px) / 1600);
  height: calc(35px + 10 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.contact-details .contact-box .contact-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FF7F00;
  opacity: 0.12;
  border-radius: 100%;
  z-index: 0;
}

.contact-details .contact-box .contact-icon svg {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  stroke: #FF7F00;
}

.contact-details .contact-box .contact-title {
  width: calc(80% - 80px);
  margin-left: calc(10px + 10 * (100vw - 320px) / 1600);
}

.contact-details .contact-box .contact-title h4 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 5px 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  width: max-content;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 26px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  width: 100%;
}

.contact-details .contact-box .contact-title p a {
  color: #232323;
  font-family: "Urbanist", sans-serif;
}

.contact-details .contact-box .contact-title p+p {
  margin-top: 0;
  margin-bottom: -4px;
}

.contact-section {
  padding-top: 70px;
}

.contact-section .location-map iframe {
  width: 100%;
  height: calc(300px + 140 * (100vw - 320px) / 1600);
  margin-bottom: -6px;
}

/*SUCCESS FORM*/
.success-form {
  display: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #FF7F00;
  align-items: center;
  font-family: "Rubik", 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: #FF7F00;
  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;
}

.urun-gruplari-menu {
  top: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  list-style-type: none;
  position: absolute;
  left: 7%;
  z-index: 259;
  margin: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #ebd4c6;
  border-radius: 10px;
  font-size: 16px;
  min-width: 270px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.font-heading {
  font-family: "Rubik", sans-serif;
  color: #253D4E;
  font-weight: 700;
  line-height: 1.2;
}

.urun-dropdown-inner {
  display: flex;
  min-width: 412px;
}

.urun-dropdown-inner ul li {
  display: flex;
  align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #F2F3F4;
  padding: 9px 18px;
  margin: 0 15px 15px 0;
  height: 50px;
  transition: 0.3s;
}

.urun-dropdown-inner ul li:hover {
  border: 1px solid #ebd4c6;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.urun-dropdown-inner ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: #253D4E;
  font-size: 15px;
  font-family: "Colatera Soft";
}

.urun-dropdown-inner ul li a svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: 0.3s;
}

.urun-dropdown-inner ul li a svg path {
  transition: 0.3s;
}

.urun-dropdown-inner ul li a:hover {
  color: #FF7F00;
  background-color: transparent;
}

.urun-dropdown-inner ul li a:hover svg path {
  fill: #FF7F00;
}

.urun-dropdown-inner ul li a img {
  max-width: 30px;
  margin-right: 15px;
}

.more_categories {
  margin-top: 15px;
  color: #FF7F00;
  position: relative;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_categories a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.more_categories a:hover {
  color: #FF7F00;
}

.heading-sm-1 {
  font-size: 14px;
  color: #253D4E;
  font-weight: 500;
  line-height: 1.2;
}

.urun-gruplari-a {
  display: block;
}

.urun-gruplari-a span {
  font-size: 14px;
  margin-left: 0.25rem !important;
  float: right !important;
  margin-top: -2px;
}

.urun-gruplari-a span i {
  font-size: 12px;
  margin-top: 4px;
  margin-left: 4px;
}

.big-menu:hover .urun-gruplari-menu {
  opacity: 1;
  visibility: visible;
}

.urun-dropdown-inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.thumbs-sm-slide {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumbs-sm-slide .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.thumbs-sm-slide .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs-sm-slide .swiper-slide img,
.urun-big-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
}

.vertical-slide .thumbs-sm-slide {
  height: 93%;
}

.vertical-slide .thumbs-sm-slide .swiper-slide {
  transition: 0.3s all ease-in-out;
  border-radius: 1px;
}

.vertical-slide .thumbs-sm-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-slide .thumbs-sm-slide .swiper-slide-thumb-active {
  border: 1px solid #FF7F00;
  padding: 1px;
}

.vertical-slide .button-urun-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.vertical-slide .button-urun-box button.urun-slide-btn {
  width: 30px;
  height: 30px;
  transition: all 250ms ease-in-out;
}

.vertical-slide .button-urun-box button.urun-slide-btn:hover {
  background-color: #FF7F00;
  color: #fff;
}

.urun-big-slide {
  height: 500px;
}

.urun-big-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.right-content-urun .buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.right-content-urun .buttons .kategori-btn {
  padding: 20px;
  color: #FF7F00;
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  border-radius: 8px;
  font-size: 14px;
}

.right-content-urun .buttons .kategori-btn span {
  font-weight: 500;
  font-size: 15px;
  color: #282f3b;
  margin-right: 5px;
  display: inline-block;
}

.right-content-urun .buttons .stok-kod-btn {
  padding: 20px;
  color: #fff;
  background: #FF7F00;
  border-radius: 8px;
  font-size: 14px;
}

.right-content-urun .buttons .stok-kod-btn span {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
}

.urun__social-media {
  margin-top: 25px;
}

.urun__social-media ul {
  margin: 0;
  padding: 0;
}

.urun__social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.urun__social-media ul li a {
  transition: all 0.3s ease 0s;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4d4c4b;
  color: #fff;
}

.urun__social-media ul li a:hover {
  background-color: #FF7F00;
}

.product-info-tabs {
  position: relative;
  display: block;
  margin: 85px 0 0 0;
  padding: 0rem 0 3rem 0.1rem;
}

.product-info-tabs .tab-btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.product-info-tabs .tab-btns li {
  position: relative;
  float: left;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
  padding: 14.5px 15px;
  min-width: max-content;
  transition: all 500ms ease;
  cursor: pointer;
  max-height: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  font-family: "Urbanist", sans-serif;
  background-color: rgb(231, 229, 229);
  flex: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-info-tabs .tab-btns li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.product-info-tabs .tab-btns li.active-btn {
  background-color: #FF7F00;
  color: #fff;
  border-color: #FF7F00;
}

.tab .inner-box {
  display: block;
}

.product-info-tabs .tabs-content .inner-box .top-content {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 30px;
}

.product-info-tabs .tabs-content .inner-box .top-content p {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  margin: 0px;
}

.tabs-content .tab {
  display: none;
}

.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  display: block !important;
}

.active-tab .top-content {
  border: 1px solid #ddd;
}

.main-products.detay {
  margin: 0 0 130px 0;
}

.blog-content-page {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.blog-content-page .img-content {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.blog-content-page .img-content img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}

.blog-content-page .img-content .blog-time {
  position: absolute;
  top: 9px;
  left: -30px;
  transition: 0.3s all ease-in-out;
}

.blog-content-page .img-content .blog-time span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #FF7F00;
  padding: 12px 30px;
  border-radius: 0px 20px 20px 0px;
  transition: 0.3s all ease-in-out;
}

.blog-content-page .txt_ {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 400;
  margin-top: 30px;
  color: #454545;
  transition: 0.3s all ease-in-out;
}

.blog-content-page .txt_ p {
  margin-bottom: 0;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px !important;
}

.blog-content-page .txt_ p span {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px !important;
}

.blog-content-page .txt_ p+p {
  margin-top: 12px;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section {
  background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%);
  margin-bottom: 40px;
  padding: 40px 30px;
  height: 100%;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section h2.lastest-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section h2.lastest-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #FF7F00;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.blog-lastest-section h2.lastest-title:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #FF7F00;
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-lastest-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
  float: left;
  vertical-align: middle;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li .lastest-content {
  margin-left: 20px;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li .lastest-content h6 {
  line-height: 1;
  margin-bottom: 5px;
  color: #1d2c38;
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li .lastest-content h6 a {
  color: #1d2c38;
  line-height: 1.3;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li .lastest-content .recent-widget-date {
  font-size: 14px;
  color: #454545;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  transition: 0.3s all ease-in-out;
}

.blog-lastest-section ul li:not(:last-child) {
  border-bottom: 1px solid #e0e3e6;
}

.pagination-custom {
  margin: 0;
  padding: 0;
  margin-left: -5px;
}

.pagination-custom li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

.pagination-custom li a {
  border: 1px solid #E7E7E7;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  transition: 0.4s;
  color: #000;
  font-family: "Rubik", sans-serif;
}

.pagination-custom li a.active {
  background: #FF7F00;
  color: #fff;
  border-color: #FF7F00;
}

.image_boxes {
  position: relative;
  min-height: 560px;
  display: inline-block;
}

.image_boxes .background_image {
  position: absolute;
  min-width: 740px;
  left: -165px;
  height: 596px;
  top: -33px;
}

.image_boxes .image {
  position: relative;
  width: 270px;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}

.image_boxes .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_boxes .image.one {
  float: left;
}

.image_boxes .image.two {
  position: absolute;
  right: -300px;
  margin-top: 100px;
}

.image_boxes .video_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}

.image_boxes .video_box:before,
.image_boxes .video_box:after {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
  z-index: 0;
}

.image_boxes .video_box:after {
  animation-delay: 0.4s;
}

.image_boxes a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px !important;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center !important;
  border-radius: 50%;
  background: #FF7F00;
  background-image: inherit;
  z-index: 10;
}

.image_boxes a i {
  font-size: 55px;
}

.image_boxes .authour_quotes {
  position: absolute;
  width: 330px;
  bottom: 30px;
  left: 0;
  padding: 25px 25px 18px;
  border-radius: 10px;
  background: #FF7F00;
  z-index: 2;
}

.image_boxes .authour_quotes i {
  font-size: 50px;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.image_boxes .authour_quotes h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 26px;
  margin-bottom: 8px;
}

.image_boxes .authour_quotes p {
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 40px 0px 0px;
}

.content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content p {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  opacity: 0.8;
  font-family: 'Urbanist', sans-serif;
}

.pd_top_90 {
  padding-top: 90px !important;
}

.pd_bottom_20 {
  padding-bottom: 20px;
}

.title_all_box {
  position: relative;
}

.title_all_box .before_title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #FF7F00;
  text-decoration: underline;
}

.title_all_box .title {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0px 0px 10px 0px;
  transition: 0.5s ease-in-out;
  word-break: break-word;
}

.time_line_section {
  position: relative;
}

.time_line_section .swiper-container {
  padding-top: 90px;
}

.time_line_section .swiper-button-next {
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
}

.time_line_section .swiper-button-prev {
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
}

.time_line_section .swiper-button-next::before {
  border-radius: 0px 10px 0px 10px;
}

.time_line_section .swiper-button-next {
  right: -60px;
}

.time_line_section .swiper-button-prev {
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  left: -60px;
}

.time_line_section .swiper-button-next::before,
.time_line_section .swiper-button-prev::before {
  content: "\f104";
  box-shadow: inherit;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid #e4e7ee;
  position: absolute;
  font-family: "FontAwesome" !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #282f3b;
  transition: all 0.5s ease;
}

.time_line_section .swiper-button-next::before {
  content: "\f105";
}

.time_line_section .swiper-button-next::after,
.time_line_section .swiper-button-prev::after {
  content: "";
}

.time_line_section .swiper-button-next:hover::before,
.time_line_section .swiper-button-prev:hover::before {
  background: #FF7F00;
  border-color: #FF7F00;
  color: #fff;
}

.time_line_section .time_line_box {
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
}

.time_line_section .time_line_box .time_inner {
  position: relative;
}

.time_line_section .time_line_box .time_inner .border_liner {
  position: absolute;
  content: "";
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
}

.time_line_section .time_line_box .time_inner .border_liner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f0f3f9;
  left: 0;
  bottom: 8%;
}

.time_line_section .time_line_box .time_inner .border_liner::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 92%;
  background: #f0f3f9;
  left: 0;
  top: 0;
}

.time_line_section .time_line_box .time_inner .border_liner span {
  width: 14px;
  height: 14px;
  border: 1px solid #e4e7ee;
  position: absolute;
  top: -12px;
  left: -6px;
  content: "";
  border-radius: 50px;
}

.time_line_section .time_line_box .time_inner .border_liner span.last {
  top: auto;
  left: auto;
  bottom: 22px;
  right: -13px;
}

.time_line_section .time_line_box .time_inner .content {
  position: relative;
  z-index: 2;
}

.time_line_section .time_line_box .time_inner .content h2 {
  transition: 0.5s ease-in-out;
}

.time_line_section .time_line_box .time_inner .content h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0px 30px;
  display: block;
  color: #282f3b;
}

.time_line_section .time_line_box .time_inner .content p {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.time_line_section .time_line_box .time_inner .content p::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -83px;
  background: #f0f3f9;
}

.time_line_section .time_line_box .time_inner .year {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #282f3b;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  padding-top: 2px;
  left: -40px;
}

.time_line_section .time_line_box .time_inner .image {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0px;
  top: 30px;
}

.time_line_section .time_line_box .time_inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.time_line_section .swiper-slide-active .time_line_box .year {
  background: #FF7F00;
  color: #fff;
}

.item.sb {
  padding: 0 15px;
}

.item.sb .gallery-one__single {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  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::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: #FF7F00;
  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;
}

.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;
}

.fabrika {
  margin-bottom: 30px;
}

.fabrika:last-child {
  margin-bottom: 0;
}

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

.fabrika p {
  line-height: 1.6;
}

.fabrika-slide {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.fabrika-slide .item.sb {
  padding: 0;
}

.fabrika .swiper-button-next {
  right: -15px;
  top: 35%;
  transform: translate(-50%, -50%);
}

.fabrika .swiper-button-prev {
  left: 10px;
  top: 35%;
  transform: translate(-50%, -50%);
}

.fabrika .swiper-button-next::after,
.fabrika .swiper-button-prev::after {
  content: "";
  font-size: 18px;
  color: #fff;
}

.fabrika .swiper-button-next::before,
.fabrika .swiper-button-prev::before {
  content: "\f104";
  box-shadow: inherit;
  border-radius: 7px;
  border: 1px solid #e4e7ee;
  position: absolute;
  font-family: "FontAwesome" !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #282f3b;
  transition: all 0.5s ease;
}

.fabrika .swiper-button-prev:hover::before,
.fabrika .swiper-button-next:hover::before {
  color: #FF7F00;
}

.fabrika .swiper-button-next::before {
  content: "\f105";
}

.video-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: #151515;
  z-index: 1;
  overflow: hidden;
  height: max-content;
}

.video-one .video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

#jarallax-container-0 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-one__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  font-size: 23px;
  color: #ffffff;
  background-color: #FF7F00;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 1;
  margin: 0 auto;
  line-height: 87px;
  text-align: center;
  font-size: 23px;
  color: #fff;
}

.video-one__video-icon::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple::before,
.video-one__video-icon .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 111px;
  height: 111px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.6);
  animation: ripple2 3s infinite;
  border-radius: 50%;
}

.video-one__video-icon .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes ripple2 {
  70% {
    box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

.video-one__inner .video-one__video-title {
  position: relative;
  margin-top: 27px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
}

.fuarlar {
  padding: 60px 0 0 0 !important;
}

.item-portfolio-block {
  position: relative;
  height: 450px;
  margin-bottom: 200px;
}

.item-portfolio-block .inner-box {
  position: relative;
}

.item-portfolio-block .inner-box .content-box {
  position: relative;
  max-width: 400px;
  width: 100%;
  z-index: 3;
  margin-top: -75px;
  padding: 25px;
  background-color: #eaeaea;
}

.item-portfolio-block .inner-box .content-box .read-more {
  position: relative;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  padding-right: 15px;
  transition: all 500ms ease;
}

.item-portfolio-block .inner-box .content-box .read-more:before {
  position: absolute;
  right: -5px;
  top: 1px;
  content: "\f105";
  color: #FF7F00;
  line-height: 1em;
  font-family: "FontAwesome";
}

.item-portfolio-block .inner-box .content-box .text {
  padding-bottom: 20px;
  margin-top: 25px;
}

.item-portfolio-block .inner-box .content-box h4 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.item-portfolio-block .inner-box .content-box h4 a {
  color: #0f0f0f;
}

.item-portfolio-block .inner-box .content-box h4:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 44px;
  height: 4px;
  background-color: #FF7F00;
}

.item-portfolio-block .inner-box .image {
  position: relative;
}

.item-portfolio-block .inner-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-portfolio-block .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FF7F00 100%);
}

.item-portfolio-block .inner-box .image .number {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  line-height: 1em;
  font-size: 50px;
  color: #ffffff;
  opacity: 0.9;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

.pictures-grid .img-box {
  height: 250px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
  border-radius: 16px;
}

.pictures-grid .img-box:hover img {
  transform: scale(1.3);
  border-radius: 16px;
}

.pictures-grid .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.corporate-img {
  height: 450px;
}

.corporate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modelleme .text h2 {
  font-size: 22px;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 15px;
}

.text-big h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.item-portfolio-block.detay {
  height: 350px;
}

.owl-urun_detay_fuar.owl-theme .owl-dots .owl-dot span {
  transition: 0.3s all ease-in-out;
}

.owl-urun_detay_fuar.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FF7F00;
  width: 23px;
}

.grid-uygulama {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.grid-uygulama .gallery-one__image img {
  height: 210px;
}

.video-one__video-icon span {
  font-size: 40px;
  margin-left: 8px;
}

span.ri-apps-2-line {
  font-size: 19px;
}

.manav-hero-slider .hero-left-content h1 {
  max-width: 525px;
  word-wrap: break-word;
  color: #fff;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: -1;
}

.content-corporate {
  padding: 70px 0;
}

.kategori-aciklama {
  margin: 20px 20px 0 20px;
  font-size: 15px;
  max-width: 926px;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.kategori-aciklama h1,
.kategori-aciklama h2,
.kategori-aciklama h3,
.kategori-aciklama h4,
.kategori-aciklama h5,
.kategori-aciklama h6 {
  margin-bottom: 10px;
}

.fabrika-video {
  padding: 70px 20px;
  display: grid;
  place-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.fabrika-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 1;
}

.fabrika-video div.text-center {
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  z-index: 10;
  font-size: 17px;
}

.fabrika-video div.text-center a {
  color: inherit;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 50px;
}

.search-title {
  transition: all 0.3s ease;
}

.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 60px 0 20px 0;
  transition: all 0.3s ease;
}

.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  transition: all 0.3s ease;
}

.search-data .img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-data .img-search a {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  display: block;
}

.search-data .img-search a .figure-img-search {
  width: 100%;
  object-fit: contain;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
  transition: all 0.3s ease;
}

.search-data .search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-data .search-text aside {
  line-height: 1;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.search-data .search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #5a5d61;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  transition: all 0.3s ease;
}

.search-data .search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #1b1c1d;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}

.search-data .search-text h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4em;
}

.search-data .search-text h4 a {
  color: #000;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
}

.main-footer {
  z-index: 1;
  position: relative;
}

.main-footer .footer-shapes .footer-bg {
  top: 0;
  left: 10%;
  max-width: 50%;
}

.main-footer.bg-primary {
  background-color: #fbf9f9 !important;
}

.footer-widget {
  padding-top: 80px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-widget p {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo a img {
  width: 200px;
  object-fit: contain;
}

.social-style-two {
  font-size: 14px;
  flex-wrap: wrap;
  display: inline-flex;
  margin-top: 25px;
}

.social-style-two a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #000;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-style-two a:not(:last-child) {
  margin-right: 5px;
}

.footer-title {
  font-weight: 600;
  color: #FF7F00;
  margin-bottom: 23px;
  line-height: 1.45;
  font-size: 21px;
  position: relative;
  width: max-content;
}

.footer-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FF7F00;
  width: 100%;
  height: 2px;
}

.menu-widget ul {
  display: block;
}

.menu-widget ul li {
  margin-bottom: 10px;
}

.menu-widget ul li a {
  display: inline-flex;
  position: relative;
  color: #454545;
  font-family: "Urbanist", sans-serif;
}

.menu-widget ul li a::before {
  content: "";
  left: 0;
  top: 6px;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #454545;
  line-height: 5px;
  border-radius: 50%;
  text-align: center;
}

.menu-widget ul li a:hover {
  padding-left: 15px;
  text-decoration: underline !important;
}

.menu-widget ul li a:hover:before {
  opacity: 1;
}

.contact-widget ul li a {
  color: #454545;
  font-family: "Urbanist", sans-serif;
}

.contact-widget ul li i {
  font-size: 18px;
  margin: 6px 15px 0 0;
  color: #454545;
}

.contact-widget ul li:not(:last-child) {
  margin-bottom: 15px;
}

.contact-widget ul {
  margin: 15px 0;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #FF7F00;
  padding: 28px 0;
}

.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.copyright-area p {
  margin-right: 25px;
  color: #fff;
  font-family: "Colatera Soft";

}

.scroll-top {
  left: calc(50% - 16px);
  position: absolute;
  top: -60px;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #FF7F00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 50px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #FF7F00;
  animation: pulse 2s infinite;
}

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

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

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

.main-footer .order-md-3 {
  background-color: #e7e5e5;
}

.copyright-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-area ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

.copyright-area ul li+li {
  margin-left: 15px;
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.urun-big-slide .swiper-slide img {
  object-fit: contain !important;
}

.icon_box_all .icon_content .icon {
  transition: all .3s ease-in-out;
}

.icon_box_all .icon_content .icon img {
  transition: all .3s ease-in-out;
}

.icon_box_all .icon_content .icon:hover>img {
  transform: rotate(360deg);
}

.urun-gruplari-section {
  padding: 70px 0 0 0;
}

.call_to_action .bottom_content .button_content a:hover {
  color: #FF7F00;
}

.call_to_action .bottom_content .button_content a:hover::before {
  left: 0;
}

.call_to_action .bottom_content .button_content a:hover::after {
  right: 0;
}

.products-slider-pagination.detay {
  max-width: 250px;
  transform: unset !important;
  margin-right: 10px;
}

.products-slider-pagination.manav {
  max-width: 250px;
  transform: unset !important;
  margin-right: 10px;
}

.text ul,
.text ol {
  line-height: 1.7;
  margin: 15px;
}

.social-top-header {
  display: flex;
  gap: 10px;
}

.social-top-header li::before {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}

.social-top-header li a {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 14px;
}

.social-top-header li a i {
  margin-top: 1px;
}

.whatsapp {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  background-color: #25d366;
  color: #fff;
  font-size: 14px;
  border-radius: 9999px;
  z-index: 100;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.whatsapp:hover {
  color: #fff;
  background-color: #17a64d;
}

.whatsapp i {
  margin-right: 5px;
  font-size: 21px;
}

.whatsapp span {
  display: inline-block;
  margin-top: 2px;
}

.contact-icon.cep svg {
  stroke: unset !important;
}

.contact-icon.cep svg path {
  fill: #FF7F00;
}

@keyframes down-up-two {
  0% {
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    transform: rotateX(0deg) translate(25px, -25px);
  }

  100% {
    transform: rotateX(0deg) translate(0px);
  }
}

.z-2 {
  z-index: 2;
}

@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}

@keyframes numbers {
  to {
    transform: translateY(-10px) rotate(47deg);
  }

  from {
    transform: translateY(0) rotate(47deg);
  }
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.8;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/*SOCİAL*/
/*------- Stroke animation -------------*/
@keyframes tw {
  from {
    stroke-dashoffset: 4000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes st {
  from {
    stroke-dashoffset: 4000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fa {
  from {
    stroke-dashoffset: 3000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes co {
  from {
    stroke-dashoffset: 4000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes px {
  from {
    stroke-dashoffset: 6000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/*--------- gradient animation ----*/
@keyframes gradient1 {
  10% {
    fill: none;
  }

  100% {
    fill: url(#gradient1);
    stroke-width: 0;
  }
}

@keyframes gradient2 {
  10% {
    fill: none;
  }

  100% {
    fill: url(#gradient2);
    stroke-width: 0;
  }
}

@keyframes gradient3 {
  10% {
    fill: none;
  }

  100% {
    fill: url(#gradient3);
    stroke-width: 0;
  }
}

@keyframes gradient4 {
  10% {
    fill: none;
  }

  100% {
    fill: url(#gradient4);
    stroke-width: 0;
  }
}

@keyframes gradient5 {
  10% {
    fill: none;
  }

  100% {
    fill: url(#gradient5);
    stroke-width: 0;
  }
}

/*FORM*/
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes textAnime {
  20% {
    left: 0%;
  }

  49% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes leftToRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes wcSlideBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

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

@keyframes theme_fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  50% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ripple {
  70% {
    background: rgba(255, 255, 255, .1);
    width: 120px;
    height: 120px;
  }

  100% {
    background: rgba(255, 255, 255, .2);
    width: 0px;
    height: 0px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1368px) {
  .content {
    padding-left: 40px;
  }

  .item-portfolio-block .inner-box .image .number {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .urun-container {
    grid-template-columns: 1fr 1fr;
  }

  .urunler-sidebar {
    width: 100%;
    max-width: 334px;
  }

  .urunler-sidebar-mockup {
    width: 100%;
    max-width: 318px;
  }
}

@media screen and (max-width: 1100px) {
  .grid-uygulama {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .manav-navbar {
    margin-top: 0;
    box-shadow: none !important;
  }

  .urunler-sidebar {
    margin-bottom: 30px;
  }

  .urunler-sidebar-mockup {
    margin-bottom: 30px;
    margin-left: 15px;
  }

  .grid-uygulama {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .urunler-sidebar-mockup {
    margin-top: 0;
  }

  .padding-c-mobile {
    padding: 0 15px;
  }

  .image_boxes .image.one {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .image_boxes .background_image {
    display: none;
  }

  .image_boxes .image.two {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    float: none;
    right: inherit;
    margin-top: 0px;
  }

  .image_boxes .authour_quotes {
    width: auto;
    display: inline-block;
    bottom: inherit;
    top: 30px;
    left: 30px;
  }

  .vertical-slide {
    height: max-content;
    margin-bottom: 10px;
  }

  .urun-big-slide {
    height: 100%;
    max-height: 330px;
  }

  .vertical-slide .thumbs-sm-slide {
    height: max-content;
  }

  .vertical-slide .button-urun-box {
    margin-top: 15px;
  }

  .thumbs-sm-slide .swiper-slide {
    max-width: 200px;
    height: 140px !important;
  }

  .thumbs-sm-slide .swiper-wrapper {
    flex-direction: unset;
    height: 130px;
  }

  .thumbs-sm-slide {
    padding: 0;
    margin: unset;
  }

  .blog-lastest-section {
    margin-top: 40px;
  }

  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .mobile-menu a.m-a-logo {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .hero-right {
    margin-top: 50px;
  }

  .manav-hero {
    margin-bottom: 60px;
  }

  .footer-widget {
    padding: 25px 15px;
    margin-bottom: 0;
  }

  .copyright-area .container {
    flex-direction: column;
    gap: 10px;
  }

  .call_to_action .call_content {
    margin-left: 0px;
    margin-top: 10px;
  }

  .call_to_action .call_content .content-bx p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .call_to_action .left_content {
    padding: 80px 10px;
  }

  .call_to_action .left_content .main_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .call_to_action .left_content .main_content h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .icon_box_all {
    margin-bottom: 20px;
  }

  .urunler-sidebar-mockup {
    margin-left: 0;
    max-width: 335px;
  }

  .breadcrumb .breadcrumb-content {
    flex-direction: column;
  }

  .right-content-urun {
    margin-top: 20px;
  }

  .uygulamalar .container .row {
    justify-content: center;
    align-items: center;
  }

  .grid-uygulama {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-one__inner .video-one__video-title {
    line-height: 1.5;
    font-size: 32px;
  }

  .tp-section-title {
    font-size: 28px;
  }

  .content-dots {
    align-items: start;
    gap: .6rem;
  }

  .mr-donate__section-title {
    padding-bottom: 20px;
  }

  .mr-section-subtitle {
    margin-bottom: 7px;
  }

  .product-detail {
    width: 100%;
    max-width: 250px;
  }

  .pagination-section {
    padding: 20px;
    flex-direction: column;
  }

  .pagination-section .pagination-text {
    line-height: 1.5;
    text-align: center;
  }

  .breadcrumb .breadcrumb-content .path-site {
    width: 100%;
  }

  .breadcrumb .breadcrumb-content .path-site ul {
    flex-wrap: wrap;
  }

  .blog-content-page .img-content {
    height: 300px;
  }

  .search-data {
    justify-content: flex-start;
  }

  .search-data .img-search {
    width: 200px;
    margin-right: 15px;
  }

  .search-data .search-text h4 {
    font-size: 1.2em;
  }

  .left-order {
    order: 2;
  }

  .manav-hero-slider .manav-hero-single.swiper-slide-active p {
    display: none;
  }

  .manav-hero .circle-sm {
    display: none;
  }

  .manav-hero-slider .hero-left-content h1 {
    font-size: 1.4rem !important;
  }

  .btn-second-hero {
    padding: 13px 19px;
  }

  .urun-gruplari-section {
    padding: 0 0 60px 0;
  }

  .vertical-slide .thumbs-sm-slide .swiper-slide {
    height: unset !important;
    max-width: 150px;
  }

  .vertical-slide .thumbs-sm-slide .swiper-slide img {
    object-fit: contain;
  }

  .manav-hero-slider {
    height: 100%;
    max-height: 670px;
  }

  .product-box .product-image img{
    height: 230px !important;
  }
}

@media (max-width: 550px) {
  .call_to_action .left_content .main_content h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .urun-container {
    grid-template-columns: 1fr;
  }

  .product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .urunler-sidebar {
    width: 100%;
    max-width: 100%;
  }

  .urunler-sidebar-mockup {
    width: 100%;
    max-width: 100%;
  }

  .grid-uygulama {
    grid-template-columns: repeat(1, 1fr);
  }
}
.urun-dropdown-inner ul li a:hover img {
    filter: invert(56%) sepia(31%) saturate(6084%) hue-rotate(349deg) brightness(98%);
    transition: 0.3s all ease-in-out;
}
.mobile-menu ul li ul li a img {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 23px;
    height: 23px;
}
/*# sourceMappingURL=app.css.map */