* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

img, video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

p {
  line-height: 1.7;
  color: #3d3e41;
}

body {
  overflow-x: hidden;
  padding-right: 0 !important;
}
@media (max-width: 599.98px) {
  body p,
body li,
body a {
    font-size: 13px;
  }
  body select {
    font-size: 13px !important;
  }
  body ::placeholder {
    font-size: 13px !important;
  }
}
@media (min-width: 600px) {
  body p,
body li,
body a {
    font-size: 16px;
  }
}

section {
  position: relative;
}

.fw-500 {
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-09 {
  font-size: 0.9rem;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index99 {
  z-index: 99;
}

.bg-soft-blue {
  background-color: #f0f8fb;
}

.bg-light-50 {
  background-color: #f3f5f7;
}

.text-dark {
  color: #151414 !important;
}

.text-primary {
  color: #4699e7 !important;
}

.text-gold {
  color: #ffc720;
}

.text-gold-50 {
  color: #f0ff00;
}

.text-muted {
  color: #6d6e72 !important;
}

.pointer {
  cursor: pointer;
}

.btn-deep-blue {
  background-color: #100835;
  color: white !important;
  transition: all 0.3s ease;
  border: 1px solid #100835;
  border-radius: 50px;
  padding: 10px;
  width: 150px;
  max-width: 100%;
  font-size: 0.85rem;
}
.btn-deep-blue:hover, .btn-deep-blue:focus {
  background-color: #000 !important;
}

.btn-deep-blue-2 {
  background-color: #4699e7;
  color: white !important;
  transition: all 0.3s ease;
  border: 1px solid #4699e7;
  border-radius: 50px;
  padding: 10px;
  width: 150px;
  max-width: 100%;
  font-size: 0.85rem;
}
.btn-deep-blue:hover, .btn-deep-blue:focus {
  background-color: #000 !important;
}

.btn-deep-blue-2:hover{
    background-color: #000!important;
}

.btn-primary {
  background-color: #4699e7 !important;
  border: 1px solid #4699e7 !important;
}

.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 (max-width: 991px) {
  .swiper-slide {
    width: 80%;
  }
}

#offcanvasRight {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
#offcanvasRight .offcanvas-body li a {
  font-size: 1.3rem;
  padding-bottom: 20px;
  background: transparent;
  color: #0f0841;
}

.accordion-button:not(.collapsed) {
  color: #2d2d4f;
  font-weight: bold;
}

.modal * ::-webkit-scrollbar {
  width: 0.5rem;
}
.modal * ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal * ::-webkit-scrollbar-thumb {
  background-color: rgb(66, 66, 66);
  border-radius: 20px;
}
.modal * ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(66, 66, 66);
}

.modal-open {
  padding-right: 0 !important;
}

header a.nav-link {
  color: #060605;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 1200px) {
  header a.nav-link {
    font-size: 0.85rem;
  }
}
header a.nav-link.active, header a.nav-link:hover, header a.nav-link:focus {
  color: #4699e7 !important;
}

section.hero-alternative {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  section.hero-alternative {
    background-image: url("../images/home/hero/banner.jpg");
  }
}
@media (max-width: 767.98px) {
  section.hero-alternative {
    background-color: #50a2eb;
  }
}
section.hero-alternative h1 .title-yellow {
  color: #f6f30f !important;
  top: -7px;
}
@media (min-width: 768px) {
  section.hero-alternative h1 .title-yellow {
    top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-alternative h1 .display-2 {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
}
@media (max-width: 768px) {
  section.hero-alternative h2 {
    font-size: 1.4rem !important;
  }
}
section.hero-alternative .hero-center {
  bottom: 0;
  width: 450px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  section.hero-alternative .hero-center {
    width: 400px;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-alternative .hero-center {
    width: 350px;
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  section.hero-alternative .hero-center {
    width: 345px;
    bottom: -15px;
  }
}
section.hero-alternative .hero-center-gif {
  width: 100px;
  height: 100px;
  bottom: 35px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  section.hero-alternative .hero-center-gif {
    width: 90px;
    height: 90px;
    bottom: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.hero-alternative .hero-center-gif {
    width: 100px;
    height: 100px;
    bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.hero-alternative .hero-center-gif {
    width: 75px;
    height: 75px;
    bottom: 14px;
  }
}
section.hero-alternative .btn-hero-paket {
  background-color: #f0ff00;
  color: #060605;
  padding: 10px 15px;
  font-weight: 600;
  border: 1px solid #f0ff00;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  border-radius: 0;
}
section.hero-alternative .btn-hero-paket:hover, section.hero-alternative .btn-hero-paket.active {
  border: 1px solid white;
  background-color: white;
  color: #060605;
}
@media (max-width: 576px) {
  section.hero-alternative .btn-hero-paket {
    font-size: 0.7rem;
  }
}
section.hero-alternative .hero-alternative-list li {
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  section.hero-alternative .hero-alternative-list li {
    font-size: 0.8rem;
  }
}

@media (min-width: 600px) {
  section.advantage .advantage-item {
    height: 340px;
  }
}

@media(max-width:321px) {
  section.hero-alternative .kontakt-btn{
    display: none;
  }

}

section.price .platform-navigation-item.nav-link {
  background: transparent !important;
  filter: opacity(0.4);
  margin: 0 !important;
  padding: 0 !important;
}
section.price .platform-navigation-item.nav-link.active {
  filter: opacity(1);
  filter: drop-shadow(2);
}
section.price .price-item {
  background-color: #f3f9fe;
  border: 1px solid #e1f3ff;
  width: 100%;
}
section.price .price-item.active {
  background: #fff;
}
section.price .price-item-feature-list {
  border-top: 1px solid #f5d8d8;
}
section.price .price-item-feature-list li {
  font-size: 0.8rem;
  padding-bottom: 10px;
}
section.price .price-item-feature-list li:nth-child(1) {
  padding-top: 25px;
}
@media (min-width: 600px) {
  section.price .price-item-feature-list {
    height: 250px;
  }
}
@media (max-width: 599.98px) {
  section.price .price-item-feature-list {
    height: 280px;
  }
}
@media (max-width: 1199.98px) {
  section.price .price-item .swiper-slide {
    width: 80% !important;
  }
}

section.comment .comment-wrapper {
  width: 400%;
  height: 100vh;
}
section.comment .comment-wrapper .comment-item {
  text-align: center;
  position: relative;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  overflow: hidden;
}
section.comment .comment-wrapper .comment-item-text {
  font-size: 1.2rem;
  color: #000;
  position: relative;
  font-weight: bold;
  transform: rotate(-2deg);
}
section.comment .comment-wrapper .comment-item-text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(0%);
  width: 50px;
  height: 3px;
  background-color: #b923ff;
}
section.comment .swiper-slide {
  width: 80%;
}
@media (max-width: 600px) {
  section.comment .swiper-slide {
    margin-right: 0 !important;
  }
}

section.faq .accordion-item {
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
section.faq .accordion-item * {
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 500;
}
section.faq .accordion-item .accordion-button {
  background-color: #f3f9fe !important;
  color: #3d3e41;
  font-size: 14px;
  font-weight: 500;
}
section.faq .accordion-item .accordion-body p {
  color: #3d3e41;
  font-size: 14px;
  width: 98%;
}

section.contact .contact-form input, section.contact .contact-form textarea, section.contact .contact-form select {
  background-color: #f0f8fb !important;
}

@media (min-width: 768px) {
  section.contact, section.contact video {
    height: 85vh;
  }
}
@media (max-width: 767.98px) {
  section.contact, section.contact video {
    height: 135vh;
  }
}


footer li:hover a {
  color: #4699e7 !important;
}

@media (min-width: 1200px) {
  .black-friday-bottom-hero {
    bottom: -90px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .black-friday-bottom-hero {
    bottom: -125px;
  }
}
@media (max-width: 991.98px) {
  .black-friday-bottom-hero {
    bottom: 0;
  }
}

.stars-gif {
  margin-top: -120px;
}
@media (min-width: 600px) {
  .stars-gif {
    margin-top: -220px;
  }
}

.modal-inner {
  padding: 0 10px;
}
.modal-inner p, .modal-inner li {
  font-size: 0.8rem;
  word-wrap: break-word;
  line-height: 1.8;
  letter-spacing: 1.2;
  color: #444444;
}
.modal-inner h6 {
  font-weight: 700;
  font-size: 1.1rem;
}
.modal-header h5 {
  font-weight: 700 !important;
  font-size: 1.2rem !important;
}


@media(max-width:768px) {
  /* .swiper-advantage .swiper-slide, .swiper-price .swiper-slide {
    width:80%!important;
  } */
  
}

.cta {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  padding: 10px 19px;
  transition: all 0.2s ease;
  border: 3px solid #52A3EA;
  background:#52A3EA ;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: white;
  width: 40px;
  height: 38px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  color: black;
  background: white;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

/*********modal********/
.backshadow{
  background:rgba(0,0,0,.4);
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}

.popup{
  width: 500px;
  background-color: #1B2430;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: fixed;
  z-index: 999999;
  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 ;
}

.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 h2, .popup p{
  color: white;
}
.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**********/