body { font-family: "Open Sans", sans-serif; background-color: rgb(241, 249, 252); box-sizing: content-box; padding: 0px; margin: 0px; }
.pCard_card { width: 350px; height: 640px; margin: 50px auto; border-radius: 30px; background-color: rgb(246, 252, 254); box-shadow: rgba(0, 0, 0, 0.21) 0px 20px 70px 0px; position: relative; overflow: hidden; z-index: 99999; }
.pCard_card.pCard_ready .pCard_back { top: 11%; }
.pCard_card .pCard_back { text-align: center; position: absolute; left: 0px; right: 0px; top: -100%; color: white; margin-top: 0px; font-weight: 600; z-index: 9999999; transition: all 0.6s ease 0.5s; }
.pCard_card .pCard_back a { text-decoration: none; display: flex; width: 33.333%; }
.pCard_card .pCard_up { text-align: center; border-top-left-radius: 30px; border-top-right-radius: 30px; transition: all 0.5s ease-in-out 0s; position: relative; z-index: 9999; }
.pCard_ready .pCard_up { height: auto; box-shadow: rgba(207, 216, 220, 0.3) 0px 0px 9px; }
.pCard_text { position: absolute; top: 25px; left: -100%; width: 100%; right: 0px; color: rgb(241, 247, 249); transition: all 0.5s ease-in-out 0s; z-index: 99999; }
.pCard_text { bottom: inherit; height: auto; top: 25px; left: 0px; }
.pCard_text h2 { margin: 0px; font-size: 16px; font-weight: 700; }
.pCard_text p { margin: 0px; font-size: 11px; color: rgb(227, 241, 245); }
.pCard_card .pCard_up .pCard_add .pcart_add_icon { width: 36px; height: 36px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 0.2rem; }
.pCard_card .pCard_up .pCard_add a { color: white; font-size: 0.85rem; font-weight: 600; text-decoration: none !important; }
.white_theme .pCard_card .pCard_up .pCard_add a { color: black; }
.white_theme .pCardStory a { color: black; }
.pCard_card .pCard_up .pCard_add { position: relative; margin: 0px; z-index: 9; display: flex; cursor: pointer; transition: all 0.5s ease-in-out 0s; justify-content: center; align-items: center; }
.pCard_on .pCard_up .pCard_add { transform: rotate(360deg) scale(0.5); top: 470px; }
.pCard_card .pCard_down { background-color: rgb(255, 255, 255); position: absolute; bottom: 0px; width: 100%; height: 100px; z-index: 99; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; transition: all 0.5s ease-in-out 0s; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.pCard_on .pCard_down { height: 100px; box-shadow: rgb(207, 216, 220) 0px 0px 30px; }
.pCard_card .pCard_down > .pCard_down_item { float: left; text-align: center; margin-top: 0px; font-size: 18px; transition: all 0.5s ease-in-out 0s; display: flex; justify-content: center; align-items: center; width: 100%; height: auto; padding: 6px 1rem 0px; }
.pCard_on .pCard_down div { margin-top: 10px; }
.pCard_card .pCard_down div p:first-of-type { color: rgb(104, 129, 140); margin-bottom: 5px; }
.pCard_card .pCard_down div p:last-of-type { color: rgb(51, 71, 80); font-weight: 700; margin-top: 0px; }
.pCard_photo::before { content: ""; background-color: black; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9; opacity: 0.4; }
.pCard_photo { position: relative; z-index: 999; display: flex; height: 410px; }
.pCard_photo > img { filter: blur(8px); object-fit: cover; max-width: 100% !important; width: 100% !important; height: 100% !important; }
.pCard_add_wrapper { padding: 1rem 1.5rem 0.7rem; position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.pCard_userPhoto { margin-right: 1rem; background: white; width: 65px; height: 65px; border-radius: 100%; }
.pCard_userPhoto img { width: 64px; border-radius: 100%; border: 2px solid rgb(255, 255, 255); min-width: 64px; height: 64px !important; max-width: 64px !important; }
.pCard_userPhoto1 { margin-right: 1rem; background: white; width:100px; height: 100px; border-radius: 100%; }
.pCard_userPhoto1 img { width: 100px; border-radius: 100%; border: 2px solid rgb(255, 255, 255); min-width: 64px; height: 100px !important; max-width: 100px !important; }

.pCard_text_value { text-align: left; }
.pCard_text_wrapper { display: flex; align-items: start; justify-content: start; padding: 0px 1rem; }
.marketplace_rows { display: flex; flex-flow: row wrap; margin: auto; justify-content: center; align-items: center; padding: 1rem; }
.marketplace_rows > p { display: flex; width: 100%; text-align: center; justify-content: center; align-items: center; }
.marketplace_item { display: flex; flex-flow: row wrap; width: 33.333%; padding: 0px 0rem; }
.marketplace_item a { margin: 10px; text-align: center; border-radius: 15px; transition: all 0.3s ease-in-out 0s; background: rgba(255, 255, 255, 0.17); width: 80px; height: 81px; display: flex; justify-content: center; align-items: center; max-width: 80px; min-width: 80px; }
.marketplace_item a img { border-radius: 15px; background: white; padding: 0px; box-shadow: none; display: block; width: 64px !important; height: 64px !important; }
.marketplace_list { display: flex; flex-flow: row wrap; width: 20%; padding: 0px 0rem; }
.marketplace_listesi a { padding: 0!important; text-align: center; border-radius: 10px; transition: all 0.3s ease-in-out 0s; background: rgba(255, 255, 255, 0.17); width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; max-width: 50; min-width: 50; font-size:0.6rem;}
.pCard_card .pCard_back .owl-nav { }
.pCard_card .pCard_back .owl-nav button { }
.pCard_card .pCard_back .owl-nav button.owl-prev { position: absolute; left: 5px; top: 37%; font-size: 2.5rem; background: transparent; outline: none !important; border: none !important; }
.pCard_card .pCard_back .owl-nav button.owl-next { position: absolute; right: 5px; top: 37%; font-size: 2.5rem; background: transparent; outline: none !important; border: none !important; }
.modal_btn { }
.modal_btn_bank { padding: 0.8rem 0.5rem; font-size: 0.8rem; font-weight: 550; margin-right: 1rem; color: white !important; background: rgb(54, 55, 58) !important; }
.modal_btn_contact { padding: 0.8rem 0.5rem; font-size: 0.8rem; font-weight: 550; color: white !important; background: rgb(54, 55, 58) !important; }
.pCard_back .swiper-slide { display: flex; flex-flow: row wrap; padding: 1rem 0.75rem; margin: auto; justify-content: flex-start; }
.pCard_back p { width: 100%; margin-bottom: 0px; }
.bankmodal_content { position: absolute; z-index: 99999999; width: 350px; justify-content: center; align-items: center; display: none; margin: auto; height: 615px; overflow: hidden !important; padding: 0px 0.5rem !important; }
.bankmodal_content.show { max-width: 100%; display: flex !important; min-width: 100% !important; }
.bankmodal_content .modal-dialog { width: 100%; padding: 0px !important; margin: 0px !important; }
.bankmodal_content .modal-content { background: rgb(53, 56, 61); }
.bankmodal_content .modal-content .modal-footer { border: none; }
.bankmodal_content .modal-content .modal-header { background: rgb(31, 33, 36); border-bottom: 1px solid rgba(237, 237, 237, 0.18); }
.bankmodal_content .modal-content .modal-header h5 { color: white; font-weight: 550; font-size: 1rem; }
.bankmodal_content .modal-content .modal-header button { opacity: 1; color: white !important; }
.bankmodal_content .modal-content .modal-body { color: white; }
.bank_wallet_item { padding: 0.45rem 0px; }
.bank_wallet_item span { font-weight: 550; font-size: 0.9rem; margin-right: 0px; }
.bank_wallet_item span:last-child { font-weight: 400; }
.pCard_add_wrapper .pCardStory { display: flex; align-items: flex-end; justify-content: flex-end; }
.pCardStory .stories.carousel { height: 100%; justify-content: center; align-items: center; display: flex; }
.pCardStory i.active { font-weight: 900; }
.pCardStory a { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; text-decoration: none !important; }
.pCardStory i { color: rgb(237, 20, 91); font-size: 36px; width: 36px; height: 36px; display: flex; justify-content: center; align-items: center; transition: all 0.5s ease 0s; }
#particles-js { width: 100%; background-color: transparent; background-image: url(""); background-size: cover; background-position: 50% 50%; position: absolute; background-repeat: no-repeat; top: 0px; overflow: hidden; height: 100%; z-index: -999; }
.pCard_Copyright {position: static;width: auto;justify-content: space-between;align-items: center;display: flex;padding: 0;bottom: 0;}
.pCard_Copyright img { height: 40px !important; }
.pCard_Copyright span { font-weight: 800; font-size: 0.8rem; color: rgb(51, 52, 53); }
.qr-main-image { background: transparent; padding: 0px; border-radius: 20px; margin-bottom: 0px; position: relative; display: flex; justify-content: center; align-items: center; height: 65px !important; width: 65px !important; }
.qr-code-border { position: static; width: 100%; height: 100%; inset: 0px; display: none; }
.qrcode canvas { width: 100%; height: 100%; padding: 13px; }
.qr-main-image img { position: static; border-radius: 4px; height: 65px !important; width: 65px !important; }
img.left-top-border { left: 24px; top: 25px; }
img.left-bottom-border { left: 24px; bottom: 25px; }
img.right-top-border { right: 24px; top: 25px; }
img.right-bottom-border { right: 24px; bottom: 25px; }
.qrcode { padding-bottom: 1rem; }
.pCard_Copyright a { text-decoration: none; }
.copy_item { cursor: pointer; font-size: 0.8rem !important; }
.swiper-pagination-bullet { border: 1px solid rgb(29, 161, 242); }
.swiper-pagination-bullet-active { background: rgb(29, 161, 242); }
img:not([draggable]), embed, object, video { max-width: 100%; height: auto; }
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }
.swiper-container-no-flexbox .swiper-slide { float: left; }
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform, -webkit-transform; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0px, 0px); }
.swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0px auto; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; align-items: flex-start; transition-property: transform, height, -webkit-transform; }
.swiper-container .swiper-notification { position: absolute; left: 0px; top: 0px; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-wp8-horizontal { touch-action: pan-y; }
.swiper-wp8-vertical { touch-action: pan-x; }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 24px 33px; background-position: center center; background-repeat: no-repeat; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-pagination { position: absolute; text-align: center; transition: all 0.3s ease 0s; transform: translate3d(0px, 0px, 0px); z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0px; width: 100%; }
.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: rgb(0, 0, 0); opacity: 0.2; }
button.swiper-pagination-bullet { border: none; margin: 0px; padding: 0px; box-shadow: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet { background: rgb(255, 255, 255); }
.swiper-pagination-bullet-active { opacity: 1; background: rgb(0, 122, 255); }
.swiper-pagination-white .swiper-pagination-bullet-active { background: rgb(255, 255, 255); }
.swiper-pagination-black .swiper-pagination-bullet-active { background: rgb(0, 0, 0); }
.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0px; display: block; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 5px; }
.swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; }
.swiper-pagination-progress .swiper-pagination-progressbar { background: rgb(0, 122, 255); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progress { width: 100%; height: 4px; left: 0px; top: 0px; }
.swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0px; top: 0px; }
.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: rgb(255, 255, 255); }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: rgb(0, 0, 0); }
.swiper-container-3d { perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { }
.swiper-container-cube, .swiper-container-flip { overflow: visible; }
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; }
.swiper-container-cube .swiper-slide { visibility: hidden; transform-origin: 0px 0px; width: 100%; height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0px; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; background: rgb(0, 0, 0); opacity: 0.6; filter: blur(50px); z-index: 0; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-zoom-container { width: 100%; height: 100%; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }
.swiper-scrollbar { border-radius: 10px; position: relative; background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }
.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0px; top: 0px; }
.swiper-scrollbar-cursor-drag { cursor: move; }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50% center; animation: 1s steps(12) 0s infinite normal none running swiper-preloader-spin; }
.swiper-lazy-preloader::after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50% center; background-size: 100%; background-repeat: no-repeat; }
.swiper-lazy-preloader-white::after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
@-webkit-keyframes swiper-preloader-spin {
    100% { transform: rotate(360deg); }
}
@keyframes swiper-preloader-spin {
    100% { transform: rotate(360deg); }
}
.swiper-container.one { padding-top: 40px; text-align: center; }
.swiper-container.one .swiper-slide { padding: 0px 43px; }
.swiper-container { width: 100%; padding-bottom: 0px; }
.swiper-slide img { display: block; margin: auto; width: 100%; }
.swiper-slide { width: 390px; height: auto; padding: 0px 15px; }
.two .swiper-slide { width: 310px; }
.swiper-slide img { box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px; }
.swiper-slide .slider-image .preview-icon { z-index: -1; width: calc(100% - 30px); }
.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon { opacity: 1; z-index: 1; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0px; }
.swiper-pagination-bullet { background: none 0px 0px repeat scroll transparent; border: 1px solid rgb(238, 15, 111); border-radius: 10px; display: inline-block; height: 10px; opacity: 1; width: 26px; transition: all 0.2s ease 0s; }
.swiper-pagination-bullet-active { background: linear-gradient(to right, rgb(238, 15, 111) 0%, rgb(248, 148, 130) 100%) 0px 0px repeat scroll rgba(0, 0, 0, 0); border: medium none; height: 12px; opacity: 1; width: 12px; }
.pCard_card .pCard_up .pCard_add:hover { transform: scale(1.2); transition: all 0.5s ease 0s; }
.pCard_add_wrapper .pCardStory:hover { }
.pCard_add_wrapper .pCardStory:hover > a { }
.pCard_add_wrapper .pCardStory:hover > a i { transform: scale(1.1); transition: all 0.5s ease 0s; }
.heart_count { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; font-size: 0.9rem; padding-bottom: 0px; font-weight: 600; }
.heart_count_val { margin-right: 0.25rem; font-weight: 600; }
.hearth_icon { }
.hearth_icon.active { }
.stories.snapgram .story > .item-link { text-decoration: none; color: rgb(51, 51, 51); height: 100%; justify-content: center; align-items: center; text-align: center; }
.stories.snapgram .story > .item-link > .item-preview { border-radius: 50%; padding: 2px; background: radial-gradient(at 70% 70%, rgb(238, 88, 63) 8%, rgb(217, 45, 119) 42%, rgb(189, 51, 129) 58%); max-height: inherit; width: 64px; height: 64px; min-width: 64px; display: flex; justify-content: center; align-items: center; }
.stories.snapgram .story > .item-link > .item-preview img { border-radius: 50%; border: 3px solid rgb(255, 255, 255); object-fit: contain; min-width: 4vh; width: 52px !important; height: 52px !important; }
.stories.snapgram .story.seen { opacity: 0.75; }
.stories.snapgram .story.seen > a > .item-preview { background: rgb(153, 153, 153); }
.stories.snapgram .story.seen > a { color: rgb(153, 153, 153) !important; }
.black_theme { background: rgb(27, 33, 39); }
.black_theme .pCard_card .pCard_down { background: black; }
.black_theme .pCard_card { background: black; }
.black_theme .heart_count { color: white; }
.black_theme .pCard_Copyright span { color: white; }

.orange_theme { background: rgb(244, 157, 26); }
.orange_theme .pCard_card .pCard_down { background: orange; }
.orange_theme .pCard_card { background: orange; }
.orange_theme .heart_count { color: black; }
.orange_theme .pCard_Copyright span { color: black; }

.pink_theme { background: rgb(156, 37, 77); }
.pink_theme .pCard_card .pCard_down { background: pink; }
.pink_theme .pCard_card { background: pink; }
.pink_theme .heart_count { color: black; }
.pink_theme .pCard_Copyright span { color: black; }

.stories.snapgram .story.seen > a > .item-preview { background: white; opacity: 1; border: 4px solid rgb(194, 194, 194); }
.stories.snapgram .story.seen { opacity: 1; }
.pCard_theme2 { }
.pCard_theme2 .pCard_text { height: 100px; display: flex; justify-content: start; align-items: flex-end; width: 100%; left: 0px; position: absolute; top: 310px !important; }
.pCard_theme2 .pCard_card.pCard_ready .pCard_back { top: 0px; height: 410px; display: flex; flex-direction: column-reverse; }
.pCard_theme2 .pCard_text_wrapper { justify-content: start; display: flex; flex-direction: row-reverse; align-items: center; padding-bottom: 1rem; padding-left: 1.5rem; }
.pCard_userPhoto a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.pCard_theme2 .pCard_card .pCard_back a i { margin: 0px; border-radius: 100% !important; width: 50px !important; height: 50px !important; min-width: 50px !important; max-width: 50px !important; padding: 0px !important; }
.pCard_theme2 .pCard_card .pCard_back a .icon { margin: 6px; border-radius: 100% !important; width: 50px !important; height: 50px !important; min-width: 50px !important; max-width: 50px !important; padding: 0px !important; }
.pCard_theme2 .marketplace_item a img { border-radius: 100% !important; min-width: 64px !important; max-width: 64px !important; display: inline-block !important; }
.pCard_theme2 .marketplace_item a { border-radius: 100%; }
.pCard_theme2 .swiper-flip .swiper-slide::before { content: ""; background: rgba(0, 0, 0, 0.58); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.swiper_relative { position: relative; display: flex; z-index: 9; width: 100%; flex-direction: column; align-items: center; height: calc(100% - 100px); justify-content: center; margin: 0px auto auto; }
.pCard_theme2 .swiper-container { height: 100%; }
.pCard_theme2 .pCard_card .pCard_back a { width: auto; }
.pCard_theme1 .pCard_card .pCard_back a i { padding: 0px; width: 60px !important; height: 60px !important; min-width: 60px !important; max-width: 60px !important; }
.pCard_theme1 .pCard_card .pCard_back a { width: 33.333% !important; height: 84px !important; }
.pCard_theme1 .pCard_card .pCard_back a .icon { padding: 0px; width: 60px !important; height: 60px !important; min-width: 60px !important; max-width: 60px !important; }
.pCard_theme1 .swiper_relative { justify-content: center; }
.phone_tel {border-radius: 100%;font-size: 0.7rem;width: 36px;height: 36px;display: flex;justify-content: center;min-width: 36px;align-items: center;text-align: center;font-size: .6rem;color: white;margin-right: 1rem;background: rgb(39, 182, 37) !important;}
.white_theme .phone_tel { color: white; background: rgb(39, 182, 37) !important; }
.swiper_relative_items { position: relative; display: flex; z-index: 9; height: 100%; width: 100%; flex-flow: row wrap; justify-content: center; align-items: flex-end; margin: auto; padding: 0px 1.5rem; }
.swiper_relative_items > a { padding: 0px 5px; justify-content: center; align-items: center; height: 54px; width: 33.33% !important; }
.swiper_relative_items_shop { display: flex; flex-wrap: wrap; padding: 1.5rem 1.5rem 0px; }
.swiper_relative_shop { justify-content: start; padding-top: 1rem; margin-top: 0px !important; align-items: flex-start !important; }
.pCard_theme1 .swiper_relative_shop { padding: 0px; }
.pCard_theme1 .youtube_frame { padding: 0px 1rem; }
.pCard_theme1 .swiper_relative_items { padding: 0px; align-items: center; justify-content: center; }
.pCard_theme1 .marketplace_item { justify-content: center; align-items: center; }
.pCard_theme1 .pCard_card .pCard_back .swiper_relative_items_shop a { width: 80px !important; height: 81px !important; }
.pCard_theme1 .pCard_card .pCard_back .swiper_relative_items_listesi a { width: 50px !important; height: 51px !important; }
.pCard_theme1 .swiper_relative_items_shop { padding: 1.5rem 0px 0px; }
.pCard_theme1 .swiper_relative_items_list { padding: 1.2rem 0px 0px; }
.black_theme .pCard_Copyright button { border-radius: 100%; color: rgb(255, 255, 255); min-width: 28px; height: 36px; min-height: 36px; width: 36px; display: flex; justify-content: center; align-items: center; text-align: center; background: transparent !important; border: none !important; outline: none !important; }
.pCard_Copyright svg {width: 26px;height: 26px;fill: rgb(34, 158, 217);}
.pCard_Copyright button { background: none; border: none; }
.tooltip.show { z-index: 2147483647 !important; }
.shareBtn:hover { box-shadow: rgba(207, 216, 220, 0.3) 0px 0px 9px;color:white;}
