@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
}
/* reset */

body {
  /* font-family: ""; */
  background: url(../media/images/texture-bg.png) repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-color: var(--primary-white);
  font-size: 15px;
  color: var(--primary-black);
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

:root {
  /*! prev root colors */
  /* --black: #000;
  --white: #fff; */
  --primary-clr: #60b597;
  --secondary-clr: #ffb597;
  /*! prev root colors */

  --primary-black: #000000;
  --champagne: #dac29d;
  --primary-white: #ffffff;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}

/* New style according to guideline: 22-08-2023 */
/*^ default fonts */
/** for heading */
@font-face {
  font-family: "Aeroport-regular";
  src: url("../fonts/Aeroport-light-trial.otf") format(woff);
}
@font-face {
  font-family: "Luxury";
  src: url("../fonts/Luxury.ttf");
}
/* usage = font-family: 'Luxia', sans-serif; */

@font-face {
  font-family: "MaginiaRegular";
  src: url("../fonts/MaginiaRegular-BWP6x.otf");
}

/*^ utility class */
.heading {
  font-family: "Luxury";
}

.sub-heading {
  font-family: "MaginiaRegular";
}

.paragraph {
  font-family: "Aeroport-regular";
}

.body-font {
  font-family: "Montserrat", sans-serif;
}
/*^ utility class */

/*^ default style */
body {
  font-family: "Aeroport-regular";
}
/*^ default style */

/* index */
.extraordinary-content-one {
  padding: 10px 20px !important;
}
/* index */

/* vertical */

/* vertical */

/* fashiontv */

/* fashiontv */

/* kashiff khan */

/* kashiff khan */

/* michel adams */

/* michel adams */

/* faqs */

/* faqs */

/* contact us */

/* contact us */

/* blogs */

/* blogs */

/* blogs details */

/* blogs details */

/* New style according to guideline: 22-08-2023 */

/* responsive */
@media screen and (max-width: 767px) {
  .pagelinks-section .pagelinks-main {
    border-bottom: none !important;
  }

  .pagelinks-section {
    padding: 2.125rem 0;
  }

  div.keyfacts-text .key-facts,
  div.milestone-content .milestones,
  div.prospective-content .prospective {
    margin-bottom: 24px;
  }

  div.milestone-content .new-media {
    margin-bottom: 10px;
  }

  div.keyfacts-text ul li,
  div.milestone-content ul li {
    margin-bottom: 12px;
  }

  h1.ftv-introduction,
  h1.ftv-philosophy {
    margin-bottom: 24px !important;
  }

  h1.kk-introduction,
  h1.kk-philosophy,
  h1.kk-work-experience,
  h1.kk-ana,
  h1.kk-future,
  h1.ma-introduction,
  h1.ma-philosophy,
  h1.ma-work-experience,
  h1.ma-ana,
  h1.ma-future {
    margin-bottom: 20px !important;
  }
}
/* responsive */

/* section {
    overflow-x: hidden;
  } */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-clr);
  /* font-family: "nouvelle_vague", sans-serif; */
  /* font-family: "poppins-bold"; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
h1 {
  font-size: 3.5vw;
  /* font-family: "Bodoni-Book"; */
  /* font-family: "Boiling-black"; */
  color: var(--primary-clr);
}
h2 {
  font-size: 2rem;
}
ul li,
p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  /* font-family: "Montserrat-Regular"; */
  color: #005c52;
}
img {
  max-width: 100%;
}
:focus {
  outline: none !important;
}
/* Width */
a,
a:active,
a:focus,
a:hover {
  text-decoration: none !important;
  outline: none;
  color: var(--primary-black);
  font-family: "Montserrat", sans-serif;
}
a:focus,
a:hover {
  color: var(--primary-black);
}
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
i::before,
i::after {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
/* img,video{} */
/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
.no-animation {
  animation: none !important;
}
.no-transform {
  transform: none !important;
}
::selection {
  color: var(--primary-white);
  background: var(--primary-black);
}
::-webkit-scrollbar-track {
  background-color: #005c52;
  border-left: 1px solid #005c52;
}
::-webkit-scrollbar {
  width: 2px;
  background-color: var(--primary-white);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-white);
}
/* #more {
  display: none;
}
.read-more-btn {
  background: transparent;
  color: #fff;
  border: none;
  transition: 1s;
} */
:focus {
  outline: none !important;
}

/* Scroll to top start */
#scroll {
  position: fixed;
  cursor: pointer;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
  background: var(--primary-clr);
  text-indent: -9999px;
  border: 1px solid var(--primary-white);
  display: none;
  border-radius: 50px;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--primary-white);
}

#scroll:hover {
  background: var(--secondary-clr);
  opacity: 1;
}
#scroll:hover span {
  border-bottom-color: var(--primary-clr);
}
video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
/* ================ Header ============================
    ======================================================= */
.hamburger {
  display: none;
  padding: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  align-items: flex-end;
  transform-origin: 25%;
  box-shadow: 0px 4px 11px 1px #fff3;
  transition: all 1.5s linear;
}
.hamburger .bar {
  width: 100%;
  height: 3px;
  background: var(--primary-black);
  transition: all 1.2s linear;
  border-radius: 10px;
}
.hamburger-toggle .bar.bar3,
.hamburger-toggle .bar.bar1 {
  transform-origin: 5%;
  transform: rotate(45deg);
}

.hamburger-toggle .bar.bar3 {
  transform: rotate(-45deg);
}
.hamburger-toggle .bar.bar2 {
  opacity: 0;
}

.pc_innerdiv .pc_logo {
  position: relative;
  width: 85px;
  padding: 0 10px;
}
.pc_innerdiv .pc_logo a {
  display: block;
}
.pc_innerdiv {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.pc_navbar {
  width: 90%;
  margin: 0 auto;
}
.pc_header {
  z-index: 9999999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff9;
  padding-top: 0.75em;
}
.head_links .head_nav_links .head_nav-link > ul li.active > a {
  color: #000000;
  border-bottom: 1px solid #000000;
  padding: 0.5em 0.75em;
}
.head_links .head_nav_links .head_nav-link > ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #747474;
  display: none;
}

.head_links .head_nav_links .head_nav-link > ul li ul li a i {
  padding-left: 10px;
  font-size: 0.8rem;
}
.head_links .head_nav_links .head_nav-link > ul li ul a {
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.head_links .head_nav_links .head_nav-link > ul li ul {
  visibility: hidden;
  opacity: 0;
  width: fit-content;
  position: absolute;
  transition: all 0.5s ease;
  padding: 1rem 10px;
  background-color: #fff7;
  backdrop-filter: blur(10px);
  left: 0;
  display: none;
}
.head_links .head_nav_links .head_nav-link > ul li {
  position: relative;
  list-style: none;
  font-weight: 400;
  text-transform: uppercase;
}
.head_links .head_nav_links .head_nav-link > ul {
  /* padding: 10px 40px; */
  /* background-color: var(--primary-clr); */
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 0;
  gap: 50px;
}
.head_links .head_nav_links .head_nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.head_links .head_nav_links .enquiry-btn a:hover {
  background-color: var(--champagne);
  color: var(--black);
}
.head_links .head_nav_links .enquiry-btn a {
  background-color: var(--champagne);
  color: #ffffff;
  padding: 8px 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 10px !important;
  /* border: 1px solid var(--primary-white); */
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.head_links .head_nav_links .enquiry-btn {
  display: grid;
  place-items: center;
}
.head_links .head_nav_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_links {
  padding: 25px 30px;
  flex: 1;
}
.head_links .head_nav_links .head_nav-link > ul > li.linkactivate ul {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
/* ================== Header style ===========================
      ============================================================== */

.dispdesktop {
  display: block;
}
.intro-mobimage,
.dispmobile {
  display: none;
}
.intro-section-two,
.intro-section-one {
  /* background: url(../media/images/f-d.png) no-repeat right; */
  background: url(../media/images/new-imgs/homepage-1.png) no-repeat right;
  background-position: 93% 9%;
  background-size: 10%;
  animation: backgroundopacity 5s linear infinite alternate;
}
@keyframes backgroundopacity {
  0% {
    background-size: 5%;
  }
  50% {
    background-size: 8%;
  }
  100% {
    background-size: 11%;
  }
}
.intro-section-two > .container-fluid > .row,
.intro-section-one > .container-fluid > .row {
  /* align-items: baseline; */
  align-items: end;
  /* position: relative; */
}

/* .intro-section-one > .container-fluid {} */
.intro-image-one::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 85%,
    #fff 100%
  );
}
.intro-image-one {
  position: relative;
  z-index: -1;
}
/* .intro-image-one img {} */
.intro-content-two,
.intro-content-one {
  width: 85%;
  text-align: center;
  margin-left: -15%;
}
/* .intro-content-one img {
  animation: roomInUp 5100ms ease-in-out infinite backwards;
  transform-style: preserve-3d;
  transform-origin: bottom;
} */
@keyframes roomInUp {
  from {
    opacity: 0.3;
    transform: translateY(100%) rotateX(90deg);
  }
}
.intro-content-two h1,
.intro-content-one h1 {
  font-size: 6vw;
  /* font-family: "Boiling-black"; */
  line-height: 1.3;
}
.intro-content-two h5,
.intro-content-one h5 {
  /* font-family: "poppins"; */
  font-size: 1.6vw;
  letter-spacing: 5px;
  color: #f7931e;
}
.intro-abs-img {
  position: absolute;
  bottom: 0;
  width: 145px;
  right: -2%;
}

.extraordinary-section-one {
  padding: 2rem 0 4rem 0;
}
.extraordinary-section {
  padding: 2rem 0 0 0;
}
/* .extraordinary-content-three {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
} */
.aesthetics-content-one h1,
.extraordinary-content-one h1 {
  color: var(--primary-black);
}

.index2-content1 p {
  color: #0071bc;
  /* font-family: "poppins"; */
  padding: 5px;
}
/* .extraordinary-content-three {
  align-items: flex-start;
} */
/* .extraordinary-content-three .extraordinary-text,
.extraordinary-content-one .extraordinary-text {
  width: 50%;
} */
.extraordinary-content-one .extraordinary-text h4 {
  font-size: 3vw;
}
/* .extraordinary-content-three .extraordinary-text h4 {
  font-size: 2.5vw;
} */
/* .extraordinary-content-three .extraordinary-text p {
} */
/* .extraordinary-content-three .extraordinary-img, */
.extraordinary-content-one .extraordinary-img {
  width: 70%;
}
.extraordinary-content-one .extraordinary-img {
  float: right;
}

/* .extraordinary-content-three .extraordinary-img img, */
.extraordinary-content-one .extraordinary-img img {
  width: 100%;
}
/* .extraordinary-content-three .extraordinary-img .image-two {
  height: 1000px;
  object-fit: cover;
  object-position: center;
} */
.extraordinary-content-one .extraordinary-img .image-two {
  height: auto;
  object-fit: cover;
  object-position: center;
}
.extraordinary-content-four,
.extraordinary-content-two {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* animation: animatedBackground 5s linear infinite alternate; */
  justify-content: space-between;
  width: 100%;
  /* background-image: url(../media/images/dimonds.png); */
  /* background-repeat: no-repeat; */
  /* background-size: 80%; */
  /* background-position: right; */
}
@keyframes animatedBackground {
  from {
    background-position: top right;
  }
  to {
    background-position: bottom right;
  }
}
.extraordinary-content-four video,
.extraordinary-content-two video {
  height: 1000px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transition: all 0.5s;
}
.extraordinary-content-two video {
  height: 500px;
}
.extraordinary-content-two img {
  width: 150px;
}
/* .extraordinary-content-four video:hover,
.extraordinary-content-two video:hover {
  width: 100%;
} */
.extraordinary-content-four .extraordinary-text-two,
.extraordinary-content-two .extraordinary-text-two {
  width: 70%;
  margin: 0 auto;
}
.extraordinary-content-two .extraordinary-text-two h4 {
  font-size: 3vw;
}
.extraordinary-content-four .extraordinary-text-two h4 {
  font-size: 2.5vw;
}

/* =========================== Micheal Adam page start ============================= 
==================================================================================== */
.video-sec-one {
  position: relative;
}
.video-sec-one::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  background-color: #0000002b;
}
/* .video-wrap-one {
} */
.video-wrap-one video {
  width: 100%;
  height: 900px;
  object-fit: cover;
  object-position: top;
}
.video-wrap-one #desktop {
  display: block;
}
.video-wrap-one #mobile {
  display: none;
}
.video-sec-one .video-content-one,
.video-sec-one .video-content {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, -10%);
  z-index: 1;
  width: 80%;
  text-align: center;
}
.video-sec-one .video-content-one h5 {
  padding-top: 1rem;
  font-size: 2vw;
  text-transform: capitalize;
}
.video-sec-one .video-content-one {
  text-align: center;
}
/* .video-sec-one .video-content-one img:nth-child(1) {
  transform: translate(-55%, 38%);
  width: 25%;
} */
/* .video-sec-one .video-content img {
} */
.video-sec-one .video-content-one h2,
.video-sec-one .video-content h2 {
  padding-top: 10px;
  font-size: 7vw;
  letter-spacing: 5px;
  /* text-transform: uppercase; */
  color: transparent;
  /* -webkit-text-stroke: 1px #fff; */
}
.video-sec-one .video-content h2 {
  text-transform: uppercase;
}
.video-sec-one .video-content-one p,
.video-sec-one .video-content p {
  color: #fff;
  font-size: 1.3rem;
  /* font-family: "poppins"; */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.aesthetics-intro-section {
  /* padding: 4rem 0; */
  background: url(../media/images/new-imgs/homepage-1.png);
  background-repeat: no-repeat;
  background-position: top right;
  animation: animatedBackgroundSize 5s linear infinite alternate;
  /* background-position: center left; */
  background-size: 17%;
  /* background-color: #ffffffb3; */
  /* background-blend-mode: overlay; */
}
.michel-intro-section {
  background: url(../media/images/new-imgs/homepage-1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  animation: animatedBackgroundSize 5s linear infinite alternate;
  background-size: 17%;
}
@keyframes animatedBackgroundSize {
  from {
    background-size: 10%;
  }
  to {
    background-size: 17%;
  }
}
.aesthetics-content-one {
  padding: 25px 0;
}
.michel-content h1 {
  text-transform: uppercase;
}
.saleskit-images,
.aesthetics-images,
.michel-images {
  display: flex;
  flex-direction: row;
}
.aesthetics-images .aesthetics-images-one img:nth-child(1),
.saleskit-images .saleskit-images-one img:nth-child(1),
.michel-images .michel-images-one img:nth-child(1) {
  animation: rotate3dInRight 1s ease-in-out infinite alternate-reverse forwards;
  transform-style: preserve-3d;
  transform-origin: center;
}
.saleskit-images .saleskit-images-one img:nth-child(1) {
  width: 60%;
}
@keyframes rotate3dInRight {
  0% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateY(180deg) translateZ(150px);
  }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg) translate3d(0px);
  }
}
.saleskit-images .saleskit-images-two,
.saleskit-images .saleskit-images-one,
.aesthetics-images .aesthetics-images-two,
.aesthetics-images .aesthetics-images-one,
.michel-images .michel-images-two,
.michel-images .michel-images-one {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.saleskit-section {
  padding: 3rem 0;
  background: url(../media/images/new-imgs/aesthetics-page.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-color: var(--primary-white);
  background-position: 95% 92%;
  animation: backgroundeffect 5s infinite alternate both;
}
@keyframes backgroundeffect {
  0% {
    background-blend-mode: hue;
  }
  50% {
    background-blend-mode: luminosity;
  }
  100% {
    background-blend-mode: normal;
  }
}
.saleskit-images-two img:nth-child(2) {
  width: 120px;
}

/* FashionTv page start */

.keyfacts-section > .container-fluid {
  width: 90%;
  margin: auto;
}
.keyfacts-images {
  text-align: end;
}
/* .keyfacts-images img {
} */
.keyfacts-content {
  height: 100%;
  display: flex;
  gap: 3vw;
  flex-direction: column;
  justify-content: space-around;
}
.keyfacts-content .keyfacts-content-one {
  display: flex;
  flex-direction: row;
}

.keyfacts-content .keyfacts-content-one .keyfacts-video {
  width: 45%;
}
.keyfacts-content .keyfacts-content-one .keyfacts-video video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.keyfacts-content .keyfacts-content-one .keyfacts-text {
  padding: 20px 30px;
  width: 55%;
}
/* .keyfacts-content .keyfacts-content-one .keyfacts-text h1 {
} */
.keyfacts-content .keyfacts-content-one .keyfacts-text ul li {
  list-style: disc;
  /* font-size: 1.1rem; */
}

/* =========================== Channel page start =====================*/

@keyframes btnAnim {
  /* animation: btnAnim 1.2s infinite alternate; */
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.video-sec-one .video-wrap-one img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.title {
  line-height: 2;
  font-size: 3.2vw;
}

.reach-section {
  background: url(../media/images/image-14.png) no-repeat right;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 5rem 0;
}

.partner-content,
.viewership-content,
.audience-content,
.reach-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.partner-content .partner-title {
  width: 30%;
  background: #d38b5d;
  padding: 20px;
  height: 100%;
  cursor: pointer;
}
.viewership-content .viewership-title {
  width: 30%;
  background: #2c5530;
  padding: 20px;
  height: 100%;
  cursor: pointer;
}
.audience-content .audience-title {
  width: 30%;
  background: #739e82;
  padding: 20px;
  height: 100%;
  cursor: pointer;
}
.reach-content .reach-title {
  width: 30%;
  background: #99621e;
  padding: 20px;
  height: 100%;
  cursor: pointer;
}

.partner-content .partner-title h1,
.viewership-content .viewership-title h1,
.audience-content .audience-title h1,
.reach-content .reach-title h1 {
  font-size: 3vw;
  text-align: center;
  color: #fff;
}

.partner-content .partner-text,
.viewership-content .viewership-text,
.audience-content .audience-text {
  width: 70%;
  padding: 20px;
  opacity: 0;
  transition: all 0.6s;
}
.reach-content .reach-text {
  width: 70%;
  padding: 20px;
  transition: all 0.6s;
}
.partner-content .partner-text p,
.viewership-content .viewership-text p,
.audience-content .audience-text p,
.reach-content .reach-text p {
  color: #fff;
}

.partner-content:hover .partner-text,
.viewership-content:hover .viewership-text,
.audience-content:hover .audience-text {
  opacity: 1;
}
/* =========================== Channel page End =======================*/

/*  */

.franchise-cost-sec {
  /* padding: 4rem 0; */
  background: url(../media/images/new-imgs/aesthetics-page.png);
  background-repeat: no-repeat;
  background-size: 8vw;
  background-position: 100%;
}
.support-section {
  padding: 1rem 0;
  background: url(../media/images/ftv.png), url(../media/images/ftv-1.png);
  background-repeat: no-repeat;
  background-size: 20%, 8%;
  background-position: -3% 4%, 100% 102%;
}
.franchisecost-content h4,
.franchisecost-content h3 {
  /* font-family: "Montserrat-Regular"; */
  color: var(--black);
  margin: 2rem 0;
}

.vision-heading h1 {
  font-size: 4vw;
  line-height: 5vw;
  text-align: center;
  /*-webkit-animation: fill 2s infinite alternate;*/
  padding-bottom: 1rem;
  /*-webkit-text-stroke: 1px;*/
  /*color: transparent;*/
  /*-webkit-text-stroke-color: var(--primary-clr);*/
  /*font-family: "slecon-black";*/
}
.parallax-bg3,
.parallax-bg2,
.parallax-bg1,
.parallax-bg {
  background: url(../media/images/18.jpg) no-repeat right;
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.parallax-bg1 {
  background: url(../media/images/22.png) no-repeat right;
  background-size: cover;
  background-position: center;
  background-color: #0005;
  background-blend-mode: overlay;
}
.parallax-bg2 {
  background: url(../media/images/michel-bg.png) no-repeat center;
  background-size: cover;
  background-position: center;
  background-color: #0005;
  background-blend-mode: overlay;
}
.parallax-bg3 {
  background: url(../media/images/kk3.png) no-repeat center;
  background-size: cover;
  background-position: center;
  background-color: #0005;
  background-blend-mode: overlay;
}
.vision-section .parallax-bg::after {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  position: absolute;
  content: "";
  background-color: #dac29d;
}
.index2-section,
.aesthetics-video-sec,
.vision-section {
  /* padding: 4rem 0; */
  background: url(../media/images/new-imgs/aesthetics-page.png) no-repeat right;
  background-size: 8%;
  background-position: 100% 5%;
  background-color: #fff;
  animation: animatedBackground1 5s linear infinite alternate;
}
@keyframes animatedBackground1 {
  from {
    background-size: 8%;
    background-blend-mode: luminosity;
  }
  to {
    background-size: 2%;
    background-blend-mode: darken;
  }
}
.vision-section {
  background-position: 0;
}

.franchise2-section {
  padding: 0 0;
}

.swiper.vision-swiper {
  width: 100%;
  height: 100%;
  padding: 15% 50px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next.vision-next-btn,
.swiper-button-prev.vision-prev-btn {
  position: absolute;
  /* top: 100%; */
  top: 85%;
  width: 35px;
  height: 35px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 50%;
}

.swiper-button-next.vision-next-btn,
.swiper-rtl .swiper-button-prev.vision-prev-btn {
  right: 46%;
  left: auto;
}

.swiper-button-prev.vision-prev-btn,
.swiper-rtl .swiper-button-next.vision-next-btn {
  left: 46%;
  right: auto;
}

.swiper-wrapper .swiper-slide .vision-slider-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.swiper-wrapper .swiper-slide .vision-slider-item h2::after {
  content: "";
  position: absolute;
  width: 30%;
  left: 37%;
  transform: translateY(-37%);
  bottom: 0px;
  height: 1.5px;
  background-color: #fff;
}
.swiper-wrapper .swiper-slide .vision-slider-item h2 {
  width: 35%;
  position: relative;
  font-size: 2.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  /*text-shadow: 3px 3px 0px #d7df23;*/
  padding-bottom: 1rem;
  -webkit-animation: fill 2s infinite alternate;
}
@-webkit-keyframes fill {
  0% {
    -webkit-text-stroke: 1px #dac29d;
  }
  50% {
    -webkit-text-stroke: 1px #000;
  }
  100% {
    -webkit-text-stroke: 1px #fff;
  }
}
/* .swiper-wrapper .swiper-slide .vision-slider-item h2 {
  width: 35%;
  font-size: 2.5rem;
  color: #fff;
} */

.swiper-wrapper .swiper-slide .vision-slider-item p {
  width: 65%;
  /* font-family: "poppins-semiBold"; */
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.swiper-button-next.vision-next-btn:after,
.swiper-button-prev.vision-prev-btn:after {
  font-size: 1rem;
}

.aesthetics-content p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.features3-content h2 {
  font-size: 2.5rem;
}

/* .features3-content p {} */
.aesthetics-intro-img {
  width: 65%;
  margin-top: 8vw;
}
.video-sec-one .video-content-one img {
  width: 40%;
}

.newmedia-sec .newmedia-brd1 {
  position: absolute;
  width: 20%;
  left: 0;
  bottom: 0;
  mix-blend-mode: difference;
  z-index: -1;
}
/* ================ Enquiry Form start ====================== */
.enquiry-form-sec {
  padding: 10rem 0 5rem 0;
}

.enquiry-form-sec h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.enquiry-form form {
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.enquiry-form {
  width: 100%;
}
.form-enquire {
  width: calc(50% - 0.5rem);
}
.enquiry-form form textarea,
.enquiry-form form select,
.enquiry-form form select option,
.enquiry-form form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  /* font-family: "Montserrat-Regular", sans-serif; */
  border-bottom: 1px solid #000;
  background: transparent;
  color: #000;
  caret-color: #5ae3b9;
  margin: 10px 0;
  /* flex: 1; */
  font-size: 1.2rem;
}
.enquiry-form form textarea {
  /* flex: auto; */
  width: 100%;
}
.enquiry-form form select,
.enquiry-form form select option {
  color: #6a686a;
}

.enquiry-form form button {
  padding: 10px 35px;
  border: 0;
  border-radius: 30px;
  color: var(--primary-white);
  background-color: var(--champagne);
  font-size: 1.2rem;
  cursor: pointer;
  margin: 20px 0;
  text-transform: uppercase;
  align-self: center;
  transition: all 0.6s;
}
/* .enquiry-form form button:hover { */
/* box-shadow: inset 0 0 0 2em rgb(129, 128, 128); */
/* box-shadow: inset 0 -3.25em 0 0 var(--primary-clr); */

/* box-shadow: 
  inset -3.5em 0 0 0 rgb(129, 128, 128),
  inset 3.5em 0 0 0 rgb(129, 128, 128);   */
/* } */

/* =================== Enquiry Form End =========================
=================================================================*/
.index2-heading h1 {
  text-transform: uppercase;
  color: var(--secondary-clr);
}
.index2-content1 h3 {
  font-size: 2vw;
}
.index2-heading {
  padding-bottom: 3rem;
}
.index2-section .swiper-button-next.my-next-btn,
.index2-section .swiper-button-prev.my-prev-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: #000;
  width: 40px;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
}

.index2-section .swiper-button-next.my-next-btn {
  left: auto;
  right: -4rem;
  margin-top: 1.5rem;
}

.index2-section .swiper-button-next.my-next-btn:after {
  content: "\f063";
  font-family: "fontAwesome";
  font-size: 1rem;
  transform: rotate(90deg);
}

.index2-section .swiper-button-prev.my-prev-btn {
  right: -4rem;
  left: auto;
}

.index2-section .swiper-button-prev.my-prev-btn:after {
  content: "\f062";
  font-family: "fontAwesome";
  font-size: 1rem;
  transform: rotate(90deg);
}

.features-col {
  position: relative;
}
.swiper.features-swiper {
  width: 100%;
  height: auto;
}
.usp-content ul li:not(:last-child):after {
  position: absolute;
  content: "|";
  right: -20px;
}

.usp-content ul li {
  position: relative;
}
.enquiry-form-sec,
.work-section {
  background: url(../media/images/new-imgs/aesthetics-page.png);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 9vw, 14vw;
  /* background-color: #fff; */
  animation: animatedBackground2 5s linear infinite alternate;
}
@keyframes animatedBackground2 {
  from {
    background-size: 15vw, 22vw;
    background-blend-mode: luminosity;
  }
  to {
    background-size: 5vw, 6vw;
    background-blend-mode: darken;
  }
}
/* .ch-intro-section {
  background: url(../media/images/fashiontv-brd.svg),
   url(../media/images/fashiontv-brd.svg);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 2.5vw;
} */
@keyframes brandinganim {
  0% {
    opacity: 0.2;
    transform: scaleY(0.2);
  }
  50% {
    opacity: 0.5;
    transform: scaleY(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.usp-branding img {
  /* animation: brandinganim 4s infinite alternate forwards; */
  transform-origin: top;
  mix-blend-mode: screen;
}
.usp-branding {
  position: absolute;
  right: 5%;
  top: 0;
  width: 100px;
}
.usp-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 35px;
  justify-content: center;
  row-gap: 15px;
}
.usp-content ul li {
  color: #ffec5c;
  font-weight: bold;
}
.usp-content p {
  font-weight: bold;
  color: #fff;
  padding: 1rem 0;
}
.usp-content h1 {
  text-transform: capitalize;
  color: #ffec5c;
  font-size: 4vw;
}
/* .usp-content h1 span {
  font-size: 2rem;
  display: block;
} */
.milestone-section {
  /* padding: 4rem 0; */
  background: url("../media/images/img-0006.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.milestone-content ul li {
  /* color: #0071bc; */
  /* font-family: "poppins"; */
}
.milestone-content img {
  width: 4vw;
  transform: rotate(270deg);
  position: absolute;
  top: -9vw;
}
.milestone-content h1 {
  line-height: 2;
  text-align: center;
}
.milestone-content ul {
  padding-left: 1.5rem;
  list-style: disc;
}
.milestone-branding {
  position: absolute;
  width: 4vw;
  left: 5%;
  top: 5%;
}

.channels-slider-content .ch-slider .ch-slider-video video {
  height: 550px;
}
.channels-slider-content .ch-slider .ch-slider-heading h2 {
  font-size: 2rem;
  /*text-shadow: 2px 2px 2px #f1f1f170;*/
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.channels-slider-content .ch-slider .ch-slider-heading {
  position: absolute;
  width: 90%;
  left: 50%;
  text-align: center;
  top: 90%;
  transform: translate(-50%, -50%);
}
.channels-slider-content .ch-slider {
  position: relative;
}
.channels-slider .channels-button a:hover {
  -webkit-box-shadow: 2px 2px 7px #000;
  box-shadow: 2px 2px 7px #fff;
  background-color: var(--champagne);
  color: var(--white);
}
.channels-slider .channels-button a {
  padding: 12px 30px;
  transition: all 0.4s ease-in-out;
  color: #005c52;
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 30px;
  letter-spacing: 1px;
  /* font-family: "poppins"; */
  border: 1px solid #005132;
}
.channels-slider .channels-button {
  padding: 2rem 0 0 0;
}
.channels-slider {
  padding: 0 0 1rem 0;
}
.awards-section {
  padding: 2.5rem 0;
}
.saleskit-images {
  display: flex;
  flex-direction: row;
}
.saleskit-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.saleskit-content a {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 25px;
}
.saleskit-content a:nth-child(2) {
  padding: 10px 0;
  border-top: 1px solid #005c52;
  border-bottom: 1px solid #005c52;
}
.saleskit-content a span {
  font-size: 3.2vw;
  line-height: 1.4;
  color: var(--primary-clr);
}
.videobook-heading h1 {
  /* font-family: "poppins-bold"; */
}
.saleskit-content a span:nth-child(2) {
  color: var(--secondary-clr);
}
.saleskit-content a img {
  width: 40px;
}

.usp-section {
  background-color: var(--champagne) !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.carousel-custom-btn .carousel-control-next-icon,
.carousel-custom-btn .carousel-control-prev-icon {
  border: 1px solid var(--primary-white);
  border-radius: 50%;
  padding: 5px;
  background-color: var(--primary-black);
  background-size: 80% 80%;
}

.pre-section {
  padding: 3rem 0 2rem 0;
}
.location-section {
  padding: 5rem 0;
  background-color: var(--champagne);
}
.location-section .location-abs {
  position: absolute;
  width: 10%;
  right: 0;
  top: 0;
}
.location-inner p,
.location-inner h2 {
  text-align: center;
  color: var(--primary-white);
}
.location-inner h2 {
  font-size: 2rem;
}
.carousel-indicators.car-cutomind > button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.carousel-indicators.car-cutomind {
  bottom: -3rem;
}
.aesthetic-branding {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
/* .footer-social-links {
  padding: 1rem 0;
} */

.copyright P a {
  color: var(--primary-white);
  font-size: inherit;
}
.copyright P {
  color: var(--white);
  padding: 1rem 0;
  font-size: 1rem;
}
.copyright {
  border-top: 1px solid var(--primary-white);
}
.footer {
  background-color: var(--primary-black);
  padding: 4rem 0 0 0;
  position: relative;
  /* border-top: 1px solid var(--white); */
}
.footer-branding {
  display: none;
}
.footer-side1 .footer-logo {
  width: 120px;
  padding-top: 1.5rem;
}
.footer-side1 .footer-newsletter h4 span {
  display: block;
}

.footer-side1 .footer-newsletter form input::placeholder {
  color: var(--primary-white);
}
.footer-side1 .footer-newsletter form input,
.footer-side1 .footer-newsletter form button {
  border: none;
  outline: none;
  background: none;
}
.footer-side1 .footer-newsletter form button i {
  font-size: 1.5rem;
  color: var(--primary-white);
}
.footer-side1 .footer-newsletter form input {
  width: 80%;
  padding: 10px;
  border: 1px solid var(--primary-white);
  background-color: transparent;
  color: var(--primary-white);
  margin-bottom: 0.5rem;
}
.footer-side1 .footer-newsletter form button {
  background-color: transparent;
}
.footer-side1 .footer-newsletter form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
  align-items: center;
}
.footer-side1 .footer-newsletter h4 {
  /* font-family: "Poppins-Regular"; */
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--primary-white);
  font-weight: normal;
}
.footer-side3 .footer-contact ul li a,
.footer-side2 .footer-pages-links ul li a {
  color: var(--primary-white);
}
.footer-side2 .footer-pages-links {
  padding-bottom: 1rem;
}
.footer-side3 .footer-contact ul,
.footer-side2 .footer-pages-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-side3 h4,
.footer-side2 .footer-pages-links h4 {
  color: var(--primary-white);
  font-size: 2rem;
  /* font-family: "Poppins-Regular"; */
  padding-bottom: 1rem;
}

.footer-side3 .footer-social-links ul li:hover a i {
  background: var(--primary-clr);
  color: var(--primary-white);
  transition: background 0.7s ease;
}
.footer-side3 .footer-social-links ul li a i {
  display: grid;
  border: 1px solid;
  color: var(--primary-white);
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  transition: background 0.7s ease-in;
}
.footer-side3 .footer-social-links ul {
  gap: 12px;
}

.fianance-table {
  margin: 2rem 0;
  border-collapse: collapse;
  width: 100%;
}

.fianance-table td,
.fianance-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

/* .fianance-table tr:nth-child(even) {
  background-color: #f2f2f2;
} */

.fianance-table tr:hover {
  background-color: #ddd;
}

.fianance-table td {
  font-size: 1rem;
  /* font-family: "poppins-bold"; */
  color: var(--primary-black);
}
.fianance-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: var(--primary-black);
  color: var(--primary-white);
}

/* Animation */
@keyframes carouselInDown {
  from {
    opacity: 0.3;
    transform: translateY(-100%) scale(0.4) rotateX(65deg);
  }
}
@keyframes slidechange {
  from {
    transform: translateX(-15px);
  }
  to {
    transform: translateX(15px);
  }
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.animate-charcter {
  /* background-image: linear-gradient(
    -225deg,
    #d7df23 0%,
    #005c52 29%,
    #5ae3b9 67%,
    #2e3192 100%
  ); */
  background-image: linear-gradient(
    -225deg,
    var(--champagne) 0%,
    var(--primary-black) 29%,
    var(--champagne) 67%,
    var(--champagne) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.intro-mobimage svg .cls-2,
.location-abs svg .cls-2,
.aesthetic-branding svg .cls-2 {
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  -webkit-animation: draw 2s infinite linear alternate-reverse;
  animation: draw 2s infinite linear alternate-reverse;
}
.btn-container {
  display: none;
}

.pagelinks-section .pagelinks-main .pagelinks-main_ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
}
.pagelinks-section .pagelinks-main {
  border-bottom: 1px solid #4c3c3c55;
}

.pagelinks-section
  .pagelinks-main
  .pagelinks-main_ul
  .pagelinks-main_ul_li
  .pagelinks-main_ul_li_a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: scaleX(0);
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  background-color: var(--champagne);
}
.pagelinks-section .pagelinks-main .pagelinks-main_ul .pagelinks-main_ul_li {
  position: relative;
  padding: 8px;
  transition: all 0.4s ease-in-out;
}
.pagelinks-section
  .pagelinks-main
  .pagelinks-main_ul
  .pagelinks-main_ul_li
  .pagelinks-main_ul_li_a {
  background-color: transparent;
  color: var(--primary-black);
  border: none;
  position: relative;
  /* font-family: "Montserrat-Regular"; */
  z-index: 1;
}

.pagelinks-section
  .pagelinks-main
  .pagelinks-main_ul
  .pagelinks-main_ul_li:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #0007;
  width: 5px;
  height: 5px;
  right: -20px;
  top: 20px;
  border-radius: 50%;
}

.pagelinks-section
  .pagelinks-main
  .pagelinks-main_ul
  .pagelinks-main_ul_li:hover
  .pagelinks-main_ul_li_a::before {
  transform: scaleX(1);
  /* width: 100%; */
}

.pagelinks-section
  .pagelinks-main
  .pagelinks-main_ul
  .pagelinks-main_ul_li:hover
  .pagelinks-main_ul_li_a {
  color: var(--primary-white);
}

.intro-image-two .img-blend {
  mix-blend-mode: darken;
}

.video-main-section .video-main .video-main-content h5 {
  color: #f7931e;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
.video-main-section .video-main .video-main-content h1 {
  font-size: 6vw;
  padding: 1rem 0;
}
.video-main-section .video-main .video-main-content img {
  width: 20%;
}
.video-main-section .video-main video {
  height: 700px;
  position: relative;
}

/*
.video-main-section .video-main video::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(rgba(0, 0, 0, 0.507));
} */
.video-main-section .video-main .video-main-content {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  text-align: center;
}
.video-main-section .video-main {
  width: 90%;
  margin: 0 auto;
}
.video-main-section {
  position: relative;
  padding: 0 0;
}

.milestone-section .milestone-branding2 img {
  width: 20%;
}
.michel-content h1,
.work-content h1,
.awards-content h1,
.support-content h1,
.milestone-content h1,
.keyfacts-content .keyfacts-content-two h1,
.keyfacts-content .keyfacts-content-one .keyfacts-text h1,
.aesthetics-content h1 {
  color: var(--primary-black);
}

.michel-images .michel-images-two .maimages-2,
.michel-images .michel-images-one .maimages-1,
.saleskit-images .saleskit-images-one .salekitimg-1,
.saleskit-images .saleskit-images-two .salekitimg-2 {
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.michel-images .michel-images-two .maimages-2,
.michel-images .michel-images-one .maimages-1 {
  object-position: top;
}

.prospective-content p {
  /* font-family: "poppins"; */
}

.pagelinks-section {
  padding: 3rem 0;
}
.carousel-item {
  background-color: #ffffff;
}
.carousel-item video {
  height: 400px;
}

.navActive {
  background-color: #fff !important;
}

.mobfeaturevidheight {
  height: 300px;
}

.ftva-for-mobile {
  display: none;
}

@media (min-width: 280px) and (max-width: 767px) {
  .ftva-for-desktop {
    display: none;
  }

  .ftva-for-mobile {
    display: block;
  }
}

#ftv-para-2 {
  color: #000 !important;
}

h1#manp-me {
  /* color: var(--champagne) !important; */
}

#tar-me-resp-cmn {
  color: #dac29d !important;
}

.footer-side3 {
  padding-bottom: 20px;
}

.franchise-grid-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 4rem;
  gap: 0 50px;
}

.grid-item {
  width: 100%;
}

.grid-item h2 {
  color: #000000;
  font-family: "Luxury";
  text-align: center;
  padding: 30px 0;
}


.add-grid{
  margin-left: 40px;
  display: grid;
  gap: 0 10px;
  grid-template-columns: 1fr 1fr 1fr;
}


.add-grid-item{
  padding: 0 20px;
}

.addonimg img{
  height: 800px;
  object-fit: cover;
}
.add-grid-item img{
  padding-bottom: 40px;
}

.add-grid-item h2{
  color: #000000;
  font-weight: 600;
  font-family: "MaginiaRegular";
}
.add-grid-item p{
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
}

