@charset "UTF-8";
section.faq {
  background: url("../img/faq-bg.webp") top center no-repeat #e6f6ff;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}
section.faq .head {
  margin-bottom: 50px;
}
section.faq .head .ftitle {
  color: #19203f;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
section.faq .head .fdesc {
  color: #7e88a2;
  font-size: 22px;
  font-weight: 400;
}
section.faq .head a.btn-allfaq {
  border-radius: 2px;
  background-color: #ffffff;
  color: #18d3a6;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 26px;
  display: flex;
  align-items: center;
}
section.faq .head a.btn-allfaq i {
  margin-right: 24px;
}
section.faq .head a.btn-allfaq:hover {
  background-color: #18d3a6;
  color: #fff;
}
section.faq .accordion-item {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border: 0;
}
section.faq .accordion-item .accordion-button, section.faq .accordion-item .accordion-button:hover, section.faq .accordion-item .accordion-button:focus, section.faq .accordion-item .accordion-button:active {
  box-shadow: none !important;
  outline: 0 !important;
  color: #19203f;
  font-size: 18px;
  font-weight: 500;
}
section.faq .accordion-item .accordion-button:not(.collapsed) {
  color: #455ee0 !important;
  background-color: #ffffff;
}
section.faq .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 1.4;
  color: #19203f;
  font-weight: 400;
}

@media (max-width: 1400px) {
  section.faq .head a.btn-allfaq {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.faq .head a.btn-allfaq i {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  section.faq .l {
    text-align: center;
    width: 100%;
  }
  section.faq .head a.btn-allfaq {
    display: none;
  }
}
@media (max-width: 576px) {
  section.faq .head .ftitle {
    font-size: 26px !important;
  }
  section.faq .head .fdesc {
    font-size: 18px !important;
  }
  section.faq .accordion-item .accordion-button, section.faq .accordion-item .accordion-button:hover, section.faq .accordion-item .accordion-button:focus, section.faq .accordion-item .accordion-button:active {
    font-size: 14px !important;
  }
}
@media (max-width: 439px) {
  section.faq .head .ftitle {
    font-size: 22px !important;
  }
  section.faq .head .fdesc {
    font-size: 16px !important;
  }
  section.faq .accordion-item .accordion-button, section.faq .accordion-item .accordion-button:hover, section.faq .accordion-item .accordion-button:focus, section.faq .accordion-item .accordion-button:active {
    font-size: 14px !important;
  }
}
section.infotext {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.infotext p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
section.infotext p b {
  font-weight: 600;
}

@media (max-width: 991px) {
  section.pagetext .box .scrollt .image-style-align-right, section.pagetext .box .scrollt .image-style-align-left {
    width: 33.3%;
    max-width: 33.3% !important;
  }
}
@media (max-width: 768px) {
  section.pagetext .box .scrollt .image-style-align-right, section.pagetext .box .scrollt .image-style-align-left {
    width: 33.3%;
    max-width: 40% !important;
  }
}
@media (max-width: 576px) {
  section.pagetext .box .scrollt .image-style-align-right, section.pagetext .box .scrollt .image-style-align-left {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
section.pagetext .box {
  box-shadow: -10px 10px 29px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 30px;
  padding-right: 15px;
}
section.pagetext .box .scrollt {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
}
section.pagetext .box .scrollt::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
section.pagetext .box .scrollt::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4ebf6;
}
section.pagetext .box .scrollt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bec7d6;
}
section.pagetext .box .scrollt::-webkit-scrollbar-thumb:hover {
  background: #bec7d6;
}
section.pagetext .box .scrollt > * {
  margin-bottom: 20px;
}
section.pagetext .box .scrollt > *:last-child {
  margin-bottom: 0;
}
section.pagetext .box .scrollt h1 {
  color: #1d3163;
  font-size: 26px;
  font-weight: 600;
}
section.pagetext .box .scrollt h2, section.pagetext .box .scrollt h3, section.pagetext .box .scrollt h4 {
  color: #1d3163;
  font-size: 22px;
  font-weight: 600;
}
section.pagetext .box .scrollt p, section.pagetext .box .scrollt li {
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
section.pagetext .box .scrollt p b, section.pagetext .box .scrollt p strong, section.pagetext .box .scrollt li b, section.pagetext .box .scrollt li strong {
  font-weight: 700;
}
section.pagetext .box .scrollt p a, section.pagetext .box .scrollt li a {
  color: #1d3163;
  font-weight: 700;
}
section.pagetext .box .scrollt a {
  color: #1d3163;
  font-weight: 700;
}
section.pagetext .box .scrollt .image-style-align-left {
  float: left;
  max-width: 25%;
  height: auto;
  padding-right: 30px;
}
section.pagetext .box .scrollt .image-style-align-left img {
  width: 100%;
  height: auto;
}
section.pagetext .box .scrollt .image-style-align-right {
  float: right;
  max-width: 25%;
  height: auto;
  padding-left: 30px;
}
section.pagetext .box .scrollt .image-style-align-right img {
  width: 100%;
  height: auto;
}
section.pagetext .box .scrollt ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  display: block;
  align-items: center;
}
section.pagetext .box .scrollt ul li:before {
  width: 7px;
  height: 7px;
  border: 4px solid rgba(24, 211, 166, 0.25);
  background-color: #18d3a6;
  position: absolute;
  content: "";
  border-radius: 100%;
  margin-left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  section.pagetext .box .scrollt h1 {
    font-size: 22px;
  }
  section.pagetext .box .scrollt .image-style-align-right {
    max-width: 50%;
    padding-left: 20px;
  }
  section.pagetext .box .scrollt .image-style-align-left {
    max-width: 50%;
    padding-right: 20px;
  }
}
section.comments {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #e35930 0%, #eb862c 100%);
  padding-bottom: 20px;
}
section.comments.default-bg .top a.btn-allcomments {
  color: #455ee0;
}
section.comments.default-bg .top a.btn-allcomments:hover {
  background: rgb(90.8571428571, 112.9193548387, 227.6428571429) !important;
}
section.comments.default-bg ul.comments li .ctop .stars i.checked {
  color: #455ee0;
}
section.comments .top {
  padding-top: 48px;
  padding-bottom: 48px;
}
section.comments .top h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}
section.comments .top .stars i {
  font-size: 34px;
  color: #fff;
}
section.comments .top p {
  padding-top: 14px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
section.comments .top a.btn-allcomments {
  border-radius: 2px;
  background-color: #ffffff;
  color: #f7b637;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
section.comments .top a.btn-allcomments i {
  margin-right: 14px;
}
section.comments .top a.btn-allcomments:hover {
  background-color: #e35930;
  color: #fff;
}
section.comments ul.comments {
  max-height: 564px;
  overflow-y: scroll;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
  padding: 0 16px 0 0;
}
section.comments ul.comments::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
section.comments ul.comments::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(228, 235, 246, 0.3);
}
section.comments ul.comments::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
section.comments ul.comments::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
section.comments ul.comments li {
  padding: 30px;
  box-shadow: -30px 30px 133px rgba(49, 55, 79, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  width: calc(50% - 5px);
}
section.comments ul.comments li .ctop .name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 600;
}
section.comments ul.comments li .ctop .job {
  color: #1d3163;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  display: block;
}
section.comments ul.comments li .ctop .stars {
  font-size: 22px;
}
section.comments ul.comments li .ctop .stars i {
  color: #b1c3cc;
  cursor: pointer;
}
section.comments ul.comments li .ctop .stars i.checked {
  color: #f0933f;
}
section.comments ul.comments li .text {
  color: #1d3163;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 1400px) {
  section.comments .top a.btn-allcomments {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.comments .top a.btn-allcomments i {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  section.comments .top p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.comments .top .l {
    text-align: center;
    width: 100%;
  }
  section.comments .top a.btn-allcomments {
    display: none;
  }
  section.comments ul.comments li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.comments .top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  section.comments ul.comments li .ctop .stars {
    font-size: 16px;
  }
}
.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;
}

section.info {
  background-color: #455ee0;
  padding-top: 16px;
  padding-bottom: 16px;
}
section.info span.icon {
  width: 68px;
  height: 68px;
  box-shadow: -9px 9px 27px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 26px;
  color: #fff;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.info span.number {
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
}
section.info span.text {
  margin-top: 4px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

footer {
  background: #19203f;
  color: #a7afd0;
  border-bottom: 1px solid #272f4e;
}
footer .bg-dark {
  background: #131932 !important;
  padding-right: 30px;
  position: relative;
}
footer .bg-dark:before {
  width: 100vw;
  height: 100%;
  background: #131932;
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
}
footer .top {
  margin-bottom: 45px;
}
footer .top ul.social li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .top ul.social li a:hover {
  background-color: #fff;
  color: #131932;
}
footer p {
  color: #a7afd0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer p:not(:last-child) {
  margin-bottom: 20px;
}
footer ul.iconlist {
  margin-top: 50px;
}
footer ul.iconlist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul.iconlist li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
footer ul.iconlist li .icon.green {
  background: #18d3a6;
}
footer ul.iconlist li .icon.blue {
  background: #455ee0;
}
footer ul.iconlist li .icon.lightblue {
  background: #3ba9da;
}
footer ul.iconlist li .btn-action {
  display: none;
  border-radius: 32px;
  color: #fff;
  padding: 9px 19px;
  font-size: 14px;
}
footer ul.iconlist li .btn-action.green {
  background: #18d3a6;
}
footer ul.iconlist li .btn-action.blue {
  background: #455ee0;
}
footer ul.iconlist li .btn-action.lightblue {
  background: #3ba9da;
}
footer ul.iconlist li span.title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
footer ul.iconlist li a.value {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
footer ul.iconlist li:not(:last-child) {
  margin-bottom: 30px;
}
footer .menutitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
footer .menutitle i, footer .menutitle svg {
  font-size: 22px;
  color: #455ee0;
  margin-right: 13px;
}
footer ul.menu li {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.menu li > footer ul.menu li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #a7afd0;
}
footer ul.menu li > a {
  padding-left: 36px;
  color: #a7afd0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.45;
  display: flex;
  align-items: center;
}
footer ul.menu li > a i {
  margin-left: 5px;
  color: #455ee0;
}
footer ul.menu li ul.submenu {
  display: none;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 22px;
  position: absolute;
  top: -18px;
  left: 98%;
  width: 100%;
  z-index: 99;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}
footer ul.menu li ul.submenu::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4ebf6;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bec7d6;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-thumb:hover {
  background: #bec7d6;
}
footer ul.menu li ul.submenu li:not(:last-child) {
  margin-bottom: 14px;
}
footer ul.menu li ul.submenu li a {
  color: #19203f;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  line-height: 1.2;
}
footer ul.menu li ul.submenu li a:hover {
  color: #0a53be;
}
footer ul.menu li:hover {
  background: #fff;
  border-radius: 2px;
}
footer ul.menu li:hover ul.submenu {
  display: block;
}
footer ul.menu li:hover:before {
  background: #19203f;
}
footer ul.menu li:hover a {
  color: #19203f;
}

.copyright {
  background: #19203f;
}
.copyright .bg-dark {
  background: #131932 !important;
  padding-right: 30px;
  position: relative;
}
.copyright .bg-dark:before {
  width: 100vw;
  height: 100%;
  background: #131932;
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
}
.copyright p {
  color: #a7afd0;
  font-size: 14px;
  font-weight: 400;
}
.copyright p b {
  font-weight: bold;
}

nav.stickybar {
  box-shadow: 0 63px 133px rgba(40, 85, 172, 0.36);
  background-color: #ffffff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  left: 0;
}
nav.stickybar .dropdown-toggle::after {
  display: none;
}
nav.stickybar .dropdown-user .dropdown-menu {
  bottom: 25px !important;
  box-shadow: -3px 3px 32px rgba(31, 35, 43, 0.06);
  border-radius: 2px;
  background-color: #ffffff;
  border: 0;
  min-width: 324px;
  max-width: 100%;
  right: 10px;
  margin: 0;
  padding: 0;
  left: -12px !important;
}
nav.stickybar .dropdown-user .dropdown-menu .head {
  padding: 20px;
  border-bottom: 1px solid rgba(194, 208, 221, 0.5);
}
nav.stickybar .dropdown-user .dropdown-menu .head span.icon {
  background-color: rgba(24, 211, 166, 0.2);
  color: #18d3a6;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}
nav.stickybar .dropdown-user .dropdown-menu .head span.text {
  color: #9399b1;
  font-size: 16px;
  font-weight: 600;
}
nav.stickybar .dropdown-user .dropdown-menu .head .balance {
  color: #455ee0;
  font-size: 20px;
  font-weight: 600;
}
nav.stickybar .dropdown-user .dropdown-menu .head a.btn-addbalance {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  width: 100%;
  margin-top: 20px;
}
nav.stickybar .dropdown-user .dropdown-menu .head a.btn-addbalance:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
}
nav.stickybar .dropdown-user .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li {
  border-bottom: 1px solid rgba(194, 208, 221, 0.5);
}
nav.stickybar .dropdown-user .dropdown-menu ul li:last-child {
  border-bottom: 0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a {
  color: #9399b1;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: start;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a i {
  margin-right: 15px;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a.active {
  background: #fff;
  color: #455ee0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a.logout {
  color: #f72144;
}
nav.stickybar a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 3px transparent;
  box-shadow: inset 0 3px transparent;
  text-decoration: none !important;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #19203f;
  font-size: 12px;
  font-weight: 600;
}
nav.stickybar a.active, nav.stickybar a.show {
  color: #455ee0;
}
nav.stickybar a.cart {
  background-color: #18d3a6;
  color: #fff;
  position: relative;
}
nav.stickybar a.cart:before {
  background-color: #18d3a6;
  position: absolute;
  top: -4px;
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  content: "";
}
nav.stickybar a i, nav.stickybar a svg {
  line-height: 22px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
  font-weight: normal;
}
nav.stickybar a i.number, nav.stickybar a svg.number {
  position: absolute;
  border-radius: 16px;
  background-color: #15b68f;
  color: #ffffff;
  font-size: 13px !important;
  padding: 0px 14px;
  top: -14px;
}

div#bildirim {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
  background: #455ee0;
  padding: 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 410px;
  display: flex !important;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}
div#bildirim.show {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
div#bildirim .si-sol {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #455ee0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 20px;
  min-width: 70px;
  min-height: 70px;
}
div#bildirim .si-sag {
  display: flex;
  flex-direction: column;
}
div#bildirim .si-sag b#FA_Title {
  font-size: 16px;
  font-weight: bold;
}
div#bildirim .si-sag span#FA_text {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.3;
}

.fixedSocial {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 9999999;
}
.fixedSocial a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-radius: 0 4px 4px 0;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out;
}
.fixedSocial a.whatsapp {
  background: #18d3a6;
}
.fixedSocial a.phone {
  background: #3ba9da;
}
.fixedSocial a.email {
  background: #455ee0;
}
.fixedSocial a .text {
  max-width: 0;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.fixedSocial a i {
  padding: 13px;
  color: #fff;
  font-size: 28px;
}
.fixedSocial a:hover {
  padding-left: 13px;
}
.fixedSocial a:hover .text {
  max-width: max-content;
  margin-right: 13px;
}

#back-to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  font-size: 150%;
  color: #fff;
  background-color: #131932;
  border-radius: 4px;
}

section.newSocial {
  cursor: pointer;
  position: fixed;
  box-shadow: 0 0 60px rgba(40, 48, 59, 0.19);
  background-color: #18d3a6;
  top: 50%;
  left: -260px;
  transform: translateY(-50%);
  z-index: 9999;
  padding: 20px 40px 20px 20px;
  transition: all 0.3s ease-in-out;
}
section.newSocial.active {
  background-color: #ffffff;
  left: 0;
}
section.newSocial.active:before {
  background: url("../img/newSocialRightWhite.png") no-repeat center;
}
section.newSocial.active span.toggleIcon {
  color: #18d3a6;
}
section.newSocial:before {
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("../img/newSocialRightBlue.png") no-repeat center;
  width: 35px;
  height: 214px;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
section.newSocial span.toggleIcon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  z-index: 6;
}
section.newSocial ul li {
  margin-bottom: 20px;
}
section.newSocial ul li:last-child {
  margin-bottom: 0;
}
section.newSocial span.icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
}
section.newSocial span.icon.whatsapp {
  background-color: #18d3a6;
}
section.newSocial span.icon.phone {
  background-color: #455ee0;
}
section.newSocial span.icon.email {
  background-color: #3ba9da;
}
section.newSocial span.name {
  color: #606672;
  font-size: 14px;
  font-weight: 400;
}
section.newSocial span.text {
  margin-top: 6px;
  color: #131932;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1400px) {
  section.info span.number {
    font-size: 22px;
  }
  section.info span.text {
    font-size: 15px;
  }
  footer .menutitle {
    font-size: 15px;
  }
  footer .top ul.social li a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  footer .top img {
    max-width: 160px;
  }
}
@media (max-width: 1199px) {
  footer ul.social {
    display: none !important;
  }
  footer .menutitle {
    font-size: 12px;
  }
  footer ul.menu li > a {
    font-size: 13px;
  }
  footer p {
    font-size: 14px;
  }
  footer ul.iconlist li a.value {
    margin-top: 4px;
    font-size: 18px;
  }
  footer ul.iconlist li span.title {
    font-size: 12px;
  }
  footer ul.iconlist li .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-right: 10px;
  }
  section.info span.icon {
    margin-right: 10px;
  }
  section.info span.text {
    font-size: 13px;
  }
  section.info span.number {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.info span.icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 10px;
  }
  section.info span.text {
    font-size: 13px;
  }
  section.info span.number {
    font-size: 18px;
  }
  section.info {
    display: none;
  }
  footer {
    margin-top: 3rem !important;
    border-bottom: 0;
  }
  footer ul.social {
    display: none !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle i, footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle svg {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer ul.menu {
    display: none;
  }
  .copyright {
    background: #131932;
  }
  footer ul.menu li > a i {
    display: none;
  }
  div#bildirim {
    display: none !important;
  }
}
@media (max-width: 768px) {
  footer {
    border-bottom: 0;
  }
  footer ul.social {
    display: flex !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle i, footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle svg {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer ul.menu {
    display: none;
  }
  footer .bg-dark {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  footer .ps-4, footer .pe-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  footer p {
    text-align: center;
  }
  footer .btn-action {
    display: flex !important;
  }
  footer .top {
    margin-bottom: 18px !important;
  }
  footer .top ul.social li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .copyright {
    background: #131932;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  footer ul.menu li:hover ul.submenu {
    display: none !important;
  }
  .fixedSocial a {
    height: 36px;
  }
  .fixedSocial {
    bottom: 10%;
  }
  .fixedSocial a i {
    padding: 8px;
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    max-height: 36px;
  }
  footer {
    border-bottom: 0;
  }
  footer p {
    font-size: 14px;
  }
  footer ul.iconlist {
    margin-top: 24px;
  }
  footer ul.iconlist li .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  footer ul.iconlist li span.title {
    font-size: 12px;
  }
  footer ul.iconlist li a.value {
    margin-top: 3px;
    font-size: 13px;
  }
  .copyright {
    padding-bottom: 74px;
    background: #131932;
  }
  .copyright .bg-dark {
    padding-right: 12px !important;
  }
  .copyright .justify-content-end {
    justify-content: center !important;
  }
  .copyright p {
    text-align: center;
    line-height: 1.7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .copyright img {
    max-width: 110px;
  }
  footer .top img {
    max-width: 130px;
  }
  section.newSocial {
    left: -276px;
    top: initial;
    bottom: 10%;
    transform: translateY(0px);
  }
  section.newSocial span.toggleIcon {
    right: -31px;
  }
  section.newSocial:before {
    background: url("../img/newSocialRightBlueMobile.png") no-repeat center;
    width: 45px;
    height: 168px;
    right: -44px;
  }
  section.newSocial.active:before {
    background: url("../img/newSocialRightWhiteMobile.png") no-repeat center;
    width: 45px;
    height: 168px;
    right: -44px;
  }
}
body.swal2-toast-shown .swal2-container {
  overflow: visible !important;
  width: 100%;
}

.swal2-popup {
  border-radius: 2px;
  background-color: #ffffff;
}
.swal2-popup.swal2-icon-success {
  border-left: 4px solid #18d3a6;
  padding-left: 0;
}
.swal2-popup.swal2-icon-success .swal2-title {
  color: #18d3a6;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-popup.swal2-icon-success .swal2-html-container {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}
.swal2-popup.swal2-icon-error {
  border-left: 4px solid #f03636;
  padding-left: 0;
}
.swal2-popup.swal2-icon-error .swal2-title {
  color: #f03636;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-popup.swal2-icon-error .swal2-html-container {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}

.swal2-styled.swal2-confirm {
  background: #181818 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid rgb(43, 214, 173) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2bd6ad !important;
}

.swal2-icon.swal2-error .swal2-error-ring {
  border: 0.25em solid rgb(240, 54, 54) !important;
}

.swal2-icon.swal2-error {
  border-color: #f03636 !important;
  color: #f03636 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #f03636 !important;
}

/* * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance, * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use, * make sure you copy the url from the website since the url may change between versions. * */
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* 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;
}

button.btn.btnmore {
  display: none;
  box-shadow: 0 2px 49px rgba(48, 55, 84, 0.24);
  border-radius: 25px;
  background-color: #fff;
  color: #383b45;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px 20px;
}
button.btn.btnmore i {
  margin-left: 20px;
}

section .stitle {
  color: #19203f;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
section .sdesc {
  color: #7e88a2;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 50px;
}

section.slider {
  background: url("../img/tem-sliderbg2.png") center center no-repeat #af0e29;
  background-size: cover;
}
section.slider .stitle {
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 30px;
}
section.slider .stitle b {
  font-weight: 700;
}
section.slider .stitlenew {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 12px 22px 12px 74px;
  display: inline-flex;
  position: relative;
}
section.slider .stitlenew svg {
  position: absolute;
  left: -1px;
  top: -5px;
}
section.slider p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 500px;
}
section.slider p b, section.slider p strong {
  font-weight: 600;
}

section.fenomen {
  background: url("../img/fenomen-bg.webp") top center no-repeat #455ee0;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 80px;
  overflow: hidden;
}
section.fenomen .head {
  position: relative;
  margin-bottom: 80px;
}
section.fenomen .head .ftitle {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
section.fenomen .head .fdesc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
section.fenomen .head ul.tabs li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
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 {
  animation: ripple 2.5s linear infinite;
}
section.fenomen .head ul.tabs li.active.instagram {
  background-color: #e1306c;
}
section.fenomen .head ul.tabs li.active.tiktok {
  background-color: #000;
}
section.fenomen .head ul.tabs li.active.youtube {
  background-color: #ff0000;
}
section.fenomen .head ul.tabs li.active.spotify {
  background-color: #1db954;
}
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.last {
  overflow: hidden;
}
section.fenomen .item.last .head:before {
  width: calc(100% - 50px);
}
section.fenomen .item .head {
  width: 100%;
  padding: 25px;
  position: relative;
  margin-bottom: 25px;
}
section.fenomen .item .head span.popular {
  border-radius: 15px;
  background-color: #f3a13c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 19px;
  position: absolute;
  top: -15px;
}
section.fenomen .item .head img {
  max-height: 66px;
  min-height: 66px;
  width: auto;
}
section.fenomen .item .head:before {
  position: absolute;
  width: 110%;
  height: 2px;
  border-radius: 1px;
  content: "";
  background: #18d3a6;
  bottom: 0;
}
section.fenomen .item .head.instagram:before {
  background: #e1306c;
}
section.fenomen .item .head.instagram:after {
  background: #e1306c;
  box-shadow: 0 0 0 1px #e1306c;
}
section.fenomen .item .head.tiktok:before {
  background: #000;
}
section.fenomen .item .head.tiktok:after {
  background: #000;
  box-shadow: 0 0 0 1px #000;
}
section.fenomen .item .head.youtube:before {
  background: #ff0000;
}
section.fenomen .item .head.youtube:after {
  background: #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
}
section.fenomen .item .head.spotify:before {
  background: #1db954;
}
section.fenomen .item .head.spotify:after {
  background: #1db954;
  box-shadow: 0 0 0 1px #1db954;
}
section.fenomen .item .head:after {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -7px;
  content: "";
  left: 24px;
  border-radius: 50%;
  background: #18d3a6;
  box-shadow: 0px 0px 0px 1px #18d3a6;
  border: 3px solid #fff;
}
section.fenomen .item .head .title {
  color: #455edf;
  font-size: 22px;
  font-weight: 400;
}
section.fenomen .item .head .smalltitle {
  margin-top: 20px;
  color: #18d3a6;
  font-size: 18px;
  font-weight: 600;
}
section.fenomen .item .head .smalltitle b {
  font-weight: 700;
}
section.fenomen .item .body ul li {
  border-top: 1px solid #d3e3ec;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
}
section.fenomen .item .body ul li b {
  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: 20px 20px 20px 25px;
}
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.1);
  background: rgb(18.7914893617, 165.2085106383, 129.9744680851);
}

section.about {
  padding-top: 65px;
  padding-bottom: 55px;
  background: url("../img/about-bg.webp") center right no-repeat #fff;
  box-shadow: 0 0 133px rgba(0, 0, 0, 0.09);
}
section.about .title {
  color: #1d3163;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
section.about p {
  color: #1d3163;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}
section.about .icons span.icon {
  width: 26px;
  height: 26px;
  background: rgba(24, 211, 166, 0.2);
  color: #18d3a6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
section.about .icons span.text {
  color: #1d3163;
  font-size: 18px;
  font-weight: 500;
}
section.about a.btn-happycustomer {
  margin-top: 40px;
  border-radius: 2px;
  background: rgba(24, 211, 166, 0.15);
  color: #18d3a6;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 20px 28px;
}
section.about a.btn-happycustomer i {
  margin-right: 24px;
}
section.about a.btn-happycustomer:hover {
  background: #18d3a6;
  color: #fff;
}

section.howtobuy .box {
  padding: 20px;
  padding-left: 42px;
  border-radius: 2px;
  background-color: #455ee0;
}
section.howtobuy .box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 22px;
  margin-top: 22px;
  position: relative;
}
section.howtobuy .box h2:before {
  content: "";
  box-shadow: -9px 9px 51px rgba(6, 11, 17, 0.29);
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -70px;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f045";
  color: #455ee0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
}
section.howtobuy .box p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}
section.howtobuy .box p b {
  font-weight: 600;
}
section.howtobuy .box p a {
  color: #fff;
}
section.howtobuy .box i.big {
  color: #fff;
  font-size: 160px;
  position: absolute;
  left: -16%;
  top: 64%;
  transform: translateY(-50%);
}
section.howtobuy .box ul li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
}
section.howtobuy .box ul li:before {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
}
section.howtobuy .box ul li b {
  font-weight: 700;
}

section.notfound {
  padding-top: 70px;
}
section.notfound img.logo {
  margin: 0 auto;
  max-width: 320px;
  height: auto;
}
section.notfound .title {
  margin-top: 30px;
  text-shadow: 0 0 46px rgba(49, 55, 79, 0.58);
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 30px;
}
section.notfound .text {
  color: #5d6174;
  font-size: 30px;
  font-weight: 600;
}
section.notfound a.btn-homepage {
  margin-top: 30px;
  margin-bottom: 50px;
  box-shadow: 0 10px 32px rgba(49, 55, 79, 0.08);
  border-radius: 35px;
  background-color: #fff;
  color: #5d6174;
  font-size: 18px;
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 38px;
  padding-right: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
section.notfound a.btn-homepage:hover {
  background-color: #455ee0;
  color: #fff;
}
section.notfound a.btn-homepage:hover i {
  color: #fff !important;
}
section.notfound a.btn-homepage span i {
  margin-right: 16px;
}
section.notfound a.btn-homepage i.blue {
  color: #455ee0;
  margin-left: 96px;
}

@media (max-width: 1400px) {
  section.howtobuy .box h2:before {
    left: -57px;
  }
  section.howtobuy .box i.big {
    font-size: 120px;
  }
  section.slider .stitle {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.slider p {
    font-size: 18px;
    line-height: 1.4;
  }
  section.fenomen .item .head .title {
    font-size: 22px;
  }
  section.fenomen .item .head .smalltitle {
    font-size: 16px;
    margin-top: 10px;
  }
  section.fenomen .item .body ul li {
    font-size: 15px;
  }
  section.fenomen .item .foot .btn-buy {
    font-size: 14px;
    padding: 14px 12px;
  }
  section.about {
    background-position-x: 150%;
  }
  section.about .title {
    font-size: 28px;
  }
  section.about p {
    font-size: 20px;
    line-height: 1.4;
  }
  section.about .icons span.text {
    font-size: 16px;
  }
  section.about a.btn-happycustomer {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.about a.btn-happycustomer i {
    margin-right: 12px;
  }
}
@media (max-width: 1199px) {
  section.about {
    background-position-x: 250% !important;
  }
  section.about img.me-5 {
    margin-right: 0 !important;
  }
  section.fenomen .head .l {
    max-width: 60%;
  }
  section.fenomen .head .fdesc {
    margin-bottom: 45px;
    line-height: 1.3;
  }
  section.fenomen .item {
    margin-bottom: 30px;
  }
  section.fenomen .item.two .head:before {
    width: calc(100% - 50px);
  }
  section.fenomen .item .body ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.slider .stitlenew img {
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
  }
  section.slider .stitlenew {
    padding: 14px 24px;
  }
  section.howtobuy .box i.big {
    display: none;
  }
  section.howtobuy .box img {
    width: 100%;
  }
  section.howtobuy .box {
    padding-right: 40px;
  }
  section.fenomen .container-xxl > .head {
    flex-direction: column;
  }
  section.fenomen .head .ftitle {
    text-align: center;
  }
  section.fenomen .head .fdesc {
    text-align: center;
  }
  section.slider {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  section.slider .stitlenew {
    margin-bottom: 40px !important;
  }
  section.slider .stitle {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }
  section.about {
    background-position-x: 350% !important;
  }
  section.about img.me-5 {
    display: none;
  }
}
@media (max-width: 768px) {
  section.howtobuy .box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  section.howtobuy .box h2 {
    margin-top: 0;
  }
  section.howtobuy .box h2:before {
    display: none;
  }
  section.fenomen .head ul.tabs {
    margin-bottom: 30px;
  }
  section.slider .stitlenew {
    margin-bottom: 14px;
  }
  section.fenomen {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  section.fenomen .head {
    margin-bottom: 0 !important;
  }
  section.fenomen .head img.abs {
    display: none;
  }
  section.fenomen .head .l {
    max-width: 100%;
    text-align: center;
  }
  section.about {
    background: #fff;
  }
  section.fenomen .item .head .title {
    font-size: 24px;
  }
  section.fenomen .item .head .smalltitle {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  section.slider {
    background: url(../img/ara-slidermobilebg.png) center center no-repeat #800d1c;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 44px;
  }
  section.fenomen .item .head .title {
    font-size: 20px;
  }
  section.fenomen .item .head .smalltitle {
    font-size: 16px;
  }
  section.fenomen .item .head:before {
    bottom: 14px;
  }
  section.fenomen .item .head:after {
    bottom: 7px;
  }
  section.fenomen .head ul.tabs li {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  section.fenomen .head ul.tabs li:before {
    width: 70px !important;
    height: 70px !important;
  }
  section.fenomen .item .body ul li {
    padding: 10px 25px;
    font-size: 13px;
  }
  button.btn.btnmore {
    display: flex;
  }
  button.btn.btnmore.active {
    box-shadow: 0 2px 49px rgba(48, 55, 84, 0.24);
    border-radius: 25px;
    background-color: #bbcfdb;
  }
  button.btn.btnmore.active i {
    transform: rotate(180deg);
  }
  section.services .more {
    display: none;
  }
  section.slider .stitlenew {
    font-size: 16px;
  }
  section .stitle, section.fenomen .head .ftitle, section.about .title {
    font-size: 26px !important;
  }
  section .sdesc, section.fenomen .head .fdesc, section.about p, section.about .icons span.text {
    font-size: 18px !important;
  }
  section.services {
    padding-bottom: 8px !important;
  }
  section.services a.item span.big {
    font-size: 12px;
  }
  section.services a.item span.small {
    font-size: 10px;
    margin-top: 2px;
  }
}
@media (max-width: 439px) {
  section .stitle, section.fenomen .head .ftitle, section.about .title {
    font-size: 22px !important;
  }
  section .sdesc, section.fenomen .head .fdesc, section.about p, section.about .icons span.text {
    font-size: 16px !important;
  }
  section.slider p {
    font-size: 15px;
  }
  section .sdesc {
    margin-bottom: 20px !important;
  }
  section.fenomen {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  section.fenomen .head .fdesc {
    margin-bottom: 20px !important;
  }
  section.services {
    padding-top: 20px !important;
  }
  section.services a.item {
    padding: 15px;
    color: #fff;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.services a.item i {
    font-size: 26px;
    height: 26px;
    min-height: 26px;
    margin-bottom: 10px;
    color: #fff;
  }
  section.services a.item i.ri-tiktok-fill:before {
    height: 26px !important;
    width: 26px !important;
  }
  section.services a.item i.ri-clubhouse-fill:before {
    height: 26px !important;
    width: 33px !important;
  }
  section.services a.item span.small {
    margin-top: 2px;
    font-size: 10px;
  }
  section.services a.item span.big {
    font-size: 10px;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

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