/*
*
* Site Name: The Route
* Date Modified: 2021-06-18
* Design : Devlina Banerji (devlina@tingmail.in), Dhakshin Chandrasekar(dhakshin@tingmail.in), Amitha Madhan(amitha@tingmail.in)
* Coding : Manoj Rajendiran(manoj@tingmail.in), Jess Divyan(jess@tingmail.in),
  Siddharth kp (siddharth.kp@ting.in), Mahalakshmi Karmegam (mahalakshmi.karmegam@ting.in)

*
*/

/* ==================================================================
1.0 Custom Font Declarations(if any)
================================================================== */
@font-face {
  font-family: "Plat Nomor";
  src: url("../fonts/PlatNomor.woff2") format("woff2"),
    url("../fonts/PlatNomor.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Be Vietnam";
  src: url("../fonts/BeVietnam-Regular.woff2") format("woff2"),
    url("../fonts/BeVietnam-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Be Vietnam";
  src: url("../fonts/BeVietnam-Bold.woff2") format("woff2"),
    url("../fonts/BeVietnam-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* ==================================================================
2.0 Typography (Base font size 16px)
================================================================== */
html,
body {
  overflow-x: hidden;
}

body {
  background: #d38c23;
  font-family: "Be Vietnam";
  font-weight: normal;
  font-size: 1vw;
  overflow: hidden;
}

body.loaded {
  overflow-x: hidden;
  overflow-y: auto;
}

.disable-events {
  pointer-events: none;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-yellow-sea {
  color: #fcad06;
}

.color-brand-punch {
  color: #d38c23;
}

.display-ib {
  display: inline-block;
}

.heading-normal {
  font-family: "Plat Nomor";
  font-size: 2.625em;
  text-transform: uppercase;
}

.para-large {
  font-size: 1.3em;
  line-height: 1.3;
  margin-bottom: 1em;
}

.para-normal {
  /* font-size: 22px; */
  font-size: 1.2em;
  line-height: 1.25;
}

.para-small {
  font-size: 1.2em;
  line-height: 1.1;
}

.nav-link {
  position: relative;
  color: #fff;
  font-family: "Plat Nomor";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5em;
  line-height: normal;
  padding: 0 0.125em;
  margin: 0.5em 1.25em;
  z-index: 2;
}

.nav-link:last-child {
  margin-right: 0;
}

.nav-link.logo-image {
  margin: 0 1em 0 0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #000;
}

.logo-image img {
  max-width: 3.92em;
}

.light-mode .nav-link {
  color: #000;
}

.light-mode .nav-link:hover,
.light-mode .nav-link:focus,
.light-mode .nav-link.active {
  color: #fff;
}

.light-mode .logo-image {
  mix-blend-mode: multiply;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff6f1;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #524b48;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

/*padding-top globally*/
.sec-top {
  padding-top: calc(6vh + 9em);
}

.ls--1 {
  letter-spacing: -1px;
}
.production-text,
.event-details ul li.h5 {
  /* font-size: 22px; */
  font-size: 1.2em;
}

@media (max-width: 991.98px) {
  .sec-top {
    padding-top: 6rem;
  }
  .grayin img {
    width: 90%;
  }
  .production-text {
    font-size: 1.25rem;
  }
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fcad06;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 1199.98px) {
  body {
    font-size: 12px;
  }
  .footer {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* body {
    font-size: 2.165vh;
  } */
  body {
    font-size: 1vw;
  }
  .footer {
    font-size: 16px;
  }
}

@media (min-height: 800px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 1vw;
  }
}

/* ==================================================================
3.0 Talents Page Common declarations
================================================================== */
.talents-nav {
  position: absolute;
  left: 0;
  padding-top: 4vh;
  width: 100%;
}
.talents-nav.left-padding {
  left: 5%;
}

#talents-slider {
  width: 100%;
  height: 100vh;
}

.fullpage-sec {
  background: #d38c23;
  width: 100%;
  height: 100%;
}

.fullpage-sec > .container-fluid {
  height: 100%;
}

.fullpage-sec > .container-fluid > .row {
  height: 100%;
}

.about-image {
  position: relative;
  padding-bottom: 1em;
}

.about-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 26.875em;
  height: 100%;
  background: url("../images/stars-background.png") no-repeat center bottom
    transparent;
  background-size: contain;
  mix-blend-mode: multiply;
}

.tr-content-wrapper {
  padding-top: 38vh;
  padding-left: 2.5em;
  position: relative;
  z-index: 1;
}

.testimonial-image {
  padding-top: 38vh;
  text-align: center;
}

.testimonial-star img {
  mix-blend-mode: multiply;
}

.talent-name {
  position: relative;
  padding: 0.3em 0.75em 0.2em;
  margin-bottom: 0.5em;
  background: url("../images/name-yellow-bg.png") no-repeat right center
    transparent;
  background-size: 100% 100%;
  min-width: 4.62em;
  text-align: center;
  color: #000;
}

.light-mode .talent-name {
  background-image: url("../images/name-black-bg.png");
  color: #fff;
}

.talent-name.bg-texture-small {
  background-image: url("../images/name-yellow-bg-small.png");
}

.light-mode .talent-name.bg-texture-small {
  background-image: url("../images/name-black-bg-small.png");
}

.talent-name::before,
.talent-name::after {
  content: "";
  position: absolute;
  left: -1.35em;
  top: 0;
  height: 100%;
  width: 1.35em;
  background: url("../images/name-star-yellow.png") no-repeat center center
    transparent;
}

.light-mode .talent-name::before,
.light-mode .talent-name::after {
  background-image: url("../images/name-star-black.png");
}

.talent-name::after {
  left: auto;
  right: -1.35em;
}

/* #talent-brief {
  background: url("../images/atlee-brief-bg.jpg") no-repeat center right transparent;
  background-size: cover;
} */

#talent-brief {
  background: none #000;
}

.film-reel-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.2em;
  height: 100%;
  background: none repeat-y center center transparent;
  background-size: 100% auto;
}

.testimonial-image img {
  width: 20.67em;
}

#talent-hero {
  background: url("../images/full-bg_01.png") no-repeat right bottom transparent;
  background-size: cover;
}

#talent-about {
  background: url("../images/full-bg_02.png") no-repeat right bottom transparent;
  background-size: cover;
}

#talent-testimonial {
  background: url("../images/full-bg_04.png") no-repeat right bottom transparent;
  background-size: cover;
}

.brief-bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none no-repeat center right #000;
  background-size: cover;
}

.talent-atlee .testimonial-image img {
  width: 16.67em;
}

/* ==================================================================
4.0 Talents Hero Images
================================================================== */
.hero-image img {
  height: 75vh;
  width: auto;
  position: relative;
  z-index: 2;
}

#talent-hero .talent-name::before,
#talent-hero .talent-name::after {
  display: none;
}

#talent-hero .talent-name {
  position: absolute;
  top: 38vh;
  margin-left: 1em;
  z-index: 1;
}

#talent-hero .our-talents {
  position: absolute;
  padding: 0.3em 0.75em 0.2em;
  margin-bottom: 0.5em;
  margin-left: -7.4em;
  top: 38vh;
  z-index: 1;
}

/* #talent-hero .our-talents::after {
  content: "";
  position: absolute;
  top: 0.3em;
  right: -1.3em;
  width: 1.3em;
  height: 4.75em;
  background: url("../images/black-star-line.png") no-repeat bottom right
    transparent;
  background-size: contain;

} */

.hero-stars-bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 80%;
  height: 90%;
  background: url("../images/big-stars-bg.png") no-repeat center bottom
    transparent;
  background-size: 100% auto;
  mix-blend-mode: multiply;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900;
  /* color: rgba(0, 0, 0, 0.5); */
  color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2em;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2em;
}

.tr-content-wrapper p:last-child {
  margin-bottom: 0;
}

.swiper-fraction-btn {
  width: 7%;
  color: #fff;
  padding: 20px;
  font-size: 1.2em;
  margin-top: 0.25em;
  transition: all 0.2s ease-in-out !important;
  line-height: 1;
  background: url(../images/talentname-bg.png) no-repeat center center
    transparent;
  background-size: 100% 100%;
  border-radius: 0;
  border: none transparent;
  background-color: transparent !important;
  box-shadow: none !important;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.swiper-pagination {
  z-index: 1;
}

@media (min-width: 992px) {
  .talent-vijay #talent-hero .talent-name {
    margin-left: -2em;
  }

  .talent-vijay .hero-image img {
    left: 0em;
  }

  .talent-vijay #talent-hero .our-talents {
    margin-left: -7em;
  }
}
/* ==================================================================
5.1 Dynamic
Slide 2 About Image Sizes (width em = image width divided by 16)
================================================================== */
.about-image img {
  position: relative;
  z-index: 1;
}

.talent-atlee .about-image img {
  width: 20em;
  margin-bottom: -16px;
}

.talent-kathir .about-image img {
  width: 24em;
  margin-bottom: -12px;
}

.talent-vijay .about-image img {
  width: 28em;
}

.talent-arjundas .about-image img {
  width: 27.25em;
  margin-bottom: -12px;
}

.talent-anjali .about-image img {
  width: 21.5em;
}

.talent-keerthy .about-image img {
  width: 18em;
  margin-bottom: -12px;
}

.talent-kalyani .about-image img {
  width: 17em;
  margin-bottom: -12px;
}

.talent-samyuktha .about-image img {
  width: 27.325em;
  margin-bottom: -15px;
}

.talent-malavika .about-image img {
  width: 16em;
}

.talent-rashmika .about-image img {
  width: 20.65em;
  margin-bottom: -15px;
}

.talent-samantha .about-image img {
  width: 21em;
  margin-bottom: -12px;
}
.talent-sobhita .about-image img {
  width: 19em;
  margin-bottom: -12px;
}

header nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
header nav ul li {
  transform: translateY(50px);
  opacity: 0;
}
header nav ul li a {
  display: block;
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-family: "Plat Nomor";
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header nav ul li a:hover {
  color: #ffaf00;
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 10;
  right: 1.5rem;
  top: calc(15px + 0.5rem);
  cursor: pointer;
}
.toggle-btn .bar {
  width: 30px;
  height: 2px;
  margin: 7px auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.toggle-btn .bar:nth-child(2) {
  width: 20px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  top: 70px;
}

@media (min-width: 200px) and (max-width: 380px) {
  #toggle:checked ~ nav ul {
    top: 0;
  }
}

#toggle:checked ~ nav ul li {
  transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#toggle:checked + label.toggle-btn .bar {
  background-color: #ffaf00;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  header nav ul li a {
    font-size: 1.4em;
  }
}

/* ==================================================================
5.2 Dynamic
Slide 3 Background
================================================================== */
.talent-atlee .brief-bg-wrapper {
  background-image: url("../images/talents/atlee/atlee-brief-bg.png");
}

.talent-kathir .brief-bg-wrapper {
  background-image: url("../images/talents/kathir/kathir-brief-bg.png");
}

.talent-vijay .brief-bg-wrapper {
  background-image: url("../images/talents/vijay/vijay-brief-bg.png");
}

.talent-arjundas .brief-bg-wrapper {
  background-image: url("../images/talents/arjun-das/arjun-brief-bg.png");
}

.talent-keerthy .brief-bg-wrapper {
  background-image: url("../images/talents/keerthy/keerthy-brief-bg.png");
}

.talent-kalyani .brief-bg-wrapper {
  background-image: url("../images/talents/kalyani/kalyani-brief-bg.jpg");
}

.talent-samyuktha .brief-bg-wrapper {
  background-image: url("../images/talents/samyuktha/samyuktha-brief-bg.png");
}

.talent-malavika .brief-bg-wrapper {
  background-image: url("../images/malavika-brief-bg.jpg");
}

.talent-rashmika .brief-bg-wrapper {
  background-image: url("../images/talents/rashmika/rashmika-brief-bg.jpg");
}

.talent-samantha .brief-bg-wrapper {
  background-image: url("../images/talents/samantha/samantha-brief-bg.png");
}

.talent-sobhita .brief-bg-wrapper {
  background-image: url("../images/talents/sobhita/sobhita-brief-bg.png");
}

.talent-page .swiper-slide .sgicon-group a img {
  width: 34px;
  height: 34px;
  padding: 6px;
}

.talent-page .swiper-slide .sgicon-group a {
  background: #000;
}

.talent-page .swiper-slide .sgicon-group a:hover {
  transform: scale(1.1);
}

.talent-page .scroll-section {
  max-height: 340px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.talent-page .about-image::after {
  content: "";
  position: absolute;
  top: 2em;
  left: 1.7em;
  width: 10em;
  height: 7.75em;
  background: url(../images/talents/talent-star-black.png) no-repeat bottom
    right transparent;
  background-size: contain;
}
/* ==================================================================
5.3 Dynamic
Slide 4 Film Reel
================================================================== */
.talent-atlee .film-reel-container {
  background-image: url("../images/talents/atlee/atlee-reel.png");
}

.talent-kathir .film-reel-container {
  background-image: url("../images/talents/kathir/kathir-reel.png");
}

.talent-vijay .film-reel-container {
  background-image: url("../images/talents/vijay/vijay-reel.png");
}

.talent-arjundas .film-reel-container {
  background-image: url("../images/talents/arjun-das/arjun-das-reel.png");
}

.talent-anjali .film-reel-container {
  background-image: url("../images/anjali-reel.png");
}

.talent-keerthy .film-reel-container {
  background-image: url("../images/talents/keerthy/keerthy-reel.png");
}

.talent-kalyani .film-reel-container {
  background-image: url("../images/talents/kalyani/kalyani-reel.png");
}

.talent-samyuktha .film-reel-container {
  background-image: url("../images/talents/samyuktha/samyuktha-reel.png");
}

.talent-malavika .film-reel-container {
  background-image: url("../images/malavika-reel.png");
}

.talent-rashmika .film-reel-container {
  background-image: url("../images/talents/rashmika/rashmika-reel.png");
}

.talent-samantha .film-reel-container {
  background-image: url("../images/talents/samantha/samantha-reel.png");
}

.talent-sobhita .film-reel-container {
  background-image: url("../images/talents/sobhita/sobhita-reel.png");
}

.talent-priyanka .film-reel-container {
  background-image: url("../images/talents/priyanka-mohan/priyanka-film-strip.png");
}
.talent-priyanka .brief-bg-wrapper {
  background-image: url("../images/talents/priyanka-mohan/PRIYANKA-MOHAN-bg.png");
}

.talent-priyanka .about-image img {
  width: 21em;
  margin-bottom: -12px;
  margin-left: 24%;
}

.talent-lokesh-kanagaraj .film-reel-container {
  background-image: url("../images/talents/lokesh-kanagaraj/lokesh-reel.png");
}
.talent-lokesh-kanagaraj .brief-bg-wrapper {
  background-image: url("../images/talents/lokesh-kanagaraj/lokesh-brief-bg.jpg");
}

.talent-lokesh-kanagaraj .about-image img {
  width: 27em;
  margin-bottom: -12px;
}
.talent-lokesh-kanagaraj .testimonial-image img {
  width: 35em;
  /* max-width: 100%; */
  margin-right: -20rem;
  margin-top: -10rem;
}

@media screen and (min-width: 991px) {
  .talent-lokesh-kanagaraj .tr-content-wrapper {
    max-width: 75%;
  }
}

.talent-ashwath-marimuthu .film-reel-container {
  background-image: url("../images/talents/ashwath-marimuthu/ashwath-marimuthu-reel.png");
}
.talent-ashwath-marimuthu .brief-bg-wrapper {
  background-image: url("../images/talents/ashwath-marimuthu/ashwath-marimuthu-brief-bg.png");
}

.talent-ashwath-marimuthu .about-image img {
  width: 15em;
  margin-bottom: -12px;
}


.talent-dushara-vijayan .film-reel-container {
  background-image: url("../images/talents/dushara-vijayan/dushara-vijayan-reel.png");
}
.talent-dushara-vijayan .brief-bg-wrapper {
  background-image: url("../images/talents/dushara-vijayan/dushara-vijayan-brief-bg.png");
}

.talent-dushara-vijayan .about-image img {
  width: 15em;
  margin-bottom: -12px;
}



.talent-pooja-hegde .film-reel-container {
  background-image: url("../images/talents/pooja-hegde/pooja-film-strip.png");
}
.talent-pooja-hegde .brief-bg-wrapper {
  background-image: url("../images/talents/pooja-hegde/Pooja-Hegde-bg.png");
}

.talent-pooja-hegde .about-image img {
  width: 15em;
  margin-bottom: -12px;
}


.talent-meenaakshi-chaudhary .film-reel-container {
  background-image: url("../images/talents/meenaakshi-chaudhary/meenaakshi-chaudhary-reel.png");
}
.talent-meenaakshi-chaudhary .brief-bg-wrapper {
  background-image: url("../images/talents/meenaakshi-chaudhary/meenaakshi-chaudhary-brief-bg.png");
}

.talent-meenaakshi-chaudhary .about-image img {
  width: 15em;
  margin-bottom: -12px;
}

.talent-h-vinoth .film-reel-container {
  background-image: url("../images/talents/h-vinoth/h-vinoth-reel.png");
}
.talent-h-vinoth .brief-bg-wrapper {
  background-image: url("../images/talents/h-vinoth/h-vinoth-brief-bg.png");
}

.talent-h-vinoth .about-image img {
  width: 15em;
  margin-bottom: -12px;
}

.talent-aaditi .about-image img {
  width: 42em;
  margin-bottom: -12px;
}

.talent-aaditi .brief-bg-wrapper {
  background-image: url("../images/talents/aaditi/aaditi-bg.png");
}

.talent-aaditi .film-reel-container {
  background-image: url("../images/talents/aaditi/aaditi-film-strip.png");
}

.talent-krithi .about-image img {
  width: 17em;
  margin-bottom: -12px;
}

.talent-krithi .brief-bg-wrapper {
  background-image: url("../images/talents/krithi/Krithi-Shetty-bg.png");
}

.talent-krithi .film-reel-container {
  background-image: url("../images/talents/krithi/Krithi-Shetty-strip.png");
}

.talent-monisha .about-image img {
  width: 34em;
  margin-bottom: -12px;
}

.talent-monisha .brief-bg-wrapper {
  background-image: url("../images/talents/monisha-mohan/Monisha-Mohan-bg.png");
}

.talent-monisha .film-reel-container {
  background-image: url("../images/talents/monisha-mohan/Monisha-Mohanstrip.png");
}

/* ==================================================================
5.4 Dynamic
Slide 4 Design Element
================================================================== */
.talent-kathir .testimonial-image img {
  width: 35em;
  max-width: 100%;
  transform: translate(-4em, -4em);
}

.talent-vijay .testimonial-image img {
  width: 37em;
  max-width: 100%;
  transform: translate(-4em, -4em);
}

.talent-vijay .testimonial-image,
.talent-malavika .testimonial-image {
  margin-right: -1em;
}

/* ==================================================================
6.0 Responsive styles
================================================================== */
@media (min-width: 1200px) {
  .talent-sobhita #talent-hero .talent-name {
    margin-left: 0.25em;
  }
}

@media (max-width: 1199.98px) {
  .tr-content-wrapper,
  .testimonial-image {
    padding-top: 0;
  }

  #talents-slider {
    height: 75vh;
    overflow: hidden;
  }

  #talent-hero {
    padding-top: 5%;
  }
}

@media (max-width: 991.98px) {
  #talents-slider {
    height: auto;
  }
  .para-large,
  .para-normal {
    font-size: 1.3em;
    line-height: 1.35;
  }

  .events-page .unhide {
    display: none;
  }

  .events-page .para-normal {
    font-size: 1.5em;
  }
  #talents-slider .swiper-wrapper {
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fullpage-sec {
    padding: 3em 1em;
  }
  .tr-content-wrapper {
    padding-top: 3em;
    padding-left: 0;
    /* text-align: center; */
  }
  .testimonial-image {
    padding-top: 2em;
  }
  #talent-brief.fullpage-sec {
    padding-top: 0;
  }
  .brief-bg-wrapper {
    position: relative;
    height: 60vh;
    margin-left: -1em;
    margin-right: -1em;
    width: calc(100% + 2em);
  }
  #talent-testimonial .tr-content-wrapper {
    padding-top: 0;
  }
  #talent-hero {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 0;
    height: auto;
  }
  #talent-hero::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: url("../images/gradient-line-mobile.png") no-repeat center
      bottom transparent;
    background-size: cover;
    z-index: 1;
  }
  .hero-stars-bg {
    width: 100%;
  }
  .hero-image img {
    width: 80vw;
    height: auto;
  }
  #talent-hero .our-talents,
  #talent-hero .talent-name {
    position: relative;
    top: 0;
    margin-left: 0;
  }
  #talent-hero .our-talents {
    margin-bottom: 1em;
  }
  #talent-hero .our-talents::after {
    top: 0.1em;
    right: -0.5em;
    width: 1.3em;
    height: 3.75em;
  }
}

@media (max-width: 767.98px) {
  .hero-image img {
    width: 100%;
    height: auto;
  }
}

/* ==================================================================
4.0 About page
================================================================== */
.page-hero {
  width: 100%;
  height: 100vh;
}

.about-page,
.home-page {
  background: #fff6f1;
}

.our-founder-sec .para-normal {
  font-family: "Be Vietnam";
}

.about-page .hero-image {
  width: 100%;
  height: 100%;
  background: url("../images/home/home-banner.png") no-repeat center bottom
    transparent;
  background-size: cover;
}

.home-page .hero-image {
  width: 100%;
  height: 100%;
  background: url("../images/home/home-banner.png") no-repeat center bottom
    transparent;
  background-size: cover;
}

.home-page .hero-mobile {
  background-image: url("../images/home/home-banner-mobile.svg");
}

.about-page .hero-mobile {
  background-image: url("../images/home/home-banner-mobile.svg");
}
.about-page .about-award .star-seperator {
  mix-blend-mode: multiply;
}

.page-template .para-normal {
  color: #524b48;
  line-height: 1.5;
  max-width: 32em;
  margin: 0 auto 1.3em;
}

.page-template .heading-normal {
  color: #524b48;
  line-height: 1.12;
  max-width: 18.5em;
  margin: 0 auto 0.5em;
}

.page-template .heading-normal.highlight-heading {
  color: #000;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.page-template .heading-normal.max-width-100 {
  max-width: 100%;
}

.about-page .image-holder {
  margin-bottom: 2.5em;
}

.about-page .image-holder.nomargin {
  margin: 0;
}

.img-fw {
  width: 100%;
  height: auto;
}

.our-philosophy {
  width: 90%;
  max-width: 64vw;
  padding: 3em 0 2em;
  margin: 0 auto;
  background: url("../images/our-philiosophy-bg.jpg") no-repeat center top
    transparent;
  background-size: cover;
}

.about-award {
  position: relative;
  display: inline-block;
  padding: 3em 0 0;
}

.about-award::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 0;
  width: 96%;
  height: 100%;
  background: url("../images/about/about-award-bg.png") no-repeat center top
    transparent;
  background-size: cover;
  z-index: -1;
}

.about-award > * {
  position: relative;
}

.about-page .our-philosophy .heading-normal {
  color: #fff;
}

.about-page .our-philosophy .heading-normal.highlight-heading {
  margin-top: 0;
  color: #000;
}

.about-page .our-philosophy .para-normal {
  color: #000;
  line-height: 1.25;
  max-width: 100%;
}

.about-award .heading-normal {
  color: #000;
}

.about-stars-bg {
  position: absolute;
  left: -80%;
  bottom: -9%;
  width: 100%;
  height: 120%;
  background: url("../images/about/atlee-bg.png") no-repeat bottom right
    transparent;
  background-size: auto 100%;
  mix-blend-mode: multiply;
}

.about-reel-bg {
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.about-stars-bg-right {
  position: absolute;
  right: -50%;
  top: 10%;
  width: 100%;
  z-index: -1;
}

.our-goal-sec {
  margin-top: 4em;
}

.our-goal-sec p {
  /* font-size: 22px; */
  font-size: 1.2em;
}

.our-goal-sec .our-goal-stars-bg {
  position: absolute;
  top: 10px;
}

.our-goal-sec .anirudh-sec .star-bg {
  left: 60%;
  top: -30%;
  z-index: -1;
  position: absolute;
}

@media screen and (min-width: 1190px) {
  .our-goal-sec .kathir-img {
    position: absolute;
    bottom: 0;
    right: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .our-goal-sec .anirudh-sec .star-bg {
    /* display: none; */
  }
  .our-goal-sec .anirudh-sec .star-bg {
    left: 60%;
    top: auto;
    z-index: -1;
    position: absolute;
  }
}

.mt--1 {
  margin-top: -4em;
}
.mt--14 {
  margin-top: -24em;
}

.lh-0 {
  line-height: 0;
}
.color-black p {
  color: #000 !important;
}

.carousel-testi-wrapper {
  position: relative;
  padding: 4em 0 0;
  margin-top: 4em;
  background: url("../images/talents-carousel-bg.jpg") no-repeat center top
    transparent;
  background-size: cover;
}

.about-page .carousel-testi-wrapper {
  margin-top: 0;
}
.about-page .atlee-award {
  margin-left: -24% !important;
}

.no-margintop {
  margin-top: 0 !important;
}

.testi-name {
  /* font-size: 22px; */
  font-size: 1.2em;
  font-family: "Plat Nomor";
  text-transform: uppercase;
}
.testi-prof {
  /* font-size: 22px; */
  font-size: 1.2em;
}

#testimonials-slider-wrapper {
  padding-left: 1em;
  padding-right: 1em;
}

#testimonials-slider-wrapper .swiper-slide p {
  color: #000 !important;
}

.testimonials-wrapper {
  position: relative;
  padding-bottom: 2em;
}

.about-page .testimonials-wrapper .heading-normal {
  margin-top: 1em;
}

.left-testi-image {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 20em;
  max-width: 20vw;
  height: 15em;
  background: url("../images/home/testi-left.png") no-repeat left bottom
    transparent;
  background-size: contain;
  z-index: 2;
}

.right-testi-image {
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  width: 29em;
  max-width: 28vw;
  height: 26em;
  background: url("../images/home/testi-right.png") no-repeat right bottom
    transparent;
  background-size: contain;
  z-index: 2;
}

.talents-carousel-wrapper {
  position: relative;
  margin-bottom: 4em;
}

/* .talents-carousel-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/talentcar-star-bg.png") repeat-x center top transparent;
  mix-blend-mode: multiply;
} */

.carousel-testi-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8em;
  width: 100%;
  height: 60%;
  background: url("../images/talentcar-star-bg.png") repeat-x center top
    transparent;
  mix-blend-mode: multiply;
}

.talents-carousel-wrapper .heading-normal {
  color: #fff;
  margin-top: 0.5em;
  padding: 0.5em 0.325em 0.325em;
  line-height: 1;
  background: url("../images/talentname-bg.png") no-repeat center center
    transparent;
  background-size: 100% 100%;
  display: inline-block;
  opacity: 1;
  transition: none;
}

.talents-carousel-wrapper .swiper-button-disabled {
  display: none;
}

.talentcar-image {
  display: inline-block;
  position: relative;
}

.talentcar-image img {
  position: relative;
  z-index: 1;
}

.talentcar-image::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 0;
  width: 98%;
  height: 100%;
  background: url("../images/talent-slider-bg.png") no-repeat center bottom
    transparent;
  background-size: contain;
}
.talents-full-page .talents-card {
  transition: all 0.2s ease-in-out;
}

.talents-full-page .heading-normal {
  color: #fff;
  margin-top: 0.5em;
  padding: 0.5em 0.525em 0.325em;
  line-height: 1;
  background: url(../images/talentname-bg.png) no-repeat center center
    transparent;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 1.8em;
  position: relative;
}

.talents-full-page .talents-card:hover .heading-normal::before,
.talents-full-page .talents-card:hover .heading-normal::after {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  height: 100%;
  width: 1em;
  background: url(../images/name-star-black.png) no-repeat center center
    transparent;
}

.talents-full-page .talents-card:hover .heading-normal::after {
  left: auto;
  right: -1em;
}

.talents-full-page .talents-card:hover .heading-normal {
  font-weight: 600;
}

.talents-full-page .talents-card:hover .talentcar-image {
  transform: scale(1.02);
}

.talents-full-page .talentcar-image::before {
  background: url(../images/home/talent-slider-bg.png) no-repeat center bottom
    transparent;
  background-size: contain;
}

.talents-full-page .about-stars-bg {
  background-size: auto;
  left: 20%;
  bottom: -28%;
  z-index: -1;
}

.talents-full-page .about-stars-bg.top-left {
  left: -100%;
  bottom: auto;
  top: -110%;
}

#talents-popup .talentcar-image::before {
  background: url("../images/home/talent-slider-bg.png") no-repeat center bottom
    transparent;
  background-size: contain;
}

.talent-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.talents-carousel-wrapper .swiper-slide-active .heading-normal {
  white-space: nowrap;
  opacity: 1;
  transition: all 0.35s ease-in;
}

#talents-carousel .heading-normal {
  position: relative;
}

#talents-carousel .heading-normal::before,
#talents-carousel .heading-normal::after {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  height: 100%;
  width: 1em;
  background: url("../images/name-star-black.png") no-repeat center center
    transparent;
}

#talents-carousel .heading-normal::after {
  left: auto;
  right: -1em;
}

.trophy-inner-wrapper {
  position: relative;
  padding: 0 2em 1em;
}

.trophy-inner-wrapper > * {
  position: relative;
  z-index: 1;
}

.trophy-outer-wrapper {
  background: url("../images/home/trophy-bg-single-star.png") space center top
    transparent;
}

.trophy-outer-wrapper .black-star-line img {
  margin-bottom: -6.5rem;
}

.trophy-inner-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: #000;
}

.trophy-inner-wrapper .heading-normal {
  margin-top: 1em;
  color: #fff !important;
}

.page-template .image-holder.nav-star {
  margin-top: -3.25em;
  display: none;
}

.page-template .heading-normal.first-heading {
  margin-top: 1.25em;
}

.footer {
  padding: 5em 0 4em;
  background: #000;
  color: #fff;
  position: relative;
  margin-top: 3%;
}
.home-page .footer,
.about-page .footer,
.talent-page .footer {
  margin-top: 0;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 6px;
  background: url("../images/gradient-line-full.png") no-repeat center bottom
    transparent;
  background-size: 100%;
  z-index: 1;
}
.footer p {
  font-size: 0.875em;
}

.footer h3 {
  color: #fcad06;
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

.footer h4 {
  font-size: 1.125em;
  margin-bottom: 1em;
}

.footer a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.875em;
}

.footer a:hover,
.footer a:focus {
  opacity: 0.75;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0.5em 0;
}

.copyright-credits {
  margin-top: 2em;
}

.sgicon-group a {
  display: inline-block;
  background: #fcad06;
  margin: 0 0.05em;
  border-radius: 100%;
}

.sgicon-group a img {
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
}

.contact-page .page-hero {
  height: auto;
  min-height: 100vh;
  padding-top: calc(10vh + 10em);
  background: url("../images/contact-us-bg.jpg") no-repeat center bottom
    transparent;
  background-size: cover;
}

.contact-page .page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 60vh;
  background: url("../images/stars-background-loop.png") repeat-x left top
    transparent;
  mix-blend-mode: multiply;
}

.contact-page .heading-normal {
  margin-bottom: 0.25em !important;
}
.contact-page .para-normal {
  max-width: none;
}

.page-template form {
  margin-top: 2em;
  padding-bottom: 4em;
}

.page-template input,
.page-template textarea {
  margin: 0.75em 0;
  background: none transparent !important;
  color: #000;
  border-color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-control:focus {
  color: #000;
  border-color: #fff6f1;
  outline: 0;
  box-shadow: none;
}

form .btn,
.route-btn {
  padding: 0.5em 0.75em;
  margin-top: -1em;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  background: url("../images/talentname-bg.png") no-repeat center center
    transparent;
  background-size: 100% 100%;
  border-radius: 0;
  border: none transparent;
  background-color: transparent !important;
  box-shadow: none !important;
}

.route-btn {
  font-size: 1.35em;
  margin-top: 0.25em;
  padding: 0.8em 1em 0.625em;
  transition: all 0.2s ease-in-out !important;
}

.route-btn:hover,
.route-btn:focus {
  /* opacity: 0.75 !important; */
  transform: scale(1.1) !important;
  font-weight: 600;
}

form .btn:hover {
  font-weight: 600;
}

form .note {
  margin-bottom: 0;
}

.route-professions .image-holder {
  position: relative;
}

.prof-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tr-align .prof-image {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
}

.tl-align .prof-image {
  bottom: auto;
}

.bl-align .prof-image {
  z-index: 1;
}

.br-align .prof-image {
  z-index: 1;
  left: auto;
  right: 0;
}

.look-here {
  margin-top: 5em;
}

/* Max Sizes */
.vijay-home img {
  max-width: 65vw;
}

.route-professions {
  max-width: 65vw;
  margin: 0 auto;
}

.look-here img {
  max-width: 36vw;
}

.trophy-outer-wrapper img {
  max-width: 16vw;
}

.hor-reel img {
  max-width: 38vw;
}

.atlee-award img {
  max-width: 100%;
}

.helicopter img {
  max-width: 30vw;
  animation: shake 10s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.phil-mirror img {
  max-width: 44vw;
}

.director-prof .prof-image {
  max-width: 118%;
}

.actress-prof .prof-image {
  max-width: 100%;
}

.dance-prof .prof-image {
  max-width: 100%;
}

.action-prof .prof-image {
  max-width: 100%;
}

.absolute-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

#navbarSupportedContent {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  /* margin-top: -6em;
  padding-top: 6em; */
  background: #fff6f1;
}

.nav-item .nav-link {
  color: #524b48;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item .nav-link.active {
  color: #000;
}

.navbar-toggler-icon {
  background: url("../images/hamburger-opened.png") no-repeat center center
    transparent;
  background-size: contain;
}

.collapsed .navbar-toggler-icon {
  background-image: url("../images/hamburger-closed.png");
}

button.navbar-toggler {
  position: relative;
  margin-top: 12px;
  z-index: 10;
  box-shadow: none !important;
}

.mobile-logo-image {
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
  mix-blend-mode: multiply;
  width: 5.5rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .mobile-logo-image {
    width: 6.5rem;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.page-template .page-content {
  overflow: hidden;
}

.talent-page .talents-carousel-wrapper,
.talent-page.talents-carousel-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding-bottom: 20px;
  z-index: 10;
  background: #fff6f1;
  padding-top: 16px;
  visibility: hidden;
  transform: translateY(280px);
  transition: all 0.5s ease-in;
}

.talent-page .talents-carousel-wrapper.show,
.talent-page.talents-carousel-wrapper.show {
  transform: translateY(0px);
  visibility: visible;
}

.talent-page .talents-carousel-wrapper .heading-normal,
.talent-page.talents-carousel-wrapper .heading-normal {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  line-height: normal;
  padding: 0.5em 0 0;
  background: none transparent;
  margin: 0;
  letter-spacing: 0.05em;
  display: block;
  color: #524b48;
  opacity: 1;
}

.talent-page .talents-carousel-wrapper .swiper-slide,
.talent-page.talents-carousel-wrapper .swiper-slide {
  text-align: center;
  width: 240px;
}

.talent-page .talentcar-image img {
  max-width: 210px;
}

.talent-page .talents-carousel-wrapper .swiper-button-next:after,
.talent-page .talents-carousel-wrapper .swiper-button-prev:after,
.talent-page.talents-carousel-wrapper .swiper-button-next:after,
.talent-page.talents-carousel-wrapper .swiper-button-prev:after {
  color: #000;
  font-size: 1.3rem;
}

.talents-carousel-wrapper.show .swiper-button-next,
.talents-carousel-wrapper.show .swiper-button-prev {
  background-color: rgb(255 255 255 / 50%);
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.contact-form-wrapper {
  padding: 1rem;
}

.subscribe-label.error {
  color: red;
}

.subscribe-label.success {
  color: green;
}
/* Scroll Reveal */

.page-hero:not(.no-reveal),
.trophy-inner-wrapper,
.talents-carousel-wrapper:not(.no-reveal),
.page-template .heading-normal:not(.no-reveal),
.page-template .para-normal:not(.no-reveal),
.page-template .para-small:not(.no-reveal),
input,
textarea,
.helicopter-desktop {
  visibility: hidden;
}

/* Static Pages Font sizes */

body.page-template {
  font-size: 1vw;
}

@media (max-width: 1399.98px) {
  body.page-template {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  body.page-template {
    font-size: 14px;
  }
  .page-hero {
    height: calc(100vw * 0.55);
  }
  body.page-template .talents-nav {
    padding-top: 3vw;
  }
  .our-philosophy {
    max-width: 80vw;
  }
}

@media (max-width: 991.98px) {
  body.page-template {
    font-size: 12px;
  }
  .page-hero {
    /* height: calc(100vw * 1.55); */
    height: 100vh;
  }
  .footer {
    padding: 3em 0 2em;
  }
  .contact-page .page-hero {
    padding-top: 6rem;
  }
  form .btn,
  .route-btn {
    font-size: 1.25rem;
  }
  .talent-page .talents-carousel-wrapper:before,
  .talent-page.talents-carousel-wrapper:before {
    content: "Our Talent";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -1.25em;
    width: 100%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: "Plat Nomor";
    font-size: 2em;
    line-height: normal;
  }
  .trophy-outer-wrapper .black-star-line img {
    margin-bottom: -1.5rem;
  }
}

@media (max-width: 767.98px) {
  body.page-template {
    font-size: 11px;
  }
  .page-hero {
    height: 80vh;
  }
  .vijay-home {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .vijay-home img {
    max-width: 100%;
  }
  .look-here img {
    max-width: 50%;
  }
  .trophy-outer-wrapper img {
    max-width: 60%;
  }
  .trophy-outer-wrapper .black-star-line img {
    margin-bottom: -40px;
  }
  .page-template .heading-normal br:not(.unhide) {
    display: none;
  }
  .trophy-inner-wrapper {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .hor-reel {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .hor-reel img {
    max-width: 100%;
  }
  .phil-mirror img {
    max-width: 80%;
  }
  .our-philosophy {
    width: calc(100% + 1.5rem);
    max-width: none;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 1em;
    padding-right: 1em;
  }
  .helicopter img {
    max-width: 50vw;
  }

  .contact-page .page-hero::before {
    display: none;
  }
}

/* ==================================================================
Pop Page declarations
================================================================== */

#popup {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.main-popup {
  width: 85%;
  max-width: 600px;
  height: 60vh;
  min-height: 55vh;
  /* background-color: #db9d2e; */
  background-color: #ffffff66;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  margin: 0 auto;
  top: 12%;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.popup-navs {
  color: #fff;
  line-height: 2;
  background: url(../images/talentname-bg.png) no-repeat center center
    transparent;
  padding: 0 2% 0 5%;
  background-size: 100% 100%;
  list-style: none;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.popup-navs:hover {
  transform: scale(1.1);
  font-weight: 700;
}

.popup-navs a {
  padding-left: 5%;
  font-family: "Plat Nomor";
  white-space: nowrap;
  color: #fff;
  display: block;
}

.popup-col {
  /* left: 30%;
  width: 33%; */
  left: 22%;
  width: 48%;
  position: absolute;
  top: 15%;
}
.popup-tabs {
  left: 5%;
  position: absolute;
  top: 36%;
  width: 100%;
  min-width: 215px;
}
.crowd {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.crowd img {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.copy-text {
  text-align: center;
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
}

a.footer-logo-text {
  font-size: 1.125em;
  color: #fcad06 !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .main-popup {
    height: 80vh;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .popup-navs {
    width: 100%;
  }
  .popup-tabs {
    width: 100%;
  }
  .main-popup {
    height: 65vh;
    min-height: 45vh;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .popup-navs {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .popup-col {
    /* width: 60%;
    left: 25%; */
    width: 80%;
    left: 5%;
  }
  .popup-tabs {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .popup-col {
    width: 80%;
    left: 5%;
  }
  .popup-tabs {
    width: 100%;
  }
  .main-popup {
    height: 65vh;
  }
  .talent-page .scroll-section {
    max-height: 100%;
    overflow-y: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 540px) {
  .main-popup {
    height: 70vh;
  }
}

@media (max-width: 380px) {
  .main-popup {
    height: 75vh;
  }
}

/* ==================================================================
Production Page declarations
================================================================== */

.production-heading {
  position: relative;
  margin-top: 2%;
  font-size: 2.3rem;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
}

.production-heading::before,
.production-heading::after {
  content: "";
  position: absolute;
  left: -1em;
  top: -4px;
  height: 100%;
  width: 1em;
  background: url(../images/name-star-black.png) no-repeat center center
    transparent;
}

.production-heading::after {
  left: auto;
  right: -1em;
}

.grayin img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.grayin img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.pro-image {
  transition: 0.1s;
}
@media (max-width: 768px) {
  .production-heading {
    font-size: 25px;
  }
  .production-heading::before {
    display: none;
  }
  .home-page .hero-mobile {
    background-image: url("../images/home/home-banner-mobile.svg");
  }
}

/* Scrollbar styles */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  .talent-vijay #talent-hero .talent-name {
    margin-left: 0;
  }

  .talent-vijay .hero-image img {
    left: 0;
  }

  .talent-vijay #talent-hero .our-talents {
    margin-left: -5em;
  }
}
@media screen and (min-width: 768px) {
  .our-founder-sec .para-normal {
    max-width: 36em;
  }
}

@media screen and (min-width: 768px) and (max-width: 821px) {
  .home-page .hero-mobile {
    background-image: url("../images/home/home-banner-ipad-mini.svg");
  }
}

@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .heading-normal {
    font-size: 2em;
  }
  .hero-image img {
    height: 55vh;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 40%);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .talent-vijay #talent-hero .our-talents {
    margin-left: -3em;
    top: 16vh;
  }
  .talent-vijay #talent-hero .talent-name {
    margin-left: -5em;
    top: 17vh;
  }
}

.talent-page .about-image::after {
  content: "";
  position: absolute;
  top: 2em;
  left: 1.7em;
  width: 10em;
  height: 7.75em;
  background: url(../../images/talents/talent-star-black.png) no-repeat bottom
    right transparent;
  background-size: contain;
  display: none !important;
}

.page-template .heading-normal.title-large {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 6rem;
}

#feedback_form input[type="text"],
input:focus {
  background: transparent !important;
}

/* Collaboration page css */

.collaboration-page .para-collab {
  font-family: "Plat Nomor";
  font-size: 1.3em;
}
.collab-desc {
  color: #524b48;
  width: 72%;
  text-align: center;
  margin: 0 auto;
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Plat Nomor";
}
.collaboration-page .page-content {
  background-color: #fff;
  position: relative;
}
.samantha-colab {
  position: relative;
}
.samantha-img img {
  left: 0;
  position: absolute;
  z-index: 1;
}
.actorname-collab {
  font-size: 4em;
  font-family: "Plat Nomor";
  color: #524b48;
}
.scrollwrapper,
.scroll-container {
  float: right;
  max-width: 750px;
  height: 400px;
  font-size: 60px;
}

.scroll-container {
  overflow: auto;
  scroll-snap-type: y mandatory;
}

.scroll-area {
  scroll-snap-align: start;
  padding: 2%;
}

.scroll-container,
.scroll-area {
  margin: 0 auto;
}

.collab-sec {
  padding-bottom: 6rem;
}

.collab-sec p {
  margin-bottom: 2rem;
}

a.collab-link[href] img:hover {
  transform: scale(1.01) !important;
}

.collab-sec.first-sec {
  padding-top: 6rem;
}

.collab-sec .row {
  justify-content: center;
}

.ad-image-sec::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.ad-image-sec::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgb(226 162 21);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.actor-image {
  z-index: 1;
}

.samantha-collab .actor-image {
  position: absolute;
  left: -2%;
  bottom: 3%;
}
.samantha-collab .ad-image {
  width: 100%;
}
.samantha-collab .ad-image-sec {
  height: 500px;
  overflow: scroll;
}

.rashmika-collab .ad-image-sec {
  background-color: #fff6f1;
  width: 1050px;
  height: 500px;
  overflow: scroll;
}

.rashmika-collab .actor-image {
  position: absolute;
  right: -40px;
  bottom: -3px;
}

.kathir-collab .actor-image {
  position: absolute;
  left: -6%;
  bottom: -3px;
  width: 23.5em;
}
.kathir-collab .ad-image {
  width: 100%;
}
.kathir-collab .ad-image-sec {
  /* height: 500px;
  overflow: scroll; */
}

.sec-with-stars {
  z-index: 0;
}

.collab-stars-bg {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.collab-stars-bg-2 {
  z-index: -1;
  position: absolute;
  right: 5%;
  top: -35%;
  mix-blend-mode: multiply;
}

.mt-26 {
  margin-top: 26rem;
}

.mt--26 {
  margin-top: -26rem;
}

.yellow-bg-with-stars {
  background-color: #fcad06;
  z-index: 0;
  position: relative;
}

.contact-sec .route-btn {
  font-size: 1em;
}

#back-to-up {
  z-index: 2;
  width: 50px;
  height: 50px;
  /* background: url(../images/home/talent-slider-bg.png); */
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  background-color: #ffac1c;
}
#back-to-up:hover,
#back-to-up:focus {
  opacity: 1;
  /* box-shadow: 0 0.5rem 1rem rgb(255 173 30 / 50%); */
  border: 0;
  outline: none;
}

.terms-conditions,
.privacy-policy {
  color: #000;
}

/* Remove this show the talent slider menu pop */
.talents-carousel-wrapper {
  /* display: none; */
}

@media (min-width: 2000px) {
  .about-reel-bg {
    left: -55%;
  }
  .kathir-collab .actor-image {
    position: absolute;
    left: -6%;
    bottom: -3px;
    width: 30%;
  }
}
@media (min-width: 991px) {
  .about-reel-bg {
    left: -55%;
  }
  .talent-kalyani .hero-image img {
    margin-bottom: -12px;
  }
  #talents-slider {
    overflow: hidden;
  }
}

@media (max-width: 1440px) and (min-width: 1279px) {
  .about-page .atlee-award {
    margin-left: -4% !important;
  }
  .about-reel-bg {
    left: -41%;
  }
  .talent-page .scroll-section {
    max-height: 260px;
  }
}

@media (max-width: 1540px) and (min-width: 1199px) {
  .nav-link {
    margin: 0.5em 1.5em 0 0;
  }

  .talents-carousel-wrapper .heading-normal {
    font-size: 2.05em;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .kathir-collab .actor-image {
    width: 28.5em;
  }
  .talents-full-page .heading-normal {
    white-space: nowrap;
  }
}

@media (max-width: 1120px) {
  .our-goal-sec p {
    font-size: 20px;
  }
  .mt--1 {
    margin-top: -1em;
  }
}

@media (max-width: 991px) {
  .kathir-collab .actor-image {
    left: -17%;
  }
}

@media (max-width: 768px) {
  .about-stars-bg-right {
    z-index: -1;
    opacity: 0.4;
  }
  .page-template .heading-normal.title-large {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .about-reel-bg {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .our-goal-sec .our-goal-stars-bg {
    z-index: -1;
    opacity: 0.4;
  }
  .about-page .atlee-award {
    margin-left: 0 !important;
  }
  .about-stars-bg {
    left: -80%;
    bottom: 0;
    width: 100%;
    height: 110%;
    opacity: 0.4;
  }
  .hero-image img {
    height: 54vh;
    /* object-fit: contain; */
    object-position: top;
    object-fit: cover;
  }
  .mt--14 {
    margin-top: -4em;
  }
  .atlee-award img {
    max-width: 120%;
    margin-top: -60px;
  }
  .hero-image .text-end {
    text-align: center !important;
  }
  .samantha-collab .actor-image {
    position: absolute;
    left: -6%;
    bottom: 24px;
    width: 34%;
  }
  .rashmika-collab .actor-image {
    position: absolute;
    right: -15%;
    bottom: 0;
    width: 38%;
  }
  .kathir-collab .actor-image {
    left: -1%;
    width: 35%;
  }
  .swiper-fraction-btn {
    display: none;
  }
  .collab-sec {
    padding-bottom: 3rem;
  }
  .collab-sec.first-sec {
    padding-top: 2rem;
  }
  .talent-lokesh-kanagaraj .testimonial-image img {
    margin-top: -4rem;
  }
  .actor-image {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1040px) {
  .hero-image img {
    height: 100% !important;
  }
  .hero-image .text-end,
  .hero-image .text-start {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  #toggle:checked ~ nav ul {
    top: 10%;
  }
  .our-goal-sec p {
    font-size: 1.2rem;
  }
  p,
  li,
  a,
  .testi-name,
  .para-normal,
  .testi-prof,
  .production-text,
  .event-details ul li.h5 {
    font-size: 17px !important;
  }
  #talent-hero .our-talents {
    margin-bottom: 0.2em;
  }
  div#talents-popup,
  .talent-page .talents-carousel-wrapper.show,
  .talent-page.talents-carousel-wrapper.show {
    display: none;
  }
  .popup-navs a {
    font-size: 24px !important;
  }
  .kathir-img {
    margin-left: 9px;
  }
  .title {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
  .collab-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
  }
}

@media screen and (max-width: 520px) {
  .mobile-logo-image {
    width: 4.5rem;
  }
  .collab-sec p {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 400px) {
  .popup-navs a {
    font-size: 1.2em !important;
    line-height: 2.2;
  }
}

@media (max-width: 414px) {
  .page-hero {
    height: 90vh;
  }
}
.actor-image {
  display: none !important;
}
