@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  background-color: #260a2b;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

#header {
  padding: 20px 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  transition: 300ms all;
}
#header.sticky {
  background: #260a2b;
}
#header .right {
  display: flex;
  align-items: center;
}
#header .right nav ul {
  display: flex;
  align-items: center;
}
#header .right nav ul li {
  margin-left: 30px;
}
#header .right nav ul li a {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
#header .right nav ul li.mega-menu > a {
  padding-right: 28px;
  position: relative;
}
#header .right nav ul li.mega-menu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 10px;
  overflow: hidden;
  background-image: url("../img/arrow-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 300ms all;
}
#header .right .mega-menu {
  position: relative;
}
#header .right .mega-menu ul {
  width: 400px;
  background-color: #cdcdcd;
  border-radius: 20px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}
#header .right .mega-menu ul li {
  width: 100%;
  margin: 0 0 20px 0;
}
#header .right .mega-menu ul li a {
  display: flex;
}
#header .right .mega-menu ul li a .image {
  display: inline-block;
  min-width: 110px;
  min-height: auto;
  width: 110px;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 10px;
}
#header .right .mega-menu ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#header .right .mega-menu ul li a .text {
  display: inline-block;
}
#header .right .mega-menu ul li a .text strong {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #291037;
}
#header .right .mega-menu ul li a .text strong .label {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #2a123a;
  margin-left: 10px;
  background: linear-gradient(270deg, #ffa88c 4.64%, #bdaa00 98.64%);
}
#header .right .mega-menu ul li a .text span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #291138;
}
#header .right .mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}
#header .right .mega-menu:hover .tab-box {
  opacity: 1;
  visibility: visible;
}
#header .right .mega-menu.active > a::after {
  transform: rotate(-180deg) !important;
}
#header .green-gradient-btn {
  margin-left: 30px;
}

.green-gradient-btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 13px;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #342b69;
  overflow: hidden;
  background-image: url("../img/gradient-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tab-box {
  width: 400px;
  background-color: #291139;
  border-radius: 20px;
  padding: 25px 30px 0 30px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}
.tab-box .tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tab-box .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 10px;
  padding-bottom: 7px;
}
.tab-box .tab button .icon {
  margin-right: 7px;
}
.tab-box .tab button:hover,
.tab-box .tab button.active {
  border-color: #fff;
}
.tab-box .tabcontent_login {
  display: none;
  padding: 25px 0;
}
.tab-box .tabcontent_login span,
.tab-box .tabcontent_login a {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #ffffff;
}
.tab-box .tabcontent_login a {
  text-decoration: underline;
}

.google-btn,
.facebook-btn,
.social-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  overflow: hidden;
}
.google-btn img,
.facebook-btn img,
.social-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bg-purple {
  background-color: #260a2b;
}

.open-menu-btn {
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: none;
}
.open-menu-btn svg {
  width: 100%;
  height: 100%;
}

.close-menu-btn {
  position: fixed;
  top: -100%;
  z-index: 999;
  padding: 10px;
  transition: 300ms all;
  right: calc(70% + 30px);
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #260c29;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.close-menu-btn svg {
  width: 100%;
  height: 100%;
}
.close-menu-btn.show {
  top: 15px;
}

#main-hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background: url("../img/hero-bg.png");
  position: relative;
  overflow: hidden;
}
#main-hero::before {
  width: 100%;
  height: 100%;
  background: rgba(62, 43, 116, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#main-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 100px;
}
#main-hero .title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 50px;
  color: #ffffff;
  width: 100%;
  max-width: 325px;
  margin-bottom: 10px;
}
#main-hero .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #ffffff;
  width: 100%;
  max-width: 325px;
}
#main-hero .image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
#main-hero .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.logo {
  display: inline-block;
  width: 190px;
  height: 40px;
  overflow: hidden;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.purple-gradient-btn {
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 30px;
  background: linear-gradient(270deg, #ffa98c 4.64%, #f79990 16.64%, #e3719c 41.64%, #c430ae 75.64%, #ad00bd 98.64%);
}

#features {
  margin: 40px 0;
  overflow: hidden;
}
#features .title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
#features .item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#features strong {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ea6cf6;
  margin-bottom: 10px;
}
#features .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
#features .image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#features .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#features .image a {
  position: absolute;
  transform: scale(0.7);
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

#how-is-works {
  margin: 40px 0;
  padding: 30px 0;
  background-color: #19061d;
  overflow: hidden;
}
#how-is-works .title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
#how-is-works .image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 30px;
}
#how-is-works .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#how-is-works .item {
  display: flex;
  margin-bottom: 15px;
}
#how-is-works .item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 15px;
  color: #ffffff;
  background: linear-gradient(133.47deg, #dd4bec 6.01%, #5a7cf7 93.09%);
}
#how-is-works .item strong {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
#how-is-works .item .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

#about-section {
  margin: 40px 0;
  overflow: hidden;
}
#about-section .title {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 78px;
  color: #ffffff;
  margin-bottom: 20px;
}
#about-section .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #ffffff;
}
#about-section .image {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
#about-section .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#about-section .row:nth-child(2n) .title,
#about-section .row:nth-child(2n) .desc {
  text-align: end;
}
#about-section .row:nth-child(2n) a {
  float: right;
}

#faq {
  margin: 40px 0;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/faq-bg.png");
  background-color: #19061d;
  overflow: hidden;
}
#faq .title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
#faq .accordion {
  padding: 12px 80px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-radius: 17px;
  border-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  border: 1px solid #e86cf6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19061d;
}
#faq .accordion .icon {
  margin-left: 15px;
  transition: 300ms all;
}
#faq .panel {
  background-color: #19061d;
  margin-bottom: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  transition: 0.4s;
}
#faq .panel .content {
  padding: 10px 40px 30px 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
#faq .accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
#faq .accordion.active .icon {
  transform: rotate(-180deg);
}
#faq .accordion.active + .panel {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  border: 1px solid #e86cf6;
  border-top: 0;
}

#contact {
  margin: 40px 0;
  overflow: hidden;
}
#contact .title {
  margin-bottom: 10px;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
#contact .desc {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
#contact .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#contact .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

input,
textarea {
  border: none;
  background-color: #d9d9d9;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  outline: none;
}
input::placeholder,
textarea::placeholder {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #919191;
}

.form-strong {
  display: block;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}

.submit-btn {
  margin: 0 50px;
  background: linear-gradient(135.53deg, #af03bc 2.84%, #ffa98c 98.42%);
  border-radius: 0px 15px;
  padding: 10px 100px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  border: none;
  outline-style: none;
}

#page-content {
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background: url("../img/hero-bg.png");
  position: relative;
}
#page-content::before {
  width: 100%;
  height: 100%;
  background: rgba(62, 43, 116, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#page-content .content {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  z-index: 2;
}
#page-content .content .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-content .title {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  color: #260a2a;
}
#page-content .icon {
  margin-right: 7px;
}
#page-content .text {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
#page-content .form-strong {
  color: #000 !important;
}

.success-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #24b10d;
}

.danger-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #e32c2c;
}

.black-btn {
  display: inline-block;
  padding: 3px 10px;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background: #2a133a;
  border-radius: 10px;
}

button:disabled {
  opacity: 0.5;
}

.max-width-400 {
  width: 100%;
  max-width: 400px;
}

#my-creation-section {
  padding-top: 40px;
  background-color: #19061d;
}
#my-creation-section .title {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
#my-creation-section .empty-image {
  margin-top: 20px;
  overflow: hidden;
  width: 174px;
  height: 174px;
  margin-left: auto;
  margin-right: auto;
}
#my-creation-section .empty-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#my-creation-section .list {
  width: 100%;
  margin-bottom: 20px;
  height: 400px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
#my-creation-section .list::-webkit-scrollbar {
  width: 5px;
}
#my-creation-section .list::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.4941176471);
}
#my-creation-section .list::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
#my-creation-section .list .item {
  cursor: pointer;
  margin: 7px;
  width: calc(16.6666666667% - 14px);
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#my-creation-section .list .item .label {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #d9d9d9;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
#my-creation-section .list .item label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#my-creation-section .list .item input:checked + label .label {
  background-color: #a3ff5a !important;
}
#my-creation-section .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.delete-btn {
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 40px;
  padding: 2px 25px 2px 10px;
  background: #a3ff5a;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #8a8a8a;
  position: relative;
}
.delete-btn .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  right: -10px;
}
.delete-btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#faceswap {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background: url("../img/hero-bg.png");
  position: relative;
}
#faceswap::before {
  width: 100%;
  height: 100%;
  background: rgba(62, 43, 116, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#faceswap .container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 100px;
}
#faceswap .content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
#faceswap .tab {
  overflow: hidden;
}
#faceswap .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  color: #260a2a;
  border-bottom: 1px solid transparent;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
}
#faceswap .tab button .icon {
  margin-right: 10px;
}
#faceswap .tab button:hover,
#faceswap .tab button.active {
  border-color: #000;
}
#faceswap .tabcontent,
#faceswap .tabcontent2 {
  display: none;
  border-top: none;
  padding-top: 50px;
  padding-bottom: 70px;
}
#faceswap .tabcontent .bottom-text p,
#faceswap .tabcontent2 .bottom-text p {
  text-align: center;
}
#faceswap .tabcontent .bottom-text p,
#faceswap .tabcontent .bottom-text a,
#faceswap .tabcontent2 .bottom-text p,
#faceswap .tabcontent2 .bottom-text a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #392a6c;
}
#faceswap .tabcontent .bottom-text a,
#faceswap .tabcontent2 .bottom-text a {
  text-decoration: underline;
}
#faceswap .tabcontent .image,
#faceswap .tabcontent2 .image {
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 45px;
}
#faceswap .tabcontent .image img,
#faceswap .tabcontent2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#faceswap .tabcontent2 {
  padding-top: 20px !important;
}
#faceswap .tabcontent2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #260a2a;
}
#faceswap .tabcontent2 .head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#faceswap .tabcontent2 .head-content .purple-gradient-btn {
  margin: 0 !important;
  font-size: 14px !important;
  padding: 3px 15px !important;
  line-height: 1.5 !important;
}
#faceswap .upload-content {
  background-color: #392a6c;
  border-radius: 45px;
  height: 100%;
  min-height: 550px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#faceswap .upload-content .row {
  position: relative;
}
#faceswap .upload-content .row:first-child::before {
  width: 14px;
  height: 14px;
  overflow: hidden;
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/convert-icon.svg);
}
#faceswap .upload-content strong {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #99a0ff;
  margin-top: 5px;
}
#faceswap .upload-content .edit-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
}
#faceswap .upload-content .edit-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.blank-box {
  width: 100%;
  height: 170px;
  background: linear-gradient(135.53deg, #43194e 2.84%, #202871 98.42%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.blank-box img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position: center;
}

.image-box {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.content_1,
.content_2 {
  display: none;
}
.content_1.active,
.content_2.active {
  display: block;
}
.content_1 .download-btn,
.content_2 .download-btn {
  margin: 0 auto 20px auto;
}

.finish-image {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 30px auto;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px !important;
}
.finish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(270deg, #361b8f 4.64%, #5a3eb9 98.64%);
}
.download-btn .icon {
  margin-right: 10px;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.social-links strong {
  display: block;
  margin-bottom: 20px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 12px;
  text-align: center;
  color: #ffffff !important;
}

.category-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  border: none;
  outline: none;
  margin-bottom: 14px;
  padding-bottom: 100%;
}
.category-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.category-image .label {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 2;
  padding: 10px;
  border-radius: 40px;
  overflow: hidden;
  width: calc(100% - 14px);
  background: linear-gradient(90deg, #ad01bd 0%, #ffa98c 100%);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  color: #ffffff;
}

.tabcontent2 .row .col-md-4 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.upload-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: linear-gradient(135.53deg, #43194e 2.84%, #202871 98.42%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.upload-box img {
  display: none;
}
.upload-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tabcontent2 .upload-box{
    margin-top: 12px;
}
.sharpen-image {
  width: 100%;
  height: 400px;
}
.sharpen-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.general-title {
  text-align: center;
  margin-bottom: 50px;
}
.general-title .title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
.general-title .detail-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

#plans {
  min-height: 700px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
  background-image: url("../img/plans-bg.png");
  background-color: #38296b;
  margin-top: 74px;
}
#plans .container {
  padding-top: 30px;
  padding-bottom: 40px;
}
#plans .plans-box {
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
    position: relative;
}
#plans .plans-box .title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #38296B;
    border-radius: 100px;
    padding: 7px 15px;
}
#plans .left-icon,
#plans .right-icon{
    position: absolute;
    width: 97.82px;
    height: 97.82px;
    overflow: hidden;
}
#plans .left-icon img,
#plans .right-icon img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
#plans .left-icon{
    top: -60px;
    left: -40px;
    transform: matrix(-0.88, 0.48, 0.48, 0.88, 0, 0);
}
#plans .right-icon{
    top: -60px;
    right: -40px;
    transform: rotate(28.6deg);
}
#plans .price{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 5px;
}
#plans .ok-icon{
    width: 130px;
    height: 51px;
    overflow: hidden;
}
#plans .green-continue-btn{
    background: linear-gradient(270deg, #296B6B 4.64%, #81BD00 98.64%);
    padding: 14px 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 200px;
}
#plans .ok-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#plans span{
   display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: #D87112;
}
#plans .plans-box .desc {
  width: 100%;
  max-width: 325px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}
#plans .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#plans .item .item_title{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #38296B;
    display: block;
}
#plans .item .desc{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #38296B;
}
#plans .item .image{
    width: 90.25px;
    height: 96.19px;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    margin-bottom: 16px;
    overflow: hidden;
}
#plans .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#plans .plan_title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #38296B;
}
#plans .plan_desc{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #38296B;
}
#plans input[type="checkbox"]{
    width: 52px;
    height: 52px;
    cursor: pointer;
    margin-right: 10px;
}
#plans label{
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 13px;
    text-align: justify;
    color: #38296B;
    cursor: pointer;
}
.plans-box {
  width: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 23px;
}

.plans-box .bottom-text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: #ffffff;
}

.user-btn {
  border: none;
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
}
.user-btn img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
}
.user-btn strong {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

:root {
  --text-color: #ffffff;
  --icon-color: #acacbe;
  --icon-hover-bg: #5b5e71;
  --placeholder-color: #dcdcdc;
  --outgoing-chat-bg: #343541;
  --incoming-chat-bg: #444654;
  --outgoing-chat-border: #343541;
  --incoming-chat-border: #444654;
}

.light-mode {
  --text-color: #343541;
  --icon-color: #a9a9bc;
  --icon-hover-bg: #f1f1f3;
  --placeholder-color: #6c6c6c;
  --outgoing-chat-bg: #ffffff;
  --incoming-chat-bg: #f7f7f8;
  --outgoing-chat-border: #ffffff;
  --incoming-chat-border: #d9d9e3;
}

.chat-container {
  overflow-y: auto;
  max-height: 100vh;
  padding-bottom: 150px;
}

:where(.chat-container, textarea)::-webkit-scrollbar {
  width: 6px;
}

:where(.chat-container, textarea)::-webkit-scrollbar-track {
  background: var(--incoming-chat-bg);
  border-radius: 25px;
}

:where(.chat-container, textarea)::-webkit-scrollbar-thumb {
  background: var(--icon-color);
  border-radius: 25px;
}

#ai-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background: url("../img/hero-bg.png");
  position: relative;
  /* Typing container styling */
}
#ai-section::before {
  width: 100%;
  height: 100%;
  background: rgba(62, 43, 116, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#ai-section .container {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 100px;
}
#ai-section .default-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
  padding: 0 10px;
  text-align: center;
  color: var(--text-color);
}
#ai-section .default-text h1 {
  font-size: 3.3rem;
}
#ai-section .default-text p {
  margin-top: 10px;
  font-size: 1.1rem;
}
#ai-section .chat-container {
  background: var(--outgoing-chat-bg);
}
#ai-section .chat-container .chat {
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  color: var(--text-color);
}
#ai-section .chat-container .chat.outgoing {
  background: var(--outgoing-chat-bg);
  border: 1px solid var(--outgoing-chat-border);
}
#ai-section .chat-container .chat.incoming {
  background: var(--incoming-chat-bg);
  border: 1px solid var(--incoming-chat-border);
}
#ai-section .chat .chat-content {
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
#ai-section span.material-symbols-rounded {
  user-select: none;
  cursor: pointer;
}
#ai-section .chat .chat-content span {
  cursor: pointer;
  font-size: 1.3rem;
  color: var(--icon-color);
  visibility: hidden;
}
#ai-section .chat:hover .chat-content:not(:has(.typing-animation), :has(.error)) span {
  visibility: visible;
}
#ai-section .chat .chat-details {
  display: flex;
  align-items: center;
}
#ai-section .chat .chat-details img {
  width: 35px;
  height: 35px;
  align-self: flex-start;
  object-fit: cover;
  border-radius: 2px;
}
#ai-section .chat .chat-details p {
  white-space: pre-wrap;
  font-size: 1.05rem;
  padding: 0 50px 0 25px;
  color: var(--text-color);
  word-break: break-word;
}
#ai-section .chat .chat-details p.error {
  color: #e55865;
}
#ai-section .chat .typing-animation {
  padding-left: 25px;
  display: inline-flex;
}
#ai-section .typing-animation .typing-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.7;
  background: var(--text-color);
  animation: animateDots 1.5s var(--delay) ease-in-out infinite;
}
#ai-section .typing-animation .typing-dot:first-child {
  margin-left: 0;
}
@keyframes animateDots {
  0%, 44% {
    transform: translateY(0px);
  }
  28% {
    opacity: 0.4;
    transform: translateY(-6px);
  }
  44% {
    opacity: 0.2;
  }
}
#ai-section .typing-container {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 24px);
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  background: var(--outgoing-chat-bg);
  border-top: 1px solid var(--incoming-chat-border);
}
#ai-section .typing-container .typing-content {
  display: flex;
  max-width: 950px;
  width: 100%;
  align-items: flex-end;
}
#ai-section .typing-container .typing-textarea {
  width: 100%;
  display: flex;
  position: relative;
}
#ai-section .typing-textarea textarea {
  resize: none;
  height: 55px;
  width: 100%;
  border: none;
  padding: 15px 45px 15px 20px;
  color: var(--text-color);
  font-size: 1rem;
  border-radius: 4px;
  max-height: 250px;
  overflow-y: auto;
  background: var(--incoming-chat-bg);
  outline: 1px solid var(--incoming-chat-border);
}
#ai-section .typing-textarea textarea::placeholder {
  color: var(--placeholder-color);
}
#ai-section .typing-content span {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 4px;
  font-size: 1.35rem;
  align-items: center;
  justify-content: center;
  color: var(--icon-color);
}
#ai-section .typing-textarea span {
  position: absolute;
  right: 0;
  visibility: hidden;
}
#ai-section .typing-textarea textarea:valid ~ span {
  visibility: visible;
}
#ai-section .typing-controls {
  display: flex;
  margin-bottom: 10px;
}
#ai-section .typing-controls span {
  margin-left: 7px;
  font-size: 1.4rem;
  background: var(--incoming-chat-bg);
  outline: 1px solid var(--incoming-chat-border);
}
#ai-section .typing-controls span:hover {
  background: var(--icon-hover-bg);
}

/* Reponsive Media Query */
@media screen and (max-width: 600px) {
  .default-text h1 {
    font-size: 2.3rem;
  }
  :where(.default-text p, textarea, .chat p) {
    font-size: 0.95rem !important;
  }
  .chat-container .chat {
    padding: 20px 10px;
  }
  .chat-container .chat img {
    height: 32px;
    width: 32px;
  }
  .chat-container .chat p {
    padding: 0 20px;
  }
  .chat .chat-content:not(:has(.typing-animation), :has(.error)) span {
    visibility: visible;
  }
  .typing-container {
    padding: 15px 10px;
  }
  .typing-textarea textarea {
    height: 45px;
    padding: 10px 40px 10px 10px;
  }
  .typing-content span {
    height: 45px;
    width: 45px;
    margin-left: 5px;
  }
  span.material-symbols-rounded {
    font-size: 1.25rem !important;
  }
}
#post-page {
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
#post-page a {
  color: #fff;
  text-decoration: underline !important;
}
#post-page p {
  margin-bottom: 20px;
}
#post-page h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
#post-page h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
#post-page h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#post-page h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
#post-page h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#post-page h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#post-page q {
  padding-left: 30px;
  display: block;
}

#register-page {
  margin: 100px 0;
}
#register-page .tab-box {
  padding: 30px !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  margin: 0 auto;
  width: 100% !important;
  max-width: 400px !important;
}
#register-page .tab-box .tab {
  margin-bottom: 30px;
}
#register-page .tab-box span,
#register-page .tab-box a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
#register-page .tab-box a {
  text-decoration: underline;
}

#footer {
  background-color: #000;
  padding: 20px 0;
  margin-top: auto;
}
#footer ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#footer ul li {
  margin-left: 30px;
}
#footer ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

@media only screen and (max-width: 998px) {
  #my-creation-section .list .item {
    width: calc(25% - 14px);
    height: 170px;
  }
  #faceswap .content {
    margin-bottom: 30px;
  }
  #header .right {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #260b2a;
    z-index: 999;
    width: 70%;
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    align-items: start;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: 300ms all;
    border-left: 2px solid #1a061d;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  #header .right.show {
    right: 0;
  }
  #header .right nav {
    width: 100%;
  }
  #header .right ul {
    flex-direction: column;
    width: 100%;
  }
  #header .right ul li {
    margin: 0 0 10px 0 !important;
    display: block;
    width: 100%;
  }
  #header .right ul li a {
    display: block;
    padding: 5px 20px;
    margin-right: 20px;
  }
  #header .right ul .mega-menu ul,
  #header .right ul .mega-menu .tab-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 0 !important;
    background-color: transparent;
  }
  #header .right ul .mega-menu ul .image {
    margin-top: 20px;
  }
  #header .right ul .mega-menu .tab-box .tab {
    padding-top: 20px;
  }
  #header .right ul .mega-menu ul a .text strong,
  #header .right ul .mega-menu ul a .text span {
    color: #fff !important;
  }
  #header .right .green-gradient-btn {
    margin-left: 20px;
    min-width: 136px;
    min-height: 34px;
  }
  #header .open-menu-btn {
    display: block;
  }
  #header li {
    width: 100%;
    display: block;
  }
  #header .green-gradient-btn {
    display: block;
    margin-left: 20px !important;
    width: calc(100% - 40px) !important;
    background-size: cover !important;
  }
  #header .tab-box {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  #plans .plans-box {
    margin-top: 80px !important;
      margin-left: 40px;
      margin-right: 40px;
      width: calc(100% - 80px);
  }
  #my-creation-section .list .item {
    height: 140px;
  }
  #page-content .content {
    padding: 30px 20px !important;
  }
  #faceswap .upload-content {
    height: auto;
    margin-bottom: 30px;
  }
  #header .right .mega-menu ul li {
    margin: 15px 0;
  }
  #header .right .mega-menu ul li a {
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
  }
  #header .right .mega-menu ul li a .image {
    width: 100% !important;
  }
  #header .right .mega-menu ul li a strong {
    margin: 10px 0 !important;
  }
  #header .right .mega-menu .tab-box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #footer ul {
    flex-direction: column;
    margin-right: auto;
  }
  #footer ul li {
    margin: 10px 0 0 10px;
  }
}
@media only screen and (max-width: 468px) {
    #plans .plans-box .item {
      display: none;
    }
    #plans .plans-box hr {
      display: none;
    }
    #plans .plans-box form{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #plans .price,
    #plans .price + span{
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }
  #my-creation-section .list .item {
    width: calc(50% - 14px);
  }
  #faceswap .content {
    padding: 15px;
  }
  #faceswap .tab button {
    font-size: 18px;
  }
  #main-hero .image {
    height: 300px;
  }
  #contact .submit-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
  #features .title {
    font-size: 32px;
    line-height: 1.4;
  }
  #about-section .title {
    font-size: 42px;
    line-height: 1.4;
  }
  #about-section .image {
    height: 300px;
  }
  #faq .accordion {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.image-comparison {
    max-width: 48.063em;
    margin-right: auto;
    margin-left: auto;
}

.image-comparison__slider-wrapper {
    position: relative;
}

.image-comparison__label {
    font-size: 0;
    line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
}

@media (hover) {
    .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
        transform: scale(1.2);
    }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
}

.image-comparison__figure {
    margin: 0;
}
.image-comparison__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 66.666666667%;
}

.image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    bottom: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
    .image-comparison__caption {
        font-size: 12px;
    }
}

.image-comparison__caption--before {
    left: 12px;
    z-index: 2;
}

.image-comparison__caption--after {
    right: 12px;
    text-align: right;
}

.image-comparison__caption-body {
    max-width: 40vmin;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
    background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0091df;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
    background-color: transparent;
}

.image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
}

.image-comparison__range::-ms-tooltip {
    display: none;
}
#gender_man_label,
#gender_women_label{
  display: block !important;
  border-radius: 10px !important;
  border: 1px solid transparent !important;
}
#gender_man:checked + #gender_man_label{
  border-color: #fff !important;
}
#gender_women:checked + #gender_women_label{
  border-color: #fff !important;
}