body {
  background-color: #f9f9eb;
}
.tracer-nav .navbar .navbar-nav .nav-item a {
  text-transform: capitalize;
}
.yenisosyal {
  position: absolute;
  z-index: 2;
  top: 185px;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  left: -215px;
  color: var(--theme-color1);
}
.yenisosyal span {
  white-space: nowrap;
  font-size: 20px;
  text-transform: uppercase;
}
.social-horizontal {
  width: 300px;
  height: 1px;
  background-color: var(--theme-color1);
  margin: 0 20px;
}
.yenisosyal .single-footer-widget {
  width: inherit !important;
}
.mudivitrin .yenisosyal .single-footer-widget .social-link li {
  margin-bottom: 0;
}
.mudivitrin .yenisosyal .single-footer-widget .social-link li a {
  background-color: transparent;
  width: 40px !important;
  transform: rotate(90deg);
  color: var(--theme-color1);
}
.mudivitrin .yenisosyal .single-footer-widget .social-link li a i,
.single-footer-widget .social-link li a svg {
  font-size: 23px;
  color: var(--theme-color1);
}
.mudivitrin .ana-thumbs .owl-stage {
  display: flex;
  justify-content: end;
  width: 100% !important;
}
.ana-thumbs {
  bottom: 54px;
}
.navbar-area {
  background-color: var(--theme-headerzemin);
}
/*.loadingsect section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 76px;
  background: url(/static/img/section-shape-top.webp) center top no-repeat;
}*/
/*.loadingsect section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 74px;
  background: url(/static/img/section-shape-bottom.webp) center bottom no-repeat;
}*/
section::after,
.mudivitrin:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0px;
  width: 100%;
  height: 140px;
  z-index: 9;
  background: url(/static/img/section-shape.webp) center bottom no-repeat;
}
/*.page-title-area:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 74px;
  z-index: 9;
  background: url(/static/img/section-shape-bottom.webp) center bottom no-repeat;
}*/
/*.cloud-img {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 74px;
  background: url(/static/img/section-shape-bottom.webp) center bottom no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}*/
/*.cloud-img2 {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 74px;
  background: url(/static/img/section-shape-top.webp) center bottom no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}*/
.flower1 {
  background: url(/static/img/flower1.webp) center bottom no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 504px;
  height: 592px;
  position: absolute;
  z-index: -1;
  transform: translateX(-100px) translateY(51px);
  animation: swayY 15s ease-in-out infinite;
}
.sect1 .flower1 {
  right: -17px;
  top: 19px;
  rotate: 119deg;
}
@keyframes swayY {
  0% {
    transform: translateX(0px) translateY(0px);
    rotate: 119deg;
  }

  50% {
    transform: translateX(100px) translateY(-50px);
    rotate: 108deg;
  }

  100% {
    transform: translateX(0px) translateY(0px);
    rotate: 119deg;
  }
}
.flower2 {
  background: url(/static/img/flower2.webp) center bottom no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 316px;
  height: 612px;
  position: absolute;
  z-index: -1;
  animation: sway2Y 35s ease-in-out infinite;
}
@keyframes sway2Y {
  0% {
    transform: translateY(0);
    rotate: 0deg;
  }

  25% {
    transform: translateY(250px);
    rotate: -8deg;
  }

  100% {
    transform: translateY(0);
    rotate: 0deg;
  }
}
.sect1 .flower2 {
  left: -17px;
  top: 19px;
}
.flower3 {
  background: url(/static/img/flower3.webp) center bottom no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 277px;
  height: 328px;
  position: absolute;
  z-index: -1;
  /*animation: swayY 35s ease-in-out infinite;*/
  rotate: 100deg;
}
.sect2 .flower3 {
  right: -17px;
  top: 19px;
}
.iconmudi {
  width: 190px;
  height: 175px;
  position: relative;
  display: table;
  margin: 0px auto;
}
.iconmudi img {
  width: 50%;
  position: relative;
  z-index: 2;
}
.iconmudi svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 190px;
  height: 175px;
  color: #ffffff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.sect1 .blogbox {
  display: flex;
  justify-content: center;
}
.blogbox:hover .iconmudi svg {
  color: var(--theme-color2);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  transform: rotateY(180deg);

  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blogbox > a {
  width: 100%;
}
.sect1 .shape1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  top: 0;
  display: flex;
  align-items: center;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.sway__animation {
  animation: 3s linear 0s infinite alternate none running sway;
}

@keyframes sway {
  0% {
    transform: translate(-20px);
  }

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

.cardozel .contentposition {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
}
.cardozel.blogbox h3 {
  font-size: 28px;
  font-weight: 400;
}
.cardozel.blogbox .contyazi {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 29px;
}
.cardozel.blogbox .scubafiyat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 18px 18px 18px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}
.cardozel.blogbox .image {
  background: #000000;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  height: 100%;
}
.cardozel.blogbox h3 {
  color: #fff;
  text-shadow: 4px 1px 5px #000;
}
.cardozel.blogbox h2 {
  text-shadow: 4px 1px 10px #111111;
  width: 41%;
}
.cardozel.blogbox p {
  color: #fff;
  font-size: 20px;
  text-shadow: 4px 1px 5px #000;
  padding-bottom: 3px;
  font-weight: 300;
}
.cardozel.blogbox .scubafiyat p:first-child {
  border-bottom: 2px solid #fff;
  font-size: 28px;
  font-weight: 600;
}
.cardozel.blogbox .scubafiyat p:first-child span {
  font-weight: 300;
}
.cardozel.dalga .image:before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0.8))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.2) 80%
  );
}
.cardozel {
  height: 480px;
  border-radius: 50px;
  overflow: hidden;
}
.cardozel .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.sol .banner-item-content {
  margin-left: 110px;
}
.rakam .ana-thumbs .owl-item .item {
  background: #ffffffde;
}
.rakam .ana-thumbs .owl-item .item.active {
  background: var(--theme-color1);
  color: #fff;
}
p,
ul,
ul li {
  color: #000000;
}
.analysis-form {
  background: transparent;
}
.analysis-form label {
  color: #000000;
}
.analysis-form .form-control {
  background-color: transparent;
  border: 1px solid var(--theme-color1);
}
.single-footer-widget .social-link li a {
  background-color: inherit;
  color: inherit;
}
h1,
h2,
h3 {
  font-weight: 600;
}

h4,
h5,
h6 {
  font-weight: 400;
}
body .page-title-area {
  background-color: #ffffff;
}
.sectbaslik svg {
  color: #bec27e;
  width: 405px;
  height: 24px;
}
.navbar-area .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.tracer-nav .navbar .navbar-nav .nav-item a svg {
  padding: 28px 0;
}
.black-logo {
  max-width: 160px;
  padding: 0px;
}
.services-details-info .download-file {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background-color: #ffffffbd;
}
.services-details-info .download-file ul li a {
  font-weight: 600;
}
.page-title-content ul li {
  font-weight: 500;
}
.is-sticky .tracer-nav .navbar .navbar-nav .nav-item a svg {
  padding: 14px 0;
}
.is-sticky .black-logo {
  max-width: 87px;
}
.services-details-info .download-file h3 {
  margin-left: 19px;
  text-transform: uppercase;
}
.sect2 img {
  border-radius: 0px 250px 0px 250px;
}
.bcard14 .overlay1::before {
  border-left: 1px solid #bec27e;
  border-top: 1px solid #bec27e;
}
.bcard14 .overlay1::after {
  border-right: 1px solid #bec27e;
  border-bottom: 1px solid #bec27e;
}
.bcard14 .icon1 {
  rotate: -15deg;
  width: 84px;
  height: 84px;
  right: 0px;
  top: 0px;
}
.bcard14 {
  box-shadow: inherit;
}
.iletdiv {
  background: #ffffffa1 !important;
}
.page-title-content ul {
  position: relative;
  z-index: 10;
}
.mean-container .mean-nav ul li {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .yenisosyal {
    display: none;
  }
  .d-table2 .banner-item-content {
    align-items: end;
    padding: 0px !important;
    margin-bottom: 57px;
  }
  .banner-item-content > div {
    padding: 10px;
  }
  .sectbaslik svg {
    width: 300px;
  }
  .flower1 {
    width: 252px;
    height: 296px;
  }
  .flower2 {
    display: none;
  }
  .iconmudi svg,
  .iconmudi {
    width: 160px;
    height: 154px;
  }
  .flower3 {
    display: none;
    /*width: 193px;
    height: 229px;*/
  }
  .bcard14 .icon1 {
    width: 60px;
    height: 60px;
  }
  body .bcard14 .overlay1::before {
    left: 0px;
    top: 0px;
    height: calc(100% - (0px));
  }
  body .bcard14 .overlay1::after {
    right: 0px;
    bottom: 0px;
    width: calc(100% - (0px));
  }
  body .blogbox .content {
    padding: 14px;
  }
  section.page-title-area::after {
    height: 70px;
  }
}
