/* Yuvarlak  */

.ball-bg-1 {
  background-image: url(../../assets/images/bg/bg-1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.ball-bg-2 {
  background-image: url(../../assets/images/bg/bg-2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.ball-bg-3 {
  background-image: url(../../assets/images/bg/bg-3.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.ball-bg-4 {
  background-image: url(../../assets/images/bg/bg-4.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.ball-bg-5 {
  background-image: url(../../assets/images/bg/bg-5.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.ball-bg-6 {
  background-image: url(../../assets/images/bg/bg-6.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Yuvarlak  */

/* Container  */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1900px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* Container  */

/* Arka Plan  */

.background-color-div {
  background: linear-gradient(105deg, #f3f4f6 0, #ecfffa 97.66%);
}

.border-div {
  border-bottom: 1px solid #eeeeee;
}

/* Arka Plan  */

/* Radius */

.radius {
  border-radius: 30px;
  width: 100%;
}

.sec-title__tagline-fast {
  margin-bottom: 10px;
}

/* Radius */

/* Play */

.gorsel {
  position: relative;
  display: inline-block;
}

.video-icon {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
a.btn-default.rounded-player,
button.btn-default.rounded-player,
div.btn-default.rounded-player {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  display: inline-block;
}
a.btn-default.rounded-player.border:hover,
button.btn-default.rounded-player.border:hover,
div.btn-default.rounded-player.border:hover {
  background-color: var(--serenta-base);
  border-color: var(--serenta-base) !important;
  background: var(--serenta-base);
}
a.btn-default.rounded-player.border,
button.btn-default.rounded-player.border,
div.btn-default.rounded-player.border {
  background-image: inherit;
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
}
a.btn-default.rounded-player.border:hover i {
  color: #ffffff;
}

/* Play */

/* Menü */

.mobile-nav__content .mega-menu-list .list-text a {
      display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--serenta-white, #fff);
    font-size: 12px;
    font-family: var(--serenta-font);
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    letter-spacing: var(--serenta-letter-space, 0.1em);
    align-items: center;
    transition: 500ms;
    padding: 0;
}
.mobile-nav__content .mega-menu-list .list:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--serenta-white-rgb), 0.1);
}
.mega-menu-list .list-text {
  position: relative;
}

.mega-menu-list .list-text a {
  font-size: 15px;
  line-height: 26px;
  color: var(--serenta-text, #838790);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
}
.mega-menu-list .list-text:hover > a {
  background-color: var(--serenta-primary, #0e0b06);
  color: var(--serenta-white, #fff);
}
.mega-menu-list .list-text a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--serenta-white, #fff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.mega-menu-list .list-text:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.point-pulse {
  height: 18px;
  width: 18px;
  border: 2px solid white;
  background-color: #6dc7b7;
}
.absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.rounded-full {
  border-radius: 999px;
}

/* Menü */

/* Dil*/

.main-header--two .language-dropdown .dropdown-toggle::after{
      color: #ffffff;
}

.main-header--two.sticky-header.active .language-dropdown .dropdown-toggle::after{
color: #0e0b06;
}

.language-dropdown .btn-transparent img{
  border-radius: 5px;
    width: 36px;
    height: 20px;
}

.language-dropdown .dropdown-menu {
    min-width: 80px;
    border: none;
    margin-top: 5px !important;
}

.language-dropdown .dropdown-item img {
    border-radius: 5px;
    width: 36px;
    height: 20px;
}

.language-dropdown .dropdown-item.active, .dropdown-item:active{
  background-color: #d9d9d9;
}

/* Dil*/

/* Slider */
.serentaslider {
  margin: 0px 0 0 0;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.serentaslider video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.serentaslider iframe {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.serenta-slider-content {
  z-index: 1;
  top: 120px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding: 40px;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
.serenta-slider-content span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.serenta-slider-content h2 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  color: #be1f4f;
  font-weight: 600;
  font-size: 70px;
}
.serenta-slider-content p {
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.serenta-slider-content a.sliderbuton {
  width: 300px;
  margin: 0 auto;
  padding: 13px 40px;
  background: rgb(39 201 155);
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: var(--serenta-white, #fff);
  font-size: 16px;
  font-weight: 600;
  transition: 500ms;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.serenta-slider-content a.sliderbuton:hover {
  background: #be1f4f;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.serenta-slider-content span,
.serenta-slider-content p {
  position: relative;
  z-index: 2;
}

.serenta-slider-content .baslik1 {
  float: left;
  width: 100%;
  font-size: 34px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.serenta-slider-content .baslik2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 125px;
  font-weight: 900;
  color: #ffee00;
}

.serenta-slider-content .baslik3 {
  float: left;
  width: 100%;
  font-size: 34px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.serenta-slider-content .baslik4 {
  float: left;
  width: 100%;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.serenta-slider-content .baslik5 {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.serenta-contentalan {
  width: 100%;
  margin: 40px auto 40px auto;
  position: relative;
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .serenta-slider-content {
    padding: 15px;
    text-align: center;
    top: 140px;
  }
  .serenta-contentalan {
    width: 100%;
    padding: 0 20px;
    margin: 15px auto 0 auto;
  }
  .serenta-slider-content .baslik1 {
    font-size: 20px;
  }
  .serenta-slider-content .baslik2 {
    font-size: 80px;
  }
  .serenta-slider-content .baslik3 {
    font-size: 22px;
  }

  .serenta-slider-content .baslik4 {
    font-size: 17px;
    width: 100%;
  }
  .serenta-slider-content .baslik5 {
    font-size: 16px;
    width: 100%;
  }
  .serenta-contentalan .contentgorsel {
    width: 65px;
  }
  .serenta-contentalan::after {
    margin-top: 52px;
  }
}

/* Slider */

/* Hizmet */

.category-card.style-one {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
}
.category-card.style-one .category-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 50px;
  background-color: #f3f4f6;
  padding: 15px;
}
.category-card.style-one:hover {
  background-color: var(--serenta-base, #27c99b);
}
.category-card.style-one:hover h5 {
  color: #ffffff;
}
.category-card.style-one:hover .category-icon {
  background-color: #ffffff;
}

/* Hizmet */

/* Before & After */

#before-after-homepage .before-after-card {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  float: left;
  position: relative;
}

#before-after-homepage .before-after-card .before-after-img-1,
#before-after-homepage .before-after-card .before-after-img-2 {
  float: left;
  width: 100%;
  border-radius: 30px;
}

#before-after-homepage .before-after-card .tedavi {
  margin: 30px 0 0 0px;
  padding: 15px;
  background-color: #f3f4f6;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 30px;
}
#before-after-homepage .before-after-card .tedavi .icon {
  width: 20px;
  height: 20px;
  overflow: hidden;
}
#before-after-homepage .before-after-card .tedavi span {
  font-size: 16px;
  color: #0e0b06;
  font-weight: 500;
}

#before-after-homepage .before-after-card .bayrak {
  margin-top: 30px;
}

#before-after-homepage .before-after-card .bayrak img {
  width: 57px;
  height: 57px;
  object-fit: contain;
}

/* Before & After */

/* Video */

.video-carousel .owl-item {
  transition: all 0.5s ease;
  transform: scale(0.7) translateZ(-200px) rotateY(25deg);
  opacity: 0.4;
  z-index: 1;
}

.video-carousel .owl-item.center {
  transform: scale(1) translateZ(0) rotateY(0deg);
  opacity: 1;
  z-index: 5;
}

.video-carousel .owl-item.center + .owl-item {
  transform: scale(0.8) translateZ(-120px) rotateY(-20deg);
  opacity: 0.7;
  z-index: 3;
}

.video-carousel .owl-item:has(+ .center) {
  transform: scale(0.8) translateZ(-120px) rotateY(20deg);
  opacity: 0.7;
  z-index: 3;
}

/* Video */

/* Yorum */
.yorum-card {
  position: relative;
}

.yorum-card .testimonial-content-wrap.ic-sayfa {
  background: linear-gradient(105deg, #ededed 0, #ecfffa 97.66%) !important;
}
.yorum-card .testimonial-content-wrap.ic-sayfa .quote {
  fill: rgba(var(--serenta-primary-rgb), 0.1);
}

.testimonial-content-wrap-yorum-yazi {
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px;
  height: 250px !important;
}

.yorum-card .testimonial-content-wrap {
  padding: 35px 40px;
  background-image: url(../../assets/images/yorum-arka-plan.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../../assets/images/yorum-arka-plan.png);
  mask-image: url(../../assets/images/yorum-arka-plan.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: right;
  mask-position: right;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .yorum-card .testimonial-content-wrap {
    background-position: top right;
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .yorum-card .testimonial-content-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .yorum-card .testimonial-content-wrap {
    background-position: top right;
  }
}
@media (max-width: 576px) {
  .yorum-card .testimonial-content-wrap {
    -webkit-mask-image: unset;
    mask-image: unset;
    background-position: top left;
    padding: 30px 20px;
    border-radius: 15px;
  }
}
.yorum-card .testimonial-content-wrap .author-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .yorum-card .testimonial-content-wrap .author-area {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .yorum-card .testimonial-content-wrap .author-area {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.yorum-card .testimonial-content-wrap .author-area .author-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.yorum-card .testimonial-content-wrap .author-area .author-content {
  line-height: 1;
}
.yorum-card .testimonial-content-wrap .author-area .author-content h5 {
  color: var(--serenta-black);

  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .yorum-card .testimonial-content-wrap .author-area .author-content h5 {
    font-size: 20px;
  }
}
.yorum-card .testimonial-content-wrap .author-area .author-content span {
  color: rgb(39 201 155);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.yorum-card .testimonial-content-wrap > span {
  color: var(--serenta-black);

  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .yorum-card .testimonial-content-wrap > span {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .yorum-card .testimonial-content-wrap > span {
    margin-bottom: 10px;
  }
}
.yorum-card .testimonial-content-wrap p {
  color: var(--serenta-black);

  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .yorum-card .testimonial-content-wrap p {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .yorum-card .testimonial-content-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .yorum-card .testimonial-content-wrap p {
    font-size: 20px;
  }
}
.yorum-card .testimonial-content-wrap .quote {
  fill: #f3f4f6;
  position: absolute;
  top: 45px;
  right: 28%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .yorum-card .testimonial-content-wrap .quote {
    width: 60px;
  }
}
@media (max-width: 576px) {
  .yorum-card .testimonial-content-wrap .quote {
    display: none;
  }
}
.yorum-card .video-player {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--serenta-base, #27c99b);
  border: 1px solid var(--serenta-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 45px;
}
.yorum-card .video-player svg {
  fill: var(--serenta-white);
}
@media (max-width: 576px) {
  .yorum-card .video-player {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .yorum-card .video-player svg {
    width: 10px;
  }
}

#yorum-yazi-homepage .section-title.three {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  #yorum-yazi-homepage .section-title.three {
    display: block;
  }
}
#yorum-yazi-homepage .section-title.three > span {
  margin-bottom: 0;
  background-color: var(--serenta-white);
  border-color: #d9d9d9;
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #yorum-yazi-homepage .section-title.three > span {
    margin-bottom: 15px;
  }
}
#yorum-yazi-homepage .section-title.three .title-and-content {
  margin-top: -10px;
}
#yorum-yazi-homepage .rating-area {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 30px;
  background-color: var(--serenta-white);
  border-radius: 30px;
}
@media (max-width: 576px) {
  #yorum-yazi-homepage .rating-area {
    padding: 14px 18px;
    border-radius: 10px;
  }
}
#yorum-yazi-homepage .rating-area .review span {
  color: var(--serenta-black);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
#yorum-yazi-homepage .rating-area .review svg {
  fill: var(--serenta-black);
}
#yorum-yazi-homepage .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 2px;
}
#yorum-yazi-homepage .rating-area .rating .star li i {
  color: #e62415;
  font-size: 12px;
}
#yorum-yazi-homepage .section-title.three p {
  max-width: 424px;
  width: 100%;
  margin-left: 100px;
  padding-top: 15px;
}
#yorum-yazi-homepage .rating-area .rating span {
  color: var(--serenta-black);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* Yorum */

/* Adimlar */

img {
  max-width: 100%;
}

.serenta-adimlar-choose-sec .serenta-adimlar-image-box {
  padding-left: 30px;
  margin-right: -130px;
}
@media (max-width: 1650px) {
  .serenta-adimlar-choose-sec .serenta-adimlar-image-box {
    margin-right: -80px;
  }
}
@media screen and (max-width: 1199.98px) {
  .serenta-adimlar-choose-sec .serenta-adimlar-image-box {
    margin-right: 0;
  }
}

.serenta-adimlar-iconic-box-two {
  background-color: var(--serenta-white);
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.serenta-adimlar-iconic-box-two .content h6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  margin-bottom: 25px;
}
.serenta-adimlar-iconic-box-two .content h6 i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: #27c99b;
  color: var(--serenta-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 20px;
  line-height: 1;
}
.serenta-adimlar-iconic-box-two:hover {
  border-color: #27c99b;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1650px) {
  .serenta-adimlar-iconic-box-two {
    padding: 30px 25px 23px;
  }
}

/* Adimlar */

/* Sss */

.faq-one__accordion {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 0 40px;
}
.faq-one__accordion .accrodion:first-child {
  border-top: none;
}
.faq-one__accordion .accrodion {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

/* Sss */

/* Footer */

.fancy-banner-three {
  background: linear-gradient(105deg, #f3f4f6 0, #ecfffa 97.66%);
}
.fancy-banner-three h2 {
  font-size: 90px;
  line-height: 1.111em;
  letter-spacing: -4px;
  font-weight: 700;
}
.fancy-banner-three h2 span {
  color: var(--serenta-base, #27c99b);
}
.fs-24 {
  font-size: 24px;
}
.footer-one {
  padding-top: 120px;
}
.footer-one .footer-intro h3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15625em;
  letter-spacing: -1px;
}
.footer-one .footer-intro form {
  height: 70px;
  margin-top: 50px;
}
.footer-one .footer-intro form input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background: #fff;
  padding: 0 70px 0 20px;
  font-size: 20px;
  color: #0e0b06;
}
.footer-one .footer-intro form input::-moz-placeholder {
  color: #0e0b06;
}
.footer-one .footer-intro form input::placeholder {
  color: #0e0b06;
}
.footer-one .footer-intro form button {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 60px;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: inherit;
}
.footer-one .footer-nav-link a {
  font-weight: 500;
  color: #0e0b06;
  line-height: 50px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 18px;
}
.footer-one .footer-nav-link a:hover {
  color: #27c99b;
}
.footer-one .footer-contact .tel {
  font-size: 24px;
  color: #0e0b06;
  margin: 30px 0 60px;
  display: block;
}
.footer-one .footer-contact .tel:hover {
  text-decoration: underline;
}
.footer-one .footer-contact .social-icon {
  margin: 0 -5px;
}
.footer-one .footer-contact .social-icon li {
  padding: 0 5px;
}
.footer-one .footer-contact .social-icon li a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e0b06;
  font-size: 22px;
  transition: all 0.3s ease-in-out 0s;
}
.footer-one .footer-contact .social-icon li a:hover {
  background: #27c99b;
  border-color: #27c99b;
  color: #fff;
}
.footer-one .bottom-footer {
  margin-top: 60px;
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-one .bottom-footer ul {
  margin: 0 -4px;
}
.footer-one .bottom-footer ul li {
  margin: 0 4px;
}
.footer-one .bottom-footer ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #0e0b06;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .bottom-footer ul li a:hover {
  color: #27c99b;
}
.footer-one .bottom-footer p {
  font-size: 18px;
}
.footer-one .bottom-footer p span {
  font-weight: 700;
}
.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fs-18 {
  font-size: 18px;
}

/* Footer */

/* İnstagram */

.instagram-block_one {
  position: relative;
}

.instagram-block_one-inner {
  position: relative;
}

.instagram-block_one-image {
  position: relative;
}
.instagram-block_one-image {
  position: relative;
}

.instagram-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
}

.instagram-block_one-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.instagram-block_one-overlay:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  background-color: rgb(39 201 155);
}

.instagram-block_one-inner:hover .instagram-block_one-overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.instagram-block_one-icon {
  position: relative;
  font-size: 40px;
}

/* İnstagram */

/* Breadcrumb Form */

.inner-banner-two .analysis {
  height: 70px;
  align-items: center;
  margin: 20px 0 0;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  display: flex;
  border-radius: 100px;
  padding: 0;
}
.inner-banner-two .analysis .left {
  display: flex;
  flex: 1;
}
.inner-banner-two .analysis .item {
  position: relative;
}

.inner-banner-two .analysis .item:last-child {
  max-width: 550px;
}
.inner-banner-two .analysis .item:first-child .input-group-meta {
  border-radius: 10px 0 0 10px;
}
.inner-banner-two .analysis .input-group-meta {
  border: 0;
  background-color: transparent;
  padding: 5px 40px;
}
.input-group-meta {
  width: 100%;
  font-size: 15px;
}
.inner-banner-two .analysis .right {
  max-width: 180px;
}
.inner-banner-two .analysis .left .item,
.inner-banner-two .analysis .right {
  flex: 1;
}
.inner-banner-two .analysis .btn {
  width: calc(100% - 10px);
  height: 60px;
  border: 0;
  text-transform: uppercase;
  color: white;
  padding: 0;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 30px;
  background-color: #0e0b06;
  font-size: 16px;
}

@media (max-width: 991px) {
  .mobile-nav__content .dropdown-toggle::after{
    display: none;
  }
  .inner-banner-two .analysis {
    height: auto;
    padding: 10px 0 0;
    display: block;
    border-radius: 30px;
  }
  .inner-banner-two .analysis .left {
    display: block;
  }
  .inner-banner-two .analysis .input-group-meta {
    height: 50px;
    padding: 5px 20px 0;
  }
  .inner-banner-two .analysis .right {
    max-width: 100%;
    background: #fff;
    padding: 30px 15px 30px;
    border-radius: 0 0 40px 40px;
  }
  .inner-banner-two .analysis .item::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e4e4e4;
  }
  .inner-banner-two .analysis .btn {
    height: 40px;
  }
  .inner-banner-two .analysis .formcontrol {
    height: 50px;
    padding: 5px 0px 15px;
  }
}
@media (min-width: 1000px) {
  .breadcrumb-form {
    position: absolute;
    width: 100%;
  }
  .inner-banner-two .analysis {
    margin: 30px 0 0;
  }
  .inner-banner-two .analysis .item:first-child::before {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .inner-banner-two .analysis .item:first-child::before {
    background: #e0e0e0;
  }
}
.inner-banner-two {
  position: relative;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
}
.input-group-meta {
  width: 100%;
  font-size: 16px;
}
.form-group {
  display: inline-block;
}
.contact-one__form .bootstrap-select > .dropdown-toggle:focus,
.contact-one__form input[type="text"]:focus,
.contact-one__form input[type="email"]:focus,
.contact-one__form textarea:focus {
  border-color: var(--serenta-base, #27c99b);
}
input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
.serenta-breadcrumb-p {
  color: #ffffff;
}

.inner-banner-two .analysis .btn:hover {
  background-color: var(--serenta-base, #27c99b);
}

/* Breadcrumb Form */

/* Facebook Trustpilot */

.rating-1-wrapper.text-center {
  padding: 0 16%;
}
.rating-title {
  text-align: center;
}

.rating-title h5,
.rating-title h6 {
  margin-bottom: 0;
}

.rbox-1-img {
  margin-bottom: 15px;
}

.rbox-1-img img {
  width: auto;
  max-width: inherit;
  max-height: 35px;
}

.rbox-1 .star-rating {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  vertical-align: inherit;
  background-color: #ffffff;
  padding: 10px 30px;
}

.rbox-1 .star-rating span {
  position: relative;
  color: #ffb30c;
}

.rbox-1 .star-rating.ico-15 [class*="fa-"]:after,
.rbox-1 .star-rating.ico-15 [class*="fa-"]:before {
  font-size: 0.9rem;
}

.r-100 {
  border-radius: 100px;
}
.block--border {
  border: 1px solid #e9e9e9;
}
.block--shadow {
  box-shadow: 0 4px 12px 0 #0505050d;
}
hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(206, 211, 246, 0),
    rgb(187, 187, 187) 38%,
    rgb(153, 153, 153) 64%,
    rgba(206, 211, 246, 0) 99%
  );
  opacity: 0.4;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 0px;
}
/* Facebook Trustpilot */
@media (max-width: 991px) {
  .page-header__title,
  .footer-one .footer-intro h3,
  .fancy-banner-three h2 {
    font-size: 50px;
    line-height: 1.1;
  }
  .footer-one {
    padding-top: 80px;
  }
  .footer-one .bottom-footer {
    margin-top: 40px;
    padding: 40px 0;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .contact-two .contact-one__form {
    padding: 30px;
  }
  .contact-two__info {
    padding: 30px;
  }
  #yorum-yazi-homepage .section-title.three p {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
  }
  #yorum-yazi-homepage .section-title.three .title-and-content {
    margin-top: 30px;
  }
  .yorum-card .testimonial-content-wrap > span {
    font-size: 20px;
    line-height: 1.5;
  }
  .yorum-card .testimonial-content-wrap p {
    font-size: 20px;
    line-height: 1.5;
  }
  .rating-1-wrapper.text-center {
    padding: 0;
  }
  #rb-1-2,
  #rb-1-1 {
    margin-bottom: 40px;
  }
  .faq-one__accordion {
    padding: 0 30px;
  }
  .faq-one__accordion .accrodion-title h4,
  .faq-one__accordion .accrodion-content p {
    font-size: 20px;
    line-height: 1.5;
  }
  .service-two__tab {
    margin-bottom: 0px;
  }
  .tabs-box .mb-5 {
    margin-bottom: 30px !important;
  }
  .main-header__logo img {
    padding: 10px;
    height: 100px;
    width: 100%;
  }
  .about-images {
    max-width: 100% !important;
    margin: 0 0 50px 0 !important;
  }
  .about-image img {
    max-width: 100% !important;
    aspect-ratio: 1 / 1.3 !important;
    object-fit: contain !important;
  }
  .our-approach-image {
    max-width: 100% !important;
    padding-right: 120px !important;
    margin: 0 auto !important;
  }
  .our-approach-img-1 img {
    aspect-ratio: 1 / 1.65 !important;
  }
  .our-approach-img-2 {
    max-width: 190px !important;
    border-width: 5px !important;
  }
  .approach-explore-more-circle {
    position: absolute !important;
    top: 15px !important;
    right: 10px !important;
  }
  .our-approach-content {
    margin-bottom: 30px !important;
  }
  .approach-explore-more-circle img {
    max-width: 100px !important;
  }
  .contact-us-image figure img{
    aspect-ratio: 1 / 1.2878;
  }

  .contact-info-items-list{
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
    gap: 20px !important;
    padding: 30px !important;
  }

  .contact-info-item{
    width: 100% !important;
  }

  .contact-info-item-content h2{
    font-size: 18px;
  }
  .contact-image-box, .page-contact-us .contact-form {
        width: 100% !important;
        
    }
    .page-contact-us .contact-form {
      padding: 30px!important;
    }
}

/* Hakkımızda  */

  .about-us{
  position: relative;
}

.about-images{
  position: relative;
  text-align: center;
  margin: 20px 0px 20px 0;
  padding-left: 20px;
}

.about-images::before{
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #27c99b 50%, transparent 50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.about-images::after{
  content: '';
  position: absolute;
  top: -19px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../../assets/images/hakkimizda/about-img-bg-shape.png') no-repeat;
  background-position: left top;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.about-image{
  position: relative;
  z-index: 1;
}

.about-image figure{
  display: block;
}

.about-image img{
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
  aspect-ratio: 1 / 1.613;
  object-fit: cover;
}

.about-image-title{
  position: absolute;
  top: 0;
  right: 40px;
  transform: rotate(-180deg);
    writing-mode: vertical-rl;
  height: 100%;
  align-content: center;
}

.about-image-title h2{
  font-size: 5.625vw;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  background: #d9d9d9;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
  color: #faf9fa;
  cursor: none;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.about-images:hover .about-image-title h2{
  color: #27c99b;
}

.about-us-content{
  margin-left: 15px;
}

.about-content-body{
  margin-bottom: 40px;
}

.about-benefit-item{
  display: flex;
  margin-bottom: 24px;
}

.about-benefit-item:last-child{
  margin-bottom: 0;
}

.about-benefit-item .icon-box{
  position: relative;
  margin-right: 20px;
}

.about-benefit-item .icon-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #27c99b;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.about-benefit-item .icon-box img{
  position: relative;
  max-width: 60px;
  z-index: 1;
}

.about-benefit-item-content{
  width: calc(100% - 80px);
}

.about-benefit-item-content h3{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-benefit-item-content p{
  margin: 0;
}

.our-approach-body{
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 6px 4px 64px 0px #0000001A;
}

.mission-vision-item{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.mission-vision-item:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.mission-vision-item h3{
  font-size: 20px;
  text-transform: capitalize;
  color: #27c99b;
  margin-bottom: 10px;
  font-weight: 700;
}

.mission-vision-item p{
  margin: 0;
}

.our-approach-image{
  position: relative;
  padding-right: 222px;
  margin-left: 15px;
}

.our-approach-img-1 figure,
.our-approach-img-2 figure{
  display: block;
}

.our-approach-img-1 img,
.our-approach-img-2 img{
  width: 100%;
  object-fit: cover;
}

.our-approach-img-1 figure{
  border-radius: 999px;
}

.our-approach-img-1 img{
  aspect-ratio: 1 / 1.796;
  border-radius: 999px;
}

.our-approach-img-2{
  max-width: 364px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid #ffffff;
  border-radius: 999px;
  overflow: hidden;
  z-index: 1;
}

.our-approach-img-2 img{
  width: 100%;
  aspect-ratio: 1 / 1.291;
}

.approach-explore-more-circle{
  position: absolute;
  top: 30px;
  right: 20px;
}

.approach-explore-more-circle a{
  display: block;
  border-radius: 50%;
}

.approach-explore-more-circle img{
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
  from{
    transform: rotate(0deg);
    }
  to{
    transform: rotate(360deg);
  }
}
.our-approach-img-2 .image-anime{
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* Hakkımızda  */

/* WhatsApp  */

.action-bar {
  max-width: 600px;
  border-radius: 100px;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  bottom: 20px;
  position: fixed;
  width: calc(100% - 20px);
  left: 10px;
  right: 10px;
  margin: 0 auto;
  height: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  transition: 0.3s ease all;
  overflow: hidden;
  background-color: transparent;
}

.action-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 10px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.action-button img {
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.action-button.left {
  color: #fff;
  background: #033914;
}

.action-button.right {
  color: #fff;
  background: #25d366;
}

 @media (max-width: 991px) {
  .action-bar{
    max-width: 100%;
    width: 100%;
    bottom: -1px;
    left: 0px;
    right: 0px;
    display: block;
    border-radius: 0;
  }
 }

/* WhatsApp  */

/* Konsültasyon  */

.contact-image-form-box {
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 6px 4px 64px 0px #0000001a;
}

.contact-image-box {
  position: relative;
  width: 48%;
}

.contact-us-image {
  height: 100%;
}

.contact-us-image figure {
  position: relative;
  display: block;
  height: 100%;
}

.contact-us-image figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1.2878;
  object-fit: cover;
}

.contact-info-items-list {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #ffffff1a;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 30px;
}

.contact-info-item {
  position: relative;
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-info-item .icon-box {
  position: relative;
  width: 50px;
  height: 50px;
  background: #27c99b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.contact-info-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0b06;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.contact-info-item:hover .icon-box::before {
  transform: scale(1);
}

.contact-info-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.contact-info-item .contact-info-item-content {
  width: calc(100% - 65px);
}

.contact-info-item-content h2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

.contact-info-item-content p {
  color: #ffffff;
  margin: 5px 0 0 0;
}

.contact-info-item-content p a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.contact-info-item-content p a:hover {
  color: #ffffff;
}

.page-contact-us .contact-form {
  width: 52%;
  align-content: center;
  padding: 3.125vw;
}

.contact-form .section-title h2 {
  font-size: 30px;
}

.contact-form label {
  font-size: 16px;
  font-weight: 500;
  color: #0e0b06;
  margin-bottom: 15px;
}

.contact-form form .form-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #0e0b06;
  background-color: #f3f4f6;
  border: none;
  border-radius: 30px;
  padding: 18px 24px;
  outline: none;
  box-shadow: none;
}

.contact-form form .form-control::placeholder {
  color: #0e0b06;
  opacity: 50%;
}

/* Konsültasyon  */

  .hizmet__detay__h2{
    font-family: var(--serenta-heading-font);
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  @media (max-width: 991px) {
  .hizmet__detay__h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .bc-04-wrapper {
        padding: 30px !important;
    }
      .hizmet__detay__h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .bc-4-img {
     transform: rotate(0deg) !important;
         margin: 0px !important;
  }
}

.bc-4-img {
    transform: rotate(3deg);
        margin: -20px 0px;
}
.bc-04-wrapper {
    border: 1px solid #d9d9d9;
    padding: 0px 0px 0px 60px;
}
@media (min-width: 1200px) {
    .mobil-dil {
        display: none !important;
    }
    .masaustu-dil{
      display: block;
    }
}