@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: none;
}
* ::-webkit-scrollbar-track {
  background-color: rgba(212, 212, 212, 0.4);
  border-radius: 10px;
}
* ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

p {
  color: #555;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

input,
textarea,
select {
  box-shadow: none !important;
}

select {
  font-weight: 500;
}
select option {
  font-weight: normal !important;
}

.pointer {
  cursor: pointer;
}

.fw-bold {
  font-weight: bold;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-09 {
  font-size: 0.9rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-07 {
  font-size: 0.7rem;
}

.z-index-full {
  z-index: 9999;
}

.zindex-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.object-cover {
  object-fit: cover;
}

.text-muted {
  color: #9bb0bf !important;
}

.text-white-60 {
  color: #eee;
}

.bg-blue {
  background-color: #3d80e4 !important;
}

.bg-info2 {
  background-color: #3d80e4;
}

.text-blue {
  color: #3d80e4 !important;
}

.btn-primary {
  background-color: #3d80e4 !important;
  border-color: #3d80e4 !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary:hover {
  background-color: #3d80e4;
  border-color: #3d80e4;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .swiper-slide {
    width: 100%;
  }
}

header {
  transition: all 0.3s ease;
}
header .nav-link {
  color: #3c6fac;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  transition: margin 0.4s ease, padding 0.4s ease;
  padding: 10px 20px;
}
header #offcanvasRight {
  width: 80%;
  background-color: #f7f6ff;
}
header #offcanvasRight .offcanvas-body li a {
  font-size: 1.3rem;
  padding-bottom: 20px;
  background: transparent;
  color: #0f0841;
}

section.start .hero-phone {
  top: -30px;
}
section.start .hero-phone .hero-phone-img {
  -webkit-transform: perspective(1400px) rotateY(-20deg) rotateX(10deg) rotateZ(6deg) scale(0.8) translateX(50%) translateY(6%);
  transform: perspective(1400px) rotateY(-20deg) rotateX(10deg) rotateZ(6deg) scale(0.8) translateX(50%) translateY(6%);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
  width: 90%;
}
section.start .hero-phone:hover .hero-phone-img {
  -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.95) translateX(40%) translateY(8%);
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.95) translateX(40%) translateY(8%);
}
@media (min-width: 1200px) {
  section.start .hero-phone {
    left: -60px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  section.start .hero-phone {
    left: -100px;
  }
  section.start .hero-phone .hero-phone-img {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  section.start .hero-phone-img,
section.start .google-hero-brand {
    max-width: 70% !important;
  }
  section.start .display-4 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  section.start .hero-phone-img,
section.start .google-hero-brand {
    max-width: 80%;
  }
  section.start .display-4 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

section.details .services-box-content p {
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  section.details .services-box-content p {
    font-size: 1rem;
  }
}

section.preise button {
  border-radius: 10px;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
}
section.preise button.active, section.preise button:hover {
  background-color: white !important;
  color: #3d80e4 !important;
}
section.preise .price-item {
  border-radius: 20px;
  padding: 25px 30px;
  background-color: #fff;
  background-image: url(../images/home/price/price-bg.svg);
  background-repeat: no-repeat;
  background-position: -2px -2px;
  background-size: 102% 160px;
  padding: 25px 40px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
section.preise .price-item p {
  color: #555;
  line-height: 1.6;
  padding: 10px 0;
}
section.preise .price-item ul {
  font-size: 15px;
  font-weight: 500;
  color: #888;
}
section.preise .price-item ul li {
  margin-bottom: 10px;
}
section.preise .price-item ul i {
  color: #3d80e4 !important;
}
section.preise .price-item .price-body {
  padding-top: 50px;
}
section.preise .price-item .price-footer {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .swiper-price .swiper-slide,
.swiper-price2 .swiper-slide {
    width: 80% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section.brand {
    top: -130px !important;
  }
}
@media (max-width: 576px) {
  .footer-contact a {
    font-size: 0.7rem;
  }
}
#phone_get .owl-stage-outer .owl-stage-outer-bg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/home/phone/device.png");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-50%, -50%);
  z-index: 444;
}

.owl-item img {
  width: 100%;
  transform: scale(0.85);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.owl-item.active.center img {
  transform: scale(0.95);
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.owl-carousel .owl-dots .owl-dot {
  opacity: 0.3;
  margin-top: 40px;
  width: 20px;
  height: 5px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 30px 4px 0 4px;
  opacity: 0.5;
  background-color: #3d80e4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot.active {
  width: 50px;
  opacity: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #3d80e4 !important;
  color: #fff !important;
  text-decoration: none;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px;
}
.owl-carousel .owl-nav .disabled {
  display: none !important;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel.owl-loaded {
  display: block;
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: no-repeat center center;
  opacity: 0;
  display: block;
}

.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.slider-element .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}
.slider-element .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px;
}

.owl-dot {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-dots button {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}

.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}
.owl-carousel-full .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px;
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}

.news-carousel .rounded-skill {
  position: absolute;
  margin: 0 !important;
  top: 30px;
  right: 30px;
  color: #fff;
  font-weight: 700;
}

.device-video-wrap {
  position: relative;
}
.device-video-wrap * {
  position: relative;
  z-index: 1;
}
.device-video-wrap img {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}
.device-video-wrap video {
  position: absolute;
  top: 35px;
  left: 33%;
  max-width: 40%;
  z-index: 1;
  transform: translate(-50%);
}

.device-video-wrap::before,
.dotted-bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 35%;
  width: 110%;
  height: 120%;
  background-size: 12px 12px;
  background-position: center;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(#3d80e4 14%, transparent 14%);
  -webkit-mask-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0) 75%);
  mask-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0) 75%);
  z-index: 0;
}

.phone-in-video .box {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
}
.phone-in-video .box .box-icon {
  width: 5.5rem;
  height: 4rem;
  padding: 0 0.75rem;
}
@media (max-width: 576px) {
  .phone-in-video .box .box-icon {
    width: 3.5rem;
  }
}
.phone-in-video .box .box-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}
.phone-in-video .box .box-content h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333;
}
.phone-in-video .box .box-content p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #999;
  line-height: 1.8;
}

.accordion * {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0;
  color: white !important;
}
.accordion button.accordion-button {
  padding: 20px 5px !important;
  font-weight: 500;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
@media (min-width: 600px) {
  .accordion button.accordion-button {
    padding: 25px 30px !important;
  }
}
.accordion button.accordion-button:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion button.accordion-button:last-child {
  border-bottom: 0;
}
.accordion button.accordion-button.active, .accordion button.accordion-button:focus {
  color: #fff !important;
}
.accordion button.accordion-button::after {
  background-image: url(../images/global/chevron-down.svg);
}
.accordion button.accordion-button:not(.collapsed)::after {
  background-image: url(../images/global/chevron-down.svg);
}
.accordion .accordion-item {
  transition: all 0.3s ease;
}
.accordion .accordion-item:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.iti {
  width: 100%;
}
.iti input {
  width: 100%;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.iti .iti__selected-flag {
  background-color: #eee;
  overflow: hidden !important;
}
.iti .iti__selected-flag:hover {
  background-color: #eee !important;
}

.iti__flag-container {
  padding: 2px;
}
.contact-button button{
  border: none;
  font-size: 16px;
  color: white;
  background-color: rgba(70,134,229,1);

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -o-transition: .5s all ease;
}
.contact-button button:hover{
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.contact-person-content h3:hover,
.contact-person-content p:hover{
  color: #3c6fac;
}
.transition{
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}
.contact-person-img:hover{
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  

}
.fadein-out
{
  animation: fadeinout 3s infinite;
  -webkit-animation: fadeinout 3s infinite;
}

@keyframes fadeinout
{
  0%{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
  50%
  {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
  100%
  {
    transform: scale(1);
}
}
.dotted-bg::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%);
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: 12px 12px;
  background-position: center;
  background-image: radial-gradient(#84b5ff 14%, transparent 14%);
  -webkit-mask-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0) 75%);
  mask-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0) 75%);
  z-index: 0;
}

.testimonial .dotted-bg::before {
  background-image: radial-gradient(#3d80e4 14%, transparent 14%);
}
@media (max-width: 500px) {
  .testimonial-item-content p {
    font-size: 1.2rem !important;
  }
  .testimonial-item-content .testimonial-item-meta h6 {
    font-size: 0.9rem !important;
  }
  .testimonial-item-content .testimonial-item-meta span {
    font-size: 0.8rem !important;
  }
}

.modal-content {
  height: 80%;
}


@media (min-width: 768px) {
  .modal-content {
    height: 650px;
  }
}
.modal-content p {
  font-size: 0.8rem;
}
.modal-content p strong {
  font-weight: 900;
  font-size: 0.9rem !important;
}

/*# sourceMappingURL=style.css.map */


/*********modal********/
/*.backshadow{*/
/*  background:rgba(0,0,0,.4);*/
/*  position: absolute;*/
/*  z-index: 999999;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*}*/


.popup{
  width: 500px;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.1);
  -webkit-transform: translate(-50%,-50%) scale(0.1);
  -moz-transform: translate(-50%,-50%) scale(0.1);
  -ms-transform: translate(-50%,-50%) scale(0.1);
  -o-transform: translate(-50%,-50%) scale(0.1);
  text-align: center;
  padding: 30px;
  color: #333;
  visibility: hidden;
  transition: transform .4s, top .4s ;
  -webkit-transition: transform .4s, top .4s ;
  -moz-transition: transform .4s, top .4s ;
  -ms-transition: transform .4s, top .4s ;
  -o-transition: transform .4s, top .4s ;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}
.open-popup{
  top: 50%;
  visibility: visible;
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
}
.popup img{
  width: 120px;
}

.popup button{
  width: 80px;
  border: none;
  background-color: #4699e7;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.popup button:hover{
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
}

@media(max-width:768px) {
  .popup{
    width: 300px;
  }
  .popup img{
    width: 80px;
  }
}

/**********modal**********/

.discount-banner {
  --banner-bg: rgba(255, 255, 255, 0.08);
}

.discount-content {
  background: var(--banner-bg);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

/* Animasyonlar */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.discount-badge {
  animation: float 3s ease-in-out infinite;
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.2);
}

/* Arka plan şekilleri */
.discount-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.shape-1, .shape-2 {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.shape-1 {
  width: 150px;
  height: 150px;
  top: -50px;
  right: -30px;
  animation: pulse 4s ease-in-out infinite;
}

.shape-2 {
  width: 100px;
  height: 100px;
  bottom: -30px;
  left: 10%;
  animation: pulse 4s ease-in-out infinite 1s;
}

/* Mobil optimizasyonları */
@media (max-width: 768px) {
  .discount-content {
      text-align: center;
  }
  
  .shape-1 {
      width: 100px;
      height: 100px;
      top: -30px;
      right: -20px;
  }
  
  .shape-2 {
      width: 80px;
      height: 80px;
      bottom: -20px;
      left: 5%;
  }
}