/*
  Stylesheet for Footballers Wives The Musical
  Author: ;
 
*/
@font-face {
  font-family: "century_gothicbold";
  src: url("../fonts/century-gothic-webfont.woff2") format("woff2"),
    url("../fonts/century-gothic-webfont.woff") format("woff"),
    url("../fonts/century-gothic-webfont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century_gothicsemi";
  src: url("../fonts/CenturyGothicVariable-SemiBold.woff2") format("woff2"),
    url("../fonts/CenturyGothicVariable-SemiBold.woff") format("woff"),
    url("../fonts/century-gothic-semi.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  height: auto;
  /* height: 100vh; set viewport constraint */
  min-height: 100%; /* enforce height */
}


body {
  font-family: "century_gothicsemi";
  background: url("../img/bg.jpg") no-repeat top center fixed;
  background-color: #442c81; /* solid base colour */
  background-blend-mode: soft-light; /* or overlay/soft-light/etc. */
  background-size: cover;
  color: #fff;
  background-size: cover;
  height: 100%;
}

#home {
      background-color: rgba(68, 45, 129, 0.5);
}


@media (max-width: 1366px) {
  html {
    height: 100%;
    overflow: hidden;
    background-size: cover;
  }
  body {
    background-image: url("../img/bg-mobile.jpg") no-repeat top center fixed;
    background-size: cover;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;

  }
  .navbar .navbar-brand img {
    max-width: 125px !important;
  }

  .mobile-background {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg-mobile.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
  }
}


/*


@media (min-width: 992px) {
  .container {
    max-width: 840px;
  }
}

@media (min-width: 480px) {
.container {
  max-width: 460px;
}
}

*/

.container-fluid {
  max-width: 600px;
}

img {
  max-width: 100%;
}

section {
  text-align: center;
}

.studio-banner {
  padding: 200px 0px;
}

@media (max-width: 992px) {
  .studio-banner {
    padding: 150px 0px 0px;
  }
}




/***** Top menu *****/
.navbar {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  --bs-navbar-padding-y: 0.5rem;
  z-index: 9;
  padding:0;
}
.navbar .container {
  max-width: 1170px;
}
.navbar .navbar-brand {
  max-width: 315px;
  display: block;
  margin: 0 auto;
}
.navbar .navbar-brand img {
  max-width: 215px;
}
.navbar .navbar-toggler {
  color: white;
  box-shadow: none;
  border: none;
}
.navbar .navbar-toggler span {
  background-color: white;
  height: 3px;
  width: 40px;
  margin: 8px 0px;
  display: block;
}
.navbar .navbar-nav a {
  color: white;
    font-size:24px;

}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #f2b19a;
}

.offcanvas {
  background-color: #212529ab;
  padding: 150px 70px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 2em;
  padding: 0.25em 0.25em;
  background: transparent url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
  color: #fff !important;
  border: 0;
  border-radius: 0.375rem;
  opacity: 1;
  margin-bottom: 20px;
}

.studio-banner {
  color: white;
}
.studio-banner img {
 /* max-width: 600px;*/
  margin-bottom: 30px;
}


.studio-banner .main-img {
  max-width: 600px;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .main-img {
    width: 100%;
  height: auto;
  max-width: 300px;
  }
}

.studio-banner .booklet-img {
  max-width: 300px;
  margin-bottom: 30px;
}



@media (max-width: 990px) {
  .studio-banner img {
    max-width: 300px;
  }
}


.studio-banner .entry-head .title {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
  text-shadow: 3px 1px 0px #626bc4;
}

.center {
  text-align: center !important;
}
.white {
  color: #fff !important;
}

.studio-banner img.presale {
  max-width: 500px;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .studio-banner img.presale {
    max-width: 300px;
  }
}

.studio-banner .entry-head .description {
  background: #e0d9eb;
  color: #4d4eb6;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
  font-family: "century_gothicbold";
  margin: 10px 0px 30px;
}
.studio-banner .entry-head .description-dark {
  display: block;
  font-size: 21px;
  line-height: 24px;
  margin-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.studio-banner .entry-head .description-dark span {
  /*background: #2e1d7b;*/
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
}
.studio-banner .entry-head .description-dark span.br-0 {
  padding: 0px 10px;
  border-radius: 0px;
}
.studio-banner .entry-head .description-dark.text-small {
  font-size: 18px!important;
  line-height: 1.7;
}
.studio-banner .entry-content video {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .studio-banner .entry-content iframe {
    height: 340px !important;
  }
}

.studio-banner .entry-content .content {
  display: inline;
  font-size: 21px;
  line-height: 24px;
  margin-top: 30px;
  max-width: 330px;
  margin: 0 auto;
}

.studio-banner .entry-content .content span {
  background: #ffc7c7;
  color: #2e1d7b;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
}

.studio-banner .entry-content .content span:hover {
  background: #3c2fe3;
  color: #fff;

}

.studio-banner .entry-content .content span.br-0 {
  padding: 4px 10px;
  border-radius: 0px;
}
.studio-banner .entry-content .content-light {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0px 30px;
  line-height: 24px;
}
.studio-banner .entry-content .content-light span {
  background: #e0d9eb;
  color: #4d4eb6;
  border-radius: 7px;
  padding: 7px 10px;
  display: inline-block;
}

.team-wrapper .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  /*z-index: -1;*/
}
.team-wrapper .team-grid .entry-single {
  position: relative;
}
.team-wrapper .team-grid .entry-single img {
  width: 115px;
  height: 125px;
  margin: 0px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 992px) {
  .team-wrapper .team-grid .entry-single img {
    max-width: 100%;
    height: 200px;
    width: 100%;
  }
}
.team-wrapper .team-grid .entry-single .entry-name {
  position: absolute;
  font-size: 14px;
  color: white;
  bottom: 5px;
  left: 0px;
  text-align: center;
  letter-spacing: -0.3px;
  width: 100%;
}
.team-wrapper .team-grid .entry-single .entry-name span {
  background: #2e1d7b;
  border-radius: 5px;
  padding: 3px 7px;
  line-height: 14px;
  display: inline-block;
}

.social-wrapper .entry-content .entry-title {
  color: #f2b19a;
  border: 3px solid #f2b19a;
  padding: 6px 20px;
  font-size: 21px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "century_gothicbold";
  display: inline-block;
}

/*
.social-wrapper .entry-content .social-media {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px; 
}
*/

.social-wrapper .entry-content .social-media {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.social-wrapper .entry-content .social-media a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
}
.social-wrapper .entry-content .social-media i {
  color: white;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
}
.social-wrapper .entry-content .social-media span {
  background-color: rgba(0, 0, 0, 0.66);
  color: white;
  padding: 2px 10px;
  margin-top: 15px;
  border-radius: 20px;
}

.lineup-wrapper .table td {
  color: white;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.43);
}

.team-table  {
  background: rgba(0, 0, 0, 0.43);
  width: 100%;
    table-layout: fixed;
  word-break: break-word;
}

@media (max-width: 990px) {
 .team-table   {
    width: 100%;
}
.team-table td {
    width: 50%;
    font-size: 16px;
}
}

.team-table td {
  color: white;
  border: 1px solid #19137c;
  text-align: left;
  width: 50%;
  padding: 10px 15px;
}






  .text-pattern {
    font-family: 'poppins';
  font-size: 80px;
  font-weight: bolder;
  background: url('../img/FW-BG-flat-crop 2.jpg'); /* Your texture */
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 200px; 
   text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #fff;
}


/* --- quote effect --- */

.text-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  padding: 6em 0; 
  max-width: 300px;
}

.text-glow,
.text-fill {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.text-glow {
  color: #fff;
  text-shadow:
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 2px #ccc;
  z-index: 1;
}

.text-fill {
  background: url('../img/FW-BG-flat-crop 2.jpg');
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}




.bling-container {
  position: relative;
  display: inline-block;
  margin: 40px 0;
}

.bling-text {
  font-size: 42px;
  text-shadow: 3px 1px 0px #626bc4;
  font-weight: bold;
font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
.bling-text {
  font-size: 32px;
  text-shadow: 3px 1px 0px #626bc4;
  font-weight: bold;
font-family: 'Poppins', sans-serif;
}
}



.sparkle {
  position: absolute;
  animation: twinkle 1.5s infinite alternate;
  pointer-events: none;
  color: #fff;
  font-size: 38px!important;
  font-weight: bold;
font-family: 'Poppins', sans-serif;
  text-transform: uppercase!important;
}

.sparkle1 { top: -20px; left: -35px; animation-delay: 0s; }
.sparkle2 { top: -5px; right: -40px; animation-delay: 0.5s; }
.sparkle3 { top: -25px; right: -60px; animation-delay: 0.3s; }


@keyframes twinkle {
  0% { transform: scale(1); opacity: 0.3; }
  100% { transform: scale(1.5) rotate(20deg); opacity: 1; }
}


/*
* {
  outline: 1px solid red;
}
*/


.score-quotes {
  font-size: 30px; line-height: 1.3em; margin-top: 20px;
}

@media (max-width: 480px) {
  .score-quotes {
  font-size: 28px; line-height: 1.3em; margin-top: 20px;
}
}


.score-stars {
  font-size: 22px; line-height: 1.3em; margin-top: 0px;color:#ffc7c7;
}

.score-source {
  font-size: 22px; line-height: 1.3em; margin-top: 0px;
}

.score-source i {
  font-size: 12px;
}


/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }


.carousel {
  max-width: 1350px;
  margin: 40px auto;
}

.carousel-cell {
  width: 100%;
  margin-right: 40px;
  display: flex;             /* allow centering */
  justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
}

.carousel-cell img {
  max-height: 80svh;         /* cap by viewport height */
  max-width: 100%;           /* don’t overflow width */
  height: auto;
  width: auto;
  border-radius: 8px;
  display: block;
}

.flickity-enabled { touch-action: pan-x; }


/* keep horizontal swipe only */
.flickity-enabled { touch-action: pan-x; }


/* lets horizontal scrolling pass through on touch 
.flickity-enabled {
  touch-action: pan-x;
}
*/

.flickity-button {
    position: absolute;
    background: #ec4eb8!important;
  }

/*
  .flickity-prev-next-button.previous {    
    left: -60px!important;
  }


  .flickity-prev-next-button.next {    
    right: -60px!important;
  }
  */

.flickity-page-dots .dot {
    background: #fff!important;
  }

/*
@media (max-width: 768px) { 
    .carousel img {
      max-width: 740px;
      margin: 40px auto;
    }
  }



@media (max-width: 480px) { 
    .carousel img {
      max-width: 460px;
      margin: 40px auto;
    }
    */

.flickity-prev-next-button {
    top: 50%;
    width: 44px!important;
    height: 44px!important;
    border-radius: 50%;
    transform: translateY(-50%);
    }
}

