/* font-family************ */
@font-face {
  font-family: "CeraGR-Black";
  src: url("../fonts/CeraGR/CeraGR-Black.ttf");
}

@font-face {
  font-family: "CeraGR-Medium";
  src: url("../fonts/CeraGR/CeraGR-Medium.ttf");
}

@font-face {
  font-family: "CeraGR-Regular";
  src: url("../fonts/CeraGR/CeraGR-Regular.ttf");
}

@font-face {
  font-family: "Futura-Bk-BT-Book";
  src: url("../fonts/Futura/Futura-Bk-BT-Book.ttf");
}

@font-face {
  font-family: "Futura-Medium";
  src: url("../fonts/Futura/Futura-Medium.ttf");
}

@font-face {
  font-family: "Futura-Md-BT-Medium";
  src: url("../fonts/Futura/Futura-Md-BT-Medium.ttf");
}

@font-face {
  font-family: "Futura-Md-BT-Bold";
  src: url("../fonts/Futura/Futura-Md-BT-Bold.otf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins/Poppins-Light.ttf");
}

/* common css ******************************************************************************/
:root {
  --white: #fff;
  --white-DEDEDE: #dedede;
  --black: #000;
  --black-121212: #121212;
  --gray: #777777;
  --gray-7C7C7C: #7c7c7c;
  --gray-313131: #313131;
  --light-purple: #7d7b8b;
  --light-gray: #5a5e62;

  --Dimorphotheca-magenta: #d531a1;
}

.white {
  color: var(--white);
}

.black {
  color: var(--black);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}

body {
  background: var(--black);
  font-family: "Futura-Md-BT-Medium";
}

body.show {
  position: fixed;
  top: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--white);
  font-family: "CeraGR-Black";
  text-transform: uppercase;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--white);
  font-family: "Futura-Md-BT-Medium";
}

p:last-child {
  margin-bottom: 0;
}

.small {
  font-size: 16px;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}

span {
  display: inline-block;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Dimorphotheca-magenta);
  /* -webkit-text-stroke-color: #9a4ac4; */
  color: var(--black);
  display: inline;
}

.section-heading h2 {
  background-image: linear-gradient(#e62996, #436ff9);
  color: transparent;
  background-clip: text;
  line-height: 0.9;
  font-size: 54px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--Dimorphotheca-magenta);
}

.section-heading h3 {
  letter-spacing: 2;
  font-family: "Futura-Md-BT-Medium";
}

.title {
  margin-bottom: 40px;
}

.title h4 {
  font-family: "Futura-Md-BT-Medium";
}

.title p {
  color: var(--light-purple);
}

.btn-common {
  font-size: 18px;
  padding: 14px 20px;
  background: #ffffff36;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid var(--gray);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Light";
  backdrop-filter: blur(30px);
  width: 290px;
  transition: 0.5s;
}

.btn-common:hover {
  transform: translateY(-3px);
}

.btn-common img {
  max-width: 30px;
  margin-right: 10px;
}

section {
  padding-bottom: 80px;
  overflow: hidden;
}

.bg {
  padding: 80px 0;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

img,
video {
  max-width: 100%;
}

.button-box {
  padding-top: 20px;
}

.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--black);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--white);
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.owl-nav {
  margin-top: 0;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.form-control-common {
  background: var(--black-121212);
  border: 1px solid var(--light-gray);
  font-size: 18px;
  padding: 15px 20px;
  width: 100%;
  appearance: textfield;
  color: var(--white-DEDEDE);
  border-radius: 10px;
  box-shadow: none;
  resize: none;
  outline: none;
  font-family: "Futura-Bk-BT-Book";
}

.input-group {
  padding-bottom: 20px;
}

::placeholder {
  text-transform: capitalize;
  color: var(--light-purple);
  font-size: 20px;
}

.select-option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/arrow-down.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px;
  padding-right: 2.5rem;
  background-color: var(--black-121212);
}

.select-option option {
  background: var(--black-121212);
}

#form .btn-common {
  width: unset;
  background: linear-gradient(#e62996, #436ff9);
  font-family: "Futura-Bk-BT-Book";
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  font-size: 20px;
}

/* header css start ******************************************************************************/
@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#header.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
  z-index: 1000;
  box-shadow: 0 0 10px 2px #000;
}

#header {
  background: transparent;
  padding: 15px 0;
  transition: 0.5s all;
  position: relative;
  z-index: 999;
}

#header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo-box img {
  max-width: 220px;
  width: 100%;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 30px;
}

#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 25px;
  height: 3px;
  background: var(--white);
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 5px;
}

#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}

#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}

#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}

#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

#header .button-box {
  margin-left: 20px;
  padding-top: 0;
}

#header .main-nav nav ul li {
  display: inline-block;
  position: relative;
}

#header .main-nav nav ul li:not(:last-child) {
  margin-right: 20px;
}

#header .main-nav nav ul li a {
  color: var(--gray);
  padding: 5px;
  font-size: 18px;
  font-family: "Futura-Bk-BT-Book";
  transition: 0.5s;
}

#header .main-nav nav ul li a:hover {
  color: var(--white);
}

/* homeBanner css ******************************************************************************/
#homeBanner {
  margin-top: -100px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#homeBanner .homeBanner-part {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 19% 0 8%;
}

#homeBanner .homeBanner-part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 33%);
}

#homeBanner .homeBanner-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: #000;
  background: linear-gradient(
    12deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 89%
  );
}

#homeBanner .homeBanner-box {
  position: relative;
  z-index: 9;
}

#homeBanner h1 {
  font-size: clamp(24px, 5vw, 62px);
  opacity: 55%;
  margin: 0;
  line-height: 1;
  /* font-size: 78px; */
  text-align: center;
  font-family: "CeraGR-Medium";
  font-weight: 700;
  letter-spacing: 5px;
}

#homeBanner h2 {
  text-align: center;
  opacity: 60%;
  font-family: "Futura-Md-BT-Medium";
  margin-bottom: 40px;
}

#homeBanner p {
  text-align: center;
  font-family: "Futura-Bk-BT-Book";
}

#homeBanner .button-box {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* content css ******************************************************************************/

.content .inner-box {
  border-radius: 35px;
  background-color: #181818;
  margin-bottom: 20px;
  width: 56%;
  margin: 20px auto 30px;
  min-height: 288px;
  transition: all 0.5s;
}

.content .inner-box:hover {
  transform: scale(1.1);
  border: 1.5px dashed #666363;
}

.content .inner-box a {
  display: block;
}

.content .inner-box .img-box {
  max-height: 380px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 35px;
}

.content .inner-box .img-box img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: 0.5s;
}

.content .inner-box:hover .img-box img {
  filter: grayscale(0);
}

.content .inner-box .text-box {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  padding: 10px 10px;
}

.content .inner-box .text-box .next-arrow-bx {
  margin-top: 4px;
}

.content .inner-box .text-box .next-arrow-bx img {
  max-width: 9%;
}

.content .box {
  position: relative;
}

/* .content .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  background: url("../images/side-design-1.png") no-repeat;
  width: 50px;
  height: 100%;
  z-index: 9;
} */

.content .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  background: url("../images/side-design-1.png") no-repeat;
  background-repeat: repeat-y;
  width: 50px;
  height: 200%;
  z-index: 9;
  animation: scrollBackgroundtop 10s linear infinite;
}

.content .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  background: url("../images/side-design-2.png") no-repeat;
  background-repeat: repeat-y;

  width: 50px;
  height: 200%;
  z-index: 9;
  animation: scrollBackgroundbottom 10s linear infinite;
}

/* Animation keyframes */
@keyframes scrollBackgroundtop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

@keyframes scrollBackgroundbottom {
  0% {
    background-position: 0 -100%;
  }

  100% {
    background-position: 0 0;
  }
}

/* why css ******************************************************************************/

#why .section-heading {
  display: flex;
  align-items: center;
  text-align: left;
}

#why .section-heading h2 {
  /* font-size: 250px; */
  font-size: clamp(24px, 13vw, 155px);
  margin: 0;
  -webkit-text-stroke: 0;
}

#why .section-heading .text-box {
  padding-left: 60px;
}

#why .section-heading p {
  font-size: 23px;
  color: var(--light-purple);
  /* width: 30%; */
  /* margin: 0 auto; */
  /* margin-bottom: -80px; */
}

#why .title h3 {
  font-family: "Futura-Md-BT-Medium";
}

#why .chaos-boxes {
  margin-top: 100px;
}

#why .chaos-boxes .row {
  row-gap: 70px;
}

#why .chaos-boxes .box {
  /* background-color: #0d0d0d; */
  border-radius: 70px 40px 300px 250px;
  /* padding: 30px 100px 20px; */
  padding: 20px 70px 20px;
  position: relative;
}

#why .chaos-boxes .box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -40px;
  left: 0;
  border: 1px solid var(--white-DEDEDE);
  border-radius: 200px 200px 0 200px;
  opacity: 0.4;
}

#why .chaos-boxes .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}

#why .chaos-boxes .top h6 {
  font-family: "Futura-Md-BT-Medium";
  color: var(--white-DEDEDE);
  font-size: 22px;
  font-family: "Futura-Md-BT-Bold";
  text-transform: capitalize;
}

#why .chaos-boxes .top img {
  max-width: 65px;
}

#why .chaos-boxes .bottom p {
  color: var(--light-purple);
  font-family: "Futura-Bk-BT-Book";
  text-align: center;
}

#why .chaos-boxes .button-box {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}

#why .chaos-boxes .btn-common {
  width: unset;
  font-size: 16px;
  color: var(--light-gray);
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 50px;
}

#why .chaos-boxes .btn-common img {
  max-width: 20px;
  margin: 0;
  margin-left: 20px;
}

.title.t-space-ttl {
  margin-top: 120px;
}

.title.t-space-ttl h3 {
  font-size: 52px;
}

/* making-cmn css ******************************************************************************/
.making-cmn .making-cmn-part {
  background-size: 100% 100%;
  background-position: center;
}

.making-cmn .section-heading {
  display: flex;
  align-items: end;
  margin: 0;
}

.making-cmn .section-heading h2 {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
  font-size: clamp(24px, 8vw, 90px);
  text-align: left;
  -webkit-text-stroke: 0;
}

.making-cmn .section-heading p {
  font-size: 25px;
  width: 40%;
  text-align: left;
}

#film-making {
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* creators css ********************************* */
#creators .section-heading {
  background-size: cover;
  background-position: center center;
  padding: 5% 0;
  margin: 0;
}

#creators .section-heading {
  position: relative;
  background-size: 100% 100% !important;
  padding-bottom: 0;
}

/* #creators .section-heading h2 {
  font-size: clamp(24px, 15vw, 280px);
  line-height: 0.7;
} */
#creators .section-heading h2 {
  font-size: clamp(24px, 15vw, 110px);
  line-height: 0.7;
  color: var(--white);
  -webkit-text-stroke: 0;
}

#creators .section-heading span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--light-purple);
}

#creators .section-heading img {
  margin-top: 62px;
  /* position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; */
}

/* New css Start *******************************************************************/
.testimonial-bx {
  position: relative;
}

.testimonial-bx:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../images/testimonial-top-border-bg.png) repeat-x;
  background-size: auto 37px;
  background-size: cover;
  width: 100%;
  height: 37px;
  z-index: 9;
  animation: scrollBackgroundtop1 5s linear infinite;
}

@keyframes scrollBackgroundtop1 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 200px 0;
  }
}

.testimonial-bx:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(../images/testimonial-btm-border-bg.png) repeat-x;
  background-size: auto 37px;
  background-size: cover;
  width: 100%;
  height: 37px;
  z-index: 9;
  animation: scrollBackgroundBottom2 5s linear infinite;
}

@keyframes scrollBackgroundBottom2 {
  0% {
    background-position: 200px 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* New css End *******************************************************************/

#creators .testimonial {
  /* background: url("../images/testimonial-bg.png") no-repeat;
  background-size: 100% 100%; */
  padding: 100px 0;
  margin-top: 80px;
  position: relative;
}

#creators .testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 9;
}

#creators .testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 9;
}

#creators .testimonial .item {
  position: relative;
  text-align: center;
  padding: 10px 90px;
  height: 100%;
}

#creators .testimonial .item::after {
  position: absolute;
  content: "";
  height: 50%;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 2px;
  background-color: var(--white);
  opacity: 0.4;
}

#creators .testimonial .owl-stage {
  display: flex;
  height: 100%;
}

#creators .testimonial .item p {
  font-family: "Futura-Bk-BT-Book";
}

/* footer css 
******************************************************************************/
.gradient-icon {
  background: linear-gradient(#e62996, #436ff9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#footer {
  background-color: var(--black-121212);
}

#footer p {
  font-family: "Futura-Bk-BT-Book";
}

#footer .footer-part {
  padding-top: 50px;
}

#footer .top-box .logo-box img {
  max-width: 300px;
  /* margin-bottom: 30px; */
}

#footer .box.box1 {
  text-align: center;
}

#footer .box.box2 {
  padding-left: 100px;
}

#footer .box1 p {
  color: var(--light-gray);
  margin-top: 30px;
}

#footer .top-box h5 {
  margin-bottom: 30px;
}

#footer .top-box .list-box li:not(:last-child) {
  margin-bottom: 20px;
}

#footer .top-box .list-box li {
  color: var(--gray);
}

#footer .top-box .list-box li a {
  transition: 0.5s;
}

#footer .top-box .list-box li a:hover {
  color: var(--white);
}

#footer .box3 ul a {
  color: var(--white);
}

#footer .top-box .link-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

#footer .top-box .link-box ul li a,
#footer .top-box .box.box3 .link-box ul li a {
  border: 1px solid var(--gray);
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

#footer .top-box .link-box ul li i {
  font-size: 20px;
  color: var(--light-purple);
  transition: 0.5s;
}

#footer .top-box .link-box ul li a:hover i {
  color: var(--white);
}

#footer .top-box .link-box ul img {
  max-width: 40px;
}

#footer .end-box {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid #4d4a4a;
}

#footer .end-box p {
  text-align: center;
}

#footer .top-box .box.box3 ul li a {
  display: block;
}

#footer .top-box .box.box3 ul li a:not(:last-child) {
  margin-bottom: 3px;
}

#footer .box.box4 {
  height: 100%;
}

#footer .box.box4 .link-box {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#footer .bottom-buttons {
  display: flex;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

#footer .bottom-buttons a {
  width: 50%;
  color: var(--white);
  background-color: #2b2b2b;
  padding: 20px 10px;
  font-size: 14px;
}

#footer .bottom-buttons a:first-child {
  background: linear-gradient(#e62996, #436ff9);
}

#form .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: green !important;
  color: green;
}

.hidden-country {
  display: none;
}

span.wpcf7-spinner {
  display: none !important;
}

/**/
.wpcf7-form
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control-common.form-checkbox {
  background: transparent;
  border: transparent;
  padding: 0 0 15px 0;
}

.wpcf7-form
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control-common.form-checkbox
  span.wpcf7-list-item.first.last {
  margin: 5px;
}

.wpcf7-form
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control-common.form-checkbox
  span.wpcf7-list-item.first.last
  label {
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.wpcf7-form input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #007bff;
}

/* Everything Section Start *****************************************************************************/
.everything .row {
  row-gap: 34px;
}

.everything .box {
  padding: 24px 24px;
  border: 1px solid #303030;
  border-radius: 35px;
  background-color: #181818;
  margin: 0 auto;
  transition: all 0.3s ease;
  z-index: 1;
  max-width: 400px;
  min-height: 255px;
  height: 100%;
  position: relative;
}

.everything .box:hover {
  transform: scale(1.05) rotate(-2deg);
}

.everything .box a {
  display: flex;
  column-gap: 10px;
  row-gap: 30px;
  min-height: 180px;
}

.everything .box .icon-box {
  width: 20%;
}

.everything .box .text-box {
  width: 80%;
}

.everything .box .icon-box img {
  width: 100%;
  max-width: 80%;
  object-fit: contain;
}

.everything .box .text-box p {
  color: var(--light-purple);
  margin-bottom: 15px;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 10px; */
}

.everything .box .text-box .title {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Futura-Md-BT-Bold";
}

.everything .box .text-box .next-arrow-bx {
  position: absolute;
  float: right;
  bottom: 8%;
  right: 6%;
}

.everything .box::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 35px;
  padding: 1px;
  background: linear-gradient(135deg, #e62996, #436ff9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.everything .box:hover::before {
  opacity: 1;
}

/* Logo bottom animation line ****************************************/
/* Animated border */
.logo-box {
  display: inline-block;
}

.logo-box img {
  display: block;
}

.logo-box {
  position: relative;
}

.logo-box::after {
  position: absolute;
  content: "";
  left: 55%;
  bottom: 0;
  height: 2px;
  width: 45px;
  background: linear-gradient(90deg, #e62996, #436ff9, #e62996);
  background-size: 200% auto;
  animation: borderMove 3s linear infinite alternate;
  border-radius: 2px;
  transform: translate(-55%, 0px);
  transition: 0.5s all;
}

.logo-box:hover::after {
  width: 100%;
}

/* animation keyframes **********************/
@keyframes borderMove {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}

/* page-screen css start */

.page-screen #title {
  font-size: clamp(32px, 6vw, 92px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 50px;
  display: inline-block;
  white-space: pre-line;
  text-transform: unset;
}

.page-screen #title span {
  opacity: 0;
  display: inline-block;
  line-height: normal;

  transform: translateX(-30px);
  animation: slideRight 0.35s forwards ease-out;
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.page-screen {
  padding: 80px 0;
  overflow: hidden;
}

.page-screen .comparison-wrap {
  margin: 50px 0;
}

.page-screen .comparison {
  border-top: 1px solid #333;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 20px;
  /* align-items: center; */
}

.page-screen .comparison + .comparison {
  border-top: 1px solid #333;
}

.page-screen .col-title {
  text-transform: uppercase;
  font-size: 26px;
  color: rgb(126, 217, 87);
  text-align: left;
  font-family: "Futura-Md-BT-Medium";
}

.page-screen .logo-box-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-screen .logosvg img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  min-width: 170px;
  max-height: 100px;
  object-fit: contain;
}
.page-screen ul {
  list-style: disc;
  font-size: 18px;
  opacity: 0.9;
  padding-left: 18px;
  color: white;
}

/* Stars */
.page-screen .rating-title {
  font-size: clamp(32px, 5vw, 78px);
  font-weight: 700;
  text-align: left;
  background: linear-gradient(90deg, #fc575b 0%, #dc568a 20%, #9052f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: unset;
  text-align: center;
  margin-bottom: 50px;
}

.page-screen .rating-text {
  text-align: center;
  margin-top: 10px;
  opacity: 0.8;
  font-size: 25px;
  line-height: 1.2;
}

.page-screen .stars {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-screen .stars img {
  max-width: 360px;
}

.page-screen .stars {
  font-size: 50px;
  color: #ddd;
}

.page-screen .star.filled {
  color: #ffb901;
}

/* page-screen css end */
