:root{
    --color1:#E30613;
    --color2:#151515;
    --color3:#181818;
    --color4:#f9f9f9;
    --color5:#DBDBDB;
}
body {
	overflow: hidden;
	min-height: 100vh;
  display: flex;
  flex-direction: column;
}
*{
    box-sizing: border-box;
    font-family: 'Montserrat';
    outline: none !important; 
}
::marker{
    color: var(--color1);
}
.container-fluid{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.maxWidth{
    max-width: 1530px;
}
.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
    row-gap: 0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--color3);
}
::-webkit-scrollbar-thumb {
    background:var(--color1);
}
::-webkit-scrollbar-thumb:hover {
    background:var(--color1);
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background:var(--color1);
    z-index: 999;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:before, #loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
}
#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}.scrollup {
    width:60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:var(--color1);
    border: 1px solid transparent;
    z-index: 222;
    }
    @keyframes scale2 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    } 
.scrollup > i {
    color: white !important;
}
.mobile-sticky{
    width: 100%; 
    position: fixed;
    z-index: 741;
    background-color:var(--color1);
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
}
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    > i{
        color: white !important;
    }
}
.offcanvas{
    z-index:99999;
    background-color:var(--color1) !important;
}
.btnClose{
    background-color: transparent !important;
    padding: 2rem;
    border: none !important;
    font-size: 30px;
    margin-left: 18rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    >i {
        color:white !important;
        font-size: 30px;
    }
}
.mobil-menu{
    background-color:var(--color1);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.offcanvas-social-media > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    padding-top: 0rem;
    margin-left: -2rem;
}
.offcanvas-social-media > ul > li{
    padding-right: 2rem;
}
.offcanvas-social-media > ul > li > a > i{
    color: var(--color1) !important;
    font-size: 20px;
}
.offcanvas-header{
   padding:0rem !important;
}
.offcanvas-body {
    scrollbar-color:#f0f0f0  #f0f0f0;
    scrollbar-width: thin;
}
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--color2); 
    border-radius: 10px; 
}
.offcanvas-body::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
.offcanvas-site-logo > a > img{
    filter: brightness(0) invert(1);
}
.accordion {
    width: 100%;
    max-width: 360px;
    background: transparent;
    border-radius: 4px;
    list-style-type: none;
    margin-left: -4.7rem;
    > li {
        padding-bottom: .5rem;
    }
}
.accordion-submenu{
    display: none;
    margin-left: .5rem;
    margin-top: 1rem;
    list-style-type: none;
    >li{
        padding-bottom: 1rem;
    }
    > li > a{
    font-size: 16px;
    color: var(--color1) !important;
    padding: 7px 15px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: 400;
    }
}
.accordion .link {
   cursor: pointer;
   display: block;
   padding: 0px 15px 15px 42px;
   color: white;
   font-size: 16px;
   font-weight: 600;
   position: relative;
   transition: all 0.4s ease;
   text-decoration: none;
   text-transform: uppercase;
}
.accordion li:last-child .link {
   border-bottom: 0;
}
.accordion li i {
   position: absolute;
   top: 16px;
   left: 12px;
   font-size: 18px;
   color: #595959;
   transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: -70px;
    left: auto;
    font-size: 18px;
    top: 5px;
    background-color: white !important;
    color: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: .7rem;
    top: -20px;
}
.accordion li.open .link {
   color: white;
}
.accordion li.open i {
    color: var(--color1);
}
.accordion li.open i.fa-chevron-down {
   transform: rotate(180deg);
}
.mobil-web-site-logo{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.mobil-web-site-logo > a > img{
    width: 100px;
}

.site-navigation {
  position:  absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
.stickyHeader{
  position:  fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 555;
  background-color: white;   
  animation: slideDown 0.35s ease-out;
  border-bottom: 2px solid #ccc;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
@keyframes slideDown {
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}

.stickySite-navigation-menu > li > a {
       color: var(--color2) !important;
}

.sticky-site-navigation-menu-lang-menu > li > a{
    color: var(--color2) !important;
}

.sticky-site-navigation-menu-lang-menu > li:nth-child(1) > i{
    color: var(--color2) !important;
}

.header-top-navigation{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: .4rem;
    padding-bottom: .7rem;
    > li {
        padding-right: 1rem;
    }
}
.header-top-navigation > li > a{
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.header-top-navigation > li > a > i {
    padding-right: .7rem;
}
.site-navigation-logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 1rem;
}
.site-navigation-logo > a > img{
    width: 100px;
}
.site-navigation-menu{
    display: flex;
    flex-direction: row;
    justify-content:center;
    list-style-type: none;
    padding-top: 2.5rem;
    padding-bottom: 1.7rem;
    height: 2px;
    position: relative;
}
.site-navigation-menu > li {
    padding-right: 2rem;
}
.site-navigation-menu > li > a{
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 58px 0px;
    &::after{
        content: "";
        display: block;
        height: 4px;
        background:white;
        width: 0;
        transition: width 1s;
        position: relative;
        bottom: -5px;
    }
    &:hover::after{
        width: 50%;
    }
}
.header-left {
    position:absolute;
    top: 600px;
    bottom: 0;
    width: 6.9%;
    z-index: 150;
    height: 100vh;
    transition: 1s linear;
}
.header-left-social-menu{
    list-style-type: none; 
    margin-left: .2rem;
    position: relative;
    z-index: 444;
}
.header-left-social-menu  > li{
     padding-right: 1rem;
     padding-bottom: 1rem;
}
.header-left-social-menu  > li > a > i{
    font-size: 14px;
    color: white;
    background: rgba(0,0,0,.3);
    padding:.7rem;
    border-radius: 30px;
    transition: .3s ease;
    &:hover{
        color: var(--color1);
        background-color: white;
    }
}
.site-navigation-menu-lang-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    margin-top: 2.5rem;
    > li {
        padding-right: .4rem;
        > a{
            color: white;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            padding: 58px 0px;
        }
    }
}
.site-navigation-menu-lang-menu > li > a > i{
     margin-left: .4rem;
}
.site-navigation-menu-lang-menu > li:hover .site-navigation-menu-lang-sub-menu{
    display: block;
}
.stickySite-navigation-menu > li > a::after{
    background: var(--color1) !important;
}
.site-navigation-menu-lang-sub-menu  {
    display: none;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid var(--color10);
    min-width: 95px;
    border-top: 0;
    transition: opacity 0.3s ease;
    margin-top:.7rem;
    list-style-type: none !important;
    padding-bottom: .4rem;
    z-index: 666;
    padding-top: .3rem;
    > li {
        padding-top: .3rem;
        padding-bottom: .3rem;
        margin-left: -.8rem;
        > a{
           text-decoration: none;
           color: var(--color2);
           font-size: 14px;
           font-weight: 600;
        }
    }
}
/****************************************************/
.carousel { 
    width: 100vw; 
    height: 100vh; 
    overflow: hidden; 
    position: relative; 
}
.carousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 120px;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.397);
    z-index: 1000;
}
.carousel .list .item { 
    width: 180px; 
    height: 150px; 
    object-fit: cover;
    position: absolute; 
    padding-right: .5rem;
    top: 90%; 
    transform: translateY(-70%); 
    left: 70%; 
    border-radius: 20px; 
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    background-position: 50% 50%;
    background-size: cover;
    z-index: 44;
    transition: 1s;
}
.carousel .list .item:nth-child(1), .carousel .list .item:nth-child(2) { 
    top: 0; 
    left: 0; 
    transform: translate(0, 0); 
    border-radius: 0; 
    width: 100%; 
    height: 100%;
}
.carousel .list .item:nth-child(3) { left: 67%; }
.carousel .list .item:nth-child(4) { left: calc(67% + 200px); }
.carousel .list .item:nth-child(5) { left: calc(67% + 400px); }
.carousel .list .item:nth-child(6) { left: calc(67% + 600px); }
.carousel .list .item:nth-child(n + 7) { left: calc(67% + 800px); opacity: 0; }
.item .content { position: absolute; top: 55%; left: 35%; transform: translateY(-50%); width: 400px; text-align: left; color: #FFFFFF; display: none; }
.list .item:nth-child(2) .content { display: block; }
.content .title { 
   font-size: 170px;   
   text-transform: uppercase; 
   letter-spacing: 5px;
   color: white; 
   font-weight: 900; 
   font-family: 'Impact', sans-serif;
   line-height: 1; 
   opacity: 0; 
   animation: animate 1s ease-in-out .3s 1 forwards; 
   text-shadow: rgb(51, 51, 51) 0px 0px 0px;
}
.content .name { 
    font-size: 100px; 
    text-transform: uppercase; 
    font-weight: 900; 
    line-height: 1; 
    text-shadow: 3px 4px 4px rgba(255, 255, 255, 0.8); 
    opacity: 0; 
    animation: animate 1s ease-in-out .6s 1 forwards; 
}
.content .btn-link {
    margin-left: 5px; 
    opacity: 0; 
    animation: animate 1s ease-in-out 1.2s 1 forwards;
    display: flex; flex-direction: row; justify-content: center; 
    margin-top: 5rem;
    margin-left:6rem;
    > button{
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
    padding-bottom:.9rem !important;
    padding-top: .9rem !important;
    background-color: transparent !important;
    color: white;
    border: 1px solid white;
    transition: .3s ease;
    font-size: 20px;
    font-weight: 400;
    &:hover{
        background-color: var(--color1) !important;
        color: white;
        border: 1px solid var(--color1) !important;
        text-shadow: none !important;
    }
    }
}
@keyframes animate {
    from { opacity: 0; transform: translate(0, 150px); }
    to { opacity: 1; transform: translate(0); filter: blur(0); }
}
.content .btn-link { 
  text-decoration: none;
  text-transform: none;
}
.content .btn-link button { 
   padding: 10px 20px;
  border: 2px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: white;
  text-decoration: none;
  text-transform: none;
}
.content .btn-link button:nth-child(1) { 
    margin-right: 15px; 
}
.content .btn-link button:nth-child(2) { 
    background: transparent; 
    color: #14FF72CB; 
    border: 2px solid #FFFFFF; 
    transition: .3s; 
}
.content .btn-link button:nth-child(2):hover { 
    background: #14FF72CB; 
    color: #FFFFFF;
    border-color: #14FF72CB; 
}
.arrows { 
   position: absolute; 
   top: 80%; 
   right: 52%; 
   z-index: 100; 
   width: 300px;
   max-width: 30%; 
   display: flex;
   gap: 10px; 
   align-items: center; 
}
.arrows button { 
   width: 50px; 
   height: 50px; 
   border-radius: 50%; 
   background-color: #14FF72CB; 
   color: #FFFFFF; 
   border: none; 
   outline: none; 
   font-size: 16px; 
   font-family: monospace; 
   font-weight: bold; 
   transition: .5s; 
   cursor: pointer; 
}
.arrows button:hover { 
   background: #FFFFFF; 
   color: #000000; 
}
.carousel .timeRunning { 
    position: absolute; 
    z-index: 1000; 
    width: 0%;
    height: 4px; 
    background-color:#163760; 
    left: 0; 
    top: 0;
    animation: runningTime 7s linear 1 forwards; 
}
@keyframes runningTime {
    from { width: 0%; }
    to { width: 100%; }
}
@media screen and (max-width: 999px) {
    header { 
    padding-left: 50px; 
    }
    .list .item .content { 
    left: 50px; 
    }
    .content .title, .content .name {
    font-size: 70px;
    }
    .content .des {
    font-size: 16px; 
    }
}
@media screen and (max-width: 690px) {
    header nav a { 
    font-size: 14px;
    margin-right: 0; 
    }
    .list .item .content { 
    top: 40%; 
    }
    .content .title, .content .name { 
    font-size: 45px; 
    }
    .content .btn-link button {
     padding: 10px 15px; 
     font-size: 14px; 
    }
}
@media screen and (max-width: 450px) {
    .item .content { 
     width: 300px; 
     }
    .list .item .content { 
    left: 20px; 
     }
}
.content > .img{
    position: relative;
    left: -450px;
    top: 10px;
    > img{
        height: 400px !important;
        object-fit: cover;
    }
}
.well {
	position: relative;
	overflow: hidden;
	transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}
.top {
	font-size: 80%;
	color: hsla(0, 0%, 100%, .25);
	position: relative;
	top: -.2em;
	cursor: pointer;
}
.panel {
	position: relative;
	height: 100vh;
	overflow: hidden;
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, .1);
	cursor: default;
}
.panel:nth-child(3) {
	background: #FBFBFB;
}
.panel:nth-child(4) {
	background: white;
}
.arrows{
    display: none !important;
}
.site-navigation-menu-lang-menu > li:nth-child(1) > i {
    color: white;
    font-size: 14px;
    margin-right: 1rem;
}
/*****************************************************************/
.about-us-content{
    background: url('../images/kurumsal/world.png');
    background-position: 50% 50%;
    background-size:cover;
    float: right;
    width: 100%;
    height: 100vh;
    padding-left: 10rem;
    padding-top: 10rem;
}
#hizmetler{
    background-color: #FAFAFA !important;
    background: none !important;
}
.about-us-content > h1{
    color: var(--color1);
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 12px;
    max-width: 495px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    transition: .5s .7s; 
}
.about-us-content > h2{
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 10px;
    max-width: 450px;
    margin-bottom: 20px;
    margin-top: 30px;
    transition: .5s .9s;
    color: var(--color2);
}
.about-us-content-text > p{
    color: var(--color3);
    font-size: 14px;
    font-weight: 400;
    padding-top: .4rem;
    width: 75%;
}
.album .responsive-container-block {
  min-height: 100%;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}
.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 0 0 0;
  justify-content: space-between;
}
.album .img {
  width: 100%;
  margin: 0 0 20px 0;
}
.album #i9rb {
  color: black;
}
.album #ir6i {
  color: black;
}
.album #ikz3b {
  color: black;
}
.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}
.album #ipix {
  color: black;
}
.album #ipzoh {
  color: black;
}
.album #ig5q8 {
  color: black;
}
.album #imtzl {
  color: black;
}
.album #i53es {
  color: black;
}
.album .img.img-big {
  height: 50%;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 18px 0;
  }
}
@media (max-width: 768px) {
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }
  .album .responsive-container-block.bg {
    flex-direction: column;
  }
  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
}
@media (max-width: 500px) {
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }
  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }
  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }
  .album .img.img-last {
    margin: 0 0 5px 0;
  }
}
.gallery {
  --s: 150px;
  --g: 10px;
  --f: 1.5;
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);
  height: 90vh;
  width: 100%;
  margin-top: 4rem;
}
.gallery > img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: .35s linear;
}
.gallery img:hover{
  width:  calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}
.album .img{
    /*filter: grayscale(100%) !important;*/
    /*opacity: .6;*/
    transition: .3s;
    /*&:hover{
        /*filter: grayscale(0) !important;*/
        /*opacity: 1;
    }*/
}
button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
}
/*.button {
  /*font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  width: 200px;
  border-radius: 9999rem;
  background: var(--color1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: transparent !important;
  margin-top: 2rem !important;*
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    padding: 20px;
    border-radius: 0;
    color: #fff;
    background-color: #F9423A;
    border-color: #F9423A;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
& > span.text {
    color: white;
    width: 100%;
    text-align: left;
    padding-block: 12px;
    padding-left: 24px;
    z-index: 2;
    transition: all 200ms ease;
    font-size: 14px;
}
& > div.overlay {
    color: var(--color1);
    width: 48px;
    height: calc(100% - 2px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
    border-radius: inherit;
    background:white;
    border-color: transparent !important;
    position: absolute;
    right: 1px;
    z-index: 1;
    transition: all 400ms ease;
    > svg{
        color: var(--color1);
    }
}
&:is(:hover, :focus) {
    & > span.text {
      color: var(--color1);
    }
    & > div.overlay {
      width: calc(100% - 2px);
      transition: width 200ms ease;
    }
  }
}*/
.button{
    width: 230px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    padding: 20px;
    border-radius: 0;
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
      border: 1px solid var(--color1);
    transform-origin: center;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    transition: all ease .25s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    >.text{
        font-size: 16px;
        font-weight: 400;
    }
    &:hover{
        background-color: white;
        border: 1px solid var(--color1);
        > .text{
            color: var(--color1);
        }
        > .overlay > svg{
             color: var(--color1);
        }

    }
}
/**************************************************/
.urunler{
  position: relative;
}
.section-urunler-title{
    left: 0%;
    top: 450px;
    position: absolute;
}
.section-urunler-title > h3 {
    color:var(--color1);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 16px;
    transform: rotate(-90deg);
    text-transform: uppercase;
}
.main {
    position: relative;
    margin-top: 8rem;
}
.main .inner {
    position: relative;
    display: flex;
    margin: 0rem !important;
    padding: 0rem !important;
}
.main .card {
    position: relative;
    flex-grow: 1;
    background: var(--events-image) no-repeat center / cover;
    height: 86vh;
    transition: 0.5s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    border: none !important;
    border-radius: 0px !important;
    filter: grayscale(100%);
    opacity: .6;
    &:hover{
        filter: grayscale(0);
        opacity: 1;
    }
}
.main .card:hover {
    flex-grow: 1.7;
}
.main .card .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    padding: 15px;
}
.main .card .text h3 {
    position: relative;
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff;
    padding-bottom: 1.5rem;
    font-weight: 600;
}
/***************************************************************************************************************************************************************************************************/
.haberler{
    position: relative;
}
/*.haber-item{
    position: relative;
}
.haber-item-img{
    overflow: hidden;
}
.haber-item-img > img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s;
    &:hover{
         transform: scale(1.10);
    }
}
.haber-box-item-big-img{
    overflow: hidden;
}
.haber-box-item-big-img  > img{
    width: 100% !important;
    height: 710px !important;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s;
    &:hover{
         transform: scale(1.10);
    }
}
.haberler > .container-fluid > .row > .col-3 > .row > .col-12:nth-child(2) > .haber-item {
    padding-top: .6rem;
}
.haber-item-title{
  position: absolute;
  bottom: 25px;
  left:20px;
}
.haber-item-title >h3{
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.section-haberler-content{
    background-color: #F2F2F2;
    height: 100%;
    width: 100%;
}
.section-haberler-content-area{
    padding: 10rem;
}
.section-haberler-title > h2{
    font-size: 20px;
    letter-spacing: 8px;
    font-weight: 600;
    color: var(--color1);
}
.section-haberler-sub-title > h2{
    color: var(--color2);
    font-size: 35px;
    padding: 30px 0;
    font-weight: 400;
    letter-spacing: 12px;
    line-height: 40px;
    margin-top: 30px;
    transition: .5s .8s;
    line-height: 3rem;
    > span{
        padding-top: 1rem;
        font-weight: 800;
    }
}
.section-haberler-text > p{
    color: var(--color3);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 1rem;
}
.haber-item-date{
    position: absolute;
    top: 50px;
    left: 20px;
    > span{
        background-color: var(--color1);
        color: var(--color4);
        font-size: 14px;
        font-weight: 400;
        padding: .5rem;
    }
}*/

.swiper {
  position: relative;
  height: 100vh;
  width: 100%;
  margin-top: 10rem;
}
.swiper-wrapper {
  height: 100%;
}
.swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
}
.slide-content {
  font-size: 32px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}
.slide-content.show {
  opacity: 1;
  transform: translateY(0);
}
.haber-item{
    background-color: var(--color1);
    height: auto;
    position: relative;
}
.haber-item-img > img{
    position: absolute;
    width: 100%;
    padding: 2.2rem;
    height: 450px;
    width: 100%;
    object-fit: cover;
    z-index: 444;
}
.haber-item-content{
    top: 320px;
    position: absolute;
    background-color: var(--color1);
    z-index: 443;
    height: 350px;
    padding-top: 10rem;
    padding-left: 2rem;
}
.haber-item-title > h3{
    color: white;
    position: relative;
    z-index: 512;
    font-size: 20px;
    font-weight: 600;
}
.haber-item-text > p{
    padding-top: .8rem;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.haber-item-button{
    padding-top: 1rem;
}
.haber-item-button > a{
    color: white;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}
.custom-swiper-nav-column {
    position: absolute;
    top: 69%;
    left: 47%;
    transform: translateY(-50%);
    z-index: 10;
}
.custom-swiper-button-prev,
.custom-swiper-button-next {
  cursor: pointer;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease;
  &:hover{
    background-color: var(--color1) !important;
  }
  > i {
    color: white !important;
  }
}

.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
  background-color: #f0f0f0;
}

/***************************************************************************************/
.panel:nth-child(5) {
  background:#F9F9F9;
  height: 20vh;
}
.haberler{
     background:#F9F9F9 !important;
}
.footer-content{
    padding-top: 4rem;
    > p {
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: .3rem;
    }
}
.footer-content > p > i {
    color: var(--color1);
    font-size: 12px;
    padding-right: .5rem;
}
.footer-content{
    display: flex;
    flex-direction: column;
}
.footer-social-media-list > ul{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    list-style-type: none;
    margin-left:1.5rem;
    margin-bottom: 2rem;
    > li {
        padding-right: .7rem;
    > a > i{
    font-size: 16px;
    color: white;
    background: rgba(0,0,0,.3);
    padding:.6rem;
    border-radius: 30px;
    transition: .3s ease;
    &:hover{
        color: var(--color1);
        background-color: white;
    }
        }
    }
}
.footer-menu-list > ul{
   display: flex;
    flex-direction: row;
    justify-content:flex-start;
    list-style-type: none;
    > li {
        padding-right:.7rem;
        > a{
            font-size: 14px;
            font-weight: 400;
            color: var(--color3);
            text-decoration: none;
            transition: .5s ease;
            &:hover{
                color: var(--color1);
            }
        }
    }  
}

.footer-content > p > a {
    color: var(--color2) !important;
    text-decoration:none;
}