@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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: inherit;
  vertical-align: baseline;
}

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

/*.box { @include border-radius(5px); }*/
.photoCoverBG,
.boxTblGaleri .fotoBox,
.boxTblGaleri .play,
.boxTblGaleri .search,
.splash-screen .loading-gif,
.homeFixArea .homeFixIcon,
.homeFixArea .homeFixIconBG,
.koclar,
.altPage,
.faaliyetBox .boxs,
.LogoSmall,
.cookie a:nth-child(2),
.cookieClose a:nth-child(2),
.BrandLogoSmall,
.logo,
.logoHeaderSmallScroll,
.logoHeaderSmall,
.homeSplit .imgBoxer {
  background-size: cover;
  background-position: center center;
  vertical-align: top;
}

/*@extend .photoCoverBG;*/
.animeSpeed,
.headerCall,
.mblitem,
.mblitemPartR,
.mblitemPartL,
.mobilTopMenu,
.soccial,
.faaliyetBox .boxs .title,
.faaliyetBox .boxs span,
.faaliyetBox .boxs,
.LogoSmall,
.BrandLogoSmall,
.logo,
.logoHeaderSmallScroll,
.logoHeaderSmall {
  /* older webkit */
  transition: all 150ms cubic-bezier(0.075, 0.82, 0.585, 1.005);
  /* custom */
  /* older webkit */
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.585, 1.005);
  /* custom */
}

/*@extend .animeSpeed;*/
.color-Beyaz {
  color: #fff !important;
}

.bgColor-Gri {
  background-color: #f8f8f8;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

b {
  font-weight: bold;
}

.bnrTitle {
  font-size: 4em;
  letter-spacing: -1px;
  text-align: center;
}

.bnrTitle2 {
  font-size: 1.56rem;
  letter-spacing: -1px;
  text-align: center;
}

.bnrAltTitle {
  font-size: 1.25rem;
  letter-spacing: 9px;
  text-align: center;
}

.mainBannerText1 {
  font-size: 4.3em;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.7em;
}

html {
  height: 100%;
  font-size: 17px;
}

body {
  font-family: "Poppins", serif;
  font-display: swap;
  overflow-x: hidden;
  height: 100%;
  color: #121212;
  font-size: 1.08rem;
  scroll-behavior: smooth;
  background: rgb(228, 9, 19);
  background: radial-gradient(
    circle,
    rgb(228, 9, 19) 0%,
    rgb(150, 16, 18) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e40913",endColorstr="#961012",GradientType=1);
}
@media (max-width: 900px) {
  body {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
}

body.noscroll {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.blogAlign {
  margin-top: 0px;
}

.SitePreview {
  background-image: url("../SitePreview.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: -500px;
  left: -500px;
  height: 500px;
  width: 500px;
  z-index: -99;
}

.animated-icon {
  width: 34px;
  height: 17px;
  position: relative;
  display: block;
  margin: 34px auto 17px auto;
}
.animated-icon .line {
  display: block;
  background: #ffffff;
  width: 34px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.animated-icon .line.line-1 {
  top: 0;
}
.animated-icon .line.line-2 {
  top: 50%;
}
.animated-icon .line.line-3 {
  top: 100%;
}
.animated-icon:hover .line-1,
.animated-icon:focus .line-1 {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.animated-icon:hover .line-3,
.animated-icon:focus .line-3 {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}
.animated-icon.active .line-1 {
  transform: translateY(8.5px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8.5px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8.5px) translateX(0) rotate(45deg);
}
.animated-icon.active .line-2 {
  opacity: 0;
}
.animated-icon.active .line-3 {
  transform: translateY(-8.5px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-8.5px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-8.5px) translateX(0) rotate(-45deg);
}

.closeBtnAlignScroll .animated-icon .line {
  background-color: #590806;
}

.language_buttonScroll .lang-tr {
  background-color: #e40913;
}

.language_buttonScroll .lang-tr:hover {
  background-color: #961012;
  color: #ffffff;
}

.closeBtnAlign:hover .animated-icon.active .line {
  background-color: #961012;
}

.pdng {
  padding: 0px !important;
}

.mblBanner {
  display: none;
}

.dsktpBanner {
  display: block;
}

section {
  position: relative;
  width: 100%;
}

.bannerNew {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

.homeImg {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgb(211, 121, 121);
}

@keyframes colorchange {
  0% {
    background-color: #e40913;
  }
  25% {
    background-color: #961012;
  }
  50% {
    background-color: #e40913;
  }
  75% {
    background-color: #961012;
  }
  100% {
    background-color: #e40913;
  }
}
.items {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.items__inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.items__layer .items__item {
  position: absolute;
  box-shadow: 0 32px 40px -20px rgba(0, 0, 0, 0.25);
}
.items__layer .items__item:after {
  content: attr(data-title);
  position: absolute;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.items__layer .items__item:hover:after {
  visibility: visible;
  opacity: 1;
}
.items__layer:nth-child(1) .items__item {
  margin-top: -2300px;
  margin-left: -1400px;
  width: 3000px;
  height: 3000px;
  border-radius: 1500px;
  background: #45c8cf;
}
.items__layer:nth-child(1) .items__item:after {
  top: -23px;
  left: 0;
  color: #45c8cf;
}
.items__layer:nth-child(2) .items__item {
  margin-top: -100px;
  margin-left: -1400px;
  width: 1500px;
  height: 1500px;
  border-radius: 1500px;
  background: #5a5050;
}
.items__layer:nth-child(2) .items__item:after {
  bottom: -23px;
  right: 0;
  color: #5a5050;
  z-index: 2;
}
.items__layer:nth-child(3) .items__item {
  margin-top: 140px;
  margin-left: 950px;
  width: 1500px;
  height: 1500px;
  z-index: 1;
  border-radius: 1500px;
  background: #2e385c;
}
.items__layer:nth-child(3) .items__item:after {
  left: 82%;
  color: #2e385c;
}

#SiteBGVideo {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#videoBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  overflow: hidden;
}

.butonMaster {
  position: relative;
  display: inline-block;
  margin: 15px 0px 0px 0px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 29px;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 0px 38px;
  letter-spacing: 0.1rem;
  transition: all ease 0.3s;
  border: 0;
  cursor: pointer;
  text-align: center;
  background-color: #590806;
  color: #ffffff;
  box-shadow: 0px 0px 0px 1px #000000;
}
.butonMaster:hover {
  color: #e40913;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 2px #0a1621;
}

:root {
  --offset: 70px; /* 70 pikseli bir değişken olarak tanımlıyoruz */
  --offset-mobile: 60px;
}

@media only screen and (max-width: 449px) {
  :root {
    --offset-mobile: 45px;
  }
}
.closeBtnAlign {
  position: fixed;
  right: 3%;
  top: 34px;
  z-index: 999999;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.closeBtnAlignScroll {
  position: fixed;
  right: calc(3% + var(--offset));
  top: 34px;
  z-index: 999999;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.aLinkStyle {
  text-decoration: none;
  margin: 0.5em 1.56rem;
  display: inline-block;
}

.mobilGizli {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: rgb(244, 244, 244);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(0, 0, 0, 0.86);
  z-index: 9999;
}

#gizli_menu {
  position: fixed;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #9c9d9d;
  top: 0px;
  padding-bottom: 10px;
  background-color: rgba(3, 3, 3, 0.98);
  z-index: 999;
  color: white;
  width: 100%;
  box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.61);
}

.homeSplit {
  position: relative;
  padding: 0px 0px;
  background-color: white;
}
.homeSplit .boxSplitPdng {
  padding: 0px;
}
.homeSplit .imgBoxer {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 560px;
}
.homeSplit h1 {
  line-height: 1rem;
  font-size: 2.44rem;
  letter-spacing: -1px;
  color: #961012;
  margin-left: 45px;
}
.homeSplit b {
  font-size: 1.25rem;
  letter-spacing: -1px;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 600;
  color: #961012;
  margin-left: 0px;
  padding: 22px 0px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.homeSplit b:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 3px;
  background: #3a5373;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.homeSplit p {
  margin: 30px auto 20px;
  color: #1d1f23;
  font-size: 1rem;
}
.homeSplit .imgBoxerText {
  position: relative;
  background-color: #fff;
  padding: 25px 20px 0px 0px;
}
.homeSplit .imgBoxerText:hover {
  color: #ff5441;
  cursor: pointer;
}
.homeSplit .imgBoxerText:hover h1 {
  color: #e40913;
}
.homeSplit .imgBoxerText:hover b {
  color: #961012;
}
.homeSplit .imgBoxerText:hover b:before {
  left: 0;
  right: 0;
}
.homeSplit .imgBoxerText:hover p {
  color: #961012;
}
.homeSplit .imgBoxerText:hover .btnLinkSplit {
  background-color: #e40913;
  color: #fff;
}
.homeSplit .imgBoxerText:hover .btnLinkSplit:hover {
  background-color: #961012;
}
.homeSplit .icerikPdng {
  padding: 35px 5px 25px 60px;
  text-align: left;
}
.homeSplit .icerikPdngSol {
  padding: 25px 25px 25px 10%;
  text-align: left;
}
.homeSplit .dropdown-toggle:hover {
  color: #ff5441;
}
.homeSplit .btnLinkSplit {
  display: inline-block;
  margin: 15px 0px 0px 50px;
  position: relative;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 40px;
  letter-spacing: 0.1rem;
  transition: all ease 0.3s;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #ff5441;
  box-shadow: 0px 0px 0px 2px #ff5441;
}

.txtAbout {
  padding: 1.5rem 3rem;
}

@media (max-width: 991px) {
  .txtAbout {
    padding: 1.2rem 2.5rem;
  }
}
.whatWeDoCnt {
  color: #ffffff;
  padding: 1rem 2rem 2rem;
  width: 100%;
}
.whatWeDoCnt .titleCnt {
  color: #ffffff;
}

.whatWeDoText {
  padding: 0px 50px;
  margin-bottom: 10rem;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: -0.02rem;
}

.work-section {
  font-family: "Poppins", serif;
  text-align: center;
  background-color: transparent; /* Arka planı şeffaf yap */
  color: #16181c; /* Beyaz metin rengi */
  padding: 50px 0; /* Üst ve alt boşluk */
  font-size: 20vw;
  font-weight: 700;
  line-height: 1.12em;
  letter-spacing: -0.4rem;
  position: relative; /* İçerik için konum ayarı */
}
.work-section h1 {
  margin: 0; /* Varsayılan margin'i sıfırla */
  position: relative; /* İçerik için konum ayarı */
  z-index: 2; /* Yazının üstte görünmesi için */
}

@keyframes blinkText {
  0% {
    color: transparent;
    -webkit-text-stroke: 2px #e40913;
  }
  50% {
    color: transparent;
    -webkit-text-stroke: 0px #000000;
  }
  100% {
    color: transparent;
    -webkit-text-stroke: 2px #e40913;
  }
}
.work-section .work-highlight_Giris {
  color: transparent;
  -webkit-text-stroke: 2px black;
  animation: blinkTextGiris 1s ease-in-out infinite;
  -webkit-animation: blinkTextGiris 1s ease-in-out infinite;
}

@keyframes blinkTextGiris {
  0% {
    color: transparent;
    -webkit-text-stroke: 2px #961012;
  }
  50% {
    color: transparent;
    -webkit-text-stroke: 0px #ffffff;
  }
  100% {
    color: transparent;
    -webkit-text-stroke: 2px #961012;
  }
}
.work-section .work-highlight {
  color: transparent;
  -webkit-text-stroke: 2px black;
  animation: blinkText 1s ease-in-out infinite;
}

.curved-section {
  padding-top: 10px;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 30px;
  font-size: 1.25rem;
  width: auto;
  max-width: 85%;
  margin: 20px auto;
  text-align: justify;
  color: #ff5441;
}
.white-popup .popupCircleImg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
  border-radius: 220px;
  margin: 20px auto;
  background-color: #e40913;
  transition: 0.3s;
  box-shadow: inset 0px 0px 0px 1px rgb(0, 0, 0);
}
.white-popup h1 {
  font-size: 1.56rem;
  display: block;
  color: #961012;
  letter-spacing: -1px;
  text-align: center;
  margin: 15px auto;
}

.mfp-close-btn-in .mfp-close {
  font-size: 2em;
  color: #ffffff;
}

.dropdown-menu {
  position: fixed;
  left: 5%;
  right: 5%;
  top: 50px;
  bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 9999;
}

.dropdown:hover .menuLinkColor {
  color: #ff5441 !important;
}

.menuLinkColorFix {
  color: #fff !important;
  text-shadow: none !important;
}

.dc_css3_menu li .menuLinkColorFix:hover {
  color: #e54b5f !important;
}

.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.navTabMenu {
  z-index: 9;
}
.navTabMenu .boxCnt {
  position: relative;
  display: block;
  background-color: #f1f1f1;
  text-align: center;
  top: 40px;
  min-height: 250px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  padding: 25px 20px;
  border-style: solid;
  border-color: rgb(168, 168, 168);
  border-width: 1px 0px 0px 0px;
}
.navTabMenu .boxCnt .menuFullW {
  position: relative;
}
.navTabMenu .boxCnt .menuFullW .menuFullWCnt {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0px 18px 0px 18px;
}
.navTabMenu .boxCnt .menuFullW .menuFullWCnt .fullMenuA {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 14px 25px;
  text-align: left;
  color: #000000;
}
.navTabMenu .boxCnt .menuFullW .menuFullWCnt .fullMenuA:hover {
  color: #fff !important;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0) !important;
  background-color: #e40913;
}
.navTabMenu .boxCnt .menuVert {
  position: relative;
}
.navTabMenu .boxCnt .menuVert .menuVertLeft {
  position: absolute;
  left: 0px;
  width: 42%;
  padding: 0px 18px 0px 18px;
}
.navTabMenu .boxCnt .menuVert .menuVertRight {
  position: absolute;
  left: 42%;
  width: 58%;
  padding: 0px 18px 0px 18px;
}
.navTabMenu .boxCnt .menuVert .menuVertRight .content {
  display: none;
}
.navTabMenu .boxCnt .menuVert .menuVertRight .content a {
  display: block;
  background-color: transparent;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px 15px;
  border-style: solid;
  border-color: rgb(205, 205, 205);
  border-width: 0px 0px 1px 0px;
  text-decoration: none;
  color: #000;
}
.navTabMenu .boxCnt .menuVert .menuVertRight .content a:hover {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.navTabMenu .boxCnt .menuVert .menuVertRight .content a::after {
  content: "\f471"; /* Ok karakteri */
  color: #d5d5d5; /* Okun rengi */
  float: right;
  font-size: 1rem; /* Okun boyutu */
  padding-right: 5px;
  font-family: "bootstrap-icons"; /* İkonun kullanıldığı font ailesi */
}
.navTabMenu .boxCnt .menuVert a {
  display: block;
  background-color: transparent;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px 15px;
  border-style: solid;
  border-color: rgb(205, 205, 205);
  border-width: 0px 0px 1px 0px;
  text-decoration: none;
  color: #000;
}
.navTabMenu .boxCnt .menuVert a:hover {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.navTabMenu .boxCnt .menuVert a::after {
  content: "\f234"; /* Ok karakteri */
  color: #d5d5d5; /* Okun rengi */
  float: right;
  font-size: 1rem; /* Okun boyutu */
  padding-right: 5px;
  font-family: "bootstrap-icons"; /* İkonun kullanıldığı font ailesi */
}
.navTabMenu .boxCnt .menuCntTitle {
  position: relative;
  display: block;
  width: 100%;
  left: 0px;
  z-index: 1;
  text-align: center;
  padding: 32px 0;
}
.navTabMenu .boxCnt .menuCntTitle span {
  padding: 0px 10px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 28px;
  background-color: #fff;
}
.navTabMenu .boxCnt .menuCntTitle .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0px;
  margin-top: -10px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.9);
}
.navTabMenu .boxCnt .boxAboutMenu .t_title_Abouth {
  text-align: left;
  display: block;
  font-size: 0.8em;
  color: #e40913;
  font-family: "gorditabold";
  padding: 0px;
}
.navTabMenu .boxCnt .boxAboutMenu .t_title {
  text-align: left;
  display: block;
  font-size: 0.8em;
  color: #e40913;
  font-family: "gorditabold";
  padding: 0px;
}
.navTabMenu .boxCnt .boxAboutMenu .t_title:hover {
  color: #e40913;
}
.navTabMenu .boxCnt .boxAboutMenu .t_titleCenter {
  text-align: center;
  display: block;
  font-size: 0.8em;
  color: #961012;
  padding-top: 25px;
  font-family: "gorditabold";
}
.navTabMenu .boxCnt .boxAboutMenu .lineMc {
  position: relative;
  top: 0px;
  height: 3px;
  margin: 5px 0px 15px;
  width: 100%;
}
.navTabMenu .boxCnt .boxAboutMenu .lineMcBottom {
  position: relative;
  top: 0px;
  height: 3px;
  margin: 30px 0px 15px;
  width: 100%;
}
.navTabMenu .boxCnt .boxAboutMenu .subMunuAlt {
  margin-top: 5px;
  font-size: 0.8em;
  display: block;
  text-align: center;
  position: relative;
  padding: 5px 0px;
  color: #fff;
  background-color: #cecece;
}
.navTabMenu .boxCnt .boxAboutMenu .bMenuLinkIMG {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-Gorsel-uyum-ve-zenginlik.png");
  background-color: #f0f0f0;
  height: 240px;
  width: 100%;
  filter: saturate(0%) opacity(70%);
  transition: 1s;
}
.navTabMenu .boxCnt .boxAboutMenu .bMenuLinkIMG:hover {
  transition: 0s;
  filter: saturate(100%) opacity(100%);
}
.navTabMenu .boxCnt .boxAboutMenu .bMenuIMG {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  margin-top: 10px;
  height: 180px;
  width: 100%;
  filter: saturate(100%) opacity(100%);
  transition: 1s;
}
.navTabMenu .boxCnt .boxAboutMenu .bMenuLink:hover .mt-color {
  background-color: #04a7ff;
}
.navTabMenu .boxCnt .boxAboutMenu .txtCntMenu {
  text-align: left;
}
.navTabMenu .boxCnt .boxAboutMenu .txtCntMenuTitle {
  text-align: center !important;
}
.navTabMenu .boxCnt .boxAboutMenu .bMenuLink {
  font-size: 0.8em;
  font-family: "gorditamedium";
  display: block;
  text-align: left;
  position: relative;
  padding: 1px 0px;
  margin: 4px 0px;
  color: #e40913;
  text-decoration: none;
}
.navTabMenu .boxCnt .boxAboutMenu .bMenuLink:hover {
  color: #961012;
}
.navTabMenu .menuAlignFix {
  top: 15px !important;
}
.navTabMenu .box,
.navTabMenu .boxCnt .boxAboutMenu {
  display: block;
}

.paddLand {
  padding: 0px !important;
}

.lang:last-child {
  margin-right: 0; /* Son link için sağdaki margini sıfırlayın */
}

.menuPageBTN {
  display: block !important;
  color: #ff5441 !important;
  text-align: left;
  font-size: 0.8em !important;
  padding: 0px !important;
  border-style: solid !important;
  border-width: 0px 0px 0px 0px !important;
  border-color: #ff5441 !important;
  transition: all ease 0.3s;
  cursor: pointer;
}
.menuPageBTN i {
  margin-right: 5px;
}
.menuPageBTN:hover {
  color: #66bfc8 !important;
}

.actionMenuTop {
  top: 14px !important;
}

.blogAltBaslik {
  font-size: 1.25rem;
}

.blogItalik {
  font-style: italic;
}

.blogQuate {
  text-align: center;
  background-color: #f2f8fa;
  padding: 40px 25px;
  font-size: 1.25rem;
}

.menuAllBTN {
  color: #ff5441 !important;
  font-size: 0.9em !important;
  padding: 2px 0px !important;
  transition: all ease 0.3s;
  cursor: pointer;
}
.menuAllBTN i {
  margin-right: 12px;
}
.menuAllBTN:hover {
  color: #e40913 !important;
}

.maskMenu,
.maskMenuOpen {
  display: none;
  background-color: rgba(228, 233, 237, 0.88);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}

.maskMenuOpen {
  display: block;
  animation: menuAnime 1s ease both;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@keyframes menuAnime {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.mainHeaderFix {
  padding: 9px 0;
  position: relative;
  z-index: 9997;
}

.topHeaderHomeSmall {
  display: block;
}

.topHeaderHome {
  display: block;
  position: absolute;
  padding-top: 13px;
  height: 90px;
  width: 100%;
  z-index: 98;
}

.main-tool-bar {
  position: fixed;
  height: 100px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 10%,
    rgba(12, 74, 118, 0.8043592437) 100%
  );
}

.mobilHeight {
  padding-top: 60px;
  background-color: #121212;
  transition: 0.3s;
}

.topCnt {
  margin-top: 0px;
  padding: 0px;
  text-align: center;
}
.topCnt .trBg {
  background-color: white;
}
.topCnt h2 {
  padding: 10px;
  font-size: 1.25rem;
  color: #ff5441;
  letter-spacing: -1px;
  text-align: center;
}
.topCnt p {
  padding: 8px 15px 20px;
}
.topCnt i {
  padding-top: 35px;
  font-size: 2.44rem;
  color: #ff5441;
}

.menuLine,
.menuLineSmall {
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0px;
  transition: 0.3s;
  background: rgb(173, 173, 173);
}

.menuLineSmall {
  height: 1px;
}

#navMenu li:hover {
  position: relative;
  z-index: 10;
}

.flexB {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

.areaBoxTour {
  text-decoration: none !important;
  width: 100% !important;
  cursor: default;
}
.areaBoxTour .box,
.areaBoxTour .navTabMenu .boxCnt .boxAboutMenu,
.navTabMenu .boxCnt .areaBoxTour .boxAboutMenu {
  margin: 4px 2px 0px;
  padding: 10px;
  border-radius: 3px;
}
.areaBoxTour .box .areaPhoto,
.areaBoxTour .navTabMenu .boxCnt .boxAboutMenu .areaPhoto,
.navTabMenu .boxCnt .areaBoxTour .boxAboutMenu .areaPhoto {
  filter: saturate(0%) opacity(70%);
  display: block;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.areaBoxTour .box .areaPhoto:hover,
.areaBoxTour .navTabMenu .boxCnt .boxAboutMenu .areaPhoto:hover,
.navTabMenu .boxCnt .areaBoxTour .boxAboutMenu .areaPhoto:hover {
  filter: saturate(120%) opacity(100%);
}

.mapTpdng {
  padding-top: 6rem;
  background-color: white;
}

.arrowIcon a {
  text-decoration: none;
  text-align: center;
}
.arrowIcon a::after {
  color: #d5d5d5; /* Okun rengi */
  float: right;
  padding-top: 5px;
  font-size: 0.8em; /* Okun boyutu */
  padding-right: 30px;
  margin-left: -50px;
  content: "\f231";
  font-weight: 100;
  font-family: "bootstrap-icons";
}

.arrowBackIcon a {
  text-decoration: none;
  text-align: center;
}
.arrowBackIcon a::after {
  color: #d5d5d5; /* Okun rengi */
  float: left;
  padding-top: 5px;
  font-size: 0.8em; /* Okun boyutu */
  padding-left: 30px;
  margin-right: -50px;
  content: "\f22d";
  font-weight: 100;
  font-family: "bootstrap-icons";
}

.commentBox {
  text-align: center;
  padding: 40px 80px 20px;
  color: #fff;
}

.areaBoxComment {
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  cursor: default;
}
.areaBoxComment .box,
.areaBoxComment .navTabMenu .boxCnt .boxAboutMenu,
.navTabMenu .boxCnt .areaBoxComment .boxAboutMenu {
  padding: 10px 30px;
}
.areaBoxComment .box .areaText,
.areaBoxComment .navTabMenu .boxCnt .boxAboutMenu .areaText,
.navTabMenu .boxCnt .areaBoxComment .boxAboutMenu .areaText {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #fff;
}

.carouselAbout {
  position: relative !important;
  overflow: hidden;
  width: 95% !important;
}
.carouselAbout .owl-dots {
  text-align: left;
}

.areaBoxCommentAbout {
  text-decoration: none !important;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.areaBoxCommentAbout .box,
.areaBoxCommentAbout .navTabMenu .boxCnt .boxAboutMenu,
.navTabMenu .boxCnt .areaBoxCommentAbout .boxAboutMenu {
  padding: 10px 5px;
}
.areaBoxCommentAbout .box .areaText,
.areaBoxCommentAbout .navTabMenu .boxCnt .boxAboutMenu .areaText,
.navTabMenu .boxCnt .areaBoxCommentAbout .boxAboutMenu .areaText {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #e40913;
}

.logoAlign,
.logoAlignSmall {
  position: absolute;
  display: block;
  width: 345px;
  height: 82px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  z-index: 99999;
}

.logo,
.logoHeaderSmallScroll,
.logoHeaderSmall {
  position: absolute;
  background-size: 100%;
  background-image: url("../images/BrandLogoWhite.webp");
  background-repeat: no-repeat;
  display: block;
  left: 4%;
  width: 712px;
  height: 128px;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  margin-top: -70px;
  z-index: 99999;
  filter: saturate(96%) brightness(100%);
}

.logo:hover,
.logoHeaderSmallScroll:hover,
.logoHeaderSmall:hover {
  filter: saturate(115%) brightness(105%) !important;
  -webkit-filter: saturate(115%) brightness(105%) !important;
}

.adSeda {
  display: inline-block;
  margin-left: 3px;
  height: 48px;
  width: 267px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/seda_reklam_logo.webp");
  /* Remove margin-top since we're using flex alignment */
  vertical-align: middle; /* Additional alignment help */
}

.BrandLogoSmall {
  position: fixed;
  background-size: 100%;
  background-image: url("../images/BrandLogo.webp");
  background-repeat: no-repeat;
  display: none;
  width: 86px;
  height: 40px;
  left: 50%;
  margin-left: -100px;
  top: 4px;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  z-index: 9;
  filter: saturate(96%) brightness(100%);
}

.BrandLogoSmall:hover {
  filter: saturate(115%) brightness(105%) !important;
  -webkit-filter: saturate(115%) brightness(105%) !important;
}

.cookieClose {
  position: fixed;
  bottom: -2px;
  left: 5%;
  right: 5%;
  font-size: 0.9rem;
  padding: 15px;
  text-align: center;
  background-color: #0083ca;
  margin: 0 auto;
  color: #fff;
  z-index: 99999;
  border-style: solid;
  border-color: #000000;
  border-width: 0;
  border-radius: 10px 10px 0px 0px;
  animation: cookieAnimasyonClose 1s normal forwards ease-in-out;
  animation-delay: 600ms;
}
.cookieClose a {
  color: #333;
  cursor: pointer;
}
.cookieClose div:nth-child(1) {
  padding: 0px 12%;
}
.cookieClose a:nth-child(2) {
  position: absolute;
  display: block;
  right: 30px;
  font-size: 0.9rem;
  top: 50%; /* Dikey ortalama */
  width: 68px;
  height: 36px;
  background-image: url("../images/check.webp");
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer !important;
  z-index: 9;
  transform: translateY(-50%); /* Dikey ortalama için yukarı kaydırma */
}

.cookie {
  position: fixed;
  bottom: -2px;
  left: 5%;
  right: 5%;
  font-size: 0.9rem;
  padding: 15px;
  text-align: center;
  background-color: #0083ca;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  z-index: 99999;
  border-style: solid;
  border-color: #000000;
  border-width: 0;
  border-radius: 10px 10px 0px 0px;
  animation: cookieAnimasyonOpen 5s normal forwards ease-in-out;
}
.cookie a {
  color: #333;
  cursor: pointer;
}
.cookie div:nth-child(1) {
  padding: 0px 12%;
}
.cookie a:nth-child(2) {
  position: absolute;
  display: block;
  right: 30px;
  top: 50%; /* Dikey ortalama */
  width: 68px;
  height: 36px;
  background-image: url("../images/check-disable.webp");
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  z-index: 9;
  transform: translateY(-50%); /* Dikey ortalama için yukarı kaydırma */
}

@keyframes cookieAnimasyonOpen {
  0% {
    bottom: -120px;
  }
  75% {
    bottom: -120px;
  }
  100% {
    bottom: -2px;
  }
}
@keyframes cookieAnimasyonClose {
  from {
    bottom: -2px;
  }
  to {
    bottom: -120px;
  }
}
.LogoSmall {
  background-size: 82%;
  background-image: url("../images/BrandLogo.webp");
  background-repeat: no-repeat;
  display: block;
  width: 176px;
  height: 82px;
  top: 18px;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  z-index: 99999;
  filter: saturate(99%) brightness(100%);
  -webkit-filter: saturate(99%) brightness(100%);
}

.LogoSmall:hover {
  filter: saturate(115%) brightness(115%) !important;
  -webkit-filter: saturate(115%) brightness(115%) !important;
}

.logoHeaderSmall {
  background-image: url("../images/BrandLogoWhite.webp");
  width: 273px;
  height: 65px;
  margin-top: 20px !important;
  z-index: 9999;
  position: relative;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
}

@media only screen and (max-width: 449px) {
  .logoHeaderSmall {
    width: 240px;
    height: 57px;
    margin-top: 22px !important;
  }
}
@media only screen and (max-width: 380px) {
  .logoHeaderSmall {
    width: 190px;
    height: 45px;
    margin-top: 30px !important;
  }
}
.logoHeaderSmallScroll {
  background-image: url("../images/seda_reklam_logo.webp");
  width: 273px;
  height: 65px;
  margin-top: 20px !important;
  z-index: 9999;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0));
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 449px) {
  .logoHeaderSmallScroll {
    width: 240px;
    height: 57px;
    margin-top: 22px !important;
  }
}
@media only screen and (max-width: 380px) {
  .logoHeaderSmallScroll {
    width: 190px;
    height: 45px;
    margin-top: 30px !important;
  }
}
.mobilLogo,
.mobilLogoScroll {
  position: fixed;
  width: 100%;
  left: 0px;
  height: 104px;
  border-width: 0px 0px 1px 0px;
  border-color: transparent;
  border-style: solid;
  background-color: transparent;
  z-index: 8;
  transition: top 0.5s ease; /* Geçiş süresi */
}
.mobilLogo .menuMobilLine,
.mobilLogoScroll .menuMobilLine {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  background: rgb(87, 188, 164);
  background: linear-gradient(
    90deg,
    rgb(87, 188, 164) 0%,
    rgb(87, 188, 164) 25%,
    rgb(254, 197, 126) 25%,
    rgb(254, 197, 126) 50%,
    rgb(219, 130, 191) 50%,
    rgb(219, 130, 191) 75%,
    rgb(145, 167, 186) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57bca4",endColorstr="#91a7ba",GradientType=1);
}

.mobilLogoScroll {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px -1px rgba(0, 0, 0, 0.8);
}

.socialIcons {
  margin: 3em 2px;
  text-decoration: none !important;
  font-size: 1.8em;
  text-align: center;
  text-rendering: optimizeLegibility;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.social_fb {
  background-color: transparent;
  color: #ffffff;
}
.social_fb:hover {
  color: #ff5441;
}

.social_yt {
  color: #ffffff;
}
.social_yt:hover {
  color: #ff5441;
}

.social_in {
  color: #ffffff;
}
.social_in:hover {
  color: #ff5441;
}

.social_li {
  color: #ffffff;
}
.social_li:hover {
  color: #ff5441;
}

.faaliyetBg {
  margin-bottom: 40px;
  background-color: #e40913;
}

.faaliyetBox .allBoxsImg {
  background-size: 35% !important;
}
.faaliyetBox .boxs {
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  height: 220px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  filter: saturate(0%);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0);
}
.faaliyetBox .boxs .allBox {
  position: absolute;
  bottom: 20px;
  font-size: 1.25rem;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
  color: #e40913;
}
.faaliyetBox .boxs .allBoxTop {
  position: absolute;
  top: 20px;
  font-size: 1.25rem;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
  color: #e40913;
}
.faaliyetBox .boxs span {
  position: relative;
  background-color: #e40913;
  font-size: 0.8rem;
  float: right;
  color: #fff;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px;
  z-index: 2;
  opacity: 0.8;
}
.faaliyetBox .boxs .title {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  font-size: 0.8rem;
  display: block;
  text-align: center;
  left: 0px;
  right: 0px;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.faaliyetBox:hover .boxs {
  filter: saturate(100%);
  transform: scale(1.02);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75);
}
.faaliyetBox:hover span {
  opacity: 1;
}

.cntBoxFaaliyet {
  font-size: 1rem;
  text-align: justify;
}

.menuMainX {
  position: relative;
}

.menuTextAlign,
.menuTextAlignSmall {
  display: block;
  position: absolute;
  top: 1rem;
  width: 98%;
  z-index: 99;
  transition: 0.3s;
}
.menuTextAlign .alignBottom,
.menuTextAlignSmall .alignBottom {
  float: right;
  margin-top: 15px;
}

.btn-primary {
  background-color: #e40913;
  border-color: white;
}
.btn-primary:hover {
  background-color: #961012;
}

.modal-content {
  background-color: #fff;
  color: #000;
}

.modal-header {
  display: flex;
  justify-content: center; /* Yatayda ortalamak için */
  width: 100%; /* Tüm genişliği kaplamak için */
  background-color: #e40913;
}

.modal-body {
  padding: 25px 40px;
}

.modal-title {
  font-weight: bold;
  color: #fff;
}

.menuTextAlignSmall {
  top: 0.7rem;
}

.socialMenuFix {
  margin-top: -1px !important;
  margin-left: 20px;
  z-index: 99;
  transition: 0.3s;
}

.flagMenuFix {
  margin-top: 0px !important;
  margin-left: 15px;
  z-index: 99;
  transition: 0.3s;
  opacity: 0.8 !important;
}
.flagMenuFix:hover {
  opacity: 1 !important;
  transform: rotate(-3deg);
}

.socialMenu {
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 99;
  transition: 0.3s;
}

.socialMenuSmall {
  display: block;
  position: absolute;
  top: 12px;
  right: -500px;
  z-index: 99;
}

.textFlat {
  text-decoration: none !important;
}

.soccial {
  margin: -2px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.56rem;
  text-decoration: none;
  color: #000;
  opacity: 0.9;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-radius: 3px;
}

.soccial:hover {
  color: #092663;
  transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

.homeMaxBgLine {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.homeMotto {
  font-size: 3.2em;
  color: #fff;
  text-align: center;
  padding: 80px 50px;
}

.cntDivBoxHome {
  padding: 80px 0px 30px;
  letter-spacing: -1px;
  margin-bottom: 50px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}
.cntDivBoxHome .box,
.cntDivBoxHome .navTabMenu .boxCnt .boxAboutMenu,
.navTabMenu .boxCnt .cntDivBoxHome .boxAboutMenu {
  position: relative;
  display: table;
  margin: 0 auto;
}
.cntDivBoxHome .boxNumber {
  width: 100%;
  text-align: center;
  font-size: 3.2em;
  color: #fff;
  letter-spacing: -2px;
}
.cntDivBoxHome .mainCnt {
  text-align: center;
  display: inline-block;
  color: #fff;
}
.cntDivBoxHome i {
  text-align: right;
  display: inline-block;
}
.cntDivBoxHome span {
  text-align: left;
  display: inline-block;
}
.cntDivBoxHome .boxAlt {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.bigLink {
  padding: 0px 20px;
}

.mobilTopMenu {
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 99999 !important;
  cursor: pointer;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.65);
  border-width: 0px 0px 1px 0px;
}
.mobilTopMenu a {
  text-decoration: none !important;
}

#smooth-wrapper {
  z-index: 1;
}

.animate__animated {
  --animate-duration: 0.3s; /* Animasyon süresini ayarlayabilirsiniz */
}

.mobilMenuOpen,
.mobilMenuClose {
  position: fixed;
  display: block;
  width: 100% !important;
  top: 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #272422;
  padding-top: 80px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 7 !important;
  cursor: default;
  overflow: auto;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.93) 0%,
    rgba(0, 0, 0, 0.93) 88%,
    #e52326 80%
  );
}
.mobilMenuOpen a,
.mobilMenuClose a {
  text-decoration: none !important;
}

.mobilMenuClose {
  display: none;
}

.flexMobileHeight {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Dikey ortalama için */
  height: 82vh;
  overflow: auto;
  gap: -1rem; /* Menü öğeleri arasında boşluk */
}

.boldx {
  font-weight: bold;
  color: #e40913;
}

.maskLayer,
.maskLayerHide {
  position: fixed;
  display: block;
  width: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 9997;
  cursor: default;
  background-color: rgba(10, 10, 10, 0.64);
}

.maskLayerHide {
  display: none;
}

.mobilTopMenu .menuTitle {
  width: 100%;
  display: block;
  padding: 14px 0px;
  background-color: #ea5b0c;
  font-size: 1rem;
  color: #ececec;
  font-weight: bold;
}
.mobilTopMenu .menuTitle:hover {
  color: #fff;
  background-color: #df4a0c;
}

.mblitem,
.mblitemPartR,
.mblitemPartL {
  display: block;
  font-size: 5.5rem;
  color: #e40913;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 700;
  width: 100%;
  letter-spacing: -0.1rem;
  line-height: 5.1rem;
  text-decoration: none !important;
  text-align: left;
  padding: 12px 4% !important;
}
.mblitem b,
.mblitemPartR b,
.mblitemPartL b {
  font-size: 0.8em;
  color: #ffde00;
}
.mblitem:hover,
.mblitemPartR:hover,
.mblitemPartL:hover {
  color: #ffffff;
  transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  transition-timing-function: cubic-bezier(
    0.645,
    0.045,
    0.355,
    1
  ); /* easeInOutCubic */
}

.textRalign {
  text-align: right !important;
  padding-right: 20px !important;
}

.textLalign {
  text-align: left !important;
  padding-left: 20px !important;
}

.mblitemEnd {
  display: block;
  width: 100%;
  background-color: #142140;
  height: 50px;
}

.language-links {
  display: flex;
  flex-wrap: nowrap;
}

.negativeBtn {
  background-color: transparent;
  color: #ffffff !important;
}
.negativeBtn:hover {
  background-color: rgba(255, 255, 255, 0.137254902);
}

.lang {
  margin-right: 3px; /* Aradaki boşluğu ayarlamak için */
  background-color: rgba(68, 63, 67, 0.0745098039);
}
.lang:hover {
  background-color: rgba(255, 255, 255, 0.137254902);
}

.workBoxCnt {
  display: block;
  color: #fff;
  background-color: #e40913;
}

.confboxtxt {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: content-box;
  font-size: 1rem;
  margin: 10px auto;
  background-color: #0a1621;
}

.confboxtxtmsg {
  display: block;
  color: #fff;
  width: 98%;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: content-box;
  font-size: 1rem;
  margin: 10px auto 10px 8px;
  height: 4.26rem;
  background-color: #0a1621;
}

.conf_btn {
  font-size: 0.8rem;
  margin: 0px !important;
  border-radius: 4px;
  padding: 0.8rem 2rem !important;
  transition: all ease 0.3s !important;
  text-decoration: none;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #000 !important;
  background-color: rgba(180, 3, 30, 0.7058823529) !important;
  float: right;
  text-align: center;
  cursor: pointer;
  color: #f1f1f1 !important;
}
.conf_btn:hover {
  background-color: rgba(0, 0, 0, 0.1960784314) !important;
  border-color: #961012 !important;
}

.altMblitem {
  width: 100%; /* Menü genişliği */
  position: fixed;
  overflow: auto;
  top: 50px; /* Üstten konumlandırma */
  right: -1200px; /* Başlangıçta ekranın dışında */
  height: 100%; /* Tam yükseklik */
  background-color: #1b1b1b; /* Arka plan rengi */
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5); /* Gölge efekti */
  transition: right 0.5s ease-in-out;
  z-index: 1000; /* Z-index düzeyi */
}

.altMblitem.open {
  right: 0; /* Açıkken sağ kenara yapış */
}

.HomeBtn {
  background-color: #961012 !important;
  color: #fff !important;
  font-weight: bolder;
  padding: 19px 0px;
}

.mblitemPartL {
  padding: 32px 0px;
  width: 49.9%;
  float: left;
  display: inline-block;
}

.mblitemPartR {
  padding: 32px 0px;
  width: 49.8%;
  float: right;
  display: inline-block;
}

.scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 3px;
}

.scrollbar-thumb {
  background-color: red;
  border-radius: 3px;
}

.altPage {
  display: block;
  position: relative;
  width: 100%;
  min-height: 360px;
  z-index: -1;
}
.altPage .altPageContent {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f1f1f1;
  font-size: 5.4rem;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 100;
  letter-spacing: -0.1rem;
  line-height: 5.4rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.altPage:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.2588235294),
    rgba(0, 0, 0, 0)
  );
}

@media only screen and (max-width: 990px) {
  .altPage .altPageContent {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 550px) {
  .altPage .altPageContent {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .altPage .altPageContent {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.scroll-btn {
  position: relative;
  z-index: 6;
  color: #e40913;
  border: none;
  cursor: pointer;
  display: inline-block;
  background-color: #c52222;
}
.scroll-btn.left {
  position: fixed;
  margin-left: 0px;
  background-color: #ffffff;
  left: 0;
}
.scroll-btn.left::after {
  height: 0px;
}
.scroll-btn.right {
  position: fixed;
  margin-right: 0px;
  background-color: #ffffff;
  right: 0;
}
.scroll-btn.right::after {
  height: 0px;
}

.filter-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.6);
  border-color: #272422;
  background-color: #ffffff;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.filter-bar button {
  font-family: "Poppins", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 1.56rem;
  letter-spacing: -1px;
  padding: 12px 20px 14px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  border: none;
  color: #e40913 !important;
  position: relative;
}
.filter-bar button:first-child {
  padding-left: 75px;
}
.filter-bar button:last-child {
  padding-right: 75px;
}
.filter-bar button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 4px;
  background-color: black;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.filter-bar button:hover::after {
  transform: scaleX(1);
}
.filter-bar button.active::after {
  background-color: #e40913;
  transform: scaleX(1);
}

@media only screen and (max-width: 990px) {
  .filter-bar {
    justify-content: left;
    padding-left: 60px;
    padding-right: 60px;
  }
  .filter-bar button {
    font-size: 1.24rem;
    padding: 16px 8px;
  }
  .filter-bar button:first-child {
    padding-left: 5px;
  }
  .filter-bar button:last-child {
    padding-right: 5px;
  }
}
@media (max-width: 576px) {
  .filter-bar button {
    font-size: 1rem;
    font-weight: 600;
    padding: 20px 8px 28px;
  }
  .filter-bar button:first-child {
    padding-left: 5px;
  }
  .filter-bar button:last-child {
    padding-right: 5px;
  }
}
.box,
.navTabMenu .boxCnt .boxAboutMenu {
  transition: all 0.3s ease;
}

.imgPage2 {
  background-image: url("../images/page2.webp");
}

.imgPage3 {
  background-image: url("../images/page3.webp");
}

.imgPage4 {
  background-image: url("../images/page4.webp");
}

.imgPage5 {
  background-image: url("../images/page5.webp");
}

.imgPage6 {
  background-image: url("../images/page6.webp");
}

.imgPage7 {
  background-image: url("../images/page7.webp");
}

.bannerCnt {
  display: block;
  position: relative;
  min-height: 100vh !important;
  z-index: -1;
}

.abouthHomePage {
  display: block;
  margin-top: -20vh;
  padding-left: 12%;
  padding-right: 12%;
  z-index: 3;
  opacity: 0;
}

.abouthHome {
  position: relative;
  display: block;
  padding-top: 7rem;
  padding-bottom: 4rem;
  z-index: -1;
  background-color: white;
}

.triggerFPage1 {
  margin-top: 5rem;
}

.colorBgCircle {
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: -30px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(10, 4, 209, 0) 0%, #a01213 30px);
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 43%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 43%);
  margin-bottom: -7rem; /* Negatif margin ekleyerek aşağı taşmasını sağlayabiliriz */
}

.trigger2_1 {
  margin-top: 7rem; /* Negatif margin ekleyerek aşağı taşmasını sağlayabiliriz */
}

.trigger_giris {
  display: block;
  padding-top: 4rem;
  padding-bottom: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  margin-bottom: -7rem; /* Negatif margin ekleyerek aşağı taşmasını sağlayabiliriz */
  position: relative; /* Position relative ekliyoruz */
  background: rgb(228, 9, 19);
  background: radial-gradient(
    circle,
    rgb(228, 9, 19) 0%,
    rgb(150, 16, 18) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e40913",endColorstr="#961012",GradientType=1);
}

.colorCircle {
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0px;
  top: 100px;
  scale: 1.1;
  height: 400px;
  background-color: #ffffff;
  border-radius: 100% 100% 0 0;
}

.careerHome {
  display: block;
  padding-top: 7rem;
  padding-bottom: 1rem;
  z-index: -1;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}

.bannerCnt2 {
  position: relative;
  margin-top: -140px;
}

.buttonPage {
  display: block;
  border-radius: 50px;
  padding: 25px 35px;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
  background-color: #961012;
}
.buttonPage:hover {
  background-color: #000;
}

#owl-referans {
  margin: 0px auto;
  background-color: #121212;
}

.referansMenu {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  background-color: #e40913;
  text-align: center;
  z-index: 9;
}
.referansMenu a {
  display: inline-block;
  padding: 15px 0px;
  color: #fff;
}
.referansMenu li {
  display: inline;
  padding: 0px 25px;
}

.socialIconsMenu {
  margin: 2px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 0.95em !important;
  background-color: transparent;
  width: 34px;
  height: 34px;
  line-height: 2em !important;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.socialIconsMenu:hover {
  color: #ff5441 !important;
}

.privateLink {
  z-index: 999;
  width: auto;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 4px 0px;
  font-size: 0.8em;
  bottom: 0px;
  color: #ff5441;
}
.privateLink:hover {
  color: #36b4e3;
}
.privateLink:nth-child(3) {
  font-size: 0.8em;
  margin-left: 6px;
}

.referansPage {
  position: relative;
  padding: 140px 50px 70px;
  background-color: #f5f5f5;
  margin-top: -160px;
  z-index: 1;
}

.referansImg {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  filter: saturate(0%);
  opacity: 0.7;
  transition: 1s;
  background-color: rgb(255, 255, 255);
  border: 8px solid #f5f5f5;
  border-radius: 14px;
  background-size: contain;
  height: 130px;
}
.referansImg:hover {
  transition: 0s;
  filter: saturate(140%);
  opacity: 1;
}

.buttonEgitim {
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 12px;
  width: 90%;
  letter-spacing: 1px;
  color: #fff;
  padding: 8px;
  margin: 0 auto 30px;
  background-color: #e40913;
}
.buttonEgitim:hover {
  background-color: #000;
}

.egitimBg {
  background-color: #fff;
}

.homeContent {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex; /* Flexbox kullanımı */
  align-items: center; /* Dikey ortalama */
  justify-content: center; /* Yatay ortalama (isteğe bağlı) */
}

.hizmetContent {
  padding: 10rem 2rem 2rem;
}

.homeContent2 {
  position: relative;
  padding: 5rem 1rem 2rem;
}

.trigger2_2 {
  background-color: #f1f1f1;
}

.trigger2_1_2 {
  background-color: #ffffff;
  padding: 2rem 2rem;
}

.bgColorGri {
  display: block;
}

.alignTech {
  display: block;
  background-color: #f1f1f1;
}

.subCntBoxMain {
  position: relative;
  margin: -48px auto 25px;
  padding: 65px 25px 30px;
  box-shadow: 0 0px 25px rgba(50, 56, 63, 0.3);
  background-color: rgb(255, 255, 255);
  text-align: justify;
  border-radius: 7px;
  z-index: 7;
}
.subCntBoxMain .lineBorder {
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0px;
  left: 0px;
}

.mflagXX,
.mflagEn,
.mflagTr {
  border-radius: 100px;
  width: 1.3rem !important;
  height: 1.3rem !important;
  padding: 0px !important;
  z-index: 99;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mflagTr {
  background-image: url("../images/tr.webp");
}

.mflagEn {
  background-image: url("../images/en.webp");
}

.subSecondCntBoxMain {
  position: relative;
  margin: -48px auto 25px;
  padding: 40px 25px 40px;
  box-shadow: 0 0px 25px rgba(50, 56, 63, 0.3);
  background-color: rgb(255, 255, 255);
  text-align: justify;
  border-radius: 7px;
  z-index: 7;
}
.subSecondCntBoxMain .lineBorder {
  position: absolute;
  width: 100%;
  height: 12px;
  top: 0px;
  left: 0px;
}

.subCntBox {
  position: relative;
  margin: 40px auto;
  padding: 50px 25px;
  text-align: justify;
  border-radius: 7px;
}

.boldStyle {
  color: #e40913;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
}

.subPageImg {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(146, 149, 151) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(146, 149, 151) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(146, 149, 151) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(146, 149, 151) !important;
}

:hover::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(68, 68, 68) !important;
}

:hover::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(68, 68, 68) !important;
}

:hover:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(68, 68, 68) !important;
}

:hover:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(68, 68, 68) !important;
}

.icerikPx {
  padding-top: 16px !important;
}

.DnmBox {
  height: 120px;
  display: block;
  margin: 15px auto 20px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.DnmBoxText {
  border-style: solid;
  border-color: white;
  border-width: 0px 0px 0px 0px;
  padding-top: 0px !important;
  font-size: 0.8rem;
  color: #ff5441;
  letter-spacing: 0px;
  text-align: center !important;
}

.content-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  background: url("../../images/what_we_do/work1.webp"),
    url("../../images/what_we_do/work2.webp"),
    url("../../images/what_we_do/work3.webp"),
    url("../../images/what_we_do/work4.webp"),
    url("../../images/what_we_do/EASYFISHOIL.webp"),
    url("../../images/what_we_do/EASYFISHOIL_negative.webp"),
    url("../../images/what_we_do/PATTEX.webp"),
    url("../../images/what_we_do/PATTEX_negative.webp"),
    url("../../images/what_we_do/LIPTON.webp"),
    url("../../images/what_we_do/LIPTON_negative.webp"),
    url("../../images/what_we_do/YUMOS.webp"),
    url("../../images/what_we_do/YUMOS_negative.webp"),
    url("../../images/what_we_do/JANSSEN.webp"),
    url("../../images/what_we_do/JANSSEN_negative.webp"),
    url("../../images/what_we_do/PRITT.webp"),
    url("../../images/what_we_do/PRITT_negative.webp"),
    url("../../images/what_we_do/TADIMCA.webp"),
    url("../../images/what_we_do/TADIMCA_negative.webp"),
    url("../../images/what_we_do/JANSSEN2.webp"),
    url("../../images/what_we_do/JANSSEN2_negative.webp"),
    url("../../images/what_we_do/OLIA.webp"),
    url("../../images/what_we_do/OLIA_negative.webp"),
    url("../../images/what_we_do/KNORR.webp"),
    url("../../images/what_we_do/KNORR_negative.webp"),
    url("../../images/what_we_do/HEMOPROPIN.webp"),
    url("../../images/what_we_do/HEMOPROPIN_negative.webp"),
    url("../../images/what_we_do/BIC.webp"),
    url("../../images/what_we_do/BIC_negative.webp"),
    url("../../images/what_we_do/RUFFLES.webp"),
    url("../../images/what_we_do/RUFFLES_negative.webp"),
    url("../../images/what_we_do/REDBULL.webp"),
    url("../../images/what_we_do/REDBULL_negative.webp"),
    url("../../images/what_we_do/NESCAFE.webp"),
    url("../../images/what_we_do/NESCAFE_negative.webp"),
    url("../../images/what_we_do/LAYS.webp"),
    url("../../images/what_we_do/LAYS_negative.webp"),
    url("../../images/what_we_do/PERSIL.webp"),
    url("../../images/what_we_do/PERSIL_negative.webp"),
    url("../../images/what_we_do/GLISS.webp"),
    url("../../images/what_we_do/GLISS_negative.webp"),
    url("../../images/what_we_do/BLENDAX.webp"),
    url("../../images/what_we_do/BLENDAX_negative.webp"),
    url("../../images/what_we_do/ERIKLI.webp"),
    url("../../images/what_we_do/ERIKLI_negative.webp"),
    url("../../images/what_we_do/JACOBS.webp"),
    url("../../images/what_we_do/JACOBS_negative.webp"),
    url("../../images/what_we_do/SUTAS.webp"),
    url("../../images/what_we_do/SUTAS_negative.webp"),
    url("../../images/what_we_do/MICROSOFT.webp"),
    url("../../images/what_we_do/MICROSOFT_negative.webp"),
    url("../../images/what_we_do/LEGO.webp"),
    url("../../images/what_we_do/LEGO_negative.webp"),
    url("../../images/what_we_do/LOCTITE.webp"),
    url("../../images/what_we_do/LOCTITE_negative.webp"),
    url("../../images/what_we_do/AMOY.webp"),
    url("../../images/what_we_do/AMOY_negative.webp"),
    url("../../images/what_we_do/PRITT2.webp"),
    url("../../images/what_we_do/PRITT2_negative.webp"),
    url("../../images/what_we_do/SENSODYNE.webp"),
    url("../../images/what_we_do/SENSODYNE_negative.webp"),
    url("../../images/what_we_do/REDBULL2.webp"),
    url("../../images/what_we_do/REDBULL2_negative.webp"),
    url("../../images/what_we_do/CETAPHIL.webp"),
    url("../../images/what_we_do/CETAPHIL_negative.webp"),
    url("../../images/what_we_do/FITFUN.webp"),
    url("../../images/what_we_do/FITFUN_negative.webp"),
    url("../../images/what_we_do/REXONA.webp"),
    url("../../images/what_we_do/REXONA_negative.webp"),
    url("../../images/what_we_do/OMO.webp"),
    url("../../images/what_we_do/OMO_negative.webp"),
    url("../../images/what_we_do/VITAL.webp"),
    url("../../images/what_we_do/VITAL_negative.webp"),
    url("../../images/what_we_do/PURELIFE.webp"),
    url("../../images/what_we_do/PURELIFE_negative.webp"),
    url("../../images/what_we_do/GIN.webp"),
    url("../../images/what_we_do/GIN_negative.webp"),
    url("../../images/what_we_do/JACK.webp"),
    url("../../images/what_we_do/JACK_negative.webp"),
    url("../../images/what_we_do/TADIMCA2.webp"),
    url("../../images/what_we_do/TADIMCA2_negative.webp"),
    url("../../images/what_we_do/DOGADAN.webp"),
    url("../../images/what_we_do/DOGADAN_negative.webp"),
    url("../../images/what_we_do/CHEETOS.webp"),
    url("../../images/what_we_do/CHEETOS_negative.webp"),
    url("../../images/what_we_do/CHEETOS2.webp"),
    url("../../images/what_we_do/CHEETOS2_negative.webp"),
    url("../../images/what_we_do/PERSIL2.webp"),
    url("../../images/what_we_do/PERSIL2_negative.webp"),
    url("../../images/what_we_do/PRIL.webp"),
    url("../../images/what_we_do/PRIL_negative.webp"),
    url("../../images/what_we_do/DORIDOS.webp"),
    url("../../images/what_we_do/DORIDOS_negative.webp"),
    url("../../images/what_we_do/CAYKUR.webp"),
    url("../../images/what_we_do/CAYKUR_negative.webp"),
    url("../../images/what_we_do/KNORR2.webp"),
    url("../../images/what_we_do/KNORR2_negative.webp"),
    url("../../images/what_we_do/ALO2.webp"),
    url("../../images/what_we_do/ALO2_negative.webp"),
    url("../../images/what_we_do/EVYBABY.webp"),
    url("../../images/what_we_do/EVYBABY_negative.webp"),
    url("../../images/what_we_do/HAYAT.webp"),
    url("../../images/what_we_do/HAYAT_negative.webp"),
    url("../../images/what_we_do/TEFAL.webp"),
    url("../../images/what_we_do/TEFAL_negative.webp"),
    url("../../images/what_we_do/CIN2.webp"),
    url("../../images/what_we_do/CIN2_negative.webp"),
    url("../../images/what_we_do/JACK2.webp"),
    url("../../images/what_we_do/JACK2_negative.webp"),
    url("../../images/what_we_do/KENTUCKY.webp"),
    url("../../images/what_we_do/KENTUCKY_negative.webp"),
    url("../../images/what_we_do/KNORR3.webp"),
    url("../../images/what_we_do/KNORR3_negative.webp"),
    url("../../images/what_we_do/K2R.webp"),
    url("../../images/what_we_do/K2R_negative.webp"),
    url("../../images/what_we_do/REXONA2.webp"),
    url("../../images/what_we_do/REXONA2_negative.webp"),
    url("../../images/what_we_do/SIMPLE.webp"),
    url("../../images/what_we_do/SIMPLE_negative.webp"),
    url("../../images/what_we_do/PATTEX2.webp"),
    url("../../images/what_we_do/PATTEX2_negative.webp"),
    url("../../images/what_we_do/TAFT.webp"),
    url("../../images/what_we_do/TAFT_negative.webp"),
    url("../../images/what_we_do/BREF.webp"),
    url("../../images/what_we_do/BREF_negative.webp"),
    url("../../images/what_we_do/PEPSI.webp"),
    url("../../images/what_we_do/PEPSI_negative.webp"),
    url("../../images/what_we_do/KINDER.webp"),
    url("../../images/what_we_do/KINDER_negative.webp"),
    url("../../images/what_we_do/PALMOLIVE.webp"),
    url("../../images/what_we_do/PALMOLIVE_negative.webp"),
    url("../../images/what_we_do/PALMOLIVEMEN.webp"),
    url("../../images/what_we_do/PALMOLIVEMEN_negative.webp"),
    url("../../images/what_we_do/REDBULL3.webp"),
    url("../../images/what_we_do/REDBULL3_negative.webp"),
    url("../../images/what_we_do/LITTLEPONY.webp"),
    url("../../images/what_we_do/LITTLEPONY_negative.webp"),
    url("../../images/what_we_do/CASTROL.webp"),
    url("../../images/what_we_do/CASTROL_negative.webp"),
    url("../../images/what_we_do/REDBULL4.webp"),
    url("../../images/what_we_do/PELLEGRINO.webp"),
    url("../../images/what_we_do/PELLEGRINO_negative.webp"),
    url("../../images/what_we_do/CLEAR.webp"),
    url("../../images/what_we_do/CLEAR_negative.webp"),
    url("../../images/what_we_do/HARIBO.webp"),
    url("../../images/what_we_do/HARIBO_negative.webp"),
    url("../../images/what_we_do/KOLTUKSENIN.webp"),
    url("../../images/what_we_do/KOLTUKSENIN_negative.webp"),
    url("../../images/what_we_do/ALGIDA.webp"),
    url("../../images/what_we_do/ALGIDA_negative.webp"),
    url("../../images/what_we_do/PATENT.webp"),
    url("../../images/what_we_do/PATENT_negative.webp"),
    url("../../images/what_we_do/PATENT2.webp"),
    url("../../images/what_we_do/PATENT2_negative.webp"),
    url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri.webp"),
    url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri_negative.webp"),
    url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri2.webp"),
    url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri2_negative.webp"),
    url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri3.webp"),
    url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri3_negative.webp"),
    url("../../images/what_we_do/Dijital_Baski.webp"),
    url("../../images/what_we_do/Dijital_Baski_negative.webp"),
    url("../../images/what_we_do/Dijital_Baski2.webp"),
    url("../../images/what_we_do/Dijital_Baski2_negative.webp"),
    url("../../images/what_we_do/Dijital_Baski3.webp"),
    url("../../images/what_we_do/Dijital_Baski3_negative.webp"),
    url("../../images/what_we_do/Dijital_Baski4.webp"),
    url("../../images/what_we_do/Dijital_Baski4_negative.webp"),
    url("../../images/what_we_do/Ofset_Baski.webp"),
    url("../../images/what_we_do/Ofset_Baski_negative.webp"),
    url("../../images/what_we_do/Ofset_Baski2.webp"),
    url("../../images/what_we_do/Ofset_Baski2_negative.webp"),
    url("../../images/what_we_do/Ofset_Baski3.webp"),
    url("../../images/what_we_do/Ofset_Baski3_negative.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari_negative.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari2.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari2_negative.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari3.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari3_negative.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari4.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari4_negative.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari5.webp"),
    url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari5_negative.webp"),
    url("../../images/what_we_do/Promosyon_Malzemeleri.webp"),
    url("../../images/what_we_do/Promosyon_Malzemeleri_negative.webp"),
    url("../../images/what_we_do/Promosyon_Malzemeleri2.webp"),
    url("../../images/what_we_do/Promosyon_Malzemeleri2_negative.webp"),
    url("../../images/what_we_do/negro.webp"),
    url("../../images/what_we_do/negro_negative.webp"),
    url("../../images/works/Dis_Mekan_Redbull.webp"),
    url("../../images/works/Dis_Mekan_Redbull_negative.webp"),
    url("../../images/works/Dis_Mekan_Redbull2.webp"),
    url("../../images/works/Dis_Mekan_Redbull2_negative.webp"),
    url("../../images/works/Etkinlik_Calve.webp"),
    url("../../images/works/Etkinlik_Calve_negative.webp"),
    url("../../images/works/Etkinlik_Jack.webp"),
    url("../../images/works/Etkinlik_Jack_negative.webp"),
    url("../../images/works/Etkinlik_Redbull.webp"),
    url("../../images/works/Etkinlik_Redbull_negative.webp"),
    url("../../images/works/Etkinlik_Clear.webp"),
    url("../../images/works/Etkinlik_Clear_negative.webp"),
    url("../../images/works/Fuar_Sambucol.webp"),
    url("../../images/works/Fuar_Sambucol_negative.webp"),
    url("../../images/works/Fuar_Henkel.webp"),
    url("../../images/works/Fuar_Henkel_negative.webp"),
    url("../../images/works/Fuar_Collagen.webp"),
    url("../../images/works/Fuar_Collagen_negative.webp"),
    url("../../images/works/Fuar_Algida.webp"),
    url("../../images/works/Fuar_Algida_negative.webp"),
    url("../../images/works/Fuar_Simple.webp"),
    url("../../images/works/Fuar_Simple_negative.webp"),
    url("../../images/works/Fuar_Algida2.webp"),
    url("../../images/works/Fuar_Algida2_negative.webp"),
    url("../../images/works/Fuar_UNILEVER.webp"),
    url("../../images/works/Fuar_UNILEVER_negative.webp"),
    url("../../images/works/Fuar_IBB.webp"),
    url("../../images/works/Fuar_IBB_negative.webp"),
    url("../../images/works/Fuar_Henkel2.webp"),
    url("../../images/works/Fuar_Henkel2_negative.webp"),
    url("../../images/works/Fuar_Redbull2.webp"),
    url("../../images/works/Fuar_Redbull2_negative.webp"),
    url("../../images/works/baby-corner.webp"),
    url("../../images/works/baby-corner_negative.webp"),
    url("../../images/works/Fuar_Redbull.webp"),
    url("../../images/works/Fuar_Redbull_negative.webp"),
    url("../../images/works/Fuar_Redbull3.webp"),
    url("../../images/works/Fuar_Redbull3_negative.webp"),
    url("../../images/works/Fuar_Redbull4.webp"),
    url("../../images/works/Fuar_Redbull4_negative.webp"),
    url("../../images/works/Fuar_Redbull5.webp"),
    url("../../images/works/Fuar_Redbull5_negative.webp"),
    url("../../images/works/Ic_Mekan_Redbull2.webp"),
    url("../../images/works/Ic_Mekan_Redbull2_negative.webp"),
    url("../../images/works/Ic_Mekan_Redbull3.webp"),
    url("../../images/works/Ic_Mekan_Redbull3_negative.webp"),
    url("../../images/works/Ic_Mekan_Redbull4.webp"),
    url("../../images/works/Ic_Mekan_Redbull4_negative.webp"),
    url("../../images/works/Ic_Mekan_TepeNautilus.webp"),
    url("../../images/works/Ic_Mekan_TepeNautilus_negative.webp"),
    url("../../images/works/Ic_Mekan_Algida.webp"),
    url("../../images/works/Ic_Mekan_Algida_negative.webp"),
    url("../../images/works/Ic_Mekan_Rexona.webp"),
    url("../../images/works/Ic_Mekan_Rexona_negative.webp"),
    url("../../images/works/Ic_Mekan_Knorr.webp"),
    url("../../images/works/Ic_Mekan_Knorr_negative.webp"),
    url("../../images/works/Ic_Mekan_Finish.webp"),
    url("../../images/works/Ic_Mekan_Finish_negative.webp"),
    url("../../images/works/Ic_Mekan_Unilever.webp"),
    url("../../images/works/Ic_Mekan_Unilever_negative.webp"),
    url("../../images/works/Ic_Mekan_Yumos.webp"),
    url("../../images/works/Ic_Mekan_Yumos_negative.webp"),
    url("../../images/works/Ic_Mekan_Yumos2.webp"),
    url("../../images/works/Ic_Mekan_Yumos2_negative.webp"),
    url("../../images/works/Ic_Mekan_Pritt.webp"),
    url("../../images/works/Ic_Mekan_Pritt_negative.webp"),
    url("../../images/works/Ic_Mekan_Omo.webp"),
    url("../../images/works/Ic_Mekan_Omo_negative.webp"),
    url("../../images/works/Ic_Mekan_Rexona2.webp"),
    url("../../images/works/Ic_Mekan_Rexona2_negative.webp"),
    url("../../images/works/Ic_Mekan_Haribo.webp"),
    url("../../images/works/Ic_Mekan_Haribo_negative.webp"),
    url("../../images/what_we_do/vaseline.webp"),
    url("../../images/what_we_do/vaseline_negative.webp"),
    url("../../images/what_we_do/closeup.webp"),
    url("../../images/what_we_do/closeup_negative.webp"),
    url("../../images/what_we_do/BALPARMAK.webp"),
    url("../../images/what_we_do/BALPARMAK_negative.webp"),
    url("../../images/what_we_do/CLEAR_CHARM_STANT.webp"),
    url("../../images/what_we_do/CLEAR_CHARM_STANT_negative.webp"),
    url("../../images/what_we_do/DOVE_DIOR.webp"),
    url("../../images/what_we_do/DOVE_DIOR_negative.webp"),
    url("../../images/what_we_do/REDBULL10.webp"),
    url("../../images/what_we_do/REDBULL10_negative.webp"),
    url("../../images/what_we_do/A1MARKET.webp"),
    url("../../images/what_we_do/A1MARKET_negative.webp"),
    url("../../images/what_we_do/ALGIDA_FOOD_SERVICES.webp"),
    url("../../images/what_we_do/ALGIDA_FOOD_SERVICES_negative.webp"),
    url("../../images/what_we_do/CAYKUR_TRABZON.webp"),
    url("../../images/what_we_do/CAYKUR_TRABZON_negative.webp"),
    url("../../images/what_we_do/CODEWAY_NEWYEAR_EVENT.webp"),
    url("../../images/what_we_do/CODEWAY_NEWYEAR_EVENT_negative.webp"),
    url("../../images/what_we_do/LEGO_KİOKS.webp"),
    url("../../images/what_we_do/LEGO_KİOKS_negative.webp"),
    url("../../images/what_we_do/METROPOL_AVM_LEGO_FOTO_CEKILME_ALANI.webp"),
    url("../../images/what_we_do/METROPOL_AVM_LEGO_FOTO_CEKILME_ALANI_negative.webp"),
    url("../../images/what_we_do/KNORR_GECECILER.webp"),
    url("../../images/what_we_do/KNORR_GECECILER_negative.webp"),
    url("../../images/what_we_do/KNORR_MASAUSTU_DISPLAY.webp"),
    url("../../images/what_we_do/KNORR_MASAUSTU_DISPLAY_negative.webp"),
    url("../../images/what_we_do/MARVIS_HOTSPOT_WATSONS.webp"),
    url("../../images/what_we_do/MARVIS_HOTSPOT_WATSONS_negative.webp"),
    url("../../images/what_we_do/MUSTELA_DISPLAY.webp"),
    url("../../images/what_we_do/MUSTELA_DISPLAY_negative.webp"),
    url("../../images/what_we_do/SIMPLE_HOTSPOT.webp"),
    url("../../images/what_we_do/SIMPLE_HOTSPOT_negative.webp"),
    url("../../images/what_we_do/CLEAR_UEFA_2024_TOP.webp"),
    url("../../images/what_we_do/CLEAR_UEFA_2024_TOP_negative.webp"),
    url("../../images/what_we_do/NESCAFE_3_1.webp"),
    url("../../images/what_we_do/NESCAFE_3_1_negative.webp"),
    url("../../images/what_we_do/FISHER_PRICE.webp"),
    url("../../images/what_we_do/FISHER_PRICE_negative.webp"),
    url("../../images/what_we_do/HEINZ_ORTA_ALAN.webp"),
    url("../../images/what_we_do/HEINZ_ORTA_ALAN_negative.webp"),
    url("../../images/what_we_do/HOT_WHEELS.webp"),
    url("../../images/what_we_do/HOT_WHEELS_negative.webp"),
    url("../../images/what_we_do/OZDILEK_LEVENT_KOLON_GIYDIRME.webp"),
    url("../../images/what_we_do/OZDILEK_LEVENT_KOLON_GIYDIRME_negative.webp"),
    url("../../images/what_we_do/OZDILEK_LEVENT_KOLON.webp"),
    url("../../images/what_we_do/OZDILEK_LEVENT_KOLON_negative.webp"),
    url("../../images/what_we_do/VADI_ISTANBUL_HOMERUN_STAND.webp"),
    url("../../images/what_we_do/VADI_ISTANBUL_HOMERUN_STAND_negative.webp"),
    url("../../images/what_we_do/ACIBADEM_ONLINE.webp"),
    url("../../images/what_we_do/ACIBADEM_ONLINE_negative.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER_negative.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER2.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER2_negative.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER3.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER3_negative.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER4.webp"),
    url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER4_negative.webp"),
    url("../../images/what_we_do/SEN_PILIC.webp"),
    url("../../images/what_we_do/SEN_PILIC_negative.webp"),
    url("../../images/what_we_do/YORSAN.webp"),
    url("../../images/what_we_do/YORSAN_negative.webp"),
    url("../../images/what_we_do/JACK_DANIELS_JENESSE.webp"),
    url("../../images/what_we_do/JACK_DANIELS_JENESSE_negative.webp"),
    url("../../images/what_we_do/JACK_DANIELS_WOODFOTD.webp"),
    url("../../images/what_we_do/JACK_DANIELS_WOODFOTD_negative.webp"),
    url("../../images/what_we_do/ROGER_GALLET.webp"),
    url("../../images/what_we_do/ROGER_GALLET_negative.webp"),
    url("../../images/what_we_do/wow.webp"),
    url("../../images/what_we_do/wow_negative.webp"),
    url("../../images/what_we_do/SIGNAL_DUMMY.webp"),
    url("../../images/what_we_do/SIGNAL_DUMMY_negative.webp");
}

.content-box {
  width: 100%;
  background: transparent;
  margin-bottom: 2rem;
  position: relative;
}

.image-container {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background-size: cover;
  background-position: center;
  transition: background 0.3s ease;
}
.image-container.wow {
  background-image: url("../../images/what_we_do/wow_negative.webp");
}
.content-box-link:hover .image-container.wow {
  background-image: url("../../images/what_we_do/wow.webp");
}
.image-container.SIGNAL_DUMMY {
  background-image: url("../../images/what_we_do/SIGNAL_DUMMY_negative.webp");
}
.content-box-link:hover .image-container.SIGNAL_DUMMY {
  background-image: url("../../images/what_we_do/SIGNAL_DUMMY.webp");
}
.image-container.ROGER_GALLET {
  background-image: url("../../images/what_we_do/ROGER_GALLET_negative.webp");
}
.content-box-link:hover .image-container.ROGER_GALLET {
  background-image: url("../../images/what_we_do/ROGER_GALLET.webp");
}
.image-container.JACK_DANIELS_WOODFOTD {
  background-image: url("../../images/what_we_do/JACK_DANIELS_WOODFOTD_negative.webp");
}
.content-box-link:hover .image-container.JACK_DANIELS_WOODFOTD {
  background-image: url("../../images/what_we_do/JACK_DANIELS_WOODFOTD.webp");
}
.image-container.YORSAN {
  background-image: url("../../images/what_we_do/YORSAN_negative.webp");
}
.content-box-link:hover .image-container.YORSAN {
  background-image: url("../../images/what_we_do/YORSAN.webp");
}
.image-container.JACK_DANIELS_JENESSE {
  background-image: url("../../images/what_we_do/JACK_DANIELS_JENESSE_negative.webp");
}
.content-box-link:hover .image-container.JACK_DANIELS_JENESSE {
  background-image: url("../../images/what_we_do/JACK_DANIELS_JENESSE.webp");
}
.image-container.SEN_PILIC {
  background-image: url("../../images/what_we_do/SEN_PILIC_negative.webp");
}
.content-box-link:hover .image-container.SEN_PILIC {
  background-image: url("../../images/what_we_do/SEN_PILIC.webp");
}
.image-container.IBB_ARAC_GIYDIRMELER2 {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER2_negative.webp");
}
.content-box-link:hover .image-container.IBB_ARAC_GIYDIRMELER2 {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER2.webp");
}
.image-container.IBB_ARAC_GIYDIRMELER3 {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER3_negative.webp");
}
.content-box-link:hover .image-container.IBB_ARAC_GIYDIRMELER3 {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER3.webp");
}
.image-container.IBB_ARAC_GIYDIRMELER4 {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER4_negative.webp");
}
.content-box-link:hover .image-container.IBB_ARAC_GIYDIRMELER4 {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER4.webp");
}
.image-container.ACIBADEM_ONLINE {
  background-image: url("../../images/what_we_do/ACIBADEM_ONLINE_negative.webp");
}
.content-box-link:hover .image-container.ACIBADEM_ONLINE {
  background-image: url("../../images/what_we_do/ACIBADEM_ONLINE.webp");
}
.image-container.IBB_ARAC_GIYDIRMELER {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER_negative.webp");
}
.content-box-link:hover .image-container.IBB_ARAC_GIYDIRMELER {
  background-image: url("../../images/what_we_do/IBB_ARAC_GIYDIRMELER.webp");
}
.image-container.VADI_ISTANBUL_HOMERUN_STAND {
  background-image: url("../../images/what_we_do/VADI_ISTANBUL_HOMERUN_STAND_negative.webp");
}
.content-box-link:hover .image-container.VADI_ISTANBUL_HOMERUN_STAND {
  background-image: url("../../images/what_we_do/VADI_ISTANBUL_HOMERUN_STAND.webp");
}
.image-container.OZDILEK_LEVENT_KOLON {
  background-image: url("../../images/what_we_do/OZDILEK_LEVENT_KOLON_negative.webp");
}
.content-box-link:hover .image-container.OZDILEK_LEVENT_KOLON {
  background-image: url("../../images/what_we_do/OZDILEK_LEVENT_KOLON.webp");
}
.image-container.OZDILEK_LEVENT_KOLON_GIYDIRME {
  background-image: url("../../images/what_we_do/OZDILEK_LEVENT_KOLON_GIYDIRME_negative.webp");
}
.content-box-link:hover .image-container.OZDILEK_LEVENT_KOLON_GIYDIRME {
  background-image: url("../../images/what_we_do/OZDILEK_LEVENT_KOLON_GIYDIRME.webp");
}
.image-container.HOT_WHEELS {
  background-image: url("../../images/what_we_do/HOT_WHEELS_negative.webp");
}
.content-box-link:hover .image-container.HOT_WHEELS {
  background-image: url("../../images/what_we_do/HOT_WHEELS.webp");
}
.image-container.HEINZ_ORTA_ALAN {
  background-image: url("../../images/what_we_do/HEINZ_ORTA_ALAN_negative.webp");
}
.content-box-link:hover .image-container.HEINZ_ORTA_ALAN {
  background-image: url("../../images/what_we_do/HEINZ_ORTA_ALAN.webp");
}
.image-container.FISHER_PRICE {
  background-image: url("../../images/what_we_do/FISHER_PRICE_negative.webp");
}
.content-box-link:hover .image-container.FISHER_PRICE {
  background-image: url("../../images/what_we_do/FISHER_PRICE.webp");
}
.image-container.NESCAFE_3_1 {
  background-image: url("../../images/what_we_do/NESCAFE_3_1_negative.webp");
}
.content-box-link:hover .image-container.NESCAFE_3_1 {
  background-image: url("../../images/what_we_do/NESCAFE_3_1.webp");
}
.image-container.CLEAR_UEFA_2024_TOP {
  background-image: url("../../images/what_we_do/CLEAR_UEFA_2024_TOP_negative.webp");
}
.content-box-link:hover .image-container.CLEAR_UEFA_2024_TOP {
  background-image: url("../../images/what_we_do/CLEAR_UEFA_2024_TOP.webp");
}
.image-container.SIMPLE_HOTSPOT {
  background-image: url("../../images/what_we_do/SIMPLE_HOTSPOT_negative.webp");
}
.content-box-link:hover .image-container.SIMPLE_HOTSPOT {
  background-image: url("../../images/what_we_do/SIMPLE_HOTSPOT.webp");
}
.image-container.MUSTELA_DISPLAY {
  background-image: url("../../images/what_we_do/MUSTELA_DISPLAY_negative.webp");
}
.content-box-link:hover .image-container.MUSTELA_DISPLAY {
  background-image: url("../../images/what_we_do/MUSTELA_DISPLAY.webp");
}
.image-container.KNORR_MASAUSTU_DISPLAY {
  background-image: url("../../images/what_we_do/KNORR_MASAUSTU_DISPLAY_negative.webp");
}
.content-box-link:hover .image-container.KNORR_MASAUSTU_DISPLAY {
  background-image: url("../../images/what_we_do/KNORR_MASAUSTU_DISPLAY.webp");
}
.image-container.MARVIS_HOTSPOT_WATSONS {
  background-image: url("../../images/what_we_do/MARVIS_HOTSPOT_WATSONS_negative.webp");
}
.content-box-link:hover .image-container.MARVIS_HOTSPOT_WATSONS {
  background-image: url("../../images/what_we_do/MARVIS_HOTSPOT_WATSONS.webp");
}
.image-container.KNORR_GECECILER {
  background-image: url("../../images/what_we_do/KNORR_GECECILER_negative.webp");
}
.content-box-link:hover .image-container.KNORR_GECECILER {
  background-image: url("../../images/what_we_do/KNORR_GECECILER.webp");
}
.image-container.METROPOL_AVM_LEGO_FOTO_CEKILME_ALANI {
  background-image: url("../../images/what_we_do/METROPOL_AVM_LEGO_FOTO_CEKILME_ALANI_negative.webp");
}
.content-box-link:hover .image-container.METROPOL_AVM_LEGO_FOTO_CEKILME_ALANI {
  background-image: url("../../images/what_we_do/METROPOL_AVM_LEGO_FOTO_CEKILME_ALANI.webp");
}
.image-container.LEGO_KİOKS {
  background-image: url("../../images/what_we_do/LEGO_KİOKS_negative.webp");
}
.content-box-link:hover .image-container.LEGO_KİOKS {
  background-image: url("../../images/what_we_do/LEGO_KİOKS.webp");
}
.image-container.CODEWAY_NEWYEAR_EVENT {
  background-image: url("../../images/what_we_do/CODEWAY_NEWYEAR_EVENT_negative.webp");
}
.content-box-link:hover .image-container.CODEWAY_NEWYEAR_EVENT {
  background-image: url("../../images/what_we_do/CODEWAY_NEWYEAR_EVENT.webp");
}
.image-container.CAYKUR_TRABZON {
  background-image: url("../../images/what_we_do/CAYKUR_TRABZON_negative.webp");
}
.content-box-link:hover .image-container.CAYKUR_TRABZON {
  background-image: url("../../images/what_we_do/CAYKUR_TRABZON.webp");
}
.image-container.ALGIDA_FOOD_SERVICES {
  background-image: url("../../images/what_we_do/ALGIDA_FOOD_SERVICES_negative.webp");
}
.content-box-link:hover .image-container.ALGIDA_FOOD_SERVICES {
  background-image: url("../../images/what_we_do/ALGIDA_FOOD_SERVICES.webp");
}
.image-container.A1MARKET {
  background-image: url("../../images/what_we_do/A1MARKET_negative.webp");
}
.content-box-link:hover .image-container.A1MARKET {
  background-image: url("../../images/what_we_do/A1MARKET.webp");
}
.image-container.REDBULL10 {
  background-image: url("../../images/what_we_do/REDBULL10_negative.webp");
}
.content-box-link:hover .image-container.REDBULL10 {
  background-image: url("../../images/what_we_do/REDBULL10.webp");
}
.image-container.DOVE_DIOR {
  background-image: url("../../images/what_we_do/DOVE_DIOR_negative.webp");
}
.content-box-link:hover .image-container.DOVE_DIOR {
  background-image: url("../../images/what_we_do/DOVE_DIOR.webp");
}
.image-container.CLEAR_CHARM_STANT {
  background-image: url("../../images/what_we_do/CLEAR_CHARM_STANT_negative.webp");
}
.content-box-link:hover .image-container.CLEAR_CHARM_STANT {
  background-image: url("../../images/what_we_do/CLEAR_CHARM_STANT.webp");
}
.image-container.BALPARMAK {
  background-image: url("../../images/what_we_do/BALPARMAK_negative.webp");
}
.content-box-link:hover .image-container.BALPARMAK {
  background-image: url("../../images/what_we_do/BALPARMAK.webp");
}
.image-container.vaseline {
  background-image: url("../../images/what_we_do/vaseline_negative.webp");
}
.content-box-link:hover .image-container.vaseline {
  background-image: url("../../images/what_we_do/vaseline.webp");
}
.image-container.closeup {
  background-image: url("../../images/what_we_do/closeup_negative.webp");
}
.content-box-link:hover .image-container.closeup {
  background-image: url("../../images/what_we_do/closeup.webp");
}
.image-container.Ic_Mekan_Rexona2 {
  background-image: url("../../images/works/Ic_Mekan_Rexona2_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Rexona2 {
  background-image: url("../../images/works/Ic_Mekan_Rexona2.webp");
}
.image-container.Ic_Mekan_Haribo {
  background-image: url("../../images/works/Ic_Mekan_Haribo_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Haribo {
  background-image: url("../../images/works/Ic_Mekan_Haribo.webp");
}
.image-container.Ic_Mekan_Haribo {
  background-image: url("../../images/works/Ic_Mekan_Haribo_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Haribo {
  background-image: url("../../images/works/Ic_Mekan_Haribo.webp");
}
.image-container.Ic_Mekan_Omo {
  background-image: url("../../images/works/Ic_Mekan_Omo_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Omo {
  background-image: url("../../images/works/Ic_Mekan_Omo.webp");
}
.image-container.Ic_Mekan_Pritt {
  background-image: url("../../images/works/Ic_Mekan_Pritt_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Pritt {
  background-image: url("../../images/works/Ic_Mekan_Pritt.webp");
}
.image-container.Ic_Mekan_Yumos2 {
  background-image: url("../../images/works/Ic_Mekan_Yumos2_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Yumos2 {
  background-image: url("../../images/works/Ic_Mekan_Yumos2.webp");
}
.image-container.Ic_Mekan_Yumos {
  background-image: url("../../images/works/Ic_Mekan_Yumos_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Yumos {
  background-image: url("../../images/works/Ic_Mekan_Yumos.webp");
}
.image-container.Ic_Mekan_Unilever {
  background-image: url("../../images/works/Ic_Mekan_Unilever_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Unilever {
  background-image: url("../../images/works/Ic_Mekan_Unilever.webp");
}
.image-container.Ic_Mekan_Knorr {
  background-image: url("../../images/works/Ic_Mekan_Knorr_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Knorr {
  background-image: url("../../images/works/Ic_Mekan_Knorr.webp");
}
.image-container.Ic_Mekan_Finish {
  background-image: url("../../images/works/Ic_Mekan_Finish_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Finish {
  background-image: url("../../images/works/Ic_Mekan_Finish.webp");
}
.image-container.Ic_Mekan_Rexona {
  background-image: url("../../images/works/Ic_Mekan_Rexona_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Rexona {
  background-image: url("../../images/works/Ic_Mekan_Rexona.webp");
}
.image-container.Ic_Mekan_Algida {
  background-image: url("../../images/works/Ic_Mekan_Algida_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Algida {
  background-image: url("../../images/works/Ic_Mekan_Algida.webp");
}
.image-container.Ic_Mekan_TepeNautilus {
  background-image: url("../../images/works/Ic_Mekan_TepeNautilus_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_TepeNautilus {
  background-image: url("../../images/works/Ic_Mekan_TepeNautilus.webp");
}
.image-container.Ic_Mekan_Redbull4 {
  background-image: url("../../images/works/Ic_Mekan_Redbull4_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Redbull4 {
  background-image: url("../../images/works/Ic_Mekan_Redbull4.webp");
}
.image-container.Ic_Mekan_Redbull3 {
  background-image: url("../../images/works/Ic_Mekan_Redbull3_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Redbull3 {
  background-image: url("../../images/works/Ic_Mekan_Redbull3.webp");
}
.image-container.Ic_Mekan_Redbull2 {
  background-image: url("../../images/works/Ic_Mekan_Redbull2_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Redbull2 {
  background-image: url("../../images/works/Ic_Mekan_Redbull2.webp");
}
.image-container.Ic_Mekan_Redbull {
  background-image: url("../../images/works/Ic_Mekan_Redbull_negative.webp");
}
.content-box-link:hover .image-container.Ic_Mekan_Redbull {
  background-image: url("../../images/works/Ic_Mekan_Redbull.webp");
}
.image-container.Fuar_Redbull2 {
  background-image: url("../../images/works/Fuar_Redbull2_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Redbull2 {
  background-image: url("../../images/works/Fuar_Redbull2.webp");
}
.image-container.baby-corner {
  background-image: url("../../images/works/baby-corner_negative.webp");
}
.content-box-link:hover .image-container.baby-corner {
  background-image: url("../../images/works/baby-corner.webp");
}
.image-container.Fuar_Redbull {
  background-image: url("../../images/works/Fuar_Redbull_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Redbull {
  background-image: url("../../images/works/Fuar_Redbull.webp");
}
.image-container.Fuar_Simple {
  background-image: url("../../images/works/Fuar_Simple_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Simple {
  background-image: url("../../images/works/Fuar_Simple.webp");
}
.image-container.Fuar_Algida2 {
  background-image: url("../../images/works/Fuar_Algida2_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Algida2 {
  background-image: url("../../images/works/Fuar_Algida2.webp");
}
.image-container.Fuar_UNILEVER {
  background-image: url("../../images/works/Fuar_UNILEVER_negative.webp");
}
.content-box-link:hover .image-container.Fuar_UNILEVER {
  background-image: url("../../images/works/Fuar_UNILEVER.webp");
}
.image-container.Fuar_IBB {
  background-image: url("../../images/works/Fuar_IBB_negative.webp");
}
.content-box-link:hover .image-container.Fuar_IBB {
  background-image: url("../../images/works/Fuar_IBB.webp");
}
.image-container.Fuar_Henkel2 {
  background-image: url("../../images/works/Fuar_Henkel2_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Henkel2 {
  background-image: url("../../images/works/Fuar_Henkel2.webp");
}
.image-container.Fuar_Algida {
  background-image: url("../../images/works/Fuar_Algida_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Algida {
  background-image: url("../../images/works/Fuar_Algida.webp");
}
.image-container.Fuar_Collagen {
  background-image: url("../../images/works/Fuar_Collagen_nagative.webp");
}
.content-box-link:hover .image-container.Fuar_Collagen {
  background-image: url("../../images/works/Fuar_Collagen.webp");
}
.image-container.Fuar_Sambucol {
  background-image: url("../../images/works/Fuar_Sambucol_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Sambucol {
  background-image: url("../../images/works/Fuar_Sambucol.webp");
}
.image-container.Fuar_Henkel {
  background-image: url("../../images/works/Fuar_Henkel_negative.webp");
}
.content-box-link:hover .image-container.Fuar_Henkel {
  background-image: url("../../images/works/Fuar_Henkel.webp");
}
.image-container.Etkinlik_Redbull {
  background-image: url("../../images/works/Etkinlik_Redbull_negative.webp");
}
.content-box-link:hover .image-container.Etkinlik_Redbull {
  background-image: url("../../images/works/Etkinlik_Redbull.webp");
}
.image-container.Etkinlik_Clear {
  background-image: url("../../images/works/Etkinlik_Clear_negative.webp");
}
.content-box-link:hover .image-container.Etkinlik_Clear {
  background-image: url("../../images/works/Etkinlik_Clear.webp");
}
.image-container.Etkinlik_Jack {
  background-image: url("../../images/works/Etkinlik_Jack_negative.webp");
}
.content-box-link:hover .image-container.Etkinlik_Jack {
  background-image: url("../../images/works/Etkinlik_Jack.webp");
}
.image-container.Etkinlik_Calve {
  background-image: url("../../images/works/Etkinlik_Calve_negative.webp");
}
.content-box-link:hover .image-container.Etkinlik_Calve {
  background-image: url("../../images/works/Etkinlik_Calve.webp");
}
.image-container.Dis_Mekan_Redbull4 {
  background-image: url("../../images/works/Dis_Mekan_Redbull4_negative.webp");
}
.content-box-link:hover .image-container.Dis_Mekan_Redbull4 {
  background-image: url("../../images/works/Dis_Mekan_Redbull4.webp");
}
.image-container.Dis_Mekan_Redbull3 {
  background-image: url("../../images/works/Dis_Mekan_Redbull3_negative.webp");
}
.content-box-link:hover .image-container.Dis_Mekan_Redbull3 {
  background-image: url("../../images/works/Dis_Mekan_Redbull3.webp");
}
.image-container.Dis_Mekan_Redbull2 {
  background-image: url("../../images/works/Dis_Mekan_Redbull2_negative.webp");
}
.content-box-link:hover .image-container.Dis_Mekan_Redbull2 {
  background-image: url("../../images/works/Dis_Mekan_Redbull2.webp");
}
.image-container.Dis_Mekan_Redbull {
  background-image: url("../../images/works/Dis_Mekan_Redbull_negative.webp");
}
.content-box-link:hover .image-container.Dis_Mekan_Redbull {
  background-image: url("../../images/works/Dis_Mekan_Redbull.webp");
}
.image-container.TAFE {
  background-image: url("../../images/what_we_do/TAFE_negative.webp");
}
.content-box-link:hover .image-container.TAFE {
  background-image: url("../../images/what_we_do/TAFE.webp");
}
.image-container.PATTEX3 {
  background-image: url("../../images/what_we_do/PATTEX3_negative.webp");
}
.content-box-link:hover .image-container.PATTEX3 {
  background-image: url("../../images/what_we_do/PATTEX3.webp");
}
.image-container.CALVE2 {
  background-image: url("../../images/what_we_do/CALVE2_negative.webp");
}
.content-box-link:hover .image-container.CALVE2 {
  background-image: url("../../images/what_we_do/CALVE2.webp");
}
.image-container.negro {
  background-image: url("../../images/what_we_do/negro_negative.webp");
}
.content-box-link:hover .image-container.negro {
  background-image: url("../../images/what_we_do/negro.webp");
}
.image-container.work1 {
  background-image: url("../../images/work1_negative.webp");
}
.content-box-link:hover .image-container.work1 {
  background-image: url("../../images/work1.webp");
}
.image-container.work2 {
  background-image: url("../../images/work2_negative.webp");
}
.content-box-link:hover .image-container.work2 {
  background-image: url("../../images/work2.webp");
}
.image-container.work3 {
  background-image: url("../../images/work3_negative.webp");
}
.content-box-link:hover .image-container.work3 {
  background-image: url("../../images/work3.webp");
}
.image-container.work4 {
  background-image: url("../../images/work4_negative.webp");
}
.content-box-link:hover .image-container.work4 {
  background-image: url("../../images/work4.webp");
}
.image-container.EASYFISHOIL {
  background-image: url("../../images/what_we_do/EASYFISHOIL_negative.webp");
}
.content-box-link:hover .image-container.EASYFISHOIL {
  background-image: url("../../images/what_we_do/EASYFISHOIL.webp");
}
.image-container.PATTEX {
  background-image: url("../../images/what_we_do/PATTEX_negative.webp");
}
.content-box-link:hover .image-container.PATTEX {
  background-image: url("../../images/what_we_do/PATTEX.webp");
}
.image-container.LIPTON {
  background-image: url("../../images/what_we_do/LIPTON_negative.webp");
}
.content-box-link:hover .image-container.LIPTON {
  background-image: url("../../images/what_we_do/LIPTON.webp");
}
.image-container.YUMOS {
  background-image: url("../../images/what_we_do/YUMOS_negative.webp");
}
.content-box-link:hover .image-container.YUMOS {
  background-image: url("../../images/what_we_do/YUMOS.webp");
}
.image-container.JANSSEN {
  background-image: url("../../images/what_we_do/JANSSEN_negative.webp");
}
.content-box-link:hover .image-container.JANSSEN {
  background-image: url("../../images/what_we_do/JANSSEN.webp");
}
.image-container.PRITT {
  background-image: url("../../images/what_we_do/PRITT_negative.webp");
}
.content-box-link:hover .image-container.PRITT {
  background-image: url("../../images/what_we_do/PRITT.webp");
}
.image-container.TADIMCA {
  background-image: url("../../images/what_we_do/TADIMCA_negative.webp");
}
.content-box-link:hover .image-container.TADIMCA {
  background-image: url("../../images/what_we_do/TADIMCA.webp");
}
.image-container.JANSSEN2 {
  background-image: url("../../images/what_we_do/JANSSEN2_negative.webp");
}
.content-box-link:hover .image-container.JANSSEN2 {
  background-image: url("../../images/what_we_do/JANSSEN2.webp");
}
.image-container.OLIA {
  background-image: url("../../images/what_we_do/OLIA_negative.webp");
}
.content-box-link:hover .image-container.OLIA {
  background-image: url("../../images/what_we_do/OLIA.webp");
}
.image-container.KNORR {
  background-image: url("../../images/what_we_do/KNORR_negative.webp");
}
.content-box-link:hover .image-container.KNORR {
  background-image: url("../../images/what_we_do/KNORR.webp");
}
.image-container.HEMOPROPIN {
  background-image: url("../../images/what_we_do/HEMOPROPIN_negative.webp");
}
.content-box-link:hover .image-container.HEMOPROPIN {
  background-image: url("../../images/what_we_do/HEMOPROPIN.webp");
}
.image-container.BIC {
  background-image: url("../../images/what_we_do/BIC_negative.webp");
}
.content-box-link:hover .image-container.BIC {
  background-image: url("../../images/what_we_do/BIC.webp");
}
.image-container.RUFFLES {
  background-image: url("../../images/what_we_do/RUFFLES_negative.webp");
}
.content-box-link:hover .image-container.RUFFLES {
  background-image: url("../../images/what_we_do/RUFFLES.webp");
}
.image-container.REDBULL {
  background-image: url("../../images/what_we_do/REDBULL_negative.webp");
}
.content-box-link:hover .image-container.REDBULL {
  background-image: url("../../images/what_we_do/REDBULL.webp");
}
.image-container.NESCAFE {
  background-image: url("../../images/what_we_do/NESCAFE_negative.webp");
}
.content-box-link:hover .image-container.NESCAFE {
  background-image: url("../../images/what_we_do/NESCAFE.webp");
}
.image-container.LAYS {
  background-image: url("../../images/what_we_do/LAYS_negative.webp");
}
.content-box-link:hover .image-container.LAYS {
  background-image: url("../../images/what_we_do/LAYS.webp");
}
.image-container.PERSIL {
  background-image: url("../../images/what_we_do/PERSIL_negative.webp");
}
.content-box-link:hover .image-container.PERSIL {
  background-image: url("../../images/what_we_do/PERSIL.webp");
}
.image-container.GLISS {
  background-image: url("../../images/what_we_do/GLISS_negative.webp");
}
.content-box-link:hover .image-container.GLISS {
  background-image: url("../../images/what_we_do/GLISS.webp");
}
.image-container.BLENDAX {
  background-image: url("../../images/what_we_do/BLENDAX_negative.webp");
}
.content-box-link:hover .image-container.BLENDAX {
  background-image: url("../../images/what_we_do/BLENDAX.webp");
}
.image-container.ERIKLI {
  background-image: url("../../images/what_we_do/ERIKLI_negative.webp");
}
.content-box-link:hover .image-container.ERIKLI {
  background-image: url("../../images/what_we_do/ERIKLI.webp");
}
.image-container.JACOBS {
  background-image: url("../../images/what_we_do/JACOBS_negative.webp");
}
.content-box-link:hover .image-container.JACOBS {
  background-image: url("../../images/what_we_do/JACOBS.webp");
}
.image-container.SUTAS {
  background-image: url("../../images/what_we_do/SUTAS_negative.webp");
}
.content-box-link:hover .image-container.SUTAS {
  background-image: url("../../images/what_we_do/SUTAS.webp");
}
.image-container.MICROSOFT {
  background-image: url("../../images/what_we_do/MICROSOFT_negative.webp");
}
.content-box-link:hover .image-container.MICROSOFT {
  background-image: url("../../images/what_we_do/MICROSOFT.webp");
}
.image-container.LEGO {
  background-image: url("../../images/what_we_do/LEGO_negative.webp");
}
.content-box-link:hover .image-container.LEGO {
  background-image: url("../../images/what_we_do/LEGO.webp");
}
.image-container.LOCTITE {
  background-image: url("../../images/what_we_do/LOCTITE_negative.webp");
}
.content-box-link:hover .image-container.LOCTITE {
  background-image: url("../../images/what_we_do/LOCTITE.webp");
}
.image-container.AMOY {
  background-image: url("../../images/what_we_do/AMOY_negative.webp");
}
.content-box-link:hover .image-container.AMOY {
  background-image: url("../../images/what_we_do/AMOY.webp");
}
.image-container.PRITT2 {
  background-image: url("../../images/what_we_do/PRITT2_negative.webp");
}
.content-box-link:hover .image-container.PRITT2 {
  background-image: url("../../images/what_we_do/PRITT2.webp");
}
.image-container.SENSODYNE {
  background-image: url("../../images/what_we_do/SENSODYNE_negative.webp");
}
.content-box-link:hover .image-container.SENSODYNE {
  background-image: url("../../images/what_we_do/SENSODYNE.webp");
}
.image-container.REDBULL2 {
  background-image: url("../../images/what_we_do/REDBULL2_negative.webp");
}
.content-box-link:hover .image-container.REDBULL2 {
  background-image: url("../../images/what_we_do/REDBULL2.webp");
}
.image-container.CETAPHIL {
  background-image: url("../../images/what_we_do/CETAPHIL_negative.webp");
}
.content-box-link:hover .image-container.CETAPHIL {
  background-image: url("../../images/what_we_do/CETAPHIL.webp");
}
.image-container.FITFUN {
  background-image: url("../../images/what_we_do/FITFUN_negative.webp");
}
.content-box-link:hover .image-container.FITFUN {
  background-image: url("../../images/what_we_do/FITFUN.webp");
}
.image-container.REXONA {
  background-image: url("../../images/what_we_do/REXONA_negative.webp");
}
.content-box-link:hover .image-container.REXONA {
  background-image: url("../../images/what_we_do/REXONA.webp");
}
.image-container.OMO {
  background-image: url("../../images/what_we_do/OMO_negative.webp");
}
.content-box-link:hover .image-container.OMO {
  background-image: url("../../images/what_we_do/OMO.webp");
}
.image-container.VITAL {
  background-image: url("../../images/what_we_do/VITAL_negative.webp");
}
.content-box-link:hover .image-container.VITAL {
  background-image: url("../../images/what_we_do/VITAL.webp");
}
.image-container.PURELIFE {
  background-image: url("../../images/what_we_do/PURELIFE_negative.webp");
}
.content-box-link:hover .image-container.PURELIFE {
  background-image: url("../../images/what_we_do/PURELIFE.webp");
}
.image-container.GIN {
  background-image: url("../../images/what_we_do/GIN_negative.webp");
}
.content-box-link:hover .image-container.GIN {
  background-image: url("../../images/what_we_do/GIN.webp");
}
.image-container.JACK {
  background-image: url("../../images/what_we_do/JACK_negative.webp");
}
.content-box-link:hover .image-container.JACK {
  background-image: url("../../images/what_we_do/JACK.webp");
}
.image-container.TADIMCA2 {
  background-image: url("../../images/what_we_do/TADIMCA2_negative.webp");
}
.content-box-link:hover .image-container.TADIMCA2 {
  background-image: url("../../images/what_we_do/TADIMCA2.webp");
}
.image-container.DOGADAN {
  background-image: url("../../images/what_we_do/DOGADAN_negative.webp");
}
.content-box-link:hover .image-container.DOGADAN {
  background-image: url("../../images/what_we_do/DOGADAN.webp");
}
.image-container.CHEETOS {
  background-image: url("../../images/what_we_do/CHEETOS_negative.webp");
}
.content-box-link:hover .image-container.CHEETOS {
  background-image: url("../../images/what_we_do/CHEETOS.webp");
}
.image-container.CHEETOS2 {
  background-image: url("../../images/what_we_do/CHEETOS2_negative.webp");
}
.content-box-link:hover .image-container.CHEETOS2 {
  background-image: url("../../images/what_we_do/CHEETOS2.webp");
}
.image-container.PERSIL2 {
  background-image: url("../../images/what_we_do/PERSIL2_negative.webp");
}
.content-box-link:hover .image-container.PERSIL2 {
  background-image: url("../../images/what_we_do/PERSIL2.webp");
}
.image-container.PRIL {
  background-image: url("../../images/what_we_do/PRIL_negative.webp");
}
.content-box-link:hover .image-container.PRIL {
  background-image: url("../../images/what_we_do/PRIL.webp");
}
.image-container.DORIDOS {
  background-image: url("../../images/what_we_do/DORIDOS_negative.webp");
}
.content-box-link:hover .image-container.DORIDOS {
  background-image: url("../../images/what_we_do/DORIDOS.webp");
}
.image-container.CAYKUR {
  background-image: url("../../images/what_we_do/CAYKUR_negative.webp");
}
.content-box-link:hover .image-container.CAYKUR {
  background-image: url("../../images/what_we_do/CAYKUR.webp");
}
.image-container.KNORR2 {
  background-image: url("../../images/what_we_do/KNORR2_negative.webp");
}
.content-box-link:hover .image-container.KNORR2 {
  background-image: url("../../images/what_we_do/KNORR2.webp");
}
.image-container.ALO2 {
  background-image: url("../../images/what_we_do/ALO2_negative.webp");
}
.content-box-link:hover .image-container.ALO2 {
  background-image: url("../../images/what_we_do/ALO2.webp");
}
.image-container.EVYBABY {
  background-image: url("../../images/what_we_do/EVYBABY_negative.webp");
}
.content-box-link:hover .image-container.EVYBABY {
  background-image: url("../../images/what_we_do/EVYBABY.webp");
}
.image-container.HAYAT {
  background-image: url("../../images/what_we_do/HAYAT_negative.webp");
}
.content-box-link:hover .image-container.HAYAT {
  background-image: url("../../images/what_we_do/HAYAT.webp");
}
.image-container.TEFAL {
  background-image: url("../../images/what_we_do/TEFAL_negative.webp");
}
.content-box-link:hover .image-container.TEFAL {
  background-image: url("../../images/what_we_do/TEFAL.webp");
}
.image-container.CIN2 {
  background-image: url("../../images/what_we_do/CIN2_negative.webp");
}
.content-box-link:hover .image-container.CIN2 {
  background-image: url("../../images/what_we_do/CIN2.webp");
}
.image-container.JACK2 {
  background-image: url("../../images/what_we_do/JACK2_negative.webp");
}
.content-box-link:hover .image-container.JACK2 {
  background-image: url("../../images/what_we_do/JACK2.webp");
}
.image-container.KENTUCKY {
  background-image: url("../../images/what_we_do/KENTUCKY_negative.webp");
}
.content-box-link:hover .image-container.KENTUCKY {
  background-image: url("../../images/what_we_do/KENTUCKY.webp");
}
.image-container.KNORR3 {
  background-image: url("../../images/what_we_do/KNORR3_negative.webp");
}
.content-box-link:hover .image-container.KNORR3 {
  background-image: url("../../images/what_we_do/KNORR3.webp");
}
.image-container.K2R {
  background-image: url("../../images/what_we_do/K2R_negative.webp");
}
.content-box-link:hover .image-container.K2R {
  background-image: url("../../images/what_we_do/K2R.webp");
}
.image-container.REXONA2 {
  background-image: url("../../images/what_we_do/REXONA2_negative.webp");
}
.content-box-link:hover .image-container.REXONA2 {
  background-image: url("../../images/what_we_do/REXONA2.webp");
}
.image-container.SIMPLE {
  background-image: url("../../images/what_we_do/SIMPLE_negative.webp");
}
.content-box-link:hover .image-container.SIMPLE {
  background-image: url("../../images/what_we_do/SIMPLE.webp");
}
.image-container.PATTEX2 {
  background-image: url("../../images/what_we_do/PATTEX2_negative.webp");
}
.content-box-link:hover .image-container.PATTEX2 {
  background-image: url("../../images/what_we_do/PATTEX2.webp");
}
.image-container.TAFT {
  background-image: url("../../images/what_we_do/TAFT_negative.webp");
}
.content-box-link:hover .image-container.TAFT {
  background-image: url("../../images/what_we_do/TAFT.webp");
}
.image-container.BREF {
  background-image: url("../../images/what_we_do/BREF_negative.webp");
}
.content-box-link:hover .image-container.BREF {
  background-image: url("../../images/what_we_do/BREF.webp");
}
.image-container.PEPSI {
  background-image: url("../../images/what_we_do/PEPSI_negative.webp");
}
.content-box-link:hover .image-container.PEPSI {
  background-image: url("../../images/what_we_do/PEPSI.webp");
}
.image-container.KINDER {
  background-image: url("../../images/what_we_do/KINDER_negative.webp");
}
.content-box-link:hover .image-container.KINDER {
  background-image: url("../../images/what_we_do/KINDER.webp");
}
.image-container.PALMOLIVE {
  background-image: url("../../images/what_we_do/PALMOLIVE_negative.webp");
}
.content-box-link:hover .image-container.PALMOLIVE {
  background-image: url("../../images/what_we_do/PALMOLIVE.webp");
}
.image-container.PALMOLIVEMEN {
  background-image: url("../../images/what_we_do/PALMOLIVEMEN_negative.webp");
}
.content-box-link:hover .image-container.PALMOLIVEMEN {
  background-image: url("../../images/what_we_do/PALMOLIVEMEN.webp");
}
.image-container.REDBULL3 {
  background-image: url("../../images/what_we_do/REDBULL3_negative.webp");
}
.content-box-link:hover .image-container.REDBULL3 {
  background-image: url("../../images/what_we_do/REDBULL3.webp");
}
.image-container.LITTLEPONY {
  background-image: url("../../images/what_we_do/LITTLEPONY_negative.webp");
}
.content-box-link:hover .image-container.LITTLEPONY {
  background-image: url("../../images/what_we_do/LITTLEPONY.webp");
}
.image-container.CASTROL {
  background-image: url("../../images/what_we_do/CASTROL_negative.webp");
}
.content-box-link:hover .image-container.CASTROL {
  background-image: url("../../images/what_we_do/CASTROL.webp");
}
.image-container.REDBULL5 {
  background-image: url("../../images/what_we_do/REDBULL5_negative.webp");
}
.content-box-link:hover .image-container.REDBULL5 {
  background-image: url("../../images/what_we_do/REDBULL5.webp");
}
.image-container.REDBULL4 {
  background-image: url("../../images/what_we_do/REDBULL4_negative.webp");
}
.content-box-link:hover .image-container.REDBULL4 {
  background-image: url("../../images/what_we_do/REDBULL4.webp");
}
.image-container.PELLEGRINO {
  background-image: url("../../images/what_we_do/PELLEGRINO_negative.webp");
}
.content-box-link:hover .image-container.PELLEGRINO {
  background-image: url("../../images/what_we_do/PELLEGRINO.webp");
}
.image-container.CLEAR {
  background-image: url("../../images/what_we_do/CLEAR_negative.webp");
}
.content-box-link:hover .image-container.CLEAR {
  background-image: url("../../images/what_we_do/CLEAR.webp");
}
.image-container.HARIBO {
  background-image: url("../../images/what_we_do/HARIBO_negative.webp");
}
.content-box-link:hover .image-container.HARIBO {
  background-image: url("../../images/what_we_do/HARIBO.webp");
}
.image-container.ETI {
  background-image: url("../../images/what_we_do/ETI_negative.webp");
}
.content-box-link:hover .image-container.ETI {
  background-image: url("../../images/what_we_do/ETI.webp");
}
.image-container.GIN2 {
  background-image: url("../../images/what_we_do/GIN2_negative.webp");
}
.content-box-link:hover .image-container.GIN2 {
  background-image: url("../../images/what_we_do/GIN2.webp");
}
.image-container.KENTUCKY2 {
  background-image: url("../../images/what_we_do/KENTUCKY2_negative.webp");
}
.content-box-link:hover .image-container.KENTUCKY2 {
  background-image: url("../../images/what_we_do/KENTUCKY2.webp");
}
.image-container.COLGATE {
  background-image: url("../../images/what_we_do/COLGATE_negative.webp");
}
.content-box-link:hover .image-container.COLGATE {
  background-image: url("../../images/what_we_do/COLGATE.webp");
}
.image-container.WHISKEY {
  background-image: url("../../images/what_we_do/WHISKEY_negative.webp");
}
.content-box-link:hover .image-container.WHISKEY {
  background-image: url("../../images/what_we_do/WHISKEY.webp");
}
.image-container.JACK3 {
  background-image: url("../../images/what_we_do/JACK3_negative.webp");
}
.content-box-link:hover .image-container.JACK3 {
  background-image: url("../../images/what_we_do/JACK3.webp");
}
.image-container.EFES {
  background-image: url("../../images/what_we_do/EFES_negative.webp");
}
.content-box-link:hover .image-container.EFES {
  background-image: url("../../images/what_we_do/EFES.webp");
}
.image-container.BOYNER {
  background-image: url("../../images/what_we_do/BOYNER_negative.webp");
}
.content-box-link:hover .image-container.BOYNER {
  background-image: url("../../images/what_we_do/BOYNER.webp");
}
.image-container.REDBULL6 {
  background-image: url("../../images/what_we_do/REDBULL6_negative.webp");
}
.content-box-link:hover .image-container.REDBULL6 {
  background-image: url("../../images/what_we_do/REDBULL6.webp");
}
.image-container.CARTEDOR {
  background-image: url("../../images/what_we_do/CARTEDOR_negative.webp");
}
.content-box-link:hover .image-container.CARTEDOR {
  background-image: url("../../images/what_we_do/CARTEDOR.webp");
}
.image-container.REDBULL7 {
  background-image: url("../../images/what_we_do/REDBULL7_negative.webp");
}
.content-box-link:hover .image-container.REDBULL7 {
  background-image: url("../../images/what_we_do/REDBULL7.webp");
}
.image-container.REDBULL8 {
  background-image: url("../../images/what_we_do/REDBULL8_negative.webp");
}
.content-box-link:hover .image-container.REDBULL8 {
  background-image: url("../../images/what_we_do/REDBULL8.webp");
}
.image-container.REDBULL9 {
  background-image: url("../../images/what_we_do/REDBULL9_negative.webp");
}
.content-box-link:hover .image-container.REDBULL9 {
  background-image: url("../../images/what_we_do/REDBULL9.webp");
}
.image-container.JENNESSEEWHISKEY {
  background-image: url("../../images/what_we_do/JENNESSEEWHISKEY_negative.webp");
}
.content-box-link:hover .image-container.JENNESSEEWHISKEY {
  background-image: url("../../images/what_we_do/JENNESSEEWHISKEY.webp");
}
.image-container.KOLTUKSENIN {
  background-image: url("../../images/what_we_do/KOLTUKSENIN_negative.webp");
}
.content-box-link:hover .image-container.KOLTUKSENIN {
  background-image: url("../../images/what_we_do/KOLTUKSENIN.webp");
}
.image-container.ALGIDA {
  background-image: url("../../images/what_we_do/ALGIDA_negative.webp");
}
.content-box-link:hover .image-container.ALGIDA {
  background-image: url("../../images/what_we_do/ALGIDA.webp");
}
.image-container.PATENT {
  background-image: url("../../images/what_we_do/PATENT_negative.webp");
}
.content-box-link:hover .image-container.PATENT {
  background-image: url("../../images/what_we_do/PATENT.webp");
}
.image-container.PATENT2 {
  background-image: url("../../images/what_we_do/PATENT2_negative.webp");
}
.content-box-link:hover .image-container.PATENT2 {
  background-image: url("../../images/what_we_do/PATENT2.webp");
}
.image-container.Ekilebilir_Tohumlu_Kagit_Urunleri {
  background-image: url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri_negative.webp");
}
.content-box-link:hover .image-container.Ekilebilir_Tohumlu_Kagit_Urunleri {
  background-image: url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri.webp");
}
.image-container.Ekilebilir_Tohumlu_Kagit_Urunleri2 {
  background-image: url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri2_negative.webp");
}
.content-box-link:hover .image-container.Ekilebilir_Tohumlu_Kagit_Urunleri2 {
  background-image: url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri2.webp");
}
.image-container.Ekilebilir_Tohumlu_Kagit_Urunleri3 {
  background-image: url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri3_negative.webp");
}
.content-box-link:hover .image-container.Ekilebilir_Tohumlu_Kagit_Urunleri3 {
  background-image: url("../../images/what_we_do/Ekilebilir_Tohumlu_Kagit_Urunleri3.webp");
}
.image-container.Dijital_Baski {
  background-image: url("../../images/what_we_do/Dijital_Baski_negative.webp");
}
.content-box-link:hover .image-container.Dijital_Baski {
  background-image: url("../../images/what_we_do/Dijital_Baski.webp");
}
.image-container.Dijital_Baski2 {
  background-image: url("../../images/what_we_do/Dijital_Baski2_negative.webp");
}
.content-box-link:hover .image-container.Dijital_Baski2 {
  background-image: url("../../images/what_we_do/Dijital_Baski2.webp");
}
.image-container.Dijital_Baski3 {
  background-image: url("../../images/what_we_do/Dijital_Baski3_negative.webp");
}
.content-box-link:hover .image-container.Dijital_Baski3 {
  background-image: url("../../images/what_we_do/Dijital_Baski3.webp");
}
.image-container.Dijital_Baski4 {
  background-image: url("../../images/what_we_do/Dijital_Baski4_negative.webp");
}
.content-box-link:hover .image-container.Dijital_Baski4 {
  background-image: url("../../images/what_we_do/Dijital_Baski4.webp");
}
.image-container.Ofset_Baski {
  background-image: url("../../images/what_we_do/Ofset_Baski_negative.webp");
}
.content-box-link:hover .image-container.Ofset_Baski {
  background-image: url("../../images/what_we_do/Ofset_Baski.webp");
}
.image-container.Ofset_Baski2 {
  background-image: url("../../images/what_we_do/Ofset_Baski2_negative.webp");
}
.content-box-link:hover .image-container.Ofset_Baski2 {
  background-image: url("../../images/what_we_do/Ofset_Baski2.webp");
}
.image-container.Ofset_Baski3 {
  background-image: url("../../images/what_we_do/Ofset_Baski3_negative.webp");
}
.content-box-link:hover .image-container.Ofset_Baski3 {
  background-image: url("../../images/what_we_do/Ofset_Baski3.webp");
}
.image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari_negative.webp");
}
.content-box-link:hover .image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari.webp");
}
.image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari2 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari2_negative.webp");
}
.content-box-link:hover .image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari2 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari2.webp");
}
.image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari3 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari3_negative.webp");
}
.content-box-link:hover .image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari3 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari3.webp");
}
.image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari4 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari4_negative.webp");
}
.content-box-link:hover .image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari4 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari4.webp");
}
.image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari5 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari5_negative.webp");
}
.content-box-link:hover .image-container.Acik_Hava_Arac_ve_Bina_Kaplamalari5 {
  background-image: url("../../images/what_we_do/Acik_Hava_Arac_ve_Bina_Kaplamalari5.webp");
}
.image-container.Promosyon_Malzemeleri {
  background-image: url("../../images/what_we_do/Promosyon_Malzemeleri_negative.webp");
}
.content-box-link:hover .image-container.Promosyon_Malzemeleri {
  background-image: url("../../images/what_we_do/Promosyon_Malzemeleri.webp");
}
.image-container.Promosyon_Malzemeleri2 {
  background-image: url("../../images/what_we_do/Promosyon_Malzemeleri2_negative.webp");
}
.content-box-link:hover .image-container.Promosyon_Malzemeleri2 {
  background-image: url("../../images/what_we_do/Promosyon_Malzemeleri2.webp");
}

.content-box-link .content-title {
  position: relative;
  display: inline-block;
  font-family: "Poppins", serif;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-transform: uppercase;
}
.content-box-link .content-title::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #e40913;
  z-index: -1;
  transition: width 0.3s ease;
}
.content-box-link:hover .content-title {
  color: white;
}
.content-box-link:hover .content-title::after {
  width: 100%;
}

.content-description {
  font-family: "Poppins", serif;
  margin: 0;
  padding: 0rem 1.5rem 0rem;
  font-size: 1rem;
  color: #505254;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .content-title {
    font-size: 1rem;
  }
  .content-description {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-box {
    margin-bottom: 1.5rem;
  }
}
.titleCnt {
  color: #121212;
  position: relative;
  font-family: "Poppins", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 2.44rem;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Add some space between text and logo */
}
.titleCnt b {
  color: #e40913;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  .titleCnt {
    font-size: 1.95rem;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .titleCnt {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.titleCntSmall {
  color: #121212;
  position: relative;
  font-display: swap;
  font-weight: 400;
  font-size: 1.56rem;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 2rem;
}
.titleCntSmall b {
  color: #e40913;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 700;
}

@media (max-width: 768px) {
  .titleCntSmall {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.titleCntSmall2 {
  color: #121212;
  position: relative;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 400;
  font-size: 1.56rem;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 0.5rem;
}
.titleCntSmall2 b {
  color: #e40913;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 700;
}

.careerBox1 {
  margin-top: 50px;
}

.careerBox2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.careerBox3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.trigger3 {
  display: flex;
  align-items: stretch;
}

.aboutBox1 {
  margin-top: 20px;
}

.aboutBox2 {
  margin-top: 50px;
}

.modalImg {
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.aboutImg1 {
  flex: 1;
  background-image: url("../images/SedaStage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.aboutImg2 {
  flex: 1;
  background-image: url("../images/SedaStage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.aboutImg3 {
  flex: 1;
  background-image: url("../images/work2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.careerImg1 {
  flex: 1;
  background-image: url("../images/work2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.careerImg2 {
  flex: 1;
  background-image: url("../images/SedaStage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.careerImg3 {
  flex: 1;
  background-image: url("../images/SedaStage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.titleH2Cnt {
  position: relative;
  font-size: 1.1rem;
  color: #e40913;
  letter-spacing: -1px;
  text-align: center;
  margin-top: -28px;
  padding-bottom: 45px;
}
.titleH2Cnt b {
  color: #961012;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 600;
}

.titleCntLeft {
  position: relative;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 2.44rem;
  color: #ff5441;
  letter-spacing: -1px;
  text-align: left;
  padding-bottom: 35px;
  margin-top: 40px;
}

.titleCntLeft2 {
  position: relative;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 1.56rem;
  color: #ff5441;
  letter-spacing: -1px;
  text-align: left;
  padding-bottom: 35px;
  margin-top: 40px;
}

.titleCntLeft3 {
  position: relative;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 1rem;
  color: #ff5441;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
}

.titleCnt2 {
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ff5441;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 25px;
}

.titleCnt3 {
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ff5441;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 25px;
}

.titleCnt4 {
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 500;
  font-size: 1rem;
  color: #ff5441;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 25px;
}

.dnmNot {
  padding: 0px 25px;
}

.dnmBiz {
  margin-bottom: 110px;
  padding: 0px;
}

.dnmBizDnm {
  margin-bottom: 0px;
  padding: 0px 25px;
}

.titleDnm {
  margin-top: 50px;
}
.titleDnm .titleDnmText {
  color: #e40913;
  font-size: 1.25rem;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: right;
  padding-right: 25px;
  border-style: solid;
  border-color: #961012;
  border-width: 0px 4px 0px 0px;
}
.titleDnm .largeCntLight {
  color: #e40913;
  text-align: left;
  line-height: 0.6rem;
  word-spacing: -4px;
  letter-spacing: -3px;
  padding-left: 50px;
  font-size: 4.5rem;
}

.titleAntCnt {
  font-size: 1.25rem;
  color: #961012;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 16px;
}

.cntBox {
  padding: 65px 10px 50px;
  text-align: justify;
}
.cntBox p {
  padding: 0 0 35px 0;
  text-align: justify;
}

.cntBoxStyle2 {
  padding: 0px 25px;
  text-align: justify;
}
.cntBoxStyle2 p {
  padding: 0 0 35px 0;
  text-align: justify;
}

.homeTextCnt {
  display: block;
  padding: 14px 15px 45px !important;
  text-align: justify;
  word-spacing: -0.01rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.homeTextCntCenter {
  padding: 14px 15px 45px !important;
  text-align: center;
  word-spacing: -0.01rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  flex: 1;
}

ul.pageList {
  padding: 0px 20px 30px;
  list-style-type: circle;
  font-size: 1rem;
  text-align: justify;
}

ul.pageList li {
  padding: 6px;
}

.egitimFoto {
  position: relative;
  display: block;
  padding: 25px 30px 25px 0px;
  z-index: -1;
}
.egitimFoto h1 {
  display: block;
  font-size: 1rem;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 600;
  color: #ff5441;
  margin-top: 20px;
  border-style: dotted;
  border-color: #ff5441;
  border-width: 0px 0px 2px 0px;
}
.egitimFoto h2 {
  display: block;
  font-size: 1rem;
  padding: 6px 0px;
}
.egitimFoto .dnmPosition1 {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  min-height: 50vh;
  top: 250px;
}
.egitimFoto .dnmPosition2 {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  min-height: 50vh;
  top: 1150px;
}
.egitimFoto .dnmPosition3 {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  min-height: 50vh;
  top: 400px;
}
.egitimFoto .dnmPosition4 {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  min-height: 50vh;
  top: 1000px;
}
.egitimFoto .danismanlikFotoBox {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  margin-top: 74px;
  border-radius: 12px;
}
.egitimFoto .egitimFotoBox {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 160px;
  width: 100%;
  height: 200px;
  border-radius: 12px;
}
.egitimFoto .danismanlik2FotoBox {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 73px;
  width: 100%;
  min-height: 50vh;
  border-radius: 12px;
}
.egitimFoto .blogFotoBox {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 250px;
  height: 250px;
  border-radius: 250px;
}

.buttonAlign {
  text-align: center;
}

.fpImg {
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 15px auto;
  width: 100%;
  height: 350px;
}

.button-type-01 {
  margin-top: 25px;
  position: relative;
  background-color: #e40913;
  color: #fff;
  line-height: 44px;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  padding: 4px 40px 0;
  letter-spacing: 0.1rem;
  transition: all ease 0.3s;
  border: 0;
  cursor: pointer;
}
.button-type-01:hover {
  background-color: #961012;
}

.btnKayitOlMenuFix {
  display: inline-block;
  margin: 5px 0px 0px 25px;
  position: relative;
  background-color: #e40913;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 34px 0;
  letter-spacing: 0.1rem;
  transition: all ease 0.3s;
  border: 0;
  cursor: pointer;
}
.btnKayitOlMenuFix:hover {
  background-color: #961012;
}

.btnKayitOlMenu,
.btnKayitOlMenuOpen {
  display: none;
  margin: 5px 0px 0px 25px;
  position: relative;
  background-color: #e40913;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 34px 0;
  letter-spacing: 0.1rem;
  transition: all ease 0.3s;
  border: 0;
  cursor: pointer;
}
.btnKayitOlMenu:hover,
.btnKayitOlMenuOpen:hover {
  background-color: #961012;
}

.btnKayitOlMenuOpen {
  display: inline-block;
}

.btnKayitOlTop,
.btnKayitOlTopOpen {
  display: inline-block;
  margin: 0px 0px 0px 4px;
  position: relative;
  line-height: 40px;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0px 25px !important;
  letter-spacing: 1px;
  transition: all ease 0.3s;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #e40913;
  cursor: pointer;
  color: #f1f1f1 !important;
}
.btnKayitOlTop:hover,
.btnKayitOlTopOpen:hover {
  background-color: #000000;
  border-color: #961012 !important;
}

.btnNewTop {
  display: inline-block;
  margin: 0px 0px 0px 4px !important;
  position: relative;
  border-radius: 4px;
  padding: 8px 25px !important;
  transition: all ease 0.3s !important;
  text-decoration: none;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #430d2e !important;
  background-color: #ff5441 !important;
  cursor: pointer;
  color: #fff !important;
}
.btnNewTop:hover {
  background-color: #e40913 !important;
  border-color: #051664 !important;
}

.btnKayitOlTopOpen {
  display: none;
}

.headerCall {
  position: relative;
  border-radius: 40px;
  background-color: #e40913;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff !important;
  font-size: 1.1rem;
  margin: -3px 0px 0 10px;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
.headerCall i {
  line-height: 40px !important;
}
.headerCall:hover {
  background-color: #961012;
}

.egitimAmac {
  padding: 0px 0px 0px 20px;
  text-align: justify;
}

.blogDetail {
  padding: 0px 0px 0px 25px;
  text-align: justify;
}
.blogDetail p {
  display: block;
  margin: 15px 0px;
}

.listStyle {
  list-style-type: circle;
  line-height: 200%;
  font-size: 1rem;
}

.dropdown:hover .menuLinkColor {
  color: #ff5441 !important;
}

.menuLinkColor:hover {
  color: #961012 !important;
}

.mainLinkEgitim {
  text-align: center;
  font-size: 0.8rem;
  color: #ff5441;
  padding: 10px 0px 30px;
  letter-spacing: 1px;
}
.mainLinkEgitim i {
  padding-left: 6px;
}
.mainLinkEgitim:hover {
  color: #ff5441;
}

.fixedBGPage {
  position: relative;
  background-attachment: fixed;
  display: block;
  width: 100%;
  text-decoration: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  margin-top: 45px;
}

.ilgiliEgitimler {
  padding: 15px 0px 75px;
}

.egitimKategoriPadding {
  padding: 100px 0px 60px;
}

.subCntBoxEgitimBg {
  position: relative;
  margin: 45px auto 0px;
  padding: 75px 0px;
  background-color: rgb(243, 243, 243);
}

a {
  text-decoration: none !important;
}

.subCntBoxEgitim {
  position: relative;
  margin: 45px auto 25px;
  padding: 0px;
  box-shadow: 0 0px 10px rgba(50, 56, 63, 0.1);
  background-color: rgb(241, 241, 241);
}
.subCntBoxEgitim .egitimTakvimi {
  padding: 0px;
  display: table;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimNumber {
  border-radius: 8px 0px 0px 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 5rem;
  background-color: white;
  transition: 0.1s;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimDetail {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 0.8rem;
  background-color: white;
  transition: 0.5s;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimIMG {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: white;
  transition: 1s;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimIMG .boxDateTakvimIMGCnt {
  border-radius: 4px;
  display: block;
  height: 90px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 1s;
  margin-left: 6px;
  opacity: 1;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimName {
  display: table-cell;
  vertical-align: middle;
  color: rgb(3, 3, 3);
  font-size: 1rem;
  background-color: white;
  transition: 1s;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimName p {
  transition: 500ms;
  padding-left: 3px;
  display: block;
}
.subCntBoxEgitim .egitimTakvimi .boxDateTakvimBtn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background-color: #e40913;
  transition: 1.8s;
  border-radius: 0px 8px 8px 0px;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimNumber {
  background-color: #961012;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimDetail {
  padding-left: 26px;
  background-color: #e40913;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimIMG {
  background-color: #961012;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimIMG .boxDateTakvimIMGCnt {
  margin-left: -2px;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimName {
  background-color: #e40913;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimName p {
  padding-left: 0px;
}
.subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimBtn {
  animation: egitimBtnAnim 1s;
}
.subCntBoxEgitim:hover {
  box-shadow: 0 0px 20px rgba(50, 56, 63, 0);
}

@keyframes egitimBtnAnim {
  0% {
    color: #e40913;
  }
  30% {
    color: #fff;
  }
  45% {
    color: #961012;
  }
  75% {
    color: #fff;
  }
  100% {
    color: #e40913;
  }
}
.color_detay_1 {
  background-color: #e40913;
}

.color_detay_2 {
  background-color: #961012;
}

.color_detay_3 {
  background-color: #ff5441;
}

.color_detay_4 {
  background-color: #505254;
}

.color_detay_5 {
  background-color: rgb(230, 232, 240);
}

.egitimDetay {
  padding: 18px 0px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.egitimDetay .egitimDetayIMG {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  height: 100px;
  width: 100%;
  margin-bottom: 15px;
  filter: drop-shadow(0px 0px 4px rgba(36, 36, 36, 0.25));
}
.egitimDetay h1 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.egitimDetay h2 {
  font-size: 1.25rem;
  letter-spacing: -1px;
}
.egitimDetay p {
  display: block;
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
  padding-top: 10px;
  text-decoration: underline;
}
.egitimDetay h3 {
  font-size: 1.25rem;
  color: rgb(82, 82, 82);
  padding: 12px 25px 10px;
}

video {
  width: 100vw; /* Tam genişlik */
  height: 100vh; /* Tam yükseklik */
  -o-object-fit: cover;
  object-fit: cover; /* Ekranı kaplama (cover etkisi) */
  position: fixed; /* Sabit pozisyon */
  top: 0;
  left: 0;
  background: #000; /* Arka plan siyah */
}

.vip-section {
  margin-bottom: 50px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.vip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.vip-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.vip-card:hover {
  transform: translateY(-5px);
}

.vip-logo {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
}

.vip-name {
  text-align: center;
  font-weight: 600;
  color: #333;
}

.regular-section {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.regular-logo {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.regular-name {
  font-size: 14px;
  color: #666;
  text-align: center;
}

@media (max-width: 768px) {
  .vip-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.container {
  height: 100%;
}

.swiper-slide a {
  display: block !important;
  text-decoration: none;
  color: inherit;
}

.swiper-hizmetler .swiper-pagination {
  bottom: -5px !important;
}
.swiper-hizmetler .section {
  margin: 0 auto;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.hizmetlerBox {
  padding: 2rem 0rem;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 20px;
  font-weight: 900;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 100px;
  height: 40px;
  width: 40px;
  background-color: #000000;
  color: #ffffff;
  scale: 1;
  top: 45% !important;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  scale: 1.07;
}

.swiper-button-next {
  right: -1.5rem;
}

.swiper-button-prev {
  left: -1.5rem;
}

/* Pagination noktalarını ortala */
.swiper-hizmetler .swiper-hizmetler-pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

/* Aktif pagination noktasının rengini kırmızı yap */
.swiper-hizmetler
  .swiper-hizmetler-pagination
  .swiper-pagination-bullet-active {
  background-color: #ff0000 !important; /* Kırmızı renk */
}

/* Tüm pagination noktalarının stilini özelleştir */
.swiper-hizmetler .swiper-hizmetler-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.swiper-Referanslar .swiper-pagination {
  bottom: -5px !important;
}
.swiper-Referanslar .section {
  margin: 0 auto;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* Pagination noktalarını ortala */
.swiper-Referanslar .swiper-Referanslar-pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

/* Aktif pagination noktasının rengini kırmızı yap */
.swiper-Referanslar
  .swiper-Referanslar-pagination
  .swiper-pagination-bullet-active {
  background-color: #ff0000 !important; /* Kırmızı renk */
}

/* Tüm pagination noktalarının stilini özelleştir */
.swiper-Referanslar .swiper-Referanslar-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.references-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
  width: 100%;
  padding: 0.4rem;
}
@media (max-width: 768px) {
  .references-container {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .references-container {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}

.refLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.refLogo img {
  width: 100%;
  max-width: 160px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.refLogo img:hover {
  transform: scale(1.1);
}

.boxServices {
  padding: 20px 6px 45px;
  text-decoration: none !important;
  display: flex; /* Flexbox eklendi */
}
.boxServices .m-shadow {
  display: flex; /* Flexbox eklendi */
  flex-direction: column; /* Dikey yönlendirme */
  flex: 1; /* Tüm alanı kapla */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Yumuşak geçiş animasyonu */
}
.boxServices .m-shadow .imgBoxer {
  flex-shrink: 0; /* Resim boyutunun küçülmesini engelle */
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 240px;
  transition: 0.8s;
}
.boxServices .m-shadow .prdLine {
  position: absolute;
  height: 0px;
  width: 100%;
  bottom: 0px;
  background-color: white;
  transition: 0.3s;
  opacity: 1;
  z-index: 1;
}
.boxServices .m-shadow .ozImg {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition-duration: 1.4s;
  margin: 20px auto 0px;
  width: 200px;
  height: 200px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
}
.boxServices .m-shadow h3 {
  flex-shrink: 0; /* Başlık boyutunun küçülmesini engelle */
  font-display: swap;
  font-weight: 600;
  font-size: 0.84rem;
  color: #121212;
  text-align: center;
  margin: 0.9rem auto 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
  display: -webkit-box;
  text-decoration: none !important;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.boxServices .m-shadow .buttonmore {
  display: block;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  margin: 28px auto 13px;
  width: 90%;
  font-size: 0.8rem;
  color: #1d1f23;
  background-color: #e40913;
}
.boxServices .m-shadow p {
  flex: 1; /* Kalan alanı doldur */
  font-size: 0.8rem;
  color: #1d1f23;
  text-align: justify;
  padding: 10px 15px 20px;
  word-spacing: -0.03rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
.boxServices:hover .m-shadow .prdTime {
  background-color: white;
  border: solid 1px rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
}
.boxServices:hover .m-shadow .prdLine {
  opacity: 0.92;
  height: 45px;
  bottom: 0px;
}
.boxServices:hover .m-shadow .buttonmore {
  background-color: #961012;
}

.boxPX {
  padding: 20px 6px 45px;
  text-decoration: none !important;
  display: flex; /* Flexbox eklendi */
}
.boxPX .m-shadow {
  border-radius: 4px;
  display: flex; /* Flexbox eklendi */
  flex-direction: column; /* Dikey yönlendirme */
  flex: 1; /* Tüm alanı kapla */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Yumuşak geçiş animasyonu */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.03) 0px 8px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1); /* Hafif border */
}
.boxPX .m-shadow .imgBoxer {
  flex-shrink: 0; /* Resim boyutunun küçülmesini engelle */
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 15rem;
  transition: 0.8s;
  filter: saturate(0%) opacity(100%);
  -webkit-filter: saturate(0%) opacity(100%);
}
.boxPX .m-shadow .prdLine {
  position: absolute;
  height: 0px;
  width: 100%;
  bottom: 0px;
  background-color: white;
  transition: 0.3s;
  opacity: 1;
  z-index: 1;
}
.boxPX .m-shadow .ozImg {
  display: block;
  height: 100%;
  background-size: cover;
  transition-duration: 1.4s;
  margin: 0 auto;
}
.boxPX .m-shadow h3 {
  flex-shrink: 0; /* Başlık boyutunun küçülmesini engelle */
  font-display: swap;
  font-weight: 600;
  font-size: 0.84rem;
  color: #121212;
  text-align: center;
  margin: 0.9rem auto 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
  display: -webkit-box;
  text-decoration: none !important;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.boxPX .m-shadow .buttonmore {
  display: block;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  margin: 28px auto 13px;
  width: 90%;
  font-size: 0.8rem;
  color: #1d1f23;
  background-color: #e40913;
}
.boxPX .m-shadow p {
  flex: 1; /* Kalan alanı doldur */
  font-size: 0.8rem;
  color: #1d1f23;
  text-align: justify;
  padding: 10px 15px 20px;
  word-spacing: -0.03rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
.boxPX:hover .m-shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.08) 0px 16px 48px;
  transform: translateY(-2px);
  /*Hafifyükselmeefekti*/
  background-color: #e40913;
  transition: 0s;
  border-color: rgba(0, 0, 0, 0.2);
}
.boxPX:hover .m-shadow .imgBoxer {
  filter: saturate(125%) opacity(100%);
  -webkit-filter: saturate(125%) opacity(100%);
}
.boxPX:hover .m-shadow .ozImg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.boxPX:hover .m-shadow .prdTime {
  background-color: white;
  border: solid 1px rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
}
.boxPX:hover .m-shadow h3 {
  color: #ffffff;
}
.boxPX:hover .m-shadow .prdLine {
  opacity: 0.92;
  height: 45px;
  bottom: 0px;
}
.boxPX:hover .m-shadow p {
  color: #ffffff;
}
.boxPX:hover .m-shadow .buttonmore {
  background-color: #961012;
}

.subBgHeader {
  position: relative;
  padding: 0px 0px;
  margin: 86px 0px 100px;
}
.subBgHeader .subBoxSplitPdng {
  padding: 0px;
}
.subBgHeader .SubImgBoxer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-color: #e9eef1;
  height: 500px;
}
.subBgHeader .subImgBoxerTextRight {
  position: relative;
  text-align: right;
  background-color: #e9eef1;
  padding: 100px 35px 0px 20px;
}
.subBgHeader .subImgBoxerTextRight h1 {
  font-size: 3.4em;
  line-height: 1.2em;
  letter-spacing: -1px;
  color: #e40913;
}
.subBgHeader .subImgBoxerTextRight p {
  margin: 70px auto 20px;
  color: #ff5441;
  font-size: 1.25rem;
}

.subSecondBgHeader {
  position: relative;
  padding: 0px 0px;
  margin: 85px 0px 0px;
}
.subSecondBgHeader .subBoxSplitPdng {
  padding: 0px;
}
.subSecondBgHeader .SubImgBoxerNew {
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  display: block;
  background-color: #e9eef1;
  height: 500px;
}
.subSecondBgHeader .SubImgBoxer {
  background-size: 60%;
  background-position: 10% 50%;
  background-repeat: no-repeat;
  display: block;
  background-color: #e9eef1;
  height: 500px;
}
.subSecondBgHeader .subImgBoxerTextRight {
  position: relative;
  text-align: right;
  background-color: #e9eef1;
  padding: 100px 35px 0px 20px;
}
.subSecondBgHeader .subImgBoxerTextRight h1 {
  font-size: 3.4em;
  line-height: 1.2em;
  letter-spacing: -1px;
  color: #e40913;
}
.subSecondBgHeader .subImgBoxerTextRight p {
  margin: 70px auto 20px;
  color: #ff5441;
  font-size: 1.25rem;
}

.messageBox {
  display: block;
  padding: 0px 15px;
  margin: 10px auto;
}

.supImgBlog {
  display: block;
}

.supImg,
.supImgLarge {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 86px;
  text-decoration: none;
  opacity: 1;
}
.supImg .pageTitle,
.supImgLarge .pageTitle {
  color: #961012;
  font-size: 2.44rem;
  padding: 100px 100px 0px;
  text-align: center;
}
.supImg .pageAltTitle,
.supImgLarge .pageAltTitle {
  margin-top: 6px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #e40913;
  text-align: center;
}

.line-page {
  position: relative;
  border-color: #ff5441;
  border-style: dashed;
  border-width: 0px 0px 1px 0px;
  display: block;
  margin: 120px auto 16px;
  width: 100%;
  height: 10px;
}
.line-page .renkBlack {
  color: #ff5441;
}
.line-page .renk1,
.line-page .topCnt .trBg,
.topCnt .line-page .trBg {
  color: #e40913;
}
.line-page h2 {
  position: absolute;
  top: -44px;
  text-align: center;
  font-size: 1.56rem;
  letter-spacing: -1px;
}

.supImgLarge {
  height: 630px;
}

.contactiletisimPdng {
  padding-top: 50px;
}

.boslukDiv {
  display: block;
  width: 100%;
  height: 100px;
}

.koclar {
  height: 430px;
}

.homeFixArea {
  display: block;
  background-color: white;
  position: relative;
}
.homeFixArea .homeFixIconBG {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 188px;
  margin: 0px auto -100px;
  text-align: center;
  filter: saturate(14%) opacity(50%);
  transition: 0.8s;
}
.homeFixArea .homeFixIcon {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  margin: 12px auto 0px;
  text-align: center;
  filter: saturate(0%);
  transition: 0.3s;
}
.homeFixArea h2 {
  font-size: 0.8rem;
  margin-top: -5px;
  color: #ff5441;
  line-height: 1.1rem;
  padding-bottom: 20px;
  text-decoration: none;
}
.homeFixArea:hover .homeFixIconBG {
  filter: saturate(150%) opacity(84%);
  transition: 0s;
}
.homeFixArea:hover h2 {
  color: #e40913;
}

.mobil_social {
  position: absolute;
  bottom: 24px;
  right: 4%;
  flex-direction: column; /* İkonları dikey olarak sırala */
  gap: 1rem; /* İkonlar arası boşluk */
  z-index: 999999;
}

.socialItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  color: #000;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}
.socialItem:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.socialItem:hover:has(.bi-instagram) {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
}
.socialItem:hover:has(.bi-linkedin) {
  background-color: #0077b5;
  color: white;
}
.socialItem:hover:has(.bi-whatsapp) {
  background-color: #049b57;
  color: white;
}
.socialItem:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.socialItem i {
  transition: transform 0.3s ease;
}
.socialItem:hover i {
  transform: scale(1.1);
}

.socialItem.instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
}

.socialItem.linkedin:hover {
  background-color: #0077b5;
  color: white;
}

.socialItem.whatsapp:hover {
  background-color: #00a259;
  color: white;
}

.copyRight {
  margin: 5px 0px 0px;
  font-size: 0.9em;
}

.mobil_copyRight {
  font-size: 1rem;
  position: relative;
  width: 100%;
  margin: 15px 0px;
  padding-left: 4%;
  text-align: left;
  color: #dfdfdf;
}
.mobil_copyRight .ftgText {
  margin-top: 0px;
  font-size: 0.4em;
}

@media only screen and (max-width: 480px) {
  .mobil_copyRight {
    margin: 3px 0px;
    font-size: 0.7rem;
  }
}
.divHr {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.08);
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: rgb(0, 0, 0);
  margin: 35px 0px 10px;
}

.btnGonder {
  position: relative;
  display: inline-block;
  margin: 10px 40px 0px 0px;
  float: right;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0px 40px;
  letter-spacing: 0.1rem;
  transition: all ease 0.3s;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #ff5441;
  box-shadow: 0px 0px 0px 2px #ff5441;
}
.btnGonder:hover {
  color: #fff;
  background-color: #e40913;
  box-shadow: 0px 0px 0px 2px #961012;
}

.ui.form .message:first-child {
  margin-top: 15px;
}

.formBg {
  border-radius: 4px;
  padding: 25px 0px;
}

.footer_seda {
  background-color: #111827;
  color: #ffffff;
  padding: 4rem 0 2rem;
  font-family: "Inter", sans-serif;
}
.footer_seda-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.footer_seda-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .footer_seda-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer_seda-grid {
    grid-template-columns: 1fr;
  }
}
.footer_seda-about h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #ffffff;
}
.footer_seda-about p {
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.footer_seda-about .social-links {
  display: flex;
  gap: 1rem;
}
.footer_seda-about .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer_seda-about .social-links a:hover {
  background: #e40913;
  transform: translateY(-3px);
}
.footer_seda-about .social-links a i {
  font-size: 1.1rem;
}
.footer_seda-companies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-content: start;
}
.footer_seda-companies h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.footer_seda-companies .company-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_seda-companies .company-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}
.footer_seda-companies .company-link img {
  height: 40px;
  width: auto;
  margin-bottom: 0.5rem;
}
.footer_seda-companies .company-link .company-name {
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
.footer_seda-contact h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #ffffff;
}
.footer_seda-contact .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer_seda-contact .contact-info a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_seda-contact .contact-info a:hover {
  color: #e40913;
}
.footer_seda-contact .contact-info a i {
  font-size: 1.1rem;
}
.footer_seda-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 640px) {
  .footer_seda-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.footer_seda-bottom .copyright {
  color: #9ca3af;
  font-size: 0.875rem;
}
.footer_seda-bottom .privacy-link {
  cursor: pointer;
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.footer_seda-bottom .privacy-link:hover {
  color: #e40913;
}

@media (max-width: 991px) {
  .footer_seda-bottom {
    padding-bottom: 5rem;
  }
}
.footerBigBg {
  position: relative;
  text-align: center;
  font-size: 0.86rem;
  color: #ffffff;
  padding: 1rem 0px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #590806;
}
.footerBigBg .altFtg {
  display: block;
  width: 100%;
  margin: 0.5rem 0px 0.89rem;
  text-align: center;
}
.footerBigBg .altFtg .bottom {
  display: block;
  line-height: 1.5rem;
  width: 100%;
  margin: 3px 0px;
  text-align: center;
}
.footerBigBg .altFtg .bottom b {
  font-weight: 600;
  color: #ff5441;
}
.footerBigBg .altFtg .bottom a {
  text-decoration: none;
  color: #961012;
}
.footerBigBg .f_title {
  font-family: "Montserrat", serif;
  font-display: swap;
  font-weight: 400;
  text-align: left;
  font-size: 1.25rem;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 2px;
  padding-left: 16px;
  color: #ff5441;
  border-left: 3px solid #ff5441;
}
.footerBigBg .footerAbout {
  font-size: 0.8rem;
  text-align: left;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
  transition-timing-function: cubic-bezier(
    0.165,
    0.84,
    0.44,
    1
  ); /* easeOutQuart */
}
.footerBigBg .footerAbout i {
  margin: 0px 4px 0px 0px;
  font-size: 0.8rem;
}
.footerBigBg .footerAbout span {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #ff5441;
  padding: 3px 0px;
  border-style: dotted;
  border-color: #ff5441;
  border-width: 0px 0px 1px 0px;
}
.footerBigBg .footerAbout a {
  color: #ff5441;
  padding: 3px 0px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.footerBigBg .footerAbout a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ff5441;
  height: 3px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footerBigBg .footerAbout a:hover:before {
  right: 0;
}
.footerBigBg .footerAbout a:hover {
  color: #fff;
}

.footerBg {
  background-image: url(../images/footerMenu.webp);
  text-align: center;
  font-size: 1rem;
  color: #919191;
  font-weight: 400;
  padding: 25px 0px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: rgba(226, 254, 255, 0.62);
}

.footerBgLink {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  margin: 5px 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  border: 1px solid #2d2d2d;
  text-shadow: 0px 3px 4px #000;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
.footerBgLink:hover {
  border: 1px solid #f02c2c;
  border-radius: 50px;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255) !important;
  transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.305, 0.935);
  /* custom */
}

.movieCnt {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden !important;
}

.movietape {
  margin-top: 60vh;
  position: relative;
  display: block;
  background-image: url(../images/loop_bg.webp);
  width: 300vw; /* Genişliği artırarak resmin kesilmesini önlüyoruz */
  height: 200vh;
  background-position: left center;
  background-repeat: repeat-x; /* Yatayda tekrar etmesini sağlıyoruz */
  opacity: 1;
  z-index: 0;
}

/*  ------------------------------- Tab -------------------------------  */
.pageEnd {
  margin-bottom: 120px;
  position: relative;
  display: block;
}

.tabHI {
  display: block;
  text-align: center;
}

.tabTxts {
  padding: 0 20px;
  font-size: 1.25rem;
}

.t-green {
  background-color: #e40913;
}

.t-turkuaz {
  background-color: #961012;
}

.t-yellow {
  background-color: #ff5441;
}

.t-pink {
  background-color: #e40913;
}

.t-blue {
  background-color: #961012;
}

.t-green:hover {
  color: #fff !important;
  background-color: #e40913 !important;
}

.t-yellow:hover {
  color: #fff !important;
  background-color: #e40913 !important;
}

.t-pink:hover {
  color: #fff !important;
  background-color: #e40913 !important;
}

.t-blue:hover {
  color: #fff !important;
  background-color: #e40913 !important;
}

.t-turkuaz:hover {
  color: #fff !important;
  background-color: #961012 !important;
}

li.current.t-green {
  background-color: #e40913;
}

li.current.t-yellow {
  background-color: #e40913;
}

li.current.t-pink {
  background-color: #961012;
}

li.current.t-blue {
  background-color: #961012;
}

li.current.t-turkuaz {
  background-color: #e40913;
}

.titleGfx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.titleGfx a {
  font-size: 0.8rem;
  letter-spacing: 0px;
  text-decoration: none;
  text-align: center;
  padding: 10px 2px;
  margin: 3px 3px 30px;
  color: #fff;
  background-color: rgba(10, 22, 33, 0.6705882353);
  border-radius: 3px;
}
.titleGfx a:hover {
  background-color: rgba(180, 3, 30, 0.4941176471);
}

.activeTitleGfx {
  background-color: rgba(180, 3, 30, 0.7764705882) !important;
  cursor: default;
}

ul.tabs {
  font-size: 1rem;
  margin: 0px;
  padding: 0px 0px 30px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #333;
  display: inline-block;
  padding: 12px 0px;
  cursor: pointer;
  text-align: center;
  background-color: #dddfe2;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 7px;
  border-width: 5px;
  -o-border-image: url("../images/ink_splash_duotone.webp") 8 8 8 8 repeat
    repeat;
  border-image: url("../images/ink_splash_duotone.webp") 8 8 8 8 repeat repeat;
}
ul.tabs li:hover {
  background-color: rgb(238, 238, 238);
  filter: saturate(100%) !important;
}

ul.tabs li.current {
  text-align: center;
  color: #fff;
  border-width: 2px;
  background-color: #e40913;
}

.tab-content {
  display: none;
  padding: 0px;
}

.tab-content.current {
  display: inherit;
}

.kocStyleBox {
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.kocStyleBox .boxInclude {
  position: relative;
  padding: 10px 0px 20px;
}
.kocStyleBox .kocIMG {
  position: absolute;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
  border-radius: 220px;
  top: 30px;
  margin-left: -110px;
  left: 50%;
  z-index: 2;
  transition: 0.2s;
  opacity: 1;
}
.kocStyleBox .sosyalICN,
.kocStyleBox .sosyalICNinfo {
  position: absolute;
  margin-left: -30px;
  margin-top: 200px;
  text-decoration: none !important;
  font-size: 1.56rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 20px;
  text-align: center;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #e40913;
  z-index: 5;
  transition: 0.3s;
  opacity: 0;
  box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
}
.kocStyleBox .sosyalICNinfo {
  transition: 0.5s;
  margin-top: 200px;
}
.kocStyleBox h1 {
  position: relative;
  font-size: 1.1rem;
  letter-spacing: -1px;
  color: #961012;
  z-index: 5;
}
.kocStyleBox p {
  font-size: 0.8rem;
  color: #961012;
}
.kocStyleBox:hover .sosyalICN,
.kocStyleBox:hover .sosyalICNinfo {
  margin-top: 150px;
  opacity: 1;
}
.kocStyleBox:hover .sosyalICN:hover,
.kocStyleBox:hover .sosyalICNinfo:hover {
  font-size: 1.56rem;
  background-color: rgba(0, 0, 0, 0.473);
  color: #fff;
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}
.kocStyleBox:hover h1 {
  color: #e40913;
}
.kocStyleBox:hover .sosyalICNinfo {
  margin-top: 60px;
  opacity: 1;
}
.kocStyleBox:hover .sosyalICNinfo:hover {
  font-size: 1.56rem;
  background-color: rgba(0, 0, 0, 0.473);
  color: #fff;
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}
.kocStyleBox:hover .circleStyle {
  transition: 0.1s;
  box-shadow: inset 0px 0px 0px 0px rgb(255, 255, 255), 0px 0px 50px 0px #ff5441;
}
.kocStyleBox:hover .kocIMG {
  background-size: 118%;
  opacity: 0.86;
}

.page_icon_container {
  display: flex;
  gap: 70px;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  padding: 0rem 0px 4rem;
}
.page_icon_container .page_icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e40913;
  font-size: 5rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.page_icon_container .page_icon i {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.page_icon_container .page_icon span {
  font-size: 0.9rem;
  margin-top: 5px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.page_icon_container .page_icon:hover {
  color: #000;
}
.page_icon_container .page_icon:hover i {
  transform: scale(1.2);
}
.page_icon_container .page_icon:hover span {
  color: black;
}

@media (max-width: 767px) {
  .page_icon_container {
    font-size: 3rem;
    gap: 20px;
  }
  .page_icon_container .page_icon {
    font-size: 3rem;
  }
}
.confboxtxt,
.confboxtxtmsg {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #333;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
  background-color: #f4f4f4;
}

/* Textarea için sabit yükseklik */
.confboxtxtmsg {
  height: 4.26rem;
  margin-bottom: 1rem;
}

/* Seçildiğinde (focus) mavi çerçeveyi kaldır */
.confboxtxt:focus,
.confboxtxtmsg:focus {
  outline: none;
  border: 1px solid #d9534f; /* Kırmızı veya farklı bir renk efekti verebilirsin */
  box-shadow: 0px 0px 5px rgba(217, 83, 79, 0.5);
}

.conf_btn_Cont {
  display: flex;
  justify-content: flex-end;
}

.conf_btn_pasif {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  border-radius: 4px;
  padding: 0.8rem 2rem !important;
  transition: all ease 0.3s !important;
  text-decoration: none;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #ffffff !important;
  background-color: rgba(123, 123, 123, 0.7058823529) !important;
  text-align: center;
  cursor: default;
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .conf_btn_pasif {
    margin-top: 1.5rem;
    margin-right: -1rem;
  }
}
.conf_btn {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  border-radius: 4px;
  padding: 0.8rem 2rem !important;
  transition: all ease 0.3s !important;
  text-decoration: none;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: rgba(6, 116, 21, 0.8) !important;
  background-color: rgba(4, 170, 26, 0.8509803922) !important;
  text-align: center;
  cursor: pointer;
  color: #f1f1f1 !important;
}
.conf_btn:hover {
  background-color: rgba(0, 125, 17, 0.8509803922) !important;
  border-color: rgba(6, 116, 21, 0.8) !important;
}

/* Dil seçimi butonu */
.language_button {
  position: fixed;
  top: 90px;
  right: 4%;
  margin-right: 5px;
  z-index: 9;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.language_buttonScroll {
  position: fixed;
  top: 30px;
  right: 4%;
  z-index: 1000;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.lang-tr {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  text-align: center;
  display: block;
  border-radius: 3px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.lang-tr:hover {
  background-color: rgb(255, 255, 255);
  color: #590806;
}

@media only screen and (max-width: 449px) {
  .lang-tr {
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 380px) {
  .lang-tr {
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin-top: 6px;
  }
}
/* Footer butonları */
.footer-buttons-Desktop {
  position: absolute;
  left: 50%;
  top: 95vh;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 999;
  opacity: 0;
  transform: translate(-50%, 20px); /* Başlangıçta 20px aşağıda */
  transition: all 0.8s ease-in; /* opacity ve transform için geçiş */
}
.footer-buttons-Desktop i {
  font-weight: 900;
  font-size: 1.6rem;
}

.footer-buttons-Desktop.show {
  opacity: 1;
}

.footer-buttons-Mobile {
  position: fixed;
  font-size: 1rem;
  width: 100vw;
  bottom: 0px;
  gap: 2px;
  display: none;
  padding-top: 2px;
  z-index: 6;
  opacity: 1;
  background-color: #e40913;
}
.footer-buttons-Mobile i {
  font-weight: 900;
  font-size: 1.6rem;
}
.footer-buttons-Mobile .catalog-mobile-btn,
.footer-buttons-Mobile .quote-mobile-btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #e40913;
}
.footer-buttons-Mobile .catalog-mobile-btn i,
.footer-buttons-Mobile .quote-mobile-btn i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.footer-buttons-Mobile .catalog-mobile-btn:hover,
.footer-buttons-Mobile .quote-mobile-btn:hover {
  background-color: #121212;
  color: #ffffff;
}
.footer-buttons-Mobile .quote-mobile-btn {
  background-color: transparent;
  color: #fff;
}

.footer-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.catalog-btn {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  color: #e40913;
}

.quote-btn {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  color: #e40913;
}

.all-buton {
  display: block;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 280px;
  margin: 3rem auto;
  padding: 6px 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #e40913;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.all-buton:hover {
  background-color: #e40913;
  color: #ffffff;
}
.all-buton i {
  font-weight: 900;
  font-size: 1.5rem;
  margin-right: 4px;
}

.footer-btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.catalog-btn:hover {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  color: #fff;
}

.quote-btn:hover {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  color: #fff;
}

/*  ------------------------------- splash screen -------------------------------  */
.splash-screen {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: rgb(228, 9, 19);
  background: radial-gradient(
    circle,
    rgb(228, 9, 19) 0%,
    rgb(150, 16, 18) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e40913",endColorstr="#961012",GradientType=1);
}

.splash-screen .loading-text {
  margin-left: 10px;
}

.splash-screen .loading-gif {
  position: absolute;
  left: 50%;
  top: calc(50% - 130px); /* %50 + 10px */
  width: 130px;
  height: 130px;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background-image: url("../images/loader.gif");
}

.display-none {
  display: none;
}

#loadingMessage {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  font-size: 24px;
  color: white;
  padding: 20px 50px;
  text-align: center;
  opacity: 0; /* Başlangıçta gizli */
  transition: opacity 1s; /* Yavaş geçiş efekti */
  display: none; /* Başlangıçta gizli */
  z-index: 6;
}

#loadingMessage .loading-gif {
  width: 550px; /* GIF boyutu */
  height: 550px; /* GIF boyutu */
  display: block;
  margin: 0 auto; /* Ortalamak için */
}

@media (max-width: 991px) {
  #loadingMessage .loading-gif {
    width: 250px; /* GIF boyutu */
    height: 250px; /* GIF boyutu */
  }
}
#loadingText {
  position: absolute;
  top: 50%; /* GIF'in altına yerleştirin */
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-top: 160px;
}

/*  ------------------------------- Photo Gallery -------------------------------  */
.boxTblGaleri {
  position: relative;
  display: block;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 1;
}
.boxTblGaleri .search {
  position: absolute;
  background-image: url("../images/search.webp");
  background-size: 75%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0px 0px -40px;
  display: block;
  opacity: 1;
  z-index: 1;
  transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.boxTblGaleri .play {
  position: absolute;
  background-image: url("../images/play.webp");
  background-size: 75%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0px 0px -40px;
  display: block;
  opacity: 0.5;
  z-index: 1;
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.boxTblGaleri .siyah {
  position: absolute;
  background-image: url("../images/bgBox.webp");
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: 10px;
  opacity: 0.5;
  z-index: 0;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}
.boxTblGaleri .fotoBox {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: #888;
  border-width: 1px;
}
.boxTblGaleri:hover .search {
  opacity: 0;
  background-size: 0%;
}
.boxTblGaleri:hover .play {
  opacity: 0;
  background-size: 0%;
}
.boxTblGaleri:hover .siyah {
  opacity: 0.05;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

/*  ------------------------------- accordion -------------------------------  */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion.active,
.accordion:hover {
  background-color: #ccc;
  color: rgb(0, 0, 0) !important;
  font-weight: bold;
}

.accordion:after {
  content: "+";
  color: #e40913;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "−";
}

.panel {
  padding: 0 18px;
  background-color: rgb(255, 255, 255);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.activeLink {
  color: #e40913 !important;
  cursor: default !important;
}

/*  ---------------- animeMs -----------------  */
.anime1 {
  animation-delay: 0.1s;
}

.anime2 {
  animation-delay: 0.2s;
}

.anime3 {
  animation-delay: 0.3s;
}

.anime4 {
  animation-delay: 0.4s;
}

.anime5 {
  animation-delay: 0.5s;
}

.anime6 {
  animation-delay: 0.6s;
}

.anime7 {
  animation-delay: 0.7s;
}

.anime8 {
  animation-delay: 0.8s;
}

.anime9 {
  animation-delay: 0.9s;
}

.anime10 {
  animation-delay: 1s;
}

.anime11 {
  animation-delay: 1.1s;
}

.anime12 {
  animation-delay: 1.2s;
}

.anime13 {
  animation-delay: 1.3s;
}

.anime14 {
  animation-delay: 1.4s;
}

.anime15 {
  animation-delay: 1.5s;
}

.anime16 {
  animation-delay: 1.6s;
}

.anime17 {
  animation-delay: 1.7s;
}

.anime18 {
  animation-delay: 1.8s;
}

.anime19 {
  animation-delay: 1.9s;
}

.anime20 {
  animation-delay: 2s;
}

@media only screen and (max-width: 1199px) {
  .areaBoxTour .box,
  .areaBoxTour .navTabMenu .boxCnt .boxAboutMenu,
  .navTabMenu .boxCnt .areaBoxTour .boxAboutMenu {
    padding: 5px;
  }
  .areaBoxTour .box .areaPhoto,
  .areaBoxTour .navTabMenu .boxCnt .boxAboutMenu .areaPhoto,
  .navTabMenu .boxCnt .areaBoxTour .boxAboutMenu .areaPhoto {
    height: 50px;
  }
  .privateLink {
    width: 100%;
    display: block;
  }
  .vizyonBox {
    padding: 40px 60px;
  }
  .fixedBGPage {
    background-attachment: scroll;
  }
  .subBgHeader {
    margin: 86px 0px 100px;
  }
  .subBgHeader .subBoxSplitPdng {
    padding: 0px;
  }
  .subBgHeader .SubImgBoxer {
    height: 500px;
  }
  .subBgHeader .subImgBoxerTextRight {
    padding: 100px 35px 0px 20px;
  }
  .subBgHeader .subImgBoxerTextRight h1 {
    font-size: 3.4em;
  }
  .subBgHeader .subImgBoxerTextRight p {
    margin: 70px auto 20px;
    font-size: 1.25rem;
  }
  .subBgHeader .subImgBoxerTextLeft {
    text-align: left;
    padding: 100px 35px 0px 100px;
  }
  .subBgHeader .subImgBoxerTextLeft h1 {
    font-size: 3.4em;
    margin-bottom: 60px;
  }
  .subBgHeader .subImgBoxerTextLeft p {
    font-size: 1.25rem;
  }
  .butonMasterLeft {
    margin: 15px 5px 15px 5px;
    line-height: 40px;
    font-size: 11px;
    padding: 0px 25px;
    text-align: center;
  }
  .subCntBox {
    margin: 40px auto;
    padding: 20px 0px;
  }
  .subCntBlog {
    margin: 0px auto 0px;
    padding: 20px 0px;
    font-size: 1rem;
  }
  .egitimAmac {
    padding: 25px 10px;
    text-align: justify;
  }
  .homeSplit {
    padding: 20px 10px;
  }
  .homeSplit .boxSplitPdng {
    padding: 15px 0px;
  }
  .homeSplit h1 {
    line-height: 1.1rem;
    font-size: 1.56rem;
  }
  .homeSplit b {
    font-size: 1.25rem;
    margin-left: -2px;
    padding: 26px 0px;
  }
  .homeSplit b:before {
    bottom: -2px;
    height: 3px;
  }
  .homeSplit p {
    margin: 30px auto 20px;
    font-size: 1.1rem;
  }
  .homeSplit .imgBoxerText {
    padding: 25px 0px;
  }
  .homeSplit .icerikPdng {
    padding: 5px;
    text-align: center;
  }
  .homeSplit .icerikPdngSol {
    padding: 5px 0px;
    text-align: center;
  }
  .titleCntLeft {
    font-size: 1.56rem;
    text-align: center;
  }
  .homeTextCnt {
    padding: 10px 5px 25px !important;
    font-size: 0.78em;
  }
  .titleCnt2 {
    font-size: 1.2rem;
  }
  .titleAntCnt {
    font-size: 1.25rem;
  }
  .homeMaxLine {
    height: 400px;
    margin: 40px 0px 100px;
    background-size: cover;
  }
  .homeMaxLine2 {
    height: 400px;
    margin: 40px 0px 100px;
    background-size: cover;
  }
  .homeMaxLine3 {
    height: 400px;
    margin: 40px 0px 100px;
    background-size: cover;
  }
  .supImg,
  .supImgLarge {
    margin-top: 65px;
  }
  .boxPX {
    padding: 10px 5px;
  }
  .boxPX .m-shadow {
    padding: 1px 1px 15px 1px;
  }
  .boxPX .m-shadow .imgBoxer {
    height: 6rem;
  }
  .boxPX .m-shadow h3 {
    margin: auto;
  }
  .boxPX .m-shadow .buttonmore {
    padding: 10px;
    margin: 28px auto 13px;
    width: 90%;
    font-size: 0.8rem;
  }
  .boxPX .m-shadow p {
    font-size: 0.8rem;
    line-height: 1.2em;
    max-height: 4.9rem;
    padding: 0px 15px;
  }
  .titleDnm {
    margin-top: 40px;
  }
  .titleDnm .titleDnmText {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 15px;
    border-width: 0px 0px 0px 0px;
  }
  .titleDnm .largeCntLight {
    text-align: center;
    line-height: 0.6em;
    word-spacing: -4px;
    letter-spacing: -3px;
    padding-left: 0px;
    font-size: 1.56rem;
  }
  .subSecondBgHeader {
    margin: 65px 0px 0px;
  }
  .subCntBoxMain {
    margin: -100px auto 25px;
    padding: 45px 25px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .cookieClose {
    font-size: 0.9rem;
    bottom: -10px;
    left: 2%;
    right: 2%;
    padding: 10px;
  }
  .cookieClose div:nth-child(1) {
    padding: 0px 12%;
  }
  .cookieClose a:nth-child(2) {
    right: 15px;
    width: 57px;
    height: 30px;
    background-size: 80%;
  }
  .cookie {
    font-size: 0.9rem;
    bottom: -10px;
    left: 2%;
    right: 2%;
    padding: 10px;
  }
  .cookie div:nth-child(1) {
    padding: 0px 12%;
  }
  .cookie a:nth-child(2) {
    right: 15px;
    width: 57px;
    height: 30px;
    background-size: 80%;
  }
  .footer-buttons-Desktop {
    display: none;
  }
  .footer-buttons-Mobile {
    display: flex;
  }
  .closeBtnAlign {
    right: 1%;
  }
  .closeBtnAlignScroll {
    right: calc(1% + var(--offset-mobile));
    top: 34px;
  }
  .mobilTopMenu {
    top: 0px;
  }
  .techDikeyOrta {
    display: block; /* Flexbox kullan */
    height: auto; /* Yüksekliği %100 yap */
  }
  .boxPX {
    padding: 10px 5px;
  }
  .boxPX .m-shadow {
    box-shadow: rgba(17, 17, 26, 0) 0px 4px 16px,
      rgba(17, 17, 26, 0.03) 0px 8px 32px;
    border: 1px solid rgba(255, 255, 255, 0); /* Hafif border */
  }
  .boxPX .m-shadow .imgBoxer {
    height: 10rem;
  }
  .boxPX .m-shadow h3 {
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 20px;
    -webkit-line-clamp: 5; /* number of lines to show */
  }
  .boxPX .m-shadow p {
    text-align: left;
    font-size: 0.8rem;
    padding: 10px 5px 10px;
    word-spacing: -0.06rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow: auto;
  }
  .whatWeDoCnt {
    padding: 5rem 1rem 0rem;
  }
  .alignTech {
    display: block;
    height: auto;
  }
  .careerBox1 {
    margin-top: 0px;
  }
  .techDikeyOrtaContainer {
    display: block; /* Flexbox kullan */
    height: auto;
  }
  .closeBtnAlign {
    display: block;
  }
  .mobilLogo,
  .mobilLogoScroll {
    display: block;
  }
  .modal1Img {
    height: 40vh;
  }
  .modal2Img {
    height: 40vh;
  }
  .modal3Img {
    height: 40vh;
  }
  .modal4Img {
    height: 40vh;
  }
  .modal5Img {
    height: 40vh;
  }
  .aboutImg1 {
    height: 40vh;
  }
  .aboutImg2 {
    height: 40vh;
  }
  .aboutImg3 {
    height: 40vh;
  }
  .careerImg1 {
    height: 40vh;
  }
  .careerImg2 {
    height: 40vh;
  }
  .careerImg3 {
    height: 40vh;
  }
  .logoHeaderSmall {
    display: block;
  }
  .menuTextAlign,
  .menuTextAlignSmall {
    display: none;
  }
  .BrandLogoSmall {
    display: block;
  }
  .LogoSmall {
    display: none;
  }
  .socialMenu {
    display: none;
  }
  .titleGfx a {
    font-size: 0.52rem;
  }
  ul.pageList {
    padding: 0px 20px 30px;
    font-size: 1rem;
    text-align: left;
  }
  ul.pageList li {
    padding: 5px;
  }
  .main-tool-bar {
    background-color: transparent;
    display: none !important;
  }
  .topDsplyMenu {
    display: none;
  }
  #gizli_menu {
    padding-bottom: 0px;
  }
  .copyRight {
    font-size: 0.8rem;
  }
  .abouthHome {
    padding-top: 7rem;
  }
  .abouthHomePage {
    margin-top: -20vh;
    padding-left: 25px;
    padding-right: 25px;
  }
  .careerHome {
    margin-top: -20vh;
  }
  .homeFixArea .homeFixIconBG {
    width: 120px;
    margin: 0px auto -88px;
  }
  .homeFixArea .homeFixIcon {
    height: 50px;
    width: 50px;
  }
  .homeFixArea h2 {
    font-size: 0.7em;
    margin-top: 0px;
  }
  .blogDetail {
    padding: 0px 0px 0px 40px;
  }
  .subCntBoxMain {
    margin: -175px auto 25px;
  }
  .titleH2Cnt {
    margin-top: -10px;
    padding-bottom: 45px;
  }
  .btnGonder {
    position: absolute;
    width: 150px;
    float: none;
    left: 50%;
    margin-left: -75px;
  }
  .cntBox {
    padding: 50px 25px;
  }
  .footerBigBg .f_title {
    font-size: 1.1rem;
  }
  .footerBigBg .footerAbout {
    font-size: 0.7em;
  }
  .footerBigBg .footerAbout a {
    padding: 4px 0px;
  }
  .subBgHeader {
    margin: 65px 0px 100px;
  }
  .subBgHeader .SubImgBoxer {
    height: 500px;
    width: 100%;
  }
  .subBgHeader .subImgBoxerTextRight {
    position: relative;
    text-align: center;
    background-color: #e9eef1;
    padding: 100px 35px 0px 20px;
  }
  .subBgHeader .subImgBoxerTextRight h1 {
    font-size: 2.44rem;
    line-height: 1.2em;
  }
  .subBgHeader .subImgBoxerTextRight p {
    margin: 70px auto 20px;
  }
  .subBgHeader .subImgBoxerTextLeft {
    height: 400px;
    padding: 40px 10px 0px 10px;
    text-align: center;
  }
  .subBgHeader .subImgBoxerTextLeft h1 {
    font-size: 2.44rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
  }
  .subBgHeader .subImgBoxerTextLeft p {
    margin: 10px auto 20px;
  }
  .subSecondBgHeader {
    margin: 65px 0px 0px;
  }
  .subSecondBgHeader .subBoxSplitPdng {
    padding: 0px;
  }
  .subSecondBgHeader .SubImgBoxerNew {
    background-size: cover;
    background-position: center center;
    height: 350px;
  }
  .subSecondBgHeader .SubImgBoxer {
    display: block;
    width: 100%;
    background-size: 90%;
    background-position: center bottom;
    height: 500px;
  }
  .subSecondBgHeader .subImgBoxerTextRight {
    padding: 25px 35px 90px 20px;
    text-align: center;
  }
  .subSecondBgHeader .subImgBoxerTextRight h1 {
    font-size: 2.44rem;
    text-align: center;
  }
  .subSecondBgHeader .subImgBoxerTextRight p {
    margin: 70px auto 20px;
  }
  .subSecondBgHeader .subImgBoxerTextLeft {
    padding: 25px 35px 90px 100px;
    text-align: center;
  }
  .subSecondBgHeader .subImgBoxerTextLeft h1 {
    font-size: 1.25rem;
    margin-bottom: 60px;
    text-align: center;
  }
  .subSecondBgHeader .subImgBoxerTextLeft p {
    margin: 10px auto 20px;
  }
  .mblitem,
  .mblitemPartL,
  .mblitemPartR {
    font-size: 2.8rem;
    line-height: 1.5em;
    padding: 9px 0px;
  }
  .carouselAbout .owl-dots {
    text-align: center;
  }
  .line-page {
    border-width: 0px 0px 0px 0px;
  }
  .line-page h2 {
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    min-height: auto;
    position: relative;
    margin-top: -40px;
    top: 0px;
    display: block;
    font-size: 1.56rem;
    background-color: #fff;
  }
}
@media only screen and (orientation: portrait) {
  .mblBanner {
    display: block;
  }
  .dsktpBanner {
    display: none;
  }
  .mobilHeight {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .supImgBlog {
    background-image: url("../images/dummy.webp") !important;
  }
  .mobilHeight {
    margin-top: 0px;
  }
  body {
    overflow-x: hidden !important;
  }
  .conf_btn {
    width: 45%;
    margin: 15px auto 0px !important;
    padding: 0.8rem 0rem !important;
    float: none;
  }
  .confboxtxt {
    margin: 10px auto;
    padding: 10px 0px 10px 10px;
  }
  .confboxtxtmsg {
    margin: 0px;
  }
  .mblBanner {
    display: block;
  }
  .dsktpBanner {
    display: none;
  }
  .egitimFoto {
    padding: 25px 0px 25px 0px;
  }
  .egitimFoto h1 {
    line-height: 2em;
  }
  .egitimFoto h2 {
    padding: 6px 0px;
  }
  .egitimFoto .danismanlikFotoBox {
    margin-top: 20px;
  }
  .egitimFoto .egitimFotoBox {
    margin-top: 20px;
  }
  .imgPage2 {
    background-image: url("../images/page2-mobile.webp");
  }
  .imgPage3 {
    background-image: url("../images/page3-mobile.webp");
  }
  .imgPage4 {
    background-image: url("../images/page4-mobile.webp");
  }
  .imgPage5 {
    background-image: url("../images/page5-mobile.webp");
  }
  .imgPage6 {
    background-image: url("../images/page6-mobile.webp");
  }
  .imgPage7 {
    background-image: url("../images/page7-mobile.webp");
  }
  .homeFixArea .homeFixIconBG {
    width: 200px;
    margin: 30px auto -103px;
  }
  .homeFixArea .homeFixIcon {
    height: 100px;
    width: 100px;
  }
  .homeFixArea h2 {
    font-size: 1.1rem;
    margin-top: 0px;
    line-height: 2em;
  }
  .blogDetail {
    padding: 0px 0px 0px 0px;
    text-align: justify;
  }
  .blogDetail p {
    margin: 15px 0px;
  }
  .subCntBoxEgitim {
    margin: 45px auto 25px;
  }
  .subCntBoxEgitim .egitimTakvimi {
    padding: 0px;
    display: block;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimNumber {
    display: block;
    text-align: center;
    font-size: 5em;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimDetail {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimIMG {
    display: block;
    text-align: center;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimIMG .boxDateTakvimIMGCnt {
    display: block;
    height: 90px;
    width: 100%;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimName {
    display: block;
    font-size: 1rem;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimName p {
    padding: 10px 0px;
    display: block;
    text-align: center;
  }
  .subCntBoxEgitim .egitimTakvimi .boxDateTakvimBtn {
    display: block;
    padding: 10px 0px;
    font-size: 1.1rem;
  }
  .subCntBoxEgitim .egitimTakvimi:hover .boxDateTakvimName p {
    min-width: 150px;
  }
}
@media only screen and (max-width: 689px) {
  .mobilMenuOpen,
  .mobilMenuClose {
    width: 100% !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.93) 0%,
      rgba(0, 0, 0, 0.93) 82%,
      #e52326 80%
    );
  }
  .mblitem,
  .mblitemPartL,
  .mblitemPartR {
    font-size: 2.2rem;
  }
  .whatWeDoCnt {
    padding: 5rem 1rem 0rem;
  }
  .footer-buttons-Mobile {
    font-size: 0.74rem;
  }
  .messageBox {
    padding: 0px;
    margin: 15px auto !important;
  }
  .socialIcons {
    font-size: 1.4em;
  }
  .subCntBoxMain {
    margin: -55px auto 25px;
  }
  .mainHeaderFix {
    padding: 13px 0;
  }
  .blogAlign {
    margin-top: -65px;
  }
  .subSecondBgHeader {
    margin: 60px 0px 0px;
  }
  .supImg,
  .supImgLarge {
    height: 185px;
    margin-top: 65px;
  }
  .topHeaderHome {
    padding: 15px 0px;
  }
  .cntBox {
    padding: 40px 15px;
  }
  .tabTxts {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 550px) {
  .mobilMenuOpen,
  .mobilMenuClose {
    width: 100% !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.93) 0%,
      rgba(0, 0, 0, 0.93) 80%,
      #e52326 80%
    );
  }
}
@media only screen and (max-width: 550px) and (max-width: 450px) {
  .mobilMenuOpen,
  .mobilMenuClose {
    width: 100% !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.93) 0%,
      rgba(0, 0, 0, 0.93) 78%,
      #e52326 78%
    );
  }
}
@media only screen and (max-width: 550px) and (max-width: 420px) {
  .mobilMenuOpen,
  .mobilMenuClose {
    width: 100% !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.93) 0%,
      rgba(0, 0, 0, 0.93) 76%,
      #e52326 76%
    );
  }
}
@media only screen and (max-width: 550px) {
  .mblitem,
  .mblitemPartL,
  .mblitemPartR {
    font-size: 1.9rem;
  }
  .abouthHome {
    padding-top: 7rem;
  }
  .abouthHomePage {
    margin-top: -20vh;
    padding-left: 12px;
    padding-right: 12px;
  }
  .careerHome {
    margin-top: -20vh;
  }
  .textRalign {
    padding-right: 5px !important;
  }
  .textLalign {
    padding-left: 5px !important;
  }
  .subSecondBgHeader {
    margin: -40px 0px 0px;
  }
  .blogAlign {
    margin-top: -135px;
  }
  .vizyonBox {
    padding: 40px 50px;
  }
  .vizyonBox p {
    line-height: 1.3em;
  }
  .subCntBoxMain {
    margin: -125px auto 25px;
  }
  .mainHeaderFix {
    padding: 14px 0;
  }
  .cntBox {
    padding: 25px 5px;
  }
  .HomeBtn {
    padding: 19px 0px !important;
  }
}
@media only screen and (max-width: 380px) {
  .subCntBoxMain {
    text-align: left;
  }
  .subCntBox {
    text-align: left;
  }
  .blogDetail {
    text-align: left;
  }
  .egitimAmac {
    text-align: left;
  }
  .vizyonBox {
    padding: 30px 30px;
  }
  .vizyonBox p {
    line-height: 1.2em;
  }
} /*# sourceMappingURL=kordizayn.css.map */
