@charset "UTF-8";
/*
 * Copyright (c) 2023.
 * Bootstrap 5.3 Docs: https://getbootstrap.com/docs/5.3/customize/sass/ 
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow: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");
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}

a,
p,
em,
u,
li,
span,
div,
strong,
sub,
sup {
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}

mark {
  text-decoration: underline;
  text-decoration-color: #eeff00;
  font-weight: 700;
}

.main-color {
  color: #151515 !important !important;
}

.second-color {
  color: #292929 !important;
}

.c-white {
  color: #fbfbfb !important;
}

.c-black {
  color: #292929 !important;
}

.c-yellow {
  color: #bdbb28 !important;
}

.c-gray {
  color: #606161 !important;
}

.c-blue {
  color: #2883bd !important;
}

.c-orange {
  color: #ee6b01 !important;
}

.c-yellow {
  color: #bdbb28 !important;
}

.c-gray-200 {
  color: #dbdbdb !important;
}

.c-green {
  color: #2b9c4d !important;
}

.c-red {
  color: #151515 !important !important;
}

.bg-red {
  background-color: #2b9c4d !important;
}

.bg-red {
  color: #2b9c4d !important;
}

.bg-gray {
  background-color: #606161 !important;
}

.bg-black {
  background-color: #292929 !important;
}

.bg-footer {
  background-color: #606161 !important;
}

.bg-gray-200 {
  background-color: #dbdbdb !important;
}

.bg-white-200 {
  background-color: #fefefe !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #292929;
}

p {
  color: #101010;
}

mark {
  text-decoration: underline;
  text-decoration-color: #151515 !important;
  color: #151515 !important;
  font-weight: 700;
}

/***************************
*********STYLES**************
***************************/
.text-justify {
  text-align: justify;
}

.title-top img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sub-title {
  color: #292929;
  font-size: 1.2rem;
}

/*Heading-title - Breadcumbs*/
.head-line {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.head-line img {
  height: 25px !important;
  width: auto;
  margin-bottom: -20px;
}

.h-title {
  color: #151515 !important;
  text-align: center;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-size: 1.9em;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}

.h-title-w {
  color: #fbfbfb;
  text-align: center;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 84px;
}

/*Butons*/
.theme-button {
  z-index: 100;
  height: 55px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 10px 1px 10px 1px;
  background-color: #292929;
  border: 2px solid #292929;
  transition: 0.3s ease-in;
}
.theme-button i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  border: 2px solid #fbfbfb;
}
.theme-button:hover i {
  color: #fbfbfb !important;
}

.theme-button-0 {
  z-index: 100;
  text-align: center;
  padding: 16px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #292929;
  border-radius: 10px 1px 10px 1px;
  background-color: #fbfbfb;
  border: 2px solid #fbfbfb;
  transition: 400ms ease-in-out;
  box-shadow: 4.6px 1.8px 2.2px rgba(0, 0, 0, 0.014), 11.1px 4.4px 5.3px rgba(0, 0, 0, 0.02), 20.9px 8.3px 10px rgba(0, 0, 0, 0.025), 37.3px 14.7px 17.9px rgba(0, 0, 0, 0.03), 69.8px 27.6px 33.4px rgba(0, 0, 0, 0.036), 167px 66px 80px rgba(0, 0, 0, 0.05);
}
.theme-button-0 i {
  color: #292929;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button-0:hover {
  transform: scale(0.94);
  color: #fbfbfb !important;
  border: 2px solid #292929;
  background-color: #292929;
  box-shadow: 0.113rem 0.113rem 0 0.113rem #c3c3c3;
}
.theme-button-0:hover i {
  color: #fbfbfb !important;
}

.theme-button-1 {
  z-index: 100;
  text-align: center;
  padding: 14px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  letter-spacing: 1px;
  color: #fbfbfb;
  border-radius: 10px 1px 10px 1px;
  background-color: #292929;
  border: 2px solid #292929;
  transition: 400ms ease-in-out;
}
.theme-button-1 i {
  color: #fbfbfb;
  margin-left: 5px;
  transition: 400ms ease-in-out;
}
.theme-button-1:hover {
  transform: scale(0.94);
  color: #292929 !important;
  border: 2px solid #fbfbfb;
  background-color: #fbfbfb;
  box-shadow: 0.113rem 0.113rem 0 0.113rem #c3c3c3;
}
.theme-button-1:hover i {
  color: #292929 !important;
}

.theme-button-2 {
  z-index: 100;
  height: 55px;
  width: 180px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #bdbb28;
  border: 2px solid #2883bd;
  border-radius: 10px 1px 10px 1px;
  background-color: #2883bd;
  transition: 400ms ease-in-out;
}
.theme-button-2:hover {
  color: #2883bd !important;
  background-color: #bdbb28;
  transform: scale(0.95);
}
.theme-button-2:hover i {
  color: #2883bd;
}
.theme-button-2 i {
  border-radius: 7px;
  color: #bdbb28;
  margin-left: 10px;
  transition: 400ms;
}

.theme-button-3 {
  z-index: 100;
  height: 55px;
  width: 180px;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #2883bd;
  border: 2px solid #fbfbfb;
  border-radius: 10px 1px 10px 1px;
  background-color: #fbfbfb;
  transition: 400ms ease-in-out;
}
.theme-button-3:hover {
  color: #fbfbfb !important;
  background-color: #2883bd;
  transform: scale(0.95);
}
.theme-button-3:hover i {
  color: #fbfbfb;
}
.theme-button-3 i {
  border-radius: 7px;
  color: #2883bd;
  margin-left: 10px;
  transition: 400ms;
}

.theme-button-4 {
  z-index: 100;
  height: 45px;
  width: 180px;
  text-align: center;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #151515 !important;
  border: 2px solid #151515 !important;
  border-radius: 5px;
  transition: 400ms ease-in-out;
  background-color: white;
}
.theme-button-4 i {
  color: #151515 !important !important;
  margin-left: 10px;
  transition: 400ms;
}
.theme-button-4:hover {
  color: #fbfbfb !important;
  background-color: #151515 !important;
  padding-left: 20px;
  width: 160px;
  transform: scale(0.95);
}
.theme-button-4:hover i {
  margin-left: 10px;
  color: #fbfbfb !important;
}

/*Pre-loader*/
.fade-out-animation {
  opacity: 0;
  visibility: hidden;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 999999999;
}
.fade-out-animation {
    opacity: 0;
    visibility: hidden;
  }
/*Shadows*/
.shadow-left {
  box-shadow: -19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-right {
  box-shadow: 19px -17px 7.5px 0px rgba(0, 0, 0, 0.05);
}

.shadow-in-bottom {
  box-shadow: inset -1px 0px 15px 0px rgba(185, 185, 185, 0.363);
}

.shadow-img {
  box-shadow: 5px 0px 14px 0px rgba(0, 0, 0, 0.329);
}

/*Card Styles*/
.f-img-card {
  border: none;
  padding: 3px;
  background-color: transparent;
}
.f-img-card:hover {
  transform: scale(0.986);
  transition: 400ms;
}
.f-img-card img {
  border-radius: 20px;
  filter: brightness(0.5);
}
.f-img-card .card {
  position: relative;
}
.f-img-card .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.f-img-card .card-name a,
.f-img-card .card-name h2 {
  color: white;
}
.f-img-card .card-name h2 {
  position: absolute;
  bottom: 12%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: left;
  left: 10px;
}
@media screen and (min-width: 992px) {
  .f-img-card .card-name h2 {
    left: 20px;
    font-size: 1.3em;
    width: 8em;
  }
}
.f-img-card .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0 10px 0;
  background-color: #151515 !important;
}
.f-img-card .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card .card-button:hover a {
  color: #151515 !important;
}

.f-img-card-100 {
  border: none;
  width: 100%;
  padding: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .f-img-card-100 {
    width: 100%;
  }
}
.f-img-card-100 img {
  border-radius: 10px;
  filter: brightness(0.5);
}
.f-img-card-100 .card {
  position: relative;
  height: 120px;
}
.f-img-card-100 .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.f-img-card-100 .card-name h2 {
  position: absolute;
  bottom: 45%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: center;
  width: 8em;
}
.f-img-card-100 .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0;
  background-color: #151515 !important;
}
.f-img-card-100 .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-100 .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card-100 .card-button:hover a {
  color: #151515 !important;
}

.f-img-card-owl {
  border: none;
  padding: 3px;
  background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.397) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.f-img-card-owl img {
  width: auto;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.8);
}
.f-img-card-owl .card {
  position: relative;
}
.f-img-card-owl .card-name {
  color: white;
}
.f-img-card-owl .card-name h2 {
  position: absolute;
  bottom: 15%;
  right: 20px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 8em;
}
.f-img-card-owl .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 37px;
  width: 74px;
  text-align: center;
  color: white;
  border-radius: 10px 0;
  background-color: #151515 !important;
}
.f-img-card-owl .card-button a {
  font-size: 0.9em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-owl .card-button:hover {
  transform: scale(1.1);
  width: 84px;
  bottom: 4px;
  right: 6px;
  transition: 400ms;
  background-color: white;
}
.f-img-card-owl .card-button:hover a {
  color: #151515 !important;
}

.f-img-card-logo {
  border: none;
  width: auto;
  height: 100%;
  padding: 0 3px;
  background-color: transparent;
}
.f-img-card-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0;
}
.f-img-card-logo .card {
  position: relative;
}
.f-img-card-logo .card-logo {
  position: absolute;
  top: 23px;
  left: 23px;
  height: auto;
  text-align: center;
  color: white;
}
.f-img-card-logo .card-logo img {
  width: 122px;
}
.f-img-card-logo .card-domain {
  position: absolute;
  right: 23px;
  top: 32px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.f-img-card-left {
  border: none;
  padding: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .f-img-card-left {
    height: 320px;
  }
}
.f-img-card-left:hover {
  transform: scale(0.954);
  transition: 400ms;
}
.f-img-card-left img {
  border-radius: 24px 0;
  filter: brightness(0.9);
  box-shadow: 0px 5.94495px 5.94495px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) {
  .f-img-card-left img {
    height: 320px;
  }
}
.f-img-card-left .card {
  position: relative;
  height: 120px;
}
.f-img-card-left .card-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.f-img-card-left .card-name h2 {
  position: absolute;
  bottom: 45%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  text-align: center;
  width: 8em;
}
.f-img-card-left .card-button {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 98%;
  width: 55px;
  text-align: center;
  color: white;
  border-radius: 24px 0 0;
  background-color: rgba(255, 255, 255, 0.9333333333);
}
.f-img-card-left .card-button h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151515 !important;
  transform: rotate(-90deg);
  letter-spacing: 1.836px;
}

.f-img-card-blog {
  border: none;
  width: 14rem;
  height: 350px;
  padding: 3px;
  border-radius: 24px 0px;
  box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog {
    width: 16rem;
  }
}
.f-img-card-blog img {
  border-bottom: 1px solid white;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 0px;
}
.f-img-card-blog .card {
  position: relative;
}
.f-img-card-blog .card-name {
  height: 100px;
  padding: 5px 0 0 15px;
  background-color: #151515 !important;
  border-radius: 24px 0px;
}
.f-img-card-blog .card-name a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 0.8em;
  color: white;
  padding-right: 50px;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog .card-name a {
    font-size: 0.9em;
    padding-right: 60px;
  }
}
.f-img-card-blog .card-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 27px;
  width: 100px;
  text-align: center;
  color: white;
  border-radius: 10px;
  background-color: #151515 !important;
}
@media screen and (min-width: 992px) {
  .f-img-card-blog .card-button {
    width: 115px;
  }
}
.f-img-card-blog .card-button a {
  font-size: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.f-img-card-blog .card-button:hover {
  transition: 400ms;
  background-color: white;
}
.f-img-card-blog .card-button:hover a {
  color: #151515 !important;
}

.baslik {
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  color: #2883bd;
  font-size: 2.3em;
  font-weight: 800;
  position: relative;
}
.baslik:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #bdbb28;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .baslik:before {
    left: 1em;
  }
}

.head-title {
  padding: 20px 0 10px 0;
  font-size: 2.3em;
  color: #151515 !important;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: default;
}

.wawe-position-top {
  position: absolute;
  top: -20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wawe-position-top {
    top: -80px;
  }
}

.wawe-position-bottom {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  rotate: 180;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wawe-position-bottom {
    bottom: 180px;
  }
}

.z-index-1000 {
  z-index: 1000 !important;
}

.div-for-img {
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.div-for-img h1,
.div-for-img h2,
.div-for-img h3,
.div-for-img h4,
.div-for-img h5,
.div-for-img h6,
.div-for-img a,
.div-for-img p,
.div-for-img span,
.div-for-img i {
  z-index: 100 !important;
}
.div-for-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-for-div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.img-for-div img {
  width: 100%;
}

/*Blog*/
.tag-section {
  padding-top: 50px;
}
.tag-section a {
  color: #fbfbfb;
  background-color: #151515 !important;
  margin-right: 10px;
  padding: 3px 10px;
}

/*Satır Sınırı*/
.line-clamp,
.card-text {
  height: 68px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/***************************
*********FORM***************
***************************/
.form-check-input:checked {
  background-color: #151515 !important;
  border: none !important;
  outline: none !important;
}

select:checked,
select:focus {
  background-color: #151515 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #151515 !important;
}

.contact-form label {
  margin: 2px 0 5px 0 !important;
}

input[type=file] {
  background-color: red;
}
input[type=file]::file-selector-button {
  display: none;
}

.section {
  padding: 80px 0;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-w-1 {
  width: 68.2%;
}

.size-w-2 {
  width: 25%;
}

.size-w-3 {
  width: 50%;
}

.size-w-4 {
  width: 585px;
  max-width: 50%;
}

.size-w-5 {
  width: calc(100% - 81px);
}

.size-w-6 {
  width: 150px;
}

.size-w-7 {
  width: calc(100% - 150px);
}

.size-w-8 {
  max-width: 1000px;
}

.size-w-9 {
  width: calc(100% - 84px - 34px);
}

.size-w-10 {
  max-width: 350px;
}

.size-w-11 {
  width: 28px;
}

.size-w-12 {
  width: calc(100% - 28px);
}

.size-w-13 {
  width: calc((100% - 20px) / 3);
}

.size-w-14 {
  width: 11px;
}

.size-w-15 {
  width: calc(100% - 11px);
}

.size-w-16 {
  width: 79px;
}

.size-w-17 {
  width: calc(100% - 93px);
}

.size-w-18 {
  width: 57px;
}

.size-w-19 {
  width: calc(100% - 85px);
}

.size-w-20 {
  max-width: 1740px;
}

.size-w-21 {
  max-width: 580px;
}

.size-w-22 {
  width: 98px;
}

.size-w-23 {
  width: calc(100% - 98px);
}

.size-w-24 {
  width: 34%;
}

.size-w-25 {
  width: 66px;
}

.size-w-26 {
  width: calc(100% - 66px);
}

.size-w-27 {
  width: 65%;
}

.size-w-28 {
  width: 50%;
}

.size-w-29 {
  width: 47%;
}

.size-w-30 {
  width: calc(53% - 25px);
}

.size-w-31 {
  width: 45%;
}

.size-w-32 {
  width: calc(55% - 65px);
}

.size-w-33 {
  width: 27%;
}

.size-w-34 {
  width: 46%;
}

.size-w-35 {
  width: 60px;
}

.size-w-36 {
  width: calc(100% - 90px);
}

.size-w-37 {
  width: 300px;
}

.size-w-38 {
  width: calc(100% - 320px);
}

.size-w-39 {
  width: 43%;
}

.size-w-40 {
  width: 20%;
}

.size-w-41 {
  width: 52%;
}

.size-w-42 {
  width: 565px;
  max-width: 48%;
}

.size-w-43 {
  width: calc(100% - 40px);
}

.size-w-44 {
  max-width: 800px;
}

.size-w-45 {
  width: 51%;
}

.size-w-46 {
  width: 580px;
  max-width: 49%;
}

.size-w-47 {
  width: calc((100% - 60px) / 3);
}

.size-w-48 {
  width: 76px;
}

.size-w-49 {
  width: calc(100% - 76px);
}

.size-w-50 {
  width: 120px;
}

.size-w-51 {
  width: calc(100% - 140px);
}

.size-w-52 {
  width: 230px;
}

.size-w-53 {
  flex-grow: 1;
}

.size-w-54 {
  width: 170px;
}

.size-w-55 {
  width: calc(100% - 170px);
}

.size-w-56 {
  width: 100px;
}

.size-w-57 {
  width: calc(100% - 120px);
}

.size-w-58 {
  width: 182px;
}

.size-w-59 {
  width: calc(100% - 182px);
}

.size-w-60 {
  max-width: 630px;
}

.size-w-61 {
  width: 140px;
}

.size-w-62 {
  width: calc(100% - 140px);
}

.size-w-63 {
  width: calc((100% - 60px) / 2);
}

.size-w-64 {
  width: 77px;
}

.size-w-65 {
  width: calc(100% - 97px);
}

.size-w-66 {
  width: calc(100% - 60px);
}

.size-w-67 {
  width: 242px;
}

.size-w-68 {
  width: calc(100% - 242px);
}

.size-w-69 {
  width: 78px;
}

.size-w-70 {
  width: calc(100% - 78px);
}

.size-w-71 {
  width: 120px;
}

.size-w-72 {
  width: calc(100% - 145px);
}

.size-w-73 {
  width: 50px;
}

.size-w-74 {
  width: calc(100% - 70px);
}

.size-w-75 {
  width: 39%;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-h-1 {
  min-height: 131px;
}

.size-h-2 {
  max-height: 210px;
}

.size-h-3 {
  max-height: 72px;
}

.size-h-4 {
  height: 15px;
}

.size-h-5 {
  height: 275px;
}

.size-h-6 {
  height: 13px;
}

.size-h-7 {
  height: 699px;
}

.size-h-8 {
  min-height: 514px;
}

.size-h-9 {
  height: 40px;
}

header {
  height: 95px;
  margin-bottom: -13vh;
  /*Nav*/
  /*Nav*/
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: -256px;
  }
}
header .logo {
  display: none;
}
header .logo img {
  padding: 10px;
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  header .logo img {
    max-height: 75px;
    padding-top: 20px;
  }
}
header .logo-w {
  display: block;
  color: #151515 !important;
}
header .logo-w img {
  padding: 10px;
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  header .logo-w img {
    max-height: 75px;
    padding-top: 20px;
  }
}
header .nav-menu {
  float: right;
}
header ul.mainmenu {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
header ul.mainmenu > li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
header ul.mainmenu > li > a,
header ul.mainmenu > li > a:link,
header ul.mainmenu > li > a:visited {
  padding: 25px 5px;
  display: inline-block;
  text-align: center;
  font-size: 1.07em;
  font-weight: 400;
  color: #fbfbfb;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  /* line-height: 18px;*/
  letter-spacing: -0.6px;
  border-bottom: 2px solid rgba(233, 233, 233, 0);
  position: relative;
  text-transform: capitalize;
}
header ul.mainmenu > li:hover a,
header ul.mainmenu > li > a.current {
  color: #dbdbdb;
}
header ul.mainmenu > li:hover a a:after,
header ul.mainmenu > li > a.current a:after {
  content: " ";
  display: block;
  width: 0%;
  height: 3px;
  z-index: 10000;
  bottom: 0;
  background: #13b6d2;
  left: 0;
  transition: all 0.3s ease-in-out;
}
header ul.mainmenu > li > a:after {
  content: " ";
  display: block;
  width: 0%;
  height: 3px;
  z-index: 10000;
  bottom: 0;
  background: #13b6d2;
  left: 0;
  transition: all 0.3s ease-in-out;
}
header ul.mainmenu > li > a.current {
  border-bottom-color: #292929;
}
header ul.mainmenu > li > a.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #292929;
  border-width: 8px;
  margin-left: -8px;
}
header ul.mainmenu ul {
  position: absolute;
  left: 0;
  width: 250px;
  padding: 0 0 10px;
  list-style: none;
  margin: 0;
  background: #fefefe;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  display: none;
  box-shadow: 0 3px 7px -3px rgba(140, 140, 140, 0.67);
}
header ul.mainmenu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
header ul.mainmenu ul li:last-child {
  border-bottom: none;
}
header ul.mainmenu li li a:link,
header ul.mainmenu li li a:visited {
  color: #4a4a4a;
  display: block;
  padding: 8px 15px;
  font-size: 15px;
}
header ul.mainmenu li li a:link:hover,
header ul.mainmenu li li a:visited:hover {
  color: #000;
}
header ul.mainmenu li li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header ul.mainmenu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
header .header-main {
  background-color: transparent;
  position: relative;
}
header ul.mainmenu > li.parent > a:not(.child-triggerm):after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 6px;
  font-size: 13px;
}
header ul.mainmenu > li.parent li.parent > a:not(.child-triggerm):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
header ul.mainmenu > li.parent li.parent > a {
  position: relative;
}
@media (min-width: 768px) {
  header ul.mainmenu {
    display: block !important;
  }
  header ul.mainmenu li:hover > ul {
    display: block;
  }
  header ul.mainmenu ul li:hover ul {
    display: block;
  }
}
@media (max-width: 767px) {
  header {
    /*Nav*/
  }
  header .mobile-menu {
    display: inline-block;
    padding: 20px 0 0 0;
  }
  header ul.mainmenu {
    text-align: left;
    position: absolute;
    top: 100%;
    padding: 0;
    right: 0;
    width: 100%;
    background: #fbfbfb;
    display: none;
    z-index: 9999999;
  }
  header ul.mainmenu > li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  header ul.mainmenu > li:first-child {
    border: none;
  }
  header ul.mainmenu > li > a:link,
  header ul.mainmenu > li > a:visited {
    padding: 10px 15px;
    font-size: 16px;
    float: left;
    width: 100%;
    border: none;
    text-align: left;
    color: #151515 !important;
  }
  header ul.mainmenu > li > a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  header a.mobile-menu i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: 0.2s;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  header a.mobile-menu i:before,
  header a.mobile-menu i:after {
    position: absolute;
    content: "";
    left: 0;
  }
  header a.mobile-menu i,
  header a.mobile-menu i:before,
  header a.mobile-menu i:after {
    width: 35px;
    height: 4px;
    border-radius: 10px;
    background-color: #4a4a4a; /*Mobile Button Color*/
    display: inline-block;
    vertical-align: middle;
  }
  header a.mobile-menu i:before {
    margin-top: -10px;
  }
  header a.mobile-menu i:after {
    margin-top: 10px;
  }
  header .mobile-open a.mobile-menu i {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header .mobile-open a.mobile-menu i:before {
    margin-top: 0;
    transform: rotate(45deg);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header .mobile-open a.mobile-menu i:after {
    margin-top: 0;
    transform: rotate(-45deg);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  header ul.mainmenu > li > a.current:after {
    display: none;
  }
  header ul.mainmenu ul {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
  }
  header ul.mainmenu ul li {
    position: relative;
  }
  header ul.mainmenu ul li a {
    padding: 8px 15px 8px 25px;
    color: #fff;
  }
  header ul.mainmenu ul ul {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 100%;
  }
  header ul.mainmenu ul ul li {
    padding-left: 10px;
  }
  header a.child-triggerm {
    display: block !important;
    cursor: pointer;
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 38px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }
  header a.child-triggerm:hover {
    text-decoration: none;
    color: #fff;
  }
  header a.child-triggerm span {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    transition-duration: 0.2s;
  }
  header a.child-triggerm span:after {
    position: absolute;
    content: "";
  }
  header a.child-triggerm span,
  header a.child-triggerm span:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block;
  }
  header a.child-triggerm span:after {
    transform: rotate(-90deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm.child-open span:after {
    transform: rotate(-180deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm.child-open span {
    transform: rotate(180deg);
    transition-duration: 0.2s;
  }
  header a.child-triggerm:hover span,
  header a.child-triggerm:hover span:after {
    background-color: #151515 !important;
  }
  header ul.mainmenu > li.parent > a:not(.child-triggerm):after {
    content: none;
  }
  header .header-top-userinfo li a {
    padding: 10px 0px;
    font-size: 12px;
  }
  header .header-top-userinfo li:last-child {
    margin: 0px;
  }
  header .user-section > li {
    margin-left: 0px;
    margin: 0px 10px;
    padding-top: 5px;
  }
  header .user-section {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  header .main-header {
    text-align: center;
  }
  header .user-section > li a i {
    margin: 3px 5px 0px 0px;
  }
  header ul.header-top-userinfo {
    display: inline-block;
    vertical-align: top;
  }
  header .header-main .row > div {
    position: initial;
  }
}

.sticky-style {
  animation: fadeIn !important;
  animation-duration: 1.3s !important;
  box-shadow: 0px 1.3px 2.2px rgba(0, 0, 0, 0.008), 0px 3.2px 5.3px rgba(0, 0, 0, 0.012), 0px 6px 10px rgba(0, 0, 0, 0.015), 0px 10.7px 17.9px rgba(0, 0, 0, 0.018), 0px 20.1px 33.4px rgba(0, 0, 0, 0.022), 0px 48px 80px rgba(0, 0, 0, 0.03);
  background-color: white;
}
.sticky-style ul.mainmenu > li > a,
.sticky-style ul.mainmenu > li > a:link,
.sticky-style ul.mainmenu > li > a:visited {
  color: #292929;
}
.sticky-style ul.mainmenu > li > a:hover {
  color: #292929;
}
.sticky-style .mobile-menu-button #mobileicon path {
  stroke: #292929;
}
.sticky-style .logo {
  display: block;
}
.sticky-style .logo-w {
  display: none;
}
.sticky-style a {
  color: #ffffff;
}
.sticky-style a:focus {
  color: #ffffff;
}
.sticky-style a:hover,
.sticky-style a:active {
  color: #ffffff;
}
.sticky-style a.mobile-menu i,
.sticky-style a.mobile-menu i:before,
.sticky-style a.mobile-menu i:after {
  width: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #2883bd; /*Mobile Button Color*/
  display: inline-block;
  vertical-align: middle;
}
.sticky-style .language-menu-wrap {
  color: #000 !important;
}
.sticky-style .language-menu-wrap i {
  font-size: 16px;
  color: #000 !important;
  margin-right: 3px;
}
.sticky-style .language-menu-wrap:first-child a {
  color: #292929;
}
.sticky-style .language-menu-wrap:first-child a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  color: #151515 !important;
}

.mobile-menu-button {
  line-height: 35px;
  color: #4a4a4a;
  position: absolute;
  top: 16px;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mobile-menu-button {
    right: 155px;
    display: none;
  }
}
.mobile-menu-button i {
  color: #4a4a4a;
}
.mobile-menu-button::after {
  color: #4a4a4a;
}

.nav,
.nav-toggle {
  position: absolute;
  color: #4a4a4a;
}

/* Language Switcher */
.language-menu-wrap {
  display: none;
}

.language-menu-wrap ul {
  margin: 0px;
}

/*
.language-menu-wrap ul:first-child {

}*/
.language-menu-wrap ul li {
  list-style: none;
  position: absolute;
  right: 75px;
  top: 26px;
}
@media screen and (min-width: 768px) {
  .language-menu-wrap ul li .res-align {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .language-menu-wrap ul li {
    right: 90px;
    top: 26px;
  }
}
.language-menu-wrap ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.language-menu-wrap ul li i {
  font-size: 16px;
  color: #fff !important;
  margin-right: 3px;
}
.language-menu-wrap ul li:first-child a {
  color: #4a4a4a;
}
.language-menu-wrap ul li:first-child a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  color: #fbfbfb;
}
.language-menu-wrap ul li ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 120px;
  background-color: #ffffff;
  margin: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
}
.language-menu-wrap ul li ul li {
  float: left;
  width: 100%;
  padding: 6px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #dddddd;
}
.language-menu-wrap ul li ul li:last-child {
  border-bottom: none;
}
.language-menu-wrap ul li ul li a {
  color: #4a4a4a;
  font-size: 12px;
}

/*Footer*/
/*---==========================
    16. Start Footer css 
=========================---*/
.footer-top {
  border-bottom: 1px solid rgba(89, 86, 233, 0.2);
}
.footer-top .text-wrapper {
  padding-left: 170px;
  border-left: 2px solid rgba(89, 86, 233, 0.2);
}
.footer-top .text-wrapper h3 {
  line-height: 45px;
  font-size: 40px;
}

.footer-top-two {
  border-bottom: 1px solid rgba(119, 121, 242, 0.149);
}

/* Footer Widget CSS */
.footer-widget .widget h4.widget-title {
  margin-bottom: 20px;
}

.footer-widget .widget.about-widget .about-content p {
  margin-bottom: 15px;
}

.footer-widget .widget.about-widget .about-content .social-box h4 {
  margin-bottom: 5px;
}

.footer-widget .widget.about-widget .about-content .social-box ul.social-link li a {
  margin-right: 10px;
}

.social-box i {
  color: #151515 !important;
  font-size: 24px;
}
.social-box ul.social-link li {
  display: inline-block;
}

.footer-widget .widget.about-widget .about-content .social-box ul.social-link li a:hover {
  color: var(--blue-dark);
}

.footer-widget .widget.footer-nav-widget .widget-nav li {
  margin-bottom: 10px;
}

.footer-widget .widget.footer-nav-widget .widget-nav li:last-child {
  margin-bottom: 0;
}

.footer-widget .widget.footer-nav-widget .widget-nav li a:hover {
  color: var(--blue-dark);
  text-decoration: underline;
}

.footer-widget .widget.social-widget .social-nav li a {
  display: inline-flex;
  align-items: center;
}

.footer-widget .widget.social-widget .social-nav li {
  margin-bottom: 10px;
}

.footer-widget .widget.social-widget .social-nav li:last-child {
  margin-bottom: 0;
}

.footer-widget .widget.social-widget .social-nav li a i {
  margin-right: 20px;
  flex: 0 0 20px;
  max-width: 20px;
  font-size: 16px;
  color: var(--blue-dark);
}

.footer-widget .widget.social-widget .social-nav li a:hover {
  color: var(--blue-dark);
}

.footer-widget .widget.newsletter-widget .newsletter-content {
  margin-top: -4px;
}

.footer-widget .widget.newsletter-widget .newsletter-content h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.footer-widget .widget.newsletter-widget .newsletter-content p {
  margin-bottom: 25px;
}

.footer-widget .widget.newsletter-widget .newsletter-content p a {
  color: #325f7c;
  text-decoration: underline;
  font-weight: 500;
}

.footer-widget .widget.newsletter-widget .newsletter-content form .form_control {
  background-color: var(--light-gray);
  padding: 0 30px;
  height: 45px;
  color: #292929;
  border-radius: 7px;
}

.footer-widget .widget.newsletter-widget .newsletter-content form .form_control::-moz-placeholder {
  color: #292929;
}

.footer-widget .widget.newsletter-widget .newsletter-content form .form_control::placeholder {
  color: #292929;
}

.footer-widget .widget.newsletter-widget .newsletter-content form .main-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 25px;
}

.footer-copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(89, 86, 233, 0.2);
}

.footer-copyright .footer-nav ul li {
  display: inline-block;
}

.footer-copyright .footer-nav ul li:not(first-child) {
  margin-left: 30px;
}

.footer-copyright .footer-nav ul li a:hover {
  color: #325f7c;
}

.footer-copyright .copyright-text > p img {
  margin-top: -6px;
  margin-left: 15px;
  transform: scale(0.85);
}

/* Footer Gradient */
.footer-gradient-bg {
  background: -o-linear-gradient(bottom, rgba(232, 232, 232, 0.149) 0%, rgba(226, 226, 226, 0.149) 100%);
}

.footer-gradient-bg .shape {
  position: absolute;
  top: 0;
  left: 150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(233, 223, 86, 0.718);
  filter: blur(100px);
}

.footer-gradient-bg .footer-copyright .copyright-text p,
.footer-gradient-bg .footer-copyright .footer-nav ul li a,
.footer-gradient-bg .footer-widget .widget.footer-nav-widget .widget-nav li a,
.footer-gradient-bg .footer-widget .widget.social-widget .social-nav li a {
  color: var(--heading);
}

.footer-gradient-bg .footer-widget .widget.social-widget .social-nav li a:hover,
.footer-gradient-bg .footer-widget .widget.footer-nav-widget .widget-nav li a:hover {
  color: var(--blue-dark);
}

/* Page Footer */
.page-footer {
  position: relative;
  z-index: 1;
}

.page-footer:after,
.page-footer:before {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: -1;
}

.page-footer:after {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer/footer-page-bg-2.png) no-repeat right;
}

.page-footer:before {
  top: 0;
  left: 0;
  width: 30%;
  height: 60%;
  background: url(../images/footer/footer-page-bg-1.png) no-repeat left;
}

.info {
  padding-top: 20px;
}
.info h4 {
  font-weight: 300;
}

.information-style-three .icon {
  flex: 0 0 45px;
  max-width: 45px;
  margin-right: 20px;
}

.information-style-three h3,
.information-style-three h4,
.information-style-three h5 {
  font-size: 1.4em;
}

.information-style-three .info span.sub-title {
  font-weight: 500;
  margin-bottom: 9px;
}

.information-style-three .info h3,
.information-style-three .info h4 {
  margin-bottom: 12px;
  font-weight: 400;
}
.information-style-three .info h3 a,
.information-style-three .info h4 a {
  transition: 700ms ease;
}
.information-style-three .info h3 a:hover,
.information-style-three .info h4 a:hover {
  color: #151515 !important;
}

footer {
  position: relative;
  background: #f2f2f2;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  filter: drop-shadow(0px -4px 4px rgba(0, 18, 117, 0.06));
  z-index: 1000;
}
footer .footer-logo img {
  padding: 0;
  width: 330px !important;
}
footer .shape {
  position: absolute;
  top: 0;
  left: 150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(233, 223, 86, 0.718);
  filter: blur(100px);
}
@media screen and (max-width: 576px) {
  footer {
    padding: 0 10px;
  }
}
footer a,
footer p,
footer h6,
footer li,
footer ul,
footer div,
footer span {
  color: #4a4a4a;
}
footer strong {
  color: #4a4a4a !important;
  font-weight: 700;
}
footer p {
  color: #4a4a4a;
  font-size: 0.9em;
}
footer h5 {
  font-weight: 700;
  font-size: 1em;
  color: #4a4a4a;
}
footer h6 {
  padding-top: 10px;
  font-weight: 700;
  font-size: 0.9em;
  color: #4a4a4a;
}
footer ul,
footer li {
  padding: 0;
}
footer li a,
footer p {
  font-weight: 300;
  font-size: 0.9em;
  color: #606161 !important;
}
footer .logo {
  display: flex;
  max-height: 180px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-height: 120px;
  }
}
footer ul,
footer li {
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .footer-height {
    max-height: 800px !important;
  }
}
@media screen and (max-width: 992px) {
  .footer-height {
    height: 100% !important;
  }
}

.social-icons a {
  width: 15px;
  height: 15px;
}
.social-icons i {
  padding: 8px;
  font-size: 0.78em;
  background-color: #fbfbfb;
  color: #2883bd;
  border-radius: 50%;
  transition: 400ms;
  border: 2px solid #fbfbfb;
}
.social-icons i:hover {
  background-color: transparent;
  border: 2px solid #fbfbfb;
  color: #fbfbfb;
  transform: scale(0.95);
}

/***************************
*********TOOLS**************
***************************/
@keyframes background-swipe-in {
  from {
    width: 0%;
  }
}
@keyframes background-swipe-out {
  0%, 65% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes rotate-expand-out {
  0%, 15%, 30%, 50%, 65%, 95%, 100% {
    transform: rotate(-90deg);
    padding: 0.2em 2em;
    opacity: 1;
  }
  30%, 50% {
    transform: rotate(0deg);
    padding: 4em 2.4em;
  }
  65%, 95% {
    transform: rotate(90deg);
    padding: 50vw 50vh;
  }
  100% {
    transform: rotate(90deg);
    padding: 50vw 50vh;
  }
}
@keyframes hide-overlay {
  0%, 90% {
    opacity: 1;
    visibility: visible;
    background: #151515 !important;
  }
  95% {
    background: transparent;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes expand {
  0%, 100% {
    width: 100%;
  }
  50% {
    width: 110vw;
  }
}
@keyframes shuffle {
  0%, 90% {
    border-left: 0 solid #4a4a4a;
  }
  50% {
    border-left: 2vw solid #4a4a4a;
  }
}
@keyframes thing {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1, 1.15);
  }
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/*Footer altında çıkan eklentiyi gizler*/
.otgs-development-site-front-end {
  display: none !important;
}

/*Wodpress Düzeltmeleri*/
.wp-block-heading {
  font-weight: 700;
  color: #151515 !important;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}

.orta-hiza {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .orta-hiza {
    text-align: center;
  }
}

.sn-slider {
  height: 103vh;
}
@media screen and (max-width: 768px) {
  .sn-slider {
    margin-bottom: 120px;
  }
}
.sn-slider .carousel {
  height: 110vh !important;
}
@media screen and (min-width: 992px) {
  .sn-slider .carousel {
    height: 103vh !important;
  }
}
.sn-slider .carousel .carousel-item {
  height: 118vh !important;
  text-align: left !important;
  background: rgb(93, 127, 125);
  background-color: rgba(47, 47, 47, 0.019);
}
@media screen and (min-width: 992px) {
  .sn-slider .carousel .carousel-item {
    height: 103vh !important;
  }
}
.sn-slider .carousel .carousel-item h1 {
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sn-slider .carousel .carousel-item h1 {
    font-size: 1.9em;
  }
}
.sn-slider .carousel iframe,
.sn-slider .carousel video {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  filter: brightness(0.5);
  height: 110vh !important;
}

.sn-slider .carousel .carousel-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-30%);
}
@media screen and (min-width: 992px) {
    .sn-slider .carousel iframe,
    .sn-slider .carousel video {
      height: 103vh !important;
    }
  
    .sn-slider .carousel .carousel-caption {
    transform: translateY(-40%);
  }
  }
.sn-slider .carousel .carousel-caption p {
  text-align: center;
  color: #e3e3e3 !important;
}
.sn-slider .carousel .carousel-caption h1 {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
.sn-slider .carousel .carousel-caption h2 {
  color: white;
  font-size: 36px;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .sn-slider .carousel .carousel-caption h2 {
    font-size: 64px;
    width: 900px;
    line-height: 57px;
  }
}
.sn-slider .carousel .carousel-caption p {
  margin: 15px 0;
  font-size: 18px;
}
.sn-slider .carousel img {
  animation: thing 40s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  background-position: 50%;
  opacity: 1;
  filter: brightness(0.7);
  height: 120vh !important;
}
@media screen and (min-width: 992px) {
  .sn-slider .carousel img {
    height: 103vh !important;
  }
}

@media screen and (max-width: 992px) {
    
    .carousel-control-prev, .carousel-control-next{
        top: 15vh;
    }
  }

.caption-dark:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(28, 28, 28, 0.794) 0%, rgba(30, 30, 30, 0.536) 55%, rgba(121, 121, 121, 0.016) 100%);
}

.homepage__slider {
  height: 100vh !important;
  width: 100%;
}
.homepage__slider p {
  color: rgb(220, 220, 220) !important;
}
.homepage__slider .swiper.banner {
  height: 100vh !important;
  width: 100%;
}
.homepage__slider .swiper.banner .swiper-slide {
  height: 100vh !important;
  width: 100%;
}
.homepage__slider .swiper.banner .swiper-slide img {
  height: 105vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.homepage__slider .swiper.banner .swiper-slide .banner--image {
  animation: thing 30s infinite alternate;
}
.homepage__slider .swiper.banner .swiper-slide:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(28, 28, 28, 0.794) 0%, rgba(30, 30, 30, 0.536) 55%, rgba(121, 121, 121, 0.016) 100%);
}
.homepage__slider .swiper.banner .banner--container {
  /*      margin: 0 auto;*/
  width: 100%;
  max-width: 1180px;
}
.homepage__slider .swiper.banner .banner--overlay {
  position: absolute;
  bottom: 2.75em;
  z-index: 2;
  background-color: rgba(47, 47, 47, 0.019);
  color: #fff;
  text-align: center;
}
.homepage__slider .swiper.banner .banner--overlay h1 {
  font-weight: 600;
}
.homepage__slider .swiper.banner .banner--overlay p {
  text-align: left;
  margin-top: 0;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 60px;
}
.homepage__slider .swiper.banner .swiper-pagination-bullet {
  height: 0.857em;
  width: 0.857em;
}
.homepage__slider .swiper.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e5e5e5;
}
@media screen and (min-width: 769px) {
  .homepage__slider .swiper.banner .banner--overlay {
    max-width: 540px;
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
  }
  .homepage__slider .swiper.banner .banner--overlay p,
  .homepage__slider .swiper.banner .banner--overlay .cta-link {
    font-size: 1.5em;
  }
}

.scroll-down {
  position: absolute;
  bottom: 10vh;
  left: 49cqi;
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
  transition: 600ms;
  z-index: 1000;
}
.scroll-down i {
  margin-left: 18px;
  font-size: 1.3em;
  color: white !important;
}

.h-slider {
  position: relative;
  height: 100vh;
  top: 0;
  margin: 0;
  padding: 0;
}
.h-slider .swiper {
  width: 100%;
  height: 101vh;
}
@media screen and (max-width: 992px) {
  .h-slider .swiper {
    height: 105vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.h-slider .swiper-pagination {
  position: absolute;
  rotate: 90deg;
  top: 45%;
  left: auto;
  right: 0;
  z-index: 1000;
  height: 10px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-pagination {
    width: -190px;
    margin-right: -55px;
  }
}
.h-slider .swiper-slide {
  background-repeat: no-repeat;
  padding: 0 5px;
  background-size: 102% 102%;
  background-position: center center;
  background-size: cover;
  animation: shrink 8s infinite alternate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h-slider .swiper-slide h1,
.h-slider .swiper-slide h2,
.h-slider .swiper-slide h3,
.h-slider .swiper-slide h4,
.h-slider .swiper-slide h5,
.h-slider .swiper-slide h6 {
  color: #fff !important;
  font-weight: 900;
  font-size: 48px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-slide h1,
  .h-slider .swiper-slide h2,
  .h-slider .swiper-slide h3,
  .h-slider .swiper-slide h4,
  .h-slider .swiper-slide h5,
  .h-slider .swiper-slide h6 {
    margin-top: 100px;
    text-align: start;
    font-size: 42px;
    max-width: 400px;
  }
}
.h-slider .swiper-slide p {
  color: #ececec;
  font-size: 1.2em;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .h-slider .swiper-slide p {
    text-align: start;
    width: 300px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-slider .swiper-slide {
    text-align: center;
  }
}
.h-slider .swiper-slide img {
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-slider .swiper-pagination {
  right: 40px;
}
.h-slider .swiper-pagination span.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #f8f8f8;
}
.h-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: white;
}

/*Owl Carousel Style*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
  background-color: var(--base-color) !important;
  color: #151515 !important;
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: -30px;
    top: 50%;
    display: block;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot.owl-nav {
    margin: 10px;
    font-size: 1.6em;
  }
}
.owl-carousel .owl-nav button.owl-prev :hover,
.owl-carousel .owl-nav button.owl-prev :hover,
.owl-carousel button.owl-dot.owl-nav :hover {
  transform: scale(1.1);
  transition: 400ms;
  color: #0e0e0e;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
  background-color: var(--base-color) !important;
  color: #151515 !important;
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -43px;
    top: 50%;
    display: block;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot.owl-nav {
    margin: 10px;
    font-size: 1.6em;
  }
}
.owl-carousel .owl-nav button.owl-next :hover,
.owl-carousel .owl-nav button.owl-next :hover,
.owl-carousel button.owl-dot.owl-nav :hover {
  transform: scale(1.1);
  transition: 400ms;
  color: #0e0e0e;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.owl-nav .disabled {
  display: inline-block !important;
}

/*Parallax Properties*/
.parallax {
  /* The image used */
  /* Full height */
  background-image: url("/assets/img/static/home/icon-25.png");
  height: 100%;
  /* Create the parallax scrolling effect */
  background-blend-mode: soft-light !important;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .parallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 992px) {
  .parallax {
    background-size: 15% !important;
  }
}

p {
  color: rgb(86, 86, 86) !important;
}

.parallax-section {
  text-align: right !important;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .parallax-section {
    padding: 80px 79px;
  }
}
.parallax-section p {
  text-align: right !important;
  color: #e2e2e2 !important;
  font-size: 1.1rem;
}
.parallax-section h2 {
  text-align: right !important;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2.3em;
}
.parallax-section h3 {
  text-align: right;
  font-size: 1em !important;
}

.parallax-section {
  padding: 50px;
  position: relative;
  width: 100%;
  background-position: 30% 10%;
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 450px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .parallax-section {
    background-position: 80% 32%;
  }
}

.parallax-section h2 {
  font-size: 3em;
  font-weight: 800;
  text-align: left;
}
.parallax-section p {
  text-align: right !important;
}
@media screen and (max-width: 650px) {
    .parallax-section {
        height: 85vh!important;
        text-align: center !important;
    }
}
@media screen and (max-width: 650px) {
    .parallax-section h2 {
        font-size: 2em;
        font-weight: 800;
        text-align: left;
      }
}
@media screen and (max-width: 991px) {
    .parallax-section {
      height:70vh;
      text-align: center!important;
    }

    .parallax-section h2, .parallax-section p {
      text-align: center!important;
        
    }
  }
.page-parallax {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .page-parallax {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .page-parallax {
    background-image: none !important;
  }
}

.parallax-section-left {
  background-position: left !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-left {
    background-size: 15% !important;
    background-position: 5% 40% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-left {
    background-image: none !important;
  }
}

.parallax-section-right {
  background-position: right !important;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}
@media screen and (min-width: 992px) {
  .parallax-section-right {
    background-size: 25% !important;
  }
}
@media screen and (max-width: 992px) {
  .parallax-section-right {
    background-image: none !important;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
  .parallax-right {
    background-attachment: scroll;
  }
}
/*Page Title*/
.page-title {
  background: rgb(93, 127, 125);
  background-image: linear-gradient(147deg, rgba(14, 14, 11, 0.575) 33%, rgba(125, 30, 30, 0.308) 62%, rgb(26, 28, 27) 86%), url("/assets/img/slider/slider-1.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  height: 45vh;
  color: white !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .page-title {
    height: 60vh;
  }
}
.page-title img {
  filter: brightness(0.4);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
@media screen and (max-width: 901px) {
  .page-title img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.page-title .page-title,
.page-title .page-subtitle {
  padding: 0 20px;
  display: none;
}
.page-title h1 {
  text-align: left;
  top: 0px;
  z-index: 1000;
  color: #fff;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    margin-bottom: -1px;
    font-size: 2rem;
  }
}
.page-title h2 {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title h2 {
    font-size: 0.9rem;
  }
}
.page-title .p-title {
  position: absolute;
  background-color: transparent;
  z-index: 2;
  top: 22vh;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-title .p-title {
    top: 45vh;
  }
}
.page-title .p-title span {
  position: absolute;
  bottom: 20px;
}
.page-title .p-title a {
  color: rgba(255, 255, 255, 0.5764705882);
}
@media screen and (max-width: 768px) {
  .page-title .p-title a {
    font-size: 0.8rem;
  }
}
.page-title .page-subtitle {
  position: absolute;
  z-index: 13;
  top: 2vh;
  z-index: 1000;
}
.page-title .page-subtitle a,
.page-title .page-subtitle i {
  color: rgba(255, 255, 255, 0.5764705882);
}
.page-title i {
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.5764705882);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5vh 0 0 0;
}

/***************************
*********PAGES**************
***************************/
.page-property {
  padding: 6vh 0 0 0;
}
.page-property p {
  font-size: 1.1em;
}
.page-property .img-property {
  max-height: 350px;
  width: 100%;
  -o-object-position: 45% 25%;
     object-position: 45% 25%;
  padding: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-property .baslik {
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Barlow", "Arial", "Roboto", sans-serif !important;
}
@media screen and (min-width: 992px) {
  .page-property .about-mision,
  .page-property .about-vision {
    padding: 5vh 0;
  }
}
@media screen and (min-width: 992px) {
  .page-property .about-mision .baslik,
  .page-property .about-vision .baslik {
    padding-top: 40px;
  }
}
.page-property .about-mision img,
.page-property .about-vision img {
  margin: 20px 0;
  height: 350px;
  border-radius: 3px;
}
.page-property .about-mision p,
.page-property .about-vision p {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page-property .paragraf-alani h1,
  .page-property .paragraf-alani h2,
  .page-property .paragraf-alani h3,
  .page-property .paragraf-alani h4,
  .page-property .paragraf-alani h5,
  .page-property .paragraf-alani h6 {
    text-align: center;
  }
}

.first-title {
  color: #bdbb28;
  font-family: "Barlow", "Arial", "Roboto", sans-serif !important;
  font-weight: 600;
}

/*404-Not Found*/
.page-error {
  padding: 50px 0px;
  text-align: center;
}
.page-error h2 {
  padding: 20px 10px 0 10px;
  font-size: 24px;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-weight: 600;
}
.page-error img {
  height: auto;
  width: 150px;
  justify-content: center;
}

/*Search Page*/
.page-search {
  padding: 8vh 0;
}
@media screen and (max-width: 768px) {
  .page-search {
    padding: 3vh 5px;
  }
}

.about-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  padding-top: 50px;
}
.about-section::before {
  display: inline-block;
  z-index: 1000;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: red;
}
.about-section p,
.about-section span,
.about-section div {
  color: #838383;
}
@media screen and (min-width: 992px) {
  .about-section {
    padding: 12vh 0;
  }
}
@media screen and (max-width: 992px) {
  .about-section {
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
}
.about-section .second-title {
  line-height: 16px;
  color: #151515 !important;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-section .about-section-img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 1400px) {
  .about-section .about-section-img {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .about-section .about-section-img {
    -webkit-clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
            clip-path: polygon(0 0, 94% 0, 79% 100%, 0% 100%);
    z-index: 2 !important;
    box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.55);
  }
}
.about-section .about-section-img:hover {
  filter: grayscale(1);
}

.service-section {
  background-color: #fbfbfb;
  padding: 7vh 0;
  text-align: left;
}
.service-section h1,
.service-section h2,
.service-section h3,
.service-section h4,
.service-section h5,
.service-section h6 {
  color: #292929;
  font-weight: 600;
  font-size: 1.4em;
}
@media screen and (min-width: 992px) {
  .service-section .col-lg-12 {
    width: 93%;
  }
}
.service-section .owl-next,
.service-section .owl-prev {
  display: none !important;
}
.service-section img {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .service-section {
    padding: 10vh 0;
  }
}
.service-section p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .service-section p {
    text-align: left;
  }
}
.service-section .service-title {
  color: #292929;
  text-align: center;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .service-section .service-title {
    font-size: 2em;
    padding-right: 90px;
    text-align: left;
  }
}

.service-owl-section {
  padding: 6vh 0;
  text-align: center;
}
.service-owl-section img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: 400ms ease-in-out;
}
.service-owl-section img:hover {
  transform: scale(0.99);
  filter: brightness(0.855);
}
.service-owl-section h3 {
  color: #151515 !important;
  font-size: 2.4em;
  font-weight: 500;
}
.service-owl-section .card {
  padding: 0 0 5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border: 1px solid #f0f0f0 !important;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card {
    height: 33rem;
  }
}
.service-owl-section .card img {
  top: 0;
  width: 300px !important;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 3px rgba(134, 134, 134, 0.25);
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card img {
    width: auto;
    max-width: 330px;
    height: 230px;
  }
}
.service-owl-section .card img:hover {
  filter: brightness(0.955);
}
.service-owl-section .card h2 {
  font-family: "Barlow", "Arial", "Roboto", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 600;
}
.service-owl-section .card p {
  font-size: 0.9em;
  color: #aaaaaa;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .service-owl-section .card p {
    padding: 0 80px;
  }
}
.service-owl-section .card i {
  font-size: 1.5em;
}
.service-owl-section .service-title {
  text-align: center;
  color: #292929;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .service-owl-section .service-title {
    font-size: 2.4em;
  }
}

.pagination .page-link {
  color: #151515 !important;
}
.pagination .page-link:focus,
.pagination .page-item:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.page-about {
  padding: 8vh 0;
  padding: 6vh 0 0 0;
}
.page-about p {
  font-size: 1.1em;
}
.page-about .img-property {
  max-height: 360px;
  width: 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-about .img-property {
    margin-bottom: 30px;
  }
}
.page-about .baslik {
  padding: 30px 0 15px 0;
  font-weight: 700;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}
.page-about img {
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(-2px 5px 8px #aeaeae);
}
@media screen and (min-width: 992px) {
  .page-about .about-mision,
  .page-about .about-vision {
    padding: 5vh 0;
  }
}
@media screen and (min-width: 992px) {
  .page-about .about-mision .baslik,
  .page-about .about-vision .baslik {
    padding-top: 40px;
  }
}
.page-about .about-mision img,
.page-about .about-vision img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  filter: drop-shadow(-2px 5px 8px #aeaeae);
}
.page-about .about-mision p,
.page-about .about-vision p {
  padding: 10px 0;
}

/*İletişim Sayfası*/
@media screen and (max-width: 992px) {
  .contact-position {
    margin-top: -120px;
  }
}

.contact-height {
  max-height: 500px;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.contact-home {
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 52px 12px;
    margin-bottom: 120px;
  }
}
.contact-home .card-contact {
  border-radius: 21.77px;
  background: rgb(255, 255, 255);
  box-shadow: -1px -8px 13.06177px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .contact-home .card-contact {
    padding: 0 80px;
  }
}
.contact-home img {
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .contact-home {
    padding: 10vh 0;
  }
}
.contact-home .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-home .contact-title {
  padding: 40px 0 0 0;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #151515 !important;
}
.contact-home .contact-social {
  bottom: 0;
  font-weight: 500;
}
.contact-home .contact-social a,
.contact-home .contact-social i {
  font-size: 0.9em;
  color: #151515 !important ;
}

.cont-img {
  top: 0;
  left: 0;
  position: absolute;
}

.contact-section {
  border-top: 1px solid #f8f8f8;
  background-color: #fefefe;
  padding: 5vh 0;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 8px 15px;
  }
}
.contact-section img {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .contact-section {
    padding: 10vh 0;
  }
}
.contact-section .contact-image {
  height: 500px !important;
  box-shadow: 5.53443px 0px 15.81266px 0px rgba(0, 0, 0, 0.363);
}
.contact-section .contact-title {
  font-size: 2em;
  font-weight: 600;
  color: #151515 !important;
}
@media screen and (max-width: 992px) {
  .contact-section .contact-title {
    padding: 40px 0 0 0;
  }
}
.contact-section .contact-social {
  bottom: 0;
  font-weight: 500;
}
.contact-section .contact-social a,
.contact-section .contact-social i {
  font-size: 0.9em;
  color: #151515 !important !important;
}

/*Form Styles*/
.cont-img {
  height: 480px !important;
  width: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: -16px 4px 50px -7px rgb(204, 204, 204);
}

.contact-form .col-12,
.contact-form .col-lg-6,
.contact-form .col-6 {
  position: relative;
}
.contact-form .col-12 i,
.contact-form .col-lg-6 i,
.contact-form .col-6 i {
  position: absolute;
  top: 25px;
}
.contact-form .nameIcon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #4a4a4a;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .subjectIcon::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #4a4a4a;
  position: absolute;
  top: 11px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .subjectIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .subjectIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon::before {
  content: "\f0b1";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #4a4a4a;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .jobIcon select::-moz-placeholder {
  padding-left: 20px !important;
}
.contact-form .jobIcon select::placeholder {
  padding-left: 20px !important;
}
.contact-form .emailIcon::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #4a4a4a;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .telIcon::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #4a4a4a;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .messageIcon::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 15px;
  color: #4a4a4a;
  position: absolute;
  top: 13px;
  margin-left: 15px;
  padding-right: 3px;
}
.contact-form .main-color {
  font-weight: 600;
}
.contact-form div {
  margin-bottom: 25px;
}
.contact-form label {
  margin: 6px 0;
  color: #080808;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.contact-form .form-check-label {
  margin: 0 !important;
  font-size: 0.8em;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  background-color: white;
  border: 1px solid rgba(182, 182, 182, 0.31);
  padding: 12px 15px 12px 35px;
  border-radius: 4px;
  width: 100%;
  color: #292929 !important;
  box-shadow: 1px 1px 1px 0px rgba(141, 141, 141, 0.181);
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  padding-left: 5px;
  color: #878787;
  font-weight: 300 !important;
}
.contact-form .form-check-input {
  padding: 7px;
}
.contact-form select {
  padding-left: 35px;
  color: #878787;
}
.contact-form select::focus {
  border: none;
}
.contact-form .form-outline .form-control.select-input:focus,
.contact-form .select-input.focused,
.contact-form .form-select:focus {
  color: #151515 !important;
  outline: 0;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  color: #151515 !important;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #fbfbfb;
  box-shadow: 1px 1px 1px 0px rgba(227, 227, 227, 0.181);
}
.contact-form ::-moz-placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form ::placeholder {
  color: #606161;
  padding-left: 2vh;
}
.contact-form .form-check-label {
  font-size: 1em;
  padding-left: 5px;
}
.contact-form .form-check-label .main-color {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-form .form-check-input {
  width: 8px;
  border: 1px solid #151515 !important;
  background-color: #fff;
}
.contact-form .form-check-input:focus {
  outline: none !important;
  border: none !important;
  background-color: #151515 !important;
}
.contact-form .theme-button-1 {
  width: 100%;
}

/*Form Select*/
.form-select {
  background-color: white !important;
}
.form-select::focus {
  border: none !important;
}

/*Contact-Page Map*/
.contact-map {
  background-color: #f6f6f6;
}
.contact-map .map-title {
  font-size: 2em;
  color: #151515 !important;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .contact-map .map-title {
    text-align: center;
  }
}
.contact-map i {
  color: #151515 !important;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  .contact-map p {
    text-align: center;
    margin-bottom: 35px;
  }
}
.contact-map iframe {
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.25);
}

/***************************
*********AUTHOR PAGE********
***************************/
/*Author Profile*/
.author-profile {
  padding: 5vh 0;
}
.author-profile img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*Author Old Articles*/
.author-article {
  padding: 5vh 0;
}
.author-article h2 {
  color: #151515 !important;
  font-weight: 600;
}
.author-article h3 {
  font-size: 1em;
  font-weight: 700;
}

/*Comments*/
.comment-section {
  text-align: center;
  padding: 120px 0;
  margin-bottom: 80px;
}
.comment-section p {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .comment-section p {
    padding: 0 80px;
  }
}
.comment-section .comment-image {
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}
.comment-section .comment-name {
  color: var(--text-color, #252b42);
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 133.333% */
  letter-spacing: 0.1px;
}
.comment-section .comment-job {
  color: var(--second-text-color, #737373);
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 992px) {
  .comment-section .owl-theme .owl-dots {
    display: none;
  }
}

.section-urun-detay {
  position: relative;
  padding: 5vh 0;
}
.section-urun-detay .dokuman-baslik {
  margin: 15px 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.section-urun-detay img {
  height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding: 0 30px;
  justify-content: center;
}
.section-urun-detay .card {
  background-color: transparent !important;
  margin: 20px 0;
  border: none !important;
  border-radius: none !important;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}
.section-urun-detay .card-body {
  bottom: 0px !important;
}
.section-urun-detay .card-body h2 {
  text-align: center;
  font-size: 1.8rem;
  border-radius: 3px;
  padding: 10px;
  color: #292929;
  font-weight: 600;
  justify-content: center;
}
.section-urun-detay .card-body .theme-button-2 {
  background-color: #292929;
}
.section-urun-detay .card-title {
  color: #151515 !important;
  font-size: 1.4em;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}
.section-urun-detay .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #151515 !important;
}
.section-urun-detay .theme-button-2:hover {
  color: white;
  background-color: #151515 !important;
}
.section-urun-detay .title-section {
  color: #151515 !important;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-urun-detay .theme-button-1:hover,
.section-urun-detay .theme-button:hover {
  background-color: white;
  color: #151515 !important !important;
}

.sn-title {
  font-size: 2em;
  font-weight: 800;
  color: #151515 !important;
  position: relative;
  bottom: 20px;
}
.sn-title:before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #151515 !important;
}

.sn-project {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sn-project {
    padding: 80px 15px;
  }
}
.sn-project .city-info {
  top: -1px;
  right: 0;
  position: absolute;
  color: #4a4a4a;
  font-weight: 500;
  background-color: #fbfbfb;
  padding: 10px 30px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.sn-project h2.baslik {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-project h2.baslik {
    width: 800px;
    font-weight: 600;
    font-size: 2.1em;
  }
}
.sn-project p.metin {
  color: #4a4a4a;
  font-size: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sn-project p.metin {
    width: 700px;
  }
}
.sn-project .card {
  border: none;
  position: relative;
  transition: 0.4s ease;
}
.sn-project .card img {
  height: 350px !important;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  box-shadow: 1.9px 1.3px 5.3px rgba(0, 0, 0, 0.004), 6.5px 4.2px 17.9px rgba(0, 0, 0, 0.006), 29px 19px 80px rgba(0, 0, 0, 0.01);
}
.sn-project .card .card-body {
  position: absolute;
  bottom: 15px;
  transition: 0.4s ease;
}
.sn-project .card .card-body h4 {
  z-index: 200 !important;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fbfbfb !important;
}
.sn-project .card:hover {
  color: #fbfbfb;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-size: 24px;
}
.sn-project .card:hover .card-body {
  display: none;
}
.sn-project .card:hover img,
.sn-project .card:hover .card-body {
  filter: brightness(0.6);
}
.sn-project .card:hover::after {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #fbfbfb;
  top: 165px;
  left: 50%;
}

.sn-about {
  padding: 120px 0 -120px 0;
  position: relative;
}
.sn-about p {
  color: #535353 !important;
}
@media screen and (max-width: 768px) {
  .sn-about {
    padding: 80px 15px 0;
  }
}
.sn-about h2 {
  color: #292929;
}
@media screen and (max-width: 768px) {
  .sn-about h2 {
    margin-top: 80px;
  }
}
.sn-about .col-md-6 {
  position: relative;
}
.sn-about h4 {
  font-size: 18px !important;
  font-weight: 600;
  font-family: "Barlow", "Arial", "Roboto", sans-serif !important;
}
.sn-about img {
  animation: fadeInLeft !important;
  animation-duration: 0.8s !important;
  max-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 4px solid white;
  box-shadow: 4.6px 1.8px 2.2px rgba(0, 0, 0, 0.014), 11.1px 4.4px 5.3px rgba(0, 0, 0, 0.02), 20.9px 8.3px 10px rgba(0, 0, 0, 0.025), 37.3px 14.7px 17.9px rgba(0, 0, 0, 0.03), 69.8px 27.6px 33.4px rgba(0, 0, 0, 0.036), 167px 66px 80px rgba(0, 0, 0, 0.05);
}

.sn-blog {
  padding: 12vh 0 12vh 0;
}
@media screen and (max-width: 768px) {
  .sn-blog {
    padding: 3vh 0;
  }
}
.sn-blog .card-img-top {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-blog .card-title {
  font-weight: 600;
}
.sn-blog img {
  border-radius: 0px;
}
.sn-blog .card {
  box-shadow: 8px -15px 15px 0px rgba(163, 163, 163, 0.15);
}

.section-ekibimiz {
  position: relative;
  text-align: center;
}
.section-ekibimiz .card {
  margin: 20px 0;
  border-radius: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-ekibimiz .card-body {
  padding: 20px;
  position: relative;
}
.section-ekibimiz .card-title {
  color: #151515 !important;
  font-size: 1.4em;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}
.section-ekibimiz .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #151515 !important;
}
.section-ekibimiz .theme-button-2:hover {
  color: white;
  background-color: #151515 !important;
}
.section-ekibimiz .theme-button-1 {
  bottom: 35px;
  border-radius: 0;
  background: #151515 !important;
  color: white;
  border: none !important;
}
.section-ekibimiz .theme-button-1:hover {
  color: white;
  background-color: #151515 !important;
}
.section-ekibimiz .profile-img {
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.section-ekibimiz .unvan {
  font-size: 1.1em;
}
.section-ekibimiz .title-section {
  color: #151515 !important;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-ekibimiz .social-icons a {
  width: 25px;
  height: 25px;
}
.section-ekibimiz .social-icons i {
  color: #151515 !important;
  border: 2px solid #151515 !important;
  padding: 10px;
  border-radius: 50%;
}
.section-ekibimiz .social-icons i:hover {
  border: #151515 !important;
  background-color: #151515 !important;
  color: #fbfbfb;
}

.section-blog {
  position: relative;
  padding: 8vh 0;
  background-color: #dfdfdf;
}
.section-blog .card {
  margin: 20px 0;
  border-radius: none !important;
  border-radius: 70px 0px 0px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-blog img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog .card-body {
  padding: 20px;
  position: relative;
}
.section-blog .card-title {
  color: #151515 !important;
  font-size: 1.4em;
  font-weight: 700;
}
.section-blog .title-section {
  color: #151515 !important;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-blog .theme-button-2 {
  background-color: #292929 !important;
}

.bg-contact {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
}

.nav-pills {
  justify-content: center;
  text-align: center;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #151515 !important;
}
@media screen and (min-width: 992px) {
  .left-list {
    width: 90%;
  }
}
.left-list li {
  font-size: 1.1em;
  padding: 10px 20px;
  color: #151515 !important;
  font-weight: 400;
  transition: 400ms;
}
.left-list li:hover {
  background-color: transparent !important;
}
.left-list li:hover a {
  color: white;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  background-color: #151515 !important;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 992px) {
  .left-list .left-title {
    text-align: center;
  }
}

@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
    rotate: 3deg;
  }
  100% {
    transform: scale(1);
  }
}
.img-product {
  height: 620px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: grow-and-shrink 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes grow-scale-shrink {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.98);
  }
}
.product-size {
  animation: grow-scale-shrink 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.parallax-about {
  color: white;
  text-align: center;
  padding: 50px;
  position: relative;
  min-height: 460px;
  width: 100%;
  background-position: top left;
  background-image: url("./assets/img/slider/slider-1.jpg");
  background-attachment: fixed !important;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.parallax-about h2 {
  font-size: 2.6em;
}
.parallax-about h3 {
  font-size: 3.6em;
}
@media screen and (min-width: 992px) {
  .parallax-about p {
    width: 450px;
  }
}
.parallax-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 38vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .parallax-block {
    height: 25vh;
  }
}
.parallax-block h6 {
  position: absolute;
  right: 5%;
  top: 45%;
  line-height: 45px;
  width: 450px;
  color: #fff;
  text-align: right;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    top: 35%;
  }
}
.parallax-block h6:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .parallax-block h6 {
    font-size: 16px;
    right: 0;
    text-align: center !important;
  }
}

.parallax-block h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.sn-deneyim {
  padding: 4vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.sn-deneyim .sutun {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sn-deneyim .sutun .circle-style {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #151515 !important;
}
.sn-deneyim .sutun i {
  text-align: center;
  font-size: 1.2em;
  color: #fbfbfb;
}
.sn-deneyim .sutun h2 {
  color: #3b3b3b;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4em;
}
.sn-deneyim .sutun h3 {
  margin-top: -10px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #616161;
}

.project-small-img {
  padding: 10px 0;
}
.project-small-img .col {
  padding: 2px;
}

.project-img {
  width: 200px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 12px -7px rgba(0, 0, 0, 0.25);
}

#leftul {
  overflow: scroll;
  height: 300px;
  overflow-x: hidden;
}

.left-list {
  padding: 0;
  color: white;
  list-style: none;
  background-color: #dbdbdb;
}
.left-list li {
  font-size: 0.9em;
  color: #151515 !important;
  font-weight: 500;
  transition: 400ms;
}
.left-list li:hover {
  border-bottom: 2px solid #151515 !important;
}
.left-list li a {
  font-weight: 500;
}
.left-list li a:focus + ul {
  display: block;
}
.left-list li ul {
  display: none;
}
.left-list li:hover {
  background-color: #151515 !important;
}
.left-list li:hover a {
  color: #292929 !important;
}
.left-list .left-title {
  color: #fbfbfb;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  background-color: #151515 !important;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1.4em;
}

.sn-teklif {
  text-align: center;
  padding: 8vh 0;
}
.sn-teklif h3 {
  color: #151515 !important;
  font-weight: 600;
}

.section-sss {
  margin: 10vh 0;
}
.section-sss .accordion-item:focus, .section-sss .accordion-item:hover {
  border: none !important;
  outline: none !important;
}
.section-sss .accordion-item .accordion-button {
  background-color: #f8f8f8;
  color: #151515 !important !important;
  font-weight: 500;
}
.section-sss .accordion-item .accordion-button:focus, .section-sss .accordion-item .accordion-button:hover {
  border: none !important;
  outline: none !important;
  background-color: #151515 !important;
  color: white !important;
}
.section-sss .accordion-item .accordion-button::after {
  color: white !important;
}

.icon-list .icon-duzen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-duzen h2 {
  font-size: 1.3em;
  padding: 10px 0;
}
.icon-list .icon-duzen img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.urun-detay-info {
  padding: 8vh 0;
  background-color: #f0f0f0;
}
.urun-detay-info h2 {
  text-align: center;
  color: #151515 !important;
  margin-bottom: 30px;
}
.urun-detay-info h4,
.urun-detay-info p {
  text-align: center;
}
.urun-detay-info h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-info p {
  color: #7a7a7a;
  font-size: 0.9em;
}

.urun-detay-teknik {
  padding: 8vh 0;
  background-color: #fafafa;
}
.urun-detay-teknik h2 {
  text-align: center;
  color: #151515 !important;
  margin-bottom: 30px;
}
.urun-detay-teknik h4,
.urun-detay-teknik p {
  text-align: center;
}
.urun-detay-teknik h4 {
  margin: 20px 0 10px 0;
}
.urun-detay-teknik p {
  color: #7a7a7a;
  font-size: 0.9em;
}

.dokumanlar {
  padding: 8vh 0;
  background-color: rgba(240, 240, 240, 0.6078431373);
}
.dokumanlar h2 {
  text-align: center;
  color: #151515 !important;
  margin-bottom: 30px;
}
.dokumanlar h4,
.dokumanlar p {
  text-align: center;
}
.dokumanlar h4 {
  margin: 20px 0 10px 0;
}
.dokumanlar p {
  color: #7a7a7a;
  font-size: 0.9em;
}
.dokumanlar i,
.dokumanlar a {
  font-size: 1.2em;
}
.dokumanlar i {
  color: #151515 !important;
}
.dokumanlar a:hover {
  transform: scale(0.4);
}

.hizmetler-card-section .col-xl-4 {
  padding: 10px 5px;
}
.hizmetler-card-section .card {
  height: 400px;
  border: none !important;
  outline: none;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .hizmetler-card-section .card {
    width: auto;
  }
}
.hizmetler-card-section .card:hover {
  transform: scale(0.98);
}
.hizmetler-card-section .card:before {
  border-radius: 10px !important;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-shadow: -1px 0px 5px -1px rgba(199, 199, 199, 0.48);
}
.hizmetler-card-section .card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 360px;
  width: 500px;
}
.hizmetler-card-section .card .card-inner {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 12px 10px;
  background-color: #fbfbfb;
}
.hizmetler-card-section .card h2 {
  text-align: center;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
  letter-spacing: -1px;
  color: #bdbb28;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .hizmetler-card-section .card h2 {
    font-size: 2em;
  }
}
.hizmetler-card-section .owl-carousel .owl-item-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-icons {
  background-color: #151515 !important;
  padding: 8vh 0;
}
.section-icons a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 400ms ease-in-out;
}
.section-icons a:hover {
  transform: scale(0.9);
}
.section-icons a:hover img {
  border: 5px solid #151515 !important;
}
.section-icons h1,
.section-icons h2,
.section-icons h3,
.section-icons h4,
.section-icons h5,
.section-icons h6,
.section-icons a,
.section-icons p {
  padding-top: 10px;
  color: #fbfbfb;
  font-size: 1.2em !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-icons h1,
  .section-icons h2,
  .section-icons h3,
  .section-icons h4,
  .section-icons h5,
  .section-icons h6,
  .section-icons a,
  .section-icons p {
    font-size: 1em !important;
  }
}
.section-icons img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid white;
}

img.about-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kurs-alan h1 {
  color: #151515 !important;
  font-size: 1.5em;
}
.kurs-alan h2 {
  font-size: 1em;
}

img.about-img {
  height: 1200px !important;
  width: 100%;
  border-radius: 50px;
  display: flex;
}

.logomask {
  -webkit-mask-image: url("/assets/img/icon.png");
  mask-image: url("/assets/img/icon.png");
  -webkit-mask-size: 80%;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
}

.t-img {
  display: flex;
  width: auto;
  height: 50px;
  margin-bottom: -20px;
}

.sn-iconlist {
  padding: 8vh 0;
  text-align: center;
  background-image: url(/assets/img/static/home/bg-icon.png);
  background-color: #151515 !important;
  color: #292929;
}
.sn-iconlist h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fbfbfb !important;
}
.sn-iconlist p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7098039216);
  margin-bottom: 2rem;
}
.sn-iconlist i {
  margin: 0 0 1rem 0;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 50%;
  color: #151515 !important;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 4px 3px rgba(228, 228, 228, 0.25);
}
.sn-iconlist i:hover {
  background-color: #bdbb28;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #4a4a4a;
  color: white;
  text-align: center;
  font-size: 40px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(4, 30, 73, 0.6);
  border-radius: 5px;
}

.contact-info_text {
  min-width: 280px;
  display: block;
  margin-bottom: -0.5em;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: #292929;
}

.contact-info_text a:hover {
  color: #151515 !important;
}

.sn-lokasyonlar img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-lokasyonlar .card {
  position: relative;
  box-shadow: 1.8px 2px 2.2px rgba(0, 0, 0, 0.02), 4.4px 4.7px 5.3px rgba(0, 0, 0, 0.028), 8.3px 8.9px 10px rgba(0, 0, 0, 0.035), 14.7px 15.9px 17.9px rgba(0, 0, 0, 0.042), 27.6px 29.7px 33.4px rgba(0, 0, 0, 0.05), 66px 71px 80px rgba(0, 0, 0, 0.07);
  transition: 400ms ease-in-out;
}
.sn-lokasyonlar .card:hover {
  filter: grayscale(0.7);
}
.sn-lokasyonlar .card-body {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  box-shadow: inset 0px -98px 31px -14px rgba(0, 0, 0, 0.6);
}
.sn-lokasyonlar .card-body i,
.sn-lokasyonlar .card-body a,
.sn-lokasyonlar .card-body p {
  color: white !important;
}

.hizmetOwl .owl-nav {
  display: none !important;
}

.sn-page h2 {
  color: #292929;
  font-weight: 600;
}
.sn-page img {
  height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#section02 a {
  padding-top: 60px;
}

#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

#section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.demo a:hover {
  opacity: 0.5;
}

.customs {
  z-index: 100;
}

.custom-right {
  position: absolute;
  right: 0;
  top: 10px;
  color: #151515 !important;
  transform: scale(0.5);
  transition: 400ms ease;
}
.custom-right:hover {
  transform: scale(0.7);
}

.custom-left {
  position: absolute;
  left: auto;
  right: 50px;
  transform: scale(0.5);
  top: 10px;
  color: #151515 !important;
  transition: 400ms ease;
}
.custom-left:hover {
  transform: scale(0.7);
}

/*testimonial*/
.site-logo {
  width: 218.33px !important;
  margin-right: 50px;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-theme {
  background: var(--theme-color1);
  color: #212121;
}

.c-container {
  margin: auto;
  width: 93%;
  position: relative;
  z-index: 1;
}

.btn-outline-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
  transition: all 0.2s;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: var(--text-dark);
}

/* common css up */
.testimonial p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
}

.testimonial .name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
}

.testimonial .designation {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
}

.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}

.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

.gallery-thumbs {
  height: 100%;
}

.gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 330px;
  position: relative;
}

.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row .flex-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.testimonial-section .quote {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}

.swiper-container.testimonial {
  height: 100vh;
}

.testimonial-section .user-saying {
  background: var(--theme-color2);
  width: 60%;
  color: #fff;
  height: 100%;
}

.testi-user-img {
  width: 40%;
}

.testimonial-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.testimonial-section .quote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}

.quote-icon {
  width: 38px;
  display: block;
  margin-bottom: 30px;
}

.img-product {
  width: 100%;
}
.img-product img {
  border-radius: 50px;
}

.ico-size {
  width: 20px;
}

.services-area {
  background: none !important;
  background-color: #fcfcfc !important;
}
@media screen and (max-width: 768px) {
  .services-area img {
    display: none;
  }
}

.fix {
  overflow: hidden;
}

.services-two .services-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #ffffff 0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pro-img {
    margin: 30px 0;
  }
}
.pro-img {
  position: absolute;
  top: 0;
  left: -320px;
}

.yukseklik {
  height: 100vh;
}

.services-box {
  margin-top: 50px;
}

.product-size {
  margin-top: -120px;
  max-height: 740px;
}

.txt-m-101 {
  font-size: 1.4em;
  font-weight: 600;
}

.sn-product-detail {
  padding: 80px 0;
  background-color: #fff;
}

.glitch {
  color: white;
  font-size: 100px;
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.carousel-indicators {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  z-index: 100;
}

#holder {
  position: relative;
  width: 600px;
  margin: 100px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#slogans {
  position: relative;
  top: 0px;
  right: 0px;
}

p.slogan {
  text-rendering: optimizeLegibility;
  margin: 0px;
  font-size: 60px;
  text-transform: uppercase;
}

p.slogan strong {
  display: block;
  position: relative;
  opacity: 0;
}

.sn-yorumlar .swiper-slide {
  padding: 50px 0 0 0;
}

.custom-right2,
.custom-left2 {
  transform: scale(0.6);
  color: #151515 !important;
  padding: 0 50px;
}

.choose-us-area {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .choose-us-area {
    padding: 0 20px;
  }
}
.choose-us-area .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .shape {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us-area .shape {
    display: none;
  }
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.default-padding-big {
  padding: 250px 0;
}
@media only screen and (max-width: 767px) {
  .default-padding-big {
    padding: 50px 0;
  }
}

.default-padding-top {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .default-padding-top {
    padding-top: 50px;
  }
}

.default-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .default-padding-bottom {
    padding-bottom: 50px;
  }
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .default-padding-bottom.bottom-less {
    margin-bottom: 0;
  }
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .default-padding-top.bottom-less {
    margin-bottom: 0;
  }
}

.site-heading {
  margin-bottom: 60px;
}
.site-heading .sub-title {
  text-transform: uppercase;
  color: #151515 !important;
  font-weight: 600;
  background: linear-gradient(to right, #353535, #c2c2c2, #060606);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 220% 150%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.site-heading .title {
  font-weight: 600;
  margin-bottom: 0;
}
.site-heading p {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .site-heading p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-heading {
    margin-bottom: 30px;
  }
}

.flaticon-cloud-server:before {
  content: "\f189";
}

.choose-us-style-two-box {
  position: relative;
  z-index: 1;
}
.choose-us-style-two-box .swiper {
  width: 100%;
  height: 100%;
}
.choose-us-style-two-box .swiper-button-prev {
  top: -50px;
  left: 95%;
  right: 120px;
  transform: scale(0.7);
  color: #151515 !important;
}
@media screen and (max-width:991px) {
    .choose-us-style-two-box .swiper-button-prev {
        left: 85%;
        right: 120px;
      }    
      .choose-us-style-two-box .swiper-button-next {
        left: 95%!important;
      }
}
.choose-us-style-two-box .swiper-button-next {
  top: -50px;
  left: 100%;
  right: 120px;
  transform: scale(0.7);
  color: #151515 !important;
}
.choose-us-style-two-box .swiper-pagination {
  padding-top: 200px;
}
.choose-us-style-two-box .swiper-pagination .active {
  background-color: #151515 !important;
}
.choose-us-style-two-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-us-style-two-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-us-style-two-box .shape-bottom {
  position: absolute;
  left: -150px;
  width: 300px;
  top: -180px;
  z-index: -1;
}

.choose-us-style-two {
  margin-bottom: 60px;
  transition: 300ms ease-in-out;
}
.choose-us-style-two:hover {
  transform: scale(0.97);
}
.choose-us-style-two .thumb {
  position: relative;
}
.choose-us-style-two .thumb img {
  border-radius: 5px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-us-style-two .thumb .title {
  margin-left: 30px;
  position: absolute;
  border-bottom: 1px solid #f2f2f2;
  background: #fbfbfb;
  bottom: -30px;
  padding: 15px 30px;
  border-radius: 8px 0 8px 8px;
  transition: all 0.45s ease-in-out;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-us-style-two .thumb .title h4 {
  font-weight: 600;
  margin: 0;
}
.choose-us-style-two .thumb .title a {
  font-size: 0.9em;
  color: #606161;
}
.choose-us-style-two .thumb .title a i {
  position: relative;
  top: 2px;
  margin-left: 20px;
}
.choose-us-style-two .thumb .title .top {
  display: flex;
  align-items: center;
}
.choose-us-style-two .thumb .title .top i {
  display: inline-block;
  color: #151515 !important;
  text-align: center;
  font-size: 45px;
  margin-right: 20px;
  background: #dfdfdf;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 220% 150%;
}
.choose-us-style-two .thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  padding: 37px;
  z-index: 1;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.choose-us-style-two .thumb .overlay i {
  display: inline-block;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
  height: 70px;
  width: 70px;
  line-height: 80px;
  background: linear-gradient(to right, #bc2928, rgba(188, 40, 40, 0.6862745098), #111111);
  border-radius: 50%;
  background-size: 220% 150%;
}
.choose-us-style-two .thumb .overlay a {
  color: #ffffff;
}
.choose-us-style-two .thumb .overlay p {
  margin: 0;
  color: #fbf6f6;
}
.choose-us-style-two .thumb .overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #1a1a1a;
  z-index: -1;
  opacity: 0.8;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
.choose-us-style-two:hover .thumb .overlay {
  top: 0;
  opacity: 1;
  visibility: visible;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .choose-us-card {
    margin-top: 30px;
  }
  .choose-us-card:first-child {
    margin-top: 0;
  }
}

/*Hizmetlerimiz*/
.service-item {
  position: relative;
  z-index: 1;
  padding: 50px 55px 40px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid rgba(88, 86, 233, 0.2);
  transition: all 0.3s;
}

.service-style-one:hover {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
}

.service-item .icon {
  margin-bottom: 10px;
}

.service-item .icon i {
  font-size: 75px;
  line-height: 1;
  color: var(--blue-dark);
}

.service-item .text h3.title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}

.service-item .text p {
  margin-bottom: 10px;
}

.service-item:hover .list-style-two li {
  color: var(--heading);
}

.service-item .text .list-style-two li {
  margin-bottom: 10px;
}

.service-area-v1 .service-wrapper {
  padding-left: 90px;
  padding-right: 90px;
  background-color: #fff;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0e5dc4 100%);
  opacity: 0.9;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s;
  left: -30px;
}
.item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}
.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.news-slider__item {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}
.news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.news-slider__ctr {
  position: relative;
  z-index: 12;
}
.news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}
.news-slider__arrow:focus {
  outline: none !important;
}
.news-slider__arrow .icon-font {
  display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
  left: 15px;
  transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
  right: 15px;
  transform: translateY(-50%);
}
.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}
.news__item {
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 800px) {
  .news__item:hover {
    color: #222222;
    transition-delay: 0.1s;
  }
  .news__item:hover .news-date,
  .news__item:hover .news__title,
  .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .news__item:hover .news__img {
    box-shadow: none;
  }
}
.news__item.active {
  color: #222222;
}
.news__item.active .news-date,
.news__item.active .news__title,
.news__item.active .news__txt {
  opacity: 1;
}
.news__item.active .news__img {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}
.news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}
.news-date__txt {
  font-size: 16px;
}
.news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  height: 200px;
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
}
@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}
.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.slider-home {
  height: 100vh;
  min-height: 100%;
  background: #fbfbfb;
  color: #151515 !important;
  -webkit-font-smoothing: antialiased;
  font-size: calc(0.2vw + 12px);
  line-height: 1.4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider-home {
    height: 115vh !important;
  }
}
@media screen and (max-width: 768px) {
  .slider-home .article h2 {
    font-size: 1.9em;
    padding-right: 20px !important;
  }
}
.slider-home h1,
.slider-home h2,
.slider-home h3,
.slider-home h4,
.slider-home h5,
.slider-home h6,
.slider-home p {
  margin-top: 0;
}
.slider-home h1 span,
.slider-home h2 span,
.slider-home h3 span,
.slider-home h4 span,
.slider-home h5 span,
.slider-home h6 span,
.slider-home p span {
  vertical-align: middle;
}
.slider-home h1 span + span,
.slider-home h2 span + span,
.slider-home h3 span + span,
.slider-home h4 span + span,
.slider-home h5 span + span,
.slider-home h6 span + span,
.slider-home p span + span {
  display: inline-flex;
  align-items: center;
}
.slider-home h1 span + span::before,
.slider-home h2 span + span::before,
.slider-home h3 span + span::before,
.slider-home h4 span + span::before,
.slider-home h5 span + span::before,
.slider-home h6 span + span::before,
.slider-home p span + span::before {
  display: inline-block;
  content: "";
  width: 3.5em;
  height: 1px;
  background: #151515 !important;
  margin: 0 0.5em 0 0.3em;
}
.slider-home h1,
.slider-home .h1,
.slider-home .nav {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.slider-home h2,
.slider-home h3,
.slider-home .nav {
  font-weight: 700;
}
.slider-home h2 {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0.6rem;
}
.slider-home h4 {
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
.slider-home a {
  color: inherit;
}
.slider-home svg {
  fill: currentColor;
}
.slider-home img,
.slider-home svg {
  vertical-align: middle;
}
.slider-home .logo {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.slider-home .slider-carousel {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template: repeat(3, [row-start] minmax(25vh, 1fr))/repeat(12, [col-start] 1fr);
  will-change: transform, width;
  transition: 0.5s transform cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 700px) {
  .slider-home .slider-carousel {
    grid-template: repeat(3, [row-start] 1fr)/repeat(6, [col-start] 1fr);
  }
}
.slider-home .slider-carousel[data-menustate=open] {
  transform: translateX(50%);
}
.slider-home .slider-carousel[data-menustate=open] .logo {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.slider-home .article {
  padding: 1.6rem 3rem 1.8rem 1.4rem;
}
.slider-home .article + .article {
  margin-top: auto;
  padding-top: 0;
}
.slider-home .article--align-right {
  text-align: right;
}
.slider-home .rotate {
  display: inline-block;
  margin: 0;
}
.slider-home .rotate--right {
  transform: rotate(-90deg);
  transform-origin: center right;
}
.slider-home .object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-home .grid-item {
  background: #f4f4f4;
  position: relative;
  will-change: border;
}
.slider-home .grid-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  background: #151515 !important;
}
.slider-home .grid-item--primary {
  grid-area: span 3/span 6;
  display: grid;
  align-items: center;
  justify-items: start;
}
.slider-home .grid-item--primary > img,
.slider-home .grid-item--primary > .logo {
  grid-area: 1/1/-1/-1;
}
.slider-home .grid-item--secondary {
  grid-area: span 2/span 3;
}
.slider-home .grid-item--tertiary {
  background: #000;
  grid-area: span 1/span 2;
}
.slider-home .grid-item--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-home .grid-item .logo {
  transform: rotate(90deg);
}

.loading-overlay {
  position: fixed;
  z-index: 10000000 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  margin: -200vh -200vw;
  will-change: transform, padding, opacity;
  animation: hide-overlay 2.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.loading-overlay__content {
  position: relative;
  transform: rotate(90deg);
  padding: 50vw 50vh;
  will-change: transform, padding, opacity;
  animation: rotate-expand-out 2.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
}
.loading-overlay__content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #4a4a4a;
  will-change: width;
  animation: background-swipe-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
}

/* About Style Seven */
.about-style-seven .thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-style-seven .thumb {
    margin-bottom: 30px;
  }
}
.about-style-seven .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.about-style-seven .thumb img:first-child {
  max-width: 80%;
  height: 300px;
}
@media only screen and (max-width: 991px) {
  .about-style-seven .thumb img:first-child {
    max-width: 100%;
  }
}
.about-style-seven .thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: -60px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 10px solid #ffffff;
}
@media only screen and (max-width: 991px) {
  .about-style-seven .thumb img:nth-child(2) {
    display: none;
  }
}
.about-style-seven .thumb .shape-fixed {
  position: absolute;
  left: 100px;
  top: -80px;
  z-index: -1;
  text-align: right;
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .about-style-seven .thumb .shape-fixed {
    display: none;
  }
}
.about-style-seven ul {
  margin-right: -15px;
  margin-top: 35px;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about-style-seven ul {
    margin-top: 0;
  }
}
.about-style-seven ul li {
  float: left;
  width: 50%;
  padding: 0 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-style-seven ul li {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}
.about-style-seven ul li h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.about-style-seven ul li p {
  margin: 0;
}
.about-style-seven ul li::after {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  border-radius: 50%;
  color: #151515 !important;
  text-align: center;
  font-size: 24px;
}

.sn-referanslar {
  margin-top: -120px;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .sn-referanslar {
    padding: 20px 10px;
  }
}
.sn-referanslar img {
  filter: grayscale(98%);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-area {
  background-color: rgb(217, 217, 217);
}

/* Portfolio Filter Button */
.portfolio-filter-button .filter-btn li {
  display: inline-block;
  font-weight: 700;
  color: var(--heading);
  padding: 5px 15px;
  background-color: transparent;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.portfolio-filter-button .filter-btn li.active,
.portfolio-filter-button .filter-btn li:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(89, 86, 233, 0.2);
}

.service-area-v1 .service-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.main-content > div {
  width: 70%;
}

.main-content {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.uk-navbar-nav {
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
}

.uk-navbar-nav > li {
  padding: 0;
  min-width: 100px;
}

.uk-navbar-nav > li > a {
  padding: 15px 35px;
  display: block;
  background-color: #fff;
  color: #222;
  font-size: 15px;
  min-height: auto;
  font-weight: 600;
  box-shadow: 0 0 25px rgba(204, 204, 204, 0.2588235294);
  border-radius: 7px;
  transition: 0.5s all ease-in-out;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
  background-color: #7b68ee;
  color: #fff;
}

.img-gallery-container > li {
  position: relative;
  padding: 10px;
  margin-top: 5px !important;
}

.img-gal {
  height: 415px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all ease-in-out;
  border-radius: 6px;
}

.img-gallery-container > li:hover > img {
  filter: brightness(0.4) blur(3px);
}

.float-gallery-content {
  position: absolute;
  width: 90%;
  z-index: -1;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

.img-gallery-container > li:hover .float-gallery-content {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.uk-block {
  display: block;
}

.float-gallery-content .content {
  padding: 8px 15px;
}

.float-gallery-content .content > a {
  color: #212121;
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: all 0.5s;
}

.float-gallery-content .content > a:hover {
  color: #7b68ee;
}

button {
  border: 0;
  height: 100%;
  padding: 5px 15px;
  background: #7b68ee;
  font-size: 30px;
  color: #fff;
  position: relative;
  right: -100px;
  opacity: 0;
  transition: all 0.5s;
}

.highlight {
  color: #7b68ee;
  font-weight: 600;
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 0.5s;
}

.img-gallery-container > li:hover .highlight {
  left: 0;
  opacity: 1;
  transition-delay: 0.1s;
}

.img-gallery-container > li:hover button {
  right: 0;
  opacity: 1;
  transition-delay: 0.1s;
}

.img-gallery-container > li:hover .content > a {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.1s;
}

@media screen and (max-width: 1100px) {
  .img-gal {
    height: 300px;
  }
}
@media screen and (max-width: 650px) {
  .img-gal {
    height: 225px;
  }
}
@media screen and (max-width: 480px) {
  .img-gal {
    height: 125px;
  }
}
.sn-gallery .template-btn {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.sn-gallery .template-btn:hover {
  color: white;
  background: #f28500;
}
.sn-gallery .portfolio-section {
  padding-top: 30px;
  transition: 1.3s;
  box-sizing: border-box;
  height: auto;
}
.sn-gallery .portfolio-tab ul {
  text-align: center;
  margin-top: 50px;
}
.sn-gallery .portfolio-tab ul li {
  color: #000;
  background: transparent;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #e30b5d;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 575.98px) {
  .sn-gallery .portfolio-tab ul li {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}
.sn-gallery .portfolio-tab ul li:hover {
  background: #e30b5d;
  color: #fff;
}
.sn-gallery .portfolio-tab ul .active {
  background: #e30b5d;
  color: #fff;
}
.sn-gallery .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.sn-gallery .portfolio-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
}
@media (max-width: 768px) {
  .sn-gallery .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 991px) {
  .sn-gallery .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sn-gallery .portfolio-grid .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  overflow: hidden;
}
.sn-gallery .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}
.sn-gallery .portfolio-bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  transform: scale(1);
}
.sn-gallery .portfolio:hover .portfolio-bg {
  transform: scale(1.2);
}
.sn-gallery .first .portfolio-bg {
  background-image: url("https://images.pexels.com/photos/267350/pexels-photo-267350.jpeg?cs=srgb&dl=accounts-applications-apps-267350.jpg&fm=jpg");
}
.sn-gallery .second .portfolio-bg {
  background-image: url("https://images.pexels.com/photos/1053687/pexels-photo-1053687.jpeg?cs=srgb&dl=art-art-materials-artwork-1053687.jpg&fm=jpg");
}
.sn-gallery .third .portfolio-bg {
  background-image: url("https://images.pexels.com/photos/6224/hands-people-woman-working.jpg?cs=srgb&dl=brainstorming-campaign-collaborate-6224.jpg&fm=jpg");
}
.sn-gallery .portfolio .label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sn-gallery .portfolio .label-bg {
  background: #232323;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1px;
}
.sn-gallery .portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 50px 20px;
}
.sn-gallery .portfolio:hover .label {
  opacity: 1;
  visibility: visible;
}
.sn-gallery .portfolio .text-category {
  display: block;
}
.sn-gallery .portfolio .template-btn {
  background: #e30b5d;
  border: 1px solid #e30b5d;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 500;
}

.sn-blog {
  padding-block: min(20vh, 2rem);
  width: min(76.5rem, 90%);
  margin-inline: auto;
  color: #111;
}
.sn-blog .card {
  border-radius: 28px;
}
.sn-blog h2 {
  text-transform: capitalize;
  letter-spacing: 0.025em;
  font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);
}
.sn-blog a {
  display: inline-block;
  text-decoration: none;
}
.sn-blog .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}
.sn-blog .container .card .box .icon .iconBox {
  background: #151515 !important;
}
.sn-blog .container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.sn-blog .container .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}
.sn-blog .container .card .calendar-style {
  position: absolute;
  bottom: -10px;
  left: -1px;
  z-index: 100;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 0 14px 0 14px;
}
.sn-blog .container .card .content {
  padding: 0.938rem 0.625rem;
	    height: 250px;
}
.sn-blog .container .card .content h3 {
font-size: clamp(1rem, 1rem + 0.4364vw, 1.4rem);
}
.sn-blog .container .card .content p {
  margin: 0.625rem 0 1.25rem;
  color: #565656;
}
.sn-blog .container .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: #292929;
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.sn-blog .container .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.sn-blog .container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
.sn-blog .container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sn-blog .container .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 4rem;
  height: 4rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}
.sn-blog .container .card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}
.sn-blog .container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.sn-blog .container .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: #282828;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.sn-blog .container .card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}

.blog-detay {
  padding: 0 40px;
}
.blog-detay h3 {
  padding-top: 5px;
  font-size: 1.2rem;
}
.blog-detay .imgBox {
  position: relative;
}
.blog-detay .calendar-style {
  position: absolute;
  bottom: -10px;
  right: 0;
  padding: 3px 6px;
  background-color: #fff;
  font-size: 0.93em;
  border-radius: 14px 0 0 0;
}
.blog-detay .card {
  border: none;
}

.section-ekibimiz {
  position: relative;
  padding: 5vh 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-ekibimiz {
    padding: 80px 20px;
  }
}
.section-ekibimiz .card {
  margin: 20px 0;
  border-radius: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.section-ekibimiz .card-body {
  padding: 20px;
  position: relative;
}
.section-ekibimiz .card-title {
  color: #2b9c4d;
  font-size: 1.4em;
  font-family: "Barlow", "Arial", "Roboto", sans-serif;
}
.section-ekibimiz .theme-button-2 {
  bottom: 20px;
  color: white;
  background: #2b9c4d;
}
.section-ekibimiz .theme-button-2:hover {
  color: white;
  background-color: #151515 !important;
}
.section-ekibimiz .theme-button-1 {
  bottom: 35px;
  border-radius: 0;
  background: #2b9c4d;
  color: white;
  border: none !important;
}
.section-ekibimiz .theme-button-1:hover {
  color: white;
  background-color: #151515 !important;
}
.section-ekibimiz .profile-img {
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.section-ekibimiz .unvan {
  font-size: 1.1em;
}
.section-ekibimiz .title-section {
  color: #151515 !important;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.section-ekibimiz .social-icons a {
  width: 25px;
  height: 25px;
}
.section-ekibimiz .social-icons i {
  color: #292929;
  border: 2px solid #292929;
  padding: 10px;
  border-radius: 50%;
}
.section-ekibimiz .social-icons i:hover {
  border: #292929;
  background-color: #292929;
  color: #fbfbfb !important;
}/*# sourceMappingURL=main.css.map */


.fbutton{
    opacity: 1;
    background: none;
    color: black;
    border: 1px solid;
    position: static;
    margin-bottom: 20px;
}

.blog p{
 text-align: justify;
}

.baslik:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: white;
    z-index: -1;
}

body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
