@font-face {
  font-family: AktivGroteskCorp-Regular;
  src: url('/assets/Fonts/AktivGroteskCorp-Regular.ttf');
}

@font-face {
  font-family: arial;
  src: url('/assets/Fonts/arial.ttf');
}

@font-face {
  font-family: Arial-Black;
  src: url('/assets/Fonts/Arial Black.ttf');
}

@font-face {
  font-family: arialbd;
  src: url('/assets/Fonts/arialbd.ttf');
}

@font-face {
  font-family: ariblk;
  src: url('/assets/Fonts/ariblk.ttf');
}

@font-face {
  font-family: Beauty Swing;
  src: url('/assets/Fonts/Beauty Swing.ttf');
}

@font-face {
  font-family: Bodoni Book;
  src: url('/assets/Fonts/Bodoni Book.ttf');
}

@font-face {
  font-family: bodoni-seventytwo-itc-book;
  src: url('/assets/Fonts/bodoni-seventytwo-itc-book.ttf');
}

@font-face {
  font-family: Bon Foyage Demo;
  src: url('/assets/Fonts/Bon Foyage Demo.ttf');
}

@font-face {
  font-family: Chapaza;
  src: url('/assets/Fonts/Chapaza.ttf');
}

@font-face {
  font-family: Helvetica45Light;
  src: url('/assets/Fonts/Helvetica45Light.ttf');
}

@font-face {
  font-family: Helvetica55Roman;
  src: url('/assets/Fonts/Helvetica55Roman.ttf');
}

@font-face {
  font-family: Helvetica-Bold;
  src: url('/assets/Fonts/Helvetica-Bold.ttf');
}

@font-face {
  font-family: helvetica-rounded-bold-5871d05ead8de;
  src: url('/assets/Fonts/helvetica-rounded-bold-5871d05ead8de.ttf');
}

@font-face {
  font-family: Metropolis-Medium;
  src: url('/assets/Fonts/Metropolis-Medium.ttf');
}

@font-face {
  font-family: MISTRAL;
  src: url('/assets/Fonts/MISTRAL.ttf');
}

@font-face {
  font-family: Montserrat-ExtraLight;
  src: url('/assets/Fonts/Montserrat-ExtraLight.ttf');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('/assets/Fonts/Montserrat-Medium.ttf');
}

@font-face {
  font-family: MyriadPro-Regular;
  src: url('/assets/Fonts/MyriadPro-Regular.ttf');
}

@font-face {
  font-family: "NCS_Radhiumz";
  src: url('/assets/Fonts/NCS_Radhiumz.ttf');
}

@font-face {
  font-family: "NCS-Radhiumz";
  src: url('/assets/Fonts/NCS-Radhiumz.ttf');
}


@font-face {
  font-family: NotoSans-Regular;
  src: url('/assets/Fonts/NotoSans-Regular.ttf');
}

@font-face {
  font-family: Poppins-Light_0;
  src: url('/assets/Fonts/Poppins-Light_0.ttf');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('/assets/Fonts/Poppins-Regular.ttf');
}

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


/* ======================================================== header style ====================================================================== */
.mds_header {
  z-index: 999;
  position: fixed;
  width: 100%;
  background-color: #000;
  /*padding-top: 10px;*/
  top: 0;
  left: 0;
}

.mds_header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.mds-head {
  width: 80%;
  margin: 0px auto;
}

.mds-head .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header_links {
  display: flex;
  place-items: center;
}

.header_links li {
  list-style-type: none;
}

.header_links li a {
  color: #000C28 !important;
  background-color: rgb(251, 176, 59);
  margin: 0px 5px;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.header_links li:nth-child(1) {
  display: none;
}

.navbar-brand img {
  width: 60%;
}

.mds_header .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: transparent;
  border: 0;
}

.mds_header .navbar-dark button:focus:not(:focus-visible) {
  outline: none;
}

.mds_header .navbar-dark .navbar-toggler:focus {
  box-shadow: none;
}

.mds_header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #97a0b3de;
  color: #fff;
}

.mds_header .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #97a0b3de;
  color: #fff;
}

.mds_header .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item {
  color: #fff;
}

/* ================================= Index page ======================================================================================== */


video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.video-main-section {
  margin-top: 3vw;
  /*height: 36vw;*/
}

.video-main-section video {
  /*height: calc(100vh - 100px);*/
  height: 100%;
}

.video-mds {
  height: calc(100vh - 100px);
  width: 100%;
  overflow: hidden;
}

.video-main-content {
  position: absolute;
  bottom: -14%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
}

.video-main-content h1 {
  color: #fff;
  font-family: 'Chapaza Regular', sans-serif;
  font-size: 4vw;
  text-transform: uppercase;

}

.bg-parallax-section {
  /*height: 200px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000C28;
  background-blend-mode: normal;
  background-image: url("/assets/media/images/parallax.png");
  padding: 8rem 0 5rem;
  position: relative;
}

.bg-parallax-section::before {
  border-top: 3px solid #f4bd82;
  text-align: center;
  width: 100%;
  position: absolute;
  content: '';
  top: 42%;
}

.pagelinks-main-section {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
  padding: 1rem 0px 0 0;
}

.pagelinks-main-section .pagelink-tab-section .pagelink-tab-section_a {
  font-family: 'poppins light';
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 0;
  font-size: 1.3rem;
}

.pagelinks-main-section .pagelink-tab-section:not(:last-child)::after {
  content: "|";
  color: #fff;
  padding-left: 3rem;
  font-weight: 900;
}

.bg-quote-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}

.quote-image-section img {
  height: 300px;
}

.btn-read {
  color: #f4bd82;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 10px;
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #f4bd82;
  outline: none;
  background-color: transparent;
}

.mds-bg-section {
  padding-top: 5rem;
  background-color: #000C28;
}

.mds-bg-section .slick-slider {
  overflow: hidden;
}

.mds-title-section-intro {
  overflow: hidden;
  position: relative;
}

.mds-title-section h1 {
  font-size: 5vw;
  -webkit-text-stroke: 1px rgb(244, 189, 130);
  -webkit-text-fill-color: transparent;
}

.mds-title-section-intro h2 {
  font-size: 5vw;
  color: #2E3192;
  font-weight: 600;
  text-align: right;
  line-height: 0.2;
}

.space {
  height: 3rem;
}

.mds-title-section-intro .mds-intro-title_h3 {
  -webkit-text-stroke: 2px #ED1E83;
  -webkit-text-fill-color: transparent;
  font-family: "Arial";
  font-weight: 400;
  font-size: 13vw;
}

.intro-svg {
  width: 50%;
}

.intro-svg svg {
  animation: textAnimate 5s infinite alternate;
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
    fill: hsl(189, 68%, 75%)
  }

  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%;
    fill: hsla(189, 68%, 75%, 0%)
  }
}

.ftv-mds-svg svg {
  animation: animationEffect 5s infinite alternate;
}

@keyframes animationEffect {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
  }

  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset: -20%;
  }
}

.border-top-pagelinks {
  border-top: 5px solid #f4cfad;
}

.mds-pagelink-desc-intr .mds-pagelink-desc-intr_h4 {
  color: rgb(244, 189, 130);
  font-size: 4rem;
  font-weight: 600;
  font-family: 'Arial';
}

.pagelink-desc {
  background-image: url("/assets/media/images/Asset14.png");
  height: auto;
  overflow: hidden;
  background-color: #000C28;
  background-blend-mode: color-dodge;
  background-size: cover;
  background-position: top;
  position: relative;
}

.philosophy-section {
  background-image: url("/assets/media/images/Asset14.png");
  height: auto;
  overflow: hidden;
  background-color: #000C28;
  background-blend-mode: color-dodge;
  background-size: cover;
  background-position: center;
}

.mds-pagelink-desc-intr .mds-pagelink-desc-intr_h {
  color: rgb(244, 189, 130);
  font-size: 4rem;
  font-weight: 600;
  font-family: 'Arial';
}

.mds-pagelink-video {
  position: absolute;
  z-index: 1;
}

.mds-pagelink-video video {
  width: 26vw;
  height: auto;
  aspect-ratio: 1;
}

.mds-intr-top {
  margin-top: -15px;
}

.mds-pagelink-desc-intr p {
  text-align: justify;
}

.mds-pagelink-img img {
  position: relative;
  top: 9.5vw;
  width: 26vw;
  height: 100%;
}

.mds-pagelink-video-potential video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.mds-pagelink-video-potential {
  padding: 5rem 5rem 0;
}

.mds-pagelink-philosophy-title h4 {
  color: rgb(244, 189, 130);
  font-size: 4vw;
  font-weight: 400;
  font-family: 'Bodony Book';
  text-transform: uppercase;
  text-align: center;
}

.mds-pagelink-phil-h5 {
  color: rgb(244, 189, 130);
  font-size: 3rem;
  font-family: 'Helvetica 55 Roman';
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.mds-pagelink-phil-p {
  color: rgb(251, 176, 59);
  font-family: 'AktivGroteskCorp-Regular';
  text-align: center;
  font-size: 20px;
}

.mds-pagelink-phil-b1 {
  padding: 6rem;
  border-top: 3px solid #fff;
}

.mds-pagelink-phil-b2 {
  padding: 6rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.mds-pagelink-phil-b3 {
  padding: 6rem;
  border-top: 3px solid #fff;
}

#mds-circle {
  height: 50px;
  width: 50px;
  background-image: radial-gradient(rgb(251, 176, 59) 45%, rgb(51, 51, 51) 3%);
  border-radius: 50%;
  margin: 0 auto;
}

.margin-minus-mds {
  margin-top: -130px;
}

.margin-minus-mds-bottom {
  margin-bottom: -120px;
}

.margin-minus-mds-top {
  margin-top: -35px;
}

.mds-slider-first-bg {
  background-image: url("/assets/media/images/introduction.png");
  height: 700px;
  background-size: cover;
  background-position: 40% 40%;
  width: 100%;
}

.mds-pagelink-philosophy .vma-row {
  padding-top: 3%;
  padding-bottom: 4%;
}

.mds-pagelink-philosophy .vma,
.mds-pagelink-philosophy .vma1,
.mds-pagelink-philosophy .vma2 {
  padding: 50px;
  position: relative;
}

.mds-pagelink-philosophy .vma1 {
  padding-bottom: 70px;
}

.mds-pagelink-philosophy .vma h3,
.mds-pagelink-philosophy .vma1 h3,
.mds-pagelink-philosophy .vma2 h3 {
  color: rgb(244, 189, 130);
  font-size: 3rem;
  font-family: 'Helvetica 55 Roman';
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.mds-pagelink-philosophy .vma p,
.mds-pagelink-philosophy .vma1 p,
.mds-pagelink-philosophy .vma2 p {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 1.2rem;
  color: rgb(251, 176, 59);
  text-align: center;
  padding-top: 10px;
  width: 80%;
  margin: 0 auto;
}

.mds-pagelink-philosophy .vma,
.mds-pagelink-philosophy .vma2 {
  border-top: 2px solid #fff;
}

.mds-pagelink-philosophy .vma1 {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mds-pagelink-philosophy .vma::after,
.mds-pagelink-philosophy .vma2::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 45%;
  width: 40px;
  height: 40px;
  background-color: #fddf02;
  border: 7px solid #333333;
  border-radius: 50px;
}

.mds-pagelink-philosophy .vma1::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 45%;
  width: 40px;
  height: 40px;
  background-color: #fddf02;
  border: 7px solid #333333;
  border-radius: 50px;
}

.title-intro-svg {
  width: 60%;
  margin-left: auto;
}



.wrapper {
  margin-top: -16rem;
}

.mds-slider-desc {
  border: 1px solid #fff;
  padding: 18rem 30px 30px 30px;
  margin-top: -17rem;
}

.mds-slider-img {
  text-align: center;
}

.mds-slider-img video,
.mds-slider-img img.features-slider-img {
  width: 80%;
  aspect-ratio: 1;
  object-fit: cover;
}

.slider-title {
  font-family: 'Chapza Regular';
  font-size: 2em;
  color: #fff;
}

.slider-description {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 18px;
  color: #fff;
}

.slick-slide {
  margin: 6rem 60px;
}

/* the parent */
.slick-list {
  margin: 0 -50px;
}

.slick-slider .slick-slide.slick-current,
.slick-slider .slick-slide.slick-center {
  padding: -100px 0px;
  margin-top: 0rem;
}

.slick-prev,
.slick-next {
  background-color: transparent;
}

.slick-prev {
  left: 10px;
  z-index: 999;
}

.slick-next {
  right: 10px;
}

/****************************************************** fashiontv **********************************************************************/

.ftv-video-main {
  margin-top: 4.5vw;
  animation: none !important;
  transition: none !important;
}

.ftv-video-main video {
  height: calc(100vh - 100px);
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ftv-video-border {
  border-bottom: 5px solid rgb(251, 176, 59);
}

/* .ftv-main-section{
  background-image: url('/assets/media/images/parallax.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  background-color: #000C28;
  background-blend-mode: soft-light;
} */

.ftv-main-section {
  /* Background Styles (Matches your style.css) */
  background-image: url('/assets/media/images/parallax.png');
  background-size: cover;
  background-position: center;
  background-color: #000C28;
  background-blend-mode: soft-light;

  /* Layout & Padding Fixes */
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  /* Use min-height to allow content to grow */
  min-height: 100%;
}

.ftv-video-heading {
  font-family: 'Chapza Regular';
  font-size: 6rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.ftv-video-desc {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.ftv-desc {
  margin-top: -120px;
}

.ftv-pagelinks-main-section {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
  row-gap: 12px;
  padding-top: 50px;
}


.ftv-pagelinks-main-section .ftv-pagelink-tab-section .ftv-pagelink-tab-section_a {
  font-family: 'poppins light';
  color: #fff;
  text-decoration: none;
}

.ftv-pagelinks-main-section .ftv-pagelink-tab-section:not(:last-child)::after {
  content: "|";
  color: #fff;
  padding-left: 5rem;
  font-weight: 900;
}

.mds-title-desc-intr_h3 {
  color: rgb(244, 189, 130);
  font-size: 5vw;
  font-weight: 600;
  font-family: 'Arial';
  z-index: 1;
  position: absolute;
  bottom: -17vw;
}

.key-facts-svg-img {
  position: absolute;
  right: 27%;
  width: 50%;
  top: 5rem;
}

.key-facts-svg-img svg {
  animation: textAnimate 5s infinite alternate;
}

.mds-title-section .mds-intro-title-heading {
  -webkit-text-stroke: 2px #ED1E83;
  -webkit-text-fill-color: transparent;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14vw;
  margin-left: 0rem;
}

.ftv-desc-paragraph {
  font-family: 'Helvetica45Light';
  font-size: 20px;
  text-align: justify;
  color: #fff;
  padding-top: 5%;
}

.ftv-image-overlay {
  background-color: #000C28;
  mix-blend-mode: lighten;
  margin-top: -12rem;
}

.ftv-diamond-img img {
  position: absolute;
  left: 11rem;
  margin-top: -10rem;
}

.ftv-image {
  margin-left: 5rem;
}

.ftv-spinner img {
  animation: spin 4s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ftv-key-facts-secondary-title {
  color: rgb(253, 205, 154);
  font-family: 'Chapaza Regular';
  font-size: 4rem;
  text-transform: uppercase;
  padding-left: 20px;
  text-align: center;
  line-height: 0.4;
}

.svg-relative {
  position: relative;
}

.ftv-key-image {
  margin-top: -2rem;
}

.ftv-key-facts-list {
  color: #FFF;
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 1.3rem;
  text-align: justify;
}

.ftv-key-facts-list>li::before {
  content: "• ";
  color: #000C28;
}

.ftv-key-facts-list li {
  padding: 10px 0;
}

.top-padding-ftv {
  padding-top: 15rem;
}

.ftv-top-padding-first {
  padding-top: 25rem;
}

.abs-title-key-facts {
  -webkit-text-stroke: 2px rgba(237, 30, 121, 0.5);
  -webkit-text-fill-color: transparent;
  font-family: "Arial";
  font-weight: 400;
  font-size: 7vw;
  margin-left: 0rem;
  text-transform: uppercase;
  position: absolute;
  margin-top: 7rem;
  margin-left: 33vw;
}

.ftv-usp-desc {
  font-family: 'Metropolis-Medium';
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}

.ftv-usp-title {
  font-size: 4vw;
  font-family: 'Chapaza Regular';
  color: rgb(253, 205, 154);
  margin-bottom: 2rem;
}

.ftv-usp-key .list-group-item {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  font-size: 1.6rem;
  font-family: 'Metropolis-Medium';
}

.ftv-usp-key li:not(:last-child)::before {
  content: '\2022';
  color: rgb(253, 205, 154);
  padding-right: 1rem;
  font-size: 25px;
}

.ftv-usp-key .list-group-item .border-list {
  border-top: 2px solid #fff;
  width: 60%;
  margin-top: 0.5rem;
}

.ftv-usp-image img {
  /*background-color: #000C28;*/
  mix-blend-mode: screen;
  margin-top: -3vw;
}

.ftv-mds-section {
  background-color: #000c28;
  /* padding-bottom: 5vw; */
  z-index: 1;
  overflow: hidden;
}

.bottom-align-ftv {
  padding-top: 3vw;
  padding-left: 2vw
}

.mds-flex-img h2 {
  font-size: 5vw;
  -webkit-text-stroke: 1px #2E3192;
  -webkit-text-fill-color: #2E3192;
  text-align: right;
}

.ftv-mds-section video {
  width: 80%;
  aspect-ratio: 1;
}

.mds-flex-img img {
  width: 5vw;
  height: 100%;
  padding-top: 33px;
}

.mds-flex-img {
  padding-top: 4vw;
}

.mds-ftv-flex-img {
  overflow: hidden;
}

.ftv-mds-section-title {
  font-size: 5em;
  -webkit-text-stroke: 1px rgba(244, 189, 130, 0.5);
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 2vw;
}

.ftv-mds-section-title span:nth-child(2) {
  margin: 0 5vw;
}

.ftv-mds-section-title span:nth-child(3) {
  margin: 0 5vw;
}

.ftv-mds-section-title span:nth-child(4) {
  margin: 0 5vw;
}

.milestones-svg {
  width: 50%;
  transform: translate(50%, 0px);
}

.milestones-svg svg {
  animation: animationEffect 5s infinite alternate;
}

.ftv-milestones-bg-img {
  background-image: linear-gradient(#000C28, #000C28), url(/assets/media/images/milestones.png);
  height: calc(90vh - 100px);
  background-size: 22%, 70%;
  background-position: left, right;
  background-repeat: no-repeat;
  background-color: #000C28;
  background-blend-mode: normal, exclusion;
  margin-top: 0vw;
  padding: 5vw 0;
}

.ftv-milestones-bg-img h4 {
  font-size: 4rem;
  font-family: 'Chapaza Regular';
  color: #fdcd9a;
  text-transform: uppercase;
  margin-left: 2rem;
}

.ftv-milestones-bg-img h2 {
  -webkit-text-stroke: 2px rgba(237, 30, 121, 0.5);
  -webkit-text-fill-color: transparent;
  font-family: "Arial";
  font-weight: 400;
  font-size: 7vw;
  margin-left: 0rem;
  text-transform: uppercase;
  text-align: center;
}

.milestones-list {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 1.2rem;
  text-align: justify;
  list-style-type: none;
}

.milestones-list li {
  margin-bottom: 1rem;
}

.milestones-list li::before {
  content: '\2022';
  color: rgb(253, 205, 154);
  padding-right: 1rem;
  font-size: 1.5rem;
}

/******** FARZEEN CHANNEL CSS ******/
.chnl_sec {
  width: 100%;
  position: relative;
}

.chnl-title h2 {
  font-family: "Chapaza Regular";
  font-size: 76.8px;
  font-weight: 500;
  line-height: 92.16px;
  color: rgb(253, 205, 154);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.chnl-title h3 {
  -webkit-text-stroke: 1px rgba(2, 105, 248, 0.5);
  -webkit-text-fill-color: transparent;
  font-family: "NCS-Radhiumz";
  font-weight: 400;
  font-size: 7vw;
  text-transform: uppercase;
  text-align: center;
  margin-top: -3rem;
}

.chnl-slider {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chnl-arrow {
  position: relative;
  width: 25%;
}

.chnl-arrow img {
  width: 45%;
}

.chnl-arrow .chnl-rotate {
  position: absolute;
  top: -160%;
  right: 36%;
  width: 80%;
}

.chnl-rotate img {
  animation: channel 4s linear infinite;
}

@keyframes channel {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.chnl-swiper {
  width: 75%;
}

.chnl-arrow .chnl-rotate img {
  width: 100%;
}

.chnl-video .chnls-title {
  padding: 1rem 0;
}

.chnl-video .chnls-title h2 {
  font-family: "Chapaza Regular";
  font-size: 2rem;
  color: #f4bd82;
  text-transform: uppercase;
  text-align: center;
}

.chnl-img img {
  height: 35vw;
}

.chnl-top-margin {
  margin-top: 0;
}

/*************** our perspective ******************/
.our_sec {
  width: 100%;
  padding-top: 2rem;
  position: relative;
}

.our-desc h3 {
  font-family: "Chapaza Regular";
  font-size: 4vw;
  color: #000c28;
  background-color: rgb(244, 183, 130);
  padding: 1rem 0rem 0rem 12%;
  font-weight: 500;
  width: 80%;
}

.ftv-our-prospective p {
  font-family: "Montserrat-Medium";
  font-size: 1.2rem;
  color: #ffffff;
  width: 70%;
  padding-top: 3%;
  padding-bottom: 2%;
}

.our-desc h2 {
  -webkit-text-stroke: 2px #ed1e7980;
  -webkit-text-fill-color: transparent;
  font-family: "NCS Radhiumz";
  font-weight: 400;
  font-size: 7vw;
  text-transform: uppercase;
  text-align: center;
  -webkit-animation: fill 0.5s infinite alternate;
}

@-webkit-keyframes fill {
  from {
    -webkit-text-fill-color: #ed1e7980;
  }

  to {
    -webkit-text-fill-color: #ed1e792b;
  }
}

.ftv-our-desc {
  color: #fff;
  list-style-type: none;
  font-size: 1.5rem;
}

.ftv-our-desc li {
  padding-left: 1rem;
}

.ftv-our-desc li::marker {
  content: '\25C6';
  color: rgb(253, 205, 154);
  padding-right: 2rem;
  font-size: 1.5rem;
}

.our-pros-tabs .tab-pane p {
  font-family: 'Montserrat Medium';
  font-size: 1.5rem;
}

.our-pros-tabs>.active {
  display: block;
  color: #ED1E79;
  padding: auto;
}

.our-pros-nav .nav-link.active,
.our-pros-nav .show>.nav-link {
  color: #ED1E79;
  background-color: transparent;
  font-size: 2vw;
  font-family: 'Chapaza Regular';
  text-align: left;
  border-top: 2px solid rgb(2, 105, 248);
  border-bottom: 2px solid rgb(2, 105, 248);
  border-radius: 0;
}

.our-pros-nav .nav-link {
  background: 0 0;
  border: 0;
  color: #808080;
  font-size: 2vw;
  font-family: 'Chapaza Regular';
  text-align: left;
  /*border-bottom: 2px solid #808080;*/
  border-radius: 0;
}

.future-sec {
  background-image: url(/assets/media/images/future.png);
  background-size: 100% auto;
  background-position: top;
  height: auto;
  background-repeat: no-repeat;
}

.future-sec h3 {
  font-size: 4vw;
  font-family: 'Chapaza Regular';
  color: #fdcd9a;
  text-transform: uppercase;
  padding-top: 8vw;
  padding-bottom: 1vw;
}

.future-sec-list {
  color: #fff;
  font-family: 'Montserrat-Medium';
  font-size: 1rem;
}

.future-sec-list li::marker {
  color: #fdcd9a;
  font-size: 18px;
}

.future-sec-list li {
  padding: 1vw 0;
}

/************************************************************ MICHEL ADAM *************************************************************/
.michel-adam-banner {
  background-image: url('/assets/media/images/parallax.png'), url('/assets/media/images/ftv.png');
  background-size: cover, 33% 50%;
  background-position: center, 40% 14%;
  background-repeat: no-repeat, no-repeat;
  height: 100%;
  background-color: #000C28;
  margin-top: 3vw;
  background-blend-mode: soft-light;
  padding-top: 9vw;
}

.michel-adam-img {
  text-align: end;
}

.michel-adam-img img {
  width: 85%;
}

.michel-adam-desc {
  position: absolute;
  top: 30%;
  left: 14%;
}

.michel-adam-desc h1 {
  font-family: 'Chapaza Regular';
  font-size: 5.2rem;
  color: #fff;
  text-transform: uppercase;
}

.michel-adam-desc h5 {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 1.56rem;
  color: #fff;
  text-transform: uppercase;
}

.michel-adam-video-main video {
  width: 70%;
  aspect-ratio: 1;
}

.michel-intro {
  margin-top: 10vw;
  margin-left: 6vw;
}

.michel-intro h2 {
  color: rgb(244, 189, 130);
  font-size: 4vw;
  font-family: 'Chapaza Regular';
}

.michel-intro p {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

.svg-img svg {
  width: 17%;
  position: absolute;
  right: 38%;
  animation: stroke 5s infinite alternate;
  top: 2%;
}

@keyframes stroke {
  0% {
    fill: none;
    stroke: rgb(244, 189, 130);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }

  70% {
    fill: none;
    stroke: rgb(244, 189, 130);
  }

  80% {
    fill: none;
    stroke: rgb(244, 189, 130);
    stroke-width: 3;
  }

  100% {
    fill: rgb(244, 189, 130);
    stroke: rgb(244, 189, 130);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

.our-philisophy-sec {
  background-image: url('/assets/media/images/ftv.png');
  background-color: #000C28;
  background-blend-mode: soft-light;
  height: auto;
  background-size: 20% 40%;
  background-repeat: no-repeat;
  background-position: 50% 17%;
  padding-top: 5vw;
  position: relative;
  overflow: hidden;
}

.our-philisophy-sec h2 {
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  font-weight: 400;
  font-family: 'Chapaza Regular';
  text-transform: uppercase;
  text-align: center;
  margin-top: -4%;
}

.our-philisophy-sec h3 {
  color: rgb(244, 189, 130);
  font-size: 3rem;
  font-family: 'Chapaza Regular';
  text-align: center;
  text-transform: uppercase;
  margin-top: -3%;
}

.michel-adam-phil-b1 {
  padding: 6rem;
  border-top: 3px dashed #fff;
}

.michel-adam-phil-b2 {
  padding: 6rem;
  border-right: 3px dashed #fff;
  border-bottom: 3px dashed #fff;
  border-left: 3px dashed #fff;
}

#mds-circle-phil {
  height: 50px;
  width: 50px;
  background-image: radial-gradient(#fff 45%, rgb(51, 51, 51) 3%);
  border-radius: 50%;
  margin: 0 auto;
}

.michel-adam-phil-b3 {
  padding: 6rem;
  border-top: 3px dashed #fff;
}


.our-philisophy-sec .vma-row {
  padding-top: 8%;
  padding-bottom: 4%;
}

.our-philisophy-sec .vma,
.our-philisophy-sec .vma1,
.our-philisophy-sec .vma2 {
  padding: 50px;
  position: relative;
}

.our-philisophy-sec .vma1 {
  padding-bottom: 70px;
}

.our-philisophy-sec .vma h3,
.our-philisophy-sec .vma1 h3,
.our-philisophy-sec .vma2 h3 {
  color: #fff;
  font-size: 3rem;
  font-family: 'Helvetica 55 Roman';
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.our-philisophy-sec .vma p,
.our-philisophy-sec .vma1 p,
.our-philisophy-sec .vma2 p {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  width: 80%;
  margin: 0 auto;
}

.our-philisophy-sec .vma,
.our-philisophy-sec .vma2 {
  border-top: 2px dashed #fff;
}

.our-philisophy-sec .vma1 {
  border-bottom: 2px dashed #fff;
  border-left: 2px dashed #fff;
  border-right: 2px dashed #fff;
}

.our-philisophy-sec .vma::after,
.our-philisophy-sec .vma2::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 45%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 7px solid #333333;
  border-radius: 50px;
}

.our-philisophy-sec .vma1::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 45%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 7px solid #333333;
  border-radius: 50px;
}

.philosophy-desc {
  padding-top: 5vw;
}

.philosophy-desc h5 {
  color: rgb(244, 189, 130);
  font-size: 3rem;
  font-family: 'Helvetica 55 Roman';
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.philosophy-desc p {
  color: rgb(251, 176, 59);
  font-family: 'AktivGroteskCorp-Regular';
  text-align: center;
  font-size: 20px;
}

.phil-img img {
  width: fit-content;
}

.awards-bg-blue {
  background-color: #000C28;
  position: relative;
  z-index: -1;
}

.intro-bg-blue {
  background-image: url(/assets/media/images/parallax.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  background-color: #000C28;
  background-blend-mode: soft-light;
  padding-bottom: 5vw;
}

.work-exp-sec {
  background-color: #000C28;
  position: relative;
}

.work-exp-det h3 {
  color: rgb(244, 189, 130);
  font-size: 3.5rem;
  font-family: 'Chapaza Regular';
  text-align: left;
  text-transform: uppercase;
  margin-top: -2rem;
}

.work-exp-det p {
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular';
  text-align: justify;
  font-size: 18px;
}

.work-exp-det {
  background-color: #041330;
  padding: 3vw 2vw;
  max-width: 80%;
  position: relative;
  z-index: 2;
}

.ftv-diamond img {
  width: 10%;
  position: absolute;
  right: 3vw;
  top: 11vw;
}

.svg-circle {
  position: absolute;
  bottom: -35%;
  left: -6%;
  width: 25%;
  z-index: 1;
  animation: circle-svg 15s linear infinite;
}

@keyframes circle-svg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.awards-sec {
  max-width: 80%;
  background-image: url('/assets/media/images/awards.png');
  background-blend-mode: multiply;
  background-color: #000C28;
  background-size: cover;
  background-position: bottom right;
  height: 700px;
}

.awards-sec h3 {
  color: rgb(244, 189, 130);
  font-size: 3.5rem;
  font-family: 'Chapaza Regular';
  text-align: right;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.pad-div {
  padding: 7vw 2vw 7vw 0;
}

.pad-div1 {
  padding: 7vw 3vw;
  border-left: 3px solid #dee2e6;
}

.awards-sec p {
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular';
  text-align: justify;
  font-size: 18px;
}

.pad-around-row {
  padding: 4vw 1vw;
}

.futures-sec {
  padding: 4vw 0;
}

.futures-sec h3 {
  color: rgb(244, 189, 130);
  font-size: 3.5rem;
  font-family: 'Chapaza Regular';
  text-align: center;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.futures-sec p {
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular';
  text-align: center !important;
  font-size: 16px;
}

.svg-f-img {
  width: 22%;
  position: absolute;
  right: 0;
  bottom: 5%;
  animation: svg-f-img 10s infinite alternate;
}

@keyframes svg-f-img {
  0% {
    fill: none;
    stroke: rgb(244, 189, 130);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }

  70% {
    fill: none;
    stroke: rgb(244, 189, 130);
  }

  80% {
    fill: none;
    stroke: rgb(244, 189, 130);
    stroke-width: 3;
  }

  100% {
    fill: rgb(244, 189, 130);
    stroke: rgb(244, 189, 130);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}


/****************************************************** KASHIFF KHAN *****************************************************/

.kashiff-khan-banner {
  background-image: url('/assets/media/images/parallax.png'), url('/assets/media/images/ftv.png');
  background-size: cover, 30% 55%;
  background-position: center, 50% 30%;
  background-repeat: no-repeat, no-repeat;
  height: 100%;
  background-color: #000C28;
  margin-top: 3vw;
  background-blend-mode: soft-light;
  padding-top: 9vw;
  padding-bottom: 3rem;
}

.kashif-khan-img {
  text-align: right;
}

.kashif-khan-img img {
  height: 30vw;
}

.kashiff-intro h2 {
  color: rgb(244, 189, 130);
  font-size: 4vw;
  font-family: 'Chapaza Regular';
}

.kashiff-intro {
  margin-top: 10vw;
  margin-left: 6vw;
}

.kashiff-intro p {
  font-family: 'AktivGroteskCorp-Regular';
  font-size: 1rem;
  color: #fff;
  text-align: justify;
}

/****************************************************** MULTI DESIGNER STORE ******************************************************/

.multi-designer-store {
  background-color: #000C28;
  height: auto;
  margin-top: 4vw;
  position: relative;
}

.video-ftv-mds-main video {
  height: 835px;
}

.design-title {
  position: absolute;
  bottom: 5%;
  text-align: center;
  left: 0;
  width: 100%;
}

.design-title h1 {
  text-align: center;
  color: #fff;
  font-family: 'Chapaza Regular';
  font-size: 5rem;
  text-transform: uppercase;
  margin-top: -5vw;
}

.mds-cat-sec {
  background-color: #000C28;
  background-image: url('/assets/media/images/awards.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  background-blend-mode: overlay;
}

.mds-pagelink-border {
  border-top: 5px solid rgb(251, 176, 59);
  border-bottom: 5px solid rgb(251, 176, 59);
  padding-bottom: 1rem;
}

.category-btn-sec {
  padding-bottom: 5rem;
}

.category-btn-sec h2 {
  color: #F4BD82;
  font-family: 'Chapaza Regular';
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
}

.btn-mds span {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-transform: capitalize;
  border: 2px dashed #fff;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  margin-left: 20px;
}

.category-btn-sec a {
  text-decoration: none;
}

.btn-mds {
  display: flex;
}

.cat-mds-btn {
  justify-content: center;
  display: flex;
}

.border-bottom-mds {
  border-bottom: 5px solid #fff;
  text-align: center;
  width: 80%;
  padding-top: 2rem;
}

.category-btn-sec .col-md-6 {
  padding-top: 5rem;
}

.franhcise-sec {
  background-color: #000C28;
}

.franhcise-sec-text h3 {
  color: #fff;
  font-family: 'Chapaza Regular';
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8vw;
  padding-bottom: 3vw;
}

.franhcise-sec-text h3 span {
  color: #F4BD82;
  font-family: 'Chapaza Regular';
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
}

.franchise-bg {
  background-image: url('/assets/media/images/franchise-pre-requistise.png');
  background-size: cover;
  background-position: center;
  height: 500px;
}

.ftv-mds-accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  color: #fff;
}

.ftv-mds-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  color: #F4BD82;
  box-shadow: none;
}

.ftv-mds-accordion .accordion-button {
  background-color: transparent;
  border: 0;
  color: #F4BD82;
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 3.5rem;
  position: relative;
}

.ftv-mds-accordion .accordion-button:focus {
  border: 0;
  border-color: transparent;
  box-shadow: none;
}

.ftv-mds-accordion .accordion-button:not(.collapsed)::before {
  flex-shrink: 0;
  width: 2.5rem;
  aspect-ratio: 1;
  content: "";
  background-image: url('/assets/media/images/minus-icon.png');
  background-repeat: no-repeat;
  background-size: 2rem;
  transition: transform .2s ease-in-out;
  margin-top: 0;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ftv-mds-accordion .accordion-button::before {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background-image: url('/assets/media/images/plus-icon.png');
  background-repeat: no-repeat;
  background-size: 2rem;
  transition: transform .2s ease-in-out;
  margin-top: 0;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ftv-mds-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.ftv-mds-accordion .accordion-button::after {
  background-image: none;
}

.ftv-mds-accordion .accordion-body {
  font-family: 'Myriad Pro';
  text-align: left;
  padding-left: 3.5rem;
  padding-right: 1rem;
}

.financial-sec {
  background-image: url('/assets/media/images/parallax.png');
  background-color: #000C28;
  height: auto;
  padding-top: 10vw;
  padding-bottom: 15rem;
}

.financial-sec-text h3 {
  font-family: 'Chapaza Regular';
  font-size: 5rem;
  color: #F4BD82;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.ftv-mds-table {
  display: none;
}

.ftv-mds-table .table {
  color: #fff;
  text-align: center;
}

.ftv-mds-table .table thead {
  background-color: #F4BD82;
  color: #000C28;
  font-family: 'Chapaza Regular';
  font-size: 2rem;
}

.ftv-mds-section-heading {
  font-size: 5em;
  -webkit-text-stroke: 1px rgba(244, 189, 130, 0.5);
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 12%;
  overflow: hidden;
}

.branding-text-section-heading {
  font-size: 5em;
  -webkit-text-stroke: 1px rgba(244, 189, 130, 0.5);
  -webkit-text-fill-color: transparent;
  overflow: hidden;
}

.multi-designer-ftv video {
  float: right;
  width: 100%;
  aspect-ratio: 1;
}

.ftv-mds-table .table tbody tr td {
  visibility: hidden;
}

.ftv-mds-table .table tbody tr th {
  font-size: 1.5vw;
}

.ftv-financial-mds {
  background-image: url('/assets/media/images/brand-support.png'), url('/assets/media/images/ftv.png');
  height: 42rem;
  background-repeat: no-repeat;
  background-color: #000C28;
  background-blend-mode: normal, soft-light;
  background-size: 75%, 23% 45%;
  background-position: left, 98% 75%;
  position: relative;
}

.mds-ftv-flex-img h2 {
  font-size: 5vw;
  -webkit-text-stroke: 1px #2E3192;
  -webkit-text-fill-color: #2E3192;
  text-align: right;
}

.mds-ftv-flex-img img {
  width: 5vw;
  height: 100%;
  padding-top: 3rem;
}

.mds-ftv-flex-img {
  /*justify-content: right;*/
  padding-top: 8rem;
}

.mds-ftv-img-flex {
  justify-content: right;
  /*padding-top: 8rem;*/
}

.mds-ftv-img-flex h2 {
  font-size: 4vw;
  -webkit-text-stroke: 1px #2E3192;
  -webkit-text-fill-color: #2E3192;
  text-align: right;
  margin-right: 15%;
}

.mds-ftv-img-flex img {
  width: 5vw;
  height: 100%;
  padding-top: 2rem;
}

.ftv-branding-text {
  position: absolute;
  bottom: 15%;
}

.multi-designer-ftv {
  position: absolute;
  top: -20%;
}

.brand-support-txt {
  padding-top: 20rem;
}

.brand-support-txt h3 {
  font-family: 'Chapaza Regular';
  font-size: 3rem;
  color: #F4BD82;
  text-transform: uppercase;
}

.brand-support-txt p {
  color: #fff;
  font-family: 'Myriad Pro';
  font-size: 18px;
  text-align: left;
  line-height: 2rem;
}



/************************************************ footer *******************************************/

footer {
  padding: 4rem 0 2rem 0;
  background-color: #000C28;
  border-top: 1px solid #ffffff;
  position: relative;
}

/* Increase footer container width */
footer .container {
  max-width: 100% !important;
  width: 100% !important;

}

/* Add equal gaps between footer columns */
footer .footer-side0 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

footer .footer-side1 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

footer .footer-side2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

footer .footer-side3 {
  padding-left: 1.5rem;
}

footer .footer-side1 .footer-newsletter h4 {
  font-family: "Chapaza Regular";
  font-size: 2rem;
  text-transform: uppercase;
  color: #f4cfad;
  font-weight: normal;
}

footer .footer-side1 .footer-newsletter h4 span {
  display: block;
}

footer .footer-side1 .footer-newsletter form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

footer .footer-side1 .footer-newsletter form input,
footer .footer-side1 .footer-newsletter form button {
  border: none;
  outline: none;
  background: none;
}

footer .footer-side1 .footer-newsletter form button {
  background-color: transparent;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer .footer-side1 .footer-newsletter form button i {
  font-size: 1.5rem;
  color: #fff;
}

footer .footer-side1 .footer-newsletter form input {
  width: 60%;
  padding: 10px;
  border: 1px solid #f4cfad;
  background-color: transparent;
  color: #fff;
  margin-bottom: 0;
  flex: 1;
}

footer .footer-side1 .footer-newsletter form input::placeholder {
  color: #fff;
}

footer .footer-side1 .footer-logo {
  width: 120px;
  padding-top: 1.5rem;
}

footer .footer-side2 .footer-pages-links h4 {
  color: #f4cfad;
  font-size: 1.5rem;
  font-family: "Chapaza Regular";
  padding-bottom: 1rem;
}

footer .footer-side2 .footer-pages-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}

footer .footer-side2 .footer-pages-links ul li a {
  color: #fff;
  font-family: "AktivGroteskCorp-Regular";
  text-decoration: none;
}

footer .footer-side3 h4 {
  color: #f4cfad;
  font-size: 1.5rem;
  font-family: "Chapaza Regular";
  padding-bottom: 1rem;
}

footer .footer-side3 .footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}

footer .footer-side3 .footer-contact ul li a {
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular';
  text-decoration: none;
}

footer .footer-side3 .footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .footer-side3 .footer-social-links ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 14px 12px;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  margin: 0.5rem 0 0;
  margin-left: -6px;
  list-style: none;
  align-items: center;
  justify-content: start;
  justify-items: start;
}

footer .footer-side3 .footer-social-links ul li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .footer-side3 .footer-social-links ul li a {
  text-decoration: none;
}

footer .footer-side3 .footer-social-links ul li a i {
  display: grid;
  border: 1px solid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 30%;
  color: #fff;
  background: transparent;
  transition: background 0.7s ease-in;
}

footer .footer-side3 .footer-social-links ul li:hover a i {
  /* background: #ffce6f; */
  color: #000;
  transition: background 0.7s ease;
}

footer .copyright {
  border-top: 1px solid #ffffff14;
}

footer .copyright p {
  color: #fff;
  padding: 1rem 0;
  font-size: 1rem;
}

footer .copyright p a {
  font-size: inherit;
  color: #fff;
}

.footer-f {
  position: absolute;
  bottom: 17%;
  right: 0%;
  width: 10%;
}

.footer-f svg .cls-2 {
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  -webkit-animation: draw 2s infinite linear alternate-reverse;
  animation: draw 2s infinite linear alternate-reverse;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}


/********************************************************/

.ftv-mds-bg-img {
  background-image: linear-gradient(#000C28, #000c28f2), url(/assets/media/images/Asset14.png);
  height: auto;
  background-position: top, bottom;
  background-size: 100% 37%, 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: normal, soft-light;
  background-color: #000C28;
  padding: 7vw 0 0;
}

.flex-img-mds {
  display: flex;
  justify-content: flex-end;
}

.flex-img-mds img {
  width: 8%;
  height: fit-content;
}

.btn-readmore {
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 1.2rem;
  text-decoration: underline;
}

.channels-section {
  background-color: #000C28;
}

/***************************************************************************************eniquire***********************************************************************************/
.enquirynow-page {
  /* background: url(../media/images/video-poster.png) no-repeat center; */
  background-size: cover;
  background-color: #000C28;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 10%;
  margin-top: 0;
}

.enq {
  text-align: center;
  margin-bottom: 2rem;
}

.enquiry-form-sec .enq h1 {
  font-family: "digitype-studio-mainlux-light";
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #f4bd82;
  font-weight: bolder;
}

.enquiry-form-sec .enq img {
  width: 30%;
}

.enquiry-form form .form-area {
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.enquiry-form form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  caret-color: #9afa61;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  border: 1px solid #fff;
  background: transparent;
  margin: 10px 0;
  font-size: 1rem;
}

.enquiry-form form .enq-form {
  width: calc(50% - 0.5rem);
}

.enquiry-form form select {
  width: 100%;
  padding: 13px 10px;
  border: none;
  outline: none;
  caret-color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  color: #6a686a;
  margin: 10px 0;
}

.enquiry-form form select option {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
  margin: 10px 0;
}

.enquiry-form form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  caret-color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin: 10px 0;
  font-size: 1rem;
}

.enquiry-form form label {
  color: #fff;
  font-size: 1.2rem;
}

.enquiry-form form input::placeholder,
.enquiry-form form select,
.enquiry-form form textarea::placeholder {
  color: #fff;
}

.enquiry-form form button {
  padding: 10px 35px;
  border-radius: 30px;
  background-color: #f4bd82;
  color: #000C28;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0;
  align-self: center;
  border: none;
  transition: all 0.6s;
  font-weight: 600;
}

/*.enquiry-form form button:hover {*/
/*  background-color: #ffe41e;*/
/*  color: #000;*/
/*}*/

/* animation */
.enquiry-form {
  position: relative;
  z-index: 0;
}

.enquiry-form form {
  background: url(../media/images/poster-1.png) no-repeat center;
  background-size: cover;
  background-color: #000C28;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.enquiry-form::after,
.enquiry-form::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg,
      #fb0094,
      #0333a1,
      #0333a1,
      #ffff00,
      #0333a1,
      #0333a1,
      #0000ff,
      #0333a1,
      #ffff00,
      #ff0000);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
}

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

  50% {
    background-position: 400% 0;
  }

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

/* 
.enquiry-form::after {
  filter: blur(50px);
} */

/***************************************************************************************enquire***********************************************************************************/

/***************************************************************************************FAQ Page Styles***********************************************************************************/

/* FAQ Video Section */
.ma_video-section {
  position: relative;
  margin-top: 3vw;
  overflow: hidden;
}

.ma_video {
  height: 60vh;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ma_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ma_video-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
}

.ma_video-content h1 {
  color: #fff;
  font-family: 'Chapaza Regular', sans-serif;
  font-size: 4vw;
  text-transform: uppercase;
  margin: 0;
}

.ma_video-brd {
  position: absolute;
  bottom: -5%;
  right: 5%;
  width: 30%;
  z-index: 2;
  opacity: 0.8;
}

.ma_video-brd svg {
  width: 100%;
  height: auto;
}

.ma_video-brd .cls-2 {
  fill: none;
  stroke: #f4bd82;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* FAQ Section */
.faq-section {
  background-color: #000C28;
  background-image: url('/assets/media/images/parallax.png');
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
  padding: 5rem 0;
  position: relative;
  min-height: 100vh;
}

.faq-brnd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
  overflow: hidden;
}

.faq-brnd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  color: #f4bd82;
  font-family: 'Chapaza Regular', sans-serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.faq-section p {
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular', Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

/* Accordion Styles */
.faq-section .accordion {
  margin-top: 2rem;
}

.faq-section .accordion-item {
  background-color: transparent;
  border: 1px solid rgba(244, 189, 130, 0.3);
  border-radius: 0;
  margin-bottom: 1rem;
}

.faq-section .accordion-button {
  background-color: transparent;
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.5rem;
  border: none;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: rgba(244, 189, 130, 0.1);
  color: #f4bd82;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(244, 189, 130, 0.5);
}

.faq-section .accordion-button::after {
  filter: brightness(0) invert(1);
}

.faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(0deg);
}

.faq-section .accordion-body {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: 'AktivGroteskCorp-Regular', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  padding: 1.5rem;
}

.faq-section .accordion-body p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}