@charset "UTF-8";
.main-sec {
  margin-left: 0 !important;
  margin-top: 100px !important;
  padding-bottom: 0 !important;
}
.main-sec .app-header {
  padding: 0;
  display: inherit !important;
}
.main-sec .app-header .top-strip {
  padding: 5px 20px;
  background: #da3467;
}
.main-sec .app-header .header-wrapper {
  padding: 10px 20px;
  background: #232323;
}
.main-sec .app-header .header-brand {
  display: block;
}
.main-sec .app-header .header-brand img {
  width: 80px;
  margin: 0;
  filter: invert(1);
}
.main-sec .app-header .nav-link.icon .header-icon {
  color: #fff;
}
.main-sec .app-header .documents {
  position: relative;
}
.main-sec .app-header .documents:hover .document-dropdown {
  opacity: 1;
  pointer-events: all;
}
.main-sec .app-header .documents:hover .document-dropdown li:hover {
  background: #fff;
}
.main-sec .app-header .documents:hover .document-dropdown li:hover a {
  color: #000000;
}
.main-sec .app-header .documents .document-dropdown {
  position: absolute;
  left: 0;
  top: 40px;
  background: #da3467;
  padding: 8px 0;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  box-shadow: 0 6px 13px 1px rgba(51, 51, 51, 0.1803921569);
  border-radius: 5px;
  transition: 400ms ease;
}
.main-sec .app-header .documents .document-dropdown.finance {
  width: 200px;
}
.main-sec .app-header .documents .document-dropdown li a {
  color: #fff;
  font-size: 12px;
}
.main-sec .app-header .documents .document-dropdown li.users-doc .user-document {
  position: absolute;
  left: 100%;
  background: #da3467;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  top: 70%;
  border-radius: 0 9px 9px;
  width: 100%;
  padding: 5px 0px;
}
.main-sec .app-header .documents .document-dropdown li.users-doc .user-document li:hover a {
  color: #000;
}
.main-sec .app-header .documents .document-dropdown li.users-doc .user-document li a {
  color: #fff;
}
.main-sec .app-header .documents .document-dropdown li.users-doc:hover .user-document {
  opacity: 1;
  visibility: visible;
}
.main-sec .app-header .usagetab a {
  background: #ebebeb;
  border-radius: 20px;
  color: #232323;
  font-size: 14px;
  padding: 5px 20px;
}

.copyright {
  padding: 10px 0;
  background: #000000;
  color: #fff;
}
.copyright .text {
  color: #fff;
  font-size: 14px;
}
.copyright ul li {
  position: relative;
  font-size: 14px;
}
.copyright ul li a {
  width: 35px;
  height: 35px;
  border: 2px solid #da3467;
  display: block;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comming-soon {
  width: 100%;
}
.comming-soon .wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  opacity: 0.7;
  background: linear-gradient(-75deg, transparent 25%, #16181E 25%, #16181E 75%, transparent 75%, transparent 100%);
  transition: all 0.5s cubic-bezier(0.67, 0, 0.3, 1) 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.comming-soon .wrapper .content {
  padding: 1rem;
  width: 100%;
}
.comming-soon .wrapper .content h1 {
  font-size: 3rem;
  color: #fff;
}
.comming-soon .wrapper .content p {
  font-size: 1.1rem;
  color: #fff;
}
.comming-soon .wrapper .content a {
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  overflow: hidden;
  border-radius: 30px;
  opacity: 1;
  background: #da3467;
  border-style: solid;
  transition: 0.2s ease-in-out;
}
.comming-soon .wrapper .content a:hover {
  background: none;
  transition: 0.2s ease-in-out;
}

.profile .card-header {
  background: #da3467;
  border-radius: 10px 10px 0 0 !important;
}
.profile .card-header h4 {
  font-weight: 600;
  color: #fff;
}
.profile .item {
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdada;
}

.login-page h3, .register-page h3 {
  font-weight: 600;
}
.login-page .text-info, .register-page .text-info {
  color: #da3467 !important;
}
.login-page .resend-otp, .register-page .resend-otp {
  display: block;
}
.login-page .resend-otp:hover, .register-page .resend-otp:hover {
  color: #da3467;
}
.login-page .form-group .btn-primary, .register-page .form-group .btn-primary {
  background: #da3467;
  border-color: #fff;
}
.login-page #login-background .login-bg, .register-page #login-background .login-bg {
  background: linear-gradient(230deg, #da3467, #000);
}
.login-page #login-background .login-bg img, .register-page #login-background .login-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-page .register, .login-page .login, .register-page .register, .register-page .login {
  color: #da3467;
}

.steps .col-lg-2:first-child .tabli-item::before {
  content: none;
}
.steps .tabli-item {
  position: relative;
}
.steps .tabli-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #5e5e5e;
  top: 30%;
  left: -50%;
  z-index: -1;
}
.steps .tabli-item .num {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #5e5e5e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -3px 5px 36px -13px #2b2b2b;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.steps .tabli-item .num::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.steps .tabli-item .text {
  font-size: 14px;
  white-space: nowrap;
}
.steps .tabli-item.current .num {
  background: #da3467;
}
.steps .tabli-item.current .text {
  color: #da3467;
  font-weight: 500;
}
.steps .tabli-item.current::before {
  background: #da3467;
}

.upload-document .select-file {
  padding: 19px;
  background: #fff;
  border-radius: 35px;
  width: 40%;
  margin: 0 auto;
  box-shadow: 0px 5px 10px -4px #da3467;
}
.upload-document .extract-btn button {
  background: #232323;
  border: 0;
}
.upload-document .extract-btn button.active {
  background: #da3467 !important;
  border: none;
}

.select-template .template-item figure {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #000000;
  text-align: center;
  border-radius: 10px;
}
.select-template .template-item figure img {
  opacity: 1;
  width: 100%;
  transition: opacity 0.35s;
}
.select-template .template-item figure::after {
  background: #da3467;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.select-template .template-item figure figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 30px;
}
.select-template .template-item figure figcaption h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.select-template .template-item figure figcaption p {
  font-size: 14px;
}
.select-template .template-item figure figcaption p, .select-template .template-item figure figcaption h2 {
  width: 100%;
  opacity: 1;
  transform: translate3d(0%, 0%, 0);
  transition-delay: 0.2s;
  color: #fff;
}

.extract-template-text .card {
  margin-bottom: 0;
  height: 100%;
}
.extract-template-text .temp-dropdowns {
  padding-top: 40px;
}
.extract-template-text .temp-dropdowns select {
  width: 100%;
  padding: 10px;
  border-color: #da3467;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 1px 5px 8px -2px rgba(218, 52, 103, 0.3098039216);
}

.generate-audio {
  background: #fff;
}
.generate-audio select, .generate-audio textarea {
  width: 100%;
  padding: 10px;
  border-color: #da3467;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 1px 5px 8px -2px rgba(218, 52, 103, 0.3098039216);
}

.selector {
  position: relative;
  width: 60%;
  background-color: #f1f3f5;
  margin: 0 auto;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-around;
  align-items: center;
  border-radius: 35px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.selector .selector-item {
  position: relative;
  flex-basis: 49%;
}
.selector .selector-item .selector-item_radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.selector .selector-item .selector-item_radio:checked + .selector-item_label {
  background-color: #da3467;
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.5);
}
.selector .selector-item .selector-item_label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
  line-height: 3.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition-duration: 0.5s;
  margin-bottom: 0;
  transition-property: transform, box-shadow;
  transform: none;
}

.pervious-btn .btn-primary {
  background: #666666 !important;
  border: 0 !important;
}

/*------------------------avtars css----------------------------*/
.select-avatar .avatartab-wrap {
  display: none;
}
.select-avatar li {
  flex: 0 1 24%;
  max-width: 24%;
  margin: 0 10px;
}
.select-avatar .avatar-checkbox {
  width: 100%;
  height: 100%;
  padding: 20px 3px;
}
.select-avatar .avatar-checkbox input {
  display: none;
}
.select-avatar .avatar-checkbox input:checked + label {
  opacity: 1;
  border: 2px solid #da3467;
}
.select-avatar .avatar-checkbox input:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}
.select-avatar .avatar-checkbox input:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}
.select-avatar .avatar-checkbox label {
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  box-shadow: 0 0 20px rgba(195, 195, 195, 0.4039215686);
}
.select-avatar .avatar-checkbox label img {
  width: 100%;
  height: 100%;
  border-radius: 1.4rem 1.4rem 0 0;
}
.select-avatar .avatar-checkbox label .cover-checkbox {
  position: absolute;
  right: 11px;
  top: 9px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #da3467;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
}
.select-avatar .avatar-checkbox label .cover-checkbox svg {
  width: 13px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease 0.15s;
  stroke-dashoffset: 16px;
}
.select-avatar .avatar-checkbox label .info {
  text-align: center;
  margin-top: 0.2rem;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 10px 0;
}
.select-avatar .templeateList .item {
  position: relative;
}
.select-avatar .templeateList .item i {
  display: none;
}
.select-avatar .templeateList .item.current {
  border: 3px solid #ff8dbb;
  border-radius: 10px;
  line-height: 0;
}
.select-avatar .templeateList .item.current i {
  color: #ffffff;
  background-color: #ff8dbb;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-audio-file {
  text-align: center;
}
.voice-audio-file select {
  width: 35%;
  display: block;
  padding: 10px;
  border-color: #da3467;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 14px;
  box-shadow: 1px 5px 8px -2px rgba(218, 52, 103, 0.3098039216);
}

/*---------------------------------video css ---------------------*/
.video-generate .scene-item {
  background: #f5f9fc;
  padding: 20px;
  box-shadow: 1px 0px 11px -2px #666;
  line-height: 0;
  border-radius: 10px;
}
.video-generate .scene-item h5 {
  font-size: 14px;
}
.video-generate .scene-item video {
  border-radius: 10px;
  width: 100%;
  height: 240px;
}
.video-generate .scene-item .texture-btns {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.video-generate h5 {
  font-size: 20px;
}
.video-generate .subtitle .switch3 {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 37px;
  border-radius: 37px;
  background-color: #bcbcbc;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.video-generate .subtitle .switch3.switch3-checked {
  background-color: #da3467;
  box-shadow: none;
}
.video-generate .subtitle .switch3 input {
  display: none;
}
.video-generate .subtitle .switch3 input:checked + .switch-text {
  left: 48px;
  box-shadow: 0px 0px 0px white;
}
.video-generate .subtitle .switch3 .switch-text {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: white;
  top: 5px;
  left: 5px;
  box-shadow: 0px 0px 1px rgb(150, 150, 150);
  transition: all 0.3s;
}
.video-generate .subtitle .switch3 .switch-text::before, .video-generate .subtitle .switch3 .switch-text::after {
  position: absolute;
  content: "ON";
  width: 40px;
  height: 37px;
  line-height: 37px;
  font-family: "Varela Round";
  font-size: 14px;
  font-weight: bold;
  top: -5px;
  margin-left: 5px;
}
.video-generate .subtitle .switch3 .switch-text::before {
  content: "OFF";
  color: rgb(34, 34, 34);
  left: 100%;
}
.video-generate .subtitle .switch3 .switch-text::after {
  content: "ON";
  right: 100%;
  color: white;
  padding-left: 7px;
}
.video-generate .soundtrack {
  border: 3px dashed #da3467;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.video-generate .soundtrack::-webkit-file-upload-button {
  background: #da3467;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 50px;
}
.video-generate .modelpop {
  position: fixed;
}
.video-generate .model .form-group {
  width: 70%;
  margin: 0 auto;
}
.video-generate .model .form-group textarea {
  width: 100%;
  padding: 10px;
}
.video-generate .model .close-model {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.video-generate .model .close-model img {
  width: 15px;
}
.video-generate .model.addmodel {
  left: 50%;
  top: 100%;
  padding: 20px;
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 1111;
  background: #efefef;
  transform: translate(-50%, 100%);
  transition: 450ms ease;
}
.video-generate .model.addmodel.is-open {
  transform: translate(-50%, -50%);
  top: 50%;
}
.video-generate .model.editmodel {
  top: 100%;
  left: 50%;
  padding: 20px;
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 1111;
  background: #efefef;
  transform: translate(-50%, 100%);
  transition: 450ms ease;
}
.video-generate .model.editmodel.is-open {
  transform: translate(-50%, -50%);
  top: 50%;
}
.video-generate .model .card {
  background: #ffffff;
  width: 50%;
  margin: 0 auto;
  height: 250px;
  border: 0;
}
.video-generate .model .card ul {
  outline: 0;
}
.video-generate .model .card ul li {
  padding-left: 20px;
  position: relative;
}
.video-generate .model .card ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background: #da3467;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.video-generate .model .video-checkbox {
  width: 100%;
  height: 100%;
  padding: 20px 3px;
}
.video-generate .model .video-checkbox input {
  display: none;
}
.video-generate .model .video-checkbox input:checked + label {
  opacity: 1;
  border: 2px solid #da3467;
}
.video-generate .model .video-checkbox input:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}
.video-generate .model .video-checkbox input:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}
.video-generate .model .video-checkbox label {
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  line-height: 0;
  height: 250px;
  padding-bottom: 0;
  box-shadow: 0 0 20px rgba(195, 195, 195, 0.4039215686);
}
.video-generate .model .video-checkbox label video {
  width: 100%;
  height: 100%;
  border-radius: 1.4rem;
}
.video-generate .model .video-checkbox label .cover-checkbox {
  position: absolute;
  right: 11px;
  top: 9px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #da3467;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
}
.video-generate .model .video-checkbox label .cover-checkbox svg {
  width: 13px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease 0.15s;
  stroke-dashoffset: 16px;
}

.form-container {
  width: 100%;
  height: 100%;
}
.form-container .upload-files-container {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 30px 60px;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.form-container .upload-files-container h2 {
  font-weight: 600;
}
.form-container .upload-files-container .drag-file-area {
  border: 2px dashed #da3467;
  border-radius: 25px;
  width: 100%;
  margin: 10px 0 15px;
  padding: 40px 50px;
  text-align: center;
}
.form-container .upload-files-container .drag-file-area .upload-icon {
  font-size: 50px;
  color: #da3467;
}
.form-container .upload-files-container .drag-file-area h3 {
  font-size: 22px;
  color: #5c5c5c;
}
.form-container .upload-files-container .drag-file-area label {
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.form-container .upload-files-container .drag-file-area label .browse-files-text {
  color: #da3467;
  cursor: pointer;
  font-weight: 600;
  margin-left: 5px;
}
.form-container .upload-files-container .drag-file-area label .default-file-input {
  display: none;
}
.form-container .upload-files-container .cannot-upload-message {
  background: rgba(240, 29, 22, 0.6901960784);
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 5px auto;
  width: 35%;
  padding: 5px 10px;
  border-radius: 5px;
  color: #f3f3f3;
  display: none;
}
.form-container .upload-files-container .file-block {
  color: #f7fff7;
  background-color: #da3467;
  transition: all 1s;
  width: 50%;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 15px;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
}
.form-container .upload-files-container .file-block .progress-bar {
  display: flex;
  position: absolute;
  width: 50%;
  background: #fff;
}
.form-container .upload-files-container .upload-button {
  background-color: #da3467;
}
.form-container .upload-files-container .select-language {
  width: 50%;
  position: relative;
  cursor: pointer;
}
.form-container .upload-files-container .select-language h3 span {
  color: red;
}
.form-container .upload-files-container .select-language .select, .form-container .upload-files-container .select-language .target_lang {
  background: #f7f7f7;
  padding: 10px 25px;
  color: #666;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid #da3467;
}
.form-container .upload-files-container .select-language .select i, .form-container .upload-files-container .select-language .target_lang i {
  float: right;
  margin-top: 5px;
}
.form-container .upload-files-container .select-language .option_list {
  background: #e1e1e1;
  width: 100%;
  border-radius: 10px;
  margin-top: 14px;
  max-height: 180px;
  overflow-y: auto;
  transition: 0.4s linear;
  height: 0;
}
.form-container .upload-files-container .select-language .option_list.active {
  height: 180px;
}
.form-container .upload-files-container .select-language .option_list::-webkit-scrollbar {
  width: 4px;
  background: #666;
}
.form-container .upload-files-container .select-language .option_list::-webkit-scrollbar-thumb {
  background: #da3467;
}
.form-container .upload-files-container .select-language .option_list .option {
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.form-container .upload-files-container .select-language .option_list .option:hover, .form-container .upload-files-container .select-language .option_list .option.selected {
  color: #fff;
  background: #da3467;
  border-radius: 10px;
}
.form-container .extract-text-box {
  display: none;
}
.form-container .transition-text-box {
  display: none;
}

.button {
  background-color: #666;
  color: #f7fff7;
  display: flex;
  align-items: center;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  padding: 7.5px 50px;
  cursor: pointer;
  margin: auto;
  margin-top: 25px;
}

#loader {
  display: none;
  height: 100%;
  width: 100%;
  right: 0;
  background: rgba(11, 11, 11, 0.7921568627);
  position: fixed;
  top: 0;
}
#loader .preload-item {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  border: 1px solid greenyellow;
  border-radius: 100vh;
  top: 40%;
  left: 57%;
  translate: -50% -50%;
  animation: preloader-animation 4s linear infinite var(--_delay, 0s);
}
#loader .preload-item:nth-child(2) {
  --_delay: .5s;
}
#loader .preload-item:nth-child(3) {
  --_delay: 1s;
}
#loader .preload-item:nth-child(4) {
  --_delay: 1.5s;
}
#loader .preload-item:nth-child(5) {
  --_delay: 2s;
}
#loader .preload-item:nth-child(6) {
  --_delay: 2.5s;
}
#loader .preload-item:nth-child(7) {
  --_delay: 3s;
}
#loader .preload-item:nth-child(8) {
  --_delay: 3.5s;
}
#loader .animate-text {
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: 65%;
  left: 58%;
  transform: translate(-50%, -50%);
}
#loader .animate-text span {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 46px;
  display: none;
}
#loader .animate-text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}
#loader .animate-text span.text-out {
  animation: textOut 1s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes preloader-animation {
  from {
    opacity: 0;
    border-color: yellow;
  }
  20%, 80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: 300px;
    border-color: red;
  }
}
.target-language {
  width: 50%;
  position: relative;
  cursor: pointer;
}
.target-language h3 span {
  color: red;
}
.target-language .target_lang {
  background: #f7f7f7;
  padding: 10px 25px;
  color: #666;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid #da3467;
}
.target-language .target_lang i {
  float: right;
  margin-top: 5px;
}
.target-language .target_list {
  background: #e1e1e1;
  width: 100%;
  border-radius: 10px;
  margin-top: 14px;
  max-height: 180px;
  overflow-y: auto;
  transition: 0.4s linear;
  height: 0;
}
.target-language .target_list.active {
  height: 180px;
}
.target-language .target_list::-webkit-scrollbar {
  width: 4px;
  background: #666;
}
.target-language .target_list::-webkit-scrollbar-thumb {
  background: #da3467;
}
.target-language .target_list .targ_option {
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.target-language .target_list .targ_option:hover, .target-language .target_list .targ_option.selected {
  color: #fff;
  background: #da3467;
  border-radius: 10px;
}

.audio-sec .select-file {
  border: 0;
  position: relative;
  display: flex;
  width: 30em;
  height: 3em;
  line-height: 3;
  overflow: hidden;
  border-radius: 0.25em;
  padding: 0;
}
.audio-sec .select-file::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #e4e4e4;
  cursor: pointer;
  pointer-events: none;
  border-radius: 10px;
}
.audio-sec .select-file:hover::after {
  color: #da3467;
}
.audio-sec .select-file select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #e4e4e4;
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  color: #646464;
  cursor: pointer;
  font-size: 1em;
  width: 50%;
  margin: 0 10px;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
}
.audio-sec .select-file select::-ms-expand {
  display: none;
}
.audio-sec .select-avtar .item .radio-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.audio-sec .generat-btn {
  text-align: center;
}
.audio-sec .generat-btn .btn-primary {
  background: #da3467;
  border: 0;
  padding: 10px 25px;
  text-transform: capitalize;
}

.video-load {
  height: 100vh;
  position: fixed !important;
  left: 0;
  width: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.8235294118);
}
.video-load .video-animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.video-load .ring {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 50%;
}
.video-load .ring::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  animation: ring 2s infinite linear;
}
.video-load .text {
  font-size: 18px;
  color: #737373;
  animation: text 3s ease-in-out infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #e65c00;
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 1px 5px 2px #18b201;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 1px 5px 2px #0456c8;
  }
}
@keyframes text {
  0% {
    color: #575757;
  }
  100% {
    color: #fff;
  }
}
.generate-video {
  display: none;
}
.generate-video .video-prew {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.generate-video video {
  margin: 30px auto;
  max-width: 700px;
}
.generate-video .download-btn {
  text-align: center;
}
.generate-video .download-btn .btn-primary {
  background: #da3467;
  border: 0;
  padding: 10px 25px;
  text-transform: capitalize;
}

.select-avtar .avtar-thumbtab {
  margin-bottom: 30px;
}
.select-avtar .avtar-thumbtab ul li {
  position: relative;
}
.select-avtar .avtar-thumbtab ul li.current .item {
  border: 2px solid #ff8dbb;
}
.select-avtar .avtar-thumbtab ul li.current .item i {
  color: #ffffff;
  background-color: #ff8dbb;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-avtar .avtar-thumbtab ul li .item {
  margin: 10px;
  width: 200px;
  height: 240px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px rgba(195, 195, 195, 0.4039215686);
  cursor: pointer;
  padding-top: 20px;
}
.select-avtar .avtar-thumbtab ul li .item i {
  display: none;
}
.select-avtar .avtar-thumbtab ul li .item .hobbies-icon {
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.select-avtar .avtar-thumbtab ul li .item .hobbies-icon h3 {
  font-size: 14px;
  font-weight: 600;
}
.select-avtar .avatartab-wrap {
  display: none;
}
.select-avtar .avatartab-wrap .templeateList .item {
  position: relative;
}
.select-avtar .avatartab-wrap .templeateList .item i {
  display: none;
}
.select-avtar .avatartab-wrap .templeateList .item.current {
  border: 3px solid #ff8dbb;
  border-radius: 10px;
  line-height: 0;
}
.select-avtar .avatartab-wrap .templeateList .item.current i {
  color: #ffffff;
  background-color: #ff8dbb;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-avtar .avatartab-wrap .templeateList .item video {
  border-radius: 4px;
  height: 200px;
  width: 100%;
  background: #000000;
}

.download-btn {
  text-align: center;
}
.download-btn .btn-primary {
  background: #da3467;
  border: 0;
  padding: 10px 25px;
  text-transform: capitalize;
}

.dashboard-sec .card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.dashboard-sec .card p {
  height: 43px;
}
.dashboard-sec .card .card-body .provers {
  position: absolute;
  top: 0;
  right: 1rem;
  background: #f53873;
  padding: 5px 25px;
  color: #fff;
  border-top: 0 !important;
  border: 2px solid #fff;
  border-radius: 0 0 10px 10px;
}
.dashboard-sec .card.wizard {
  background: url("../images/wizard.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.wizard::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.dashboard-sec .card.wizard h4, .dashboard-sec .card.wizard p {
  color: #fff;
}
.dashboard-sec .card.wizard .start-btn {
  width: 40%;
  margin: 0 auto;
  border: 2px solid #fff;
}
.dashboard-sec .card.avatar {
  background: url("../img/frontend/backgrounds/avatar.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.avatar::before {
  background: linear-gradient(to right, #34aedb, #6c6868);
}
.dashboard-sec .card.aiimages {
  background: url("../img/frontend/backgrounds/ai-image.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.aiimages::before {
  background: linear-gradient(to right, #9d103b, #6c6868);
}
.dashboard-sec .card.voice {
  background: url("../img/frontend/backgrounds/voice-cloning.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.voice::before {
  background: linear-gradient(to right, #1c3ae3, #6c6868);
}
.dashboard-sec .card.transcript {
  background: url("../img/frontend/backgrounds/ai-transciption.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.transcript::before {
  background: linear-gradient(to right, #59137c, #6c6868);
}
.dashboard-sec .card.plagiarism {
  background: url("../img/frontend/backgrounds/plagiarism-detector.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.plagiarism::before {
  background: linear-gradient(to right, #59137c, #6c6868);
}
.dashboard-sec .card.llm {
  background: url("../img/frontend/backgrounds/llm-detector.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.llm::before {
  background: linear-gradient(to right, #59137c, #6c6868);
}
.dashboard-sec .card.summarize {
  background: url("../img/frontend/backgrounds/summerize-text.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.summarize::before {
  background: linear-gradient(to right, #1c3ae3, #6c6868);
}
.dashboard-sec .card.srt {
  background: url("../img/frontend/backgrounds/str.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.srt::before {
  background: linear-gradient(to right, #9d103b, #6c6868);
}
.dashboard-sec .card.imagevid {
  background: url("../img/frontend/backgrounds/imagevideo.jpg") no-repeat center center/cover;
}
.dashboard-sec .card.imagevid::before {
  background: linear-gradient(to right, rgba(28, 58, 227, 0.6352941176), #6c6868);
}
.dashboard-sec .card.avatar::before, .dashboard-sec .card.aiimages::before, .dashboard-sec .card.voice::before, .dashboard-sec .card.transcript::before, .dashboard-sec .card.llm::before, .dashboard-sec .card.summarize::before, .dashboard-sec .card.plagiarism::before, .dashboard-sec .card.srt::before, .dashboard-sec .card.imagevid::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.dashboard-sec .card.avatar h4, .dashboard-sec .card.avatar p, .dashboard-sec .card.aiimages h4, .dashboard-sec .card.aiimages p, .dashboard-sec .card.voice h4, .dashboard-sec .card.voice p, .dashboard-sec .card.transcript h4, .dashboard-sec .card.transcript p, .dashboard-sec .card.llm h4, .dashboard-sec .card.llm p, .dashboard-sec .card.summarize h4, .dashboard-sec .card.summarize p, .dashboard-sec .card.plagiarism h4, .dashboard-sec .card.plagiarism p, .dashboard-sec .card.srt h4, .dashboard-sec .card.srt p, .dashboard-sec .card.imagevid h4, .dashboard-sec .card.imagevid p {
  color: #ffffff;
}
.dashboard-sec .card.avatar .start-btn, .dashboard-sec .card.aiimages .start-btn, .dashboard-sec .card.voice .start-btn, .dashboard-sec .card.transcript .start-btn, .dashboard-sec .card.llm .start-btn, .dashboard-sec .card.summarize .start-btn, .dashboard-sec .card.plagiarism .start-btn, .dashboard-sec .card.srt .start-btn, .dashboard-sec .card.imagevid .start-btn {
  width: 40%;
  border: 2px solid #ffffff;
  background: #622f3f;
  color: #fff !important;
  margin: 0;
  border-radius: 100px;
}
.dashboard-sec .card:hover {
  border: 2px solid #da3467;
}
.dashboard-sec .card .icon {
  display: inline-block;
  position: relative;
  width: 50px;
  margin-bottom: 20px;
  background: #e7e7e7;
  padding: 7px;
  border-radius: 100%;
  border: 2px solid #da3467;
}
.dashboard-sec .card .icon img {
  width: 100%;
}
.dashboard-sec .card .start-btn {
  display: block;
  background: linear-gradient(to right, #da3467, #9d103b);
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 600;
  margin: 0 10px;
}
.dashboard-sec .model.wizard-Model {
  background: #efefef;
  padding: 50px 35px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1111;
  transform: translateY(120%);
  transition: 450ms ease;
  margin: 6rem auto;
  width: 50%;
  border-radius: 10px;
  overflow-y: scroll;
}
.dashboard-sec .model.wizard-Model.is-open {
  transform: translateY(0%);
}
.dashboard-sec .model .content p {
  font-size: 22px;
  font-weight: 600;
}
.dashboard-sec .model .content form .form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.dashboard-sec .model .content form .form-group .form-control {
  border-radius: 10px;
}
.dashboard-sec .model .content form .form-group .inputfile {
  display: none;
}
.dashboard-sec .model .content form .form-group .file-box {
  display: inline-block;
  width: 100%;
  padding: 5px 0px 5px 5px;
  box-sizing: border-box;
  height: 2.2rem;
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 10px;
}
.dashboard-sec .model .content form .form-group .file-button {
  background: #da3467;
  padding: 7px;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
  right: 12px;
  color: #fff;
  border: 0;
  border-radius: 0 10px 10px 0;
}
.dashboard-sec .model .content form .form-group select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
}
.dashboard-sec .model .content form .wizardsubmit-btn {
  display: block;
  margin: 0 auto;
}

.back-dashboard {
  background: #da3467;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.back-dashboard:hover {
  color: #fff;
}

.header-wapper.secondary-header {
  background: #222222;
}
.header-wapper .d-flex {
  align-items: center;
}
.header-wapper .d-flex .col {
  flex: 0 1 20%;
  max-width: 20%;
}
.header-wapper .d-flex .col:last-child {
  flex: 0 1 80%;
  max-width: 100%;
}
.header-wapper #brand-img {
  filter: invert(1);
}
.header-wapper .nav-menu {
  justify-content: space-around;
}
.header-wapper .nav-menu ul {
  position: relative;
}
.header-wapper .nav-menu ul li {
  display: inline-block;
  padding: 10px 25px;
}
.header-wapper .nav-menu ul li a {
  color: #fff;
}
.header-wapper .nav-menu .login-sec .login-btn {
  display: inline-block;
}
.header-wapper .nav-menu .login-sec .login-btn a {
  color: #fff;
}
.header-wapper .nav-menu .login-sec .login-btn a:hover {
  color: #da3467 !important;
}
.header-wapper .nav-menu .login-sec .getstarted {
  display: inline-block;
}
.header-wapper .nav-menu .login-sec .getstarted a {
  background: #da3467;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
}

.minimize-navbar .secondary-header {
  background: #ffffff;
}
.minimize-navbar #brand-img {
  filter: none;
}
.minimize-navbar .nav-menu {
  justify-content: space-around;
}
.minimize-navbar .nav-menu ul {
  position: relative;
}
.minimize-navbar .nav-menu ul li {
  display: inline-block;
  padding: 10px 25px;
}
.minimize-navbar .nav-menu ul li a {
  color: #000;
}
.minimize-navbar .nav-menu .login-sec .login-btn {
  display: inline-block;
}
.minimize-navbar .nav-menu .login-sec .login-btn a:hover {
  color: #da3467 !important;
}
.minimize-navbar .nav-menu .login-sec .getstarted {
  display: inline-block;
}
.minimize-navbar .nav-menu .login-sec .getstarted a {
  background: #da3467;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
}

.feature-sec-B .img {
  line-height: 0;
}
.feature-sec-B .img img {
  border-radius: 10px;
}

.home-bg {
  background: url("/img/frontend/backgrounds/frontbg.png") !important;
  position: relative;
  height: calc(100vh - 100px);
}
.home-bg .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-bg h3 {
  font-size: 40px;
  color: #fff;
}
.home-bg .video_ai {
  background: #da3467;
  padding: 10px 35px;
  border: 1px solid #fff;
}
.home-bg .video_ai:hover {
  background: #fff;
  border: 1px solid #fff;
}
.home-bg .video_ai:hover span {
  color: #000;
}
.home-bg .animate-text {
  height: 60px;
  overflow: hidden;
}
.home-bg .animate-text span {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 46px;
  display: none;
}
.home-bg .animate-text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}
.home-bg .animate-text span.text-out {
  animation: textOut 1s ease;
}

.sample-video {
  padding: 30px 0;
}
.sample-video .main-video {
  position: relative;
}
.sample-video .w-embed {
  line-height: 0;
}
.sample-video .w-embed video {
  width: 100%;
  border-radius: 20px;
}
.sample-video .mute-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.power-ai {
  background: url("/img/frontend/backgrounds/unleash.jpg") no-repeat center center/cover;
  position: relative;
  padding: 50px 0;
}
.power-ai::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  opacity: 0.85;
}
.power-ai .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.power-ai .static-text {
  position: relative;
  text-align: right;
  font-size: 28px;
  color: #fff;
}
.power-ai .unleash-text {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 10px;
}
.power-ai .unleash-text li {
  color: rgba(221, 221, 221, 0.3411764706);
  list-style-type: none;
  padding: 5px 0;
  font-size: 28px;
  margin: 0;
  opacity: 0.3;
  transition: background-color 0.5s;
}
.power-ai .unleash-text li:nth-child(5) {
  color: #da3467;
  opacity: 1;
  font-weight: 600;
  background: linear-gradient(to right, #da3467, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cenimatic-videos {
  position: relative;
  background: #222222;
  padding: 50px 0 20px;
}
.cenimatic-videos .container {
  position: relative;
}
.cenimatic-videos .container h3 {
  color: #fff;
}
.cenimatic-videos .w-embed {
  line-height: 0;
}
.cenimatic-videos .w-embed video {
  width: 100%;
  border-radius: 20px;
}
.cenimatic-videos .mute-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.bookdemo {
  padding: 50px 0;
  background: #000;
}
.bookdemo .demo-sec {
  background: linear-gradient(177deg, #000 13.62%, rgba(0, 0, 0, 0.7) 47.55%, transparent 104.59%), linear-gradient(87deg, #fe92b2 6.24%, #da3467 55.76%, #e7668c 99.64%);
  border-radius: 16px;
  padding: 20px;
}
.bookdemo .demo-sec .col {
  padding-right: 5rem;
}
.bookdemo .demo-sec .col:last-child {
  padding-right: 0;
}
.bookdemo .demo-sec .content h3 {
  color: #fff;
}
.bookdemo .demo-sec .content .form-group input {
  position: relative;
  border: none;
  background: #000;
  border-radius: 5rem;
  padding: 10px 30px;
  width: 100%;
  margin: 20px 0;
  color: #fff;
}
.bookdemo .demo-sec .content .book-demo {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5rem;
  box-shadow: inset 0 2px 10px #fff;
  margin: 0 auto;
  padding: 10px 25px;
  display: block;
}
.bookdemo .demo-sec .w-embed {
  line-height: 0;
}
.bookdemo .demo-sec video {
  border-radius: 10px;
}

.main-features {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.main-features .item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}
.main-features .item:nth-child(1), .main-features .item:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
.main-features .item:nth-child(3) {
  left: 50%;
}
.main-features .item:nth-child(4) {
  left: calc(50% + 220px);
}
.main-features .item:nth-child(5) {
  left: calc(50% + 440px);
}
.main-features .item:nth-child(6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.main-features .item .content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
.main-features .item .content .title {
  text-transform: uppercase;
}
.main-features .item .content .description {
  line-height: 1.7;
  margin: 1rem 0 1.5rem;
  font-size: 0.8rem;
}
.main-features .item .content button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  border: 2px solid white;
  border-radius: 0.25rem;
  padding: 0.75rem;
  cursor: pointer;
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.nabs {
  position: absolute;
  display: flex;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nabs .btn {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(0, 0, 0, 0.6);
  margin: 0 0.25rem;
  padding: 0.75rem;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nabs .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.steps-sec .heading h2 {
  font-size: 36px;
}
.steps-sec .item-box {
  background: #e7e5e5;
  height: 200px;
  padding: 20px;
  margin: 10px;
  flex: 0 1 23%;
  max-width: 23%;
  border-radius: 10px;
}
.steps-sec .item-box .item-text {
  align-items: center;
}
.steps-sec .item-box .item-text .title_h3 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  line-height: 1.5;
}
.steps-sec .item-box .item-numbox .item-num {
  font-size: 58px;
  color: #d85e84;
  font-weight: 700;
  font-family: monospace;
}

.featurer-sec-B {
  background: #222222;
  position: relative;
  padding: 50px 0;
}
.featurer-sec-B .heading h2 {
  margin-bottom: 40px;
  color: #fff;
}
.featurer-sec-B .featuretab ul {
  -moz-column-count: 3;
       column-count: 3;
}
.featurer-sec-B .featuretab ul li {
  font-size: 18px;
  color: #fff;
  padding: 7px 15px;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.featurer-sec-B .featuretab ul li.current {
  background: #fff;
  color: #da3467;
  font-weight: 600;
}

.video-sec {
  padding: 100px 0;
  position: relative;
}
.video-sec .item-box .img {
  position: relative;
}
.video-sec .item-box .img::before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}
.video-sec .item-box img {
  border-radius: 10px;
  position: relative;
}
.video-sec .item-box .VdeMnSemn {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.video-sec .item-box .VdeMnSemn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-sec .item-box .VdeMnSemn .VdeIcnMn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.model.model-video {
  max-width: 1000px;
  width: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 100%);
  background: #222222;
  transition: all 1s ease;
}
.model.model-video.is-open {
  transform: translate(-50%, -50%);
  top: 50%;
}
.model.model-video .modelBody {
  width: 100%;
  line-height: 0;
}
.model.model-video .modelBody iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  padding: 50px 0;
  padding-bottom: 30px;
}
.model.model-video .modelBody video {
  height: 400px;
  width: 100%;
}

.modelPop {
  position: fixed;
  z-index: 1111;
}

.close_model {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  line-height: 0;
  width: 25px;
  height: 25px;
  z-index: 111;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 111;
  opacity: 0;
  pointer-events: none;
}
.overlay.overlyflm {
  opacity: 0.5;
  pointer-events: all;
}/*# sourceMappingURL=style.css.map */