.designBellardo {
  position: relative;
}
@media (max-width: 767px) {
  .designBellardo {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
.designBellardo__inner {
  position: relative;
  min-height: 763px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1599px) {
  .designBellardo__inner {
    min-height: 526px;
  }
}
@media (max-width: 1279px) {
  .designBellardo__inner {
    min-height: 380px;
  }
}
.designBellardo__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 1279px) {
  .designBellardo__content {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .designBellardo__content {
    flex-direction: column;
  }
}
.designBellardo__text {
  background-color: rgba(248, 247, 246, 1);
  padding: 70px;
  max-width: 869px;
  margin-left: auto;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1599px) {
  .designBellardo__text {
    padding: 30px;
    max-width: 700px;
  }
}
@media (max-width: 1279px) {
  .designBellardo__text {
    max-width: 473px;
    padding: 32px;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .designBellardo__text {
    margin-top: -14px;
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
  }
}
.designBellardo__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1279px) {
  .designBellardo__name {
    font-size: 16px;
    line-height: 20px;
  }
}
.designBellardo__dol {
  color: rgba(27, 25, 34, 0.5);
}
.designBellardo__icon {
  margin: 10px 0;
}
@media (max-width: 1279px) {
  .designBellardo__icon {
    width: 13px;
  }
}
@media (max-width: 767px) {
  .designBellardo__icon {
    margin: 8px 0;
  }
}
.designBellardo .picture {
  width: 850px;
  height: 620px;
  position: absolute;
  top: 2px;
  right: calc(29% + 116px);
}
@media (max-width: 1599px) {
  .designBellardo .picture {
    right: calc(50% + 21px);
    width: 662px;
    height: 440px;
  }
}
@media (max-width: 1279px) {
  .designBellardo .picture {
    width: 509px;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .designBellardo .picture {
    width: calc(100% + 16px);
    height: auto;
    position: relative;
    left: 0px;
    right: auto;
    padding-top: 65.641025641%;
  }
}
.designBellardo .picture img {
  object-fit: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designBellardo p + p {
  margin-top: 10px;
}
@media (max-width: 1279px) {
  .designBellardo p + p {
    margin-top: 5px;
  }
}
.designBellardo .caption {
  margin-left: auto;
}
@media (max-width: 767px) {
  .designBellardo .caption {
    order: -1;
  }
}
.designBellardo .btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 100%;
  bottom: 84px;
}
@media (max-width: 1279px) {
  .designBellardo .btn {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .designBellardo .btn {
    position: relative;
    right: -16px;
    margin-left: auto;
    transform: translateY(calc(100% + 16px));
    margin-top: -53px;
  }
}



.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 845px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

picture {
  position: relative;
  display: block;
}
picture img {
  position: relative;
}

div::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
  left: 5px;
}
div::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 10px;
}
div {
  scrollbar-color: rgba(255, 255, 255, 0.33) transparent;
  scrollbar-width: thin;
}
section {
  padding: 64px 0;
}
@media (max-width: 1279px) {
  section {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  _:-webkit-any-link .header {
    width: calc(100% - 17px);
  }
  _:-webkit-any-link .header {
    width: calc(100% - 17px);
  }
  _:-webkit-any-link .header {
    width: calc(100% - 17px);
  }
}
.btn {
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
  color: rgba(27, 25, 34, 1);
  border: 1px solid transparent;
  display: inline-block;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 16px 30px;
}

@media (max-width: 1279px) {
  .btn {
    font-size: 14px;
    line-height: 16px;
  }
}

.btn--dark {
  border-color: rgba(27, 25, 34, 1);
  background-color: rgba(27, 25, 34, 1);
  color: rgba(255, 255, 255, 1);
}

.btn--dark:hover {
  background-color: transparent;
  color: rgba(27, 25, 34, 1);
}

.btn--dark:hover.btn--arrow::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19 13V5H11' stroke='%231B1922' stroke-linecap='round'/%3e%3cpath d='M19 5L5 19' stroke='%231B1922' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.btn--arrow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
h2, .caption--h2 {
    font-size: 42px;
    line-height: 50px;
}
.btn--arrow::after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19 13V5H11' stroke='white' stroke-linecap='round'/%3e%3cpath d='M19 5L5 19' stroke='white' stroke-linecap='round'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  height: 24px;
  display: flex;
}

@media (max-width: 1279px) {
  .btn--arrow::after {
    width: 20px;
    height: 20px;
    background-size: 18px;
  }
}

.btn--arrow:hover::after {
  transform: rotate(45deg);
}

.btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}




/*Video Lahiyeler*/

.portfolio_carousel_viewport {
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
}

#portfolio_wrapper_infinite_carousel {
  display: flex;
  gap: 24px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

#portfolio_wrapper_infinite_carousel a {
  flex: 0 0 calc((100% - 48px) / 3);
  height: 700px;
  position: relative;
}

#portfolio_wrapper_infinite_carousel img {
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  object-fit: cover;
  pointer-events: none;
}

#portfolio_wrapper_infinite_carousel a,
#portfolio_wrapper_infinite_carousel p {
  -webkit-user-drag: none;
}
#portfolio_wrapper_infinite_carousel p {
  font-weight: 600;
}

@media (max-width: 767px) {
  #portfolio_wrapper_infinite_carousel a {
    flex-basis: 78%;
  }
}
#portfolio_wrapper_infinite_carousel a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#portfolio_wrapper_infinite_carousel a:hover::before {
  opacity: 1;
}

/* products */
@property --border-progress {
  syntax: "<angle>";
  initial-value: 360deg;
  inherits: false;
}

.about_faq li::marker {
  font-weight: bold;
}


/*portfolio slider*/




/* Sekil Lahiyeler*/

.video-section {
    overflow: hidden;
    padding: 40px 0 48px;
}
.video-section__inner {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

.video-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.video-section .caption {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #212121;
}

.video-section-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.swiperBtnPrev,
.swiperBtnNext {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100px;
    height: 36px;
    min-width: 100px;
    border: 0;
    background-color: transparent;
    padding: 0;
    transition: transform 0.3s;
}

.swiperBtnPrev--dark {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='82' height='8' viewBox='0 0 82 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.646447 3.64645C0.451184 3.84171 0.451184 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM1 4.5H81.5V3.5H1V4.5Z' fill='%231B1922'/%3e%3c/svg%3e ");
}

.swiperBtnNext--dark {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='82' height='8' viewBox='0 0 82 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M81.3536 4.35355C81.5488 4.15829 81.5488 3.84171 81.3536 3.64645L78.1716 0.464466C77.9763 0.269204 77.6597 0.269204 77.4645 0.464466C77.2692 0.659728 77.2692 0.976311 77.4645 1.17157L80.2929 4L77.4645 6.82843C77.2692 7.02369 77.2692 7.34027 77.4645 7.53553C77.6597 7.7308 77.9763 7.7308 78.1716 7.53553L81.3536 4.35355ZM0.5 4.5H81V3.5H0.5V4.5Z' fill='%231B1922'/%3e%3c/svg%3e ");
}

.swiperBtnPrev:hover,
.swiperBtnNext:hover {
    transform: scale(0.9);
}

.video-section .sliderVideo {
    margin-top: 32px;
    overflow: visible;
}

.sliderVideo .swiper-slide {
    width: 644px;
    height: auto;
}

.video-section .sliderVideo .picture {
    display: block;
    width: 100%;
    position: relative;
    aspect-ratio: 697 / 425;
    overflow: hidden;
    z-index: 1;
}

.video-section .sliderVideo .picture > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.video-section .sliderVideo .picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-section .sliderVideo .picture::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 25, 34, 0.05);
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
}

.video-section .sliderVideo .picture svg {
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.video-section .sliderVideo .picture > a:hover svg {
    transform: scale(1.1);
}

/* Location */

/* Footer top form */

/* Footer */

/* Responsive */

@media (max-width: 1279px) {

    .video-section__inner {
        padding: 0 24px;
    }

    .video-section .sliderVideo {
        margin-top: 16px;
    }

    .video-section .sliderVideo .picture {
        aspect-ratio: 403 / 265;
    }

    .sliderVideo .swiper-slide {
        width: 403px;
    }

    .video-section .sliderVideo .picture svg {
        width: 40px;
        height: 40px;
    }

    .swiperBtnPrev,
    .swiperBtnNext {
        width: 45px;
        min-width: 45px;
        background-size: contain;
    }
}

@media (max-width: 900px) {

    .video-section__inner {
        padding: 0 24px;
    }
}

@media (max-width: 480px) {

    .video-section__inner {
        padding: 0 16px;
    }

    .video-section__head {
        align-items: flex-start;
    }
}







/* Musteriler */

.nps-form-wrapper
  .custom-radio:not(:disabled):not(:checked)
  + label:hover::before {
  cursor: pointer;
}

.services_list:has(.service-item) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

@media (max-width: 480px) {
  .services_list:has(.service-item) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}


.home-partners {
  padding: 40px 0;
}

/*PARTNERS NEW*/
.awards-minimal {
    display: grid;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.award__minimal-item {
    cursor: pointer;
    transition: all ease 0.25s;
    position: relative;
    max-height: 180px;
}
.award__minimal-item picture {
    position: relative;
    display: block;
    width: 130px;
}
.award__minimal-item picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.award__minimal-item-img {
    background: rgb(27, 25, 34);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award__minimal-item-info {
    z-index: 50;
    position: relative;
    background: #fff;
    padding: 5px 10px;
    height: auto;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.3s;
}