body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #0f0e17;
  color: #ffffff;
  overflow-x: hidden;
}


.section{
  
    width: 100%;
    display: flex;
}
/* .sectiona{
    position: sticky;
    z-index: 999;
    background-color: black;
    width: 25%;
    height: 100vh;
} */
.sectiona {
  position: sticky;     /* Makes the div stay fixed on screen */
  top: 0;              /* Position from top */
  left: 0;             /* Position from left */
  width: 100vw;        /* Full width of viewport */
  height: 100vh;       /* Full height of viewport */
  overflow: hidden;    /* Hides overflow */
  z-index: 999;         /* Send behind other content if needed */
  width: 25%;
  
  
}

.sectiona video {
  width: 100%;
  height: 100%;
  object-fit:cover;   /* Ensures video covers the entire area */
   object-position: 30% 20%; 
}
.sectiona p{
    position: absolute;
    left: 18%;
    top: 1%;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.sectionb{
    width: 75%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 20px;
  margin-left: 30px;
  padding-bottom: 100px;
}
.hr1{
   border: none;             /* remove default border */
  height: 1px;              /* set thickness */
  background-color: rgb(57, 45, 63);    /* set your desired color */
}

.tagline {
  color: #ccccff;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 4rem;
  color: #fefefe;
  font-family: 'Georgia', serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: -5px;
}

.content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 80px;
}

.image-box img {
  width: 14.5em;
    height: 14.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-left-radius: 5em;
    border-bottom-right-radius: 5em;
}

.text-box {
  flex: 1;
  min-width: 300px;
}

.text-box p {
    margin-right: 260px;
    font-size: 1rem;
    margin-left: 57px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0px;
}
.sectionb1{
     background-color: #ededed;
    width: 100%;
}
.site-header {
  padding: 20px;
  padding-left: 40px;
}

.brand-title {
  font-weight: bold;
  font-size: 14px;
  color: #111;
}

.header-divider {
  border: none;
  height: 1px;
  background-color: #6b6868;
  margin-top: 10px;
}

/* Intro Section */
.intro-section {
  padding: 40px 20px;
}

.intro-heading {
  font-size: 5rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
  padding-left: 20px;
  color: #111;
  font-family: 'Georgia', serif;
  letter-spacing: -6px;
}

/* Video Section */
.video-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-bottom-right-radius: 15em;
}
.studio-section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 300px;
  padding-bottom: 70px;
  background-color: #ebecff;
 
}

.studio-heading {
    letter-spacing: 1px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
 
  color: #111;
  margin-bottom: 40px;
  line-height: 1;
}

.studio-text-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.studio-paragraph {
  flex: 1 1 45%;
  font-size: .9rem;
  line-height: 1.6;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #333;
}









.sectionb2{
    background-color: white;
}

.stats-section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
}

.stats-heading {
    
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 60px;
  line-height: 1.3;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
}

.stat-block {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #222;
}
.statsblock1{
    display: flex;
}
.statsblock2{
    display: flex;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  font-weight: 700;
  color: #111;
}

.plus {
  font-size: 2rem;
  vertical-align: super;
}

.stat-description {
  font-size: 0.9rem;
  font-weight: 500;
  color: #111;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}


.global-culture {
  padding: 120px 40px;
  max-width: 1200px;
  margin: auto;
  background-color: #e7e8f1;
}

.global-culture__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.global-culture__title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: black;
}

.global-culture__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 300px;
  text-align: right;
  line-height: 1.4;
  margin-top: 12px;
  color: black;
  padding-top: 40px;
}

.global-culture__image-wrapper {
  overflow: hidden;
  border-radius: 150px 0 150px 0;
}

.global-culture__image {
  width: 100%;
  display: block;
  border-radius: 0 0 150px 0;
}

.global-culture__bottom {
  display: flex;
  align-items: flex-start;
  gap: 225px;
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #aaa;
  color: black;
}

.global-culture__number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 19px;
}

.global-culture__description {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
}
.image-section{
    padding-top: 30px;
    display: flex;
    background-color: #e7e8f1;
    padding-bottom: 0px;
}
.image-section1{
    padding-bottom: 0px;
   margin-bottom: 0px;
}
.image-section2{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.image-section1 img{
    border-radius: 30px 0px 0px 0px;
    width: 100%;
    margin-bottom: 0px;
}
.image-section2 img{
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px 30px 0px 0px;
}

.floating-wrapper {
  overflow: hidden;
  width: 100%;
  background: #11101e;
  color: white;
  padding: 20px 0;
  white-space: nowrap;
  margin-top: -5px;
  border-bottom: 1px solid grey;
}

.floating-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
  gap: 50px;
}

.floating-items {
  display: flex;
  gap: 50px;
}

.floating-item {
  position: relative;
  padding-left: 16px;
  font-size: 2rem;
     letter-spacing: -4px;
   font-family: 'Georgia', serif;
  font-weight: 500;
  text-transform: uppercase;
}

.floating-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: rgb(134, 128, 196); /* Changed from white to grey */
  transform: translateY(-50%) rotate(45deg); /* Diamond shape */
  border-radius: 1px;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}






.vc-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    background-color: #11101e;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.vc-header-text {
    width: 30%;
}

.vc-tagline {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}

.vc-body-text {
    padding-left: 187px;
    width: 60%;
    font-size: 13px;
}
.vc-paragraph {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}


.image-portion{
  width: 100%;
   background-color: #11101e;
}
.image-portion1{
  display: flex;
  
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  gap: 30px;
}
.image-portion2{
  display: flex;
   
  padding-left: 45px;
  padding-right: 40px;
  padding-bottom: 80px;
  gap: 30px;
}
.image-portion1 img{
  width: 48%;
  object-fit: cover;
  border-radius: 14px;
}

.image-portion2 img{
  width: 31%;
  object-fit: cover;
  border-radius: 14px;
}
.main-video{
  width: 100%;
}
.main-video video{
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}


.ts-container {
  display: flex;
  gap: 0px;
  background-color: white;
  margin-top: -4px;
  
  
}

.ts-left-column {
  width: 50%;
}

.ts-title {
  padding-top: 70px;
    padding-left: 40px;
    font-family: 'Georgia', serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 30px;
    line-height: 1.2;
    color: black;
    letter-spacing: -1px;
     transform: scaleY(1.6); /* Stretch vertically */
  display: inline-block;  /* Required for transform */
  padding-bottom: 30px;
}

.ts-testimonial {
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: black;
  padding-left: 40px;
}

.ts-author {
  font-size: 14px;
 
  line-height: 1.2;
  text-transform: uppercase;
  color: black;
  padding-left: 40px;
}

.ts-right-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.ts-stat-box {
  padding: 40px 20px;
  color: black;
}

.ts-stat-number {
  font-family: 'Georgia', serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  color: black;
}

.ts-stat-label {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 80px;
    line-height: 1.2;
    color: black;
}

.ts-divider {
  border-top: 1px solid #000000;
  margin: 0 0px;
  margin-bottom: 0px;
}




.resources-section {
  max-width: 1200px;
  margin: auto;
  background-color:#ebecff;
  padding-left: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: #000 1px solid;
}

.resources-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.resources-title {
  font-family: 'Georgia', serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: black;
  letter-spacing: 1px;
   transform: scaleY(1.5); /* Stretch vertically */
  display: inline-block;  /* Required for transform */
}

.view-all-posts {
    font-weight: bold;
    text-decoration: none;
    color: #111;
    margin-top: 150px;
    font-size: 13px;
    padding-right: 35px;
}

/* Grid Layout */
.resources-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Individual Card */
.resource-card {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 16px;
  width: 260px;
  padding: 12px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: black;
}

.image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.image-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  height: 35vh;
  object-fit: cover;
}

/* Zoom-in effect on hover */
.image-wrapper:hover img {
  transform: scale(1.10); /* Slight zoom-in */
}


.resource-title {
  font-size: 16px;
  margin: 12px 0;
}

/* Animated Blog Button */
.animated-button {
    position: relative;
    overflow: hidden;
    width: 23%;
    padding: 4px 0px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1;
    transition: color 0.6s ease;
}

.animated-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  transition: height 0.6s ease;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* Trigger fill animation when hovering image */
.image-wrapper:hover + .resource-title + .animated-button::before {
  height: 100%;
}

.image-wrapper:hover + .resource-title + .animated-button {
  color: white;
}










.footer-section {
  text-align: center;
  padding: 4rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e2e0f2;
  font-family: 'Georgia', serif; /* Use a serif font similar to the image */
  margin-bottom: 3rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-weight: bold;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 12px;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-links span {
  color: #999;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.powered-by,
.credit {
  color: #ffffff;
  font-weight: 400;
  margin: 0.5rem 1rem;
}

.phoenix-navbar{
  display: none;
}









@media (max-width: 767px){
  .sectiona{
    display: none;
  }
     .main-heading {
        margin-top: 40px;
        font-size: 2rem;
        letter-spacing: -1px;
    }
  .vc-wrapper {
  flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    background-color: #11101e;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 27px;
}
.vc-body-text {
    padding-left: 0px;
    width: 100%;
    font-size: 13px;
    padding-top: 20px;
}
.resources-title {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: black;
    letter-spacing: 1px;
    transform: scaleY(1.5);
    display: inline-block;
}
.ts-container {
    flex-direction: column;
    gap: 0px;
    background-color: white;
    margin-top: -4px;
}
.global-culture__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #aaa;
    color: black;
}
.intro-heading {
    font-size: 2rem;
    letter-spacing: -1px;
    padding-left: 0px;
}
.text-box p {
    margin-right: 0px;
    font-size: 1rem;
    margin-left: 0px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 35px;
}
.footer-heading {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    color: #e2e0f2;
    font-family: 'Georgia', serif;
    margin-bottom: 2rem;
}

.ts-stat-number {
    font-family: 'Georgia', serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    color: black;
}
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #111;
}
.sectionb{
  width: 100%;
}
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 0px;
        padding-top: 20px;
        margin-left: 20px;
        padding-bottom: 50px;
    }
.tagline {
    color: #ccccff;
    font-size: 0.65rem
}
/* Navbar */
.phoenix-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0f0f1a;
  padding: 1rem;
  border-bottom: 1px solid rgb(78, 78, 78);
}


/* Logo */
.phoenix-logo {
  font-family: 'Georgia', serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}

/* Menu toggle area */
.phoenix-menu-toggle {
  cursor: pointer;
}

/* Menu icon default state (3-dot style) */
.phoenix-menu-icon::before {
  content: '⋮⋮⋮';
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  color: white;
}

/* Icon transforms to 'X' when active */
.phoenix-menu-icon.active::before {
  content: '✕';
  transform: rotate(0deg);
}

/* Dropdown menu (initial hidden state) */
.phoenix-dropdown-menu {
  position: fixed; /* ← changed from absolute to fixed */
  top: 60px; /* height of navbar */
  left: 0;
  right: 0;
  background-color: #0f0f1a;
  flex-direction: column;
  padding: 1rem;
  z-index: 9999;

  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}


/* Show dropdown with smooth transition */
.phoenix-dropdown-menu.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Menu link styling */
.phoenix-menu-link {
  text-decoration: none;
  color: white;
  padding: 0.5rem 0;
  display: block;
  font-size: 1rem;
  transition: color 0.2s;
}

.phoenix-menu-link:hover {
  color: #aaaaaa;
}
.hr1 {
    border: none;
    height: 1px;
    width: 90%;
    background-color: rgb(57, 45, 63);
}
.image-box img {
    width: 16.5em;
    height: 16.5em;
}
.content {
    display: flex
;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.site-header {
    padding: 20px;
    padding-left: 20px;
    padding-top: 50px;
}
.brand-title {
    font-weight: bold;
    font-size: 11px;
    color: #111;
}
.studio-section {
    padding: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-top: 30px;
    border-bottom: 1px solid grey;
}
.studio-paragraph {
    flex: 1 1 45%;
    font-size: .9rem;
    margin-top: 0px;
    line-height: 1.6;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
}
.stats-section{
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.stats-heading {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 60px;
    line-height: 1;
}
.stat-description {
    font-size: 0.7rem;
    font-weight: 600;
    color: #111;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 1.4;
}
.global-culture{
  padding: 50px 20px 20px 20px;
}
.global-culture__title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: black;
}
.global-culture__subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 300px;
    text-align: left;
    line-height: 1.4;
    margin-top: 0px;
    color: black;
    padding-top: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.global-culture__image-wrapper {
    overflow: hidden;
    border-radius: 60px 0 60px 0;
}
.global-culture__image {
    width: 100%;
    display: block;
    border-radius: 0 0 0px 0;
}

.floating-wrapper {
    overflow: hidden;
    width: 100%;
    background: #11101e;
    color: white;
    padding: 30px 0;
    white-space: nowrap;
    margin-top: -5px;
    border-bottom: 1px solid grey;
}



.vc-header-text {
    width: 100%;
}
.image-portion1 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-right: 20px;
    gap: 30px;
}
.image-portion1 img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.image-portion2 {
    flex-direction: column;
    padding-left: 45px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 80px;
}
.image-portion2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.ts-title {
    padding-top: 70px;
    padding-left: 20px;
    font-family: 'Georgia', serif;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 0px;
    line-height: 1.2;
    color: black;
    letter-spacing: -1px;
    transform: scaleY(1.6);
    display: inline-block;
    padding-bottom: 30px;
}
.ts-left-column {
    width: 100%;
}
.ts-right-column {
    width: 100%;
    display: flex
;
    flex-direction: column;
    gap: 0px;
    
}
.ts-testimonial {
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
.ts-author {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: black;
    padding-left: 20px;
}
.resources-section {
    max-width: 1200px;
    margin: auto;
    background-color: #ebecff;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: #000 1px solid;
}
.view-all-posts {
    font-weight: bold;
    text-decoration: none;
    color: #111;
    margin-top: 20px;
    font-size: 13px;
    padding-right: 15px;
    margin-top: 7px;
}
.resources-header {
    flex-direction: column;
    justify-content: space-between;
   
    margin-bottom: 50px;
}
.resource-card {
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 16px;
    width: 310px;
    padding: 12px;
    text-align: left;
    position: relative;
    display: flex ;
    flex-direction: column;
    justify-content: space-between;
    color: black;
}
.footer-links{
  flex-direction: column;
  gap: 5px;
}
.footer-links span{
  display: none;
}
.footer-bottom{
  justify-content: center;
  margin: 0px;
}
.footer-section {
    text-align: center;
    padding: 2rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}




}















@media (min-width:1400px) {
  .sectionb {
    width: 68%;
}
.sectiona{
  width: 42%;
}
.section {
    
    width: 100%;
    display: flex
;
}
.stats-grid{
  gap: 40px;
}
.image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
    height: 25vh;
    object-fit: cover;
}
}