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;
}
a {
  text-decoration: none;
}

body {
  background: #121212;
  font-family: "Anek Latin";
  margin: 0 96px;
  max-width: 100%;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 1500px) {
  body {
    margin: 0 300px;
  }
}
/* Utilities */
.text-about {
  text-align: center;
  color: #9e9e9e;
}

/* FONTS */
.anek-latin-bold-84px {
  font-weight: 700;
  font-size: 84px;
  line-height: 120%;
  text-align: center;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.anek-latin-bold-64px {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.anek-latin-bold-48px {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.anek-latin-bold-28px {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}
.anek-latin-bold-24px {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.anek-latin-bold-20px {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.anek-latin-regular-32px {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
}
.anek-latin-regular-24px {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.anek-latin-regular-20px {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
/* END OF FONTS */

.primary-gradient {
  background: linear-gradient(90.44deg, #fce3d5 20.84%, #c7f9e2 78.54%);
}
/* End of Utilities */

/* Front Section */
.front-section .title {
  margin-top: 96px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  animation: color-change 3s ease-in-out infinite;
}

@keyframes color-change {
  0% {
    background: linear-gradient(90.44deg, #fce3d5 20.84%, #c7f9e2 78.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  40% {
    background: linear-gradient(90.44deg, #2a9da9 20.84%, #f73333 78.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  60% {
    background: linear-gradient(90.44deg, #650928 20.84%, #013448 78.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  80% {
    background: linear-gradient(90.44deg, #2a9da9 20.84%, #f73333 78.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  90% {
    color: #fff;
  }
}

.front-section .header {
  margin-top: 48px;
}

.front-section .about {
  margin: 0 210px;
  margin-top: 28px;
}

.front-section .illustration {
  display: block;
  margin: 96px auto 0 auto;
}

.front-section .red-gradient,
.blue-gradient,
.violet-gradient {
  position: absolute;
  /* width: 433px;
  height: 639px; */
  width: calc(30vw);
  height: calc(45vw);
  z-index: -1;
}

.front-section .red-gradient {
  left: 0px;
  top: 0px;
  background: radial-gradient(
    87.4% 53.36% at -20.32% 35.37%,
    #5c2324 0%,
    #121212 100%
  );
}

.front-section .blue-gradient {
  right: 0px;
  top: 100px;
  background: radial-gradient(
    97.39% 52.32% at -5.58% 53.6%,
    #1f3e52 0%,
    #12171a 73.47%,
    #121212 100%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
/* End of Front Section */

/* Ecosystem of Producsts */
.ecosystem {
  margin-top: 160px;
}

.ecosystem .header {
  margin-top: 24px;
}

.ecosystem .products {
  display: flex;
  margin-top: 48px;
}

.products {
  margin-top: 120px;
}

.products .products-button-next {
  position: absolute;
  right: 40px;
  margin-top: 150px;
  z-index: 1000;
}

.products .products-button-prev {
  position: absolute;
  left: 40px;
  margin-top: 150px;
  transform: rotate(180deg);
  z-index: 1000;
}

.product,
.swiper-slide {
  margin: 0 auto;
  width: 220px;
}

.product .name {
  margin-top: 48px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

.product .logo {
  display: block;
  margin: 100px auto 0 auto;
  width: 76px;
  height: 76px;
}

.product .arrow {
  display: block;
  margin: 24px auto 200px auto;
}

.literature {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/literature-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fm {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/fm-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comics {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/comics-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ivm {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/ivm-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.writeorder {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/two-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.westland {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/westland-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pratilipi-literature-card {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/literature-expanded-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pratilipi-fm-card {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/fm-expanded-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pratilipi-comics-card {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/comics-expanded-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pratilipi-ivm-card {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/ivm-expanded-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pratilipi-writeorder-card {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/two-expanded-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pratilipi-westland-card {
  background: url("https://static-assets.pratilipi.com/pwg-www/images/westland-bg-expanded.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-card {
  display: none;
  margin-top: 48px;
  border-radius: 24px;
}

.product-card .cross {
  scale: 1.2;
  display: flex;
  padding: 5px;
  margin: 60px 40px 0 auto;
  padding-top: 40px;
}

.product-card .cross:hover {
  cursor: grab;
}

.product-card .header {
  display: flex;
}

.product-card .header .logo {
  margin: 0 77px;
}

.product-card .header .description .name {
  margin-left: 33px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}

.product-card .header .description .desc {
  margin-left: 33px;
  margin-right: 37px;
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.product-card .header .description .stats {
  margin-top: 26px;
  margin-left: 33px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
}

.product-card .header .description .stats .amount {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}

.product-card .header .description .stats .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.products-mobile {
  display: block;
  margin-top: 32px;
}
/* Individual Product */
.products-mobile .product {
  margin: 16px auto 0 auto;
  width: 85vw;
  backdrop-filter: blur(85px);
  clip-path: none;
  border-radius: 16px;
  border: none;
  display: flex;
  /* Note: backdrop-filter has minimal browser support */
}

.products-mobile .product .name {
  margin-top: 43px;
  font-size: 24px;
}

.products-mobile .product .logo {
  margin: 40px 12px 0 24px;
  width: 40px;
  height: 40px;
}

.products-mobile .product .arrow {
  justify-items: right;
  margin: 45px 24px 43px auto;
}

.products-mobile .literature {
  background: linear-gradient(
    180deg,
    #be2827 17.83%,
    rgba(0, 0, 0, 0.5) 109.01%
  );
}

.products-mobile .fm {
  background: linear-gradient(
    180deg,
    #801e46 17.92%,
    rgba(177, 69, 113, 0) 109.57%
  );
}

.products-mobile .comics {
  background: linear-gradient(
    180deg,
    #af6c07 17.94%,
    rgba(245, 188, 25, 0.15) 109.68%
  );
}

.products-mobile .ivm {
  background: linear-gradient(
    180deg,
    #1375ce 17.74%,
    rgba(0, 0, 0, 0.5) 108.45%
  );
}

.products-mobile .writeorder {
  background: #232526; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #414345,
    #232526
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #414345,
    #232526
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.products-mobile .westland {
  background: linear-gradient(
    180deg,
    #ed1c24 17.83%,
    rgba(0, 0, 0, 0.5) 108.45%
  );
}

.pratilipi-literature-card-mobile {
  background: linear-gradient(
    180deg,
    #be2827 17.83%,
    rgba(0, 0, 0, 0.5) 109.01%
  );
}

.pratilipi-fm-card-mobile {
  background: linear-gradient(
    180deg,
    #801e46 17.92%,
    rgba(177, 69, 113, 0) 109.57%
  );
}

.pratilipi-comics-card-mobile {
  background: linear-gradient(
    180deg,
    #af6c07 17.94%,
    rgba(245, 188, 25, 0.15) 109.68%
  );
}

.pratilipi-ivm-card-mobile {
  background: linear-gradient(
    180deg,
    #1375ce 17.74%,
    rgba(0, 0, 0, 0.5) 108.45%
  );
}

.pratilipi-writeorder-card-mobile {
  background: #232526; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #414345,
    #232526
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #414345,
    #232526
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.pratilipi-westland-card-mobile {
  background: linear-gradient(
    180deg,
    #ed1c24 17.83%,
    rgba(0, 0, 0, 0.5) 108.45%
  );
}
.product-card-mobile {
  margin-top: 24px;
  border-radius: 24px;
}

.product-card-mobile .header {
  display: flex;
  margin-top: -20px;
}
.product-card-mobile .header .logo img {
  margin: 24px 0 0 32px;
  width: 40px;
  height: 40px;
}
.product-card-mobile .header .name {
  margin-top: 24px;
  margin-left: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}
.product-card-mobile {
  padding-bottom: 45px;
}
.product-card-mobile .cross {
  display: flex;
  padding: 5px;
  margin: 40px 20px 0 auto;
  padding-top: 20px;
}
.product-card-mobile .description .desc {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.product-card-mobile .description .stats {
  margin-top: 62px;
  margin-left: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 60px;
}

.product-card-mobile .description .stats .amount {
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
}

.product-card-mobile .description .stats .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.mobile {
  display: none;
}

/* LANGUAGES SECTION */
.languages-section {
  margin-top: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.languages-section .header {
  margin-bottom: 24px;
}

.languages-section .marquee .languages {
  display: flex;
}

.languages-section .marquee .languages .language {
  margin-left: 200px;
}

.languages-section .marquee .languages .first {
  margin-left: 100px;
}

.languages-section .marquee .languages .language h1,
.languages-section .marquee .languages .language p {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

.languages-section .marquee .languages .language h1 {
  font-weight: 300;
  font-size: 64px;
  line-height: 109px;
}

.languages-section .marquee .languages .language p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
/* LANGUAGES SECTION ENDS */

/* COMPANY VALUES  */
.values {
  margin: 250px 60px 0 60px;
}

.mobile {
  display: none;
}

.values .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 47px;
}

.values .cards .flip-card .flip-card-inner .flip-card-front {
  border-top: 1px solid #6a6a6b;
  border-radius: 24px;
}

.values .cards .head .title {
  text-align: left !important;
}

.values .cards .head .desc {
  text-align: left;
}

.values .cards .flip-card .flip-card-inner .flip-card-front .value {
  margin: 60px auto 0 auto;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
}

.values .cards .flip-card .flip-card-inner .flip-card-front .number {
  font-weight: 600;
  font-stretch: condensed;
  line-height: 100%;
  font-size: 268px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.bg1 {
  background: linear-gradient(180deg, #35221d 0%, #0d1625 100%);
}

.bg2 {
  background: linear-gradient(180deg, #1a394c 0%, #0e1928 100%);
}

.bg3 {
  background: linear-gradient(180deg, #2c1530 0%, #111626 100%);
}

.bg4 {
  background: linear-gradient(180deg, #1a2f30 0%, #0f1b27 100%);
}
.values .cards .head,
.values .cards .flip-card {
  width: 320px;
  height: 400px;
}
.values .cards .flip-card .flip-card-inner .flip-card-back {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #6a6a6b;
  border-radius: 24px;
}

.values .cards .flip-card .flip-card-inner .flip-card-back .value-back {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  line-height: 130%;
  color: #ffffff;
  margin: 0 10px;
}

.bg1-back {
  background: linear-gradient(180deg, #0f1725 0%, #34221d 100%);
}

.bg2-back {
  background: linear-gradient(180deg, #0e1928 0%, #1b3b4e 100%);
}

.bg3-back {
  background: linear-gradient(180deg, #131627 0%, #2b1530 100%);
}

.bg4-back {
  background: linear-gradient(180deg, #101c28 0%, #1a2e30 100%);
}

.card5-back {
  background: linear-gradient(180deg, #131627 0%, #2b1530 100%);
}

/* COMPANY VALUES ENDS  */

/* PERKS  */
.perks {
  margin-top: 120px;
}
.perks .violet-gradient {
  left: 0px;
  margin-top: 400px;
  background: radial-gradient(
    51.91% 51.91% at 35.07% 48.09%,
    rgba(45, 8, 57, 0.77) 0%,
    #121212 100%
  );
}

.perks .perk-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 52px;
}

.perks .perk-cards .perk-card {
  padding: 24px;
  border: 1px solid #121212;
  border-radius: 24px;
}

.perks .perk-cards .perk-card:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(56, 57, 60, 0.13) 100%
  );
  border: 1px solid #404040;
  border-radius: 24px;
}

.perks .perk-cards .perk-card .perk-title {
  margin-top: 16px;
  color: #ffffff;
}

.perks .perk-cards .perk-card .perk-desc {
  margin-top: 4px;
  margin-bottom: 20px;
  text-align: left;
}

.perks .perk-cards .perk-card img {
  margin-top: 4px;
}
/* End Of Perks */

/* Behind the scene */
.behind-the-scene {
  overflow-x: hidden;
  margin-top: 150px;
  padding-bottom: 100px;
}

.behind-the-scene .heading {
  text-transform: capitalize;
}

.behind-the-scene .container {
  margin-top: 150px;
}

.behind-the-scene .container .swiper-container {
  width: 100%;
  height: 100%;
}

.behind-the-scene .container .swiper-slide img {
  width: 400px;
  height: 250px;
}
.behind-the-scene .container .swiper-slide {
  opacity: 0.2;
  z-index: -1;
}
.behind-the-scene .container .swiper-slide-active {
  opacity: 1;
  z-index: 2;
  transform: scale(1.7);
  margin-left: -8%;
}

.behind-the-scene .container .swiper-slide-next {
  opacity: 0.9;
  transform: scale(1.3);
  z-index: 1;
}

.behind-the-scene .container .swiper-slide-prev {
  opacity: 0.9;
  transform: scale(1.3);
  z-index: 1;
}

.behind-the-scene .container .swiper-container .swiper-button-next-1 {
  position: absolute;
  right: 40px;
  margin-top: -120px;
  z-index: 1;
}

.behind-the-scene .container .swiper-container .swiper-button-prev-1 {
  position: absolute;
  left: 40px;
  margin-top: -120px;
  z-index: 1;
}

/* Behind the Scene Over*/

/* VIDEO */
.youtube {
  margin-top: 150px;
}

.youtube .video {
  width: 1250px;
}
iframe {
  width: 100%;
  height: 550px;
}

.youtube .play_btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 320px;
}
/* VIDEO OVER */
.magicians {
  margin-top: 160px;
}

.magicians .magician {
  margin-top: 50px;
  display: flex;
  padding: 20px;
  border: 1px solid #121212;
  border-radius: 24px;
}

.magicians .magician:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(56, 57, 60, 0.13) 100%
  );
  border: 1px solid #404040;
  border-radius: 24px;
}

.magicians .magician .about {
  margin-left: 40px;
}

.magicians .magician .about .title {
  color: #ffffff;
}

.magicians .magician .about .description {
  margin-top: 4px;
  text-align: left;
}

.magicians .magician .about .play-bar {
  margin-top: 22px;
  text-align: left;
}

.magicians .magician .about .play-bar .duration {
  margin-left: 16px;
  text-align: left;
}

/* MASTERS */
.masters-container {
  margin-top: 120px;
}

.masters-container .masters {
  display: flex;
  margin-top: 48px;
}

.masters-container .masters .master {
  margin: 0 auto;
  width: 360px;
  backdrop-filter: blur(85px);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  border-radius: 24px;
  border-top: 1px solid #9e9e9e;
}

.masters-container .masters .master-1 {
  background: linear-gradient(180deg, #34221d 0%, #101724 100%);
}

.masters-container .masters .master-2 {
  background: linear-gradient(180deg, #1a2e30 0%, #101c28 100%);
}

.masters-container .masters .master-3 {
  background: linear-gradient(180deg, #2a152f 0%, #131627 100%);
}

.masters-container .masters .master .illustration {
  background: linear-gradient(
    180deg,
    rgba(252, 212, 130, 0.1258) 0%,
    rgba(252, 212, 130, 0) 87.12%
  );
  border-radius: 8px;
  margin: 24px 24px 0 24px;
}

.masters-container .masters .master .illustration .logo {
  display: block;
  padding: 20px;
  margin: 0 auto;
}

.masters-container .masters .master .picture {
  margin: -10px 0 0 36px;
}

.masters-container .masters .master .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin: 16px 0 0 36px;
  color: #ffffff;
}

.masters-container .masters .master .description,
.individual-master .description {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-left: 36px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.masters-container .masters .master .master-arrow {
  margin: 32px auto 100px auto;
  display: block;
}

.individual-master {
  margin-top: 52px;
  border-top: 2px solid #6a6a6b;
  border-radius: 16px;
  display: none;
}

.individual-master .cross {
  scale: 1.2;
  display: flex;
  padding: 5px;
  margin: 0 40px 0 auto;
  padding-top: 20px;
}

.master:hover , .individual-master .cross:hover {
  cursor: grab;
} 

.individual-master-mobile { 
  display: none;
}

.m1,
.m1-mobile {
  background: linear-gradient(180deg, #34221d 0%, #141823 100%);
}

.m2,
.m2-mobile {
  background: linear-gradient(180deg, #1a2e30 0%, #111e29 100%);
}

.m3,
.m3-mobile {
  background: linear-gradient(180deg, #2a152f 0%, #161628 100%);
}

.individual-master .description {
  margin: 40px 0 0 40px;
}

.individual-master ul {
  margin-top: 24px;
}

.individual-master ul li {
  margin: 12px 0 0 58px;
  font-size: 16px;
  color: #ffffff;
}

.individual-master .flex {
  margin: 68px 0 0 40px;
  display: flex;
  padding-bottom: 40px;
}

.individual-master .flex .description {
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
  margin-left: 12px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

audio {
  width: 60vw;
  height: 40px;
}
/* MASTERS END */

/* INVESTORS */
.investors {
  margin-top: 120px;
}

.investors .flex {
  display: flex;
  margin-top: 60px;
}

.investors .flex .right {
  position: absolute;
  right: 0;
}

.investors .flex .left .valuation {
  margin-top: 60px;
}

.investors .flex .left .funding .title,
.investors .flex .left .valuation .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.investors .flex .left .funding .amount,
.investors .flex .left .valuation .amount {
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
  color: #ffffff;
}
.investors .flex .right .series {
  width: 60vw;
}
.investors .flex .right .crunchbase {
  position: absolute;
  margin-top: 5px;
  right: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.investors .flex .right .know-more-icon {
  position: absolute;
  margin-top: -5px;
}
/* INVESTORS OVER */

/* TesTIMONIAL */
.testimonials {
  margin-top: 100px;
}

.testimonial {
  border: 0.1px solid #404040;
  overflow-x: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(56, 57, 60, 0.13) 100%
  );
  backdrop-filter: blur(90px);
  border-radius: 24px;
  margin-top: 40px;
  padding: 10px;
}

.testimonial-flex {
  display: flex;
}

.testimonial-desc {
  margin-top: 60px;
  margin-left: 120px;
  margin-right: 120px;
  color: #ffffff;
}

.swiper-button-prev2 {
  position: absolute;
  left: 120px;
  margin-top: 160px;
  z-index: 2;
}

.swiper-button-next2 {
  position: absolute;
  margin-top: 160px;
  right: 120px;
  z-index: 2;
}

.employee-card {
  display: flex;
  margin-left: 120px;
  margin-top: 48px;
}

.emp-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.about-emp {
  margin-left: 22px;
}

.emp-designation {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #9e9e9e;
}

.glassdoor-card {
  margin-top: 60px;
  display: flex;
  padding: 20px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-left: 33%;
  margin-right: 33%;
  margin-bottom: 28px;
}
.glassdoor-card:hover {
  background: #3d3d3d;
}

.gd-about {
  display: flex;
}

.gd-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.gd-arrow {
  margin-top: 10px;
}

.gd-rating {
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
  color: #4da74f;
}

.gd-star {
  margin-left: 8px;
}

/* NEWS */
.news {
  margin-top: 120px;
}

.news .title {
  margin-bottom: 40px;
}

.news .news-button-next {
  position: absolute;
  right: 40px;
  margin-top: 150px;
}

.news .news-button-prev {
  position: absolute;
  left: 40px;
  margin-top: 150px;
  transform: rotate(180deg);
}

.news .swiper .swiper-wrapper .swiper-slide .description {
  color: #ffffff;
  margin-top: 20px;
}

.news .swiper .swiper-wrapper .swiper-slide .banner {
  width: 360px;
  height: 300px;
}

.news .swiper .swiper-wrapper .swiper-slide .source {
  margin-top: -25px;
  margin-left: 10px;
}

/* NEWS OVER */

/* TEAM */
.team {
  margin-top: 120px;
}

.team .title {
  padding-top: 20px;
}

.team .about {
  margin-top: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-left: 250px;
  margin-right: 250px;
}

.team a .btn {
  font-family: "Anek Latin";
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 15px 60px 15px 60px;
  margin: 32px auto 0 auto;
  display: block;
  border-radius: 36px;
}
.team a .btn:hover {
  cursor: pointer;
}
/* TEAM OVER */
.members .row-1 {
  display: flex;
}
.members .row-1 .img-1 {
  margin-left: auto;
  margin-left: 100px;
}
.members .row-1 .img-2 {
  margin-left: auto;
  margin-right: 100px;
}
.members .row-1 .img-1-mob {
  margin-left: 20px;
}
.members .row-1 .img-2-mob {
  margin-left: auto;
  margin-right: 20px;
}
.members .row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
}

/* FOOTER */
.footer {
  position: absolute;
  width: 100%;
  margin-top: 60px;
  height: 240px;
  left: 0;
  background: #1f1f20;
}

.footer .cards {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.footer .cards .card {
  margin-right: 72px;
}

.footer .cards .card .media-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #e0e0e0;
}

.footer .cards .card .media-logo {
  margin-top: 16px;
}

.footer .copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
/* FOOTER OVER */

/* MOBILE */
@media only screen and (max-width: 1000px) {
  body {
    margin: 0 7%;
    width: auto !important;
    overflow-x: hidden !important;
  }
  .front-section .title {
    margin: 84px 0 0 0;
  }
  .front-section .header {
    margin-top: 96px;
    font-size: 28px;
  }

  .front-section .about {
    margin: 0;
    margin-top: 16px;
    font-size: 16px;
  }

  .front-section .illustration {
    display: block;
    margin: 30px auto 0 auto;
    width: calc(100vw - 14%);
  }

  .front-section .red-gradient,
  .blue-gradient,
  .violet-gradient {
    width: calc(40vw);
    height: calc(100vw);
  }

  /* Ecosystem of Producsts */
  .ecosystem {
    margin-top: 96px;
  }
  .ecosystem .title {
    font-size: 20px;
  }

  .ecosystem .header {
    font-size: 16px;
  }

  .ecosystem .products {
    display: block;
    margin-top: 32px;
  }
  .cover-literature {
    margin: 0;
  }
  /* Individual Product */
  .ecosystem .products .product {
    margin: 16px auto 0 auto;
    width: 85vw;
    backdrop-filter: blur(85px);
    clip-path: none;
    border-radius: 16px;
    border: none;
    display: flex;
    /* Note: backdrop-filter has minimal browser support */
  }

  .ecosystem .products .product .name {
    margin-top: 43px;
    font-size: 24px;
  }

  .ecosystem .products .product .logo {
    margin: 40px 12px 0 24px;
    width: 40px;
    height: 40px;
  }

  .ecosystem .products .product .arrow {
    justify-items: right;
    margin: 45px 24px 43px auto;
  }

  .ecosystem .products .literature {
    background: linear-gradient(
      180deg,
      #be2827 17.83%,
      rgba(0, 0, 0, 0.5) 109.01%
    );
  }

  .ecosystem .products .fm {
    background: linear-gradient(
      180deg,
      #801e46 17.92%,
      rgba(177, 69, 113, 0) 109.57%
    );
  }

  .ecosystem .products .comics {
    background: linear-gradient(
      180deg,
      #af6c07 17.94%,
      rgba(245, 188, 25, 0.15) 109.68%
    );
  }

  .ecosystem .products .ivm {
    background: linear-gradient(
      180deg,
      #1375ce 17.74%,
      rgba(0, 0, 0, 0.5) 108.45%
    );
  }

  .ecosystem .products .writeorder {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .pratilipi-literature-card-mobile {
    background: linear-gradient(
      180deg,
      #be2827 17.83%,
      rgba(0, 0, 0, 0.5) 109.01%
    );
  }

  .pratilipi-fm-card-mobile {
    background: linear-gradient(
      180deg,
      #801e46 17.92%,
      rgba(177, 69, 113, 0) 109.57%
    );
  }

  .pratilipi-comics-card-mobile {
    background: linear-gradient(
      180deg,
      #af6c07 17.94%,
      rgba(245, 188, 25, 0.15) 109.68%
    );
  }

  .pratilipi-ivm-card-mobile {
    background: linear-gradient(
      180deg,
      #1375ce 17.74%,
      rgba(0, 0, 0, 0.5) 108.45%
    );
  }

  .pratilipi-writeorder-card-mobile {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .product-card-mobile {
    margin-top: 24px;
    border-radius: 24px;
    display: none;
  }

  .product-card-mobile .header {
    display: flex;
    margin-top: -20px;
  }
  .product-card-mobile .header .logo img {
    margin: 24px 0 0 32px;
    width: 40px;
    height: 40px;
  }
  .product-card-mobile .header .name {
    margin-top: 24px;
    margin-left: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
  }
  .product-card-mobile {
    padding-bottom: 45px;
  }
  .product-card-mobile .cross {
    display: flex;
    padding: 5px;
    margin: 40px 20px 0 auto;
    padding-top: 20px;
  }
  .product-card-mobile .description .desc {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
  }

  .product-card-mobile .description .stats {
    margin-top: 62px;
    margin-left: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 60px;
  }

  .product-card-mobile .description .stats .amount {
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    color: #ffffff;
  }

  .product-card-mobile .description .stats .heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
  }
  /* LANGUAGES SECTION */
  .languages-section {
    margin-top: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .languages-section .header {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .languages-section .marquee .languages .language {
    margin-left: 8vw;
  }

  .languages-section .marquee .languages .first {
    margin-left: 0;
  }

  .languages-section .marquee .languages .language h1 {
    font-size: 24px;
    line-height: 42px;
  }

  .languages-section .marquee .languages .language p {
    font-size: 12px;
    line-height: 12px;
  }

  /* LANGUAGES SECTION ENDS */
  /* COMPANY VALUES  */
  .values {
    margin: 80px 0 0 0;
  }
  .values .mobile .title {
    font-size: 28px;
  }
  .values .mobile .desc {
    font-size: 20px;
    margin-top: 16px;
  }
  .values .cards .flip-card {
    width: 40vw;
    height: 200px;
  }
  .values .cards {
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .values .cards .flip-card .flip-card-inner .flip-card-front {
    border-radius: 12px;
  }
  .values .cards .flip-card .flip-card-inner .flip-card-front .value {
    margin: 26px auto 0 auto;
    font-size: 30px;
  }

  .values .cards .flip-card .flip-card-inner .flip-card-front .number {
    font-size: 120px;
  }
  .values .cards .flip-card .flip-card-inner .flip-card-back .value-back {
    font-size: 22px;
  }
  /* COMPANY VALUES ENDS  */
  /* PERKS  */
  .perks {
    margin-top: 100px;
  }
  .perks .title {
    font-size: 28px;
  }
  .perks .violet-gradient {
    left: 0px;
    margin-top: 600px;
    background: radial-gradient(
      51.91% 51.91% at 35.07% 48.09%,
      rgba(45, 8, 57, 0.77) 0%,
      #121212 100%
    );
  }

  .perks .perk-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }

  .perks .perk-cards .perk-card {
    margin-top: 12px;
    padding: 12px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(56, 57, 60, 0.13) 100%
    );
    border: 1px solid #404040;
    border-radius: 12px;
  }

  .perks .perk-cards .perk-card .perk-title {
    margin-top: 16px;
    font-size: 16px;
  }

  .perk-line {
    margin-top: -20px;
  }

  .perks .perk-cards .perk-card .perk-desc {
    font-size: 14px;
  }

  .perks .perk-cards .perk-card .perk-img {
    margin-top: 4px;
    width: 72px;
    height: 72px;
  }
  /* End Of Perks */
  /* Behind the scene */
  .behind-the-scene {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .behind-the-scene .heading {
    font-size: 28px;
  }

  .behind-the-scene .container {
    margin-top: 60px;
  }
  .behind-the-scene .container .swiper-container {
    overflow-x: hidden;
    width: 88vw;
  }
  .behind-the-scene .container .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
  }

  .behind-the-scene .container .swiper-slide-next {
    opacity: 0.6;
    transform: scale(0.8);
  }

  .behind-the-scene .container .swiper-slide-prev {
    opacity: 0.6;
    transform: scale(0.5);
  }

  .behind-the-scene .container .swiper-container .swiper-button-next-1 {
    right: 20px;
    margin-top: -140px;
  }

  .behind-the-scene .container .swiper-container .swiper-button-prev-1 {
    left: 20px;
    margin-top: -140px;
  }
  /* Behind the Scene Over*/
  /* VIDEO */
  .youtube {
    margin-top: 60px;
  }

  .youtube .video {
    margin: 0 auto;
    width: 88vw;
  }
  iframe {
    width: 100%;
    height: 300px;
  }
  .youtube .play_btn {
    bottom: 100px;
    width: 12vw;
  }
  /* VIDEO OVER */
  .magicians {
    margin-top: 80px;
  }
  .magicians .title {
    font-size: 20px;
  }
  .magicians .desktop {
    display: none;
  }
  .magicians .mobile .magician .magician-mobile-flex {
    display: flex;
  }
  .magicians .magician {
    margin-top: 50px;
    display: block;
    padding: 20px;
  }
  .magicians .mobile .magician .magician-mobile-flex .magician-img img {
    width: 80px;
    height: 80px;
  }
  .magicians .mobile .magician {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(56, 57, 60, 0.13) 100%
    );
    border: 1px solid #404040;
    border-radius: 12px;
  }
  .magicians .mobile .magician .magician-mobile-flex .about {
    margin-left: 4px;
  }
  .magicians .mobile .magician .magician-mobile-flex .about .title {
    margin-left: 20px;
  }
  .magicians .mobile .magician .description {
    margin-top: 12px;
    text-align: left;
    font-size: 12px;
  }
  .magicians .mobile .magician .play-bar {
    display: flex;
    margin-top: 22px;
    text-align: left;
  }
  .magicians .mobile .magician .play-bar .play-btn {
    width: 32px;
    height: 32px;
  }
  .magicians .mobile .magician .play-bar .duration {
    margin-left: 12px;
    margin-top: 6px;
    text-align: left;
    width: 250px;
  }
  /* MASTERS */
  .masters-container {
    margin-top: 120px;
  }
  .masters-container .title {
    font-size: 20px;
  }
  .masters-container .masters {
    display: block;
    margin-top: 48px;
  }

  .masters-container .masters .master {
    margin: 0 auto;
    width: 88vw;
    backdrop-filter: blur(85px);
    clip-path: none;
    border-radius: 12px;
    border-top: 1px solid #9e9e9e;
    display: flex;
    margin-top: 16px;
    padding-bottom: 25px;
  }

  .masters-container .masters .master .illustration {
    border-radius: 8px;
    margin: 12px 0 0 12px;
    background: none;
  }

  .masters-container .masters .master .illustration .logo {
    display: block;
    padding: 0 10px;
    width: 100px;
    height: 100px;
  }

  .masters-container .masters .master .picture {
    display: none;
  }
  .master-designation {
    display: block;
    margin: 35px 0 0 10px;
  }
  .masters-container .masters .master p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin: 0;
    color: #ffffff;
  }

  .masters-container .masters .master .text {
    margin-left: 0;
  }
  .masters-container .masters .master .description,
  .individual-master .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-left: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    color: #ffffff;
  }

  .masters-container .masters .master .master-arrow {
    margin: 12px 16px 0 0;
    display: block;
  }

  .individual-master-mobile {
    display: none;
    margin-top: 26px;
    border-top: 2px solid #6a6a6b;
    border-radius: 16px;
  }

  .individual-master-mobile .description {
    margin: 8px 0 0 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
  }

  .individual-master-mobile ul {
    margin-top: 20px;
  }

  .individual-master-mobile ul li {
    margin: 12px 12px 0 20px;
    font-size: 16px;
    color: #ffffff;
  }

  .individual-master-mobile .flex {
    margin: 50px 0 16px 16px;
    display: flex;
    padding-bottom: 40px;
  }
  .individual-master-mobile .flex img {
    display: block;
  }

  .individual-master-mobile .flex .description {
    font-weight: 700;
    font-size: 20px;
    margin-left: 12px;
    line-height: 20px;
    align-items: center;
    color: #ffffff;
  }
  .individual-master-mobile .cross {
    display: flex;
    padding: 5px;
    margin: 20px 20px 0 auto;
  }
  audio {
    width: 80vw;
    height: 30px;
  }
  /* MASTERS END */

  /* INVESTORS */
  .investors {
    margin-top: 60px;
  }
  .investors .title {
    font-size: 20px;
  }
  .investors .flex {
    display: block;
    margin-top: 10px;
  }

  .investors .flex .right {
    position: absolute;
    right: 0;
  }
  .investors .flex .left {
    display: flex;
    justify-content: space-evenly;
  }
  .investors .flex .left .valuation {
    margin-top: 0;
  }

  .investors .flex .left .funding .title,
  .investors .flex .left .valuation .title {
    font-size: 16px;
  }

  .investors .flex .left .funding .amount,
  .investors .flex .left .valuation .amount {
    font-size: 28px;
    margin-top: 4px;
    line-height: normal;
  }
  .investors .flex .right {
    margin-top: 24px;
  }
  .investors .flex .right .series {
    width: 92vw;
  }
  /* INVESTORS OVER */
  /* TesTIMONIAL */
  .testimonials {
    margin-top: 220px;
  }

  .testimonial {
    overflow-x: hidden;
  }
  .testimonials .title {
    font-size: 20px;
  }

  .testimonial-flex {
    display: flex;
  }

  .testimonial-desc {
    text-align: center;
    font-size: 16px;
    margin: 27px 42px 0 42px;
  }
  .swiper-button-prev2 {
    position: absolute;
    left: 10vw;
    z-index: 2;
  }

  .swiper-button-next2 {
    position: absolute;
    margin-top: 160px;
    right: 10vw;
    z-index: 2;
  }
  .employee-card {
    margin-left: 45px;
    margin-top: 12px;
  }

  .emp-name {
    font-size: 14px;
    line-height: 16px;
  }

  .about-emp {
    margin-left: 8px;
  }
  .employee-card .profile-pic img {
    width: 32px;
    height: 32px;
  }
  .emp-designation {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }

  .glassdoor-card {
    margin-top: 120px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .gd-title {
    margin-top: 25px;
    font-size: 14px;
    line-height: 16px;
  }
  .gd-rating {
    font-size: 56px;
  }

  .gd-star {
    margin-left: 5px;
    width: 22px;
    height: 22px;
  }
  .gd-star1 {
    margin-left: 0;
    width: 22px;
    height: 22px;
  }
  /* NEWS */
  .news {
    margin-top: 60px;
  }
  .news .title {
    font-size: 20px;
  }

  .news .news-button-next {
    display: none;
  }

  .news .news-button-prev {
    display: none;
  }
  .news .swiper .swiper-wrapper {
    display: block;
  }
  .news .swiper .swiper-wrapper .swiper-slide {
    margin-left: 40px;
    margin-right: 15px;
    margin-top: 24px;
  }
  .news .swiper .swiper-wrapper .swiper-slide .description {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 16px;
  }

  .news .swiper .swiper-wrapper .swiper-slide .banner {
    width: 66vw;
    height: 52vw;
  }
  .news .swiper .swiper-wrapper .swiper-slide .source img {
    width: 20vw;
    height: 10vw;
  }
  /* NEWS OVER */

  /* TEAM */
  .team {
    margin-top: 60px;
  }

  .team .title {
    padding-top: 40px;
    font-size: 20px;
  }

  .team .about {
    margin-top: 16px;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .team a .btn:hover {
    cursor: pointer;
  }
  /* TEAM OVER */

  /* FOOTER */
  .footer .cards {
    margin-left: 10vw;
  }
  .footer .cards .card {
    margin-right: 9vw;
  }

  .footer .cards .card .media-name {
    font-size: 9px;
    line-height: 12px;
  }

  .footer .cards .card .media-logo {
    margin-top: 8px;
    width: 10vw;
    height: 10vw;
  }

  .footer .copyright {
    font-size: 16px;
    line-height: 14px;
    margin-top: 20px;
  }
  /* FOOTER OVER */
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}
