:root {
  --body: #251736;
  --gri_koyu_gra60: linear-gradient(180deg, rgba(255, 255, 255, 0.6) -25.6%, rgba(255, 255, 255, 0) 154.76%);
  --gri_koyu_gra30: linear-gradient(180deg, rgba(255, 255, 255, 0.3) -25.6%, rgba(255, 255, 255, 0) 154.76%);
  --beyaz_75: rgba(255, 255, 255, 0.75);
  --beyaz_70: rgba(255, 255, 255, 0.70);
  --beyaz_60: rgba(255, 255, 255, 0.60);
  --beyaz_50: rgba(255, 255, 255, 0.50);
  --beyaz_40: rgba(255, 255, 255, 0.40);
  --beyaz_30: rgba(255, 255, 255, 0.30);
  --beyaz_20: rgba(255, 255, 255, 0.20);
  --beyaz_15: rgba(255, 255, 255, 0.15);
  --beyaz_10: rgba(255, 255, 255, 0.10);
  --beyaz_08: rgba(255, 255, 255, 0.08);
  --beyaz_05: rgba(255, 255, 255, 0.05);
  --beyaz_04: rgba(255, 255, 255, 0.04);
  --beyaz_03: rgba(255, 255, 255, 0.03);
  --beyaz_02: rgba(255, 255, 255, 0.02);
  --hizmet_bg: #2C1E3C;
  --hizmet_bg_hover: #352547;
  --hizmet_bg_aktif: #372947;
  --yesil_bg: #37E5C2;
  --yesil_bg_hover: #54FAD8;
  --yesil_yazi: #20907A;
  --turuncu_bg: #FC9E7B;
  --turuncu_bg_hover: #FFA584;
  --turuncu_yazi: #B75649;
  --turuncu_gra: linear-gradient(91.1deg, #FC9E7B 2.11%, #B931B7 101.78%);
  --turuncu_man: linear-gradient(109.07deg, #FC9E7B 65.26%, #C03CB1 103.29%);
  --rubik: "Rubik", sans-serif;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar:vertical {
    width: 6px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 6px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--turuncu_bg);
    border-radius: 0;
    border: 0;
  }

  ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: none;
  }
}
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 100%;
  font-weight: 400;
  background: var(--body);
}

input,
textarea,
select {
  font-family: "Roboto", sans-serif;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg {
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

svg {
  width: 1em;
  height: 1em;
  display: block;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 45px 25px 75px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .header {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 15px;
  }
}

.logo img {
  max-width: 75px;
  display: block;
  flex-shrink: 0;
  user-select: none;
}
@media (max-width: 1400px) {
  .logo img {
    max-width: 50px;
  }
}

.mac {
  width: 46px;
  height: 46px;
  background: var(--beyaz_05);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 44px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 300ms background-color;
}
@media (max-width: 1400px) {
  .mac {
    height: 40px;
    width: 40px;
    margin-left: 30px;
  }
}
.mac:hover {
  background: var(--beyaz_10);
}
.mac em {
  width: 24px;
  height: 3px;
  background: var(--beyaz_40);
  border-radius: 1.5px;
  margin: 2px 0;
}
@media (max-width: 1400px) {
  .mac em {
    width: 20px;
    font-size: 20px;
  }
}

div.ustmenu {
  margin-left: 33px;
}
@media (max-width: 1400px) {
  div.ustmenu {
    margin-left: 25px;
  }
}
div.ustmenu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  div.ustmenu ul {
    display: none;
  }
}
div.ustmenu ul li {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1500px) {
  div.ustmenu ul li {
    margin-right: 30px;
  }
}
@media (max-width: 1250px) {
  div.ustmenu ul li {
    margin-right: 20px;
  }
}
div.ustmenu ul li a {
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  height: 46px;
  display: flex;
  align-items: center;
  background: var(--beyaz_75);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 53%, #fc9e7b 53%, #fc9e7b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: right bottom;
  background-size: 220%;
  transition: 750ms background-position;
}
@media (max-width: 1500px) {
  div.ustmenu ul li a {
    font-size: 14px;
  }
}
div.ustmenu ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background: var(--turuncu_bg);
  border-radius: 3px;
  transition: 300ms width;
  bottom: -3px;
}
div.ustmenu ul li:hover::after {
  width: 22px;
}
div.ustmenu ul li:hover a {
  color: var(--turuncu_bg);
  background-position: left bottom;
}

.hsag {
  margin-left: auto;
}
@media (max-width: 576px) {
  .hsag .buton-ref {
    display: none;
  }
  .hsag .buton-mail {
    display: none;
  }
  .hsag .buton-tel {
    display: none;
  }
}

.butons {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 1400px) {
  .butons {
    gap: 0 6px;
  }
}

.buton-teklif {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 23px;
  background: var(--yesil_bg);
  color: var(--yesil_yazi);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .buton-teklif {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
}
.buton-teklif svg {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .buton-teklif svg {
    font-size: 20px;
  }
}
.buton-teklif:hover {
  background: var(--yesil_bg_hover);
}
.buton-teklif.buyuk {
  height: 62px;
  font-size: 19px;
  padding: 0 35px;
  border-radius: 31px;
}
@media (max-width: 1400px) {
  .buton-teklif.buyuk {
    font-size: 16px;
    height: 55px;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .buton-teklif.buyuk {
    font-size: 14px;
    height: 50px;
    padding: 0 25px;
  }
}
.buton-teklif.buyuk svg {
  font-size: 26px;
}
@media (max-width: 1400px) {
  .buton-teklif.buyuk svg {
    font-size: 21px;
  }
}

.buton-ref {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 23px;
  background: var(--beyaz_05);
  color: var(--beyaz_40);
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .buton-ref {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
}
.buton-ref svg {
  font-size: 22px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .buton-ref svg {
    font-size: 19px;
  }
}
.buton-ref:hover {
  background: var(--beyaz_10);
}
.buton-ref.orta {
  height: 52px;
  padding: 0 30px;
  border-radius: 26px;
}
@media (max-width: 1200px) {
  .buton-ref.orta {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
}
.buton-ref.buyuk {
  height: 62px;
  font-size: 19px;
  padding: 0 35px;
  border-radius: 31px;
}
@media (max-width: 1400px) {
  .buton-ref.buyuk {
    font-size: 16px;
    height: 55px;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .buton-ref.buyuk {
    font-size: 14px;
    height: 50px;
    padding: 0 25px;
  }
}
.buton-ref.buyuk svg {
  font-size: 26px;
}
@media (max-width: 1400px) {
  .buton-ref.buyuk svg {
    font-size: 21px;
  }
}

.buton-mail {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--beyaz_05);
  color: var(--beyaz_40);
  font-size: 24px;
}
@media (max-width: 1400px) {
  .buton-mail {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
.buton-mail:hover {
  background: var(--beyaz_10);
}

.buton-tel {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--beyaz_05);
  color: var(--beyaz_40);
  font-size: 24px;
}
@media (max-width: 1400px) {
  .buton-tel {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
.buton-tel:hover {
  background: var(--beyaz_10);
}

.buton-as {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 23px;
  background: #2684FE;
  color: var(--beyaz_75);
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .buton-as {
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
}
.buton-as svg {
  width: 22px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .buton-as svg {
    width: 18px;
    height: 22px;
  }
}
.buton-as:hover {
  background: #378EFF;
}

.info {
  position: relative;
}
.info::before {
  content: "";
  border: 8px solid transparent;
  border-bottom: 8px solid var(--turuncu_bg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 12px);
  pointer-events: none;
  opacity: 0;
  transition: 300ms opacity, 300ms top;
}
@media (max-width: 992px) {
  .info::before {
    display: none;
  }
}
.info::after {
  content: attr(data-title);
  height: 30px;
  padding: 0 15px;
  white-space: nowrap;
  border-radius: 5px;
  background: var(--turuncu_bg);
  color: var(--turuncu_yazi);
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: calc(100% + 28px);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: 300ms opacity, 300ms top;
}
@media (max-width: 992px) {
  .info::after {
    display: none;
  }
}
.info:hover::before {
  top: calc(100% + 2px);
  opacity: 1;
}
.info:hover::after {
  top: calc(100% + 18px);
  opacity: 1;
}

.isik {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.isik span {
  background: radial-gradient(50% 50% at 50% 50%, #412862 0%, rgba(65, 40, 98, 0) 100%);
  position: absolute;
}
.isik span:nth-child(1) {
  width: 950px;
  height: 950px;
  left: -400px;
  top: -400px;
  opacity: 0.7;
}
@media (max-width: 1400px) {
  .isik span:nth-child(1) {
    top: -500px;
  }
}
.isik span:nth-child(2) {
  width: 723px;
  height: 723px;
  right: -202px;
  top: -202px;
  opacity: 0.5;
}
@media (max-width: 1400px) {
  .isik span:nth-child(2) {
    top: -400px;
  }
}
@media (max-width: 576px) {
  .isik span:nth-child(2) {
    display: none;
  }
}

.cizgi-sol {
  position: absolute;
  left: 0;
  top: 122px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 576px) {
  .cizgi-sol {
    display: none;
  }
}
.cizgi-sol img {
  max-width: 373px;
}
@media (max-width: 1400px) {
  .cizgi-sol img {
    max-width: 300px;
  }
}

.cizgi-sag-ust {
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  pointer-events: none;
}
.cizgi-sag-ust img {
  max-width: 508px;
}
@media (max-width: 1400px) {
  .cizgi-sag-ust img {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .cizgi-sag-ust img {
    max-height: 350px;
  }
}

.manset {
  width: 100%;
  margin-top: 85px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1400px) {
  .manset {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .manset {
    margin-top: 30px;
  }
}

.manresim {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .manresim {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .manresim {
    display: none;
  }
}
.manresim img {
  max-width: 50%;
  height: auto;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .manresim img {
    max-width: 65%;
    position: relative;
    right: -15%;
  }
}
@media (max-width: 992px) {
  .manresim img {
    max-width: 60%;
    position: relative;
    right: -15%;
  }
}
@media (max-width: 768px) {
  .manresim img {
    max-width: 80%;
    position: relative;
    right: -45%;
  }
}

.mansetic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  user-select: none;
}
.mansetic .mtitle {
  font-size: 66px;
  line-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: var(--rubik);
  font-weight: 900;
}
@media (max-width: 1400px) {
  .mansetic .mtitle {
    font-size: 55px;
    line-height: 68px;
  }
}
@media (max-width: 1200px) {
  .mansetic .mtitle {
    font-size: 46px;
    line-height: 55px;
    gap: 5px 0;
  }
}
@media (max-width: 576px) {
  .mansetic .mtitle {
    font-size: 36px;
    line-height: 45px;
    gap: 5px 0;
  }
}
.mansetic .mtitle span {
  color: #fff;
}
.mansetic .mtitle span b {
  font-weight: 900;
  background: var(--turuncu_man);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mansetic .mtitle span .smilestar {
  position: relative;
  top: 15px;
  left: 5px;
  width: 80px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .mansetic .mtitle span .smilestar {
    width: 60px;
    top: 10px;
  }
}
@media (max-width: 576px) {
  .mansetic .mtitle span .smilestar {
    width: 50px;
  }
}
.mansetic .mtitle span .smileunlem {
  position: relative;
  top: 10px;
  left: -5px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .mansetic .mtitle span .smileunlem {
    width: 55px;
  }
}
@media (max-width: 1200px) {
  .mansetic .mtitle span .smileunlem {
    width: 50px;
    margin-bottom: -5px;
    top: 5px;
    left: 0;
  }
}
@media (max-width: 576px) {
  .mansetic .mtitle span .smileunlem {
    width: 45px;
    margin-bottom: -10px;
    top: 2px;
    left: 0;
  }
}
.mansetic p {
  max-width: 580px;
  font-size: 19px;
  font-weight: 900;
  line-height: 30px;
  background: var(--gri_koyu_gra60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .mansetic p {
    font-size: 16px;
    line-height: 27px;
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .mansetic p {
    font-size: 14px;
    line-height: 24px;
    max-width: 450px;
  }
}
.mansetic p b {
  font-weight: 900;
  background: var(--turuncu_bg);
  -webkit-background-clip: text;
}
.mansetic .butons {
  margin-top: 65px;
  gap: 0 20px;
}
@media (max-width: 1400px) {
  .mansetic .butons {
    margin-top: 30px;
    gap: 0 10px;
  }
}
.mansetic .butons a {
  width: 224px;
  justify-content: center;
}
@media (max-width: 1400px) {
  .mansetic .butons a {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .mansetic .butons a {
    width: auto;
  }
}

.hizmet-menu {
  width: 100%;
  margin-top: 138px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1400px) {
  .hizmet-menu {
    margin-top: 110px;
  }
}
.hizmet-menu .hmtitle {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .hizmet-menu .hmtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.hizmet-menu .hmtitle img {
  margin-left: 17px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .hizmet-menu .hmtitle img {
    width: 40px;
  }
}
.hizmet-menu ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 24px;
}
@media (max-width: 1400px) {
  .hizmet-menu ul {
    gap: 0 15px;
  }
}
@media (max-width: 1200px) {
  .hizmet-menu ul {
    gap: 0 10px;
  }
}
@media (max-width: 992px) {
  .hizmet-menu ul {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .hizmet-menu ul::-webkit-scrollbar {
    display: none;
  }
}
.hizmet-menu ul li {
  flex: 1;
  border-radius: 44px;
  aspect-ratio: 1;
  border: 3px solid var(--beyaz_08);
  user-select: none;
  cursor: pointer;
  transition: 300ms border-color;
}
@media (max-width: 1200px) {
  .hizmet-menu ul li {
    border-radius: 30px;
  }
}
@media (max-width: 992px) {
  .hizmet-menu ul li {
    flex: none;
    width: 140px;
    margin-bottom: 20px;
  }
}
.hizmet-menu ul li .hmic {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(160.67deg, rgba(44, 30, 60, 0) -2.33%, #2C1E3C 37.19%, rgba(44, 30, 60, 0) 81.23%);
  padding-top: 20px;
  border-radius: 41px;
  position: relative;
}
@media (max-width: 1200px) {
  .hizmet-menu ul li .hmic {
    border-radius: 30px;
  }
}
.hizmet-menu ul li .hmic img {
  max-width: 90px;
  width: 100%;
}
@media (max-width: 1400px) {
  .hizmet-menu ul li .hmic img {
    max-width: 80px;
  }
}
@media (max-width: 1200px) {
  .hizmet-menu ul li .hmic img {
    max-width: 60px;
  }
}
.hizmet-menu ul li .hmic b {
  font-size: 20px;
  font-weight: 700;
  color: var(--beyaz_70);
  margin-top: 19px;
  text-align: center;
}
.hizmet-menu ul li .hmic b a {
  color: var(--beyaz_70);
}
.hizmet-menu ul li .hmic b a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .hizmet-menu ul li .hmic b {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .hizmet-menu ul li .hmic b {
    font-size: 15px;
  }
}
.hizmet-menu ul li.aktif {
  background: var(--turuncu_gra);
  position: relative;
  pointer-events: none;
  border: 0;
  padding: 3px;
}
.hizmet-menu ul li.aktif::after {
  content: "";
  background: url(../images/graok.svg) no-repeat;
  width: 41px;
  height: 21px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 3px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .hizmet-menu ul li.aktif::after {
    background-size: 30px;
    width: 30px;
  }
}
.hizmet-menu ul li.aktif .hmic {
  padding-top: 0;
  justify-content: center;
  background: var(--hizmet_bg_aktif);
}
.hizmet-menu ul li.aktif .hmic b {
  display: none;
}
.hizmet-menu ul li:hover {
  border-color: var(--beyaz_15);
}

.hizmet-icerik {
  width: 100%;
  margin-top: 65px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .hizmet-icerik {
    margin-top: 20px;
  }
}

.hizmet-icerik-aktif {
  animation: alternate hizani 600ms;
}

@keyframes hizani {
  0% {
    top: 0;
    opacity: 1;
  }
  40% {
    top: 50px;
    opacity: 0;
  }
  60% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.hizmet-alan {
  width: 100%;
}

.hizmet-sol {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: sticky;
  top: 30px;
}
@media (max-width: 992px) {
  .hizmet-sol {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .hizmet-sol {
    margin-bottom: 50px;
  }
}
.hizmet-sol .hititle {
  display: flex;
  align-items: flex-end;
}
.hizmet-sol .hititle span {
  font-weight: 900;
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -0.03em;
  background: var(--turuncu_man);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--rubik);
}
@media (max-width: 1400px) {
  .hizmet-sol .hititle span {
    font-size: 50px;
    line-height: 53px;
  }
}
@media (max-width: 992px) {
  .hizmet-sol .hititle span br {
    display: none;
  }
}
@media (max-width: 576px) {
  .hizmet-sol .hititle span br {
    display: block;
  }
}
.hizmet-sol .hititle img {
  margin-left: 10px;
  position: relative;
  top: 15px;
  max-width: 90px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .hizmet-sol .hititle img {
    max-width: 70px;
    top: 8px;
  }
}
.hizmet-sol .saok {
  padding: 41px 0 45px 48px;
}
@media (max-width: 1400px) {
  .hizmet-sol .saok {
    padding: 30px;
  }
}
.hizmet-sol .saok img {
  max-width: 49px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .hizmet-sol .saok img {
    max-width: 35px;
  }
}
.hizmet-sol p {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  background: var(--gri_koyu_gra60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .hizmet-sol p {
    font-size: 18px;
    line-height: 26px;
  }
}
.hizmet-sol .butons {
  margin-top: 45px;
  gap: 0 15px;
}
@media (max-width: 1400px) {
  .hizmet-sol .butons {
    margin-top: 30px;
    gap: 0 10px;
  }
}

.hmb {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .hmb {
    margin-bottom: 10px;
  }
}

.hizmet-sag {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .hizmet-sag {
    padding-left: 0;
  }
}

.hizmet {
  width: 100%;
  padding: 40px 50px;
  background: var(--beyaz_02);
  border-radius: 20px;
  min-height: 100%;
}
@media (max-width: 1400px) {
  .hizmet {
    padding: 30px 40px;
  }
}
@media (max-width: 992px) {
  .hizmet {
    background: var(--beyaz_02) !important;
  }
}
@media (max-width: 576px) {
  .hizmet {
    padding: 20px 30px;
  }
}
.hizmet .hizust {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.hizmet .hizust img {
  width: 64px;
  flex-shrink: 0;
  margin-right: 25px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .hizmet .hizust img {
    max-width: 55px;
  }
}
@media (max-width: 576px) {
  .hizmet .hizust img {
    max-width: 50px;
    margin-right: 20px;
  }
}
.hizmet .hizust span {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1400px) {
  .hizmet .hizust span {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .hizmet .hizust span {
    font-size: 20px;
  }
}
.hizmet p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: var(--beyaz_50);
}
@media (max-width: 1400px) {
  .hizmet p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .hizmet p {
    font-size: 14px;
    line-height: 24px;
  }
}

.beyaz-bg-alt-gra {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.beyaz-bg-ust-gra {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.beyaz-bg-03 {
  background: var(--beyaz_03) !important;
}

.dahafazla {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dahafazla span {
  display: flex;
  align-items: center;
  padding: 0 26px;
  background: var(--turuncu_bg);
  color: var(--turuncu_yazi);
  height: 46px;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 300ms background-color;
  user-select: none;
}
@media (max-width: 1400px) {
  .dahafazla span {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
}
.dahafazla span em {
  font-style: normal;
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .dahafazla span em {
    margin-left: 5px;
  }
}
.dahafazla span img {
  width: 24px;
}
@media (max-width: 1400px) {
  .dahafazla span img {
    max-width: 20px;
  }
}
.dahafazla span:hover {
  background: var(--turuncu_bg_hover);
}

.hgizle {
  display: none;
}

.hizgoster {
  display: block;
}

.dfgizle {
  display: none !important;
}

.asamalar {
  width: 100%;
  position: relative;
  padding-bottom: 190px;
}
@media (max-width: 1400px) {
  .asamalar {
    padding-bottom: 140px;
  }
}
@media (max-width: 1200px) {
  .asamalar {
    padding-bottom: 100px;
  }
}

.h1 {
  position: absolute;
  right: 0;
  top: -300px;
  user-select: none;
  pointer-events: none;
  width: 179px;
}
@media (max-width: 1400px) {
  .h1 {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  .h1 {
    display: none;
  }
}

.h2 {
  position: absolute;
  right: 0;
  top: 90%;
  user-select: none;
  pointer-events: none;
  width: 179px;
}
@media (max-width: 1400px) {
  .h2 {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  .h2 {
    display: none;
  }
}

.baslik {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.baslik .btitle span {
  font-size: 60px;
  font-weight: 900;
  line-height: 71px;
  letter-spacing: -0.03em;
  font-family: var(--rubik);
  background: var(--turuncu_man);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .baslik .btitle span {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (max-width: 1200px) {
  .baslik .btitle span {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .baslik .btitle span {
    font-size: 38px;
    line-height: 40px;
  }
}
.baslik .btitle img {
  max-width: 90px;
  margin-left: 7px;
  position: relative;
  top: 15px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .baslik .btitle img {
    max-width: 70px;
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .baslik .btitle img {
    max-width: 60px;
  }
}
@media (max-width: 576px) {
  .baslik .btitle img {
    margin-bottom: -15px;
    top: -5px;
  }
}
.baslik .btitle.dtitle img {
  margin-bottom: -30px;
  top: 0;
}
.baslik .balt {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
}
.baslik .balt img {
  max-width: 49px;
  margin-left: 55px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .baslik .balt img {
    max-width: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 576px) {
  .baslik .balt img {
    max-width: 35px;
    margin-left: 20px;
  }
}
.baslik .balt .butons {
  margin-left: auto;
}

.asamaic {
  width: 100%;
  margin-top: 80px;
  user-select: none;
  pointer-events: none;
  position: relative;
  height: 337px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .asamaic {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .asamaic {
    display: flex;
    justify-content: center;
    height: auto;
  }
}
.asamaic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1920px;
}
@media (max-width: 1400px) {
  .asamaic img {
    max-width: 1600px;
  }
}
@media (max-width: 1200px) {
  .asamaic img {
    max-width: 1400px;
  }
}
@media (max-width: 997px) {
  .asamaic img {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .asamaic img {
    max-width: 750px;
  }
}
@media (max-width: 576px) {
  .asamaic img {
    max-width: 100%;
    width: auto;
    left: 0;
    position: relative;
    transform: translateX(0);
  }
}

.referanslar {
  width: 100%;
  position: relative;
  padding-bottom: 110px;
  z-index: 3;
}
@media (max-width: 1400px) {
  .referanslar {
    padding-bottom: 90px;
  }
}

.referanslist {
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 1400px) {
  .referanslist {
    margin-top: 70px;
  }
}

.cizgi-sol-1 {
  position: absolute;
  left: 0;
  top: -450px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .cizgi-sol-1 {
    top: -300px;
  }
}
@media (max-width: 1200px) {
  .cizgi-sol-1 {
    top: -200px;
  }
}
.cizgi-sol-1 img {
  max-width: 373px;
}
@media (max-width: 1400px) {
  .cizgi-sol-1 img {
    max-width: 300px;
  }
}
@media (max-width: 1200px) {
  .cizgi-sol-1 img {
    max-width: 200px;
  }
}

.referans {
  width: 100%;
  display: flex;
  gap: 0 24px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .referans {
    gap: 0 15px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .referans {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.referans::after {
  content: "";
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: var(--beyaz_04);
  position: absolute;
  left: 0;
  bottom: -46px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .referans::after {
    bottom: -34px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .referans::after {
    display: none;
  }
}
.referans:last-child {
  margin-bottom: 0;
}
.referans:last-child::after {
  display: none;
}

.refresim {
  flex: 1;
  border-radius: 20px;
  overflow: auto;
  height: 510px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1400px) {
  .refresim {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .refresim {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .refresim {
    height: 350px;
    flex: none;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 576px) {
  .refresim {
    height: 250px;
  }
}
.refresim::-webkit-scrollbar {
  display: none;
}
.refresim img {
  width: 100%;
  min-height: 100%;
}

.refic {
  width: 424px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .refic {
    padding: 30px 40px;
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .refic {
    padding: 30px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .refic {
    width: 100%;
    padding: 20px 30px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 576px) {
  .refic {
    padding: 20px;
  }
}

.responsive {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 9px;
  margin-bottom: 27px;
}
@media (max-width: 1400px) {
  .responsive {
    margin-bottom: 15px;
  }
}
.responsive span {
  font-size: 40px;
  opacity: 0.4;
  color: #fff;
}
.responsive span:nth-child(2) {
  margin-left: 6px;
}

.rtitle {
  font-size: 40px;
  font-weight: 900;
  line-height: 49px;
  max-height: 147px;
  overflow: hidden;
  background: var(--turuncu_gra);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .rtitle {
    font-size: 36px;
    line-height: 45px;
    max-height: 135px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .rtitle {
    font-size: 30px;
    line-height: 39px;
    max-height: 117px;
  }
}

.yapilan {
  width: 100%;
  display: flex;
  gap: 0 16px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .yapilan {
    gap: 0 12px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .yapilan {
    margin-bottom: 30px;
  }
}
.yapilan span {
  font-size: 14px;
  font-weight: 700;
  color: var(--beyaz_40);
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .yapilan span {
    font-size: 13px;
  }
}

.rbutons {
  width: 100%;
  margin-top: auto;
  display: flex;
  gap: 0 14px;
}
@media (max-width: 1200px) {
  .rbutons {
    gap: 0 10px;
  }
}
.rbutons a {
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px 0;
  border-radius: 10px;
  transition: 300ms transform;
}
@media (max-width: 1200px) {
  .rbutons a {
    height: 90px;
  }
}
.rbutons a svg {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .rbutons a svg {
    font-size: 28px;
  }
}
.rbutons a b {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .rbutons a b {
    font-size: 14px;
  }
}
.rbutons a.ziyaret {
  background: var(--turuncu_man);
}
.rbutons a.ziyaret svg {
  color: #B75649;
}
.rbutons a.ziyaret b {
  color: #B75649;
}
.rbutons a.play {
  background: var(--beyaz_05);
}
.rbutons a.play svg {
  color: var(--beyaz_40);
}
.rbutons a.play b {
  color: var(--beyaz_40);
}
.rbutons a:hover {
  transform: scale(0.95);
}

.refbutons {
  width: 100%;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media (max-width: 1400px) {
  .refbutons {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .refbutons {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .refbutons {
    gap: 0 10px;
  }
}

.footer {
  width: 100%;
  padding: 0 0 60px;
  background: linear-gradient(180deg, rgba(55, 41, 71, 0.4) 0%, rgba(55, 41, 71, 0) 100%);
}
@media (max-width: 1400px) {
  .footer {
    padding-bottom: 40px;
  }
}

.flogo img {
  max-width: 56px;
}
@media (max-width: 1400px) {
  .flogo img {
    max-width: 45px;
  }
}

.sosyalmedya {
  display: flex;
  align-items: center;
  margin-left: 35px;
  gap: 0 11px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .sosyalmedya {
    margin-left: 25px;
    gap: 0 7px;
  }
}
.sosyalmedya a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0.4;
  transition: 300ms opacity;
}
.sosyalmedya a:hover {
  opacity: 1;
}

.fust {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 3px solid var(--beyaz_05);
}
@media (max-width: 1400px) {
  .fust {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .fust {
    flex-wrap: wrap;
  }
}

.fbutons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 1400px) {
  .fbutons {
    gap: 0 10px;
  }
}
@media (max-width: 768px) {
  .fbutons {
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
  .fbutons a {
    width: 100%;
    justify-content: center;
  }
}

.forta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .forta {
    flex-direction: column;
    padding-top: 20px;
  }
}

.fosol {
  width: 424px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .fosol {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .fosol {
    width: 100%;
  }
}
.fosol ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fosol ul li {
  width: 50%;
}
@media (max-width: 768px) {
  .fosol ul li {
    width: 33.333%;
  }
}
@media (max-width: 576px) {
  .fosol ul li {
    width: 50%;
  }
}
.fosol ul li a {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--beyaz_60);
  padding: 10px 0;
  display: block;
}
@media (max-width: 1400px) {
  .fosol ul li a {
    font-size: 18px;
    padding: 8px 0;
  }
}
.fosol ul li a:hover {
  color: var(--turuncu_bg);
}
.fosol .butons {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .fosol .butons {
    margin-top: 20px;
  }
}

.fmenu {
  width: 370px;
}
@media (max-width: 1400px) {
  .fmenu {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .fmenu {
    width: 100%;
    margin-top: 40px;
  }
}
.fmenu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fmenu ul li {
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .fmenu ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .fmenu ul li {
    width: 33.3333%;
  }
}
@media (max-width: 576px) {
  .fmenu ul li {
    width: 50%;
  }
}
.fmenu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--beyaz_30);
  display: block;
}
@media (max-width: 1400px) {
  .fmenu ul li a {
    font-size: 14px;
  }
}
.fmenu ul li a:hover {
  color: var(--turuncu_bg);
}

.tumu {
  height: 37px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  background: var(--beyaz_05);
  border-radius: 19px;
  font-size: 14px;
  font-weight: 700;
  color: var(--turuncu_bg);
  gap: 0 1px;
  position: relative;
  left: -13px;
}
@media (max-width: 1400px) {
  .tumu {
    font-size: 13px;
    padding: 0 10px;
    height: 33px;
    left: -9px;
  }
}
.tumu svg {
  font-size: 21px;
}
.tumu:hover {
  background: var(--beyaz_10);
}

.falt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 11px;
  gap: 0 25px;
}
@media (max-width: 1400px) {
  .falt {
    padding-top: 5px;
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .falt {
    justify-content: center;
    padding-top: 20px;
  }
}
.falt p {
  font-size: 14px;
  font-weight: 700;
  color: var(--beyaz_30);
}
@media (max-width: 1400px) {
  .falt p {
    font-size: 13px;
  }
}
.falt img {
  max-width: 27px;
}
@media (max-width: 1400px) {
  .falt img {
    max-width: 23px;
  }
}

.smgolge {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}

.solmenu {
  width: 100%;
  max-width: 450px;
  height: 100%;
  overflow: auto;
  background: #372A47;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transform: translateX(-600px);
  transition: 600ms transform;
  padding: 40px 50px;
}
@media (max-width: 1400px) {
  .solmenu {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .solmenu {
    padding: 30px 20px;
  }
}
.solmenu .butons {
  margin-top: 25px;
}
.solmenu .butons .buton-teklif {
  flex: 1;
  justify-content: center;
}
.solmenu .butons a::after {
  display: none;
}
.solmenu .butons a::before {
  display: none;
}
.solmenu.smaktif {
  transform: translateX(0);
}

.smkapat {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--turuncu_bg);
  transition: 300ms color;
  z-index: 2;
}
.smkapat:hover {
  color: #fff;
}

.smust {
  width: 100%;
  display: flex;
  align-items: center;
}

.smenu1 {
  width: 100%;
  margin: 30px 0;
}
.smenu1 ul {
  width: 100%;
}
.smenu1 ul li {
  width: 100%;
}
.smenu1 ul li a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: var(--beyaz_60);
  padding: 14px 0;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .smenu1 ul li a {
    font-size: 17px;
    padding: 11px 0;
  }
}
.smenu1 ul li a:hover {
  color: var(--turuncu_bg);
}

.smenu2 {
  width: 100%;
}
.smenu2 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smenu2 ul li {
  width: 50%;
}
.smenu2 ul li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--beyaz_30);
  padding: 11px 0;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .smenu2 ul li a {
    font-size: 14px;
    padding: 8px 0;
  }
}
.smenu2 ul li a:hover {
  color: var(--turuncu_bg);
}

.smbutons {
  width: 100%;
  display: flex;
  gap: 0 25px;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .smbutons {
    gap: 0 10px;
  }
}
.smbutons a {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px 0;
  color: var(--beyaz_40);
  border-radius: 20px;
  background: var(--beyaz_04);
}
.smbutons a svg {
  font-size: 38px;
}
.smbutons a b {
  font-weight: 16px;
  font-weight: 700;
}
.smbutons a:hover {
  background: var(--beyaz_08);
}

.band {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  gap: 0 5px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .band {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .band {
    margin-bottom: 10px;
  }
}
.band li {
  font-size: 13px;
  font-weight: 700;
  color: var(--beyaz_40);
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.band li svg {
  font-size: 18px;
  margin: 0 3px;
}
.band li a {
  color: var(--beyaz_40);
}
.band li a:hover {
  color: var(--beyaz_50);
}
.band.dband {
  margin-bottom: 15px;
}

.icerikler {
  width: 100%;
  position: relative;
  padding-bottom: 110px;
  z-index: 3;
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .icerikler {
    padding-bottom: 90px;
    padding-top: 50px;
  }
}

.kaciklama {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .kaciklama {
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.kaciklama p {
  max-width: 400px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background: var(--gri_koyu_gra30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .kaciklama p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .kaciklama p {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .kaciklama p {
    font-size: 16px;
    line-height: 22px;
  }
}

.sayfalama {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .sayfalama {
    gap: 0 20px;
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .sayfalama {
    gap: 0 15px;
    margin-top: 40px;
  }
}
.sayfalama div a {
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 55px;
  border-radius: 32px;
  height: 62px;
}
@media (max-width: 1200px) {
  .sayfalama div a {
    height: 55px;
    font-size: 18px;
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .sayfalama div a {
    height: 50px;
    font-size: 16px;
    padding: 0 30px;
  }
}
.sayfalama div.onceki a {
  color: var(--beyaz_40);
  background: var(--beyaz_05);
}
.sayfalama div.onceki a:hover {
  background: var(--beyaz_10);
}
.sayfalama div.sonraki a {
  color: var(--yesil_yazi);
  background: var(--yesil_bg);
}
.sayfalama div.sonraki a:hover {
  background: var(--yesil_bg_hover);
}

.kh1 {
  pointer-events: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 90%;
}
.kh1 img {
  max-width: 180px;
}
@media (max-width: 1400px) {
  .kh1 img {
    max-width: 130px;
  }
}
@media (max-width: 1200px) {
  .kh1 img {
    display: none;
  }
}

.detay {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .detay {
    margin-top: 70px;
  }
}

.dresim {
  width: 100%;
}
.dresim img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.dsag {
  width: 100%;
  background: linear-gradient(180deg, #302240 0%, rgba(48, 34, 64, 0) 100%);
  border-radius: 20px;
  padding: 60px 40px 40px;
  position: sticky;
  top: 60px;
}
@media (max-width: 1400px) {
  .dsag {
    padding: 40px 30px;
  }
}
@media (max-width: 1200px) {
  .dsag {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .dsag {
    margin-top: 50px;
    position: relative;
    top: 0;
  }
}

.dresponsive {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  margin: 0 -1px;
}
@media (max-width: 1200px) {
  .dresponsive {
    top: -40px;
  }
}
.dresponsive div {
  width: 86px;
  height: 86px;
  padding: 5px;
  border: 2px solid #2F2140;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .dresponsive div {
    width: 70px;
    height: 70px;
    padding: 3px;
  }
}
.dresponsive div span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #3A2F46 0%, #302140 65.79%);
  border-radius: 100%;
  font-size: 46px;
  color: var(--beyaz_40);
}
@media (max-width: 1200px) {
  .dresponsive div span {
    font-size: 36px;
  }
}

.dsag .rbutons {
  gap: 0 20px;
}
@media (max-width: 1200px) {
  .dsag .rbutons {
    gap: 0 10px;
    position: relative;
    z-index: 3;
  }
}
.dsag .rbutons a {
  border-radius: 20px;
}
.dsag .butons {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .dsag .butons {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .dsag .butons {
    margin-top: 20px;
  }
}
.dsag .butons .buton-teklif {
  flex: 1;
  justify-content: center;
}

.dyapilan {
  margin-top: 20px;
  height: 51px;
  border-radius: 26px;
  background: var(--beyaz_05);
  display: flex;
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 1400px) {
  .dyapilan {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .dyapilan {
    padding: 0 10px;
    margin-top: 10px;
  }
}
.dyapilan span {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #15182B;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--beyaz_40);
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .dyapilan span {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .dyapilan span {
    font-size: 12px;
  }
}
.dyapilan span:last-child {
  border: 0;
}
.dyapilan span:nth-child(3) {
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .dyapilan span:nth-child(3) {
    padding-left: 10px;
  }
}

.tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 2px solid var(--beyaz_05);
}
@media (max-width: 1400px) {
  .tag {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.tag a {
  font-size: 14px;
  font-weight: 500;
  color: var(--beyaz_40);
  padding-left: 28px;
  background: url(../images/tag.svg) left center no-repeat;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .tag a {
    font-size: 12px;
    background-size: 14px;
    padding-left: 20px;
  }
}
.tag a:hover {
  color: #fff;
}

.hizmet-menu .band {
  margin-bottom: 30px;
}

.hmdetay {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .hmdetay {
    margin-top: 50px;
  }
}

.teklifform {
  max-width: 850px;
  margin: 65px auto 0 auto;
}
@media (max-width: 576px) {
  .teklifform {
    margin-top: 30px;
  }
}

.tfnot {
  width: 100%;
}
.tfnot p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  background: var(--gri_koyu_gra30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 620px;
  text-align: center;
  margin: 0 auto 74px;
}
@media (max-width: 1400px) {
  .tfnot p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 60px;
    max-width: 550px;
  }
}
@media (max-width: 576px) {
  .tfnot p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.formalani {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(55, 41, 71, 0.4) 0%, rgba(55, 41, 71, 0) 100%);
  padding: 50px;
}
@media (max-width: 992px) {
  .formalani {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .formalani {
    padding: 30px 15px;
  }
}
br{
  display: none;
}

.ftitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 47px;
  gap: 0 15px;
}
.ftitle > * {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 576px) {
  .ftitle {
    margin-bottom: 30px;
  }
}
.ftitle b {
  font-size: 24px;
  font-weight: 700;
  color: var(--beyaz_70);
}
@media (max-width: 1400px) {
  .ftitle b {
    font-size: 20px;
  }
}
.ftitle img {
  max-width: 40px;
}
@media (max-width: 1400px) {
  .ftitle img {
    max-width: 30px;
  }
}

.fyarim {
  width: 100%;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 1400px) {
  .fyarim {
    gap: 0 15px;
  }
}
@media (max-width: 576px) {
  .fyarim {
    flex-direction: column;
  }
}

.falan {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .falan {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .falan {
    margin-bottom: 20px;
  }
}
.falan em {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  color: var(--beyaz_40);
  margin-bottom: 10px;
  padding-left: 19px;
  display: block;
}
@media (max-width: 1400px) {
  .falan em {
    font-size: 14px;
  }
}
.falan .ftext {
  width: 100%;
  height: 60px;
  background: var(--beyaz_08);
  border: 0;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  line-height: 60px;
}
@media (max-width: 1400px) {
  .falan .ftext {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
  }
}
.falan .ftext::placeholder {
  color: var(--beyaz_30);
}
.falan .ftext:focus::placeholder {
  opacity: 0;
}
.falan .farea {
  width: 100%;
  height: 130px;
  background: var(--beyaz_08);
  border: 0;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  display: block;
}
@media (max-width: 1400px) {
  .falan .farea {
    height: 100px;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 20px;
  }
}
.falan .farea::placeholder {
  color: var(--beyaz_30);
}
.falan .farea:focus::placeholder {
  opacity: 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  color: var(--turuncu_bg);
  pointer-events: none;
  padding-left: 15px;
  padding-top: 10px;
  display: block;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 1400px) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}
.wpcf7-not-valid-tip::before {
  content: "!";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: var(--turuncu_bg);
  border: 1px solid var(--turuncu_bg);
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .wpcf7-not-valid-tip::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

.ft2 {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .ft2 {
    margin-top: 30px;
  }
}

.fcalans {
  width: 100%;
  display: flex;
}
@media (max-width: 576px) {
  .fcalans {
    flex-direction: column;
    padding: 15px 0;
  }
}

.fcalan {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .fcalan {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .fcalan {
    margin-bottom: 20px;
    padding: 5px 0;
  }
}
.fcalan br{
  display: none;
}
.falan br{
  display: none;
}
.fcalan .wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}
.falan .wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}
.fcalan .wpcf7-form-control{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fcalan em {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  color: var(--beyaz_60);
  margin-bottom: 20px;
  padding-left: 19px;
  display: block;
}
@media (max-width: 1400px) {
  .fcalan em {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.fcalan label {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 42px;
  padding-left: 0;
  cursor: pointer;
  user-select: none;
}
.wpcf7-list-item-label{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 700;
  color: var(--beyaz_40);
  transition: 300ms color;
  height: 100%;
}
.fcalan label .wpcf7-list-item-label::before {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--beyaz_08);
  transition: 300ms background-color;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .fcalan label .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    padding: 4px;
  }
}
.fcalan label span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--yesil_yazi);
  border-radius: 5px;
  transition: 300ms opacity;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.fcalan label input {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
.fcalan label input:checked + .wpcf7-list-item-label::before {
  background: var(--yesil_bg);
}
.fcalan label input:checked + span::after {
  opacity: 1;
}
.fcalan label input:checked + .wpcf7-list-item-label {
  color: var(--yesil_bg);
}
.fcalan label b {
  font-size: 16px;
  font-weight: 700;
  color: var(--beyaz_40);
  transition: 300ms color;
}
@media (max-width: 1400px) {
  .fcalan label b {
    font-size: 14px;
  }
}

.formbutons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}
@media (max-width: 1400px) {
  .formbutons {
    margin-top: 5px;
  }
}

.formbuton {
  height: 62px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  background: var(--yesil_bg);
  color: var(--yesil_yazi);
  border-radius: 31px;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  transition: 300ms background-color;
  order: 1;
}
.wpcf7-spinner{
  background: #170b26 !important;
}
@media (max-width: 1400px) {
  .formbuton {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
}
.formbuton:hover {
  background-color: var(--yesil_bg_hover);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 20px 10px 10px;
  border: 0 solid #00a0d2; /* Blue */
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
  color: #ffb900;
}
