@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.default-bg {
  background: #455ee0 !important;
}

.default-bg-hover:hover {
  background: #455ee0 !important;
}

.default-border {
  border-color: #455ee0 !important;
}

.default-color {
  color: #455ee0 !important;
}

.default-color-hover:hover {
  color: #455ee0 !important;
}

body {
  background-color: #ebeff6;
}

section.landingslider {
  position: relative;
  overflow: hidden;
}
section.landingslider .head {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
section.landingslider .head .leftarea {
  font-size: 14px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 20px;
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.1;
  font-weight: 400;
}
section.landingslider .head .leftarea b, section.landingslider .head .leftarea strong {
  font-weight: 600;
}
section.landingslider .head img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
section.landingslider .head .btn-homepage {
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 24px 20px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
section.landingslider .head .btn-homepage:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
section.landingslider .head .btn-homepage i {
  margin-left: 40px;
}
section.landingslider #gradient-canvas {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: lightgrey;
  z-index: 1;
}
section.landingslider:after {
  background: url("../img/landingbg.png") no-repeat center center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 608px;
  z-index: 1;
  right: 0;
  margin: auto;
}
section.landingslider .body {
  padding-top: 70px;
  padding-bottom: 400px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.landingslider .body span.icon {
  width: 80px;
  height: 80px;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  line-height: 0;
}
section.landingslider .body h1 {
  color: #ffffff;
  font-size: 28px;
  margin-top: 26px;
  margin-bottom: 20px;
}
section.landingslider .body p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  max-width: 600px;
  line-height: 1.4;
  font-weight: 400;
}
section.landingslider .body .gram {
  margin-bottom: 40px;
  position: relative;
}
section.landingslider .body .gram img {
  position: relative;
  z-index: 2;
}
section.landingslider .body .gram:before {
  background: url("../img/gram.png");
  width: 79px;
  height: 94px;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  transform: scale(0.8) rotate(-10deg);
  opacity: 0;
  z-index: 1;
  animation: right 1s ease-in-out forwards alternate;
}
@keyframes right {
  from {
    left: 0px;
    opacity: 0;
  }
  to {
    left: -60px;
    opacity: 0.5;
  }
}
section.landingslider .body .gram:after {
  background: url("../img/gram.png");
  width: 79px;
  height: 94px;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  transform: scale(0.8) rotate(10deg);
  opacity: 0;
  z-index: 1;
  animation: left 1s ease-in-out forwards alternate;
}
@keyframes left {
  from {
    left: 0px;
    opacity: 0;
  }
  to {
    left: 60px;
    opacity: 0.5;
  }
}
section.landingslider .body .title {
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}
section.landingslider .body .bigtitle {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 46px;
}
section.landingslider .body a.btn-site {
  border-radius: 28px;
  background-color: #ffffff;
  padding: 20px 30px;
  color: #420370;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
section.landingslider .body a.btn-site:hover {
  transform: scale(1.05);
}
section.landingslider .body a.btn-site i {
  margin-left: 48px;
}

.categories {
  margin-top: -310px;
  position: relative;
  z-index: 4;
}
.categories .box {
  border-radius: 3px;
  box-shadow: -5.7px 5.7px 54px 0 rgba(48, 55, 84, 0.19);
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
}
.categories a.item2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  flex-direction: column;
  transition: all 0.3s;
}
.categories a.item2:hover {
  transform: translateY(-6px);
}
.categories a.item2 .logo {
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories a.item2 img {
  height: 52px;
  max-height: 52px;
  width: auto;
  object-fit: contain;
}
.categories a.item2 .title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.categories a.item {
  display: flex;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: #ffffff;
  padding: 10px 15px 10px 0;
  margin-bottom: 24px;
}
.categories a.item span.icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.categories a.item h2 {
  color: #1d3163;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.categories a.item span.icon.instagram-bg, .categories a.item span.btn.instagram-bg {
  box-shadow: -6px 6px 18px rgba(225, 48, 108, 0.43);
}
.categories a.item span.icon.twitter-bg, .categories a.item span.btn.twitter-bg {
  box-shadow: -6px 6px 18px rgba(29, 161, 242, 0.43);
}
.categories a.item span.icon.facebook-bg, .categories a.item span.btn.facebook-bg {
  box-shadow: -6px 6px 18px rgba(24, 115, 235, 0.43);
}
.categories a.item span.icon.tiktok-bg, .categories a.item span.btn.tiktok-bg {
  box-shadow: -6px 6px 18px rgba(13, 18, 31, 0.43);
}
.categories a.item span.icon.youtube-bg, .categories a.item span.btn.youtube-bg {
  box-shadow: -6px 6px 18px rgba(255, 0, 0, 0.43);
}
.categories a.item span.icon.clubhouse-bg, .categories a.item span.btn.clubhouse-bg {
  box-shadow: -6px 6px 18px rgba(101, 21, 221, 0.43);
}
.categories a.item span.icon.soundcloud-bg, .categories a.item span.btn.soundcloud-bg {
  box-shadow: -6px 6px 18px rgba(249, 118, 55, 0.43);
}
.categories a.item span.icon.tumblr-bg, .categories a.item span.btn.tumblr-bg {
  box-shadow: -6px 6px 18px rgba(27, 53, 97, 0.43);
}
.categories a.item span.icon.pinterest-bg, .categories a.item span.btn.pinterest-bg {
  box-shadow: -6px 6px 18px rgba(193, 31, 38, 0.43);
}
.categories a.item span.icon.spotify-bg, .categories a.item span.btn.spotify-bg {
  box-shadow: -6px 6px 18px rgba(30, 212, 95, 0.43);
}
.categories a.item span.icon.vimeo-bg, .categories a.item span.btn.vimeo-bg {
  box-shadow: -6px 6px 18px rgba(0, 169, 233, 0.43);
}
.categories a.item span.icon.twitch-bg, .categories a.item span.btn.twitch-bg {
  box-shadow: -6px 6px 18px rgba(141, 69, 248, 0.43);
}
.categories a.item span.icon.periscope-bg, .categories a.item span.btn.periscope-bg {
  box-shadow: -6px 6px 18px rgba(63, 161, 192, 0.43);
}
.categories a.item span.icon.linkedin-bg, .categories a.item span.btn.linkedin-bg {
  box-shadow: -6px 6px 18px rgba(2, 111, 172, 0.43);
}
.categories a.item span.icon.telegram-bg, .categories a.item span.btn.telegram-bg {
  box-shadow: -6px 6px 18px rgba(52, 166, 216, 0.43);
}
.categories a.item span.icon.reddit-bg, .categories a.item span.btn.reddit-bg {
  box-shadow: -6px 6px 18px rgba(255, 69, 0, 0.43);
}
.categories a.item span.badge.aninda {
  border-radius: 15px;
  background-color: rgba(248, 121, 65, 0.2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #f7692b;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.categories a.item span.btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 2px;
}
.categories a.item:hover h2 {
  color: #fff;
}
.categories a.item:hover span.icon {
  background: rgba(0, 0, 0, 0.15) !important;
}
.categories a.item:hover span.btn {
  background: rgba(0, 0, 0, 0.15) !important;
}
.categories a.item:hover span.badge {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

section.landingservices {
  margin-top: -310px;
  position: relative;
  z-index: 4;
}
section.landingservices .text {
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.6px;
}
section.landingservices .text b, section.landingservices .text strong {
  font-weight: 600;
}
section.landingservices .topbox {
  border-radius: 10px;
  background-color: #601cf5;
}
section.landingservices .topbox .head {
  position: relative;
  padding: 30px 34px 30px 140px;
  background: url("../img/landingright.png") no-repeat right center;
  border-top-right-radius: 10px;
}
section.landingservices .topbox .head .code {
  box-shadow: 0 4px 36px rgba(31, 35, 43, 0.25);
  border-radius: 30px;
  background-color: #ffffff;
  padding: 7px 9px 7px 36px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.landingservices .topbox .head .code span {
  color: #601cf5;
  font-size: 26px;
}
section.landingservices .topbox .head .code button {
  background-color: #601cf5;
  width: 46px;
  height: 46px;
  border: 0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
section.landingservices .topbox .head .code button:hover {
  transform: scale(1.05);
}
section.landingservices .topbox .head:before {
  width: 20px;
  height: 20px;
  background: #d6fd52;
  position: absolute;
  content: "";
  bottom: -10px;
  right: 0px;
  z-index: 1;
}
section.landingservices .topbox .head img {
  position: absolute;
  top: -24px;
  left: 30px;
}
section.landingservices a.item {
  display: flex;
  box-shadow: -8px 8px 35px rgba(50, 61, 86, 0.07);
  border-radius: 6px;
  background-color: #fefefe;
  padding: 25px 25px 15px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  margin-bottom: 0;
  max-width: 100%;
}
section.landingservices a.item i {
  font-size: 34px;
  margin-bottom: 20px;
}
section.landingservices a.item img, section.landingservices a.item svg {
  width: auto;
  height: 34px;
  margin-bottom: 20px;
}
section.landingservices a.item span.big {
  font-size: 18px;
  font-weight: 600;
}
section.landingservices a.item span.small {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
section.landingservices a.item:hover {
  transform: scale(1.1);
  color: #fff !important;
}
section.landingservices .box {
  padding: 50px 34px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

section.fenomen {
  background: url("../img/fenomenbg.jpg") top center no-repeat #370065;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 24px;
  overflow: hidden;
}
section.fenomen .corporatepackages {
  margin-top: 120px;
}
section.fenomen .corporatepackages .box {
  border-radius: 3px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
section.fenomen .corporatepackages .box img {
  margin-top: -100px;
  margin-left: -60px;
}
section.fenomen .corporatepackages .box span.badge {
  position: absolute;
  top: -10px;
  border-radius: 13px;
  background-color: #f7692b;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 6px 14px;
}
section.fenomen .corporatepackages .box .itemt {
  width: 80px;
  height: 80px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s ease;
  line-height: 0;
}
section.fenomen .corporatepackages .box .itemt:hover {
  transform: scale(1.05);
}
section.fenomen .corporatepackages .box .titlet {
  font-size: 28px;
  font-weight: 600;
  color: #f7692b;
  margin-bottom: 6px;
  margin-top: 10px;
}
section.fenomen .corporatepackages .box p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #878ba4;
  max-width: 490px;
}
section.fenomen .head {
  position: relative;
  margin-bottom: 30px;
}
section.fenomen .head .ftitle {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
section.fenomen .head .ftitle img {
  margin-right: 24px;
}
section.fenomen .head .fdesc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
section.fenomen .head ul.tabs {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px;
}
section.fenomen .head ul.tabs li {
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
section.fenomen .head ul.tabs li i {
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
section.fenomen .head ul.tabs li:before {
  transition: all 0.3s ease-in-out;
}
section.fenomen .head ul.tabs li.active.instagram {
  box-shadow: -10.6px 10.6px 24px 0 rgba(225, 48, 108, 0.46);
  background-color: #e1306c;
}
section.fenomen .head ul.tabs li.active.tiktok {
  background-color: #000;
  box-shadow: -10.6px 10.6px 24px 0 rgba(0, 0, 0, 0.46);
}
section.fenomen .head ul.tabs li.active.youtube {
  background-color: #ff0000;
  box-shadow: -10.6px 10.6px 24px 0 rgba(255, 0, 0, 0.46);
}
section.fenomen .head ul.tabs li.active.spotify {
  background-color: #1db954;
  box-shadow: -10.6px 10.6px 24px 0 rgba(29, 185, 84, 0.46);
}
section.fenomen .head img.abs {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
}
section.fenomen .tabarea .tab {
  display: none;
}
section.fenomen .tabarea .tab.active {
  display: block;
}
section.fenomen .tabarea .tab .slider {
  /* the parent */
}
section.fenomen .tabarea .tab .slider .slick-slide {
  margin: 0 10px;
}
section.fenomen .tabarea .tab .slider .slick-list {
  margin: 0 -10px;
}
section.fenomen .tabarea .tab .slider .slick-slide[data-slick-index="3"] .head:before {
  width: 84% !important;
}
section.fenomen .item {
  border-radius: 2px;
  background-color: #ffffff;
}
section.fenomen .item .head {
  width: 100%;
  padding: 30px;
  position: relative;
  margin-bottom: 0;
}
section.fenomen .item .head span.icon {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
section.fenomen .item .head .title {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
section.fenomen .item .head .smalltitle {
  font-size: 18px;
  text-align: left;
  color: #18d3a6;
  font-weight: 400;
  margin-top: 8px;
}
section.fenomen .item .head .smalltitle b {
  font-weight: 700;
}
section.fenomen .item .body ul li {
  border-top: 1px solid #d3e3ec;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  color: #1d3163;
  font-size: 15px;
  font-weight: 400;
}
section.fenomen .item .body ul li b, section.fenomen .item .body ul li strong {
  font-weight: 700;
}
section.fenomen .item .body ul li i {
  color: #455ee0;
  margin-right: 15px;
  font-size: 20px;
}
section.fenomen .item .body ul li:last-child {
  font-weight: 700;
  color: #18d3a6;
  background: rgba(24, 211, 166, 0.1);
  border-top: 1px solid rgba(24, 211, 166, 0.2);
  border-bottom: 1px solid rgba(24, 211, 166, 0.2);
}
section.fenomen .item .body ul li:last-child i {
  color: #18d3a6;
  font-weight: normal;
}
section.fenomen .item .foot {
  padding: 22px 22px 22px 30px;
}
section.fenomen .item .foot .oldprice {
  color: #8187a0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
section.fenomen .item .foot .price {
  margin-top: 3px;
  color: #18d3a6;
  font-size: 22px;
  font-weight: 700;
}
section.fenomen .item .foot .btn-buy {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 22px;
  transition: all 0.3s ease;
}
section.fenomen .item .foot .btn-buy:hover {
  transform: scale(1.03);
  background: rgb(18.7914893617, 165.2085106383, 129.9744680851);
}

section.kurumsal {
  padding-bottom: 60px;
  padding-top: 24px;
  overflow: hidden;
}
section.kurumsal .corporatepackages {
  margin-top: 120px;
}
section.kurumsal .corporatepackages .box {
  border-radius: 3px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
section.kurumsal .corporatepackages .box img {
  margin-top: -100px;
  margin-left: -60px;
}
section.kurumsal .corporatepackages .box span.badge {
  position: absolute;
  top: -10px;
  border-radius: 13px;
  background-color: #f7692b;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 6px 14px;
}
section.kurumsal .corporatepackages .box .itemt {
  width: 80px;
  height: 80px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s ease;
  line-height: 0;
}
section.kurumsal .corporatepackages .box .itemt:hover {
  transform: scale(1.05);
}
section.kurumsal .corporatepackages .box .titlet {
  font-size: 28px;
  font-weight: 600;
  color: #f7692b;
  margin-bottom: 6px;
  margin-top: 10px;
}
section.kurumsal .corporatepackages .box p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #878ba4;
  max-width: 490px;
}
section.kurumsal .head {
  position: relative;
  margin-bottom: 30px;
}
section.kurumsal .head .ftitle {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  color: #382f3e;
}
section.kurumsal .head .ftitle img {
  margin-right: 24px;
}
section.kurumsal .head .fdesc {
  color: #382f3e;
  font-size: 18px;
  font-weight: 400;
}
section.kurumsal .head ul.tabs {
  border-radius: 30px;
  background-color: rgba(176, 191, 198, 0.2);
  padding: 6px;
}
section.kurumsal .head ul.tabs li {
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #afc9d6;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
section.kurumsal .head ul.tabs li i {
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
section.kurumsal .head ul.tabs li:before {
  transition: all 0.3s ease-in-out;
}
section.kurumsal .head ul.tabs li.active.instagram {
  box-shadow: -10.6px 10.6px 24px 0 rgba(225, 48, 108, 0.46);
  background-color: #e1306c;
  color: #fff;
}
section.kurumsal .head ul.tabs li.active.tiktok {
  background-color: #000;
  box-shadow: -10.6px 10.6px 24px 0 rgba(0, 0, 0, 0.46);
  color: #fff;
}
section.kurumsal .head ul.tabs li.active.youtube {
  background-color: #ff0000;
  box-shadow: -10.6px 10.6px 24px 0 rgba(255, 0, 0, 0.46);
  color: #fff;
}
section.kurumsal .head ul.tabs li.active.spotify {
  background-color: #1db954;
  box-shadow: -10.6px 10.6px 24px 0 rgba(29, 185, 84, 0.46);
  color: #fff;
}
section.kurumsal .head img.abs {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
}
section.kurumsal .tabarea .tab {
  display: none;
}
section.kurumsal .tabarea .tab.active {
  display: block;
}
section.kurumsal .tabarea .tab .slider {
  /* the parent */
}
section.kurumsal .tabarea .tab .slider .slick-slide {
  margin: 0 10px;
}
section.kurumsal .tabarea .tab .slider .slick-list {
  margin: 0 -10px;
}
section.kurumsal .tabarea .tab .slider .slick-slide[data-slick-index="3"] .head:before {
  width: 84% !important;
}
section.kurumsal .item {
  border-radius: 2px;
  background-color: #ffffff;
}
section.kurumsal .item .head {
  width: 100%;
  padding: 30px;
  position: relative;
  margin-bottom: 0;
}
section.kurumsal .item .head span.icon {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
section.kurumsal .item .head .title {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
section.kurumsal .item .head .smalltitle {
  font-size: 18px;
  text-align: left;
  color: #18d3a6;
  font-weight: 400;
  margin-top: 8px;
}
section.kurumsal .item .head .smalltitle b {
  font-weight: 700;
}
section.kurumsal .item .body ul li {
  border-top: 1px solid #d3e3ec;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
}
section.kurumsal .item .body ul li b, section.kurumsal .item .body ul li strong {
  font-weight: 700;
}
section.kurumsal .item .body ul li i {
  color: #455ee0;
  margin-right: 15px;
  font-size: 20px;
}
section.kurumsal .item .body ul li:last-child {
  font-weight: 700;
  color: #18d3a6;
  background: rgba(24, 211, 166, 0.1);
  border-top: 1px solid rgba(24, 211, 166, 0.2);
  border-bottom: 1px solid rgba(24, 211, 166, 0.2);
}
section.kurumsal .item .body ul li:last-child i {
  color: #18d3a6;
  font-weight: normal;
}
section.kurumsal .item .foot {
  padding: 22px 22px 22px 30px;
}
section.kurumsal .item .foot .oldprice {
  color: #8187a0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
section.kurumsal .item .foot .price {
  margin-top: 3px;
  color: #18d3a6;
  font-size: 22px;
  font-weight: 700;
}
section.kurumsal .item .foot .btn-buy {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 22px;
  transition: all 0.3s ease;
}
section.kurumsal .item .foot .btn-buy:hover {
  transform: scale(1.03);
  background: rgb(18.7914893617, 165.2085106383, 129.9744680851);
}

.strongwithus {
  margin-bottom: 60px;
}
.strongwithus .title {
  font-size: 28px;
  font-weight: 600;
  color: #382f3e;
  margin-bottom: 36px;
  margin-top: 52px;
  text-align: center;
}
.strongwithus img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(86%) saturate(4443%) hue-rotate(178deg) brightness(90%) contrast(50%);
}

footer {
  padding-top: 0px;
  padding-bottom: 50px;
}
footer p {
  color: #798292;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 991px) {
  section.landingservices .topbox .head {
    background: transparent;
  }
  section.landingservices .topbox .head .code {
    width: 220px;
  }
  section.landingservices .topbox .head .code span {
    font-size: 20px;
  }
  section.landingservices .text {
    font-size: 22px;
  }
  section.landingservices .topbox .head:before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.landingslider .body .bigtitle {
    font-size: 36px;
  }
  section.landingservices .topbox .head {
    flex-direction: column;
  }
  section.landingservices .topbox .head .code {
    width: 100%;
  }
  section.landingservices .topbox .head .right {
    width: 100%;
    margin-top: 10px;
  }
  section.landingslider .head .btn-homepage {
    display: none;
  }
  section.fenomen .head, section.kurumsal .head {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  section.landingslider .body .title {
    font-size: 24px;
  }
  section.landingslider .body .bigtitle {
    font-size: 30px;
  }
  section.landingslider .head .btn-homepage {
    padding: 16px 16px 16px 22px;
  }
  section.landingslider .head .btn-homepage i {
    margin-left: 10px;
  }
  section.landingservices .topbox .head img {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  section.landingservices .topbox .head {
    padding: 30px;
    padding-top: 60px;
  }
  section.landingservices .text {
    text-align: center;
  }
  section.landingservices .box {
    padding: 20px;
  }
  section.landingslider .body {
    padding-top: 30px;
    padding-bottom: 380px;
  }
  section.landingslider .body .gram {
    margin-bottom: 30px;
  }
  section.landingslider .body .bigtitle {
    margin-bottom: 30px;
  }
  section.fenomen .head .ftitle {
    font-size: 20px;
  }
  footer p {
    font-size: 14px;
  }
  section.landingservices a.item span.big {
    font-size: 11px;
  }
  section.landingservices a.item span.small {
    font-size: 12px;
  }
  section.landingservices a.item i {
    margin-bottom: 10px;
  }
  section.landingservices a.item {
    padding: 16px;
  }
  section.landingslider .head {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  section.landingservices .text {
    font-size: 16px;
  }
  section.landingslider .body a.btn-site {
    display: none;
  }
  section.landingslider .body .bigtitle {
    margin-top: 8px;
  }
  section.landingslider .head .col-md-6.d-flex.align-items-center {
    justify-content: center;
  }
  section.landingslider .body p {
    max-width: 90vw;
  }
  .categories a.item span.badge.aninda {
    display: none;
  }
}

/*# sourceMappingURL=landingnew.css.map */
