body,
html {
  max-width: 100vw;
  overflow-x: hidden;
}
a {
  color: var(--primary-color);
}
header .navbar-brand img {
  width: 100%;
  height: auto;
}
header .navbar-brand img.navbar-brand-sticky {
  width: auto;
  height: 50px;
}
#scrollUp {
  line-height: 45px;
  color: #fff;
}
.navbar.navbar-dark .navbar-nav .nav-link {
  color: var(--nav-item-color);
}
.navbar.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: var(--nav-hover-color);
}
#home-description-one .card {
  background-color: transparent;
}
#home-description-one .card .card-body,
#home-description-one .card .card-header,
#home-description-one .card .card-header button {
  text-align: left;
}
.featured-icon {
  color: var(--primary-bg-color-2);
  font-size: 5em;
}
.home-section-2-content {
  display: flex;
  align-items: center;
}
.faq-content .card {
  background: transparent;
}
.card-header .btn.collapsed {
  color: var(--nav-hover-color);
}
.single-price-plan .plan-price h2 {
  font-size: 1.3em;
}
.single-price-plan .plan-price h2 small {
  color: var(--primary-color);
}
.adding-products .image-box {
  box-shadow: none!important;
  border: 1px solid #ddd;
}
.adding-products .image-box:hover {
  transform: none!important;
  box-shadow: none!important;
}
.adding-products .featured-img {
  text-align: center;
}
.adding-products .featured-img img {
  height: 100px;
  margin: auto;
}
.adding-products .icon-text h4 {
  color: var(--primary-color-2);
  margin: 15px 0;
}
.footer-area .footer-items .social-icons > a {
  background: var(--primary-color);
}
@media only screen and (max-width: 992px) {
  header .navbar-brand img {
    height: 60px;
  }
  .navbar.navbar-dark .navbar-nav .nav-link {
    color: var(--primary-color);
  }
  body,
  html {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.videoButton {
  position: absolute;
  right: 30px;
  font-size: 1.5em;
  top: 30px;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.5s;
}
.videoButton a {
  color: var(--primary-color-2);
}
.videoButton:hover,
.videoButton:focus,
.videoButton:active {
  transform: scale(1.1);
}
.package-switcher {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.package-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.package-switcher ul li {
  cursor: pointer;
  background: var(--primary-color);
  height: auto;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  padding: 7px 20px;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.package-switcher ul li:last-child {
  margin-right: 0;
  border-radius: 10px 10px 10px 10px;
  border-right: 0;
}
.package-switcher ul li:hover,
.package-switcher ul li:focus,
.package-switcher ul li:active {
  background: rgba(51, 51, 51, 0.7);
}
.package-switcher ul li.active {
  background: var(--primary-color);
}
.plan-price h2.monthly {
  display: none;
}
.navbar .navbar-nav .nav-link {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}
animated.delay-1s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes sway {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
    /* Sağa kayma mesafesi */
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
body {
  position: relative;
}
body div.sticky-animation {
  position: absolute;
  z-index: 10;
}
body div.sticky-animation.animation-1 {
  left: 0px;
  top: 10%;
}
body div.sticky-animation.animation-2 {
  right: 0px;
  top: 40%;
}
body div.sticky-animation.animation-3 {
  left: 0px;
  top: 60%;
}
body div.sticky-animation.animation-4 {
  right: 0px;
  top: 80%;
}
body div.sticky-animation img {
  max-width: 200px;
  height: auto;
}
body .homepage-2 section {
  position: relative;
}
@media only screen and (max-width: 1300px) {
  body div.sticky-animation {
    display: none;
  }
}
/*# sourceMappingURL=custom.css.map */