.color-pink {
  color: #fd0054 !important;
}

.color-blue {
  color: #4dadf7 !important;
}

.color-green {
  color: #b8d33f !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-orange {
  color: #ff9100 !important;
}

.color-yellow {
  color: #ffcd00 !important;
}

.color-purple {
  color: #7900FF !important;
}

.bg-pink {
  background-color: #fd0054;
}

.bg-blue {
  background-color: #4dadf7;
}

.bg-green {
  background-color: #b8d33f;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-orange {
  background-color: #ff9100;
}

.bg-yellow {
  background-color: #ffcd00;
}

.bg-purple {
  background-color: #7900FF;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-linkedIn {
  background-color: #0a66c2;
}

.bg-whatsApp {
  background-color: #25d366;
}

.bg-tumblr {
  background-color: #35465d;
}

.bg-telegram {
  background-color: #0088cc;
}

.bg-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-reddit {
  background-color: #ff4500;
}

.border-pink {
  border: 2px solid #fd0054;
}

.border-blue {
  border: 2px solid #4dadf7;
}

.border-green {
  border: 2px solid #b8d33f;
}

.border-white {
  border: 2px solid #FFFFFF;
}

.border-orange {
  border: 2px solid #ff9100;
}

.border-yellow {
  border: 2px solid #ffcd00;
}

.border-d-pink {
  border: 2px dashed #fd0054;
}

.border-d-blue {
  border: 2px dashed #4dadf7;
}

.border-d-green {
  border: 2px dashed #b8d33f;
}

.border-d-white {
  border: 2px dashed #FFFFFF;
}

.border-d-orange {
  border: 2px dashed #ff9100;
}

.border-d-yellow {
  border: 2px dashed #ffcd00;
}

.holder-pink .s-body {
  border-color: #fd0054;
}
.holder-pink .s-body .title {
  background-color: #fd0054;
  box-shadow: 0 5px 10px rgba(253, 0, 84, 0.5);
  font-weight: bold;
}

.holder-blue .s-body {
  border-color: #4dadf7;
}
.holder-blue .s-body .title {
  background-color: #4dadf7;
  box-shadow: 0 5px 10px rgba(77, 173, 247, 0.5);
  font-weight: bold;
}

.holder-green .s-body {
  border-color: #b8d33f;
}
.holder-green .s-body .title {
  background-color: #b8d33f;
  box-shadow: 0 5px 10px rgba(184, 211, 63, 0.5);
  font-weight: bold;
}

.holder-white .s-body {
  border-color: #FFFFFF;
}
.holder-white .s-body .title {
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.holder-orange .s-body {
  border-color: #ff9100;
}
.holder-orange .s-body .title {
  background-color: #ff9100;
  box-shadow: 0 5px 10px rgba(250, 176, 5, 0.5);
  font-weight: bold;
}

.holder-yellow .s-body {
  border-color: #ffcd00;
}
.holder-yellow .s-body .title {
  background-color: #ffcd00;
  box-shadow: 0 5px 10px rgba(255, 205, 0, 0.5);
  font-weight: bold;
}

.holder-black .s-body {
  border-color: #4C4D4C;
}
.holder-black .s-body .title {
  background-color: #4C4D4C;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.holder-purple .s-body {
  border-color: #7900FF;
}
.holder-purple .s-body .title {
  background-color: #7900FF;
  box-shadow: 0 5px 10px rgba(121, 0, 255, 0.5);
  font-weight: bold;
}

.btn-pink {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #fd0054;
  display: inline-block;
  cursor: pointer;
}
.btn-pink:hover {
  background-color: #4dadf7;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-pink:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-pink {
    padding: 14px 35px;
  }
}

.btn-blue {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #4dadf7;
  display: inline-block;
  cursor: pointer;
}
.btn-blue:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-blue:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-blue {
    padding: 14px 35px;
  }
}

.btn-green {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #b8d33f;
  display: inline-block;
  cursor: pointer;
}
.btn-green:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-green:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-green {
    padding: 14px 35px;
  }
}

.btn-orange {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #ff9100;
  display: inline-block;
  cursor: pointer;
}
.btn-orange:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-orange:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-orange {
    padding: 14px 35px;
  }
}

.btn-yellow {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #ffcd00;
  display: inline-block;
  cursor: pointer;
}
.btn-yellow:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-yellow:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-yellow {
    padding: 14px 35px;
  }
}

.btn-white {
  padding: 12px 40px;
  border-radius: 25px;
  position: relative;
  color: #4dadf7;
  background-color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  border: 2px dashed #4dadf7;
}
.btn-white:hover {
  border: 2px dashed #fd0054;
  color: #fd0054;
}
@media only screen and (max-width: 575px) {
  .btn-white {
    padding: 10px 35px;
  }
}

.btn-transparent {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
}
.btn-transparent:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-transparent:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-transparent {
    padding: 14px 35px;
  }
}

@font-face {
  font-family: "IRANSansDN";
  src: url("./../font/iransansdnweb.eot"); /* IE9 Compat Modes */
  src: url("./../font/iransansdnweb.eot?#iefix") format("embedded-opentype"), url("./../font/iransansdnweb.woff2") format("woff2"), url("./../font/iransansdnweb.woff") format("woff"), url("./../font/iransansdnweb.ttf") format("truetype"); /* Safari, Android, iOS */
}
.font-bold {
  font-weight: 700;
}

::-moz-selection {
  background: #ff9100;
  color: #FFFFFF;
}

::selection {
  background: #ff9100;
  color: #FFFFFF;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "IRANSansDN";
  font-weight: 500;
  height: 100%;
  text-align: right;
  direction: rtl;
  background-color: #FFFFFF;
  font-size: 16px;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.1);
  width: 15px;
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  background-color: #4dadf7;
  border-radius: 10px;
  border: 3px solid var(--scrollbarBG);
}

* {
  box-sizing: border-box;
  outline: 0;
  outline-offset: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

a {
  color: inherit;
  transition: 0.3s;
}

.arrow.swiper-button-disabled {
  opacity: 0.5 !important;
}

p {
  font-family: "IRANSansDN" !important;
  font-size: inherit !important;
}
p * {
  font-family: "IRANSansDN" !important;
  font-size: inherit !important;
}

button {
  background: none;
  outline: 0;
  border: 0;
  display: inline-block;
  transition: 0.3s;
}

button:focus {
  outline: 0 !important;
}

button[disabled]:hover {
  box-shadow: none !important;
  transform: unset !important;
}

input,
textarea {
  background-color: transparent;
  border: none;
}

h1,
h2,
h3,
h4,
h5, .title-margin {
  margin: 15px 0;
}

h1, .text-5xl {
  font-size: 28px;
}

h2, .text-4xl {
  font-size: 26px;
}

h3, .text-3xl {
  font-size: 24px;
}

h4, .text-2xl {
  font-size: 22px;
}

h5, .text-xl {
  font-size: 20px;
}

h6, .text-lg {
  font-size: 18px;
}

.text-md {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.swiper-button-lock {
  display: none !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.pictures-box {
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pictures-box {
    margin-bottom: 25px;
  }
}
.pictures-box .gif-holder {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.pictures-box .gif-holder img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .pictures-box .gif-holder {
    padding: 0 10px;
  }
}

.pictures-box-gif {
  margin-bottom: 35px;
  width: 100%;
  max-width: 100%;
  border-radius: 25px;
  text-align:center;
  overflow: hidden;
}
.pictures-box-gif.m-0 {
  margin: 0 !important;
}
.pictures-box-gif a {
  display: block;
}
.pictures-box-gif img {
    width: auto;
    max-width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .pictures-box-gif {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .pictures-box-gif {
    border-radius: 5px;
    margin-bottom: 25px;
  }
}

.dir-ltr {
  direction: ltr !important;
}

/* style for all page */
/*style for loader */
.loader-pages {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(235, 235, 235, 0.8);
  top: 0;
  left: 0;
  z-index: 1003;
}
.loader-pages .container-loader {
  position: relative;
  width: 145px;
  padding: 6px;
  border-radius: 50px;
  background-color: #fd0054;
}
.loader-pages .container-loader .loader-img {
  position: absolute;
  height: 100px;
  top: -75px;
  z-index: 999;
}
.loader-pages .container-loader .loader-img img {
  height: 100%;
}
.loader-pages .loader {
  direction: ltr;
  height: 40px;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: flex;
  overflow: hidden;
  border: 2px dashed #FFFFFF;
  align-items: center;
  justify-content: center;
}
.loader-pages .loader span {
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 5px;
}
.loader-pages .loader span:not(:last-child) {
  animation: animate 1s linear infinite;
}
.loader-pages .loader span:last-child {
  animation: jump 1s ease-in-out infinite;
}
@keyframes animate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 0) scale(0);
  }
  75% {
    transform: translate(-80px, 0) scale(0);
  }
  100% {
    transform: translate(-80px, 0);
  }
}
@media only screen and (max-width: 768px) {
  .loader-pages .container-loader {
    width: 140px;
    padding: 5px;
  }
  .loader-pages .loader {
    height: 35px;
  }
  .loader-pages .loader span {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .loader-pages .container-loader {
    transform: scale(0.8);
  }
}

.loader-pages.active {
  display: flex;
}

.s-holder {
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 10px;
  box-shadow: 3px 3px 7px rgba(77, 173, 247, 0.12);
}
.s-holder .s-body {
  border: 2px dashed;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}
.s-holder .s-body .title {
  border-radius: 50px;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 10px 35px;
  font-weight: bold;
  color: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .s-holder {
    border-radius: 20px;
  }
  .s-holder .s-body {
    border-radius: 15px;
    padding: 15px;
  }
  .s-holder .s-body .title {
    margin: 0 0 15px 0;
  }
}

.d-none {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .d-xs-none {
    display: none;
  }
}

.just-desktop-show {
  display: block;
}
@media only screen and (max-width: 575px) {
  .just-desktop-show {
    display: none;
  }
}

.just-mobile-show {
  display: none;
}
@media only screen and (max-width: 575px) {
  .just-mobile-show {
    display: block;
  }
}

.justify-center {
  justify-content: center;
}

.text-shadow {
  text-shadow: 2px 4px 5px rgba(25, 25, 25, 0.15);
}

.err:empty {
  display: none !important;
}

.padding-0 {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.cursor-pointer {
  cursor: pointer !important;
}

.donate-us {
  margin-bottom: 35px;
}
.donate-us .details {
  display: flex;
  padding: 0 50px;
  align-items: center;
}
.donate-us .details .img {
  height: 250px;
  padding: 10px 15px;
  margin-left: 30px;
}
.donate-us .details .img img {
  height: 100%;
}
.donate-us .details .text {
  padding: 0 10px;
  margin-bottom: 15px;
  width: 100%;
}
.donate-us .details .text P {
  margin-bottom: 25px;
  font-size: 1.1em !important;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .donate-us {
    margin-bottom: 25px;
  }
  .donate-us .details {
    padding: 0;
  }
  .donate-us .details .img {
    height: 200px;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .donate-us {
    margin-bottom: 25px;
  }
  .donate-us .details {
    padding: 0;
    display: block;
  }
  .donate-us .details .img {
    height: 175px;
  }
  .donate-us .details .text {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .donate-us .details {
    padding: 0;
  }
}

/* popup style */
.popup {
  position: fixed;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -9;
}
.popup .f-title {
  font-size: 20px;
  padding: 0 5px 5px 5px;
  display: inline-block;
  border-bottom: 1px solid #4dadf7;
  margin-bottom: 25px;
}
.popup .s-holder {
  background: #FFFFFF;
  transform: scale(0);
  display: none;
  transition: 0.5s;
  margin: auto;
}
.popup .s-holder .s-body {
  position: relative;
}
.popup .s-holder .icon-close {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
}
.popup .s-holder .icon-close:hover {
  transform: scale(1.05);
  color: #fd0054;
}
.popup .close-popup {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
@media only screen and (max-height: 550px) {
  .popup {
    overflow: auto;
    display: block;
    padding: 25px 0;
  }
  .popup .s-holder {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .popup .container {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .popup {
    overflow: auto;
    display: block;
    padding: 25px 0;
  }
  .popup .container {
    width: 100%;
  }
  .popup .f-title {
    font-size: 18px;
  }
  .popup .s-holder {
    width: 100% !important;
    margin-bottom: 25px;
  }
}

.popup.active {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99 !important;
}
.popup.active .s-holder {
  display: block;
}

.popup.bg-show .s-holder {
  transform: scale(1);
}

.popup-forms .s-holder {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popup-forms .s-holder {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-forms .s-holder {
    width: 75%;
  }
}
.popup-forms .f-text {
  margin-bottom: 10px;
}
.popup-forms button:disabled {
  opacity: 0.5 !important;
}
.popup-forms button:disabled:hover {
  background-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
  color: #4dadf7 !important;
  border-color: #4dadf7 !important;
}
.popup-forms .container-input {
  width: 60%;
  margin: auto auto 25px auto;
  position: relative;
}
.popup-forms .container-input .input {
  border: 2px solid #4dadf7;
  border-radius: 5px;
  color: #000;
}
.popup-forms .container-input .input input {
  padding: 15px 10px;
  text-align: right;
  width: 100%;
}
.popup-forms .container-input .input input::-moz-placeholder {
  font-size: 15px;
}
.popup-forms .container-input .input input::placeholder {
  font-size: 15px;
}
.popup-forms .container-input .err {
  text-align: right;
  padding-top: 15px;
  color: #fd0054;
  font-size: 15px;
}
.popup-forms .phone-number .input {
  position: relative;
  font-size: 20px;
}
.popup-forms .phone-number .input input {
  padding: 10px 0;
  padding-left: 45px;
  letter-spacing: 5px;
  text-align: left;
  direction: ltr;
}
.popup-forms .phone-number .input .num-fixed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  direction: ltr;
}
.popup-forms .under-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.popup-forms .under-form .resend {
  display: flex;
  align-items: center;
}
.popup-forms .under-form button {
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .popup-forms .s-holder {
    width: 80%;
  }
  .popup-forms .container-input {
    width: 75%;
  }
  .popup-forms .container-input .err {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .popup-forms .s-holder {
    width: 90%;
  }
  .popup-forms .f-title {
    font-size: 18px;
  }
  .popup-forms .container-input {
    width: 100%;
    margin: auto auto 20px auto;
  }
  .popup-forms .container-input .input input::-moz-placeholder {
    font-size: 13px;
  }
  .popup-forms .container-input .input input::placeholder {
    font-size: 13px;
  }
  .popup-forms .container-input .err {
    font-size: 13px;
  }
  .popup-forms .phone-number .input {
    font-size: 18px;
  }
  .popup-forms .under-form .btn-send-code {
    width: 65%;
  }
}

.popup-code .register-item {
  display: none;
}
.popup-code .login-item {
  display: block;
}
.popup-code .f-title.login-item {
  display: inline-block;
}
.popup-code .btn-send-code.login-item {
  display: inline-block;
}
.popup-code .container-input {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .popup-code .container-input {
    width: 90%;
  }
}
.popup-code .container-input .inputs-code {
  margin-bottom: 5px;
}
.popup-code .container-input .inputs-code input {
  width: 95%;
  border-bottom: 1px solid #4dadf7;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 20px;
  padding-left: 20px;
  direction: ltr;
  font-size: 1.2em;
  color: #000;
}
.popup-code .s-body {
  padding-bottom: 35px !important;
  font-size: 0.9em;
}
.popup-code .edit-number {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.popup-code .edit-number:hover {
  color: #4dadf7 !important;
}
@media only screen and (max-width: 575px) {
  .popup-code .s-holder .s-body {
    padding: 20px 10px;
  }
}

.popup-code.register .register-item {
  display: block;
}
.popup-code.register .login-item {
  display: none;
}
.popup-code.register .f-title.register-item {
  display: inline-block;
}
.popup-code.register .btn-send-code.register-item {
  display: inline-block;
}

.popup.popup-this-page .text-alert {
  margin: 20px;
  font-size: 1.1em;
}
.popup.popup-this-page .s-holder {
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popup.popup-this-page .s-holder {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup.popup-this-page .s-holder {
    max-width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .popup.popup-this-page .s-holder {
    max-width: 95%;
  }
}
.popup.popup-this-page a,
.popup.popup-this-page button {
  padding: 10px 35px !important;
  margin: 5px;
}
.popup.popup-this-page a:hover,
.popup.popup-this-page button:hover {
  background-color: #4dadf7 !important;
}

.popup.popup-pay .pay-details {
  color: #4dadf7;
  width: 75%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .popup.popup-pay .pay-details {
    width: 100%;
  }
}
.popup.popup-pay .pay-details .pay-item {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(73, 173, 247, 0.2);
}
.popup.popup-pay .pay-details .off-price {
  -webkit-text-decoration: line-through #fd0054;
          text-decoration: line-through #fd0054;
}

.has-dropdown {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.has-dropdown .dropdown-names {
  position: absolute;
  overflow: hidden;
  transition: 0.5s, background-color 0s, border 0s;
  top: 96%;
  left: -2px;
  width: calc(100% + 4px);
  z-index: 9;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
.has-dropdown .dropdown-names .holder-suggest-names {
  overflow: auto;
  max-height: 0;
  margin: 5px;
}
.has-dropdown .dropdown-names .holder-suggest-names::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(77, 173, 247, 0.3);
}
.has-dropdown .dropdown-names .holder-suggest-names::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #4dadf7;
}
.has-dropdown .dropdown-names .holder-suggest-names .d-n-item {
  margin-bottom: 2px;
  padding: 5px 10px;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.has-dropdown .dropdown-names .holder-suggest-names .d-n-item:hover {
  color: #4dadf7;
  padding-right: 15px;
}
.has-dropdown .dropdown-names .holder-suggest-names .notfound-name {
  color: #fd0054;
  padding: 5px 10px;
}

.has-dropdown.on-focus {
  overflow: visible;
}
.has-dropdown.on-focus .dropdown-names {
  background-color: #FAFAFA;
  border-color: #4dadf7;
}
.has-dropdown.on-focus .dropdown-names .holder-suggest-names {
  max-height: 18em;
}

#show-names-bookmark .s-holder {
  width: 35%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #show-names-bookmark .s-holder {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #show-names-bookmark .s-holder {
    width: 50%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 768px) {
  #show-names-bookmark .s-holder {
    width: 65%;
  }
}
@media only screen and (max-width: 575px) {
  #show-names-bookmark .s-holder {
    width: 90%;
  }
}
#show-names-bookmark .f-title {
  border-color: #ff9100 !important;
}
#show-names-bookmark .show-b-names {
  width: 100%;
  max-height: 18em;
  overflow: auto;
  padding: 15px;
}
#show-names-bookmark .show-b-names::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(250, 176, 5, 0.3);
}
#show-names-bookmark .show-b-names::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ff9100;
}
#show-names-bookmark .show-b-names .show-b-name.boy {
  border-right: 3px solid #4dadf7;
}
#show-names-bookmark .show-b-names .show-b-name.boy .b-name {
  color: #4dadf7;
}
#show-names-bookmark .show-b-names .show-b-name.girl {
  border-right: 3px solid #fd0054;
}
#show-names-bookmark .show-b-names .show-b-name.girl .b-name {
  color: #fd0054;
}
#show-names-bookmark .show-b-names .show-b-name {
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
#show-names-bookmark .show-b-names .show-b-name:hover {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  padding-right: 5px;
}
#show-names-bookmark .show-b-names .show-b-name .b-name {
  display: block;
  text-align: right;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px 12px;
  width: 100%;
}
#show-names-bookmark .show-b-names .show-b-name .b-delete {
  position: absolute;
  height: 100%;
  left: 10px;
  top: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
#show-names-bookmark .show-b-names .show-b-name .b-delete:hover {
  color: #fd0054;
}

#form-search {
  overflow: auto;
}
#form-search .has-dropdown .dropdown-names-holder {
  position: absolute;
  top: 96%;
  left: -2px;
  width: calc(100% + 4px);
  z-index: 9;
  padding-bottom: 25px;
  background: transparent;
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names {
  position: static;
  width: 100%;
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names .holder-suggest-names {
  overflow: auto;
  max-height: 0;
  margin: 5px;
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names .holder-suggest-names::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(77, 173, 247, 0.3);
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names .holder-suggest-names::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #4dadf7;
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names .holder-suggest-names .d-n-item {
  margin-bottom: 2px;
  padding: 5px 10px;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names .holder-suggest-names .d-n-item:hover {
  color: #4dadf7;
  padding-right: 15px;
}
#form-search .has-dropdown .dropdown-names-holder .dropdown-names .holder-suggest-names .notfound-name {
  color: #fd0054;
  padding: 5px 10px;
}
#form-search .has-dropdown.on-focus .dropdown-names-holder .holder-suggest-names {
  max-height: 15em;
}
@media only screen and (max-width: 575px) {
  #form-search .has-dropdown.on-focus .dropdown-names-holder .holder-suggest-names {
    max-height: 18em;
  }
}

.progress {
  width: 55px;
  height: 55px;
  position: relative;
  margin: 0 10px;
}
.progress .p-timer {
  position: absolute;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-225deg, #FFFFFF 0%, rgba(77, 173, 247, 0.7) 200%);
  color: #4dadf7;
}
.progress svg {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .progress {
    width: 45px;
    height: 45px;
  }
}

.b-lazy {
  transition: 0.3s;
  opacity: 0.9;
  transform: scale(0.5);
}

.b-lazy.b-loaded {
  opacity: 1;
  transform: scale(1);
}

/* style for all page */
.top-nav {
  background-color: #F8F8F8;
  padding: 8px 0;
  font-size: 0.85em;
  color: #557571;
}
.top-nav .content {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
.top-nav .links {
  display: flex;
  gap: 15px;
}
.top-nav .links .res-none {
  display: inline-block;
}
.top-nav .links .res-show {
  display: none;
}
.top-nav .links a,
.top-nav .links button {
  padding: 0;
}
.top-nav .links a:hover,
.top-nav .links button:hover {
  color: #4dadf7;
}
@media only screen and (max-width: 359px) {
  .top-nav .xs-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .top-nav {
    padding: 6px 0;
  }
  .top-nav .content {
    padding: 0 6px;
  }
  .top-nav .links {
    gap: 8px;
  }
  .top-nav .links .res-none {
    display: none;
  }
  .top-nav .links .res-show {
    display: inline-block;
  }
  .top-nav .text {
    display: none;
  }
}

.navbar-menu {
  padding: 15px 0 0 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .navbar-menu {
    margin-bottom: 15px;
  }
}
.navbar-menu .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-menu .navigation .logo {
  height: 55px;
  margin-left: 15px !important;
  padding: 5px 10px !important;
}
.navbar-menu .navigation .logo img {
  height: 100%;
}
.navbar-menu .navigation .logo:hover {
  background-color: #FFFFFF;
}
.navbar-menu .nav-coins .icon {
  height: 30px;
  display: inline-block;
}
.navbar-menu .nav-coins .icon img {
  height: 100%;
}
.navbar-menu .nav-coins .text {
  margin-left: 10px;
}
.navbar-menu .nav-coins .l-link {
  display: flex !important;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .navbar-menu .nav-coins .text {
    margin-right: 10px;
  }
  .navbar-menu .nav-coins .icon {
    height: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-menu .nav-coins .icon {
    height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu .nav-coins .text {
    margin-right: 10px;
  }
}
.navbar-menu .navbar-item {
  background-color: #FFFFFF;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  box-shadow: 6px 6px 15px rgba(77, 173, 247, 0.15);
  cursor: pointer;
  transition: 0.3s;
}
.navbar-menu .navbar-item i {
  font-size: 23px;
  margin: 0 2px;
}
.navbar-menu .navbar-item .item-text {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.navbar-menu .navbar-item:hover {
  background-color: #fd0054;
  color: #FFFFFF !important;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2) !important;
}
.navbar-menu .navbar-item.color-pink {
  box-shadow: 6px 6px 15px rgba(253, 0, 84, 0.1);
}
.navbar-menu .n-item-dropdown {
  position: relative;
}
.navbar-menu .n-item-dropdown .n-dropdown {
  min-width: 200px;
  position: absolute;
  top: 90%;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  color: #4dadf7;
  z-index: 9;
  padding: 15px 0 0 0;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown {
  transition: 0.5s;
  background-color: #FFFFFF;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(77, 173, 247, 0.2);
  width: 100%;
  border-radius: 15px;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown ul.list-items {
  list-style-type: none;
  padding: 5px 10px;
  max-height: 22em;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown ul.list-items::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: rgba(77, 173, 247, 0.3);
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown ul.list-items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #4dadf7;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item {
  border-bottom: 1px solid #D9EEFE;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item:last-child {
  border: 0;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item:last-child .l-link {
  padding-bottom: 0;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item:first-child .l-link {
  padding-top: 0 !important;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item .l-link {
  padding: 10px 0;
  display: block;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item .l-link:hover {
  color: #fc256c;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item.border-b-0 {
  border-bottom: 0;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item.border-b-0 .l-link {
  padding-bottom: 0;
}
.navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item.border-t-0 .l-link {
  padding-top: 0;
}
.navbar-menu .n-item-dropdown:hover .n-dropdown {
  transform: scale(1);
}
.navbar-menu .n-item-dropdown .has-childs {
  position: relative;
  width: 100% !important;
}
.navbar-menu .n-item-dropdown .has-childs::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: -15px;
  top: 0;
}
.navbar-menu .n-item-dropdown .has-childs:hover .childs-links {
  left: -190px;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links {
  position: absolute;
  left: 0;
  width: 175px;
  background-color: red;
  top: 0;
  background-color: #FFFFFF;
  padding: 10px;
  background-color: #Ffffff;
  border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.12);
  z-index: -1;
  transition: 0.3s;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links .child-item {
  border-bottom: 1px solid #D9EEFE;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links .child-item:last-child {
  border: 0;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links .child-item:last-child .child-link {
  padding-bottom: 0;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links .child-item:first-child .child-link {
  padding-top: 0 !important;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links .child-item .child-link {
  padding: 10px 0;
  display: inline-block;
  color: #4dadf7;
}
.navbar-menu .n-item-dropdown .has-childs .childs-links .child-item .child-link:hover {
  color: #fc256c;
}
.navbar-menu .n-item-dropdown .childs-links.bottom {
  top: unset;
  bottom: -10px;
}
.navbar-menu .navbar {
  display: flex;
}
.navbar-menu .navbar .navbar-item {
  margin-left: 15px;
}
.navbar-menu .nav-left {
  display: flex;
}
.navbar-menu .nav-left .navbar-item {
  margin-right: 15px;
}
.navbar-menu .nav-left .n-item-dropdown .n-dropdown {
  right: auto;
  left: 0;
}
.navbar-menu .res-show {
  display: none;
}
.navbar-menu .names-bookmark {
  position: relative;
}
.navbar-menu .names-bookmark .num-bookmark {
  position: absolute;
  height: 26px;
  width: 26px;
  background-color: #F03E3D;
  color: #FFFFFF;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  font-size: 0.85em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.navbar-menu .names-bookmark:hover .num-bookmark {
  background-color: #4dadf7;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .navbar-menu .res-show {
    display: flex;
  }
  .navbar-menu .res-none {
    display: none;
  }
  .navbar-menu .navigation .logo {
    height: 55px;
  }
  .navbar-menu .navbar-item {
    border-radius: 12px;
  }
  .navbar-menu .navbar-item i {
    font-size: 22px;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown ul.list-items {
    padding: 2px 15px;
    max-height: 18em;
    overflow: auto;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item:last-child {
    border: 0;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item .l-link {
    padding: 8px 0;
  }
  .navbar-menu .names-bookmark .num-bookmark {
    height: 24px;
    width: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-menu .navigation .logo {
    height: 45px;
    margin-left: 10px;
  }
  .navbar-menu .navbar-item {
    border-radius: 10px;
    padding: 6px;
  }
  .navbar-menu .navbar-item i {
    font-size: 20px;
  }
  .navbar-menu .navbar .navbar-item {
    margin-left: 10px;
  }
  .navbar-menu .nav-left .navbar-item {
    margin-right: 10px;
  }
  .navbar-menu .n-item-dropdown .n-dropdown {
    min-width: 140px;
    padding: 15px 0 0 0;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown {
    border-radius: 10px;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown ul.list-items {
    max-height: 17em;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item .l-link {
    display: inline-block;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item .l-link:hover {
    color: #fc256c;
  }
  .navbar-menu .names-bookmark .num-bookmark {
    height: 22px;
    width: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu .res-show {
    display: flex;
  }
  .navbar-menu .res-none {
    display: none;
  }
  .navbar-menu .navigation .logo {
    height: 55px;
  }
  .navbar-menu .navbar-item {
    border-radius: 12px;
  }
  .navbar-menu .navbar-item i {
    font-size: 22px;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown ul.list-items {
    padding: 2px 15px;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item:last-child {
    border: 0;
  }
  .navbar-menu .n-item-dropdown .n-dropdown .n-holder-dropdown .l-item .l-link {
    padding: 8px 0;
  }
  .navbar-menu .names-bookmark .num-bookmark {
    height: 24px;
    width: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-menu .lg-none {
    display: none;
  }
  .navbar-menu .navbar-item {
    padding: 10px 5px;
  }
  .navbar-menu .navbar .navbar-item {
    margin-left: 10px;
  }
  .navbar-menu .nav-left .navbar-item {
    margin-right: 10px;
  }
}

.follow-instagram {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .follow-instagram .s-holder {
    width: 100%;
  }
}
.follow-instagram .s-holder .s-body {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.follow-instagram .s-holder .s-body .pic {
  height: 220px;
  padding: 10px;
  max-width: 40%;
}
.follow-instagram .s-holder .s-body .pic img {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
.follow-instagram .s-holder .s-body .f-link {
  border-radius: 30px;
  padding: 15px 45px;
  font-size: 18px;
}
.follow-instagram .s-holder .follow-title {
  font-size: 1.4em;
  margin: 45px 0;
}
@media only screen and (max-width: 768px) {
  .follow-instagram .s-holder .s-body {
    align-items: center;
  }
  .follow-instagram .s-holder .s-body .pic {
    height: auto;
    padding: 5px;
    max-width: 30%;
  }
  .follow-instagram .s-holder .s-body .pic img {
    height: auto;
    width: 100%;
  }
  .follow-instagram .s-holder .s-body .f-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .follow-instagram {
    margin-bottom: 25px;
  }
  .follow-instagram .s-holder .s-body {
    flex-direction: column;
  }
  .follow-instagram .s-holder .s-body .pic {
    order: 1;
    height: 200px;
    padding: 5px;
    min-width: 100%;
    margin-bottom: 25px;
  }
  .follow-instagram .s-holder .s-body .pic img {
    height: 100%;
    max-width: 100%;
    width: auto;
  }
  .follow-instagram .s-holder .s-body .f-link {
    padding: 14px 45px;
  }
  .follow-instagram .s-holder .s-body .follow {
    order: 2;
    margin-bottom: 0;
  }
  .follow-instagram .s-holder .s-body .follow-title {
    margin: 0 0 10px 0;
  }
}

/* comments style*/
.idea {
  margin-bottom: 45px;
}
.idea .s-holder {
  margin-bottom: 45px;
}
.idea .s-holder .s-body {
  text-align: right;
  padding: 10px 25px;
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .idea .s-holder .s-body {
    padding: 10px 25px;
  }
}
.idea .s-holder .replay-name:not(:empty) {
  font-size: 0.8em;
  margin-right: 5px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 50px;
  margin-top: 5px;
}
.idea .s-holder .replay-name:not(:empty):hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: 1px solid #fd0054;
}
.idea .s-holder .form {
  display: flex;
  margin: 25px 0 0 0;
}
.idea .s-holder .form .f-img {
  width: 20%;
  padding: 10px;
}
.idea .s-holder .form .f-img img {
  width: 100%;
}
.idea .s-holder .form .form-container {
  width: 80%;
}
.idea .s-holder .form .form-container .form-item {
  margin-bottom: 25px;
}
.idea .s-holder .form .form-container textarea,
.idea .s-holder .form .form-container input[type=text] {
  border: 1px solid #DADADA;
  border-radius: 5px;
  padding: 10px;
}
.idea .s-holder .form .form-container textarea:focus,
.idea .s-holder .form .form-container input[type=text]:focus {
  box-shadow: 6px 6px 15px rgba(77, 173, 247, 0.15);
  border: 1px solid #4dadf7;
}
.idea .s-holder .form .form-container textarea {
  height: 200px;
  width: 100%;
  resize: none;
  display: block;
}
.idea .s-holder .form .form-container .input-name {
  float: right;
  display: inline-block;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .idea .s-holder .form .form-container .input-name {
    width: 50%;
  }
}
.idea .s-holder .form .form-container .input-name input {
  width: 100%;
}
.idea .s-holder .form .form-container .btn-send {
  display: inline-block;
  float: left;
}
.idea .s-holder .form .form-container .btn-send .i-send {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
}
.idea .s-holder .form .form-container .err {
  display: block;
  padding-top: 5px;
  font-size: 0.9em;
  color: #fd0054;
}
.idea .comments .comment {
  margin-bottom: 35px;
}
.idea .comments .comment .text-comment {
  overflow-wrap: anywhere;
  text-align: right;
}
.idea .comments .comment:last-child {
  margin-bottom: 0;
}
.idea .comments .comment .c-user,
.idea .comments .comment .c-admin {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px 25px;
  box-shadow: 3px 3px 7px rgba(77, 173, 247, 0.12);
  margin-bottom: 15px;
  position: relative;
}
.idea .comments .comment .c-admin {
  background-color: #fafafa;
}
.idea .comments .comment .c-admin {
  margin-bottom: 0;
}
.idea .comments .comment .replay {
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.9em;
  color: #707070;
}
.idea .comments .comment .replay i {
  font-size: 1.1em;
}
.idea .comments .comment .replay:hover {
  color: #4dadf7;
}
.idea .comments .comment .replay:hover .holder-replay .replay-text {
  transform: scale(1);
}
.idea .comments .comment .replay .holder-replay {
  position: relative;
}
.idea .comments .comment .replay .holder-replay .replay-text {
  position: absolute;
  top: 105%;
  right: 50%;
  margin-right: -50px;
  padding: 5px;
  border-radius: 5px;
  display: block;
  width: 80px;
  text-align: center;
  background-color: #4dadf7;
  color: #FFFFFF;
  transform: scale(0);
  transition: 0.3s;
  box-shadow: 6px 6px 15px rgba(77, 173, 247, 0.15);
}
.idea .comments .comment .likes {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
}
.idea .comments .comment .likes .like,
.idea .comments .comment .likes .dislike {
  margin: 0 5px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.idea .comments .comment .likes .like:hover,
.idea .comments .comment .likes .dislike:hover {
  transform: scale(1.1);
}
.idea .comments .comment .likes .like .l-img,
.idea .comments .comment .likes .dislike .l-img {
  height: 20px;
  margin: 0 5px;
  display: inline-block;
}
.idea .comments .comment .likes .like .num {
  padding-top: 5px;
}
.idea .comments .comment .likes .dislike {
  padding-top: 5px;
}
.idea .comments .comment .c-admin {
  margin-right: 10%;
  width: 90%;
}
.idea .comments .comment .info-comment {
  display: flex;
  justify-content: space-between;
}
.idea .comments .comment .info-comment .c-pic {
  margin-left: 10px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.idea .comments .comment .info-comment .c-text {
  width: 95%;
  padding: 0 10px 10px 10px;
  text-align: justify;
  -moz-text-align-last: right;
       text-align-last: right;
  margin-bottom: 15px;
}
.idea .comments .comment .info-comment .c-text .c-date {
  color: #707070;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 2px;
}
.idea .comments .comment .info-comment .c-text .name {
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .idea .s-holder .s-body {
    padding: 10px 25px;
  }
  .idea .s-holder .form .f-img {
    display: none;
  }
  .idea .s-holder .form .form-container {
    width: 100%;
  }
  .idea .s-holder .form .form-container .input-name {
    width: 70%;
  }
  .idea .comments .comment .c-user,
  .idea .comments .comment .c-admin {
    border-radius: 15px;
    padding: 15px 15px;
  }
  .idea .comments .comment .info-comment .c-pic {
    height: 55px;
    width: 55px;
  }
  .idea .comments .comment .info-comment .c-text {
    width: 94%;
  }
  .idea .comments .comment .info-comment .c-text .c-date {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .idea {
    margin-bottom: 25px;
  }
  .idea .s-holder {
    margin-bottom: 25px;
  }
  .idea .s-holder .s-body {
    padding: 15px;
  }
  .idea .s-holder .form {
    margin: 25px 0 0 0;
  }
  .idea .s-holder .form .f-img {
    display: none;
  }
  .idea .s-holder .form .form-item {
    margin-bottom: 10px;
  }
  .idea .s-holder .form .form-container {
    width: 100%;
    text-align: center;
  }
  .idea .s-holder .form .form-container .form-item {
    margin-bottom: 15px;
    text-align: right;
  }
  .idea .s-holder .form .form-container textarea {
    height: 150px;
    width: 100%;
  }
  .idea .s-holder .form .form-container .input-name {
    width: 100%;
  }
  .idea .s-holder .form .form-container .btn-send {
    float: unset;
  }
  .idea .comments .comment {
    margin-bottom: 30px;
  }
  .idea .comments .comment .likes .like .l-img,
  .idea .comments .comment .likes .dislike .l-img {
    height: 18px;
  }
  .idea .comments .comment .likes .like .num {
    padding-top: 10px;
  }
  .idea .comments .comment .info-comment .c-pic {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .idea .comments .comment .info-comment .c-text {
    width: 95%;
    margin-bottom: 10px;
  }
  .idea .comments .comment .info-comment .c-text .c-date {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.arrow-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.arrow-holder .arrow-text {
  position: absolute;
  top: 0;
  height: 100%;
  display: none;
  align-items: center;
  padding: 0 5px;
  transition: 0.3s;
  color: inherit;
}
@media only screen and (max-width: 575px) {
  .arrow-holder .arrow-text {
    display: flex;
  }
}

.next-slide .arrow-text {
  left: 102%;
}

.prev-slide .arrow-text {
  right: 102%;
}

.arrow.swiper-button-disabled .arrow-text {
  color: #000;
}

.shopping {
  margin-bottom: 35px;
}
.shopping .shop-products {
  display: flex;
  justify-content: center;
}
.shopping .shop-products .product {
  width: 30%;
  margin: 10px;
  padding: 10px;
  box-shadow: 6px 6px 15px rgba(77, 173, 247, 0.15);
  border-radius: 15px;
  text-align: center;
}
.shopping .shop-products .product:hover .p-img {
  transform: scale(1.08);
}
.shopping .shop-products .product .p-img {
  width: 100%;
  margin-bottom: 15px;
  transition: 0.3s;
}
.shopping .shop-products .product .p-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.shopping .shop-products .product .p-details {
  padding: 10px;
}
@media only screen and (max-width: 575px) {
  .shopping .shop-products {
    display: flex;
    justify-content: center;
  }
  .shopping .shop-products .product {
    width: 48%;
    margin: 5px;
    padding: 5px;
    box-shadow: 6px 6px 15px rgba(77, 173, 247, 0.15);
    border-radius: 8px;
    text-align: center;
  }
  .shopping .shop-products .product:hover .p-img {
    transform: scale(1.1);
  }
  .shopping .shop-products .product .p-img {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.3s;
  }
  .shopping .shop-products .product .p-img img {
    width: 100%;
    border-radius: 8px;
  }
  .shopping .shop-products .product .p-details {
    padding: 8px;
  }
  .shopping .shop-products .product:nth-child(3) {
    display: none;
  }
}

footer {
  direction: rtl;
  background-color: #F1F3F5;
  padding: 25px 0 0 0;
}
@media only screen and (min-width: 1260px) {
  footer .container {
    width: 1250px;
  }
}
footer .head {
  font-size: 20px !important;
  font-weight: bold;
  margin: 15px 0;
}
footer .h-social {
  text-align: center;
}
footer .holder-links {
  text-align: right;
}
footer .holder-links .f-links {
  list-style-type: none;
  padding: 0;
}
footer .holder-links .f-links li {
  margin-bottom: 10px;
}
footer .holder-links .f-links li .f-link:hover {
  color: #ff9100;
}
footer .relationship .socials {
  text-align: center;
  margin-bottom: 35px;
}
footer .relationship .socials .social {
  display: flex;
  align-items: center;
  margin: 15px auto;
  width: 325px;
}
footer .relationship .socials .social:last-child {
  margin-bottom: 0;
}
footer .relationship .socials .social .s-icon {
  font-size: 25px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 10px;
  margin-left: 10px;
}
footer .relationship .socials .social i {
  margin-top: 2px;
  display: inline-block;
  font-size: 0.75em;
}
footer .relationship .socials .social .s-text,
footer .relationship .socials .social .s-icon {
  transition: 0.3s;
}
footer .relationship .socials .social:hover .s-text {
  margin-right: 5px;
}
footer .relationship .socials .social:hover .s-icon {
  border-radius: 50%;
}
footer .relationship .info-text {
  margin-bottom: 25px;
  text-align: center;
}
footer .relationship .static-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 25px;
  gap: 15px;
}
footer .relationship .static-links a.link {
  margin-bottom: 10px;
}
footer .relationship .static-links a.link:after {
  content: "|";
  margin-right: 10px;
  color: #8a8888;
}
footer .relationship .static-links a.link:last-child::after {
  display: none;
}
footer .relationship .static-links a.link:hover {
  color: #ff9100;
}
footer .envelope .s-icon {
  background-color: #ffcd00;
  box-shadow: 0 2px 10px rgba(255, 205, 0, 0.5);
}
footer .instagram .s-icon {
  background-color: rgb(253, 0, 84);
  box-shadow: 0 2px 10px rgba(253, 0, 84, 0.5);
}
footer .telegram .s-icon {
  background-color: #4dadf7;
  box-shadow: 0 2px 5px rgba(77, 173, 247, 0.5);
}
footer .telegram i {
  font-size: 0.65em !important;
}
footer .linkedin .s-icon,
footer .whatsapp .s-icon {
  background-color: #b8d33f;
  box-shadow: 0 2px 5px rgba(184, 211, 83, 0.5);
}
footer .twitter .s-icon {
  background-color: #ff9100;
  box-shadow: 0 2px 5px rgba(250, 176, 5, 0.5);
}
footer .copy {
  text-align: center;
  margin-bottom: 15px;
}
footer .mycutename {
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 15px;
}
footer .shop-categories {
  margin-bottom: 35px;
}
footer .shop-categories .head {
  position: relative;
  z-index: 0;
}
footer .shop-categories .head .head-title {
  background-color: #F1F3F5;
  padding-left: 10px;
}
footer .shop-categories .head::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
footer .shop-categories .categories {
  display: flex;
  gap: 10px 5px;
  flex-wrap: wrap;
  list-style-type: none;
}
footer .shop-categories .categories .shop-category {
  width: calc((100% - 10px) / 3);
}
footer .shop-categories .categories .shop-category:hover {
  color: #ff9100;
}
footer .footer-popular-names {
  margin-bottom: 25px;
}
footer .footer-popular-names .popular-items {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 40px;
  margin-bottom: 10px;
  transition: 0.5s;
}
footer .footer-popular-names .popular-items .popular-item {
  display: inline-block;
  color: #4dadf7;
  margin: 5px;
  align-items: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border-right: 3px solid #4dadf7;
  padding: 5px 8px;
  transition: 0.3s;
  background-color: #FFFFFF;
  justify-content: center;
}
footer .footer-popular-names .popular-items .popular-item.girl {
  color: #fd0054;
  border-right: 3px solid #fd0054;
}
footer .footer-popular-names .btn-show-more i {
  transition: 0.3s;
  display: inline-block;
}
footer .footer-popular-names.active .popular-items {
  max-height: unset;
}
footer .footer-popular-names.active .btn-show-more i {
  transform: rotate(180deg);
}
@keyframes showPopularItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer .info-us .info-explain {
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .info-us .info-explain p {
  line-height: 1.8;
}
footer .info-us .info-explain h1 {
  font-size: 1.3em !important;
}
footer .info-us .info-explain .info-body {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .info-us .info-explain .symbols {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
footer .info-us .info-explain .symbols img {
  cursor: pointer;
  max-height: 140px;
  max-width: 50%;
}
footer .info-us .more-info-us {
  display: none;
  transition: 0.5s;
  overflow: hidden;
}
footer .info-us .more-info-us .btn-show-more i {
  transition: 0.3s;
}
footer .info-us .info-item {
  margin-bottom: 25px;
}
footer .info-us .info-item h2 {
  font-size: 1.3em !important;
}
footer .info-us .btn-show-more i {
  transition: 0.3s;
}
footer .info-us .btn-show-more.active i {
  transform: rotate(180deg);
  display: inline-block;
}
footer .info-us p {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
footer .info-us p a {
  color: rgba(0, 0, 0, 0.8);
}
footer .info-us p a:hover {
  color: #4dadf7;
}
@media only screen and (max-width: 768px) {
  footer .row {
    display: flex !important;
    flex-wrap: wrap;
  }
  footer .order-1 {
    order: -1;
  }
  footer .head {
    font-size: 18px !important;
  }
  footer .holder-links {
    display: inline-block;
    margin-bottom: 15px;
  }
  footer .holder-links .f-links {
    list-style-type: none;
    padding: 0;
  }
  footer .relationship {
    width: 85%;
    margin: auto;
  }
  footer .relationship .socials {
    padding-right: 30px;
    max-width: 320px;
    margin: auto auto 25px auto;
    width: 100%;
  }
  footer .footer-popular-names .popular-items {
    max-height: 80px;
  }
  footer .info-us .info-explain {
    display: block;
  }
  footer .info-us .info-explain .info-img {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  footer .info-us .info-explain .info-img img {
    display: block;
    margin: auto;
  }
  footer .info-us .info-explain .symbols {
    justify-content: center;
    padding: 10px 0 25px 0;
  }
  footer .info-us .info-explain .symbols img {
    max-height: 140px;
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  footer .relationship {
    width: 95%;
  }
  footer .relationship .socials {
    padding-right: 10px;
  }
  footer .relationship .socials .social {
    width: 100%;
  }
  footer .relationship .socials .social .s-icon {
    height: 35px;
    width: 35px;
    border-radius: 15px;
  }
  footer .relationship .static-links {
    padding: 0;
  }
  footer .shop-categories {
    margin-bottom: 25px;
  }
  footer .shop-categories .categories .shop-category {
    width: calc((100% - 5px) / 2);
  }
  footer .info-us .info-explain .info-body {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .relationship {
    width: 50%;
    margin: 50px auto auto auto;
  }
  footer .info-us .info-explain .symbols {
    justify-content: center;
    padding: 10px 0 25px 0;
  }
  footer .info-us .info-explain .symbols img {
    max-height: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .relationship .socials .social {
    width: 100%;
  }
  footer .relationship .static-links {
    padding: 0;
  }
  footer .shop-categories .categories .shop-category {
    width: calc((100% - 5px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h1, .text-5xl {
    font-size: 26px;
  }
  h2, .text-4xl {
    font-size: 24px;
  }
  h3, .text-3xl {
    font-size: 22px;
  }
  h4, .text-2xl {
    font-size: 20px;
  }
  h5, .text-xl {
    font-size: 18px;
  }
  h6, .text-lg {
    font-size: 16px;
  }
  .text-md {
    font-size: 14px;
  }
  .text-sm {
    font-size: 12px;
  }
  .text-xs {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
  h1, .text-5xl {
    font-size: 24px;
  }
  h2, .text-4xl {
    font-size: 22px;
  }
  h3, .text-3xl {
    font-size: 20px;
  }
  h4, .text-2xl {
    font-size: 18px;
  }
  h5, .text-xl {
    font-size: 16px;
  }
  h6, .text-lg {
    font-size: 14px;
  }
  .text-md {
    font-size: 12px;
  }
  .text-sm {
    font-size: 10px;
  }
  .text-xs {
    font-size: 8px;
  }
}
.report-banner {
  position: fixed;
  height: 175px;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: block;
}
.report-banner img {
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .report-banner {
    display: none;
  }
}

.report-banner-mobile {
  display: none;
}
.report-banner-mobile img {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .report-banner-mobile {
    display: block;
    z-index: 999999;
    box-shadow: 0px 2px 10px #000000;
  }
}

#sabavision_mobile_ad_shadow {
  z-index: 9999 !important;
}

.google-search {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  min-height: 110px;
  text-align: right !important;
}
.google-search::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(77, 173, 247, 0.3);
}
.google-search::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #4dadf7;
}
.google-search div {
  font-family: "IRANSansDN" !important;
}
.google-search input {
  border-radius: 5px !important;
  border: 2px solid #4dadf7 !important;
  padding: 12px 10px !important;
  text-align: right !important;
}
.google-search td.gsc-input {
  padding: 0 !important;
}
.google-search .gsc-search-box {
  direction: rtl !important;
}
.google-search .gsib_a {
  padding: 0 0 0 5px !important;
}
.google-search .gs-snippet {
  text-align: right !important;
}
.google-search .gs-no-results-result {
  text-align: center !important;
}
.google-search .gcsc-more-maybe-branding-root, .google-search .gsc-result-info-container {
  display: none !important;
}
.google-search .gsc-search-button-v2 {
  padding: 18px !important;
  border-radius: 5px !important;
}
.google-search .gs-visibleUrl-long {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 575px) {
  .google-search input {
    padding: 10px !important;
  }
  .google-search .gsc-search-button-v2 {
    padding: 16px !important;
  }
}

.search-by-character .s-body {
  padding: 20px 10px;
}
.search-by-character .s-characters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.search-by-character .s-characters a.s-character {
  width: 22%;
  margin: 0 5px 15px 5px;
  padding: 10px 4px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  font-size: 15px;
  border-radius: 5px;
}
.search-by-character .s-characters a.s-character:hover {
  color: #4dadf7 !important;
  transform: translateY(-2px);
  border-right: 4px solid #FFFFFF;
  box-shadow: 0 25px 15px -15px rgba(0, 0, 0, 0.15) !important;
}
.search-by-character .boy-character {
  margin-bottom: 35px;
  background-color: rgba(77, 173, 247, 0.2);
}
.search-by-character .boy-character a.s-character {
  border-right: 4px solid #4dadf7;
}
.search-by-character .boy-character a.s-character:hover {
  color: #4dadf7 !important;
}
.search-by-character .girl-character {
  background-color: rgba(253, 0, 84, 0.2);
}
.search-by-character .girl-character a.s-character {
  border-right: 4px solid #fd0054;
}
.search-by-character .girl-character a.s-character:hover {
  color: #fd0054 !important;
}
@media only screen and (max-width: 768px) {
  .search-by-character {
    margin-bottom: 0;
  }
  .search-by-character .s-holder {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .search-by-character .s-holder {
    margin-bottom: 25px;
  }
  .search-by-character .s-characters a.s-character {
    width: 44%;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-by-character {
    margin-bottom: 0;
  }
  .search-by-character .s-holder {
    margin-bottom: 45px;
  }
  .search-by-character .s-characters a.s-character {
    width: 18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-by-character {
    margin-bottom: 0;
  }
  .search-by-character .s-characters a.s-character {
    width: 30%;
  }
}

.pt-10 {
  padding: 25px 0 0 0;
}

.img-shop {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  margin-bottom: 45px;
}
.img-shop img {
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.img-shop img.b-lazy {
  width: auto;
  box-shadow: none;
  margin: auto;
  display: block;
}
.img-shop img.b-loaded {
  width: 100% !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}
@media only screen and (max-width: 768px) {
  .img-shop {
    border-radius: 8px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .img-shop {
    margin-bottom: 25px;
  }
}

.nowruz-offer {
  width: 100%;
  position: fixed;
  z-index: 10;
  height: 0;
  background: url("./../img/offer/nowruz-bg.png");
  background-size: cover;
  display: none;
  justify-content: center;
  padding: 0px 8px 0px 20px;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.nowruz-offer .link {
  height: 100%;
  width: 100%;
}
.nowruz-offer img {
  height: 100%;
  max-width: 100%;
  padding: 1px 0;
  display: block;
  margin: auto;
}
.nowruz-offer .close {
  background-color: rgba(250, 103, 83, 0.9);
  height: 100%;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  .nowruz-offer {
    display: flex;
    height: 0;
  }
}

body.active-nowruz-offer {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  body.active-nowruz-offer {
    padding-top: 50px;
  }
}

.color-pink {
  color: #fd0054 !important;
}

.color-blue {
  color: #4dadf7 !important;
}

.color-green {
  color: #b8d33f !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-orange {
  color: #ff9100 !important;
}

.color-yellow {
  color: #ffcd00 !important;
}

.color-purple {
  color: #7900FF !important;
}

.bg-pink {
  background-color: #fd0054;
}

.bg-blue {
  background-color: #4dadf7;
}

.bg-green {
  background-color: #b8d33f;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-orange {
  background-color: #ff9100;
}

.bg-yellow {
  background-color: #ffcd00;
}

.bg-purple {
  background-color: #7900FF;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-linkedIn {
  background-color: #0a66c2;
}

.bg-whatsApp {
  background-color: #25d366;
}

.bg-tumblr {
  background-color: #35465d;
}

.bg-telegram {
  background-color: #0088cc;
}

.bg-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-reddit {
  background-color: #ff4500;
}

.border-pink {
  border: 2px solid #fd0054;
}

.border-blue {
  border: 2px solid #4dadf7;
}

.border-green {
  border: 2px solid #b8d33f;
}

.border-white {
  border: 2px solid #FFFFFF;
}

.border-orange {
  border: 2px solid #ff9100;
}

.border-yellow {
  border: 2px solid #ffcd00;
}

.border-d-pink {
  border: 2px dashed #fd0054;
}

.border-d-blue {
  border: 2px dashed #4dadf7;
}

.border-d-green {
  border: 2px dashed #b8d33f;
}

.border-d-white {
  border: 2px dashed #FFFFFF;
}

.border-d-orange {
  border: 2px dashed #ff9100;
}

.border-d-yellow {
  border: 2px dashed #ffcd00;
}

.holder-pink .s-body {
  border-color: #fd0054;
}
.holder-pink .s-body .title {
  background-color: #fd0054;
  box-shadow: 0 5px 10px rgba(253, 0, 84, 0.5);
  font-weight: bold;
}

.holder-blue .s-body {
  border-color: #4dadf7;
}
.holder-blue .s-body .title {
  background-color: #4dadf7;
  box-shadow: 0 5px 10px rgba(77, 173, 247, 0.5);
  font-weight: bold;
}

.holder-green .s-body {
  border-color: #b8d33f;
}
.holder-green .s-body .title {
  background-color: #b8d33f;
  box-shadow: 0 5px 10px rgba(184, 211, 63, 0.5);
  font-weight: bold;
}

.holder-white .s-body {
  border-color: #FFFFFF;
}
.holder-white .s-body .title {
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.holder-orange .s-body {
  border-color: #ff9100;
}
.holder-orange .s-body .title {
  background-color: #ff9100;
  box-shadow: 0 5px 10px rgba(250, 176, 5, 0.5);
  font-weight: bold;
}

.holder-yellow .s-body {
  border-color: #ffcd00;
}
.holder-yellow .s-body .title {
  background-color: #ffcd00;
  box-shadow: 0 5px 10px rgba(255, 205, 0, 0.5);
  font-weight: bold;
}

.holder-black .s-body {
  border-color: #4C4D4C;
}
.holder-black .s-body .title {
  background-color: #4C4D4C;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.holder-purple .s-body {
  border-color: #7900FF;
}
.holder-purple .s-body .title {
  background-color: #7900FF;
  box-shadow: 0 5px 10px rgba(121, 0, 255, 0.5);
  font-weight: bold;
}

.btn-pink {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #fd0054;
  display: inline-block;
  cursor: pointer;
}
.btn-pink:hover {
  background-color: #4dadf7;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-pink:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-pink {
    padding: 14px 35px;
  }
}

.btn-blue {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #4dadf7;
  display: inline-block;
  cursor: pointer;
}
.btn-blue:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-blue:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-blue {
    padding: 14px 35px;
  }
}

.btn-green {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #b8d33f;
  display: inline-block;
  cursor: pointer;
}
.btn-green:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-green:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-green {
    padding: 14px 35px;
  }
}

.btn-orange {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #ff9100;
  display: inline-block;
  cursor: pointer;
}
.btn-orange:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-orange:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-orange {
    padding: 14px 35px;
  }
}

.btn-yellow {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  color: #FFFFFF;
  background-color: #ffcd00;
  display: inline-block;
  cursor: pointer;
}
.btn-yellow:hover {
  background-color: #fd0054;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-yellow:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-yellow {
    padding: 14px 35px;
  }
}

.btn-white {
  padding: 12px 40px;
  border-radius: 25px;
  position: relative;
  color: #4dadf7;
  background-color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  border: 2px dashed #4dadf7;
}
.btn-white:hover {
  border: 2px dashed #fd0054;
  color: #fd0054;
}
@media only screen and (max-width: 575px) {
  .btn-white {
    padding: 10px 35px;
  }
}

.btn-transparent {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
}
.btn-transparent:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
.btn-transparent:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .btn-transparent {
    padding: 14px 35px;
  }
}

#name-page ul.breadcrumb {
  color: #4dadf7;
  font-size: 0.95em;
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}
#name-page ul.breadcrumb .item {
  margin-left: 10px;
  display: inline-block;
  color: #717171;
}
#name-page ul.breadcrumb .item:after {
  content: "/";
  opacity: 0.7 !important;
  margin-right: 5px;
}
#name-page ul.breadcrumb .item:last-child:after {
  display: none;
}
#name-page ul.breadcrumb .item a:hover {
  color: #4dadf7;
}
#name-page header {
  min-height: auto;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
#name-page header .pic-holder {
  height: 490px;
  position: relative;
  padding-right: 25px;
}
#name-page header .pic-holder img {
  height: 100%;
  display: block;
  margin: auto;
  max-width: 100%;
}
#name-page header .pic-holder .name {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 135px;
  font-size: 32px;
  text-shadow: 1px 2px 2px rgba(0, 81, 144, 0.4);
}
@media only screen and (max-width: 768px) {
  #name-page header {
    margin-bottom: 15px;
  }
  #name-page header .pic-holder {
    height: 450px;
  }
  #name-page header .pic-holder .name {
    margin-top: 130px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  #name-page header .pic-holder {
    height: 280px;
    padding-right: 0;
  }
  #name-page header .pic-holder .name {
    margin-top: 80px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page header .pic-holder {
    height: 500px;
  }
  #name-page header .pic-holder .name {
    margin-top: 140px;
  }
}
#name-page .meaning-name {
  margin-bottom: 35px;
}
#name-page .meaning-name .meaning-holder {
  background-color: #8DD6F7;
  box-shadow: 2px 2px 15px rgba(12, 55, 66, 0.08);
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border-radius: 25px;
}
#name-page .meaning-name .meaning-holder .meaning {
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#name-page .meaning-name .meaning-holder .meaning .meaning-label {
  font-size: inherit !important;
  margin: 0 !important;
  font-weight: inherit !important;
}
@media only screen and (max-width: 768px) {
  #name-page .meaning-name .meaning-holder {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .meaning-name {
    margin-bottom: 25px;
  }
  #name-page .meaning-name .meaning-holder {
    font-size: 16px;
  }
}
#name-page .information-name {
  position: relative;
  overflow: hidden;
}
#name-page .information-name h2 {
  font-size: 22px !important;
}
#name-page .information-name .section {
  width: 100%;
  margin-bottom: 45px;
}
#name-page .information-name .section .s-details {
  display: flex;
  margin-bottom: 25px;
  height: 265px;
  max-height: 265px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .information-name .section .s-details {
    height: 230px;
    max-height: 230px;
  }
}
#name-page .information-name .section .s-details .s-text {
  width: 65%;
  height: auto;
  max-height: 100%;
  text-align: justify;
  overflow: auto;
  direction: rtl;
  padding-right: 15px;
}
#name-page .information-name .section .s-details .s-text .s-text-holder {
  direction: rtl;
}
#name-page .information-name .section .s-details .s-text p {
  margin: 0 0 15px 0;
  font-family: "IRANSansDN" !important;
}
#name-page .information-name .section .s-details .s-text a {
  color: #4dadf7;
}
#name-page .information-name .section .s-details .s-text a:hover {
  color: #fd0054;
}
#name-page .information-name .section .s-details .s-text::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
}
#name-page .information-name .section .s-details .s-text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
#name-page .information-name .section .s-details .pic {
  padding: 10px 25px;
  height: 100%;
  width: 35%;
  margin: auto;
}
#name-page .information-name .section .s-details .pic img {
  height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #name-page .information-name h2 {
    font-size: 20px !important;
  }
  #name-page .information-name .section .s-details {
    height: auto;
    max-height: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #name-page .information-name .section .s-details .s-text {
    width: 100%;
    order: 2;
    max-height: 295px;
    text-align: center;
  }
  #name-page .information-name .section .s-details .pic {
    width: 100%;
    order: 1;
    padding: 10px 25px;
    height: 250px;
    margin: auto auto 25px auto;
  }
  #name-page .information-name .section .s-details .pic img {
    height: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .information-name h2 {
    font-size: 18px !important;
  }
  #name-page .information-name .section {
    margin-bottom: 25px;
  }
  #name-page .information-name .section .title {
    padding: 10px 20px !important;
    font-size: 17px;
  }
  #name-page .information-name .section .s-details .s-text {
    max-height: 250px;
  }
  #name-page .information-name .section .s-details .pic {
    height: 200px;
  }
}
#name-page .registration-information table {
  width: 100%;
  margin-bottom: 20px;
}
#name-page .registration-information table tbody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#name-page .registration-information table tr {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#name-page .registration-information table tr td {
  width: 50%;
  padding: 10px 5px;
  text-align: right;
}
#name-page .registration-information .under {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  padding: 0 25px;
}
#name-page .registration-information .under .tags {
  max-width: 70%;
}
#name-page .registration-information .under .tags .tag {
  color: #ff9100;
  border: 1px solid #ff9100;
  margin-left: 5px;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
#name-page .registration-information .under .tags .tag:hover {
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  background-color: #ff9100;
}
#name-page .registration-information .under .mark {
  color: #4dadf7;
  cursor: pointer;
}
#name-page .registration-information .under .mark .m-icon {
  margin-left: 5px;
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.3s;
  border: 2px solid #4dadf7;
  opacity: 0.7;
  transform: scale(0.8);
}
#name-page .registration-information .under .mark:hover .m-icon {
  opacity: 1;
  transform: scale(1);
}
#name-page .registration-information .under .mark i {
  font-size: 20px;
  color: #4dadf7;
}
#name-page .registration-information .under .mark.active .m-icon {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  #name-page .registration-information table tr {
    width: 100%;
  }
  #name-page .registration-information .under {
    padding: 0;
  }
  #name-page .registration-information .under .tags {
    max-width: 60%;
    padding: 0 5px;
  }
  #name-page .registration-information .under .mark {
    color: #0092ED;
    cursor: pointer;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .registration-information .under {
    flex-wrap: wrap;
    justify-content: center;
  }
  #name-page .registration-information .under .tags {
    order: 2;
    max-width: 100%;
  }
  #name-page .registration-information .under .mark {
    width: 100%;
    margin-bottom: 25px;
  }
  #name-page .registration-information .under .mark .m-icon {
    height: 38px;
    width: 38px;
  }
  #name-page .registration-information .under .mark i {
    font-size: 18px;
  }
}
#name-page .registration-meaning .civil-meaning-text {
  text-align: right;
  max-height: 265px;
  overflow: auto;
  padding-right: 15px;
  margin: 5px 0;
  direction: ltr;
}
#name-page .registration-meaning .civil-meaning-text .s-text-holder {
  direction: rtl;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .registration-meaning .civil-meaning-text {
    max-height: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .registration-meaning .civil-meaning-text {
    max-height: 250px;
  }
}
#name-page .registration-meaning .civil-meaning-text::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(255, 205, 0, 0.3);
}
#name-page .registration-meaning .civil-meaning-text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ffcd00;
}
#name-page .registration-meaning .civil-meaning-text.text-center {
  text-align: center;
}
#name-page .consonant-names {
  text-align: center;
  margin-bottom: 45px;
  padding: 15px 0;
}
#name-page .consonant-names .title {
  border-radius: 50px;
  background-color: #ff9100;
  display: inline-block;
  margin: 0 0 35px 0;
  padding: 10px 50px;
  color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(250, 176, 5, 0.5);
}
#name-page .consonant-names .consonant-name {
  margin: 15px 0;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 15px;
  border-radius: 25px;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
#name-page .consonant-names .consonant-name:before {
  width: 90%;
  height: 80%;
  content: " ";
  position: absolute;
  left: 5%;
  top: 10%;
  border: 2px dashed #FFFFFF;
  border-radius: 25px;
}
#name-page .consonant-names .consonant-name:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
#name-page .consonant-names .boy-name {
  background-color: rgba(77, 173, 247, 0.85);
}
#name-page .consonant-names .boy-name:hover {
  background-color: #4dadf7;
}
#name-page .consonant-names .girl-name {
  background-color: rgba(253, 0, 84, 0.85);
}
#name-page .consonant-names .girl-name:hover {
  background-color: #fd0054;
}
#name-page .consonant-names .swiper-container {
  width: 90%;
  margin: auto;
}
#name-page .consonant-names .arrow {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  cursor: pointer;
  transition: 0.3s;
}
#name-page .consonant-names .arrow:hover svg {
  fill: #ff9100;
  transform: scale(1.1);
}
#name-page .consonant-names .arrow svg {
  height: 100%;
  fill: #979797;
  transition: 0.3s;
}
#name-page .consonant-names .next-slide {
  left: 0;
}
#name-page .consonant-names .prev-slide {
  right: 0;
}
@media only screen and (max-width: 575px) {
  #name-page .consonant-names {
    padding: 15px 0 0 0;
    margin-bottom: 25px;
  }
  #name-page .consonant-names .title {
    margin-bottom: 15px;
  }
  #name-page .consonant-names .arrow {
    margin-top: -12px;
    height: 24px;
  }
}
@keyframes showing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#name-page .your-child .children {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#name-page .your-child .children a.child-view {
  width: 11%;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
#name-page .your-child .children a.child-view:hover {
  color: #fd0054;
}
#name-page .your-child .children a.child-view:hover .pic-child img {
  transform: scale(1.1);
}
#name-page .your-child .children .child-view.four-onwards {
  display: block;
}
#name-page .your-child .children .more-child {
  animation-name: showing;
  animation-duration: 1.5s;
}
#name-page .your-child .children .pic-child {
  width: 118px;
  height: 118px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#name-page .your-child .children .pic-child img {
  width: 100%;
  height: 100%;
}
#name-page .your-child .children .name-child {
  font-size: 0.85em;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#name-page .your-child .btn-show-more-baby {
  margin-bottom: 10px;
  display: inline-block;
}
#name-page .your-child .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#name-page .your-child .content .y-pic {
  width: 40%;
  padding: 10px;
}
#name-page .your-child .content .y-pic img {
  max-height: 100%;
  width: 100%;
}
#name-page .your-child .import-pic {
  width: 100%;
  text-align: center;
}
#name-page .your-child .import-pic .import {
  display: inline-flex;
  margin: 15px auto;
  background-color: #4dadf7;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 5px 25px 5px 5px;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
#name-page .your-child .import-pic .import .i-icon {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#name-page .your-child .import-pic .import .i-icon img {
  width: 60%;
}
#name-page .your-child .import-pic .import:hover {
  background-color: #fd0054;
  transform: translateY(-2px);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  #name-page .your-child .children a.child-view {
    width: 125px;
  }
  #name-page .your-child .children .pic-child {
    width: 100%;
    height: 125px;
  }
  #name-page .your-child .content {
    flex-wrap: wrap;
  }
  #name-page .your-child .content .y-pic {
    height: 250px;
    width: 100%;
  }
  #name-page .your-child .content .y-pic img {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .your-child .children .child-view.four-onwards {
    display: none;
  }
  #name-page .your-child .children .four-onwards.show {
    display: block;
    animation-name: showing;
    animation-duration: 1.5s;
  }
  #name-page .your-child .content .y-pic {
    height: 200px;
  }
  #name-page .your-child .import-pic .import .i-icon {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 345px) {
  #name-page .your-child .children a.child-view {
    width: 100px;
  }
  #name-page .your-child .children .pic-child {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .your-child .children a.child-view {
    width: 18%;
  }
  #name-page .your-child .children .pic-child {
    width: 118px;
    height: 118px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #name-page .your-child .children a.child-view {
    width: 15%;
  }
  #name-page .your-child .children .pic-child {
    width: 130px;
    height: 130px;
  }
}
#name-page .registration-explain .s-details .s-text {
  direction: ltr !important;
}
#name-page .registration-explain .s-details .s-text::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(184, 211, 63, 0.3);
}
#name-page .registration-explain .s-details .s-text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #b8d33f;
}
#name-page .author-description .s-details .s-text {
  direction: rtl !important;
  padding-right: 0 !important;
  padding-left: 15px !important;
}
#name-page .author-description .s-details .s-text::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(77, 173, 247, 0.3);
}
#name-page .author-description .s-details .s-text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #4dadf7;
}
@media only screen and (max-width: 768px) {
  #name-page .author-description .s-details .s-text {
    direction: ltr !important;
    padding-right: 15px !important;
    padding-left: 0 !important;
  }
}
#name-page .links-other {
  padding: 25px 0 0 0;
  position: relative;
  margin: 80px 0 75px 0;
  padding-top: 50px;
}
#name-page .links-other .g-yellow {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(255, 205, 0) 100%);
}
#name-page .links-other .g-blue {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(77, 173, 247) 100%);
}
#name-page .links-other .g-green {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(184, 211, 63) 100%);
}
#name-page .links-other .g-pink {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(253, 0, 84) 100%);
}
#name-page .links-other .g-orange {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(255, 145, 0) 100%);
}
#name-page .links-other .links-items {
  display: flex;
  justify-content: space-around;
}
#name-page .links-other .links-items .link-item {
  position: relative;
  margin-bottom: 25px;
  height: 130px;
  width: 130px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
#name-page .links-other .links-items .link-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 15px -10px rgba(0, 0, 0, 0.2);
}
#name-page .links-other .links-items .link-item:before {
  content: " ";
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  position: absolute;
  border: 2px dashed #FFFFFF;
  border-radius: 50%;
}
#name-page .links-other .links-items .link-item .l-pic {
  height: 120px;
  width: 100%;
  position: absolute;
  padding: 0 5px;
}
#name-page .links-other .links-items .link-item .l-pic img {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
#name-page .links-other .links-items .boy .l-pic {
  top: -90px;
}
#name-page .links-other .links-items .girl .l-pic {
  top: -108px;
}
@media only screen and (max-width: 768px) {
  #name-page .links-other {
    margin: 80px 0 25px 0;
  }
  #name-page .links-other .links-items .link-item {
    height: 100px;
    width: 100px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .links-other .links-items {
    flex-wrap: wrap;
  }
  #name-page .links-other .links-items .link-item {
    order: 3;
    font-size: 16px;
  }
  #name-page .links-other .links-items .boy {
    order: 1;
    margin: 0 20% 25px 10px;
    height: 110px;
    width: 110px;
  }
  #name-page .links-other .links-items .girl {
    order: 2;
    height: 110px;
    width: 110px;
    margin: 0 10px 25px 20%;
  }
}
@media only screen and (max-width: 450px) {
  #name-page .links-other .links-items .boy {
    margin: 0 8% 25px 10px;
  }
  #name-page .links-other .links-items .girl {
    margin: 0 10px 25px 8%;
  }
}
#name-page .love-name {
  margin-bottom: 45px;
}
#name-page .love-name .s-holder {
  height: 100%;
}
#name-page .love-name .s-holder .s-body {
  height: 100%;
}
#name-page .love-name .love {
  display: flex;
  justify-content: space-between;
}
#name-page .love-name .love .question, #name-page .love-name .love .love-text {
  margin: 0 0 15px 0;
}
#name-page .love-name .love .rate-name {
  width: 49%;
  order: 1;
}
#name-page .love-name .love .rate-name .s-holder .s-body {
  position: relative;
}
#name-page .love-name .love .rate-name .s-holder .s-body:before {
  position: absolute;
  top: -25px;
  left: -25px;
  content: " ";
  height: 50px;
  width: 50px;
  background-image: url("./../img/index/yellow.png");
  background-size: 100% 100%;
}
#name-page .love-name .love .rate-name .rate-emojis {
  text-align: center;
  margin-bottom: 25px;
}
#name-page .love-name .love .rate-name .rate-emojis button.r-emoji {
  height: 50px;
  display: inline-block;
  margin: 0 5px;
  padding: 0 !important;
}
#name-page .love-name .love .rate-name .rate-emojis button.r-emoji img {
  height: 100%;
  filter: grayscale(100%);
}
#name-page .love-name .love .rate-name .rate-emojis button.r-emoji:enabled:hover {
  transform: translateY(-2px);
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
#name-page .love-name .love .rate-name .rate-emojis button.r-emoji:enabled:hover img {
  filter: grayscale(0);
}
#name-page .love-name .love .rate-name .rate-emojis button.active {
  transform: translateY(-2px);
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
#name-page .love-name .love .rate-name .rate-emojis button.active img {
  filter: grayscale(0);
}
#name-page .love-name .love .rate-name .star-vote {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
#name-page .love-name .love .rate-name .star-vote .rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #cbcbcb;
  font-size: 1.5em;
  height: 25px;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
#name-page .love-name .love .rate-name .star-vote .rating-upper {
  color: #ffcd00;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0;
}
#name-page .love-name .love .rate-name .star-vote .rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}
#name-page .love-name .love .rate-name .result-vote {
  font-size: 18px;
}
#name-page .love-name .love .present-name {
  width: 49%;
  order: 2;
}
#name-page .love-name .love .present-name .s-holder .s-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#name-page .love-name .love .present-name .s-holder .s-body:before {
  position: absolute;
  top: -25px;
  left: -25px;
  content: " ";
  height: 50px;
  width: 50px;
  background-image: url("./../img/index/blue.png");
  background-size: 100% 100%;
}
#name-page .love-name .love .present-name .present {
  display: flex;
  justify-content: center;
  align-items: center;
}
#name-page .love-name .love .present-name .present .p-right .p-btn {
  padding: 15px 30px;
  margin-bottom: 10px;
}
#name-page .love-name .love .present-name .present .p-right .p-btn .this-name {
  margin: 0 2px;
}
#name-page .love-name .love .present-name .present .p-right .p-num {
  margin: 0 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
#name-page .love-name .love .present-name .present .p-right .p-num .num {
  margin-left: 5px;
}
#name-page .love-name .love .present-name .present .p-img {
  height: 150px;
  margin-right: 15px;
}
#name-page .love-name .love .present-name .present .p-img img {
  height: 100%;
}
#name-page .love-name .love .present-name .s-holder.holder-pink .s-body:before {
  background-image: url("./../img/index/girl.png");
}
#name-page .love-name .love .present-name .s-holder.holder-green .s-body:before {
  background-image: url("./../img/index/green.png");
}
@media only screen and (max-width: 768px) {
  #name-page .love-name .love {
    flex-wrap: wrap;
  }
  #name-page .love-name .love .rate-name {
    width: 100%;
    order: 2;
  }
  #name-page .love-name .love .present-name {
    width: 100%;
    margin-bottom: 45px;
    order: 1;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .love-name {
    margin-bottom: 25px;
  }
  #name-page .love-name .love .rate-name .s-holder .s-body:before {
    top: -22px;
    left: -22px;
    height: 44px;
    width: 44px;
  }
  #name-page .love-name .love .rate-name .rate-emojis {
    margin-bottom: 20px;
  }
  #name-page .love-name .love .rate-name .rate-emojis button.r-emoji {
    height: 30px;
  }
  #name-page .love-name .love .rate-name .result-vote {
    font-size: 16px;
  }
  #name-page .love-name .love .present-name {
    width: 100%;
    margin-bottom: 25px;
  }
  #name-page .love-name .love .present-name .s-holder .s-body:before {
    top: -22px;
    left: -22px;
    height: 44px;
    width: 44px;
  }
  #name-page .love-name .love .present-name .present {
    flex-direction: column;
  }
  #name-page .love-name .love .present-name .present .p-right {
    order: 2;
  }
  #name-page .love-name .love .present-name .present .p-right .p-btn {
    padding: 12px 20px;
    border-radius: 25px;
  }
  #name-page .love-name .love .present-name .present .p-right .p-num {
    margin: 0 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
  }
  #name-page .love-name .love .present-name .present .p-right .p-num .num {
    margin-left: 5px;
  }
  #name-page .love-name .love .present-name .present .p-img {
    order: 1;
    height: 100px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .love-name .love {
    flex-wrap: wrap;
  }
  #name-page .love-name .love .rate-name {
    width: 100%;
    order: 2;
  }
  #name-page .love-name .love .present-name {
    width: 100%;
    margin-bottom: 45px;
    order: 1;
  }
}
#name-page .centering-box {
  margin-bottom: 35px;
}
#name-page .centering-box .boxes {
  display: flex;
  justify-content: space-between;
}
#name-page .centering-box .share-box {
  width: 49%;
}
#name-page .centering-box .share-box .s-holder {
  height: 100%;
}
#name-page .centering-box .share-box .s-holder .s-body {
  height: 100%;
}
#name-page .centering-box .share-box .share {
  display: flex;
  align-items: center;
  width: 100%;
}
#name-page .centering-box .share-box .share .share-img {
  width: 30%;
}
#name-page .centering-box .share-box .share .share-img img {
  width: 100%;
}
#name-page .centering-box .share-box .share-body {
  text-align: center;
  width: 70%;
  padding: 0 20px;
}
#name-page .centering-box .share-box .share-body .share-title {
  margin: 15px 0 25px 0 !important;
}
#name-page .centering-box .share-box .socials {
  display: flex;
  justify-content: center;
}
#name-page .centering-box .share-box .socials .social {
  margin: 5px;
  margin-bottom: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 8px;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
#name-page .centering-box .share-box .socials .social:hover {
  transform: translateY(-2px);
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
#name-page .centering-box .share-box .socials .telegram {
  background-color: #0092ED;
}
#name-page .centering-box .share-box .socials .google {
  background-color: #F31919;
}
#name-page .centering-box .share-box .socials .linkedin {
  background-color: #00CB62;
}
@media only screen and (max-width: 768px) {
  #name-page .centering-box {
    margin-bottom: 0;
  }
  #name-page .centering-box .boxes {
    flex-wrap: wrap;
  }
  #name-page .centering-box .share-box .s-holder {
    height: auto;
  }
  #name-page .centering-box .share-box .s-holder .s-body {
    height: auto;
  }
  #name-page .centering-box .share-box {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .centering-box .share-box {
    margin-bottom: 25px;
  }
  #name-page .centering-box .share-box .share {
    flex-direction: column;
    justify-content: center;
  }
  #name-page .centering-box .share-box .share .share-img {
    width: 100%;
    height: 120px;
    order: 1;
  }
  #name-page .centering-box .share-box .share .share-img img {
    height: 100%;
    width: auto;
  }
  #name-page .centering-box .share-box .share-body {
    width: 100%;
    padding: 0 10px;
    order: 2;
  }
  #name-page .centering-box .share-box .share-body .share-title {
    margin: 15px 0 !important;
  }
  #name-page .centering-box .share-box .socials .social {
    height: 45px;
    width: 45px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .centering-box {
    margin-bottom: 0;
  }
  #name-page .centering-box .boxes {
    flex-wrap: wrap;
  }
  #name-page .centering-box .share-box .s-holder {
    height: auto;
  }
  #name-page .centering-box .share-box .s-holder .s-body {
    height: auto;
  }
  #name-page .centering-box .share-box {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #name-page .centering-box .image-name img {
    height: 425px;
  }
}
#name-page .img-name-box {
  margin-bottom: 35px;
}
#name-page .img-name-box .image-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#name-page .img-name-box .s-holder {
  width: 65%;
}
#name-page .img-name-box .s-holder .holder-img {
  margin-bottom: 25px;
  display: block;
}
#name-page .img-name-box .s-holder .holder-img img {
  width: 95%;
  transform: scale(0.98);
  max-height: 600px;
  transition: 0.3s;
}
#name-page .img-name-box .s-holder .holder-img:hover img {
  transform: scale(1);
}
#name-page .img-name-box .s-holder .download-text {
  margin: 0;
}
#name-page .img-name-box .img-side {
  width: 35%;
  margin-right: 25px;
}
#name-page .img-name-box .img-side img {
  width: 100%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #name-page .img-name-box {
    margin-bottom: 25px;
  }
  #name-page .img-name-box .image-name {
    display: block;
  }
  #name-page .img-name-box .s-holder {
    width: 100%;
  }
  #name-page .img-name-box .img-side {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #name-page .img-name-box .image-name {
    display: block;
  }
  #name-page .img-name-box .s-holder {
    width: 100%;
  }
  #name-page .img-name-box .img-side {
    display: none;
  }
}
#name-page .game-house {
  margin-bottom: 20px;
}
#name-page .game-house .g-title {
  margin-bottom: 10px;
  text-align: center;
}
#name-page .game-house .g-under-title {
  margin: 0 0 15px 0;
  font-size: 16px;
  text-align: center;
}
#name-page .game-house .swiper-container {
  width: 90%;
  margin: auto;
}
#name-page .game-house .game {
  margin: 20px 15px;
  background-color: #FFFFFF;
  display: block;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(77, 173, 247, 0.15);
}
#name-page .game-house .game:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2) !important;
}
#name-page .game-house .game:hover .g-pic img {
  transform: scale(1.1);
}
#name-page .game-house .game .g-pic {
  height: 280px;
  width: 100%;
  overflow: hidden;
}
#name-page .game-house .game .g-pic img {
  height: 100%;
  min-width: 100%;
  transition: 0.5s;
}
#name-page .game-house .game .g-name {
  font-size: 1em;
  text-align: center;
  color: #173A56;
}
#name-page .game-house .game.show-all .g-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  background: #eef5fb;
  background: linear-gradient(45deg, #eef5fb 0%, #bfd9f0 100%);
}
#name-page .game-house .arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  cursor: pointer;
  transition: 0.3s;
}
#name-page .game-house .arrow:hover svg {
  fill: #ff9100;
  transform: scale(1.2);
}
#name-page .game-house .arrow svg {
  height: 100%;
  fill: #979797;
  transition: 0.3s;
}
#name-page .game-house .next-slide {
  left: 0;
}
#name-page .game-house .prev-slide {
  right: 0;
}
@media only screen and (max-width: 768px) {
  #name-page .game-house .game {
    margin: 20px 10px;
    border-radius: 35px;
  }
  #name-page .game-house .game .g-pic {
    height: 280px;
  }
  #name-page .game-house .game .g-name {
    font-size: 16px;
  }
  #name-page .game-house .next-slide {
    left: 10px;
  }
  #name-page .game-house .prev-slide {
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  #name-page .game-house {
    margin-bottom: 15px;
  }
  #name-page .game-house .g-under-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #name-page .game-house .game {
    margin: 20px auto;
    width: 90%;
  }
  #name-page .game-house .game .g-pic {
    height: 260px;
  }
  #name-page .game-house .arrow {
    margin-top: -12px;
    height: 24px;
  }
  #name-page .game-house .next-slide {
    left: 5px;
  }
  #name-page .game-house .prev-slide {
    right: 5px;
  }
}

.poll-slider {
  margin-bottom: 35px;
  text-align: center;
}
.poll-slider .add-head {
  margin-top: 0 !important;
}
.poll-slider .btn {
  margin: 5px;
}
.poll-slider .none-polls {
  display: none;
}
.poll-slider .polls-img {
  padding: 5px 15px;
}
.poll-slider .polls-img img {
  max-width: 100%;
}
.poll-slider .swiper-container {
  width: 100%;
}
.poll-slider .swiper-container .swiper-slide {
  padding-bottom: 10px;
}
.poll-slider .show-polls {
  width: 90%;
  margin: auto auto 25px auto;
  display: flex;
  position: relative;
}
.poll-slider .slide-poll {
  margin: 15px;
  transition: 0.3s;
  height: 95%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.poll-slider .slide-poll .p-insert {
  cursor: default;
  position: absolute;
  bottom: 0;
  background-color: #f0f0f0;
  left: 0;
  width: 100%;
  padding: 10px 15px 15px 15px;
  border-radius: 0 0 15px 15px;
}
.poll-slider .slide-poll .p-insert .has-dropdown {
  border-bottom: 1px solid #bdb9b7;
  border-radius: 0;
  display: flex;
}
.poll-slider .slide-poll .p-insert .has-dropdown.on-focus .dropdown-names {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 5px 5px 0 0;
  border-color: #bdb9b7 !important;
  top: unset;
  bottom: 96%;
  box-shadow: 0 -10px 15px -10px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.poll-slider .slide-poll .p-insert .has-dropdown.on-focus .dropdown-names .holder-suggest-names {
  max-height: 8.5em !important;
}
.poll-slider .slide-poll .p-insert input {
  width: 100%;
  font-size: 0.9em;
  padding: 12px 5px;
}
.poll-slider .slide-poll .p-insert:hover {
  background-color: #f0f0f0;
}
.poll-slider .slide-poll .p-insert button {
  font-size: 1.1em;
  transform: rotate(180deg);
  width: 25px;
}
.poll-slider .slide-poll .p-insert button img {
  max-width: 25px;
}
.poll-slider .slide-poll .p-insert button:hover {
  transform: rotate(180deg) translateX(2px);
}
.poll-slider .slide-poll .p-insert .err {
  text-align: right;
  padding-top: 4px;
  font-size: 0.8em;
}
.poll-slider .slide-poll .s-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}
.poll-slider .slide-poll .s-header-part .question {
  margin-top: 5px !important;
  font-size: 1.15em !important;
  padding: 0 5px;
}
.poll-slider .slide-poll .s-header-part P {
  font-size: 0.9em !important;
}
.poll-slider .slide-poll .s-center-part {
  overflow: hidden;
  display: inline-flex;
  max-height: 260px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.poll-slider .slide-poll .holder-polls {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-left: 5px;
}
.poll-slider .slide-poll .poll-items {
  display: block;
  overflow: auto;
  padding: 10px;
  margin: 0 6px 15px 6px;
}
.poll-slider .slide-poll .poll-items::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: rgba(77, 173, 247, 0.3);
}
.poll-slider .slide-poll .poll-items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #4dadf7;
}
.poll-slider .slide-poll .poll-items .p-item {
  margin: 0 0 10px 0;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 10px 5px 10px 10px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: right;
  font-size: 0.9em;
}
.poll-slider .slide-poll .poll-items .p-item .p-value {
  color: #707070;
  font-weight: bold;
  max-width: 90%;
  display: flex;
  align-items: center;
}
.poll-slider .slide-poll .poll-items .p-item .p-value .num {
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  margin-left: 2px;
}
.poll-slider .slide-poll .poll-items .p-item .p-circle {
  min-height: 30px;
  min-width: 30px;
  border: 1px solid #707070;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 50%;
}
.poll-slider .slide-poll .poll-items .p-item:hover {
  background-color: rgba(184, 211, 63, 0.5);
}
.poll-slider .slide-poll .poll-items .p-item:hover .p-circle {
  background-color: rgb(184, 211, 63);
}
.poll-slider .slide-poll .poll-items .p-insert.has-err {
  border: 1px solid #fd0054;
}
.poll-slider .slide-poll .s-under-part .btn-change button, .poll-slider .slide-poll .s-under-part .btn-change a {
  padding: 5px 10px;
  font-size: 0.8em;
  color: #FFFFFF;
  margin: 2px;
  border-radius: 25px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  display: inline-block;
}
.poll-slider .slide-poll .s-under-part .btn-change .btn-remove {
  background-color: #fd0054;
  color: #FFFFFF;
}
.poll-slider .slide-poll .s-under-part .btn-change .btn-remove:hover {
  background-color: #FFFFFF;
  color: #fd0054;
  border-color: #fd0054;
}
.poll-slider .slide-poll .s-under-part .btn-change .btn-edit {
  background-color: #4dadf7;
  color: #FFFFFF;
}
.poll-slider .slide-poll .s-under-part .btn-change .btn-edit:hover {
  background-color: #FFFFFF;
  color: #4dadf7;
  border-color: #4dadf7;
}
.poll-slider .slide-poll .s-under-part .btn-change .btn-link {
  background-color: #ff9100;
  color: #FFFFFF;
}
.poll-slider .slide-poll .s-under-part .btn-change .btn-link:hover {
  background-color: #FFFFFF;
  color: #ff9100;
  border-color: #ff9100;
}
.poll-slider .slide-poll .s-under-part .total-count {
  margin: 0 !important;
  font-size: 0.85em !important;
}
.poll-slider .slide-poll .s-under-part .total-count span {
  margin: 0 5px;
  display: inline-block;
  font-size: 1em !important;
}
.poll-slider .slide-poll .width-result {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(184, 211, 63, 0.5);
  border-radius: 5px 0 0 5px;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 2s;
}
.poll-slider .slide-poll.active-new-answer {
  padding: 15px 0 95px 0;
}
.poll-slider .slide-poll.poll-active {
  position: static;
  padding: 15px 0;
}
.poll-slider .slide-poll.poll-active .p-circle {
  border: none !important;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poll-slider .slide-poll.poll-active .p-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: default;
}
.poll-slider .slide-poll.poll-active .p-item:hover {
  background-color: transparent !important;
}
.poll-slider .slide-poll.poll-active .p-insert {
  display: none;
}
.poll-slider .arrow {
  background-color: #FFFFFF;
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  margin-top: -25px;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
  z-index: 2;
}
.poll-slider .arrow svg {
  width: 25%;
  fill: #4DADF7;
  transition: 0.3s;
}
.poll-slider .arrow:hover {
  color: #fd0054;
  background-color: #fc256c;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.poll-slider .arrow:hover svg {
  fill: #FFFFFF;
}
.poll-slider .next-slide {
  left: -55px;
}
.poll-slider .prev-slide {
  right: -55px;
}
.poll-slider .arrow.swiper-button-disabled {
  opacity: 0.5;
}
.poll-slider .arrow.swiper-button-disabled:hover {
  cursor: auto;
  background-color: #FFFFFF;
  box-shadow: none;
}
.poll-slider .arrow.swiper-button-disabled:hover svg {
  fill: #4dadf7;
}
.poll-slider .arrow.swiper-button-lock {
  display: none !important;
}
.poll-slider .all-polls {
  background: #eef5fb;
  background: linear-gradient(45deg, #eef5fb 0%, #bfd9f0 100%);
}
.poll-slider .all-polls .holder-polls {
  display: flex;
  align-items: center;
  font-size: 6em;
}
.poll-slider .all-polls:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2) !important;
}
.poll-slider .p-answer.inactive {
  opacity: 0.6;
  cursor: context-menu !important;
  background-color: rgba(184, 211, 63, 0.5);
}
.poll-slider .p-answer.inactive .p-circle {
  background-color: rgb(184, 211, 63);
}
@media only screen and (max-width: 768px) {
  .poll-slider {
    margin-bottom: 25px;
  }
  .poll-slider .show-polls {
    width: 80%;
  }
  .poll-slider .arrow {
    height: 40px;
    width: 40px;
    margin-top: -20px;
  }
  .poll-slider .next-slide {
    left: -45px;
  }
  .poll-slider .prev-slide {
    right: -45px;
  }
}
@media only screen and (max-width: 575px) {
  .poll-slider .show-polls {
    width: 100%;
    padding-bottom: 40px;
  }
  .poll-slider .slide-poll.active-new-answer {
    padding: 15px 0 75px 0;
  }
  .poll-slider .slide-poll {
    margin: 10px;
  }
  .poll-slider .slide-poll .p-insert {
    padding: 5px 15px 10px 15px;
  }
  .poll-slider .slide-poll .s-body {
    padding: 20px 10px;
  }
  .poll-slider .slide-poll .s-center-part {
    max-height: 240px;
  }
  .poll-slider .slide-poll .poll-items .p-item .p-value .num {
    min-width: 20px;
    height: 20px;
  }
  .poll-slider .slide-poll .poll-items .p-item .p-circle {
    min-height: 25px;
    min-width: 25px;
  }
  .poll-slider .slide-poll.poll-active {
    padding: 10px 0;
  }
  .poll-slider .arrow {
    height: 36px;
    width: 36px;
    top: unset;
    margin-top: 0;
    bottom: 0;
  }
  .poll-slider .next-slide {
    left: calc(50% - 75px);
  }
  .poll-slider .prev-slide {
    right: calc(50% - 75px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .poll-slider .show-polls {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .poll-slider .show-polls {
    width: 85%;
  }
}

.search-categories-box {
  margin-bottom: 35px;
}
.search-categories-box .search-categories {
  display: flex;
  justify-content: space-between;
}
.search-categories-box .categories, .search-categories-box .n-search-box {
  width: 49%;
}
.search-categories-box .categories .s-holder, .search-categories-box .categories .s-body, .search-categories-box .n-search-box .s-holder, .search-categories-box .n-search-box .s-body {
  height: 100%;
}
.search-categories-box .categories .c-items {
  display: flex;
  flex-wrap: wrap;
}
.search-categories-box .categories .c-items a.c-item {
  width: 30%;
  margin: 0 5px 15px 0;
  border-right: 3px solid #ffcd00;
  padding: 10px 4px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}
.search-categories-box .categories .c-items a.c-item:hover {
  color: #ffcd00 !important;
  transform: translateY(-2px);
  box-shadow: 0 25px 15px -15px rgba(0, 0, 0, 0.15) !important;
}
.search-categories-box .n-search-box .search {
  margin: 15px auto 25px auto;
}
.search-categories-box .n-search-box .search .input {
  color: #707070;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}
.search-categories-box .n-search-box .search .input input {
  width: 100%;
  padding: 15px;
}
.search-categories-box .n-search-box .search-img {
  height: 220px;
  margin-bottom: 25px;
}
.search-categories-box .n-search-box .search-img img {
  max-height: 100%;
}
.search-categories-box .n-search-box .has-dropdown {
  border: 2px solid #b8d33f;
  max-width: 375px;
  width: 100%;
  margin: auto;
}
.search-categories-box .n-search-box .has-dropdown .dropdown-names {
  left: -2px;
  width: calc(100% + 4px);
  border-color: #b8d33f !important;
}
@media only screen and (max-width: 768px) {
  .search-categories-box {
    margin-bottom: 0;
  }
  .search-categories-box .search-categories {
    flex-wrap: wrap;
  }
  .search-categories-box .categories, .search-categories-box .n-search-box {
    width: 100%;
    margin-bottom: 35px;
  }
  .search-categories-box .categories .s-holder, .search-categories-box .categories .s-body, .search-categories-box .n-search-box .s-holder, .search-categories-box .n-search-box .s-body {
    height: auto;
  }
  .search-categories-box .n-search-box .search-img {
    height: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .search-categories-box .categories, .search-categories-box .n-search-box {
    margin-bottom: 25px;
  }
  .search-categories-box .categories .c-items a.c-item {
    width: 46%;
  }
  .search-categories-box .n-search-box .search {
    margin: 15px auto;
  }
  .search-categories-box .n-search-box .search .input input {
    padding: 12px;
  }
  .search-categories-box .n-search-box .search-img {
    height: 150px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-categories-box {
    margin-bottom: 0;
  }
  .search-categories-box .search-categories {
    flex-wrap: wrap;
  }
  .search-categories-box .categories, .search-categories-box .n-search-box {
    width: 100%;
    margin-bottom: 35px;
  }
  .search-categories-box .categories .s-holder, .search-categories-box .categories .s-body, .search-categories-box .n-search-box .s-holder, .search-categories-box .n-search-box .s-body {
    height: auto;
  }
  .search-categories-box .n-search-box .search-img {
    height: 200px;
  }
}

.random-names .s-holder {
  margin-bottom: 45px;
}
.random-names .names .name-info {
  padding: 0 25px;
}
.random-names .names .name-info .name-explain {
  margin-bottom: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-align: right;
  padding: 10px 15px 10px 10px;
  display: none;
  transition: 0.3s;
}
.random-names .names .name-info .name-explain:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 15px -15px rgba(0, 0, 0, 0.15);
}
.random-names .names .name-info .name-explain .text {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.random-names .names .name-info .name-explain .text p {
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  margin: 0;
}
.random-names .names .name-info .name-explain .name-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.random-names .names .name-info .name-explain .name-value .value {
  margin: 0;
  font-size: 1.45em;
  font-weight: bold;
}
.random-names .names .name-info .name-explain .name-value .icon {
  font-size: 1.5em;
  cursor: pointer;
  transition: 0.3s;
}
.random-names .names .name-info .name-explain .name-value .icon:hover {
  transform: scale(1.1);
}
.random-names .names .name-info .btn-suggest {
  margin: 0 5px;
}
.random-names .names .name-info .btn-suggest:hover {
  background-color: #ff9100;
}
.random-names .names .rand-img {
  height: 180px;
  margin-bottom: 25px;
}
.random-names .names .rand-img img {
  max-width: 100%;
  height: 100%;
}
.random-names .name-explain.boy {
  background-color: rgba(73, 173, 247, 0.05);
  border-right: 3px solid #4dadf7;
}
.random-names .name-explain.girl {
  background-color: rgba(253, 0, 84, 0.05);
  border-right: 3px solid #fd0054;
}
@media only screen and (max-width: 575px) {
  .random-names .s-holder {
    margin-bottom: 25px;
  }
  .random-names .s-holder .title {
    padding: 10px 30px !important;
  }
  .random-names .names .name-info {
    padding: 0 5px;
  }
  .random-names .names .name-info .name-explain .text {
    height: 55px;
  }
  .random-names .names .name-info .name-explain .text p {
    -webkit-line-clamp: 3;
  }
  .random-names .names .rand-img {
    height: 135px;
  }
}

.suggest-names-ai {
  margin-bottom: 35px;
}
.suggest-names-ai b {
  color: #ff9100;
}
.suggest-names-ai .explain {
  font-size: 1.1em !important;
}
.suggest-names-ai .suggest-for-you {
  margin-bottom: 25px;
  font-size: 1.2em !important;
}
.suggest-names-ai .s-names {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.suggest-names-ai .s-names .s-name {
  width: 25%;
  border-radius: 10px;
  border-right: 3px solid #fd0054;
  background-color: rgba(253, 0, 84, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: 35px;
  margin: 0 15px;
}
.suggest-names-ai .s-names .s-name:hover {
  transform: scale(1.05);
}
.suggest-names-ai .s-names .s-name .level-star {
  display: flex;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
}
.suggest-names-ai .s-names .s-name .level-star .star {
  height: 45px;
  margin-top: 10px;
}
.suggest-names-ai .s-names .s-name .level-star .star img {
  height: 100%;
}
.suggest-names-ai .s-names .s-name .level-star .star:nth-child(1) {
  transform: rotate(15deg) translateY(15px);
}
.suggest-names-ai .s-names .s-name .level-star .star:nth-child(2) {
  transform: scale(1.4);
  margin: 0 20px;
}
.suggest-names-ai .s-names .s-name .level-star .star:nth-child(3) {
  transform: rotate(-15deg) translateY(15px);
}
@media only screen and (max-width: 768px) {
  .suggest-names-ai {
    margin-bottom: 25px;
  }
  .suggest-names-ai .suggest-for-you {
    margin-bottom: 15px;
  }
  .suggest-names-ai .s-names {
    flex-wrap: wrap;
  }
  .suggest-names-ai .s-names .s-name {
    margin: 10px;
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .suggest-names-ai .s-holder .s-body .title {
    padding: 10px 20px;
  }
  .suggest-names-ai .s-names .s-name {
    width: 95%;
    max-width: 300px;
  }
  .suggest-names-ai .s-names .s-name .level-star .star {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .suggest-names-ai .s-names .s-name {
    margin: 0 10px;
    width: 30%;
  }
}

@media only screen and (max-width: 575px) {
  .n-search-box .search {
    width: 95%;
    margin: auto auto 15px auto;
  }
  .n-search-box .search .input input {
    padding: 10px;
  }
}

.store-products {
  margin-bottom: 35px;
}
.store-products .s-holder {
  background-color: rgba(253, 0, 84, 0.2) !important;
}
.store-products .s-holder .s-body {
  border-color: #FFFFFF !important;
}
.store-products .text-explain {
  margin: 0 0 20px 0;
}
.store-products .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.store-products .products .product {
  width: 23%;
  background-color: #FFFFFF;
  box-shadow: 0 25px 15px -15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.store-products .products .product .p-img {
  width: 100%;
  padding: 10px;
  border-bottom: 0.12em dashed #fd0054;
}
.store-products .products .product .p-img img {
  width: 100%;
}
.store-products .products .product .p-name {
  padding: 15px 5px;
  font-size: 0.95em;
}
.store-products .products .product .btn-buy {
  padding: 8px;
  font-size: 0.9em;
  color: #fff;
  margin: 5px 2px;
  border-radius: 25px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-width: 1px !important;
  width: 80%;
}
.store-products .products .product .btn-buy:hover {
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  background-color: #fd0054;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .store-products .products .product {
    width: 30%;
  }
  .store-products .products .product:nth-last-child(-n+2) {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .store-products .s-body {
    padding: 15px 10px !important;
  }
  .store-products .products {
    gap: 10px;
  }
  .store-products .products .product {
    width: 45%;
    border-radius: 8px;
  }
  .store-products .products .product:nth-last-child(-n+4) {
    display: none;
  }
  .store-products .products .product .btn-buy {
    font-size: 0.8em;
    width: 90%;
  }
  .store-products .products .product .p-name {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .store-products .products .product {
    width: 30%;
  }
  .store-products .products .product:nth-last-child(-n+2) {
    display: none;
  }
}

.products-categories {
  margin-bottom: 35px;
  padding: 15px 0;
  text-align: center;
}
.products-categories .contact-us {
  margin: 50px 0 0 0;
  font-weight: bold;
  font-size: 1.1em;
}
.products-categories .text-explain {
  margin-bottom: 20px;
}
.products-categories .title {
  border-radius: 50px;
  display: inline-block;
  margin: 0 !important;
  color: #fd0054;
}
.products-categories .categories {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.products-categories .categories .categoray {
  width: calc((100% - 125px) / 6);
}
.products-categories .categories .categoray .img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: auto auto 15px auto;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.products-categories .categories .categoray .img::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  border: 2px dashed #fd0054;
}
.products-categories .categories .categoray .img img {
  width: 100%;
}
.products-categories .categories .categoray .name {
  font-size: 1.2em;
  transition: 0.3s;
}
.products-categories .categories .categoray:hover {
  color: #fd0054;
  transform: translateY(-2px);
}
.products-categories .categories .categoray:hover .img {
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  .products-categories .contact-us {
    margin: 35px 0 0 0;
  }
  .products-categories .categories {
    flex-wrap: wrap;
    gap: 50px;
  }
  .products-categories .categories .categoray {
    width: calc((100% - 100px) / 3);
  }
  .products-categories .categories .categoray .name {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 575px) {
  .products-categories {
    margin-bottom: 25px;
  }
  .products-categories .contact-us {
    margin: 25px 0 0 0;
  }
  .products-categories .categories {
    gap: 25px 15px;
  }
  .products-categories .categories .categoray {
    width: calc((100% - 50px) / 3);
  }
  .products-categories .categories .categoray .img {
    padding: 15px;
  }
  .products-categories .categories .categoray .img::after {
    border: 1.99px dashed #fd0054;
  }
  .products-categories .categories .categoray .name {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-categories .categories {
    flex-wrap: wrap;
    gap: 60px;
  }
  .products-categories .categories .categoray {
    width: calc((100% - 120px) / 3);
  }
}

.shop-products-slider {
  margin-bottom: 45px;
}
.shop-products-slider .s-holder {
  background-color: rgba(253, 0, 84, 0.2);
}
.shop-products-slider .s-holder .title {
  margin: 0 0 15px 0 !important;
}
.shop-products-slider .text-explain {
  margin-bottom: 20px;
}
.shop-products-slider .slider {
  padding: 0 55px;
  margin: auto;
  position: relative;
}
.shop-products-slider .slider .swiper-slide {
  padding: 5px;
}
.shop-products-slider .slider .product {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
}
.shop-products-slider .slider .product .p-img {
  width: 100%;
  padding: 15px;
  border-bottom: 0.12em dashed #fd0054;
}
.shop-products-slider .slider .product .p-img img {
  width: 100%;
  transition: 0.3s;
}
.shop-products-slider .slider .product .details {
  padding: 12px;
}
.shop-products-slider .slider .product .details .p-name {
  font-size: 0.95em;
  margin-bottom: 20px;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
.shop-products-slider .slider .product .details .seller {
  font-size: 0.8em;
  margin-bottom: 25px;
  opacity: 0.75;
  font-weight: 300;
}
.shop-products-slider .slider .product .details .discount {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px;
  font-size: 0.8em;
  color: #FFFFFF;
  border-radius: 25px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  background-color: #fd0054;
  font-weight: 600;
}
.shop-products-slider .slider .product .details .price {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop-products-slider .slider .product .details .price .unit {
  font-size: 0.65em;
  position: absolute;
  top: -15px;
  left: 0;
}
.shop-products-slider .slider .product .details .price.offer .original {
  font-size: 0.75em;
  font-weight: 300;
  text-decoration: line-through;
  opacity: 0.75;
}
.shop-products-slider .slider .product .details .btn-buy {
  padding: 5px 25px;
  width: 95%;
  background-color: #b8d33f;
  color: #FFFFFF;
  font-size: 0.9em;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
  margin: auto;
  text-align: center;
}
.shop-products-slider .slider .product .details .btn-buy:hover {
  background-color: #fd0054;
  width: 100%;
}
.shop-products-slider .slider .product:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.shop-products-slider .slider .product:hover .p-img img {
  transform: scale(1.1);
}
.shop-products-slider .slider .show-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  background: linear-gradient(45deg, #eef5fb 0%, #bfd9f0 100%);
}
.shop-products-slider .slider .show-all i {
  font-size: 4.5em;
}
.shop-products-slider .slider .swiper-slide {
  height: auto;
}
.shop-products-slider .slider .arrow {
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  margin-top: -50px;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
  z-index: 9;
}
.shop-products-slider .slider .arrow svg {
  width: 25%;
  fill: #fd0054;
  transition: 0.3s;
}
.shop-products-slider .slider .arrow:hover {
  color: #fd0054;
  background-color: #fc256c;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.shop-products-slider .slider .arrow:hover svg {
  fill: #FFFFFF;
}
.shop-products-slider .slider .next-slide {
  left: 0;
}
.shop-products-slider .slider .next-slide .arrow-text {
  left: 102%;
}
.shop-products-slider .slider .prev-slide {
  right: 0;
}
.shop-products-slider .slider .prev-slide .arrow-text {
  right: 102%;
}
.shop-products-slider .slider .arrow.swiper-button-disabled {
  opacity: 0.5;
}
.shop-products-slider .slider .arrow.swiper-button-disabled:hover {
  cursor: unset;
  background-color: #FFFFFF;
  box-shadow: none;
}
.shop-products-slider .slider .arrow.swiper-button-disabled:hover svg {
  fill: #4dadf7;
}
.shop-products-slider .slider .arrow.swiper-button-disabled .arrow-text {
  color: #000;
}
.shop-products-slider .slider .swiper-pagination {
  position: static;
  margin: auto;
  padding: 20px 0 5px 0;
}
.shop-products-slider .slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  background-color: #FFFFFF;
  opacity: 0.6;
}
.shop-products-slider .slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 25px;
  background-color: #fd0054;
  opacity: 1;
}
.shop-products-slider .loading {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .shop-products-slider {
    margin-bottom: 35px;
  }
  .shop-products-slider .slider {
    padding: 0 55px;
  }
  .shop-products-slider .slider .product .details {
    padding: 8px;
    font-size: 0.95em;
  }
  .shop-products-slider .slider .product .details .discount {
    left: 6px;
    top: 6px;
  }
  .shop-products-slider .slider .product .details .p-name {
    height: 35px;
  }
  .shop-products-slider .slider .arrow {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .shop-products-slider .slider {
    padding: 0 0 45px 0;
  }
  .shop-products-slider .slider .arrow {
    height: 35px;
    width: 35px;
    top: auto;
    margin: 0;
    bottom: 0;
  }
  .shop-products-slider .slider .next-slide {
    left: 50%;
    margin-left: -80px;
  }
  .shop-products-slider .slider .prev-slide {
    right: 50%;
    margin-right: -80px;
  }
  .shop-products-slider .slider .swiper-pagination {
    display: none;
  }
  .shop-products-slider .slider .arrow {
    height: 36px;
    width: 36px;
  }
}

.teaching-english {
  margin-bottom: 35px;
}
.teaching-english .levels {
  padding: 15px 0;
  gap: 25px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaching-english .levels .level {
  width: 30%;
  display: inline-block;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  position: relative;
}
.teaching-english .levels .level .text {
  padding: 0 10px 15px 10px;
  font-size: 1.05em;
  font-weight: 600;
}
.teaching-english .levels .level .img {
  height: 175px;
}
.teaching-english .levels .level .img img {
  height: 100%;
}
.teaching-english .text-off {
  color: #707070;
}
.teaching-english .btn-view {
  border: 1px solid #fd0054;
  padding: 8px 15px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 0.95em;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.teaching-english .btn-view:hover {
  background-color: #fd0054;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .teaching-english {
    margin-bottom: 25px;
  }
  .teaching-english .levels {
    gap: 20px;
  }
  .teaching-english .levels .level {
    width: 45%;
    padding-bottom: 5px;
  }
  .teaching-english .levels .level .number {
    display: none;
  }
  .teaching-english .levels .level .text {
    padding: 10px;
    font-size: 1em;
  }
  .teaching-english .levels .level .img {
    height: 125px;
  }
}
@media only screen and (max-width: 575px) {
  .teaching-english .levels {
    flex-wrap: wrap;
  }
  .teaching-english .levels .level {
    width: 85%;
  }
  .teaching-english .levels .level .img {
    height: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teaching-english .levels {
    gap: 20px;
  }
  .teaching-english .levels .level {
    width: 45%;
  }
  .teaching-english .levels .level .text {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.frequently-questions {
  margin-bottom: 35px;
}
.frequently-questions .questions {
  text-align: right;
  width: 75%;
  margin: 15px auto;
}
.frequently-questions .questions .qestion {
  border-bottom: 1px solid #4dadf7;
  margin-bottom: 20px;
}
.frequently-questions .questions .qestion:last-child {
  border-bottom: 0 !important;
}
.frequently-questions .questions .qestion .text-qestion {
  font-size: 1.2em;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
}
.frequently-questions .questions .qestion .text-qestion i {
  height: 30px;
  position: absolute;
  left: 5px;
  top: 0;
  transition: 0.75s;
}
.frequently-questions .questions .qestion .text-answer {
  opacity: 0.9;
  overflow: hidden;
  transition: 0.75s;
  padding-right: 10px;
  display: none;
}
.frequently-questions .questions .qestion.active .text-qestion i {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .frequently-questions .questions {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .frequently-questions {
    margin-bottom: 25px;
  }
}

.name-feature {
  margin-bottom: 35px;
}
.name-feature .swiper-container {
  width: 100%;
}
.name-feature .swiper-container .swiper-slide {
  padding: 10px;
}
.name-feature .feature-slider {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 35px;
  display: flex;
}
.name-feature .feature-questions .feature-item {
  margin: 15px auto;
  transition: 0.3s;
  height: 95%;
  box-shadow: 0 2px 6px rgba(77, 173, 247, 0.2);
  border: 1px solid #DADADA;
  border-radius: 15px;
  padding: 20px 10px;
  display: block;
  max-width: 310px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  background-color: #FFFFFF;
}
.name-feature .feature-questions .feature-item .feature-question {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #4dadf7;
}
.name-feature .feature-questions .feature-item .feature-answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.name-feature .feature-questions .feature-item .answer-item {
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: rgba(77, 173, 247, 0.25);
}
.name-feature .feature-questions .feature-item .answer-item:hover {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.name-feature .feature-questions .feature-item .answered-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 60px;
  width: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 2px solid #4B8530;
  color: #4B8530;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}
.name-feature .feature-questions .feature-item.answered .feature-holder {
  filter: blur(5px);
  transition: 0.5s;
}
.name-feature .feature-questions .feature-item.answered .answered-icon {
  transform: scale(1);
}
.name-feature .feature-questions .swiper-slide:nth-child(even) .feature-item .feature-question {
  color: #fd0054;
}
.name-feature .feature-questions .swiper-slide:nth-child(even) .feature-item .answer-item {
  background-color: rgba(253, 0, 84, 0.25);
}
.name-feature .arrow {
  background-color: #ff9100;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  margin-top: -25px;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
  opacity: 0 !important;
}
.name-feature .arrow svg {
  width: 25%;
  fill: #FFFFFF;
  transition: 0.3s;
}
.name-feature .arrow:hover {
  color: #fd0054;
  background-color: #fc256c;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.name-feature .arrow:hover svg {
  fill: #FFFFFF;
}

.name-boards {
  margin-bottom: 35px;
}
.name-boards .boards {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 25px;
  margin-bottom: 25px;
}
.name-boards .boards .board {
  background-color: #CBCCC7;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 33%;
}
.name-boards .boards .board img {
  width: 100%;
}
.name-boards .board-text {
  margin: 20px 0;
  font-size: 1.15em;
}
.name-boards .order-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .name-boards .boards {
    gap: 15px;
    padding: 0;
    margin-bottom: 0;
  }
  .name-boards .boards .board {
    width: 50%;
  }
  .name-boards .boards .board:nth-child(3) {
    display: none;
  }
}

.popup#alert-general .text-alert, .popup#alert-present .text-alert {
  margin: 20px;
  font-size: 1.1em;
}
.popup#alert-general .s-holder, .popup#alert-present .s-holder {
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popup#alert-general .s-holder, .popup#alert-present .s-holder {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup#alert-general .s-holder, .popup#alert-present .s-holder {
    max-width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .popup#alert-general .s-holder, .popup#alert-present .s-holder {
    max-width: 95%;
  }
}

@media only screen and (min-width: 970px) {
  #saba-970px .sabavision_zone_box {
    width: 970px;
    margin: auto;
  }
}
@media screen and (max-width: 580px) {
  .ni-widget-content-box .ni-widget-img-content-box:nth-child(3) {
    display: none !important;
  }
}
.topics-slider {
  margin-bottom: 35px;
  text-align: center;
}
.topics-slider .text-adv {
  margin-bottom: 20px;
}
.topics-slider .add-head {
  margin-top: 0 !important;
}
.topics-slider .btn {
  margin: 5px;
}
.topics-slider .swiper-container {
  width: 100%;
}
.topics-slider .swiper-container .swiper-slide {
  padding-bottom: 10px;
}
.topics-slider .show-topics {
  width: 90%;
  margin: auto auto 25px auto;
  display: flex;
  position: relative;
}
.topics-slider .topic {
  margin: 15px;
  transition: 0.3s;
  height: 95%;
  box-shadow: 0 2px 6px rgba(77, 173, 247, 0.2);
  border: 1px solid #DADADA;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px;
}
.topics-slider .topic .err {
  font-size: 0.8em;
  text-align: right;
  margin-top: 5px;
  padding-right: 5px;
}
.topics-slider .topic .qestion {
  font-size: 1.05em;
  margin-bottom: 15px;
}
.topics-slider .topic .holder-input {
  padding: 0 20px;
}
.topics-slider .topic .holder-input textarea {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  resize: none;
  height: 150px;
}
.topics-slider .topic .show-idea {
  margin: 10px 0;
}
.topics-slider .topic .show-idea .btn-show {
  padding: 8px 16px;
  font-size: 0.9em;
  color: #fff;
  margin: 5px;
  border-radius: 25px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-width: 1px !important;
}
.topics-slider .topic .show-idea .btn-show:hover {
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.topics-slider .topic .show-idea .btn-new-answer {
  display: none;
}
.topics-slider .topic .answered {
  display: none;
}
.topics-slider .topic.disable .answer {
  display: none;
}
.topics-slider .topic.disable .btn-send {
  display: none;
}
.topics-slider .topic.disable .answered {
  display: block;
}
.topics-slider .topic.disable .btn-new-answer {
  display: inline-block !important;
}
.topics-slider .arrow {
  background-color: #FFFFFF;
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  margin-top: -25px;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
  z-index: 2;
}
.topics-slider .arrow svg {
  width: 25%;
  fill: #4DADF7;
  transition: 0.3s;
}
.topics-slider .arrow:hover {
  color: #fd0054;
  background-color: #fc256c;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.topics-slider .arrow:hover svg {
  fill: #FFFFFF;
}
.topics-slider .next-slide {
  left: -55px;
}
.topics-slider .prev-slide {
  right: -55px;
}
.topics-slider .arrow.swiper-button-disabled {
  opacity: 0.5;
}
.topics-slider .arrow.swiper-button-disabled:hover {
  cursor: auto;
  background-color: #FFFFFF;
  box-shadow: none;
}
.topics-slider .arrow.swiper-button-disabled:hover svg {
  fill: #4dadf7;
}
.topics-slider .arrow.swiper-button-lock {
  display: none !important;
}
.topics-slider .all-topics {
  background: #eef5fb;
  background: linear-gradient(45deg, #eef5fb 0%, #bfd9f0 100%);
}
.topics-slider .all-topics .holder-input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6em;
}
.topics-slider .all-topics:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (max-width: 768px) {
  .topics-slider {
    margin-bottom: 25px;
  }
  .topics-slider .show-topics {
    width: 80%;
  }
  .topics-slider .arrow {
    height: 40px;
    width: 40px;
    margin-top: -20px;
  }
  .topics-slider .next-slide {
    left: -45px;
  }
  .topics-slider .prev-slide {
    right: -45px;
  }
}
@media only screen and (max-width: 575px) {
  .topics-slider .show-topics {
    width: 100%;
    padding-bottom: 40px;
  }
  .topics-slider .topic {
    padding: 10px;
  }
  .topics-slider .topic .holder-input {
    padding: 0 10px;
  }
  .topics-slider .arrow {
    height: 36px;
    width: 36px;
    top: unset;
    margin-top: 0;
    bottom: 0;
  }
  .topics-slider .next-slide {
    left: calc(50% - 75px);
  }
  .topics-slider .prev-slide {
    right: calc(50% - 75px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topics-slider .show-topics {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .topics-slider .show-topics {
    width: 85%;
  }
}

.blog {
  margin-bottom: 35px;
}
.blog .swiper-container {
  width: 100%;
}
.blog .swiper-container .swiper-slide {
  padding: 10px;
}
.blog .blog-slider {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 35px;
  display: flex;
}
.blog .blog-slider .article {
  margin: 15px auto;
  transition: 0.3s;
  height: 95%;
  box-shadow: 0 2px 6px rgba(77, 173, 247, 0.2);
  border: 1px solid #DADADA;
  border-radius: 15px;
  padding: 10px 10px 0 10px;
  display: block;
  max-width: 310px;
}
.blog .blog-slider .article:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 8px -10px rgba(0, 0, 0, 0.1);
}
.blog .blog-slider .article .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-slider .article .img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.5s;
}
.blog .blog-slider .article .a-title {
  font-size: 1.1em !important;
  height: 50px;
  margin-bottom: 15px;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
}
.blog .blog-slider .article .summary {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  font-size: 0.95em;
  height: 43px;
  margin-bottom: 5px;
  text-align: right;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.9em;
}
.blog .blog-slider .article .summary p {
  margin: 0 !important;
}
.blog .blog-slider .show-all {
  border-color: transparent !important;
  background: #eef5fb;
  background: linear-gradient(45deg, #eef5fb 0%, #bfd9f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4dadf7;
  font-size: 1.5em;
  font-weight: bold;
}
.blog .blog-slider .show-all i {
  font-size: 3.2em;
}
.blog .blog-slider .arrow {
  background-color: #ffcd00;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  margin-top: -25px;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
}
.blog .blog-slider .arrow svg {
  width: 25%;
  fill: #FFFFFF;
  transition: 0.3s;
}
.blog .blog-slider .arrow:hover {
  color: #fd0054;
  background-color: #fc256c;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.blog .blog-slider .arrow:hover svg {
  fill: #FFFFFF;
}
.blog .blog-slider .next-slide {
  left: -55px;
}
.blog .blog-slider .prev-slide {
  right: -55px;
}
.blog .blog-slider .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.blog .blog-slider .swiper-button-disabled:hover {
  background-color: #ffcd00;
  box-shadow: none;
}
.blog .text-adv {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .blog {
    margin-bottom: 25px;
  }
  .blog .blog-slider {
    width: 60%;
  }
  .blog .blog-slider .article .summary {
    height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .blog {
    margin-bottom: 25px;
  }
  .blog .blog-slider {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 35px;
  }
  .blog .blog-slider .article .summary {
    height: 36px;
  }
  .blog .blog-slider .article .a-title {
    height: 45px;
    margin-bottom: 10px;
  }
  .blog .blog-slider .article .img {
    height: 250px;
  }
  .blog .blog-slider .arrow {
    height: 36px;
    width: 36px;
    top: unset;
    bottom: 0;
    margin-top: 0;
  }
  .blog .blog-slider .next-slide {
    left: 50%;
    margin-left: -75px;
  }
  .blog .blog-slider .prev-slide {
    right: 50%;
    margin-right: -75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog .blog-slider {
    width: 88%;
  }
  .blog .blog-slider .article .img {
    height: 250px;
  }
  .blog .blog-slider .next-slide {
    left: -45px;
  }
  .blog .blog-slider .prev-slide {
    right: -45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog .blog-slider {
    width: 80%;
  }
}

.name-picture-gallery {
  margin-bottom: 45px;
}
.name-picture-gallery .s-holder .s-body .title {
  margin-bottom: 10px;
}
.name-picture-gallery .swiper-container {
  width: 100%;
}
.name-picture-gallery .swiper-container .swiper-slide {
  width: 305px !important;
  padding: 10px;
}
.name-picture-gallery .swiper-container .swiper-scrollbar {
  display: none;
  background-color: rgba(184, 211, 63, 0.3);
}
.name-picture-gallery .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #b8d33f;
}
.name-picture-gallery .full-screen-picture {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  display: none;
  position: relative;
}
.name-picture-gallery .full-screen-picture img {
  width: 100%;
}
.name-picture-gallery .full-screen-picture .arrow-change-picture {
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
  margin-top: -25px;
  z-index: 9;
}
.name-picture-gallery .full-screen-picture .arrow-change-picture svg {
  height: 20px;
  fill: #e6e6e6;
  transition: 0.3s;
}
.name-picture-gallery .full-screen-picture .arrow-change-picture:hover {
  background-color: #FFFFFF;
}
.name-picture-gallery .full-screen-picture .arrow-change-picture:hover svg {
  fill: #fd0054;
}
.name-picture-gallery .full-screen-picture .next-image {
  left: -20px;
  justify-content: flex-end;
  padding-left: 10px;
  box-shadow: 5px 0 12px rgba(0, 0, 0, 0.1);
}
.name-picture-gallery .full-screen-picture .prev-image {
  right: -20px;
  justify-content: flex-start;
  padding-right: 10px;
  box-shadow: -5px 0 12px rgba(0, 0, 0, 0.1);
}
.name-picture-gallery .gallery-slider {
  width: 90%;
  margin: auto;
  position: relative;
  display: flex;
}
.name-picture-gallery .gallery-slider .gallery-picture {
  display: block;
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  z-index: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.name-picture-gallery .gallery-slider .gallery-picture:hover {
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.name-picture-gallery .gallery-slider .gallery-picture img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.name-picture-gallery .gallery-slider .gallery-picture .picture-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.name-picture-gallery .gallery-slider .arrow {
  background-color: #b8d33f;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s;
  cursor: pointer;
  margin-top: -20px;
  box-shadow: 1px 2px 10px rgba(77, 173, 247, 0.15);
}
.name-picture-gallery .gallery-slider .arrow svg {
  width: 25%;
  fill: #FFFFFF;
  transition: 0.3s;
}
.name-picture-gallery .gallery-slider .arrow:hover {
  color: #fd0054;
  background-color: #fc256c;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.name-picture-gallery .gallery-slider .arrow:hover svg {
  fill: #FFFFFF;
}
.name-picture-gallery .gallery-slider .next-slide {
  right: -55px;
}
.name-picture-gallery .gallery-slider .prev-slide {
  left: -55px;
}
.name-picture-gallery .gallery-slider .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.name-picture-gallery .gallery-slider .swiper-button-disabled:hover {
  background-color: #ffcd00;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .name-picture-gallery .gallery-slider {
    width: 85%;
  }
  .name-picture-gallery .gallery-slider .arrow {
    height: 36px;
    width: 36px;
    margin-top: -18px;
  }
  .name-picture-gallery .gallery-slider .next-slide {
    right: -45px;
  }
  .name-picture-gallery .gallery-slider .prev-slide {
    left: -45px;
  }
}
@media only screen and (max-width: 575px) {
  .name-picture-gallery {
    margin-bottom: 25px;
  }
  .name-picture-gallery .s-holder .s-body .title {
    padding: 10px 20px;
  }
  .name-picture-gallery .swiper-container {
    padding-bottom: 10px;
  }
  .name-picture-gallery .swiper-container .swiper-slide {
    width: 80px !important;
    padding: 8px 3px;
  }
  .name-picture-gallery .swiper-container .swiper-scrollbar {
    display: block;
  }
  .name-picture-gallery .full-screen-picture {
    display: block;
  }
  .name-picture-gallery .full-screen-picture .arrow-change-picture {
    height: 40px;
    width: 40px;
    margin-top: -20px;
  }
  .name-picture-gallery .full-screen-picture .arrow-change-picture svg {
    height: 16px;
  }
  .name-picture-gallery .full-screen-picture .next-image {
    left: -14px;
  }
  .name-picture-gallery .full-screen-picture .prev-image {
    right: -14px;
  }
  .name-picture-gallery .gallery-slider {
    width: 100%;
  }
  .name-picture-gallery .gallery-slider .gallery-picture {
    height: 75px;
    border-radius: 5px;
  }
  .name-picture-gallery .gallery-slider .gallery-picture:hover {
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2);
  }
  .name-picture-gallery .gallery-slider .picture-link {
    display: none;
  }
  .name-picture-gallery .gallery-slider .arrow {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .name-picture-gallery .gallery-slider {
    width: 88%;
  }
  .name-picture-gallery .gallery-slider .next-slide {
    right: -45px;
  }
  .name-picture-gallery .gallery-slider .prev-slide {
    left: -45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .name-picture-gallery .gallery-slider {
    width: 80%;
  }
}

.baby-image-frame {
  margin-bottom: 45px;
}
.baby-image-frame .preview-images {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 25px;
}
.baby-image-frame .preview-images .preview-image {
  width: 25%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.baby-image-frame .preview-images .preview-image img {
  width: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .baby-image-frame .preview-images {
    flex-wrap: wrap;
  }
  .baby-image-frame .preview-images .preview-image {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .baby-image-frame {
    margin-bottom: 25px;
  }
  .baby-image-frame .preview-images .preview-image {
    width: calc((100% - 15px) / 2);
    padding: 5px;
  }
  .baby-image-frame .preview-images .preview-image:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .baby-image-frame .preview-images .preview-image {
    width: 30%;
  }
}

.popup-add-topic .text-warning {
  font-size: 0.9em;
  padding: 20px 0 0 0;
}
.popup-add-topic .input {
  margin-bottom: 15px;
  width: 100%;
  text-align: right;
}
.popup-add-topic .input label {
  margin-bottom: 5px;
  display: block;
}
.popup-add-topic .input textarea {
  width: 100%;
  border: 2px solid #4dadf7;
  border-radius: 5px;
  height: 150px;
  padding: 10px;
  resize: none;
  color: #000000;
}
.popup-add-topic .input .err {
  margin-top: 5px;
  font-size: 0.9em;
}

.topics-list {
  margin-bottom: 35px;
}
.topics-list .list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-height: 205px;
  overflow: auto;
  padding: 10px 0 10px 15px;
  margin-bottom: 25px;
}
.topics-list .list::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: rgba(184, 211, 63, 0.3);
}
.topics-list .list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #b8d33f;
}
.topics-list .list .topic {
  width: calc(50% - 8px);
  border-right: 3px solid #b8d33f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 15px 10px;
  text-align: right;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 0.95em;
}
.topics-list .list .topic .question {
  width: calc(100% - 110px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topics-list .list .topic .answer {
  font-size: 0.85em;
  opacity: 0.6;
}
.topics-list .list .topic:hover {
  color: #b8d33f;
}
@media only screen and (max-width: 768px) {
  .topics-list .list {
    gap: 12px;
  }
  .topics-list .list .topic {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .topics-list {
    margin-bottom: 25px;
  }
  .topics-list .list {
    gap: 12px;
    max-height: 300px;
  }
  .topics-list .list .topic {
    width: 100%;
    flex-direction: column;
    align-items: unset;
    padding: 10px;
  }
  .topics-list .list .topic .question {
    width: 100%;
    -webkit-line-clamp: 2;
  }
  .topics-list .list .topic .answer {
    text-align: left;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topics-list .list {
    gap: 12px;
  }
  .topics-list .list .topic {
    width: 100%;
  }
}

.products-size {
  margin-bottom: 35px;
  padding: 10px 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.products-size .product-size {
  position: relative;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.25em;
  padding: 25px;
  text-align: center;
}
.products-size .product-size:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 10px -8px rgba(0, 0, 0, 0.2);
}
.products-size .product-size:before {
  content: " ";
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  position: absolute;
  border: 2px dashed #FFFFFF;
  border-radius: 50%;
}
.products-size .product-size .l-pic {
  height: 120px;
  width: 100%;
  position: absolute;
  padding: 0 5px;
}
.products-size .product-size .l-pic img {
  height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
.products-size .product-size.g-yellow {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(255, 205, 0) 100%);
}
.products-size .product-size.g-blue {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(77, 173, 247) 100%);
}
.products-size .product-size.g-green {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(184, 211, 63) 100%);
}
.products-size .product-size.g-pink {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(253, 0, 84) 100%);
}
.products-size .product-size.g-orange {
  background-image: linear-gradient(to bottom right, #FFFFFF -60%, rgb(255, 145, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .products-size .product-size {
    height: 125px;
    width: 125px;
  }
}
@media only screen and (max-width: 575px) {
  .products-size {
    margin-bottom: 25px;
  }
  .products-size .product-size {
    height: 90px;
    width: 90px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-size .product-size {
    height: 150px;
    width: 150px;
  }
}

.table-of-content ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  text-align: right;
  padding: 0;
}
.table-of-content ol li {
  width: 50%;
  margin-bottom: 5px;
  padding-right: 5px;
}
.table-of-content ol li a:hover {
  color: #ff9100;
}
@media only screen and (max-width: 768px) {
  .table-of-content ol li {
    width: 100%;
  }
}

.name-in-english .text {
  margin-bottom: 20px;
  padding: 0 45px;
}
.name-in-english .btn-english {
  display: inline-flex;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  gap: 10px;
  padding: 5px;
  align-items: center;
  text-align: left;
  border-radius: 5px;
  border: 2px solid #b8d33f;
  direction: ltr;
}
.name-in-english .btn-english:hover {
  background-color: rgba(184, 211, 63, 0.1);
}
.name-in-english .btn-english .img {
  height: 75px;
  padding: 0 5px;
}
.name-in-english .btn-english .img img {
  height: 100%;
  display: block;
  margin: auto;
}
.name-in-english .btn-english .arrow {
  font-size: 1.3em;
}
@media only screen and (max-width: 575px) {
  .name-in-english .text {
    padding: 0;
  }
  .name-in-english .btn-english {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
    gap: 0;
    text-align: center;
  }
  .name-in-english .btn-english .img {
    width: 100%;
  }
  .name-in-english .arrow {
    display: none;
  }
}/*# sourceMappingURL=name.css.map */