html {
  scroll-behavior: smooth;
}

body {
  font-display: auto;
  font-family: "Roboto", "Calibri", "Arial";
}

.container {
  max-width: 1260px;
  height: 100%;
  padding: 0px;
}

.container-xl {
  max-width: 1680px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-l {
  max-width: 1500px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  position: relative;
  z-index: 202;
}

header.absolute {
}

header {
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header.hide-header {
  position: absolute;
  transform: translateY(-100%);
  opacity: 0;
}

header.show-header {
  position: fixed;
  transform: translateY(0);
  opacity: 1;
  background-color: #290138;
}

header.nav-up {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: -120px;
  z-index: 105;
}

header.nav-down {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0px;
  z-index: 1002;
  border-bottom: 1px solid #eaeced;
}

header .top {
  height: 41px;
  /* border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 242, 242); */
  background-color: #121212;
  z-index: 3;
  position: relative;
}

header .top .message {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

header .top .message span,
header .top .message strong {
  font-weight: 500;
  color: #f9a33d;
}

header .top ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 100%;
}

header .top ul li {
  border-style: solid;
  border-color: #333333;
  border-width: 0px 0px 0px 1px;
  height: 100%;
}

header .top ul li:last-child {
  border-width: 0px 1px 0px 1px;
}

header .top ul li a {
  padding: 0px 15px;
  font-size: 14px;
  color: #ffffff;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: left;
  height: 100%;
  width: 100%;
  min-width: 64px;
}

header .top ul li a:hover {
  color: #ff920f;
  background-color: #333333;
}

header .top ul li a i {
  font-size: 20px;
}

header .top ul li a .fa-shopping-cart {
  position: relative;
}

header .top ul li a .fa-shopping-cart span {
  border-radius: 50%;
  background-color: rgb(228, 140, 37);
  position: absolute;
  right: -8px;
  top: -5px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #fff !important;
}

header .main-menu {
  height: 74px;
  /*box-shadow: 0px 0px 14.11px 2.89px rgba(0, 0, 0, 0.04);*/
}

header .main-menu #navbar-nav .navbar-nav {
  -ms-flex-align: center !important;
  align-items: center !important;
}

header .main-menu a.closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  background-color: #f00;
  border-radius: 5px;
}

.navbar-light {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
}

.navbar-light .navbar-brand {
  padding: 3px 0px 0px 0px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  font-size: 16px;
  color: #f5f5f5;
  font-weight: 500;
  padding: 10px 14px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.show > .nav-link,
.navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #ff920f;
}

.navbar-light .navbar-nav .nav-item.show > .nav-link {
  background-color: #000;
  border-radius: 5px;
  background-color: rgb(30, 30, 30);
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  color: #fff;
  vertical-align: middle;
}

.navbar-left {
  display: flex;
  align-items: center;
}

/* Header dropdown yeni tema — sadece desktop (≥770px).
   769px ve altında mobile side-menu markup'ı aynı class'ları kullandığı için
   bu stilleri media query ile sınırlıyoruz. */
@media (min-width: 770px) {
  .main-menu .dropdown-menu {
    width: 324px !important;
    padding: 18px 16px;
    margin: 0;
    left: calc((100% - 324px) / 2);
    top: 54px;
    line-height: 1.35;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(
      180deg,
      rgba(24, 20, 32, 0.96) 0%,
      rgba(38, 24, 56, 0.96) 100%
    );
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(139, 69, 255, 0.12) inset;
    z-index: 1050;
    overflow: hidden;
  }

  .show-header .main-menu .dropdown-menu {
    top: 57px;
  }

  /* Marka gradient aksent (üst kenar çizgisi) */
  .main-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    /*background: linear-gradient(90deg, #ef6b34 0%, #8b45ff 100%);*/
    border-radius: 2px;
  }

  .main-menu .dropdown-menu .dropdown-item {
    padding: 10px 14px;
    margin-bottom: 6px;
    border-bottom: none;
    color: #f2ecff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    background-color: transparent;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
    position: relative;
    transition:
      color 0.2s ease,
      background-color 0.25s ease,
      padding-left 0.25s ease;
  }

  .main-menu .dropdown-menu .dropdown-item:last-child {
    border-width: 0;
    margin-bottom: 0;
  }

  .main-menu .dropdown-menu .dropdown-item > img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    padding-right: 0;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.2s ease;
  }

  .main-menu .dropdown-menu .dropdown-item:hover,
  .main-menu .dropdown-menu .dropdown-item:focus,
  .main-menu .dropdown-menu .dropdown-item.active {
    color: #ffffff;
    background: linear-gradient(
      90deg,
      rgba(239, 107, 52, 0.18) 0%,
      rgba(139, 69, 255, 0.22) 100%
    );
    padding-left: 18px;
  }

  .main-menu .dropdown-menu .dropdown-item:hover > img,
  .main-menu .dropdown-menu .dropdown-item.active > img {
    opacity: 1;
  }

  /* Sol kenar hover indicator */
  .main-menu .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    /*background: linear-gradient(180deg, #ef6b34 0%, #8b45ff 100%);*/
    border-radius: 2px;
    transform: translateY(-50%);
    transition: height 0.25s ease;
  }

  .main-menu .dropdown-menu .dropdown-item:hover::before,
  .main-menu .dropdown-menu .dropdown-item.active::before {
    height: 60%;
  }
} /* /@media (min-width: 770px) */

.nav-notification {
  display: none;
}

.nav-notification .notification-container {
  position: relative;
}

.nav-notification .notification-container span {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  right: 9px;
  top: 5px;
  line-height: 14px;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 100vh;
  max-height: 1188px;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero::after {
  content: "";
  display: block;
  height: 120px; /* kartların hero’ya dokunduğu alan */
}

.hero .hero-bg {
  background-size: cover;
  background-position: top center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero .hero-bg .video-bg {
  max-width: 100%;
  overflow: hidden;
}
.hero-bg .gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;

  background: #290138;

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    /* üst full */ rgba(0, 0, 0, 0) 100% /* aşağı doğru kaybol */
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.hero-bg .gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 370px;
  width: 100%;

  /* 1️⃣ renk (left → right) */
  background: linear-gradient(to left, #602f9d 0%, #8a31a0 100%);

  /* 2️⃣ opacity (top → bottom) */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    /* üst görünmez */ rgba(0, 0, 0, 1) 100% /* alt full görünür */
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.08) 20%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.8) 85%,
    rgba(0, 0, 0, 1) 100%
  );
}

.hero .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 120px;
  margin-top: 30px;
  min-height: 800px;
}

.hero .hero-content .post-img {
  flex: 0 0 474px;
}

.hero .hero-content .post-img img {
  max-width: 100%;
}

.hero .hero-content .post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero .hero-content .post-content h1 {
  font-size: 49.567px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  margin-bottom: 22px;
  margin-top: 0px;
}

.hero .hero-content .post-content p {
  font-size: 28.277px;
  color: #ffa200;
  line-height: 1.214;
  margin-bottom: 49px;
}

.hero-btn-1 {
  min-width: 60px;
  min-height: 18px;
  padding: 14px 70px;
  margin-right: 30px;
}

.hero-btn-2 {
  min-width: 60px;
  min-height: 18px;
  padding: 14px 70px;
}

/* Problem And Solution Start */
.problem-solution {
  background-color: #f2f2f2;
  padding-bottom: 60px;
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center;

  /* 1️⃣ renk (left → right) */
  background: linear-gradient(to left, #602f9d 0%, #8a31a0 100%);
}

.problem-solution-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 46px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -120px;
}

.ps-card {
  width: 520px;
  min-height: 300px;
  padding: 52px 46px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.ps-card:hover {
  transform: translateY(-4px);
    box-shadow: 0px 14px 22px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #ffa200;
}

.ps-label {
  font-size: 32px;
  font-weight: 300;
  color: #ffa200;
  margin-bottom: 28px;
}

.ps-card ul {
  margin: 0;
  padding-left: 18px;
}

.ps-card li {
  font-size: 22px;
  line-height: 1.682;
  list-style: disc;
}

.ps-card li::marker {
  color: #ffa200;
}

.ps-text {
  font-size: 27px;
  line-height: 1.37;
  font-weight: 700;
  max-width: 430px;
}

.ps-text p {
  font-size: 27px;
  line-height: 1.37;
  font-weight: 700;
  max-width: 430px;
}


@media (max-width: 1100px) {
  .ps-card {
    width: 100%;
    max-width: 620px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .problem-solution {
    padding: 30px 16px;
  }

  .problem-solution-container {
    gap: 24px;
  }

  .ps-card {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .ps-label {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .ps-card li,
  .ps-text {
    font-size: 18px;
  }
}
.section-blend {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.section-blend::before,
.section-blend::after {
  content: "";
  position: absolute;
  inset: 0;
}

.section-blend::before {
  background: linear-gradient(to left, #602f9d 0%, #8a31a0 100%);
  opacity: 1;
}

.section-blend::after {
  background: linear-gradient(to left, #ff9100 0%, #ff4200 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
}
/* Problem And Solution End */

.home-packages {
  background-color: #f8f5fa;
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  z-index: 2;
  padding-bottom: 120px;
}

/* üst geçiş */
.home-packages::before {
  content: "";
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: 240px;
  background: #f8f5fa;

  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 100%);

  z-index: 0;
  pointer-events: none;
}

.packages-container {
  background-color: #ffffff;
  height: auto;
  position: absolute;
  border-radius: 0px 0px 20px 20px;
}

.home-packages .new-packages-container {
  margin-top: -350px;
  background-color: transparent;
  max-width: 1100px;
}

.package-page .new-packages {
  margin-top: 60px;
}

.package-page .home-packages .new-packages-container {
  margin-top: 0;
  background-color: transparent;
  max-width: 1260px;
}

.packages-container::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0 0 20px 20px;
}

.packages .packages-header,
.packages .packages-body {
  background: #fff;
  position: relative;
}

.packages .packages-body .container {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}

.packages .packages-header {
  border-width: 0px 0px 0px 0px;
}

.packages .packages-header {
  background-color: #fcfcfc;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.packages .packages-header .p-col-1 {
  flex: 0 1 100%;
  padding: 0px 15px 0px 50px;
  font-size: 20px;
  color: rgb(33, 33, 33);
  font-weight: bold;
  text-align: left;
}

.packages .packages-header .p-col-2 {
  flex: 0 0 300px;
}

.packages .packages-header .p-col {
  display: -ms-flexbox !important;
  display: flex !important;
  border-color: #ededed;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  /* border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #fff; */
}

.packages .packages-header .p-col:first-child {
  border-width: 0;
}

.packages .packages-header .p-col .col-prices {
  flex: 0 0 120px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
}

.packages .packages-header .p-col .col-prices span {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important;
  background-color: #262626;
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-decoration: line-through;
  font-weight: 300;
  width: 100%;
  line-height: inherit;
  flex: 0 0 42px;
}

.packages .packages-header .p-col .col-prices span.price {
  line-height: 57px;
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
  flex: 0 1 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-height: 74px;
}

.packages .packages-header .p-col .col-prices span.price.price2 {
  font-size: 28px;
}

.packages .packages-header .p-col .col-prices span.price2 {
  font-size: 28px;
}

.packages .packages-header .header-content {
  flex-basis: 100%;
  padding: 13px 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
}

.packages .packages-header .header-content span {
  display: block;
  font-size: 18px;
  color: #2c2c2c;
}

.packages .packages-header .p-col.p-col-1 .header-content span.title {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.packages .packages-header .p-col .header-content span.title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.packages .packages-header .p-col.col-color-1 .header-content span.title {
  color: #1fb118;
}

.packages .packages-header .p-col.col-color-1 .col-prices span.price {
  background-color: #1fb118;
}

.packages .packages-header .p-col.col-color-3 .header-content span.title {
  color: #b740e5;
}

.packages .packages-header .p-col.col-color-3 .col-prices span.price {
  background-color: #b740e5;
}

.packages .packages-header .p-col.col-color-2 .header-content span.title {
  color: #3f80f5;
}

.packages .packages-header .p-col.col-color-2 .col-prices span.price {
  background-color: #3f80f5;
}

.packages .packages-body .package-row-mobile {
  flex: 0 1 100%;
  font-size: 15px;
  color: rgb(33, 33, 33);
  font-weight: 500;
  line-height: 1.63;
  padding: 15px 15px 15px 15px;
  width: 100%;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #ededed;
  cursor: pointer;
}

.package-page .packages .packages-body .package-row-mobile {
  border-width: 1px 0px 0px 0px;
}

.packages .packages-body .package-row-mobile i {
  color: #d5d5d5;
}

.packages .packages-body .package-row-mobile i.fas.fa-question-circle {
  cursor: pointer;
}

.packages .packages-body .p-col-1 {
  flex: 0 1 100%;
  font-size: 15px;
  color: rgb(33, 33, 33);
  line-height: 1.63;
  padding: 10px 0px 10px 32px;
}

.packages .packages-body .p-col-1 i {
  color: #a5a5a5;
}

.packages .packages-body .p-col-1 i.dot-icon {
  color: #121212;
  font-size: 6px;
}

.packages .packages-body .p-col-1 i.fas.fa-question-circle {
  cursor: pointer;
}

.packages .packages-body .p-col-2 {
  flex: 0 0 300px;
  height: 51px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #ededed;
  color: #121212;
  font-size: 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.packages .packages-body .p-col-2 > div {
  width: 170px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  gap: 5px;
}

.package-page .packages .packages-body .p-col-2.col-color-1 > div,
.package-page .packages .packages-body .p-col-2.col-color-2 > div,
.package-page .packages .packages-body .p-col-2.col-color-3 > div {
  width: 197px;
  max-width: 100%;
  padding: 0px 10px;
  /* padding: 21px 0px; */
}

.package-page .packages .packages-body .p-col-2.col-color-1 a,
.package-page .packages .packages-body .p-col-2.col-color-2 a,
.package-page .packages .packages-body .p-col-2.col-color-3 a {
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  width: 100%;
  /* margin: 10px 0px; */
  text-align: center;
}

.packages .packages-body .p-col-2 i {
  font-size: 18px;
}

.packages .packages-body .p-col-2 i.fa-check-circle {
  color: #6fba47;
}

.packages .packages-body .p-col-2 i.fa-times-circle,
.packages .packages-body .p-col-2 i.fa-times {
  color: #f44336;
}

.packages .packages-body .p-col-2.text-bold {
  font-weight: 700;
}

.packages .packages-body .p-col-3 {
  flex: 0 0 900px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #ededed;
  color: #8e8e8e;
  font-size: 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.packages .packages-body .package-row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 51px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.packages .packages-body .package-row-desktop:last-child .package-row {
  border-width: 1px 0px 0px 0px;
}

.packages .packages-footer {
  margin: 25px 0px;
  text-align: center;
  position: relative;
  z-index: 101;
}

.web-design {
  background-image: url("../img/web-sitesi-tasarimi-kampanyali-fiyatlar.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 241px;
  padding-bottom: 145px;
}

.web-design .light-link {
  border-color: rgb(255, 255, 255, 0.51);
}

.web-design .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.web-design .post-img {
  flex: 0 0 495px;
  max-width: 40%;
}

.web-design .post-img img {
  max-width: 100%;
}

.web-design .post-content {
  padding-left: 60px;
}

.web-design .post-content h2.title {
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-bottom: 15px;
}

.web-design .post-content h2.sub-title {
  color: #ffea00;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 22px;
}

.web-design .post-content p {
  font-size: 19px;
  color: rgb(255, 255, 255);
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 400;
  line-height: 1.263;
}

.web-design .post-content .link {
  margin-top: 20px;
}

.features {
  padding: 40px 0px 45px 0px;
}

.features .container {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.features .container .feature {
  width: 50%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 40px;
}

.features .container .feature .feature-img {
  flex: 0 0 350px;
  overflow: hidden;
}

.features .container .feature .feature-img img {
  max-width: 100%;
}

.features .container .feature .feature-content {
  flex: 0 1 100%;
  padding-right: 127px;
}

.features .container .feature .feature-content h3 {
  font-size: 28px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.286;
}


.features .container .feature .feature-content p {
  font-size: 18px;
  color: rgb(15, 15, 15);
  line-height: 1.444;
  font-weight: 400;
}

.why-destomedya {
  background-color: rgb(148 65 229 / 90%);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.why-destomedya::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/neden-destomedya.png) center / cover no-repeat;
  opacity: 1;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.why-destomedya .container {
  max-width: 950px;
  width: 100%;
}

.why-destomedya h4 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  line-height: 0.925;
  text-shadow: 0px 3px 6px rgb(97, 31, 162);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 36px;
  z-index: 2;
  position: relative;
}

.why-destomedya .reviews-footer * {
  z-index: 2;
  position: relative;
}

.why-destomedya .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 1;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
}

.why-destomedya .owl-theme .owl-nav div.owl-prev,
.why-destomedya .owl-theme .owl-nav div.owl-next {
  z-index: 2;
}

.why-destomedya h4 strong {
  font-weight: 700;
}

.why-destomedya h4 span {
  font-weight: 500;
}

.reviews {
  position: relative;
}

.reviews-carousel .owl-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 100%;
}

.reviews-carousel .owl-stage {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.reviews .review {
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  max-width: 580px;
  width: 100%;
  position: relative;
  padding: 0px 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 250px;
  box-shadow: 0px 0px 35.2px 8.8px rgba(0, 0, 0, 0.12);
}

/* 
.reviews .review::before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 81px 0px 0px 81px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
} */

/* .reviews .review::after {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0px;
  top: 0px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 52px;
  color: #d2d2d2;
} */

.reviews .review-header {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
  padding-top: 0px;
}

.reviews .line {
  margin-bottom: 14px;
  margin-top: 0px;
}

.reviews .review-header .author {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 8px;
  text-align: center;
  /* border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #e8e8e8;
  padding-right: 12px; */
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

section.reviews .review-header .author {
  width: 100%;
}

.reviews .review-header .author strong {
  color: #333333;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 5px;
}

.reviews .review-header .date {
  font-size: 17px;
  font-weight: 300;
  color: #b5b5b5;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #e8e8e8;
  padding-left: 10px;
}

.reviews .review .review-header .star {
  color: #ffcc00;
  font-size: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

section.reviews .review .review-header .star {
  width: 100%;
  text-align: center;
}

.reviews .review-content p {
  font-size: 15px;
  color: #141414;
  line-height: 1.294;
  text-align: center;
  font-weight: 400;
  line-height: 1.43;
}

.reviews .review-content p::before {
  content: '"';
  font-size: 17px;
  font-weight: 700;
  padding-right: 5px;
}

.reviews .review-content p::after {
  content: '"';
  font-size: 17px;
  font-weight: 700;
  padding-left: 5px;
}

.reviews .reviews-footer {
  margin-top: 10px;
  text-align: center;
}

.why-destomedya .reviews .review-content {
  /* flex: 0 1 100%; */
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.why-destomedya .reviews .review-header {
  /* flex: 0 0 41px; */
  padding-top: 20px;
}

.services {
  position: relative;
  padding-top: 0;
  padding-bottom: 495px;

  background: linear-gradient(to left, #ff9100 0%, #c0461b 100%);
}

/* image layer */
.services::after {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../img/home-services-bg.png") center/cover no-repeat;
  opacity: 0.1;

  z-index: 0;
}

/* mevcut mor geçiş */
.services::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 500px;

  background: linear-gradient(to left, #602f9d 0%, #8a31a0 100%);

  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);

  mask-image: linear-gradient(
    to bottom,
    black 0%,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0.4) 70%,
    transparent 100%
  );

  pointer-events: none;
  z-index: 1;
}

/* içerik üstte */
.services > * {
  position: relative;
  z-index: 2;
}

.services .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: relative;
}

.services .container .services-title {
  flex: 0 0 314px;
}

.services .container .services-title h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
}

.services .container .services-title h5 strong {
  font-weight: 700;
  font-size: 40px;
}

.services .container .services-list {
  flex: 0 1 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.services .container .services-list .service {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 40px;
  background-color: rgba(255, 79, 79, 0);
  width: 194px;
  padding: 18px 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  margin: auto;
}

.services .container .services-list .service::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(to bottom, #000 0%, #232323 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  border-radius: 40px;
  border: 6px solid #fff;
}

.services .container .services-list .service:hover {
  border-color: #fff;
  background-color: #232323;
  transform: translateY(-8px);
  box-shadow: 0px 35px 52px 0px rgba(0, 0, 0, 0.48);
}

.services .container .services-list .service:hover::before {
  opacity: 1;
}

.services .container .services-list .service h3 {
  font-size: 22px;
  color: rgb(255, 255, 255);
  line-height: 1.046;
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
}

.services .container .services-list .service img {
  /* padding-bottom: 19px; */
}

.faqs {
  padding: 90px 0px 100px;
}

.faqs .faqs-title {
  font-size: 34px;
  color: rgb(33, 33, 33);
  font-weight: 700;
  line-height: 0.941;
  margin-bottom: 25px;
}

.faqs .faq-list {
  margin-bottom: 35px;
}

.faqs .faq-list .faq {
  color: rgb(51, 51, 51);
  line-height: 1.28;
}

.faqs .faq-list .faq.collapsed h6 {
  color: rgb(51, 51, 51);
}

.faqs .faq-list .faq.collapsed h6::after {
  content: "+";
}

.faqs .faq-list .faq h6 {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
  font-size: 22px;
  color: #f49734;
  line-height: 27px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  font-weight: 400;
}

.faqs .faq-list .faq h6::after {
  content: "-";
  padding-left: 10px;
}

.faqs .faq-list .faq.collapsed i {
  color: #d5d5d5;
}

.faqs .faq-list .faq i {
  font-size: 27px;
  color: #f49734;
  padding-right: 14px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  /* line-height: 1.4; */
}

.faqs .faq-list .faq:hover h6,
.faqs .faq-list .faq:hover i {
  color: #f49734;
}

.faqs .faq-list .faq .faq-body {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 15px;
  max-width: 100%;
  line-height: 1.353;
  line-height: 1.63;
  padding-left: 41px;
}

.faqs .all-faq {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 39px;
}

.faqs .all-faq a {
  color: #5099f3;
  font-size: 22px;
  display: inline-block;
}

.faqs .all-faq a span {
  color: #ffffff;
  padding: 6px 14px;
  background-color: #181818;
  border-radius: 22px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.faqs .all-faq a:hover span {
  background-color: #5099f3;
}

.write-us {
  background-image: url("../img/bize-dunyanin-her-yerinden-ulasabilirsiniz.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  height: 584px;
}

.write-us .container {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  -ms-flex-pack: center !important;
}

.write-us .container .write-us-content {
  font-size: 48px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.05;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.write-us .privacy-policy {
  margin-top: 33px;
}

.write-us .container .write-us-content strong {
  font-weight: 700;
}

.write-us .container .write-us-form-container {
  border-radius: 0 0 15px 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.24);
  width: 400px;
  margin-left: 80px;
  padding: 0 40px;
  height: calc(100% + 46px);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.write-us.write-us-page-inner .container .write-us-form-container {
  height: 100%;
  border-radius: 0;
}

.write-us-form-text {
  color: #1b1b1b;
}

.write-us-form-text-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 22px;
}

.write-us-form-text-description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.389;
}

.write-us-content-text {
  margin-bottom: 36px;
  line-height: 1.25;
}

.write-us-whatsapp a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.whatsapp-box {
  display: flex;
  align-items: center;
  gap: 20px;

  padding: 18px 28px;
  border: 2px solid rgba(255, 255, 255);
  border-radius: 20px;

  transition: all 0.25s ease;
  text-align: left;
}

.whatsapp-box img {
}

.whatsapp-text-title {
  font-size: 25px;
  font-weight: 300;
}

.whatsapp-text-title strong {
  font-weight: 700;
}

.whatsapp-text-number {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 900;
}

.bottom-message {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 900;
}

/* hover */
.whatsapp-box:hover {
  border-color: #25d366;
  transform: translateY(-4px);
  background-color: #25d366;
}

.write-us .container .home-form {
}

.write-us .container .home-form .button-col {
  text-align: center;
}

.write-us .container .home-form.form .input-col textarea {
  height: 117px;
}

.write-us .container .form.home-form .input-col textarea {
  height: 117px;
}

.write-us .container .form.home-form .input-col-2 > span {
  height: 117px;
}

.write-us .container .form.home-form .privacy-policy label {
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}

footer .container {
  width: 100%;
}

.footer-top {
  background-color: #1e1e1e;
  /*background-color: #f4f4f4;*/
  padding-bottom: 47px;
  position: relative;
  z-index: 2;
}


/* mevcut mor geçiş */
.footer-top::before {
  /*content: "";*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to left, #000 0%, #1e1e1e 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0.05) 95%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.footer-top .footer-top-content {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.318;
  font-weight: 300;
  padding: 30px 0px 38px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-top .footer-top-bar {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: absolute;
  height: 121px;
  width: 100%;
  z-index: 3;
}

.footer-top .footer-top-bar .container {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0px 2px 3px 0px rgba(18, 16, 11, 0.28);
  height: 89px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.footer-top .footer-top-bar .container .footer-logo {
  padding: 0px 44px;
}

.footer-top .footer-top-bar .container .facebook a {
  font-size: 20px;
  color: rgb(96, 129, 196);
  font-weight: 700;
  line-height: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.footer-top .footer-top-bar .container .facebook a:hover {
  color: #1e1e1e;
}

.footer-top .footer-top-bar .container .facebook a img {
  padding-left: 18px;
}

.footer-top .footer-top-bar .container .instagram a {
  font-size: 20px;
  color: #cf2896;
  font-weight: 700;
  line-height: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.footer-top .footer-top-bar .container .instagram a:hover {
  color: #1e1e1e;
}

.footer-top .footer-top-bar .container .instagram a img {
  padding-right: 18px;
}

.footer-body {
  background-color: #f4f4f4;
  padding: 99px 0px 28px 0px;
  position: relative;
}

.footer-body .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-body .f-col-4 {
  flex: 0 0 100%;
  padding: 32px 0px 0px 0px;
}

.footer-body .f-col-4 img {
  max-width: 100%;
}

.footer-body .f-col-3 {
  flex: 0 0 200px;
}

.footer-body .f-col-1 {
  /* flex: 0 0 190px; */
  padding-right: 24px;
}

.footer-body .f-col-2 {
  flex: 0 1 47%;
  padding-left: 38px;
  min-width: 560px;
}

.footer-body .f-col-1 ul {
  /* display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;  */
  padding-top: 0px;
}

.footer-body .f-col-1 ul li {
  flex: 0 0 50%;
}

.footer-body .f-col-2 .col-list {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.footer-body .f-col-2 .col-list ul {
  flex: 0 0 calc(40% - 0px);
  padding-right: 0px;
  padding-top: 4px;
}

.footer-body .f-col-2 .col-list ul:nth-child(1) {
  order: 0;
}

.footer-body .f-col-2 .col-list ul:nth-child(2) {
  order: 2;
}

.footer-body .f-col-2 .col-list ul:nth-child(3) {
  order: 1;
}

.footer-body .f-col-2 .col-list ul:nth-child(4) {
  order: 3;
}

.footer-body .f-col-2 .col-list ul:nth-child(3n + 3) {
  padding-right: 0px;
}

.footer-body .f-col-2 .col-list ul:last-child {
  /* flex: 0 0 33%; */
  padding-right: 0px;
}

/* .footer-body .f-col-2 .col-list ul:nth-child(3) li:first-child {
  padding-top: 10px;
} */

.footer-body .f-col-2 .col-list ul:nth-child(4) {
  flex-basis: 50%;
}

.footer-body .f-col-2 .col-list ul:nth-child(4) li:first-child {
  padding-top: 10px;
}

/* .footer-body .f-col-2 .col-list ul:nth-child(3n+3) {
  padding-right: 0px;
} */

.footer-body .f-col .col-title {
  font-size: 18px;
  color: #575757;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-body .f-col .col-title.col-title-2 {
  margin-top: 17px;
}

.footer-body .f-col li {
  font-weight: 500;
  font-size: 15px;
  color: rgb(87, 87, 87);
  padding-bottom: 5px;
}
/*
.footer-body .f-col-2 li:first-child {
  padding-bottom: 5px;
}
*/

.footer-body .f-col li a {
  color: rgb(87, 87, 87);
  font-weight: 300;
  line-height: 1.6;
}

.footer-body .f-col li a::before {
  content: "•";
  padding-right: 5px;
}

.footer-body .f-col li a:hover {
  color: #ff5400;
}

.footer-body .f-col-3 img {
  margin-bottom: 10px;
}

.footer-body .f-col-3 .title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: rgb(87, 87, 87);
  margin-bottom: 15px;
}

.footer-body .f-col-3 .phone {
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: rgb(87, 87, 87);
  margin-bottom: 9px;
  position: relative;
}

.footer-body .f-col-3 .phone i {
  padding-right: 4px;
  position: absolute;
  left: 0;
}

.footer-body .f-col-3 .phone a {
  color: rgb(87, 87, 87);
  padding-left: 25px;
}

.footer-body .f-col-3 .phone a:hover {
  color: #ff5400;
}

.footer-body .f-col-3 .share-title {
  font-size: 14px;
  color: rgb(87, 87, 87);
  line-height: 1.715;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 7px;
  display: inline-block;
}

.footer-bottom .footer-bottom-links {
  background-color: rgb(237, 237, 237);
  padding: 19px 0px;
}

.footer-bottom .footer-bottom-links ul {
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 100%;
}

.footer-bottom .footer-bottom-links ul li {
  padding: 0px 5px 0px 5px;
}

.footer-bottom .footer-bottom-links ul li:last-child {
  padding: 0px 0px 0px 5px;
}

.footer-bottom .footer-bottom-links ul li::after {
  content: "•";
  padding-left: 5px;
  font-weight: 300;
  font-size: 12px;
}

.footer-bottom .footer-bottom-links ul li:last-child::after {
  content: "";
  padding-left: 0px;
}

.footer-bottom .footer-bottom-links ul li a {
  font-size: 14px;
  color: rgb(87, 87, 87);
  font-weight: 300;
}

.footer-bottom .footer-bottom-links ul li a:hover {
  color: #ff5400;
}

.footer-bottom .footer-bottom-copyright {
  background-color: #e0e0e0;
  padding: 16px 0px;
  text-align: center;
}

.footer-bottom .footer-bottom-copyright {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 300;
}

.footer-bottom .footer-bottom-copyright span.desto {
  font-size: 12px;
  position: relative;
  padding-right: 10px;
}

.footer-bottom .footer-bottom-copyright span.desto strong {
  font-weight: 700;
}

.footer-bottom .footer-bottom-copyright span.desto span.register {
  position: absolute;
  right: 0px;
  top: 0px;
}

.breadcrumbs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 16px 0px;
  background-color: #fcfcfc;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 0 0 1px 0;
}

.breadcrumbs .breadcrumbs-title {
  font-size: 27px;
  color: rgb(255, 255, 255);
}

.breadcrumbs.breadcrumbs-light {
  background-image: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.breadcrumbs ol {
  display: -ms-flexbox !important;
  display: flex !important;
}

.breadcrumbs ol li::after {
  content: ">";
  color: #ff920f;
  padding: 0px 8px;
}

.breadcrumbs ol li:last-child::after {
  content: "";
  padding: 0px 0px;
}

.breadcrumbs ol li a {
  font-size: 13px;
  font-weight: 300;
  color: #666666;
}

.breadcrumbs ol li a:hover {
  color: #ff920f;
}

.breadcrumbs ol li:last-child a {
  font-weight: 400;
}

.page {
  padding-top: 68px;
  padding-bottom: 120px;
  background-color: #f3f0f5;
}

.page.package-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page .category-link-list {
  padding-bottom: 0px;
  /* margin-top: 18px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e8e8e8; */
}

.page.about-page .category-link-list {
  margin-top: 33px;
}

.page .category-link-list button.navbar-toggler {
  border-radius: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page .category-link-list button.navbar-toggler span.text {
  font-size: 18px;
  color: rgb(30, 30, 30);
  font-weight: bold;
}

#side-menu ul.cat-list,
.page .category-link-list ul {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 28px;
  padding-bottom: 28px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e8e8e8;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
}

.page.about-page .category-link-list ul {
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
}

#side-menu ul.cat-list li,
.page .category-link-list ul li {
  margin: 0px 17px;
  order: 1;
}

#side-menu ul.cat-list li:last-child,
.page .category-link-list ul li:last-child {
  margin-right: 0px;
}

#side-menu ul.cat-list li a,
.page .category-link-list ul li a {
  font-weight: 300;
  padding: 0px 0px 5px 0px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px 0;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: rgb(30, 30, 30);
  height: 100%;
  white-space: nowrap;
}

#side-menu ul.cat-list li a:hover,
.page .category-link-list ul li a:hover {
  border-color: #ff920f;
}

#side-menu ul.cat-list li a.active,
.page .category-link-list ul li a.active {
  border-color: #ff920f;
  font-weight: 500;
}

.page .link-list {
  margin-bottom: 16px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e8e8e8;
}

.page.about-page .link-list {
  margin-top: 0px;
  padding-bottom: 0px;
}

.page .link-list ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 18px 0px;
}

.page.about-page .link-list ul {
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  margin-left: -8px;
  padding: 0px 0px 18px 0px;
  margin-top: -2px;
}

.page .link-list ul li {
  margin-right: 8px;
  margin-left: 8px;
  order: 1;
}

.page .link-list ul li:last-child {
  margin-right: 0px;
}

.page .link-list ul li a {
  padding: 11px 20px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 12px;
  min-width: 230px;
  text-align: center;
  font-size: 17px;
  color: rgb(30, 30, 30);
  display: block;
  width: 100%;
  height: 100%;
}

.page .link-list ul li a:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.page .link-list ul li a.active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.page .page-content {
  padding-bottom: 100px;
  flex: 0 1 100%;
}

.page .page-content.other-page-content {
  padding: 0px 0 120px 0;
}

.page h1.title,
.page h2.title {
  font-size: 25px;
  color: rgb(30, 30, 30);
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page h1.title.big-title {
  font-size: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page .h1-line {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0 0 1px 0px;
  width: 100%;
}

.page .h1-line.h1-line-3 {
  margin-bottom: 17px;
  padding-bottom: 17px;
}

.page .h1-line.h1-line-2 {
  margin-bottom: 17px;
}

.page div.small-title {
  text-align: center;
  font-size: 18px;
  color: rgb(30, 30, 30);
  font-weight: 700;
  line-height: 1.43;
}

.page span.desto,
.page-header span.desto {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
  padding-right: 15px;
}

.page span.desto strong,
.page-header span.desto strong {
  font-weight: 700;
}

.page span.desto span.register,
.page-header span.desto span.register {
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 0px;
}

.page .page-content p {
  font-size: 17px;
  line-height: 1.5;
  color: rgb(30, 30, 30);
  font-weight: 400;
}

.help-content {
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 60px;
}

.help-content .help-menu {
  flex: 0 0 285px;
}

.help-content .help-menu .help-menu-title {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.help-content .help-menu .category-list .category {
  padding: 11px 0px;
}

.help-content .help-menu .category-list .category.collapsed > a {
  font-weight: 300;
}

.help-content .help-menu .category-list .category > a {
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 11px;
  display: block;
  position: relative;
  padding-left: 12px;
}

.help-content .help-menu .category-list .category.collapsed > a::before {
  color: #c4c4c4;
}

.help-content .help-menu .category-list .category > a::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 6px;
  color: #141414;
}

.help-content .help-menu .category-list .category.collapsed > a::after {
  content: "+";
  float: right;
}

.help-content .help-menu .category-list .category > a::after {
  content: "-";
  float: right;
}

.help-content .help-menu .category-list .category > div ul li a {
  font-size: 15px;
  display: block;
  background-color: #f5f5f5;
  color: #5e5e5e;
  padding: 15px 18px;
  font-weight: 300;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.help-content .help-menu .category-list .category > div ul li a.active {
  color: #458dd8;
  font-weight: 500;
}

.help-content .help-menu .category-list .category > div ul li a:hover {
  color: #458dd8;
}

.help-content .help-detail {
  flex: 0 1 100%;
  padding-left: 80px;
}

.help-content .help-detail h1 {
  font-size: 25px;
  color: rgb(48, 48, 48);
  line-height: 1.08;
  margin-bottom: 6px;
  font-weight: 500;
  font-family: inherit;
  margin-top: 0px;
}

.help-content .help-detail h2 {
  font-size: 22px;
  font-family: inherit;
  color: rgb(69, 141, 216);
  line-height: 1.227;
  font-weight: 300;
  margin-bottom: 33px;
}

.help-content .help-detail p {
  font-size: 16px;
  font-family: inherit;
  color: rgb(30, 30, 30);
  line-height: 1.688;
  font-weight: 300;
}

.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* background-position: top center; */

  padding-top: 74px;
}

.page-header .page-header-content {
  padding: 52px 0px 70px 0px;
}

.page-header .page-header-content .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.page-header .page-header-content .title {
  font-size: 30px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.267;
  text-align: center;
  margin-bottom: 43px;
}

.page-header .page-header-content .sub-title {
  font-size: 34px;
  color: #151515;
  font-weight: 500;
}

.page-header .page-header-content .sub-title span.desto {
  font-size: 38px;
  color: #fff;
}

.page-header .breadcrumbs.breadcrumbs-light a {
  color: #fff;
}

.page-header .breadcrumbs.breadcrumbs-light a.active {
  font-weight: 700;
}

.page-header .breadcrumbs.breadcrumbs-light a:hover {
  color: #000;
}

.review-page {
  padding-top: 40px;
  padding-bottom: 80px;
}

.review-page .review-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 1px;
  font-size: 34px;
  color: rgb(33, 33, 33);
  line-height: 1.43;
}

.review-page .reviews .review {
  border-radius: 81px;
  background-color: rgb(255, 255, 255);
  max-width: 830px;
  width: 100%;
  height: 235px;
  position: relative;
  padding-left: 128px;
  padding-right: 44px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.review-page .reviews .review::before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 81px 0px 0px 81px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.review-page .reviews .review::after {
  content: "“";
  font-size: 110px;
  font-family: arial;
  font-weight: 700;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0px;
  top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #d2d2d2;
}

.review-page .reviews .review-header {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-bottom: 11px;
  flex-direction: row;
  -ms-flex-direction: row;
}

.review-page .reviews .line {
  margin-bottom: 14px;
  margin-top: 0px;
}

.review-page .reviews .review-header .author {
  font-size: 17px;
  font-weight: 300;
  color: #b5b5b5;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #e8e8e8;
  padding-right: 12px;
}

.review-page .reviews .review-header .date {
  font-size: 17px;
  font-weight: 300;
  color: #b5b5b5;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #e8e8e8;
  padding-left: 10px;
}

.review-page .reviews .review .review-header .star {
  color: #ffcc00;
  font-size: 15px;
  margin-left: 4px;
  margin-right: 8px;
}

.review-page .reviews .review-header .author strong {
  color: #333333;
  font-weight: 700;
}

.review-page .reviews .review-content p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.294;
  text-align: left;
  font-weight: 300;
  line-height: 1.63;
}

.review-page .reviews .reviews-footer {
  margin-top: 40px;
  text-align: center;
}

.review-page .reviews {
  padding: 15px 0px 20px 0px;
}

.review-page .reviews .review {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 26px 0px 46px 0px;
  border-style: solid;
  border-width: 1px 6px 6px 0px;
  border-color: #f2f2f2;
  box-shadow: 0px 0px 15px 1.8px rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.review-page .reviews .review-header .date {
  border-width: 0px 0px 0px 0px;
  padding-left: 0;
}

.review-page .reviews .review-header .date::after {
  content: "-";
  padding: 0px 5px 0px 3px;
}

.review-page .reviews .review-header {
  padding-bottom: 12px;
}

.review-page .reviews .review-header .author {
  padding-right: 9px;
  padding-bottom: 0px;
  flex-direction: row;
  -ms-flex-direction: row;
  font-size: 16px;
}

.review-page .reviews .review-header .author strong {
  padding-right: 5px;
  padding-bottom: 0px;
  font-size: 17px;
}

.review-page .reviews .review-header .star {
  margin-left: 8px;
}

.review-page .more-review {
  text-align: center;
}

.review-page .more-review a {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
  padding: 13px 100px;
  font-size: 17px;
  font-weight: 300;
  color: rgb(128, 128, 128);
  line-height: 1.412;
  display: inline-block;
  text-align: center;
}

.review-page .more-review a span {
  display: inline-block;
  font-weight: 300;
  font-size: 33px;
  color: #c1c1c1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.review-page .more-review a:hover {
  background-color: rgb(255, 204, 0);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
  color: rgb(0, 0, 0);
}

.page-header .page-header-content .container {
  display: block !important;
  text-align: left;
}

.page-header-content h1 {
  font-size: 47.584px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 21px;
  margin-top: 0px;
}

.package-page-header .page-header-content h1 {
  font-weight: 900;
}

.service-page-header .page-header-content .page-header-content-text-h1 {
  font-weight: 300;
  font-size: 34px;
  color: #ffa200;
  margin-bottom: 10px;
  margin-top: 0px;
}


.service-page-header .page-header-content .page-header-content-text-h1 {
  font-weight: 300;
  font-size: 34px;
  color: #ffa200;
  margin-bottom: 10px;
  margin-top: 0px;
}

.page-header-content .page-header-content-text-1 {
  font-weight: 300;
  font-size: 20px;
  color: #ffc000;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-header-content .page-header-content-text-1 p {
  font-weight: 300;
  font-size: 20px;
  color: #ffc000;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-header-content .page-header-content-text-2 {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-header-content .page-header-content-text-2 p {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-header-content .page-header-content-text-3 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-header-content .page-header-content-text-3 p {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0px;
  margin-top: 0px;
}

.package-page-header .page-header-content .timer {
  width: 100%;
  max-width: 434px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 6px;
  margin-top: 31px;
}

.package-page-header .page-header-content .timer .timer-header {
  font-size: 22px;
  color: rgb(255, 234, 0);
  font-weight: 400;
  color: #fff;
  padding: 9px 0px;
  text-align: center;
  background-color: #181818;
}

.package-page-header .page-header-content .timer .timer-header strong {
  color: rgb(255, 234, 0);
  font-weight: 700;
}

.package-page-header .page-header-content .timer .timer-body {
  background-color: #fff;
  padding: 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.package-page-header .page-header-content .timer .timer-body .timer-col {
  padding-right: 15px;
  margin-right: 9px;
  text-align: center;
  position: relative;
}

.package-page-header
  .page-header-content
  .timer
  .timer-body
  .timer-col:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.package-page-header .page-header-content .timer .timer-body .timer-col::after {
  content: ":";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 22px;
  color: rgb(18, 18, 18);
  font-weight: 700;
  line-height: 34px;
}

.package-page-header
  .page-header-content
  .timer
  .timer-body
  .timer-col:last-child::after {
  content: "";
}

.package-page-header .page-header-content .timer .timer-body .timer-col .count {
  background-image: url("../img/timer-bg.png");
  background-repeat: no-repeat;
  width: 37px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin-bottom: 6px;
}

.package-page-header .page-header-content .timer .timer-body .timer-col .text {
  font-size: 14px;
  font-weight: 300;
  color: rgb(149, 149, 149);
}

.package-page-header .page-header-content .timer-text {
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.package-page .packages {
  height: auto;
}

.package-page .packages .package-container {
  width: 100%;
  position: relative;
}

.package-page .packages .packages-header {
  background-color: #f5f7f8;
  padding: 34px 0px 0px 0px;
}

.package-page .packages .packages-header .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.package-page .packages .packages-header .p-col {
  background-color: #fcfcfc;
  border-color: #ededed;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
}

.package-page .packages .packages-header .p-col:last-child {
  border-width: 1px 1px 0px 1px;
  border-radius: 0 20px 0 0;
}

.packages .packages-header .p-col span.text {
  padding-top: 9px;
  font-size: 14px;
  font-weight: 300;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  align-items: center !important;
  color: #47b212;
}

.packages .packages-header .p-col span.text img {
  padding-right: 4px;
}

.package-page .packages .packages-header .p-col-1 {
  border-radius: 20px 0 0 0;
  background-color: #fff;
}

.package-page .packages .packages-header .header-content {
  padding: 28px 10px 28px 10px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.package-page .packages .packages-header .p-col.col-color-1 .header-content {
  background-color: #eeffed;
}

.package-page .packages .packages-header .p-col.col-color-2 .header-content {
  background-color: #ebf2ff;
}

.package-page .packages .packages-header .p-col.col-color-3 .header-content {
  background-color: #fbf0ff;
}

.package-page .packages .packages-header .p-col .col-prices span {
  line-height: inherit;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex: 0 0 42px;
  width: 100%;
}

.package-page .packages .packages-header .p-col .col-prices span.price {
  line-height: inherit;
  flex: 0 1 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-height: 74px;
  line-height: 57px;
}

.package-page .packages .packages-body .package-row {
  min-height: 51px;
  height: auto;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  position: relative;
}

.package-page .packages .packages-body .package-row::before {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background-color: #ededed;
  margin-left: 25px;
  margin-right: 25px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease 0.02s;
}

.package-page .packages .packages-body .package-row::after {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background-color: #ededed;
  margin-left: 25px;
  margin-right: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease 0.02s;
}

.package-page .packages .packages-body .package-row:hover::before,
.package-page .packages .packages-body .package-row:hover::after {
  background-color: #ffa200;
}

/* .package-page .packages .packages-body .package-row.mobile-hidden {
  border-width: 0 1px 0 1px;
} */

.packages .packages-body .package-row-desktop:hover .package-row {
  background-color: #fafafa !important;
  border-color: #ffa200 #ededed #ffa200 #ededed !important;
  border-width: 1px;
}

.packages .packages-body .package-row-desktop:hover .package-row .p-col {
  background-color: transparent !important;
}

.package-page
  .packages
  .packages-body
  .package-row-desktop:first-child:hover
  .package-row {
  background-color: transparent;
}

.package-page .packages .packages-body .p-col-1 {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-left: 51px;
  gap: 5px;
  background-color: #f8f5fa;
}

.package-page .packages .packages-body .p-col-1 strong {
  font-weight: 700;
  font-size: 20px;
}

.package-page .packages .packages-body .p-col-3 a,
.package-page .packages .packages-body .p-col-2 a {
  font-size: 13px;
  color: rgb(64, 63, 63);
  padding: 9px 27px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  border-radius: 5px;
  background-color: rgb(245, 247, 248);
  margin: 20px auto;
  display: inline-block;
  font-weight: 500;
}

.package-page .packages .packages-body .p-col-3 a:hover,
.package-page .packages .packages-body .p-col-2 a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}

.package-page .packages .packages-body .p-col-2 {
  height: auto;
  min-height: 51px;
}

.package-page .packages .packages-body .p-col-2 > div.just-text {
  font-size: 18px;
  font-weight: bold;
}

.package-page .packages .packages-footer {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 0px;
  padding-bottom: 95px;
  background-color: #fff;
}

.packages .packages-footer .package-row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  width: 100%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.package-page .packages .packages-footer .p-col {
  padding: 20px;
  border-style: solid;
}

.package-page .packages .packages-footer .p-col .discount-badge {
  width: 100%;
  font-size: 17px;
}

.package-page .packages .packages-footer .p-col .package-price-top {
  margin-bottom: 10px;
  gap: 0;
}

.package-page .packages .packages-footer .p-col .package-price-top .old-price {
  margin-top: 23px;
}

.package-page .packages .packages-footer .p-col .package-actions {
  flex-direction: column;
}

.package-page .packages .packages-footer .p-col .package-actions > a {
  flex-basis: 54px;
}

.package-page
  .packages
  .packages-footer
  .p-col.col-color-1
  .package-btn-black:hover {
  background: #3f80f5;
  border-color: #3f80f5;
}

.package-page
  .packages
  .packages-footer
  .p-col.col-color-1
  .package-btn-outline:hover {
  border-color: #3f80f5;
  color: #3f80f5;
}

.package-page
  .packages
  .packages-footer
  .p-col.col-color-2
  .package-btn-black:hover {
  background: #1fb118;
  border-color: #1fb118;
}

.package-page
  .packages
  .packages-footer
  .p-col.col-color-2
  .package-btn-outline:hover {
  border-color: #1fb118;
  color: #1fb118;
}

.package-page
  .packages
  .packages-footer
  .p-col.col-color-3
  .package-btn-outline:hover {
  border-color: #b740e5;
  color: #b740e5;
}

.package-page
  .packages
  .packages-footer
  .p-col.col-color-3
  .package-btn-black:hover {
  background: #b740e5;
  border-color: #b740e5;
}

.package-page .packages .packages-footer .p-col .package-installment-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 15px;
}

.package-page .packages .packages-footer .p-col .package-price-wrapper {
  height: 92px;
}

.package-page .packages .packages-footer .p-col-1 {
  flex: 0 1 100%;
  padding: 0px 15px;
  font-size: 22px;
  color: rgb(33, 33, 33);
  font-weight: bold;
  border-width: 0px;
  background-color: #fff;
}

.package-page .packages .packages-footer .p-col-2 {
  flex: 0 0 300px;
  border-color: #ededed;
  background-color: #fff;
  border-width: 0px 1px 1px 0px;
}

.package-page .packages .packages-footer .p-col.col-color-1 {
  background-color: #eeffed;
}

.package-page .packages .packages-footer .p-col.col-color-2 {
  background-color: #ebf2ff;
}

.package-page .packages .packages-footer .p-col.col-color-3 {
  background-color: #fbf0ff;
}

.package-page .packages .packages-footer .p-col-2 a.theme {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.package-page .packages .packages-footer .p-col-2.col-color-1 a.theme {
  background-color: #1fb118;
  border-color: #1fb118;
}

.package-page .packages .packages-footer .p-col-2.col-color-2 a.theme {
  background-color: #3f80f5;
  border-color: #3f80f5;
}

.package-page .packages .packages-footer .p-col-2.col-color-3 a.theme {
  background-color: #b740e5;
  border-color: #b740e5;
}

.package-page .packages .packages-footer .p-col-2:nth-child(2n + 2) {
  border-width: 0px 1px 1px 1px;
}

.package-page .packages .packages-footer .p-col-2:nth-child(4n + 4) {
  border-width: 0px 1px 1px 0px;
}

.package-page .packages .packages-footer .p-col.p-col-3 {
  flex: 0 0 900px;
  border-style: solid;
  background-color: #fff;
  border-width: 0px 1px 1px 1px;
  border-color: #ededed;
  color: #8e8e8e;
  font-size: 15px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.package-page .packages .packages-footer .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.package-page .package-content {
  background-image: url("../img/web-sitesi-ile-dunyaya-acilin.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px 180px 0px;
}

.package-page .package-content .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.package-page .package-content .content-img {
  height: 382px;
  overflow: hidden;
  flex: 0 1 100%;
  max-width: 417px;
}

.package-page .package-content .content-text {
  padding-left: 30px;
  max-width: 700px;
}

.package-page .package-content .content-text h3 {
  color: #b609ca;
  font-size: 24px;
  line-height: 1.242;
  margin-bottom: 35px;
  font-weight: 700;
}

.package-page .package-content .content-text h3 span {
  font-weight: 300;
}

.package-page .package-content .content-text p {
  font-size: 19px;
  color: rgb(25, 25, 25);
  line-height: 1.316;
  font-weight: 300;
}

.package-page .features-list {
  position: relative;
  padding: 0px 0px 75px 0px;
}

.package-page .features-list .container {
  margin-top: -110px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.package-page .features-list .feature {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc(50% - 20px);
  padding: 40px;
  margin-bottom: 24px;
}

.package-page .features-list .feature .feature-img {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 19px;
}

.package-page .features-list .feature .feature-img h4 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 1.208;
  font-weight: 500;
  padding-left: 26px;
}

.package-page .features-list .feature .feature-content p {
  font-size: 18px;
  color: rgb(18, 18, 18);
  line-height: 1.222;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
}

.template-page .packages-choice .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  /* max-width: 100%;
  padding: 0px 75px; */
}

.template-page .packages-choice ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.template-page .packages-choice ul li {
  width: 255px;
}

.template-page .packages-choice ul li a {
  padding: 21px 0px;
  width: 100%;
  text-align: center;
  display: block;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #fff;
  color: #3f3f3f;
  font-size: 16px;
}

.template-page .packages-choice ul li strong {
  color: #1e1e1e;
  font-weight: 700;
}

.template-page .packages-choice ul li span.line-through {
  color: #858585;
  font-weight: 300;
  text-decoration: line-through;
}

.template-page .packages-choice ul li a:hover,
.template-page .packages-choice ul li a.active {
  background-color: #f5f7f8;
}

.template-page .packages-choice ul li.orange-li a:hover,
.template-page .packages-choice ul li.orange-li a.active {
  border-color: #f09325;
}

.template-page .packages-choice ul li.orange-li a span.title {
  color: #f09325;
  font-weight: 700;
}

.template-page .packages-choice ul li.green-li a:hover,
.template-page .packages-choice ul li.green-li a.active {
  border-color: #6fba58;
}

.template-page .packages-choice ul li.green-li a span.title {
  font-weight: 700;
  color: #6fba58;
}

.template-page .packages-choice ul li.blue-li a:hover,
.template-page .packages-choice ul li.blue-li a.active {
  border-color: #44a7ec;
}

.template-page .packages-choice ul li.blue-li a span.title {
  color: #44a7ec;
  font-weight: 700;
}

.template-page .packages-choice .search {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.template-page .packages-choice .search input[type="text"] {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.786;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #cccccc;
  width: 210px;
  color: #f6a14e;
}

.template-page .packages-choice .search input[type="text"]::placeholder {
  color: rgb(191, 191, 191);
}

.template-page .packages-choice .search .btnSearch {
  background-color: #f6a14e;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  margin-left: 4px;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.template-page .packages-choice .search .btnSearch:hover,
.template-page .packages-choice .search .btnSearch.focus {
  background-color: #000;
}

.template-page .template-content {
  padding: 0px 0px 87px 0px;
  background-color: #f5f7f8;
}

.template-content .container {
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 100%;
}

.template-content .templates {
  flex: 0 1 100%;
  padding-left: 50px;
}

.template-content .template-category {
  flex: 0 0 285px;
  max-width: 285px;
}

.template-content .template-category .navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 0px;
}

.template-content .template-category .container-fluid {
  padding: 0px;
}

.template-content .template-category .template-category-content {
  flex-direction: column;
  -ms-flex-direction: column;
}

.template-content .template-category .template-category-title {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  border-bottom: 0px solid #ededed;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.template-content .template-category .package-property {
  margin-bottom: 21px;
  width: 100%;
}

.template-content .template-category .package-property a strong {
  font-weight: 700;
}

.template-content .template-category .package-property a span {
  font-weight: 700;
}

.template-content .template-category .package-property.p-green a span {
  color: #7bbf68;
}

.template-content .template-category .package-property.p-orange a span {
  color: #f09325;
}

.template-content .template-category .package-property.p-blue a span {
  color: #44a7ec;
}

.template-content .template-category .category-list {
  padding: 20px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(239, 239, 239);
  border-radius: 0 0 15px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}

.template-content .template-category .category-list .category {
  padding: 13px 0px;
  position: relative;
}

.template-content .template-category .category-list .category::before {
  content: "";
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ededed;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 12px);
  right: 0px;
}

.template-content
  .template-category
  .category-list
  .category:last-child::before {
  content: "";
  border-width: 0px 0px 0px 0px;
}

.template-content .template-category .category-list .category.collapsed > a {
  font-weight: 300;
}

.template-content .template-category .category-list .category > a {
  font-size: 15px;
  font-weight: 300;
  color: #1f1f1f;
  margin-bottom: 0px;
  display: block;
  position: relative;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-content .template-category .category-list .category.cat-star > a {
  overflow: visible !important;
}

.template-content
  .template-category
  .category-list
  .category.collapsed
  > a::before {
  color: #c4c4c4;
}

.template-content .template-category .category-list .category > a::before {
  font-display: auto;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 6px;
  color: #6fba58;
  transition: all 0.02s ease 0.01s;
  -webkit-transition: all 0.02s ease 0.01s;
}

.template-content
  .template-category
  .category-list
  .category.cat-star
  > a::before {
  content: "\f005";
  color: #fec912;
  font-size: 11px;
  margin-left: -4px;
}

.template-content
  .template-category
  .category-list
  .category.active
  > a::before,
.template-content
  .template-category
  .category-list
  .category
  > a:hover::before {
  color: #1f1f1f;
}

.template-content .template-category .category-list .category.active > a,
.template-content .template-category .category-list .category > a:hover {
  font-weight: 700;
}

.template-content .template-category .category-list .category > div ul li a {
  font-size: 15px;
  display: block;
  background-color: #f5f5f5;
  color: #5e5e5e;
  padding: 15px 18px;
  font-weight: 300;
  transition: all 0.2s ease 0.02s;
}

.template-content
  .template-category
  .category-list
  .category
  > div
  ul
  li
  a.active {
  color: #458dd8;
  font-weight: 500;
}

.template-content
  .template-category
  .category-list
  .category
  > div
  ul
  li
  a:hover {
  color: #458dd8;
}

.template-content .templates {
  flex: 0 1 100%;
  padding-left: 50px;
}

.template-content .templates h1 {
  font-size: 30px;
  color: rgb(48, 48, 48);
  font-weight: 700;
  margin-bottom: 27px;
  margin-top: 33px;
}

.template-content .templates .templates-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.template-content .templates .templates-list .template {
  flex: 0 0 calc(33% - 20px);
  max-width: 431px;
  margin-bottom: 37px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-right: 30px;
}

.template-content .templates .templates-list .template:nth-child(3n + 3) {
  margin-right: 0px;
}

.template-content .templates .templates-list .template-info {
  width: 100%;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(239, 239, 239);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  text-align: center;
}

.template-content .templates .templates-list .template-info i {
  font-size: 60px;
  color: #1fa2d9;
  padding-bottom: 20px;
}

.template-content .templates .templates-list .template .template-img {
  position: relative;
  overflow: hidden;
  max-height: 305px;
}

.template-content .templates .templates-list .template .template-img .mask {
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.template-content
  .templates
  .templates-list
  .template:hover
  .template-img
  .mask {
  opacity: 1;
}

.template-content .templates .templates-list .template .template-img .mask a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}

.template-content .templates .templates-list .template .template-img .mask p {
  font-size: 25px;
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.192;
}

.template-content
  .templates
  .templates-list
  .template
  .template-img
  .mask
  p
  span.discount {
  font-size: 54px;
}

.template-content
  .templates
  .templates-list
  .template
  .template-img
  .mask
  p
  span.light {
  font-weight: 300;
}

.template-content
  .templates
  .templates-list
  .template
  .template-img
  .mask
  p
  span.green {
  color: #6fba58;
}

.template-content .templates .templates-list .template .template-detail {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  height: 75px;
  padding: 0px 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.template-content
  .templates
  .templates-list
  .template
  .template-detail
  .prices
  span {
  display: block;
}

.template-content
  .templates
  .templates-list
  .template
  .template-detail
  .prices
  span.old-price {
  font-size: 16px;
  font-weight: 300;
  color: rgb(166, 166, 166);
  text-decoration: line-through;
}

.template-content
  .templates
  .templates-list
  .template
  .template-detail
  .prices
  span.new-price {
  font-size: 28px;
  color: #1c1c1c;
  font-weight: 700;
}

.template-content .templates .templates-list .template .template-detail .text {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
  font-size: 15px;
  font-weight: 300;
  color: rgb(76, 76, 76);
  height: 45px;
  padding: 0px 11px;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #f2f2f2;
}

.template-content
  .templates
  .templates-list
  .template
  .template-detail
  .text
  strong {
  padding-bottom: 2px;
}

.template-content
  .templates
  .templates-list
  .template
  .template-detail
  .text
  img {
  margin-right: 5px;
}

.paging ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.paging ul li {
  padding: 0px 7px;
}

.paging ul li a {
  font-weight: 300;
  color: #919191;
}

.paging ul li a:hover {
  font-weight: 500;
  color: #393939;
}

.paging ul li a.page-num {
  font-weight: 400;
  font-size: 25px;
  display: inline-block;
  text-align: center;
  width: 34px;
}

.paging ul li a.page-num.active {
  text-align: center;
  background-color: #393939;
  color: #fff;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: block;
}

.page-bottom-content {
  padding: 94px 0px;
}

.page-bottom-content p {
  font-size: 18px;
  color: rgb(30, 30, 30);
  line-height: 1.5;
}

.page-bottom-content p strong {
  font-weight: 700;
}

.get-offer {
  padding: 70px 0px;
  background-color: #21cddd;
  color: #fff;
  text-align: center;
}

.get-offer .title {
  font-size: 34px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-bottom: 20px;
}

.get-offer .content {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin-bottom: 50px;
}

.get-offer .button-col {
  font-size: 24px;
  color: rgb(255, 255, 255);
}

.template-detail-page {
  padding: 45px 0px 110px 0px;
}

.template-detail-page .detail-header {
  margin-bottom: 72px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.template-detail-page .detail-header .detail-img {
  flex: 0 0 43%;
  max-width: 523px;
  border-radius: 9px;
  background-color: rgb(36, 36, 36);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #fff;
}

.template-detail-page .detail-header .detail-img .img {
  overflow: hidden;
  max-height: 361px;
}

.template-detail-page .detail-header .detail-img .links {
  height: 104px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 20px 0px;
}

.template-detail-page .detail-header .detail-img .links a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  border-radius: 12px;
  background-color: #f2f2f0;
  font-size: 16px;
  color: rgb(25, 25, 25);
  font-weight: 700;
  padding: 7px 9px;
  margin: 0px 5px;
}

.template-detail-page .detail-header .detail-img .links a img {
  margin-right: 5px;
}

.template-detail-page .detail-header .detail-img .links a.white {
  background-color: #fff;
  padding: 10.5px 50px 10.5px 9px;
  position: relative;
}

.template-detail-page .detail-header .detail-img .links a:hover {
  background-color: rgb(213, 213, 213);
}

.template-detail-page .detail-header .detail-img .links a.white::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 100%;
  right: 2px;
  top: 0px;
  background-image: url("../img/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

.template-detail-page .detail-header .detail-content {
  flex: 0 1 100%;
  padding-left: 50px;
}

.template-detail-page .detail-header .detail-content .details {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  margin-bottom: 27px;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property
  > div {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(235, 236, 237);
  border-radius: 10px;
  background-color: rgb(245, 247, 248);
  padding: 10px 5px;
  font-size: 12px;
  color: rgb(76, 76, 76);
  font-weight: 300;
  line-height: 1.25;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property
  > div
  span
  p {
  display: inline;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property
  > div.pay {
  flex: 0 0 calc((100% / 2) - 10px);
  margin-right: 10px;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property
  > div.refund {
  background-color: rgb(255, 255, 255);
  flex: 0 1 100%;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property
  > div.refund
  .orange-text {
  display: block;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .property
  > div
  img {
  flex: 0 0 24px;
  margin-right: 4px;
}

.template-detail-page h1 {
  font-size: 25px;
  color: rgb(30, 30, 30);
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
}

.template-detail-page h2 {
  font-size: 15px;
  font-weight: 300;
  color: rgb(130, 129, 129);
  margin-bottom: 27px;
}

.template-detail-page .detail-header .detail-content .details {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #f0f1f2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.template-detail-page .detail-header .detail-content .details .prices-buttons {
  flex: 0 0 263px;
  padding-right: 19px;
  margin-right: 19px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #f0f1f2;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .prices {
  margin-bottom: 23px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .prices
  span.old-price {
  font-size: 28px;
  font-weight: 300;
  color: rgb(166, 166, 166);
  text-decoration: line-through;
}

.template-detail-page
  .detail-header
  .detail-content
  .details
  .prices-buttons
  .prices
  .new-price {
  font-size: 37px;
  color: #191919;
  font-weight: 700;
  margin-left: 8px;
}

.template-detail-page .detail-header .detail-content .detail-features {
  width: 100%;
  margin-bottom: 33px;
}

.template-detail-page .detail-header .detail-content .detail-features ul {
  width: 100%;
  border-radius: 10px;
  background-color: rgb(245, 247, 248);
  padding: 6px 12px;
  margin-bottom: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.template-detail-page .detail-header .detail-content .detail-features ul li {
  font-size: 13px;
  color: rgb(35, 35, 35);
  line-height: 1.571;
  font-weight: 300;
  padding: 10px 0px 10px 0px;
}

.template-detail-page
  .detail-header
  .detail-content
  .detail-features
  ul
  li:last-child {
  padding-right: 0px;
}

.template-detail-page .detail-header .detail-content .detail-features > div {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(235, 236, 237);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  font-size: 12px;
  color: rgb(51, 51, 51);
  line-height: 1.231;
  font-weight: 300;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.template-detail-page
  .detail-header
  .detail-content
  .detail-features
  > div
  img {
  flex: 0 0 32px;
  margin-left: 4px;
}

.template-detail-page .detail-header .detail-content .detail-bottom-content {
  margin-bottom: 0;
}

.template-detail-page .detail-header .detail-content .detail-bottom-content p {
  font-size: 14px;
  font-weight: 300;
  color: rgb(102, 102, 102);
  line-height: 1.286;
}

.template-detail-page .detail-header .detail-content .detail-share {
  display: -ms-flexbox !important;
  display: flex !important;
}

.template-detail-page .detail-header .detail-content .detail-share a.favorite {
  border-left: 1px solid #f0f1f2;
  padding-left: 12px;
  margin-left: 12px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 14px;
  font-weight: 300;
  color: rgb(47, 47, 47);
}

.template-detail-page
  .detail-header
  .detail-content
  .detail-share
  a.favorite:hover {
  color: #ba0000;
}

.template-detail-page
  .detail-header
  .detail-content
  .detail-share
  a.favorite
  img {
  margin-right: 8px;
}

.template-detail-page .detail-body .tab-pane {
  padding: 40px 0px;
}

.template-detail-page .detail-body .tab-pane p {
  font-size: 15px;
  color: rgb(35, 35, 35);
  font-weight: 300;
  line-height: 19px;
}

.template-detail-page .detail-body .nav-tabs .nav-item {
  margin: 0px 16px -1px 16px;
}

.template-detail-page .detail-body .nav-tabs .nav-link {
  color: #575656;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px !important;
}

.template-detail-page .detail-body .nav-tabs .nav-link.active {
  color: #232323;
  font-weight: 700;
  border-color: #232323 #e2e2e2 #fff #e2e2e2;
}

.seo-page {
  background-color: #f5f7f8;
  padding-top: 27px;
}

.seo-page .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.seo-page .seo-page-content {
  flex: 0 1 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 5.88px 0.12px rgba(0, 0, 0, 0.06);
  padding: calc(50px - 1rem) 50px 45px 50px;
  margin-top: 0;
  border-radius: 20px;
}

.page pre {
  background: #f5f3f0;
  padding: 33px 20px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1a1a;
  position: relative;
  font-weight: 300;
  font-style: italic;
  white-space: pre-wrap;
}

/* sol altta mor çizgi */
.page pre::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 2px;
  background: #7b3fe4;
}

.seo-page .seo-page-content img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.seo-page .seo-page-content img::before{
  content :'';
  border-radius: 20px;
}

.offer-page .offer-page-content h1,
.seo-page .seo-page-content h1 {
  font-size: 34px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  margin-bottom: 9px;
  line-height: 1.17;
}

.service-page .service-page-content h1 {
  margin-top: 0px;
}

.offer-page .offer-page-content h2,
.seo-page .seo-page-content h2 {
  font-size: 20px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  line-height: 1.23;
}

.offer-page .offer-page-content h3,
.seo-page .seo-page-content h3 {
  font-size: 20px;
  color: rgb(26, 26, 26);
  font-weight: 700;
}

.offer-page .offer-page-content p,
.seo-page .seo-page-content p {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.412;
  line-height: 1.63;
}

.seo-page .seo-page-content .post-detail ul {
  font-size: 12px;
  color: rgb(146, 146, 146);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
}

.seo-page .seo-page-content .post-detail ul li {
  padding-right: 8px;
  margin-right: 8px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #dbdbdb;
}

.seo-page .seo-page-content .post-detail ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-width: 0px 0px 0px 0px;
}

.seo-page .seo-page-content .post-detail ul li i {
  color: #ffd800;
}

.seo-page .seo-page-content .post-detail ul li a {
  color: #929292;
}

.seo-page .seo-page-content .post-detail ul li a:hover {
  color: #000;
}

.seo-page .seo-page-content .sub-links {
  padding: 0px 0px;
}

.seo-page-content h3 {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
}

.seo-page .seo-page-content .sub-links {
  display: -ms-flexbox !important;
  display: flex !important;
}

.seo-page .seo-page-content .sub-links .sub-link-nav {
  min-width: 296px;
  flex: 0 0 auto;
  padding-right: 20px;
}

.seo-page .seo-page-content .sub-links .sub-link-nav ol {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(224, 224, 224);
  border-radius: 10px;
  background-color: rgb(247, 247, 247);
  overflow: hidden;
}

.seo-page .seo-page-content .sub-links .sub-link-nav ol li {
  padding: 9px 0px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgb(224, 224, 224);
}

.seo-page .seo-page-content .sub-links .sub-link-nav ol li:last-child {
  border-width: 0px 0px 0px 0px;
}

.seo-page .seo-page-content .sub-links .sub-link-nav ol li.head {
  font-size: 18px;
  color: rgb(28, 28, 28);
  font-weight: 700;
  padding: 0px 13px;
  line-height: 42px;
  background-color: #e8e8e8;
  border-width: 0px;
}

.seo-page .seo-page-content .sub-links .sub-link-nav ol li a {
  padding: 0px 13px;
  font-size: 15px;
  color: rgb(28, 28, 28);
  font-weight: 500;
  white-space: nowrap;
}

.seo-page .seo-page-content .sub-links .sub-link-nav ol li a:hover {
  color: #eb9334;
}

.seo-page .seo-page-content .sub-links .sub-link-img {
  flex: 0 1 auto;
}

.seo-page .seo-page-content .sub-links .sub-link-img p {
  margin: 0px !important;
}

.seo-page .seo-page-content .sub-links .sub-link-img img {
  max-width: 100%;
  height: auto !important;
}

.page .page-content .post-share,
.page .seo-page-content .post-share {
  margin-bottom: 19px;
  border-style: solid;
  border-color: #f5f3f0;
  border-width: 0 0 1px 0px;
  margin-top: 40px;
  padding-bottom: 19px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
}

.page .page-content .post-share strong,
.page .seo-page-content .post-share strong {
  padding-bottom: 2px;
  padding-right: 6px;
  font-size: 14px;
  font-weight: 500;
}

.seo-page .seo-page-content .post-review {
  margin: 25px 0px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}

.seo-page .seo-page-content .post-review i {
  font-size: 16px;
  color: #ffd800;
  margin-left: 6px;
  cursor: pointer;
}

.seo-page .seo-page-content .post-review .post-review-message {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 500;
  color: #71b307;
}

.seo-page .seo-page-content .comments {
  padding-bottom: 30px;
}

.seo-page .seo-page-content .comments .comment-form {
  background-color: rgb(245, 243, 240);
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
}

.seo-page .seo-page-content .comments .comment-form .form-title {
  font-size: 20px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  margin-bottom: 25px;
}


.seo-page .seo-page-content .comments .comment-form .form-row {
  margin-bottom: 17px;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.seo-page .seo-page-content .comments .comment-form .form-row:last-child {
  margin-bottom: 0px;
}

.seo-page .seo-page-content .comments .comment-form .form-row:last-child {
  padding-bottom: 0px;
}

.seo-page .seo-page-content .comments .comment-form .form-row .input-col {
  margin-right: 16px;
}

.seo-page
  .seo-page-content
  .comments
  .comment-form
  .form-row
  .input-col.input-col2 {
  width: 100%;
  margin-right: 0px;
}

.seo-page .seo-page-content .comments .comment-form .form-row .input-col input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(226, 224, 224);
  background-color: rgb(255, 255, 255);
  font-size: 12.7px;
  color: rgb(118, 118, 118);
  padding: 11px 16px;
}

.seo-page .seo-page-content .comments .comment-form .form-row > span {
  font-size: 12px;
  color: rgb(118, 118, 118);
}

.seo-page
  .seo-page-content
  .comments
  .comment-form
  .form-row
  .input-col
  textarea {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(226, 224, 224);
  background-color: rgb(255, 255, 255);
  font-size: 12.7px;
  color: rgb(118, 118, 118);
  padding: 11px 16px;
  width: 100%;
  resize: none;
  height: 105px;
}

.seo-page
  .seo-page-content
  .comments
  .comment-form
  .form-row
  .input-col.invalid
  input,
.seo-page
  .seo-page-content
  .comments
  .comment-form
  .form-row
  .input-col.invalid
  textarea {
  border-color: #f54f4f;
}

.seo-page .seo-page-content .comments .comment-form #comment-answer {
  position: relative;
}

.seo-page
  .seo-page-content
  .comments
  .comment-form
  #comment-answer
  > .form-row {
  font-size: 15px;
  margin-bottom: 20px;
}

.seo-page
  .seo-page-content
  .comments
  .comment-form
  #comment-answer
  > .form-row
  strong {
  padding-bottom: 20px;
  display: block;
  width: 100%;
}

.seo-page
  .seo-page-content
  .comments
  .comment-form
  #comment-answer
  > .form-row
  a {
  color: #b50a0a;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
}

.seo-page .seo-page-content .comments .comment-list .comment-count {
  padding: 47px 0px 20px 0px;
  margin-bottom: 30px;
  text-align: center;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0 0 1px 0;
}

.seo-page .seo-page-content .comments .comment-list .comment-count span {
  display: inline-block;
  border-radius: 10px;
  /* background-color: rgb(18, 18, 18); */
  font-size: 17px;
  color: #121212;
  font-weight: 700;
}

.seo-page .seo-page-content .comments .comment-list .comment .comment-title ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 17px;
}

.seo-page
  .seo-page-content
  .comments
  .comment-list
  .comment
  .comment-title
  ul
  li {
  font-size: 12px;
  color: #929292;
  padding-right: 5px;
  margin-right: 5px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #c5c5c5;
}

.seo-page
  .seo-page-content
  .comments
  .comment-list
  .comment
  .comment-title
  ul
  li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-width: 0px 0px 0px 0px;
}

.seo-page
  .seo-page-content
  .comments
  .comment-list
  .comment
  .comment-title
  ul
  li.name {
  font-size: 15px;
  color: #1a1a1a;
  font-weight: bold;
}

.seo-page .seo-page-content .comments .comment-list .comment .comment-detail {
  font-size: 14px;
  color: rgb(28, 28, 28);
  line-height: 1.357;
  margin-bottom: 18px;
}

.seo-page .seo-page-content .comments .comment-list .comment .reply {
  text-align: right;
}

.seo-page .seo-page-content .comments .comment-list .comment .reply a {
  font-size: 15px;
  color: #a8a8a8;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}

.seo-page .seo-page-content .comments .comment-list .comment .reply a:hover {
  color: #1fa2d9;
}

.seo-page .seo-page-content .comments .comment-list .comment .reply a img {
  margin-right: 3px;
}

.seo-page .seo-page-content .comments .comment-list .comment .answers .comment {
  border-radius: 15px;
  background-color: rgb(242, 242, 242);
  padding: 15px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.seo-page .banner {
  flex: 0 0 330px;
  padding-left: 35px;
  max-width: 330px;
  padding-top: 0px;
}

.seo-page .banner .banner-img {
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
}

.seo-page .banner .banner-img:first-child {
  margin-top: 0;
}

.seo-page .banner .banner-img img {
  max-width: 100%;
}

.seo-page .banner .banner-img a:hover {
  opacity: 0.7;
}

.seo-page .banner .seo-page-list {
  margin-top: 15px;
}

.seo-page .banner .seo-page-list ul li {
  margin-bottom: 4px;
}

.seo-page .banner .banner-img .a,
.seo-page .banner .seo-page-list ul li a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(219, 219, 219);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  padding: 17px 13px;
  display: block;
  font-size: 14px;
  color: rgb(20, 20, 20);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seo-page .banner .banner-img .a:hover,
.seo-page .banner .seo-page-list ul li a:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: #fff;
}

.seo-page .seo-page-content .page-tags {
  padding-bottom: 30px;
}

.seo-page .seo-page-content .page-tags .tags-title {
  font-size: 15px;
  color: rgb(26, 26, 26);
  margin-bottom: 14px;
}

.seo-page .seo-page-content .page-tags ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.seo-page .seo-page-content .page-tags ul li a {
  font-size: 15px;
  color: rgb(146, 146, 146);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(228, 228, 228);
  background-color: rgb(255, 255, 255);
  padding: 6px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

.seo-page .seo-page-content .page-tags ul li a:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.service-page {
  background-color: #fff;
  padding-top: 0 !important;
}

.service-page.service-page2 {
  background-color: #f3f0f5;
  padding-top: 0;
  padding-bottom: 60px;
}

.service-page .service-page-content {
  box-shadow: none !important;
  padding-top: 70px;
  padding-left: 0px;
  margin-top: 0;
}

.service-page .service-container {
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.service-page .service-container h1 {
  font-size: 37px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  line-height: 1.351;
  padding: 34px 0px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e8e8e8;
  margin-top: 0px;
  text-align: center;
}

.service-page .link-list {
  width: 100%;
}

.service-page .service-page-content .post-detail ul {
  border-width: 0px;
}

.cart-page {
  padding: 45px 0px 130px 0px;
}

.cart-page .container {
  display: -ms-flexbox !important;
  display: flex !important;
}

.cart-page .cart-img {
  flex: 0 0 378px;
  padding-right: 28px;
}

.cart-page .cart-img .img {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 280px;
  margin-bottom: 18px;
}

.cart-page .cart-img .cart-img-text {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: start !important;
  align-items: start !important;
  font-size: 13px;
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1.231;
}

.cart-page .cart-img .cart-img-text img {
  flex: 0 0 48px;
  margin-right: 9px;
}

.cart-page .cart-img .cart-img-text p {
  padding-top: 6px;
}

.cart-page .cart-detail {
  flex: 0 1 100%;
}

.cart-page .cart-detail .cart-detail-header {
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-color: #e0e4e6;
  border-width: 1px 1px 3px 1px;
  border-radius: 5px 5px 0px 0px;
  padding: 12px 35px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 18px;
}

.cart-page .cart-detail .cart-detail-header .template-name {
  margin-right: 10px;
}

.cart-page .cart-detail .cart-detail-header .prices {
  margin-right: 13px;
}

.cart-page .cart-detail .cart-detail-header .prices span.old-price {
  font-size: 18px;
  color: rgb(166, 166, 166);
  text-decoration: line-through;
  font-weight: 300;
  padding-right: 8px;
}

.cart-page .cart-detail .cart-detail-header .prices span.new-price {
  font-size: 18px;
  color: #6fba58;
  font-weight: 700;
}

.cart-page .cart-detail .cart-detail-header .text {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 300;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(240, 241, 242);
  border-radius: 10px;
  background-color: rgb(245, 247, 248);
  height: 33px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0px 7px;
}

.cart-page .cart-detail .cart-detail-header .text img {
  margin-right: 8px;
}

.cart-page .cart-detail .cart-detail-header .text i {
  margin-left: 5px;
  display: inline-block;
}

.cart-page .cart-detail .cart-detail-body {
  padding: 28px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  border-radius: 5px;
  background-color: rgb(245, 247, 248);
}

.cart-page .cart-detail .cart-detail-body .detail-title {
  font-size: 18px;
  color: rgb(22, 22, 22);
  font-weight: 500;
  margin-bottom: 11px;
}

.cart-page .cart-detail .cart-detail-body .detail-title span {
  font-weight: 300;
  color: #f2912a;
}

.cart-page .cart-detail .cart-detail-body .additional-services-list {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.cart-page .cart-detail .cart-detail-body .additional-service {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(225, 224, 224);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 4.5px 9px;
  width: calc(50% - 5px);
  margin: 5px 0px;
}

.cart-page .cart-detail .cart-detail-body .additional-service.active {
  border-color: #f2912a;
}

.cart-page .cart-detail .cart-detail-body .additional-service .prices {
  flex: 0 0 130px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.cart-page
  .cart-detail
  .cart-detail-body
  .additional-service
  .prices
  span.old-price {
  font-size: 15px;
  color: rgb(136, 136, 136);
  text-decoration: line-through;
  font-weight: 300;
}

.cart-page
  .cart-detail
  .cart-detail-body
  .additional-service
  .prices
  span.new-price {
  font-size: 17px;
  color: rgb(52, 52, 52);
  font-weight: 500;
  margin-left: 6px;
}

.cart-page .cart-detail .cart-detail-body .additional-service label {
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
}

.cart-page .cart-detail .cart-detail-body .additional-service label .rb-item i {
  margin-left: 8px;
  display: inline-block;
}

.cart-page .cart-detail .cart-detail-footer {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: flex-end !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.cart-page .cart-detail .cart-detail-footer .total-price {
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-color: #e0e4e6;
  border-width: 3px 1px 1px 1px;
  border-radius: 0px 0px 5px 5px;
  padding: 17px 35px;
  margin-bottom: 21px;
  width: 100%;
  text-align: right;
  font-size: 20px;
  color: rgb(52, 52, 52);
  font-weight: 300;
}

.cart-page .cart-detail .cart-detail-footer .total-price span.price {
  font-size: 22px;
  font-weight: 500;
}

.cart-page .cart-detail .cart-detail-footer .button-col {
  min-width: 242px;
}

.cart-page .cart-detail .cart-detail-footer .button-col a {
  font-weight: 700;
}

.cart-page .cart-detail .cart-detail-footer .terms-of-use {
  margin-bottom: 21px;
}

.cart-page .cart-detail .cart-detail-footer .terms-of-use label {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.cart-page .cart-detail .cart-detail-footer .terms-of-use label a {
  color: #e78c15;
  text-decoration: underline !important;
}

.cart-page .cart-detail .cart-detail-footer .terms-of-use label .rb-item {
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 300 !important;
}

.account-page {
  padding: 40px 0px 150px 0px;
}

.account-page .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.account-page .left-menu {
  flex: 0 0 296px;
  margin-right: 56px;
  border-radius: 5px;
  background-color: rgb(245, 247, 248);
  overflow: hidden;
}

.account-page .left-menu .left-menu-header {
  background-color: rgb(234, 237, 239);
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #e0e4e6;
  padding: 12.5px 22px;
}

.account-page .left-menu .menu-title {
  font-size: 22px;
  color: rgb(31, 31, 31);
  font-weight: 500;
  margin-bottom: 8px;
}

.account-page .left-menu .name {
  font-size: 14px;
  color: rgb(97, 97, 97);
  font-weight: 300;
}

.account-page .left-menu .left-menu-body {
  padding: 14px 24px;
}

.account-page .left-menu .left-menu-body ul li a {
  font-size: 15px;
  color: rgb(30, 30, 30);
  line-height: 1.467;
  font-weight: 300;
  padding: 7px 0px;
  margin-bottom: 7px;
  display: inline-block;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #eaedef;
  width: 100%;
}

.account-page .left-menu .left-menu-body ul li:last-child a {
  margin-bottom: 0px;
  border-width: 0px;
}

.account-page .left-menu .left-menu-body ul li a.active::after {
  content: ">>";
  float: right;
}

.account-page .left-menu .left-menu-body ul li a:hover,
.account-page .left-menu .left-menu-body ul li a.active {
  font-weight: 500;
}

.account-page .left-menu .left-menu-body ul li a i {
  margin-right: 8px;
}

.account-page .left-menu .left-menu-body ul li a span.count {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ff9600;
  display: inline-block;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  margin-left: 4px;
}

.account-page .account-content {
  flex: 0 1 100%;
}

.account-page .account-content .websites {
  padding-bottom: 16px;
  margin-bottom: 37px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eaeaea;
}

.account-page .account-content .websites span.title {
  font-size: 24px;
  color: rgb(255, 158, 41);
  font-weight: 700;
}

.account-page .account-content .websites select {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(217, 217, 217);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 17px;
  color: rgb(62, 62, 62);
  padding: 6.5px 10px;
  width: 100%;
  max-width: 223px;
  margin-left: 28px;
  background-image: url(../img/select-arrow.png);
  background-position: calc(100% - 8px) center;
  outline: none;
  background-repeat: no-repeat;
  -webkit-appearance: button;
}

.account-page .account-content .website-detail .website-detail-header {
  padding-bottom: 48px;
  margin-bottom: 36px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eaeaea;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between !important;
  -ms-flex-align: space-between !important;
}

.account-page .account-content .website-detail .website-detail-header span {
  display: block;
}

.account-page .account-content .website-detail .website-detail-header .title {
  font-size: 17px;
  color: rgb(31, 31, 31);
  font-weight: 700;
  margin-bottom: 8px;
}

.account-page .account-content .website-detail .website-detail-header .text {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(217, 217, 217);
  border-radius: 5px;
  background-color: rgb(248, 249, 249);
  font-size: 17px;
  color: rgb(31, 31, 31);
  padding: 9px 12px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-header
  .template-name {
  margin-bottom: 23px;
  width: 100%;
}

.account-page
  .account-content
  .website-detail
  .website-detail-header
  .domain-name,
.account-page
  .account-content
  .website-detail
  .website-detail-header
  .start-date {
  margin-bottom: 23px;
  width: calc(33% - 20px);
}

.account-page
  .account-content
  .website-detail
  .website-detail-header
  .end-date {
  margin-bottom: 23px;
  width: calc(33% - 20px);
}

.account-page .account-content .website-detail .website-detail-header .links a {
  margin-right: 13px;
}

.account-page .account-content .website-detail .website-detail-body {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-services {
  flex: 0 0 50%;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #eaeaea;
  padding-right: 70px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-title,
.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal-title {
  font-size: 24px;
  color: rgb(255, 158, 41);
  font-weight: 700;
  margin-bottom: 31px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-services
  ul {
  margin-bottom: 9px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-services
  ul
  li {
  margin-bottom: 14px;
  font-size: 18px;
  color: rgb(31, 31, 31);
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-services
  ul
  li
  strong {
  font-weight: 700;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-services
  ul
  li
  i {
  margin-right: 7px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .additional-services
  .prices {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(217, 217, 217);
  border-radius: 5px;
  background-color: rgb(248, 249, 249);
  font-size: 17px;
  color: rgb(31, 31, 31);
  padding: 9px 12px;
}

.account-page .account-content .website-detail .website-detail-body .renewal {
  flex: 0 0 50%;
  padding-left: 60px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  ul {
  margin-bottom: 9px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  ul
  li {
  margin-bottom: 14px;
  font-size: 18px;
  color: rgb(31, 31, 31);
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  ul
  li
  strong {
  font-weight: 700;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  .prices {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(217, 217, 217);
  border-radius: 5px;
  background-color: rgb(248, 249, 249);
  font-size: 17px;
  color: rgb(31, 31, 31);
  padding: 9px 12px;
  display: inline-block;
  margin-bottom: 17px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  .remaining {
  font-size: 17px;
  color: rgb(238, 46, 46);
  margin-bottom: 23px;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  .links {
  display: inline-block;
}

.account-page
  .account-content
  .website-detail
  .website-detail-body
  .renewal
  .links
  a {
  padding-left: 20px;
  padding-right: 75px;
  font-weight: 700;
}

.pay-page {
  padding: 40px 0px 150px 0px;
}

.pay-page .container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.pay-page .right-menu {
  flex: 0 0 332px;
  margin-left: 44px;
}

.pay-page .right-menu .right-menu-container {
  border-radius: 5px;
  background-color: rgb(245, 247, 248);
  overflow: hidden;
}

.pay-page .right-menu .right-menu-header {
  background-color: rgb(234, 237, 239);
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #e0e4e6;
  padding: 12.5px 22px;
}

.pay-page .right-menu .menu-title {
  font-size: 22px;
  color: rgb(31, 31, 31);
  font-weight: 300;
  margin-bottom: 8px;
}

.pay-page .right-menu .package-name {
  font-size: 14px;
  color: rgb(97, 97, 97);
  font-weight: 300;
}

.pay-page .right-menu .right-menu-body {
  padding: 14px 24px;
}

.pay-page .right-menu .right-menu-body ul li {
  font-size: 15px;
  color: rgb(30, 30, 30);
  line-height: 1.467;
  font-weight: 300;
  padding: 7px 0px;
  margin-bottom: 7px;
  display: inline-block;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #eaedef;
  width: 100%;
}

.pay-page .right-menu .right-menu-body ul li:last-child {
  padding: 7px 0px;
  margin-bottom: 0px;
  border-width: 0px 0px 0px 0px;
}

.pay-page .right-menu .right-menu-body ul li i {
  margin-right: 6px;
}

.pay-page .right-menu .right-menu-body ul li span {
  float: right;
  font-weight: 500;
}

.pay-page .right-menu .right-menu-footer .total-price {
  font-size: 15px;
  background-color: rgb(234, 237, 239);
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #e0e4e6;
  padding: 15.5px 22px;
  text-align: right;
}

.pay-page .right-menu .right-menu-footer .total-price .old-price {
  font-size: 18px;
  font-weight: 300;
  color: rgb(166, 166, 166);
  text-decoration: line-through;
  padding: 0px 4px;
}

.pay-page .right-menu .right-menu-footer .total-price .new-price {
  font-size: 22px;
  font-weight: 700;
  color: #202020;
}

.pay-page .right-menu .right-menu-footer .wire-transfer {
  font-size: 15px;
  background-color: #6ccd4b;
  font-weight: 300;
  padding: 15.5px 22px;
  text-align: right;
  color: #fff;
}

.pay-page .right-menu .right-menu-footer .wire-transfer span {
  display: inline-block;
}

.pay-page .right-menu .right-menu-footer .wire-transfer span.price {
  font-size: 30px;
  font-weight: 700;
  padding-top: 7px;
}

.pay-page .right-menu .right-menu-text {
  text-align: center;
  margin-top: 40px;
}

.pay-page .right-menu .right-menu-text p {
  margin-top: 27px;
  font-size: 15px;
  color: rgb(98, 98, 98);
  line-height: 1.2;
  text-align: justify;
}

.pay-page .pay-content {
  flex: 0 1 100%;
}

.pay-page .pay-content .payment-options {
  margin-bottom: 36px;
}

.pay-page .pay-content .payment-options .nav-tabs {
  border-width: 0px;
}

.pay-page .pay-content .payment-options .nav-tabs .nav-item .nav-link {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(47, 47, 47);
  background-color: rgb(255, 255, 255);
  border-radius: 18px;
  margin-right: 15px;
  color: rgb(47, 47, 47);
  padding: 10px 18px;
}

.pay-page .pay-content .payment-options .nav-tabs .nav-item.show .nav-link,
.payment-options .nav-tabs .nav-link.active {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(47, 47, 47);
  background-color: rgb(47, 47, 47) !important;
  color: #fff !important;
}

.pay-page .pay-content .billing {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eaedef;
  padding-bottom: 21px;
  margin-bottom: 36px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.pay-page .pay-content .billing span {
  font-size: 16px;
  color: rgb(70, 70, 70);
  font-weight: 700;
  min-width: 144px;
}

.pay-page .pay-content .billing select {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(217, 217, 217);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  font-size: 17px;
  padding: 10px 20px 10px 10px;
  background-image: url(../img/select-arrow.png);
  background-position: calc(100% - 8px) center;
  outline: none;
  background-repeat: no-repeat;
  -webkit-appearance: button;
  background-color: #f5f7f8;
  color: rgb(70, 70, 70);
  margin: 0 10px;
}

.pay-page .pay-content .billing a {
  min-width: 120px;
}

.pay-content .tab-content {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eaedef;
  padding-bottom: 21px;
  margin-bottom: 36px;
}

.pay-content .tab-content #wire-transfer {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.pay-content .tab-content #wire-transfer > label {
  flex: 0 0 49%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 35px;
  padding: 20px;
  border-radius: 23px;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
}

.pay-content .tab-content #wire-transfer > label.active {
  border-style: solid;
  border-color: rgb(242, 145, 42);
}

.pay-content .tab-content #wire-transfer > label .radio-checkmark {
  margin-right: 24px;
}

.pay-content .tab-content #wire-transfer > label .rb-item {
  font-weight: 400;
  color: #464646;
}

.pay-content .tab-content #wire-transfer > label .rb-item .item-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 23px;
  display: inline-block;
}

.pay-content .tab-content #wire-transfer > label .rb-item ul li {
  margin-bottom: 8px;
}

.pay-content .tab-content #wire-transfer > label .rb-item ul li span {
  font-weight: 700;
  width: 80px;
  display: inline-block;
}

.pay-content .tab-content #wire-transfer .sub-text {
  flex: 0 0 100%;
  font-size: 17px;
  color: #40b419;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.pay-content .tab-content #wire-transfer .sub-text i {
  font-size: 22px;
  margin-right: 10px;
}

.pay-content .terms-buttons {
  text-align: center;
}

.pay-content .terms-of-use {
  margin-bottom: 25px;
}

.pay-content .terms-of-use .input-container {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pay-content
  .terms-of-use
  .input-container.input-check
  input:checked
  ~ .radio-checkmark
  ~ div {
  font-weight: 300 !important;
}

.pay-content .terms-of-use .input-container a {
  color: #e78c15;
  text-decoration: underline !important;
}

.complete-page {
  padding: 80px 0 140px 0;
  text-align: center;
}

.complete-page .container > img {
  margin-bottom: 21px;
}

.complete-page .complete-page-title {
  font-size: 38px;
  color: rgb(31, 31, 31);
  font-weight: 700;
  margin-bottom: 10px;
}

.complete-page .order-code {
  margin-bottom: 33px;
  font-size: 22px;
  color: rgb(31, 31, 31);
  font-weight: 300;
}

.complete-page .order-code span {
  color: #eb8711;
}

.complete-page .container > p {
  font-size: 20px;
  color: rgb(31, 31, 31);
  line-height: 1.244;
  font-weight: 300;
  max-width: 930px;
  margin: auto;
}

.membership-page {
  background-image: url("../img/uyelik_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0 120px 0;
  background-color: #f4f4f4;
}

.membership-page .container {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18.75px 6.25px rgba(0, 0, 0, 0.05);
  padding: 38px 38px 68px 38px;
}

.membership-page .membership-page-title {
  font-size: 25px;
  color: rgb(35, 35, 35);
  text-align: center;
  font-weight: 300;
  padding-bottom: 33px;
  margin-bottom: 56px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ededed;
}

.membership-page .membership-forms {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.membership-page .membership-forms .sign-in {
  text-align: center;
  flex: 0 0 50%;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ededed;
}

.membership-page .membership-forms .sign-in .sign-in-title {
  font-size: 28px;
  color: rgb(40, 40, 40);
  font-weight: 700;
  margin-bottom: 28px;
}

.membership-page .membership-forms .sign-in .sign-in-form {
  max-width: 255px;
  margin: auto;
}

.membership-page .membership-forms .sign-in .button-col {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.membership-page .membership-forms .sign-in .button-col a {
  font-size: 16px;
  color: rgb(40, 40, 40);
  font-weight: 300;
}

.membership-forms .input-col {
  margin-bottom: 10px;
}

.membership-forms .input-col input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(132, 132, 132);
  background-color: rgb(255, 255, 255);
  padding: 12px 19px;
  font-size: 16px;
  color: rgb(123, 123, 123);
  border-radius: 30px;
  width: 100%;
}

.membership-forms .button-col {
  padding-top: 16px;
}

.membership-page .membership-forms .sign-up {
  text-align: center;
  flex: 0 0 50%;
}

.membership-page .membership-forms .sign-up .sign-up-form {
  max-width: 255px;
  margin: auto;
}

.membership-page .membership-forms .sign-up .sign-up-title {
  font-size: 28px;
  color: #f27f22;
  font-weight: 700;
  margin-bottom: 6px;
}

.membership-page .membership-forms .sign-up .sign-up-sub-title {
  font-size: 17px;
  color: #2d2d2d;
  font-weight: 300;
  margin-bottom: 25px;
}

.page-header.faq-page-header {
  background-image: url("../img/sikca-sorulan-sorular.png");
}

.page-header.faq-page-header .page-header-content .container {
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}

.page-header.faq-page-header .page-header-content .title {
  text-align: left;
  margin-bottom: 0;
  min-height: 114px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.faq-page.faqs .faq-list .faq .faq-body {
  max-width: 100%;
}

.faq-page.faqs .faqs-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 47px;
}

.portfolio-page2 {
  padding: 60px 0px 100px 0px;
}

.portfolio-page2 .portfolio-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.portfolio-page2 .portfolio {
  width: calc(33% - 20px);
  height: 414px;
  margin: 0px 30px 30px 0px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
}

.portfolio-page2 .portfolio:hover {
  border-color: #d81103;
}

.portfolio-page2 .portfolio:nth-child(3n + 3) {
  margin: 0px 0px 30px 0px;
}

.portfolio-page2 .portfolio .mask {
  opacity: 0;
  transition: all 0.5s ease 0.02s;
  -webkit-transition: all 0.5s ease 0.02s;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 414px;
  font-size: 18px;
  color: #fff;
  display: table;
  border-radius: 14px;
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.portfolio-page2 .portfolio:hover .mask {
  opacity: 1;
}

.portfolio-page2 .portfolio .mask a {
  color: #fff;
  vertical-align: middle;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
}

.portfolio-page2 .portfolio .mask a span {
  font-size: 18px;
  display: block;
}

.portfolio-page2 .portfolio .mask a i {
  display: block;
  font-size: 44px;
  margin: 25px auto 10px auto;
}

.portfolio-page2 .portfolio-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 47px;
  font-size: 34px;
}

.package-page .modal-header {
  font-size: 24px;
  font-weight: 500;
}

.package-page .modal-body {
  padding-top: 0px;
  padding-bottom: 30px;
  font-weight: 300;
  line-height: 1.4;
}

.package-page .modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* header .top .container, header .main-menu .container, .template-page .packages-choice .container, .template-content .container, .breadcrumbs .container {
  width: 90%;
  max-width: 1680px;
} */

.template-page {
  padding-top: 0px;
}

.template-page .packages-choice {
  height: 62px;
}

.template-page .packages-choice .categories-title {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ebebeb;
  height: 100%;
  flex: 0 0 285px;
}

.template-page .packages-choice .categories-title span {
  font-size: 14px;
  color: rgb(20, 20, 20);
  font-weight: 700;
}

.template-page .packages-choice .categories-title span i {
  padding-right: 2px;
}

.template-page .packages-choice .package-property {
  padding-left: 23px;
}

.template-page .packages-choice .package-property a {
  font-size: 15px;
  padding-left: 15px;
}

.template-page .packages-choice .package-property a::before {
  width: 50px;
}

.template-page .packages-choice .package-property a::after {
  width: 40px;
}

.template-page .packages-choice .select-package {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-left: 40px;
}

.template-page .packages-choice .select-package strong {
  padding: 0 0 6px 0;
  font-size: 13px;
  font-weight: 700;
}

.template-page .packages-choice .select-package .dropdown button,
.template-page .packages-choice .select-package .dropdown button:hover,
.template-page .packages-choice .select-package .dropdown button:focus {
  background-color: #fff;
  color: #141414;
  font-size: 14px;
  border-radius: 0px;
  border-width: 0px;
  box-shadow: 0 0 0 0 #fff;
  padding: 0 0 2px 0;
  border-color: #e0e0e0;
  border-width: 0 0 1px 0;
  width: 300px;
  text-align: left;
}

.template-page .packages-choice .select-package .dropdown button::after {
  float: right;
  margin-top: 7px;
}

.template-page .packages-choice .select-package .p-text {
  font-weight: 500;
}

.template-page .packages-choice .select-package .old-price {
  text-decoration: line-through;
  font-weight: 300;
  color: rgb(166, 166, 166);
}

.template-page .packages-choice .select-package .price {
  font-weight: 500;
}

.template-page .packages-choice .select-package .dropdown-menu {
  font-size: 14px;
  top: -4px !important;
  left: -51px !important;
  width: calc(100% + 15px);
}

.template-page .packages-choice .select-package .dropdown-menu .dropdown-item {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}

.template-page
  .packages-choice
  .select-package
  .dropdown-menu
  .dropdown-item.active,
.template-page
  .packages-choice
  .select-package
  .dropdown-menu
  .dropdown-item:focus {
  background-color: #f2f2f2 !important;
  color: inherit;
}

.template-page
  .packages-choice
  .select-package
  .dropdown-menu
  .dropdown-item:last-child {
  border-bottom: 0px solid #f2f2f2;
}

.template-detail-page .detail-body .faq {
  margin-top: 0px;
}

.template-detail-page .detail-body .faq h6 {
  color: #f49734;
  line-height: 27px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
}

.template-detail-page .detail-body .faq-body p {
  padding: inherit;
  margin-bottom: 15px;
}

.template-detail-page .timer {
  width: 100%;
  max-width: 434px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.template-detail-page .timer .timer-header {
  margin-bottom: 10px;
}

.template-detail-page .timer .timer-header p {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #d94536 !important;
}

.template-detail-page .timer .timer-body {
  background-color: #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.template-detail-page .timer .timer-body .timer-col {
  padding-right: 15px;
  margin-right: 9px;
  text-align: center;
  position: relative;
}

.template-detail-page .timer .timer-body .timer-col:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.template-detail-page .timer .timer-body .timer-col::after {
  content: ":";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 22px;
  color: rgb(18, 18, 18);
  font-weight: 700;
  line-height: 34px;
}

.template-detail-page .timer .timer-body .timer-col:last-child::after {
  content: "";
}

.template-detail-page .timer .timer-body .timer-col .count {
  background-image: url("../img/timer-bg.png");
  background-repeat: no-repeat;
  width: 37px;
  height: 34px;
  color: #fff;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-direction: column;
  -ms-flex-direction: column;
}

.template-detail-page .timer .timer-body .timer-col .count span {
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.template-detail-page .timer .timer-body .timer-col .text {
  font-size: 14px;
  font-weight: 300;
  color: rgb(149, 149, 149);
}

.offer-page .offer-page-content {
  padding: 0 40px 0 0;
}

.offer-page .offer-container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-bottom: 100px;
}

.offer-page .offer-form,
.offer-page .contact-form {padding: 30px 50px;
  flex-basis: 53%;
  border-radius: 10px;
  background-color: #fafafa;
}

.offer-page .offer-form{
  padding: 30px 50px;
  flex: 0 0 50%;
  border-radius: 10px;
  background-color: #fafafa;
}

.offer-page .offer-form .form-title {
  font-size: 22px;
  color: rgb(30, 30, 30);
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 21px;
}

.form .input-col {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.form .input-col > span {
  flex: 0 0 36px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  color: rgb(128, 128, 128);
  width: 100%;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.form .input-col-2 > span {
  height: 200px;
}

.form .input-col > span {
  color: #e0e0e0;
}

.form .input-col input[type="text"] {
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  font-size: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #000;
  font-weight: 500;

  padding: 14px 21px;
}

.offer-form .input-col input[type="text"],
.write-us-form .input-col input[type="text"],
.write-us-form .input-col input,
.seo-page .seo-page-content .comments .comment-form .form-row .input-col input {
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  font-size: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #000;
  font-weight: 500;

  padding: 14px 21px;

  

  font-size: 13px;
  padding-left: 21px;
  padding-right: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(73, 72, 74, 0.1);
  border-radius: 20px;
  color: #000;
  font-weight: 500;
}

.form .input-col select {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  background-image: url(../img/select-arrow-orange.png);
  background-position: calc(100% - 12px) center;
  outline: none;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-repeat: no-repeat;
  font-size: 12px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  border-radius: 0px 10px 10px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 27px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  font-weight: 300;
  color: rgb(128, 128, 128);

  

  font-size: 16px;
  padding-left: 21px;
  padding-right: 21px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #000;
  font-weight: 500;
}

.form .input-col textarea {
  border-style: solid;
  border-color: rgb(230, 230, 230);
  border-width: 1px 1px 1px 0;
  padding-top: 14.5px;
  background-color: rgb(255, 255, 255);
  color: rgb(128, 128, 128);
  font-weight: 300;
  width: 100%;
  resize: none;
  height: 200px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  line-height: 16px;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  font-size: 16px;
  padding-left: 21px;
  padding-right: 21px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #000;
  font-weight: 500;
}

.offer-form .input-col textarea,
.write-us-form .input-col textarea,
.seo-page .seo-page-content .comments .comment-form .form-row .input-col textarea {
  border-style: solid;
  border-color: rgb(230, 230, 230);
  border-width: 1px 1px 1px 0;
  padding-top: 14.5px;
  background-color: rgb(255, 255, 255);
  color: rgb(128, 128, 128);
  font-weight: 300;
  width: 100%;
  resize: none;
  height: 200px;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  line-height: 16px;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  font-size: 13px;
  padding-left: 21px;
  padding-right: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(73, 72, 74, 0.1);
  border-radius: 20px;
  color: #000;
  font-weight: 500;
}

.form .input-col:hover span,
.form .input-col:hover input,
.form .input-col:hover select,
.form .input-col:hover textarea {
  /* box-shadow: 0px 0px 20.16px 7.84px rgba(0, 0, 0, 0.06); */
  border-color: #9441e5;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.form .input-col.invalid span,
.form .input-col.invalid input,
.form .input-col.invalid select,
.form .input-col.invalid textarea {
  border-color: #f54f4f;
}

.contact-page .input-container.input-check input:checked~.radio-checkmark {
  background-color: #9441e5;
}

.form .input-col input[type="text"]::placeholder,
.form .input-col textarea::placeholder {
  color: #969696;
  font-weight: 400;
}

.form .privacy-policy {
  margin-bottom: 21px;
}

.form.form-row .privacy-policy {
  margin-bottom: 0px;
}

.form .privacy-policy label {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.form .privacy-policy label.invalid {
  border: 1px solid #f54f4f;
  padding: 10px 10px;
  border-radius: 20px;
}

.contact-form.form .privacy-policy label.invalid{
  border-radius: 10px;
  border-width: 2px;
}

.form .privacy-policy label a {
  color: #e78c15;
  text-decoration: underline !important;
}

.form .privacy-policy label a:hover {
  color: #9441e5;
  text-decoration: underline !important;
}


.form .privacy-policy label .rb-item {
  font-size: 13px;
  color: #1c1c1c;
  font-weight: 400 !important;
  line-height: 1.2;
}

.offer-form button {
  line-height: 49px;
  padding: 0px 30px;
}

.contact-page .contact-page-content {
  padding: 0;
}

.contact-page .contact-row {
  
}

.contact-page .contact-row:last-child {
  margin-bottom: 0px;
}

.contact-page .contact-row .contact-img {
  flex: 0 0 57px;
  margin-right: 16px;
}

.contact-page .contact-row .contact-text {
  flex: 0 1 100%;
  font-size: 14px;
  color: rgb(112, 112, 112);
}

.contact-page .contact-row .contact-text span.contact-title {
  display: block;
  font-size: 34px;
  color: #24282b;
  font-weight: 900 !important;
  margin-bottom: 22px;
}

.contact-page .contact-form {
  padding: 30px 50px;
  flex: 0 0 53%;
  border-radius: 10px;
  background-color: #fafafa;
}

.contact-page .offer-form {
  padding: 30px 50px;
  flex-basis: 53%;
  border-radius: 10px;
  background-color: #fafafa;
}


.contact-form h2 {
  font-size: 24px;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 1.163;
}

.contact-form .col-12 p {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 16px;
}

.contact-page button {
  margin-top: 20px;
}

.contact-page .form .input-col textarea {
  height: 122px;
}

.contact-page .form .input-col-2 > span {
  height: 117px;
}

.contact-page .form .privacy-policy {
  margin-bottom: 0px;
}

.portfolio-page-content .portfolio-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 23px;
}

.portfolio-page-content .portfolio {
  flex: 0 0 calc(33% - 6px);
  margin-bottom: 37px;
  overflow: hidden;
  margin-right: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  background-color: rgb(247, 247, 247);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  height: 378px;
  position: relative;
}

.portfolio-page-content .portfolio:nth-child(3n + 3) {
  margin-right: 0px;
}

.portfolio-page-content .portfolio .portfolio-img {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.portfolio-page-content .portfolio .portfolio-img img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio-page-content .portfolio .portfolio-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0, 0.82);
  width: 100%;
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  opacity: 0;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  border-radius: 20px;
}

.portfolio-page-content .portfolio:hover .portfolio-mask {
  opacity: 1;
}

.portfolio-page-content .portfolio .portfolio-mask a {
  font-size: 15px;
  padding: 12.5px 45px 12.5px 12.5px;
  background-color: rgb(255, 255, 255, 0.1);
  margin: 11px;
  white-space: nowrap;
}

.portfolio-page-content .portfolio .portfolio-mask a.light-link.a1::after {
  background-image: url(../img/verilen-hizmet-icon.png);
  width: 35px;
}

.portfolio-page-content .portfolio .portfolio-mask a.light-link.a2::after {
  background-image: url(../img/site-gor-icon.png);
  width: 35px;
}

.modal .btn-close {
  font-size: 16px;
  color: #fff;
  background-color: #1e1e1e;
}

.modal .btn-close:hover {
  background-color: rgb(43, 181, 40);
}

.modal-header .close {
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
}

.modal-header {
  padding: 20px 25px;
  border-color: #e8e8e8;
}

.modal-header .modal-title {
  margin: auto;
  font-size: 22px;
  font-weight: 700;
}

.modal-header .close {
  position: absolute;
  right: 16px;
}

.modal .modal-body {
  padding: 15px 25px;
  line-height: 1.63;
}

.modal .modal-body p {
  font-weight: 300;
}

.modal .modal-footer {
  padding: 15px 25px;
  border-color: #e8e8e8;
}

.package-page .package-content .content-text p,
.page .page-content p,
.page .about-content p,
.page .post p,
.modal .modal-body p {
  display: block;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.contact-page .contact-text p {
  color: #161616;
  font-size: 18px;
  margin-bottom: 22px;
  margin-top: 0;
}
.contact-page .contact-cards {
  display: inline-grid;
    grid-auto-rows: auto;
    align-items: stretch;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px 28px;
  border-radius: 10px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  width: fit-content;
  transition: all 0.25s ease;
  margin-bottom: 22px;
  width: auto;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

/* ICON */
.contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card__icon i {
  font-size: 39px;
  color: #9441e5;
}

/* TEXT */
.contact-card__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-card__label {
  font-size: 16px;
  color: #9441e5;
  font-weight: 400;
  margin: 0;
}

.contact-card__number {
  font-size: 24px;
  font-weight: 900;
  color: #161616;
  margin: 0;
}

.contact-card__number a {
  color: #161616;
}

.contact-card__number a:hover {
  color: #9441e5;
}

.contact-card__sub {
  font-size: 20px;
  color: #ffa200;
  font-weight: 400;
  margin: 5px 0 0 0;
}

.about-page img {
  max-width: 100% !important;
  height: auto !important;
}

.about-page .about-content table th,
.seo-page .post table th {
  padding: 10px;
  border: 1px solid #23242a;
  background-color: #1d1e22;
  color: #fff;
}

.about-page .about-content table th,
.seo-page .post table th:first-child {
  padding: 10px;
  border: 1px solid #404248;
  background-color: #404248;
  color: #fff;
}

.about-page .about-content table td,
.seo-page .post table td {
  padding: 10px;
  border: 1px solid #dfdfe1;
}

.about-page .about-content table tr:nth-child(2n),
.seo-page .post table tr:nth-child(2n) {
  background-color: #ebebeb;
}

.about-page .about-content h1 {
  font-size: 34px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 0px;
  line-height: 1.17;
}

.about-page .about-content h2 {
  font-size: 28px;
  color: rgb(26, 26, 26);
  font-weight: 700;
}

.about-page .about-content h3 {
  font-size: 20px;
  color: rgb(26, 26, 26);
  font-weight: 700;
}

.about-page .about-content p {
  font-size: 17px;
  color: rgb(28, 28, 28);
  font-weight: 400;
  line-height: 1.412;
  line-height: 1.63;
}

.sitemap-content {
  padding-top: 30px;
}

.sitemap-content .col-12 {
  margin-bottom: 30px;
}

.sitemap-content .map-col {
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  padding: 0px 10px 10px 10px;
  height: 100%;
}

.sitemap-content .map-col ul li {
  line-height: 1.6;
  font-size: 14px;
  padding-bottom: 6px;
}

.sitemap-content .map-col ul li::before {
  content: "-";
  padding-right: 6px;
}

.sitemap-content .map-col ul li:last-child {
  font-size: 14px;
  border-width: 0px;
}

.sitemap-content .map-col ul li a {
  color: rgb(87, 87, 87);
}

.sitemap-content .map-col ul li a:hover {
  color: #ff5400;
}

.sitemap-content .map-col.about-col ul {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.sitemap-content .map-col.about-col ul li {
  flex: 0 0 33%;
}

.navbar-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  display: none;
  left: 0;
  min-width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.side-menu-overlay {
  z-index: 102;
}

/* The container must be positioned relative: */

.select-custom {
  position: relative;
  font-family: Arial;
  font-display: auto;
}

/* .select-custom select {
  display: none;
} */

.select-selected {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  background-image: url(../img/select-arrow-orange.png);
  background-position: calc(100% - 12px) center;
  outline: none;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-repeat: no-repeat;
  font-size: 12px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  border-radius: 0px 10px 10px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 27px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.2s ease 0.02s;
  -webkit-transition: all 0.2s ease 0.02s;
  font-weight: 300;
  color: rgb(128, 128, 128);

  

  font-size: 13px;
  padding-left: 21px;
  padding-right: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 236, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(73, 72, 74, 0.1);
  border-radius: 20px;
  color: #000;
  font-weight: 500;
}

.form .input-col:hover .select-selected {
  border-color: #7ad778;
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */

.select-items div {
  padding: 12px 16px;
  cursor: pointer;
  color: #808080;
  font-size: 12px;
  border-top: 1px solid #e6e6e6;
}

/* Style items (options): */

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0px 0px 10px 10px;
  margin-top: -6px;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0px 1px 1px 1px;
  background-color: #fff;
  overflow: hidden;
}

.form .input-col:hover .select-items {
  border-color: #7ad778;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.04);
}

span.logo-span {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}

span.reg-span {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: -11px;
}

.page .page-content.error-content {
  padding-top: 80px;
  padding-bottom: 160px;
  text-align: center;
}

.error-content img {
  max-width: 100%;
}

.error-content .title {
  font-size: 28px;
  color: rgb(58, 58, 58);
  font-weight: 700;
  padding: 33px 0px 25px;
}

.error-content .title {
  font-size: 28px;
  color: rgb(58, 58, 58);
  font-weight: 700;
  padding: 33px 0px 22px 0px;
}

.error-content .text {
  font-size: 20px;
  color: rgb(58, 58, 58);
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 22px;
}

.error-content .link a {
  font-size: 20px;
  color: rgb(229, 131, 13);
  line-height: 1.301;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.error-content .link a i {
  font-size: 14px;
  padding-right: 6px;
}

.error-content .link a:hover {
  color: #131313;
}

.scroll-up {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 22px;
  bottom: 165px;
  z-index: 101;
  background: #ff8400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 62px;
  width: 62px;
  height: 60px;
  text-align: center;
  box-shadow: -3px 3px 5px -1px rgba(0, 0, 0, 0.18);
}

.scroll-up:hover {
  background: #000;
}

.scroll-up span {
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease 0.02s;
  -webkit-transition: all 0.3s ease 0.02s;
}

.scroll-up:hover span {
  opacity: 1;
}

.scroll-up:hover i {
  color: #ff8400;
}

.whatsapp {
  cursor: pointer;
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 120 !important;
  background: #09d261;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 62px;
  width: 62px;
  height: 60px;
  text-align: center;
  color: #09d261;
  box-shadow: -3px 3px 5px -1px rgba(0, 0, 0, 0.18);
}

.whatsapp img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  max-width: 100%;
}

.whatsapp:hover img {
  transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
}

.whatsapp span {
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease 0.02s;
  -webkit-transition: all 0.3s ease 0.02s;
  line-height: normal;
  color: #000;
}

.whatsapp:hover span {
  opacity: 1;
}

/* packages */
.new-packages {
  position: relative;
}

.packages-title {
  margin: 0 0 86px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}

.home-packages .packages-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.package-card {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  border: 3px solid #fff;
  transition: all 0.3s ease;
}

.home-packages.new-packages .packages-grid .package-card {
  width: calc((100% / 3) - (10px * 1));
}

.home-packages .package-card-body {
  padding: 32px 20px 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  position: relative;
}

.package-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.package-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.package-name {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}

.package-subtitle {
  font-size: 16px;
  font-weight: 400;
}

.color-1 .package-name,
.color-1 .package-subtitle {
  color: #1fb118;
}

.color-3 .package-name,
.color-3 .package-subtitle {
  color: #b740e5;
}

.color-2 .package-name,
.color-2 .package-subtitle {
  color: #3f80f5;
}

.package-desc {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.467;
  color: #121212;
}

.package-price-top {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 21px;
}

.discount-badge {
  padding: 10px 18px;
  border-radius: 999px;
  background: #fa7217;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.old-price {
  color: #121212;
  font-size: 22px;
  text-decoration: line-through;
}

.home-packages .old-price {
  color: #121212;
  font-size: 18px;
  text-decoration: line-through;
}

.package-price-wrapper {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin-bottom: 11px;
  height: 58px;
}

.package-installment-text {
  font-size: 14px;
  line-height: 1.4;
  color: #b91515;
  display: flex;
  align-items: center;
  gap: 5px;
}

.package-price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: #121212;
}

.package-price strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.package-price span {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 170px;
}

.package-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #121212;
}

.package-features li span {
  font-weight: 700;
  text-decoration: underline;
}

.package-features li.heart_icon::before {
  content: "";
  background-image: url("../img/ui_ux_icon.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 20px;
}

.package-features li.free_icon::before {
  content: "";
  background-image: url("../img/ucretsiz_icon.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.package-note {
  background: #1f1f1f;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.package-note a {
  display: inline-flex;
}

.package-card.color-2.featured {
  border: 3px solid #b740e5;
  background-color: #b740e5;
  margin-top: -50px;
}

.package-card.color-3:hover {
  border: 3px solid #b740e5;
}

.package-card.color-1:hover {
  border: 3px solid #1fb118;
}

.package-card.color-2.featured {
  border: 3px solid #3f80f5;
  background-color: #3f80f5;
  margin-top: -60px;
}

.package-card.color-2:hover {
  border: 3px solid #3f80f5;
}

.color-3:hover,
.color-1:hover,
.color-2:hover {
  transform: translateY(-4px);
}

.featured-label {
  height: 50px;
  /*background: linear-gradient(to bottom, #b846ea 0%, #a737df 100%);*/
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured .package-card-body {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}

.packages-bottom {
  text-align: center;
  margin-top: 53px;
}

.packages-bottom .orange-btn-gradient {
  position: relative;
  font-size: 22px;
  line-height: 1.682;
  background: linear-gradient(188deg, #ffa200 0%, #f5390d 100%);
  overflow: hidden;
}

/* hover gradient layer */
.packages-bottom .orange-btn-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(188deg, #f5390d 0%, #f5390d 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

/* içerik üstte kalsın */
.packages-bottom .orange-btn-gradient span {
  position: relative;
  z-index: 1;
}

.packages-bottom .orange-btn-gradient:hover::after {
  opacity: 1;
}



.packages-btn {
  min-width: 360px;
  min-height: 58px;
}

@media (max-width: 992px) {
  .packages-title {
    font-size: 32px;
  }

  .package-card {
    width: 100%;
    max-width: 420px;
  }

  .packages-btn {
    min-width: 280px;
    font-size: 17px;
  }
}
/* packages */

/* cta banner */
.cta-banner {
  padding: 0 20px 130px;
}

.cta-banner-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  margin: 0 0 45px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.cta-title span {
  display: block;
  margin-top: 12px;
  color: #ffa200;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-btn {
  min-width: 305px;
  height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  position: relative;
  padding-right: 45px;
}

.cta-btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
  right: 20px;
  position: absolute;
}

.cta-btn-call {
  color: #ffa200;
  background: rgba(0, 0, 0, 0.28);
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.2);
}

.cta-btn-call::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 999px;

  background: linear-gradient(80deg, #ffa200 0%, #f5390d 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.cta-btn-call:hover {
  transform: translateY(-2px);
  color: #ffa200;
  background: rgba(0, 0, 0, 0.68);
}

@media (max-width: 768px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-btn {
    min-width: 260px;
    font-size: 18px;
  }
}
/* cta banner */

/* stats */
.stats {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 145px;
}

/* stat-card-wrap: feature-card pattern ile aynı yapı — tooltip + gradient border + glow */
.stat-card-wrap {
  position: relative;
  cursor: pointer;
}

.stat-card-inner {
  position: relative;
  z-index: 2;
  width: 210px;
  padding: 26px 20px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  will-change: transform, box-shadow;
  cursor: pointer;
  height: 100%;

  --border-opacity: 0;
  --glow-opacity: 0;
}

/* Gradient border (feature-card pattern) */
.stat-card-inner::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(135deg, #a437d8 0%, #ffb21e 55%, #d24c8e 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: var(--border-opacity);
  pointer-events: none;
  z-index: 1;
}

/* Glow overlay */
.stat-card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #ffffff 50%,
    rgba(255, 192, 0, 0.27) 100%
  );
  opacity: var(--glow-opacity);
  z-index: 0;
}

.stat-card-inner img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.stat-value {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 2;
}

/* Tooltip */
.stat-card-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 28px);
  transform: translateX(-50%) translateY(8px);
  min-width: 420px;
  max-width: calc(100vw - 40px);
  white-space: normal;
  padding: 14px 28px;
  border-radius: 999px;
  background: #2a2a2a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  border: 4px solid #ff7a1a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.28s;
  z-index: 20;
}

.stat-card-wrap:hover .stat-card-tooltip,
.stat-card-wrap.is-active .stat-card-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}

/* Backward compat: eski .stat-card class'ı kalan yerlerde bozulmasın */
.stat-card {
  width: 210px;
  padding: 26px 20px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  will-change: transform, box-shadow;
}

@media (max-width: 768px) {
  .stat-card-inner { width: 160px; padding: 20px 14px; }
  .stat-card-tooltip {
    min-width: 260px;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 18px;
  }
}
/* stats */

.desktop-menu {
  display: none;
}

/* top actions */
.top-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-actions li {
  display: flex;
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.action-link i {
  font-size: 21px;
}

.action-link:hover {
  color: #ff920f;
}

/* ikon base */
.icon {
  display: inline-block;
  position: relative;
}

/* ❓ soru işareti icon */
.icon-help {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.icon-help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 12px;
  font-weight: 700;
}

/* hızlı iletişim buton */
.action-button {
  padding: 10px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffa200;
  border-radius: 10px;
  background-color: rgba(255, 162, 0, 0);
  color: #ffa200;
  gap: 12px;
  transition: 0.25s;
}

.action-button:hover {
  background-color: #ff920f;
  border-color: #ff920f;
  color: #fff;
}

/* hamburger icon */
.icon-menu {
  position: relative;
  width: 28px;
  height: 14px;
}

/* üst */
.icon-menu::before,
.icon-menu::after,
.icon-menu span {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #ffa200;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.action-button:hover .icon-menu::before,
.action-button:hover .icon-menu::after,
.action-button:hover .icon-menu span {
  background-color: #fff;
}

/* üst çizgi */
.icon-menu::before {
  top: 0;
  width: 24px;
}

/* orta çizgi */
.icon-menu span {
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

/* alt çizgi */
.icon-menu::after {
  bottom: 0;
  width: 19px; /* görseldeki gibi kısa */
  right: 0;
  left: auto;
}

/* overlay */
.quick-contact-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1098;
}

/* sidebar */
.quick-contact-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 92vw;
  height: 100vh;
  background: #14061f;
  color: #fff;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.28);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1099;
  padding: 28px 24px 24px;
  box-sizing: border-box;
  overflow-y: auto;
}

.quick-contact-sidebar.active {
  transform: translateX(0);
}

.quick-contact-overlay.active {
  opacity: 1;
  visibility: visible;
}

.quick-contact-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 18px;
}

.quick-contact-head {
  margin-bottom: 28px;
}

.quick-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(80deg, #ffa200 0%, #f5390d 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.quick-contact-head h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.quick-contact-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.5;
}

.quick-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quick-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.25s ease;
}

.quick-contact-item:hover {
  transform: translateX(-4px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 145, 0, 1);
  color: #fff;
}

.quick-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(80deg, #ffa200 0%, #f5390d 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border: 2px solid #fff;
}

.quick-contact-item strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.quick-contact-item span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

body.quick-contact-open {
  overflow: hidden;
}
/* top actions */

/* page header */
.page-header .page-header-bg {
  background-size: cover;
  background-position: top center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-header .gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  background: linear-gradient(to left, #602f9d 0%, #8a31a0 100%);

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    /* üst full */ rgba(0, 0, 0, 0) 100% /* aşağı doğru kaybol */
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.page-header .gradient-top::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  inset: 0;
}

.page-header .gradient-bottom {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: #f8f5fa;

  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 100%);

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.08) 20%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.8) 85%,
    rgba(0, 0, 0, 1) 100%
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.08) 20%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 1) 100%
  );

  z-index: 0;
  pointer-events: none;
}

.service-page-header.page-header .gradient-bottom {
  display: none !important;
}

.page-header-bg {
  position: relative;
  background: #fff; /* arkaplan */
}

.page-header-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/assets/img/page-header-bg.png");
  opacity: 1;

  z-index: 0;

  background-size: cover;
}

/* page header */

/* features card */
.feature-cards {
  padding: 126px 0 0 0;
}

.feature-cards-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-card {
  position: relative;
  width: calc(100% / 5 - (8px * 2));
  min-height: 185px;
}

.feature-card-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 28px);
  transform: translateX(-50%) translateY(8px);
  min-width: 480px;
  max-width: calc(100vw - 40px); /* ekrana sığdır */

  white-space: normal; /* taşmayı engeller */
  padding: 14px 28px;
  border-radius: 999px;
  background: #2a2a2a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border: 4px solid #ff7a1a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.28s;
  transition-delay: 0.05s;
  z-index: 5;

  max-width: calc(100vw - 40px); /* ekrana sığdır */

  white-space: normal; /* taşmayı engeller */
}

.feature-card-inner {
  position: relative;
  z-index: 2;
  min-height: 185px;
  padding: 26px 18px 20px;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07);

  --border-opacity: 0;
  --glow-opacity: 0;

  will-change: transform, box-shadow;
  cursor: pointer;
}

.feature-card-inner img {
  object-fit: contain;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.feature-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #161616;
  position: relative;
  z-index: 2;
}

.feature-card-subtitle {
  margin-top: 9px;
  font-size: 17px;
  color: #161616;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.feature-card:hover .feature-card-tooltip,
.feature-card.is-active .feature-card-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);

  transition:
    opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}

/* glow */
.feature-card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #ffffff 50%,
    rgba(255, 192, 0, 0.27) 100%
  );
  opacity: var(--glow-opacity);
  z-index: 0;
}

/* gradient border */
.feature-card-inner::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 6px;
  border-radius: inherit;
  background: linear-gradient(135deg, #a437d8 0%, #ffb21e 55%, #d24c8e 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: var(--border-opacity);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1200px) {
  .feature-card-tooltip {
    min-width: 360px;
    max-width: 90vw;
    white-space: normal;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .feature-cards-row {
    gap: 14px;
  }

  .feature-card {
    width: calc(50% - 7px);
    min-width: 160px;
  }

  .feature-card-inner {
    min-height: 160px;
    padding: 20px 14px 16px;
  }

  .feature-card-title {
    font-size: 18px;
  }

  .feature-card-subtitle {
    font-size: 14px;
  }

  .feature-card-tooltip {
    font-size: 15px;
    padding: 12px 18px;
  }
}
/* features card */

/* yeni packages*/
/* packages */
.new-packages {
  position: relative;
}

.packages-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  flex-wrap: wrap;
}

.package-card-body {
  padding: 34px 38px 26px;
  background: #fff;
  border-radius: 24px;
}

/* sadece ortadaki featured */
.package-card.featured {
  margin-top: -58px;
  border-width: 2px;
}

.featured-label {
  height: 60px;
  border-radius: 24px 24px 0 0;
  background: #4b7ff0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header */
.package-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}

.package-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* sağ üst taksit badge */
.package-installment-badge {
  position: absolute;
  top: 11px;
  right: 16px;
  border-radius: 50%;
  color: #ff0101;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.home-packages .package-installment-badge {
  top: 11px;
  right: 11px;
}

.package-installment-badge .installment-title {
  font-size: 15px;
  font-weight: 700;
  color: #ff0101;
  margin-bottom: 4px;
}

.home-packages .package-installment-badge .installment-title {
  font-size: 14px;
}

.package-installment-badge .installment-text {
  width: 62px;
  height: 62px;
  background-image: url("/assets/img/icon-installments.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.package-installment-badge .installment-text .installment-number {
  font-size: 32px;
  line-height: 0.9;
  margin-top: -2px;
}

/* fiyat alanı */

.package-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 11px 0 16px 0;
}

/* üstte kısa avantaj listesi */
.package-features-top,
.package-features-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
}

.package-features-top li,
.package-features-bottom li {
  position: relative;
  font-size: 15px;
  margin-bottom: 15px;
  color: #121212;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.package-features-top li i,
.package-features-bottom li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -2px;
}

.package-features-top li strong,
.package-features-bottom li strong {
  font-weight: 700;
}

.package-features-top li span,
.package-features-bottom li span {
  text-decoration: underline;
}

.package-features-top li.one-time-payment {
  font-size: 14px;
}

.package-features-top li.one-time-payment i.okey-icon {
  width: 19px;
  height: 19px;
  background-image: url("../img/okey_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -2px;
}

.package-features-bottom li i.question-icon,
.package-features-top li.one-time-payment i.question-icon {
  position: relative;
  top: unset;
  left: unset;
  right: 0;
  color: #ffc107;
}

/* butonlar */
.package-actions {
  display: flex;
  gap: 12px;
  margin: 22px 0 18px;
  flex-direction: column;
}

.package-btn-black,
.package-btn-outline {
  height: 54px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex: 1;
  transition: all 0.2s ease;
  padding: 15px 10px;
  text-align: center;
  gap: 6px;
}

.package-btn-outline i {
  font-size: 24px;
}

.package-btn-black i {
  font-size: 22px;
  font-weight: normal;
}

.package-btn-black {
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.package-btn-outline {
  background: #fff;
  color: #111;
  border: 2px solid #2b2b2b;
}

.package-btn-black:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.package-card.color-2 .package-btn-black:hover {
  background: #3f80f5;
  border-color: #3f80f5;
}

.package-card.color-2 .package-btn-outline:hover {
  border-color: #3f80f5;
  color: #3f80f5;
}

.package-card.color-1 .package-btn-black:hover {
  background: #1fb118;
  border-color: #1fb118;
}

.package-card.color-1 .package-btn-outline:hover {
  border-color: #1fb118;
  color: #1fb118;
}

.package-card.color-3 .package-btn-outline:hover {
  border-color: #b740e5;
  color: #b740e5;
}

.package-card.color-3 .package-btn-black:hover {
  background: #b740e5;
  border-color: #b740e5;
}

/* eski siyah note bar kaldır */
.package-note {
  display: none;
}

@media (max-width: 1200px) {
  .package-card {
    width: 360px;
  }

  .package-card-body {
    padding: 28px 24px 22px;
  }
}

@media (max-width: 992px) {
  .packages-grid {
    gap: 20px;
  }

  .package-card {
    width: 100%;
    max-width: 440px;
  }

  .package-card.featured {
    margin-top: 0;
  }

  .featured-label {
    font-size: 19px;
    height: 54px;
  }
}
/* yeni packages*/

/*  package-page new-packages */
.package-page .new-packages .packages-grid {
  gap: 30px;
}
.package-page .new-packages .packages-grid .package-card {
  width: calc((100% / 3) - (22px * 1));
}
/*  package-page new-packages */

/* packages compare */
.packages-compare-wrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.packages-compare-btn {
  width: 100%;
  max-width: 480px;
  min-height: 46px;
  padding: 0 18px;
  border: 1.5px solid #121212;
  border-radius: 999px;
  background: #f3f0f5;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.packages-compare-btn:hover {
  transform: translateY(4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  background: #ffc107;
}

.compare-text {
  flex: 1;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #242424;
}

.compare-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .packages-compare-btn {
    max-width: 100%;
    min-height: 44px;
    padding: 0 14px;
  }

  .compare-text {
    font-size: 16px;
  }
}
/* packages compare */

/* package-page-content */
.package-page-content {
  background-color: #f3f0f5;
  padding: 160px 0 110px 0;
}
.package-page-content h2,
.package-page-content-title {
  font-size: 34px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 35px;
  margin-top: 0;
}
.package-page-content h3{
  font-size: 28px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 25px;
  margin-top: 0;
}
.package-page-content p,
.package-page-content-description {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 50px;
}
.package-page-content ul,
.package-page-content ol{
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 20px;
  padding-left: 40px;
}
.package-page-content ul{
  list-style: disc;
}
.package-page-content ol{
  list-style: decimal;
}

/* package-page-content */

/* hizmetler intro */

.seo-page.service-page .container {
  flex-direction: column;
}

.hizmetler-intro {
  background: #f3f0f5;
  padding: 60px 0 0;
  position: relative;
}

.hizmetler-intro::after {
  content: "";
  height: 42px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}



.service-page.service-page2 .hizmetler-intro::after {
  background-color: #f3f0f5;
}

.hizmetler-intro__text-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 52px;
  box-shadow: 0px 3px 6px 0px rgba(73, 72, 74, 0.07);
  margin: 0 auto 46px;
}

.hizmetler-intro__text p {
  font-size: 20px;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 400;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

.hizmetler-intro__features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 48px;
  max-width: 994px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hizmetler-intro__feature {
  position: relative;
  padding-top: 50px;
  flex: 0 0 auto;
  width: calc(25% - (38px));
  display: flex;
  justify-content: center;
}

.hizmetler-intro__icon {
  position: absolute;
  top: 0;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
  background-color: #ff920f;
}

.hizmetler-intro__icon img {
  transition: all 0.2s ease;
}

.hizmetler-intro__feature:hover .hizmetler-intro__icon img {
  transform: translateY(-5px) rotate(-10deg);
}

.hizmetler-intro__pill {
  width: 100%;
  background: #ffffff;
  border-radius: 23px;
  padding: 26px 20px 14px;
  text-align: center;

  border-style: solid;
  border-width: 0 0 5px 0;
  border-color: #ebebeb;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  transition: all 0.2s ease;
}

.hizmetler-intro__feature:hover .hizmetler-intro__pill {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  border-color: #ff920f;
}

.hizmetler-intro__pill-top {
  font-size: 17px;
  color: #151515;
  font-weight: 400;
  line-height: 1.176;
}

.hizmetler-intro__pill-top strong {
  font-weight: 700 !important;
}

@media (max-width: 1199px) {
  .hizmetler-intro__text-card {
    padding: 40px 50px;
  }
  .hizmetler-intro__features {
    gap: 30px 30px;
  }
  .hizmetler-intro__feature {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .hizmetler-intro {
    padding: 50px 0 0;
  }
  .hizmetler-intro__text-card {
    padding: 34px 32px;
    border-radius: 22px;
    margin-bottom: 60px;
  }
  .hizmetler-intro__text {
    font-size: 15px;
    line-height: 1.7;
  }
  .hizmetler-intro__features {
    gap: 40px 24px;
  }
  .hizmetler-intro__feature {
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .hizmetler-intro {
    padding: 40px 0 56px;
  }
  .hizmetler-intro__text-card {
    padding: 26px 22px;
    border-radius: 18px;
    margin-bottom: 48px;
  }
  .hizmetler-intro__text {
    font-size: 14px;
    text-align: left;
  }
  .hizmetler-intro__features {
    align-items: center;
    gap:20px;
  }
  .hizmetler-intro__feature {
    width: calc(50% - 10px);
  }
  .hizmetler-intro__icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

.contact-page .page-wrapper {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(73, 72, 74, 0.07);
  padding: 26px 35px;
  display: flex;
}

.offer-page .page-wrapper {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(73, 72, 74, 0.07);
  padding: 26px 30px;
  display: flex;
}


/* hizmetler page */
.service-page-content__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 35px 0 35px;
}

.service-page-content__container__media {
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.service-page-content__container__media img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.service-page-content__container__content h2 {
  font-size: 28px;
  color: #171717;
  margin: 0 0 28px 0;
  font-weight: 700;
}
.İş_Yeri_Web_Siteniz_Dijital_Dünyadaki_Temsilcin {
  font-family: "Roboto";
  color: rgb(23, 23, 23);
  font-weight: bold;
  line-height: 1;
  text-align: left;
  position: absolute;
  left: 328.391px;
  top: 933.319px;
  width: 634px;
  height: 32px;
  z-index: 126;
}


.service-page-content__container__content--width-100 {
  flex: 0 0 auto;
  width: 100%;
}

.service-page-content__container--first .service-page-content__container__media {
  order: 1;
  justify-content: flex-end;
}

.service-page-content__container--reverse .service-page-content__container__media {
  order: 0;
  justify-content: flex-start;
}

.page.error-page-2 {
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #fff;
}

.page.error-page-2 .error-content-2 {
  background-color: #fff;
}

.page .page-content.error-content.error-content-2 {
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
}

hr {
  border-color: #f5f3f0
}

/* seo similar contents */
.seo-similar-contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.seo-similar-contents li {
  list-style: none;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(73, 72, 74, 0.07);
  width: 100%;
  position: relative;
}

.seo-similar-contents li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 20px;
  background: linear-gradient(50deg, #9441e5 0%, #fe701a 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}


.seo-similar-contents li:hover::before {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.seo-similar-contents a {
  display: block;
  padding: 17px 14px;
  font-size: 15px;
  color: #141414;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* seo page content list */
.seo-page-content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: 40px 0;
}

.seo-page-content-list-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seo-page-content-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

.seo-page-content-list-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.seo-page-content-list-item-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
    align-items: center;
    justify-content: center;
}

.seo-page-content-list-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.seo-page-content-list-item:hover .seo-page-content-list-item-img {
  transform: scale(1.05);
}

.seo-page-content-list-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px 22px;
  gap: 10px;
}

.seo-page-content-list-item-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
}

.seo-page-content-list-item-text {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.seo-page-content-list-item-btn {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary, #ffa200);
  letter-spacing: 0.3px;
  transition: gap 0.2s ease;
}

.seo-page-content-list-item:hover .seo-page-content-list-item-btn {
  color: #602f9d;
}

@media (max-width: 1024px) {
  .seo-page-content-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .seo-page-content-list {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }
}

.seo-page .seo-page-content .post img {
  max-width: 100%;
  height: auto !important;
 
  object-fit: cover;
  object-position: center;
}

.seo-page .seo-page-content .back {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 20px;
}

.seo-page .seo-page-content .back a {
  color: #ffa200;
}

.seo-page .seo-page-content .back a:hover {
  color: #602f9d;
}

/* custom page content */
.custom-page-content__text-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 52px;
  box-shadow: 0px 3px 6px 0px rgba(73, 72, 74, 0.07);
  margin: 0 auto 0;
}

.custom-page-content__text p {
  font-size: 20px;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 400;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

.text-transparent {
  color: transparent !important;
}

/* =========================
   VIDEO HERO
   ========================= */
   .video-hero {
    position: relative;
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .video-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  
  .video-hero__parallax-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .video-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .video-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .video-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 24, 48, 0.75);
  }
  
  .video-hero__content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  
  .video-hero__title {
    margin: 0 0 27px;
    font-size: 44px;
    line-height: 1.045;
    color: #ffa200;
    font-weight: 900 !important;
    text-shadow: 0 0 10px rgba(33, 38, 50, 0.7);
  }
  
  .video-hero__text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(33, 38, 50, 0.7);
  }
  
  .video-hero__actions {
    justify-content: center;
  }
  
  .video-hero__actions .section-button--outline {
    border: 2px solid #ffffff;
    color: #fff;
  }
  
  .video-hero__actions .section-button--outline:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
  }
  
  .video-hero__actions .section-button--text {
    color: #fff;
  }
  
  .video-hero__actions .section-button--text:hover {
    background-color: var(--secondary);
  }
  
  .video-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  
  .video-hero__button--outline {
    padding: 0 20px;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .video-hero__button--outline:hover {
    background: #ffffff;
    color: #111111;
  }
  
  .video-hero__button--text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .video-hero__button--text:hover {
    opacity: 0.7;
  }
  
  /* responsive */
  
  @media (max-width: 1199px) {
    .video-hero__title {
      font-size: 40px;
    }
  
    .video-hero__text {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .video-hero {
      height: auto;
      padding: 60px 0;
      min-height: auto;
    }
  
    .video-hero__title {
      font-size: 26px;
    }
  
    .video-hero__text p {
      font-size: 16px;
      margin-bottom: 0;
    }
  
    .video-hero__actions {
      gap: 18px;
    }
  }
  
  /* =========================
   VISION CARDS
   ========================= */
.vision-cards-section {
    padding: 80px 0 80px 0;
    background: #fff;
}

.vision-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.vision-card {
  border-radius: 10px;
    padding: 41px 34px 41px;
    color: #ffffff;
    box-sizing: border-box;
}

.vision-card--orange {
    background: linear-gradient(180deg, #ff6000 0%, #ffa200 100%);
}

.vision-card--purple {
    background: linear-gradient(180deg, #6420a6 0%, #9441e5 100%);
}

.vision-card__title {
    margin: 0 0 26px;
    font-size: 44px;
    line-height: 1.045;
    font-weight: 900;
}

.vision-card__content p {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}


.vision-card__content p:last-child {
    margin-bottom: 0;
}

.vision-card__content strong {
    font-weight: 800;
}

@media (max-width: 991px) {
    .vision-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vision-card {
        min-height: auto;
    }

    .vision-card__title {
        font-size: 34px;
    }

    .vision-card__content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .vision-cards-section {
        padding: 40px 0;
    }

    .vision-cards {
        padding: 0 16px;
    }

    .vision-card {
        padding: 26px 22px 30px;
        border-radius: 10px;
    }

    .vision-card__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .vision-card__content p {
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 20px;
    }
}

/* =========================
   honesty-section
   ========================= */
   .honesty-section {
    padding: 0 0 90px 0;
    background: #fff;
}

.honesty-box {
    padding: 90px 40px 100px 40px;
    background: #e9e7ea;
    border-radius: 12px;
    text-align: center;
}

.honesty-title {
  font-size: 44px;
    font-weight: 900;
    margin: 0 auto 0;
    color: #1f1f1f;
    padding-bottom: 35px;
    line-height: 1.045;
}

.honesty-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #2b2b2b;
    margin: 0 auto 0;
    max-width: 75%;
    padding-bottom: 0;
}



.honesty-content p:last-child {
    margin-bottom: 0;
}

.honesty-content strong {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .honesty-box {
        padding: 40px 28px;
    }

    .honesty-title {
        font-size: 32px;
    }

    .honesty-content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .honesty-section {
        padding: 40px 0;
    }

    .honesty-box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .honesty-title {
        font-size: 26px;
    }

    .honesty-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* =========================
   WHY US
   ========================= */
   .why-us-section {
    padding: 0 0 100px;
    background: #fff;
}

.why-us-container {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

.why-us-title {
    margin: 0 0 48px;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: -1px;
}

.why-us-title strong {
    font-weight: 800;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
}

.why-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 48px 30px;
    box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.1);
    min-height: 410px;
}

.why-card__top {
    margin-bottom: 8px;
    font-size: 34px;
    color: #9441e5;
}

.why-card__title {
    margin: 0 0 22px;
    font-size: 26px;
    line-height: 1.231;
    font-weight: 700;
    color: #ffa200;
}

.why-card__text p {
    margin: 0;
    font-size: 17px;
    line-height: 1.529;
    font-weight: 400;
    color: #2d2d2d;
}

.why-card__text strong {
    font-weight: 700;
}

@media (max-width: 1200px) {
    .why-us-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .why-card {
        min-height: auto;
    }

    .why-us-title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .why-us-container {
        width: min(100%, calc(100% - 32px));
    }

    .why-us-section {
        padding: 50px 0 60px;
    }

    .why-us-title {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-card {
        padding: 22px 22px 24px;
        border-radius: 12px;
    }

    .why-card__top {
        font-size: 28px;
    }

    .why-card__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .why-card__text {
        font-size: 17px;
        line-height: 1.6;
    }
}

/* =========================
   FINAL MESSAGE
   ========================= */
   .final-message-section {
    padding: 50px 0 110px 0;
    background: #fff;
}

.final-message-box {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.final-message-title {
    margin: 0 0 40px;
    font-size: 44px;
    font-weight: 800;
    color: #1b1b1b;
    line-height: 1.045;
}

.final-message-content p {
    margin: 0 0 28px;
    font-size: 22px;
    line-height: 1.273;
    color: #161616;
}

.final-message-content p:last-child {
    margin-bottom: 0;
}

.final-message-content strong {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .final-message-title {
        font-size: 40px;
    }

    .final-message-content p {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .final-message-section {
        padding: 50px 0;
    }

    .final-message-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .final-message-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* ── Write Us Package Modal ── */
#writeUsPackageModal .modal-content.write-us-modal-content {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

#writeUsPackageModal .modal-header {
  background: #1a1a1a;
  border-bottom: none;
  padding: 14px 28px;
  position: relative;
}

#writeUsPackageModal .modal-header .modal-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
}

#writeUsPackageModal .modal-header .close {
  color: #fff;
  opacity: 0.8;
  font-size: 34px;
  position: absolute;
  right: 20px;
  transition: opacity 0.2s ease;
  padding: 14px 16px;
}

#writeUsPackageModal .modal-header .close:hover {
  opacity: 1;
}

#writeUsPackageModal .modal-body {
  padding: 24px 28px 28px;
  background: #fff;
}

.write-us-modal-package-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f3f0;
  border-radius: 0;
  padding: 10px 14px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #444;
  position: relative;
}

.write-us-modal-package-info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 2px;
  background: #7b3fe4;
}

.write-us-modal-package-label {
  font-weight: 500;
}

.write-us-modal-package-name {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 15px;
}
