@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* 
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 
*/

/* FROM VIMEO VIDEO */

/* .pink-bg {
  background-color: #f2cbd1;
} */

/* FROM XD FILE */

/* .pink-bg {
  background-color: var(--pink);
} */
:root{
  
  --pink:#efc5c9;
  
}
.font-montserrat {
  font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-montserrat * {
  font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-fraunces {
  font-family: "Fraunces", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}
.font-fraunces * {
  font-family: "Fraunces", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

body {
  /* font-family: Arial, sans-serif; */
  /* font-family: "fraunces-variable", sans-serif !important;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 232, "opsz" 9 !important; */
  font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* 
pservices-bg {
 font-family: "fraunces-variable", sans-serif;
  font-variation-settings: "WONK" 1, "SOFT" 0, "wght" 232, "opsz" 9; 
} */

.btn {
  --bs-btn-font-weight: 600 !important;
  /* --bs-btn-font-family: "montserrat" !important;
  font-family: "montserrat" !important;
  font-weight: 600; */

  border-radius: 0px !important;
}

.dvBackground {
  background-color: var(--pink);
  /* light pink background */
}

.font-playfair {
  /* font-family: "montserrat", serif; */
}

/* img, video {
    max-width: 100%;
    height: auto;
} */

.girls-bg-img {
  background-image: url("../assets/images/girls.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-red{
  background-color: #ce2e25;
  color: #FFFFFF;
}

.bg-pink{
  background-color: var(--pink);
  color: #000000;
}

.full-row{
  max-width: 800px;
}



@media (max-width: 1199.5px) {
  .girls-bg-img {
    min-height: 64vh;
  }
}
@media (max-width: 991.5px) {
  .girls-bg-img {
    min-height: 64vh;
  }
}
@media (max-width: 767.5px) {
  .girls-bg-img {
    min-height: 764px;
  }
}

@media (min-width: 991.5px) {
  .services-bg-img {
    background-image: url("../assets/images/services.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  /* Temporarily hide horizontal overflow */
}

.navbar {
  padding: 0px;
  position: fixed;
  top:0;
  left: 0%;
  width: 100%;
  /* transform: translate(-50%,0%); */
  z-index: 10;
  height: 100px;
  background: var(--pink);
}

@media (min-width: 991.5px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
}
.navbar .logo{
  text-decoration: none;
  color: #CE2E25 ;
  display: flex;
  align-items: baseline;
  width: 50%;
  padding-left: 2.25em;
  margin-bottom: 0;
}
.navbar .logo > img{
  max-width: 147px;
}
.navbar .logo span{
  /* padding-left: 2em; */
  font-size: 1rem;
}
.navbar .container {
  background-color: transparent;
  margin: 0 0.75rem;
}

.list-style-type-none {
  list-style: none;
  font-size: 24px;
  line-height: 3rem;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: bold;
}

.mt-9 {
  margin-top: 9rem;
}

.dvButton {
  border-radius: 0px;
  background-color: #f4c6c6;
}

.hero-section {
  text-align: center;
  margin-top: 100px;
  /* padding: 0px 10px 60px 10px; */
}
.hero-section .sound-on{
  position: absolute;
  bottom: 3rem;
  right: 4rem;
  width: 227px;
  height: 50px;
  transition:  opacity .3s ease-in-out;
}
.hero-section .sound-on:hover{
  opacity: .7;
}

.hero-section .sound-on img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.hero-section .sound-on .off{
  display: none;
}
.hero-section .sound-on.off .on{
  display: none;
}
.hero-section .sound-on.off .off{
  display: block;
}
.hero-section .mobile-banner{
  display: none;
  margin-top: 0px;
  /* height: 100vh; */
  width: 100%;
  height: 175vw;
}

.hero-section .mobile-banner iframe{
  width: 280vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: unset;
  aspect-ratio: 9/16;
  max-height: 100%;
  /* top: unset; */
  /* bottom: 0; */
}

.hero-section .desktop-banner{
  display: block;
  position: relative;
}

@media (max-width: 991.5px) {
  .hero-section{
    margin-top: 50px;
  }
  .hero-section .mobile-banner{
    display: block;
  }
  
  .hero-section .desktop-banner{
    display: none;
  }
}

.hero-section2 {
  text-align: center;
  /* padding: 100px 20px; */
  color: #fff;
}

.hero-text {
  font-size: 3rem;
  color: #CE2E25;
}

.brand-text {
  font-size: 6rem;
  color: #CE2E25;
  /* bright red color for 'mandi' */
  font-weight: bold;
}

.link-red {
  color: #CE2E25 !important;
}

.dvMandyImage {
  position: absolute;
  bottom: 54px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 9rem;
}
.logo-desktop {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767.5px) {
  .brand-text {
    font-size: 3rem;
  }

  .hero-text {
    font-size: 1.5rem;
  }

  .display-mob {
    display: none;
  }
  .vertical-logo {
    height: 140vw;
    max-height: 400px;
    display: block;
    position: relative;
  }
  .vertical-logo img {
    width: 150%; /* Adjust as needed */
    max-width: 325px;
    transform: rotate(90deg); /* Rotates the logo 90 degrees vertically */
    transform-origin: left; /* Adjust the origin for better positioning */
    display: block;
    position: absolute;
    left: 70px;
  }
}

@media (max-width: 520px) {
  .hero-text {
    font-size: 8.75vw;
  }
}

.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  background-color: var(--pink);
}

.hero-section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.text-section {
  background-color: #CE2E25;
  /* Bright red color for the right panel */
  color: white;
  /* padding: 9.6rem; */
  padding: 3rem;
}

.text-section h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-section h3 {
  /* font-size: 1.2rem; */
  margin-bottom: 10px;
}

.text-section h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

h4 {
  font-size: calc(1rem + .3vw);
}

.h4-match {
  font-size: calc(0.95rem + .3vw);
}

.text-section * {
  text-align: left;
}

.text-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.image-section img {
  width: 100%;
  object-fit: cover;
}

.dvSection {
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 90%;
}

@media (max-width: 1199.5px) {
  .dvSection {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
  }
}

.dvSection.discovery {
  text-align: left;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  width: 87%;
}

@media (max-width: 767.5px) {
  .dvSection.discovery {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
  }
}

/*third section*/
.content-wrapper {
  /* text-align: center; */
  margin: 5rem auto;
  max-width: 800px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
}

h2 {
  font-weight: bold;
  color: #333;
}

.partner {
  color: #d9534f;
  font-weight: normal;
}

p {
  /* color: #666; */
  font-size: 18px;
  line-height: 1.6;
}

/*fourth section*/
.services-section {
  background-color: #f2d4d4;
  padding: 30px;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.services-list {
  list-style-type: none;
  padding: 0;
  font-size: 24px;
}

.services-list li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.1;
}

.image-grid img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }

  .services-list li {
    font-size: 16px;
  }
}

/*fourth section*/

.container {
  max-width: 2560px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.section-title {
  font-size: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 0rem;
  margin-left: 30px;
}

.section-title-fs {
  font-size: 2.5rem;
  font-weight: normal;
}

@media (max-width: 767.5px) {
  .section-title {
    font-size: 1.85rem;
  }
  .section-title-fs {
    font-size: 1.85rem;
  }
}

.services-list {
  list-style: disc;
  padding: 2rem;
  margin-left: 1.15rem;
}

/* .services-list li {
    margin-bottom: 1rem;
} */

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
  margin-top: 2rem;
}

.image-grid img {
  width: 100%;
  height: auto;
}

.pink-background {
  background-color: #f8f9fa;
  padding: 2rem;
}

.cta-section {
  background-color: #f8f9fa;
  padding: 0rem 0;
  text-align: center;
}

.highlight {
  color: #ce2e25;
  font-weight: normal;
}

.btn.bg-red {
  background-color: #ce2e25;
  border-color: #ce2e25;
  color: var(--pink);
  padding: 0.5rem 2rem;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .btn.bg-red {
    font-size: 1.5rem;
  }
}

.btn-contact:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.red-bar {
  height: 5px;
  background-color: #ce2e25;
  /* margin-top: 2rem; */
}

.specialties {
  background-color: #ce2e25;
  color: white;
  /* padding: 2rem; */
}

.specialties h2 {
  /* font-family: "montserrat", serif;
  font-weight: 700; */
  margin-bottom: 1rem;
}

.specialties p {
  font-weight: 300;
}

.scrolling-specialties {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0rem 0;
}

.scrolling-specialties h3 {
  /* font-family: "montserrat", serif; */
  display: inline-block;
  margin-right: 2rem;
  font-weight: 400;
}

.project-images {
  padding-top: 2rem;
  background-color: #ce2e25;
}

.carousel-item img {
  max-height: 400px;
  object-fit: cover;
}

.profile-card {
  background-color: white;
  /* margin-top: 4rem; */
  /* margin-bottom: 25vw; */
}

.profile-image {
  width: 37.5vw;
  max-width: 475px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 767.5px) {
  .profile-card {
    margin-bottom: 2rem;
  }
  .profile-image {
    width: 70vw;
    position: relative;
    right: unset;
    bottom: unset;
  }
}

.header {
  /* font-size: 0.9rem; */
  margin-bottom: 1rem;
}

.name {
  color: #ce2e25;
  font-weight: normal;
}

.bg-custom-red {
  background-color: #ce2e25;
}

.text-custom-red {
  color: #ce2e25 !important;
  background-color: var(--pink) !important;
  border: 1px solid var(--pink) !important;
  font-weight: bold;
}

.btn-custom-red {
  background-color: #ce2e25;
  color: white;
}

.btn-custom-red:hover {
  background-color: #b71c1c;
  color: white;
}
footer {
  max-width: 2560px;
  margin: auto;
}

.footer {
  padding: 2rem 0 0 0;
  background-color: var(--pink);
  /* font-family: "montserrat";
  font-weight: 100; */
}

.footer-logo {
  font-size: 2.5rem;
  font-weight: 700;
}

.dvMandi {
  margin-bottom: 4.75rem;
  width: 90%;
  max-width: 420px;
}

@media (max-width: 767.5px) {
  .dvMandi {
    width: 90%;
    max-width: 420px;
  }
}

.footer-nav {
  margin: auto;
  margin-bottom: 1rem;
  max-width: 1100px;
}

.footer-nav a {
  color: #ce2e25;
  text-decoration: none;
  /* margin-right: 5rem; */
  font-weight: bold;
  font-size: 0.9rem;
}

.red {
  color: #ce2e25;
  padding-left: 30px;
  margin-top: 0rem;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-social {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-contact a {
  /* font-size: 0.8rem; */
  color: #ce2e25;
  font-weight: normal;
  text-decoration: none;
}

.copyright-footer {
  background-color: #ce2e25;
  color: white;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  margin-top: auto;
}

.copyright-footer a {
  color: white;
  text-decoration: none;
}

.copyright-footer a:hover {
  text-decoration: underline;
}

.ft-40 {
  font-size: 40px;
}

.ft-18 {
  font-size: 18px;
}

.ft-22 {
  font-size: 22px;
}

.ft-23 {
  font-size: 23px;
}

.ft-25 {
  font-size: 25px;
}

@media (max-width: 424px) {
  .ft-25 {
    font-size: 5.5vw;
  }
  .form-check-label {
    font-size: 3.5vw;
  }
}

.mt-15 {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .content-wrapper {
    padding: 15px 30px 15px 30px;
    margin: 20px auto;
  }

  p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  img {
    /* width: 100%; */
    height: auto;
  }
}

.form-heading {
  font-size: 2.35rem;
}
.inline-logo {
  max-height: 2.35rem;
  margin-bottom: 5px;
  padding-left: 3px;
  display: inline-block;
}

input[type="text"],
input[type="email"],
form select {
  border-color: var(--pink) !important;
  padding: 15px 10px !important;
  font-family: "Fraunces", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}
::placeholder {
  color: #000 !important;
  opacity: 1; /* Firefox */
  font-family: "Fraunces", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000 !important;
  opacity: 1; /* Firefox */
  font-family: "Fraunces", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.form-check-input:checked {
  background-color: #ce2e25 !important;
  border-color: #ce2e25 !important;
}

.form-check-label {
  margin-right: 10px;
  /* Space between label and button */
  flex: 1;
  /* Allows the label to take up available space */
}

ul.list-style-type-none {
  list-style-type: none;
  padding: 0;
}

ul.list-style-type-none li {
  cursor: pointer;
}

.dvSideButton {
  padding: 8px 15px;
}

/* Make the navigation horizontal on desktop */
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer nav li {
  margin-right: 20px;
}

/* Make the navigation vertical on mobile */
@media only screen and (max-width: 768px) {
  footer nav ul {
    flex-direction: column;
  }

  footer nav li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-nav a {
    margin-right: 0px;
  }

  .mobile-nav {
    margin-top: 12rem;
    align-items: flex-start;
  }

  .nav-bar a {
    margin-left: 2rem;
  }
}

/* .mobile-logo-nav {
  display: none;
} */

.navbar-collapse {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  z-index: 9999999;
  padding: 1rem;
  /* padding-bottom: 3rem; */
  /* border: 1px solid green; */
}

.navbar-collapse.collapsing {
  height: 100vh;
}

.navbar-collapse.show {
  height: 100vh;
  width: 100%;
}

.mobile-logo-nav {
  display: none;
}
@media (max-width: 991.5px) {
  .mobile-logo-nav {
    display: block;
  }

  .navbar {
    padding: 0px;
    height: 50px;
    /* position: absolute; */
    left: unset;
    right: 0;
    transform: translate(0,0);
  }

  .navbar .container {
    background-color: transparent;
  }
  .navbar-collapse {
    background-color: var(--pink);
    position: unset;
  }

  .navbar-toggler{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
  }

}
@media (min-width: 991.5px) {
  .navbar-collapse {
    position: relative;
    width: unset;
    top: unset;
    left: unset;
  }
}

.navbar-toggler:focus,
.navbar-toggler .navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler {
  border: none !important;
  z-index: 999999999999;
}
.navbar-toggler:not(.collapsed) .burger {
  display: none;
}

.navbar-toggler .navbar-toggler-icon {
  border: none;
  background-image: none;
  height: 30px;
}

.navbar-toggler.collapsed {
  /* background-color: green !important; */
}
.navbar-toggler.collapsed .cross {
  display: none;
}

.burger {
  font-size: 1.85rem;
  line-height: 1;
}
.cross {
  font-size: 1.15rem;
  line-height: 1.75;
}

@media (max-width: 992px) {
  button.btn {
    margin-top: 10px;
    /* Add spacing between label and button */
  }

  .navbar-nav .nav-link {
    font-size: 32px;
    line-height: 1;
    margin: 0px;
  }
}

.specialty-link {
  cursor: pointer;
  font-size: 2.15rem;
  margin-bottom: 1.25rem;
  padding: 5px 0;
  color: darkred;
  /* Default text color */
  transition: color 0.3s ease;
  font-weight: 400;
  line-height: 120%;
}

.specialty-l.active {
  text-decoration: underline !important;
}

@media (max-width: 767.5px) {
  .specialty-link {
    margin-bottom: 0.25rem;
    font-size: 1.9rem;
  }
}

.specialty-link.active {
  color: white;
  /* Active text color */
}

.logo {
  font-size: 3em;
  margin-bottom: 20px;
}

.navbar-nav a {
  color: #CE2E25;
  text-decoration: none;
  margin: 10px 5px;
  font-size: 1.15em;
}

.slider {
  position: absolute;
  /* width: 14718.85px; */
  /* width: 14730.85px; */
  width: max-content;
  height: 500px;
  left: 0;
  top: 0px;
  font-size: 0;
}

.marquee img {
  display: inline-block;
  width: unset;
  height: 500px;
  font-size: 0;
}

/* TESTING */

/* .marquee img {
  border: 4px dotted yellow;
}

.marquee img.item-2 {
  border: 4px dotted orange;
}

.marquee img.item-3 {
  border: 4px dotted purple;
}

.marquee img.item-3 {
  border: 5px dotted pink;
}

.main {
  border: 3px dotted green;
}

.marquee img.activeBorder {
  border: 2px solid red !important;
} */

/* END TESTING */

.marquee {
  font-size: 0;
  overflow-x: hidden;
  position: relative;
}

:root {
  /* OLD */
  --animation-time: 40s;

  /* NEW */
  --animation-time: 260s;

  /* TESTING */
  /* --animation-time: 30s; */
}

.marqueeDefault {
  animation: marquee1 var(--animation-time, 140s) linear infinite;
}

.marquee.marquee1 {
  animation: marquee1 calc(var(--animation-time, 140s) * (7 + 12 + 2 + 3) / 24)
    linear infinite;
}

.marquee.marquee2 {
  animation: marquee2 calc(var(--animation-time, 140s) * (12 + 2 + 3) / 24)
    linear infinite;
}

.marquee.marquee3 {
  animation: marquee3 calc(var(--animation-time, 140s) * (2 + 3) / 24) linear
    infinite;
}

.marquee.marquee4 {
  animation: marquee4 calc(var(--animation-time, 140s) * (3) / 24) linear
    infinite;
}

.marquee.animationOff {
  animation-name: none;
}

@keyframes marquee1 {
  from {
    transform: translateX(0);
  }
  to {
    /* OLD SLIDE TOTAL */
    /* transform: translateX(-12750px); */

    /* 2 NEW SLIDES */
    transform: translateX(-31800px);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(-7947px);
  }
  to {
    transform: translateX(-31800px);
  }
}
@keyframes marquee3 {
  from {
    transform: translateX(-22514px);
  }
  to {
    transform: translateX(-31800px);
  }
}
@keyframes marquee4 {
  from {
    transform: translateX(-27844px);
  }
  to {
    transform: translateX(-31800px);
  }
}

.ratio-custom-tagline {
  --bs-aspect-ratio: 12.25%;
}

@media (max-width: 767.5px) {
  .ratio-custom-tagline {
    --bs-aspect-ratio: 14.55%;
  }
}
