* {
  font-family: 'Poppins', sans-serif;
}

p {
  line-height: 170%;
  font-size: .9rem;
}

.pattern {
  background-image: linear-gradient(315deg, #f3e6c4 0%, #ffffff 74%);
  background-size: cover;
}

.wave {
  background-image: url("../svg/white-wave.svg");
  background-size: cover;
  width: 100%;
  justify-content: center;
  height: 420px;
}

a {
  text-decoration: none;
}

img {
  -moz-user-drag: none;
  -webkit-user-drag: none;
  -ms-user-drag: none;
}

@media(min-width:991) {
  .wave {
    background-size: contain;
  }
}

.nav li a {
  color: rgb(0, 0, 0) !important;
}

.fs-card-title {
  font-size: 1.2rem;
}

.font-color {
  /* color: #4a5984 */
  color: #212529;
}

.mt-b1 {
  margin-bottom: -3.8rem !important;
}

.bg-input-color {
  background-color: #fcfcfc;
}

.card-price {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 25px 20px -20px;
  /* border:1px solid rgba(245, 245, 245, 0.75); */
}

.card-main {
  margin-left: -40px !important;
  margin-right: 30px;
}

.card-header {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.card-background {
  width: 72%;
  background-image: url("../images/card/plus.png");
  background-repeat: no-repeat, repeat;
  background-position: center
}

@media only screen and (max-width: 1680px) {
  .card-background {
    width: 90%;
  }

  .card-background {
    width: 90%;
  }
}

@media only screen and (max-width: 1400px) {
  .card-main {
    margin: 0 !important;
  }


}

@media only screen and (max-width: 1365px) {
  .card-header-plus {
    padding-top: 30px;
  }
}

.scrollbar-class {
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #4a5984 #f7edfa;
  position: relative;
  height: 450px;
  width: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: middle;
  gap: 25px;
}

.scrollbar-class button {
  border: solid;
}

.scrollbar-class::-webkit-scrollbar {
  width: 7px;
}

.scrollbar-class::-webkit-scrollbar-track {
  background: #f7edfa;
}

.scrollbar-class::-webkit-scrollbar-thumb {
  background-color: #4a5984;
  border-radius: 10px;
  border: px solid #ffffff;
}

#list-example {
  border: none;
}

.list-group-item.active {
  background: #f3cc30;
}

.fs-01 {
  font-size: 3.5rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.card-list-mute li {
  font-size: 0.8rem;
  text-align: start;
  padding-left: 1rem;
}

.card-list-bold li {
  text-align: start;

}

.bi-command::before {
  content: "";
}

.nav-pills .navlink {
  text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #4a5984;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.nav-pills .nav-link i,
.nav-pills .show>.nav-link {

  color: #ffffff;

}

.nav-pills .nav-link {
  background-color: #f9f1fe !important;
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: 90%;
  border: none;
  margin-left: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.nav-link.active i {
  font-size: 3rem;
  background: #f3cc30;
  object-fit: cover;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-link i {
  font-size: 3rem;
  background: #4a5984;
  object-fit: cover;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none solid #ECE3F8;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-link.active span {
  color: #4A5984;
}

.nav-link span {
  color: #4a5984;
}

footer a {
  color: #000000
}

footer a:hover {
  color: #f79321 !important;
}

.tab-pane p {
  color: #4A5984;
}

.btn-tab {
  font-size: .9rem;
  border: 2px solid #F4F4F4;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #F3CC30;
  transition: .4s all ease;
}

.btn-tab:hover {
  color: white;
  background-color: #4A5984;
}


swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.phone-slider {
  top: 0;
  position: absolute;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  padding-bottom: 0 !important
}

.svg-margin {
  margin-top: -138px;
}

/* .phone-slider img{
  background-image: url(../assets/phone/device.png);
  background-position: center;
  background-size:cover;
} */
.minuten-margin {
  margin-top: -160px;
}

.margin-price {
  margin-top: -100px;
}

.kontakt-height {
  max-height: 605px;
}

@media only screen and (max-width: 767px) {

  .telephone-group {
    display: none;
  }

  .wave {
    height: 150px;
  }

  .image-wahlen {
    width: 63px;
    height: 63px;
  }

  .minuten-margin {
    margin-top: 0px !important;
  }

  .margin-price {
    margin-top: 0px !important;
  }

  .kontakt-height {
    max-height: 660px;
  }
}

@media only screen and (max-width: 991px) {
  .web-header {
    display: none;
  }

  .web-header2 {
    display: none;
  }

  .minuten-margin {
    margin-top: -76px;
  }

  .svg-margin {
    margin-top: 0px;
  }

  .margin-price {
    margin-top: -50px;
  }


}

.mobile-swiper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}

.hero-section {
  margin-top: 75px
}

.card-background-middle {
  background-image: url("../images/card/plus-mini.png");
  background-repeat: no-repeat, repeat;
  background-position: center
}

.fs-7 {
  font-size: 0.8rem;
  line-height: 0px;
}

.contact {
  border-radius: 5px;
  border: none;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 40px 0px;

}

.contact input {
  border-radius: 5px;
  background-color: #fcfcfc;
  border: none;
  padding: 10px 15px;

}

.contact textarea {
  border-radius: 5px;
  border: none;
}

.contact input::placeholder {
  color: black;
  padding-left: 5px;
}

.contact textarea::placeholder {
  color: black;
  padding-left: 5px;
}

.btn-kontakt {
  background-color: #f79321;
  padding: 20px 70px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #f4f4f4;
  transition: .4s all ease;
}

.btn-kontakt:hover {
  background-color: #cf7813;
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 575.98px) {

  .hero-section .col-6,
  .hero-section .col-5 {
    width: 100%;
  }

  .hero-section .col-5 {
    margin-top: 0.5rem;
  }

  .hero-section .p-3 {
    padding: 0;
  }

  .hero-section h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

}

@media (max-width: 575.98px) {
  .card-map-google {
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex;
  }

  .wave-img {
    padding-top: 3rem;
  }

  .scrollbar-class {
    width: 22rem;
  }

  .contact {

    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 40px 0px;
  }

}

.telephone-group {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
  .card-map-google {
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex;
  }

  .wave-img {
    padding-top: 3rem;
  }

  .scrollbar-class {
    width: 35rem;
  }

  .contact {

    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px
  }

}

.mobile-background {
  object-fit: contain;
}

/* .card-body img{
  margin-top:-3rem;
  margin-left:1rem
} */
.brand-card {
  background-color: #fdfdfd;
  border: none;
  border-radius: 5px;
  transition: .5s all ease;
}

.brand-card:hover {
  box-shadow: 0px 0px 5px 5px #f7f7f7;
}

.navbar {
  background: #fff
}

/* home-section */


.pattern-home2 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(193, 208, 255) 0%, rgb(167, 204, 242) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(193, 208, 255) 0%, rgb(167, 204, 242) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(193, 208, 255) 0%, rgb(167, 204, 242) 100%);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.pattern-home3 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(219, 255, 242) 0%, rgb(180, 242, 255) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(219, 255, 242) 0%, rgb(180, 242, 255) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(219, 255, 242) 0%, rgb(180, 242, 255) 100%);
  background-position: center center;
  background-size: cover;
}

.pattern-home4 {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(196, 232, 255) 0%, rgb(149, 224, 235) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(196, 232, 255) 0%, rgb(149, 224, 235) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(196, 232, 255) 0%, rgb(149, 224, 235) 100%);
  background-size: cover;
}


.home-page-color {
  color: #a5bfb7
}

.bg-home-page-color {
  background-color: #a5bfb7;
}

.accordion-item {
  border: 2px solid #dfe8f1 !important;
}

.accordion-button:focus {
  border-color: none !important;
  outline: none !important;
  box-shadow: none;
  border-color: #dfe8f1;
}

.accordion-item {
  border-radius: 5px !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: 1px solid #dfe8f1 !important;
  border-radius: 40px 40px 0 0 !important;
}

.accordion-item button {
  padding: 22px;
  background: none;
  background-color: transparent;
  border-radius: 5px !important;
}

.kontakt-header {
  font-size: 2.7rem;
}

#schritte {
  background-color: #f9f7fb;
}

.icon-responsive {
  width: 80% !important;
}

.web-header {
  position: fixed;
  background-color: white !important;
  top: 0;
  transition: .5s all ease;
  background-color: transparent;
  z-index: 999999;
}

.web-header2 {
  position: fixed;
  top: 0;
  transition: .5s all ease;
  background-color: #000000;
  z-index: 999999;
}

.canvas-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f79321;
}

.form-floating>label {
  padding: 0 !important;
  padding-top: 10px !important;
}

.canvas-form .form-control input {
  outline: none !important;

}

.canvas-form input:focus {
  box-shadow: none;
  border-bottom: 2px solid #f79321;
}

.canvas-form select:focus {
  box-shadow: none;
}

.canvas-form select {
  padding: 20px;
}

.form-floating-transition {
  opacity: .5s ease-in-out !important;
  transform: .5s ease-in-out !important;
}

.button-talk-canvas {
  font-size: 1.2rem;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f79321;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.button-talk-canvas:hover {
  filter: brightness(110%);

}

.canvas-form .form-floating>label {
  font-size: 14px !important;
}

@media only screen and (min-width:768px) {
  .icon-responsive {
    width: 50% !important;
  }
}

/***********google delete page*******/

.card-bg-color {
  border: 2px solid rgba(204, 230, 250, 0.3);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-row {
  width: 80% !important;
}

.btn-swiper {
  font-size: 18px;
  background-color: #4b5a86;
  border: none;
  padding: 15px 60px;
  border-radius: 30px;
  color: white;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #4a5984;
  background-color: white;
  padding: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #f9f3f8;
  transition: .5s all ease;

}

.swiper-button-next-custom.swiper-button-disabled,
.swiper-button-prev-custom.swiper-button-disabled {
  background-color: rgb(228, 228, 228);
  color: #afafaf;

}

.delete-cards {
  border-radius: 20px;
  border: 2px solid rgba(204, 230, 250, 0.3);
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

footer a:hover {
  color: black;
}

.glow-effect {
  box-shadow: 0px 0px 10px 8px #b3d1c7;
}

.tiny-people {
  margin-top: -100px;
}

/* .hero-margin{
  margin-left: 50px;
} */
.btns-click {
  position: relative;
  border: none;
  background-color: #f79321;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  /* Safari */
}

.btns-click:hover {
  transition-duration: .5s;
  background-color: #f79321 !important;
}

.btns-click:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 25px #f72121;
}

.btns-click:active:after {
  box-shadow: 0 0 0 0 #daf9ff;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0s;
}

.btns-click:active {
  transform: scale(.92);
}

.hovereffect {
  transition: .2s all ease-in-out;
}

.hovereffect:hover {
  background-color: #e98008 !important;
}

.hovereffect2 {
  transition: .3s all ease-in-out;
}

.hovereffect2:hover {
  background-color: #e6ecff !important;
}

.hovereffect:active,
.hovereffect2:active {
  transform: scale(.96);
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #f79321;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f79321;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.footer-59391 {
  border-top: 1px solid #efefef;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 4rem 0;
}

.icons-footer {

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.videodeneme {
  --mask: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 90%,
      rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 80% / 100% 100% repeat-x;



  font: 2em/1.6em Arial;
  -webkit-mask: var(--mask), ;
  mask: var(--mask);
}

.visible>div {
  height: 100%;
  width: 100%;
  padding: 1.125rem;
  box-sizing: border-box;
  overflow: auto;
}

.masked-overflow,
.masked-overflow>div {
  --s: 0px;
  /* scrollbar size */
  --c: 80px;
  --a: 100px;
  -webkit-mask:
    conic-gradient(at bottom var(--s) right var(--s), #000 0%, #0000 0),
    linear-gradient(to var(--d, top), #0000, #000 20% 80%, #0000) no-repeat 0 0/calc(100% - var(--s)) calc(90% - var(--c));
}

.masked-overflow>div {
  --d: left;
}

.local-padding-responsive2 {
  padding-bottom: 100px;
}

.local-padding-responsive {
  padding-bottom: 300px;
}

.warum-margin {
  margin-bottom: -200px;
}

@media only screen and (max-width:1600px) {
  .local-padding-responsive2 {
    padding-bottom: 150px !important;
  }
}

@media only screen and (max-width:820px) {
  .card-row {
    width: 100% !important;
  }

  .local-padding-responsive {
    padding-bottom: 100px !important;
  }

  .local-padding-responsive2 {
    padding-bottom: 150px;
  }

  .women-bg {
    height: 625px !important;
  }

  .masked-overflow,
  .masked-overflow>div {
    --s: 0px;
    /* scrollbar size */
    --c: 0px;
    --a: 0px;
    -webkit-mask:
      conic-gradient(at bottom var(--s) right var(--s), #000 0%, #0000 0),
      linear-gradient(to var(--d, top), #0000, #000 20% 80%, #0000) no-repeat 0 0/calc(100% - var(--s)) calc(90% - var(--c));
  }

  .warum-margin {
    margin-bottom: -100px;
  }


}

@media only screen and (max-width:1400px) and (min-width:821px) {
  .tiny-people {
    margin-top: 0px;
  }

  .hero-margin {
    margin-left: 0px;
  }

  .local-padding-responsive {
    padding-bottom: 200px;
  }

}

/***********google delete page*******/


/******dropdown****/

.features-container {
  position: fixed;
  display: none;
  z-index: 99999;
  background-color: white;
  left: 40%;
  top: 100px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: .7s all ease;
  -webkit-transition: .7s all ease;
  -moz-transition: .7s all ease;
  -ms-transition: .7s all ease;
  -o-transition: .7s all ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.features-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: .4s all ease;
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  -ms-transition: .4s all ease;
  -o-transition: .4s all ease;
}

.features-item:hover {
  background-color: aliceblue;
}

.features-header h3,
.features-header p {
  transition: .3s all ease;
}

.features-header h3:hover,
.features-header p:hover {
  color: rgb(65, 33, 182);
}

.features-header {
  display: block;
  flex: 1;
}

.features-item h3 {
  font-weight: 500;
  font-size: 14px;
  margin: 0 !important;
}

.features-item p {
  font-size: 12px;
  margin: 0 !important;
}

.features-item img {
  width: 50px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 4px 0 12px 0 rgba(17, 24, 39, .05);
  transition: .5s all ease;
}

.features-item img:active {
  transform: scale(0.90);
  -webkit-transform: scale(0.90);
  -moz-transform: scale(0.90);
  -ms-transform: scale(0.90);
  -o-transform: scale(0.90);
}

.featuresopen {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.features-mobile-open {
  height: 360px !important;
  transition: .7s height ease;
  -webkit-transition: .7s height ease;
  -moz-transition: .7s height ease;
  -ms-transition: .7s height ease;
  -o-transition: .7s height ease;
}

.features-see-all {
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}

.features-see-all h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
  color: #705cf6;

}

#features {
  cursor: pointer;
}

#features2 {
  height: 35px;
  overflow: hidden;
  transition: .7s height ease;
  -webkit-transition: .7s height ease;
  -moz-transition: .7s height ease;
  -ms-transition: .7s height ease;
  -o-transition: .7s height ease;
}

.overflowbody {
  overflow: hidden !important;
}

@media (max-width: 375px) {
  .mobile-open-menu {
    gap: 30px !important;
  }

}

@media (min-width: 990px) and (max-width) {}

/******dropdown****/

.hero-nav-tab .nav-link.active {
  margin: 0;
  width: 80px;
  background-color: black !important;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  border: 1px solid rgb(66, 66, 66);
}

.hero-nav-tab .nav-link {
  margin: 0;
  width: 80px;
  justify-content: center;
  background-color: white !important;
  border: 1px solid rgb(66, 66, 66);
  border-radius: 5px;
  color: black;
}

.tab-button {
  border: none;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}





.arrow {
  position: absolute;
  top: 20%;
  left: 0%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  pointer-events: none;
}


.arrow span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #f79321;
  border-right: 4px solid #f79321;
  opacity: .5;
  transform: rotate(45deg);
  margin: -0px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

.arrow span:nth-child(4) {
  animation-delay: -0.5s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.mail-button {
  border: 2px solid #f79321;
  transition: .5s all ease;
}

.mail-button:hover {
  background: #f79321;
  color: white;
}

.mail-button2 {
  background-color: #000000;
  color: white;
  border: 2px solid #000000 !important;
}

.mail-button2:hover {
  color: black;
  background-color: white !important;

}

.form-select {
  border: 1px solid #f79321;
}

.form-select:focus {
  border: 1px solid #000000;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}



/* #lottie2 path:nth-child(2) {
  stroke-width: 20px;
} */

/* 
#lottie2 svg > g > g > g > path:nth-child(2) {
  stroke-width: 0!important;
} */
.details-button {
  font-size: 15px;
  color: #f79321;
  transition: .4s all ease;
  cursor: pointer;
}

.details-button:hover {
  color: #c06702;
  transform: translateY(-5px);
}


/********pulse animation*******/

.pulse {
  animation: pulse1 4s infinite;
}

@keyframes pulse1 {
  0% {

    box-shadow: 0 0 5px 5px rgba(247, 147, 33, .6);
  }

  50% {
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.6);
  }

  100% {
    box-shadow: 0 0 5px 5px rgba(247, 147, 33, .6);
  }

}

.line {
  position: absolute;
  z-index: -1;
  top: 15px;
  bottom: 20px;
  left: 50px;
  border-left: 3px dashed #727272;
}

.phone-image:hover {
  transform: scale(1.2);
}

.phone-image {
  transition: .5s all ease-in-out;
}

.button3 {
  border: 2px solid black;
  transition: .4s all ease;
}

.button3:hover {
  background-color: black !important;

  color: white;
}

.button4 {
  border: 2px solid black;
  transition: .4s all ease;
}

.button4:hover {
  background-color: #f79321 !important;
  border: 2px solid rgb(255, 255, 255);
  color: white;
}

.image-phone {
  transition: .4s all ease;
}


/********************/
.lightbox .modal-content {
  width: 550px;
}

.carousel-inner {
  width: 550px;
}

.ratio {
  width: 550px;
  background-color: transparent !important;
  aspect-ratio: 0.7 !important;

}

.modal-dialog {
  justify-content: center;
}

.carousel-control-next-icon {
  background-image: url("assets/images/phoneimg/ok2.png") !important;
}

.carousel-control-prev-icon {
  background-image: url("assets/images/phoneimg/ok.png") !important;
}

/********************/
.checkout-4 .form-control {
  border: 1px solid white !important;
  border: none;

}

.checkout-4 .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid black !important;
}


/* Range slider konteynerı için stil */
.form-range {
  width: 100%;
  height: 8px;
  background: #ddd;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Slider kolu (thumb) için stil */
.form-range::-webkit-slider-thumb {
  background: #f79321;
}

.form-range::-moz-range-thumb {
  background: #f79321;
}

.form-range:focus::-webkit-slider-thumb {
  background: #f79321;
}

/* Firefox için */
.form-range:focus::-moz-range-thumb {
  background: #f79321;
}