@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: "Hanson-Bold";
  src: url("assets/fonts/hanson-bold/Hanson-Bold.ttf");
}
@font-face {
  font-display: swap;
  font-family: "Hanson-Bold";
  src: url("assets/fonts/hanson-bold/Hanson-Bold.otf");
}
@font-face {
  font-display: swap;
  font-family: "FivoSansModern-Medium";
  src: url("assets/fonts/FivoSansModern/FivoSansModern-Medium.otf");
}
@font-face {
  font-display: swap;
  font-family: "FivoSansModern-Heavy-Oblique";
  src: url("assets/fonts/FivoSansModern/FivoSansModern-Heavy-Oblique.otf");
}
@font-face {
  font-display: swap;
  font-family: "FivoSansModern-Regular";
  src: url("assets/fonts/FivoSansModern/FivoSansModern-Regular.otf");
}
@font-face {
  font-display: swap;
  font-family: "FivoSansModern-Bold";
  src: url("assets/fonts/FivoSansModern/FivoSansModern-Bold.otf");
}
@font-face {
  font-display: swap;
  font-family: "FivoSansModern-Heavy";
  src: url("assets/fonts/FivoSansModern/FivoSansModern-Heavy.otf");
}
h1,
h2 {
  font-family: "Hanson-Bold", sans-serif;
}

body {
  font-family: "FivoSansModern-Regular", sans-serif;
  color: #444;
  overscroll-behavior: none;
}

a {
  font-family: "FivoSansModern-Regular", sans-serif;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2 {
  font-family: "Hanson-Bold", sans-serif !important;
}

body {
  font-family: "FivoSansModern-Regular", sans-serif;
  color: #444;
  overscroll-behavior: none;
  overflow-x: hidden;
}

a {
  font-family: "FivoSansModern-Regular", sans-serif;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #422243;
  text-transform: capitalize;
}
.section-title p {
  color: #B62834;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-title .text-add {
  color: #444;
  font-weight: 400;
  text-transform: initial;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.service-pg-section-title h2 {
  color: #406fb6;
  text-transform: capitalize;
  font-size: 42px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
}

.pre-heading-line1 {
  position: relative;
  margin-top: 1.6rem;
}
.pre-heading-line1:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FFD21E;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 1;
}
.pre-heading-line1:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #FFD21E;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 0;
}
.pre-heading-line1 .p-title {
  font-size: 20px;
  font-weight: 600;
  bottom: 10px;
  left: 25px;
  padding-right: 10px;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 11;
  margin: 0;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
}
.pre-heading-line1 .p-text {
  font-size: 16px;
  font-weight: 400;
  bottom: 10px;
  left: 25px;
  padding-right: 10px;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 111;
  margin: 0;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  color: #fff;
}
.pre-heading-line1 .p-title .p-category {
  display: block;
  color: #fff;
}
.pre-heading-line1 .p-title span {
  font-size: 16px;
  font-weight: 400;
}
.pre-heading-line1 .p-title a {
  color: #fff;
}
.pre-heading-line1 .p-title p {
  color: #fff;
  font-size: 16px;
  margin-top: 6px;
  font-weight: 400;
}

.pre-heading-line2 {
  position: relative;
  margin-top: 0rem;
}
.pre-heading-line2:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FFD21E;
  position: absolute;
  bottom: 20px;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 1;
  left: 1%;
}
.pre-heading-line2:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #FFD21E;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 10%;
  margin-left: -20px;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 0;
}

.btn-btn-website-new {
  position: relative;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  background: #fffbe8;
  padding: 14px 24px 8px;
}
.btn-btn-website-new:active {
  transform: scale(0.9);
}
.btn-btn-website-new:focus {
  border: none;
  outline: none;
}
.btn-btn-website-new:hover .hover-gif {
  display: block;
}
.btn-btn-website-new .hover-gif {
  width: 200px;
  height: 68px;
  position: absolute;
  display: none;
  transition: 0.3s ease-in-out;
}
.btn-btn-website-new span {
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  color: #b72a35;
}
.btn-btn-website-new.header-scrolled {
  background: #fff;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
}
.btn-btn-website-new.header-scrolled .navbar a {
  color: #101010;
}
.btn-btn-website-new.header-scrolled .logo a {
  color: #000 !important;
}
.btn-btn-website-new.header-scrolled .d-none-d {
  display: block;
}
.btn-btn-website-new.header-scrolled .d-white-none {
  display: none;
}
.btn-btn-website-new.header-scrolled .mobile-nav-toggle {
  color: #000;
}

#header {
  transition: all 0.5s;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0px;
  display: none;
}
#header .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: 6rem;
}
#header .navbar li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
  padding: 0rem 1rem;
}
#header .navbar li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 9px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
}
#header .navbar li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #b62834;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header .navbar li > a:hover:before, #header .navbar li > a.active:before, #header .navbar li > a:focus:before {
  visibility: visible;
  width: 100%;
}
#header .navbar li > a:hover, #header .navbar li > a.active, #header .navbar li > a:focus, .current_page_item #header .navbar li > a {
  color: #b62834;
}
#header .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #009961;
}
#header .navbar .dropdown ul li {
  min-width: 200px;
  padding: 0;
}
#header .navbar .dropdown ul li a {
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #282828;
}
#header .navbar .dropdown ul li a svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  fill: currentColor;
  transition: fill 0.3s ease;
}
#header .navbar .dropdown ul li a:hover {
  color: #009961;
}
#header .navbar .dropdown a:before {
  display: none;
}
#header .navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
#header .navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
#header .navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
#header .mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 1366px) {
  #header .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  #header .navbar .dropdown .dropdown ul:hover {
    left: -100%;
  }
}
@media (max-width: 991px) {
  #header {
    padding: 5px 0px;
  }
  #header .mobile-nav-toggle {
    display: block;
    display: block;
    margin: 3px 9px;
    font-size: 21px;
  }
  #header .navbar ul {
    display: none;
  }
  #header .navbar ul {
    right: 18px !important;
    left: auto !important;
    width: 90%;
  }
  #header .header-scrolled .navbar a {
    color: #101010;
    border-bottom: 1px solid #b62834;
  }
}
#header .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.9);
  transition: 0.3s;
  z-index: 999;
}
#header .navbar-mobile svg.svg-inline--fa.fa-xmark.fa-lg {
  fill: #fff;
  color: #fff;
}
#header .navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
#header .navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
#header .navbar-mobile a,
#header .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #282828;
}
#header .navbar-mobile a:hover,
#header .navbar-mobile a:focus:hover {
  color: #009961;
}
#header .navbar-mobile a:before,
#header .navbar-mobile a:focus:before {
  visibility: hidden;
}
#header .navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
#header .navbar-mobile .dropdown ul li {
  min-width: 200px;
}
#header .navbar-mobile .dropdown ul li a {
  padding: 10px 20px;
}
#header .navbar-mobile .dropdown ul li a:hover {
  color: #009961;
}
#header .navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
#header .get-started-btn-new {
  position: relative;
  border: none;
  width: 172px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  background: #fffbe8;
}
#header .get-started-btn-new:hover .hover-gif {
  display: block;
}
#header .get-started-btn-new .hover-gif {
  width: 178px;
  height: 68px;
  position: absolute;
  display: none;
  transition: 0.3s ease-in-out;
}
#header .get-started-btn-new span {
  z-index: 1;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #b72a35;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-width: 90px;
  position: absolute;
  top: 15px;
  border-radius: 50px;
}

.btn-btn-website-new {
  position: relative;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  background: #fffbe8;
  padding: 14px 24px 8px;
}
.btn-btn-website-new:focus {
  border: none;
  outline: none;
}
.btn-btn-website-new:hover .hover-gif {
  display: block;
}
.btn-btn-website-new .hover-gif {
  width: 200px;
  height: 68px;
  position: absolute;
  display: none;
  transition: 0.3s ease-in-out;
}
.btn-btn-website-new span {
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  color: #b72a35;
}
.btn-btn-website-new.header-scrolled {
  background: #fff;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
}
.btn-btn-website-new.header-scrolled .navbar a {
  color: #101010;
}
.btn-btn-website-new.header-scrolled .logo a {
  color: #000 !important;
}
.btn-btn-website-new.header-scrolled .d-none-d {
  display: block;
}
.btn-btn-website-new.header-scrolled .d-white-none {
  display: none;
}
.btn-btn-website-new.header-scrolled .mobile-nav-toggle {
  color: #000;
}

.d-none-d {
  display: none;
}

.get-started-btn {
  margin-left: 25px;
  background: #cf1547;
  color: #fff;
  padding: 8px 25px 9px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.get-started-btn:hover {
  background: #b62834;
  color: #fff;
}

#header.sticky .header-content {
  padding: 12px 28px;
}
#header.sticky .navbar-brand img {
  width: 180px;
}

#video-section {
  padding: 0;
  position: relative;
  overflow: visible;
}
#video-section video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#Services {
  background: #fffbe8;
  padding: 70px 0 0;
  overflow: hidden;
  position: relative;
}
#Services .services-header {
  margin-bottom: 10px;
}
#Services .services-header .subheading {
  font-size: 12px;
  color: #aef5ae;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#Services .services-header .main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
#Services .services-header .main-heading .italic {
  font-style: italic;
}
#Services .services-header .slider-arrows {
  display: flex;
  gap: 10px;
}
#Services .services-header .slider-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #422241;
  background: transparent;
  color: #CE4D52;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #FFE9B7;
}
#Services .services-header .slider-arrows button:hover {
  background: #422241;
  color: #FFE9B7;
}
#Services .service-card {
  margin-bottom: 50px;
  background: #ffffff;
  color: #222;
  border-radius: 24px;
  padding: 40px 25px 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#Services .service-card:hover {
  transform: translateY(-10px);
}
#Services .service-card .icon {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 19px;
}
#Services .service-card h5 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #B62834;
}
#Services .service-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}
#Services .service-card a {
  font-size: 14px;
  color: #406fb6;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #406fb6;
  transition: 0.3s;
}
#Services .service-card a:hover {
  color: #422241;
  border-color: #422241;
}
#Services .carousel-wrapper {
  position: relative;
  width: 100vw;
  left: 0;
  padding-left: calc((100% - 1140px) / 2);
  padding-right: 0;
}
#Services2 {
  background: #fffbe8;
  padding: 70px 0 0;
  position: relative;
}
#Services2 .services-header {
  margin-bottom: 10px;
}
#Services2 .services-header .subheading {
  font-size: 12px;
  color: #aef5ae;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#Services2 .services-header .main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #422241;
  line-height: 1.2;
}
#Services2 .services-header .main-heading .italic {
  font-style: italic;
}
#Services2 .services-header .slider-arrows {
  display: flex;
  gap: 10px;
}
#Services2 .services-header .slider-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #422241;
  background: #FFE9B7;
  color: #CE4D52;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#Services2 .services-header .slider-arrows button:hover {
  background: #422241;
  color: #FFE9B7;
}
#Services2 .carousel-wrapper {
  position: relative;
  width: 100vw;
  left: 0;
  padding-right: 0;
}
#Services2 .carousel-wrapper .img-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin-right: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
#Services2 .carousel-wrapper .img-card:hover img {
  transform: scale(0.95);
}
#Services2 .carousel-wrapper .img-card:hover .img-overlay h5 {
  color: #406fb6;
}
#Services2 .carousel-wrapper .img-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  transition: transform 0.4s ease;
}
#Services2 .carousel-wrapper .img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.3s ease;
  padding: 10px;
}
#Services2 .carousel-wrapper .img-overlay h5 {
  color: #B62834;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  transform: translateY(10px);
  transition: 0.3s ease;
  margin: 0;
}

#Footer {
  color: #fff;
  text-align: center;
  padding: 80px 0;
  background-image: url(https://digi-maa.com/wp-content/themes/digimaa/images/Layer2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-top: 5px solid #ed3154;
  z-index: 1;
  display: none;
}
#Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9607843137);
  left: 0;
  top: 0;
  z-index: -1;
}
#Footer h2 {
  color: #422243;
  font-size: 42px;
  margin-bottom: 24px;
}
#Footer .small-title {
  color: #B62834;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 0.85rem;
}
#Footer .highlight {
  color: #406fb6;
}
#Footer .footer-subtext {
  margin: 0 auto 72px;
  font-size: 0.95rem;
  color: #000;
}
#Footer .footer-card {
  background: #fff;
  border-radius: 2.2rem;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 90%;
  display: flex;
  align-items: center;
  transition: background 0.3s;
  gap: 1rem;
  position: relative;
  text-align: left;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: 500ms all ease;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
#Footer .footer-card:hover {
  background: #fffbe8;
}
#Footer .footer-card:hover .icon-wrap img {
  width: 100%;
  opacity: 0;
}
#Footer .footer-card:hover .icon-wrap .IconHover {
  opacity: 1;
}
#Footer .footer-card:hover .arrow-icon {
  color: #fffbe8;
  background: #B62834;
  transform: rotate(45deg);
}
#Footer .footer-card .icon-wrap {
  color: #B62834;
  font-size: 1.7rem;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -80px;
  margin-left: -46px;
}
#Footer .footer-card .icon-wrap img {
  width: 100%;
  transition: 300ms all ease;
}
#Footer .footer-card .icon-wrap .IconHover {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
}
#Footer .footer-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #406fb6;
}
#Footer .footer-card strong {
  display: block;
  font-size: 1rem;
  color: #B62834;
}
#Footer .footer-card .arrow-icon {
  font-size: 1.3rem;
  color: #fffbe8;
  background: #406fb6;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  transform: rotate(90deg);
  transition: 300ms all ease;
}

#Video {
  overflow: visible;
  position: relative;
  padding: 0;
  height: 100vh;
  background: url("https://digi-maa.com/wp-content/themes/digimaa/images/Layer2.png");
}
#Video .VideoText {
  width: 100%;
  font-size: 7vw;
  font-family: "FivoSansModern-Heavy-Oblique";
  display: flex;
  justify-content: space-around;
  gap: 24px;
  color: #b72a35;
  height: 100vh;
  position: absolute;
  align-items: center;
  left: 0;
  top: 0;
}
#Video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9607843137);
  left: 0;
  top: 0;
  z-index: -1;
}
#Video .stickyMask {
  display: flex;
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url("assets/images/star4.svg");
  mask-image: url("assets/images/star4.svg");
  -webkit-mask-position: 50% center;
  mask-position: 50% center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--maskSize, 70%);
  mask-size: var(--maskSize, 70%);
}
#Video .stickyMask video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Gallery2 {
  background: #fffbe8;
}
#Gallery2 .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vh;
  margin-inline: auto;
  max-width: 100vw;
  background: #412242;
  padding: 1vh;
}
#Gallery2 .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
#Gallery2 .gallery:has(a:hover) img:not(:hover) {
  scale: 0.8;
  opacity: 0.5;
  filter: grayscale(70%);
}

:root {
  --pink: #FCA3DB;
  --blue: #8CE0E9;
  --purple: #8D75BE;
}

.image-reveal-section {
  background-color: #FFE9B7;
  color: #eee;
}
.image-reveal-section .header-content {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image-reveal-section .header-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.image-reveal-section .header-content p {
  font-size: 1.2rem;
}
.image-reveal-section .image-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 80px;
  margin-bottom: 50px;
}
.image-reveal-section .image-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 2200px;
  margin: 0 auto;
}
.image-reveal-section .image-container .reveal-image {
  position: absolute;
  opacity: 0;
  height: auto;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  transform: translateY(100px) scale(0.8);
}
.image-reveal-section .image-container .reveal-image:nth-child(1) {
  top: calc(50px + 0px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(2) {
  top: calc(150px + 0px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(3) {
  top: calc(350px + 0px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(4) {
  top: calc(50px + 600px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(5) {
  top: calc(150px + 600px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(6) {
  top: calc(350px + 600px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(7) {
  top: calc(50px + 1200px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(8) {
  top: calc(150px + 1200px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(9) {
  top: calc(350px + 1200px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(10) {
  top: calc(50px + 1800px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(11) {
  top: calc(150px + 1800px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(12) {
  top: calc(350px + 1800px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(13) {
  top: calc(50px + 2400px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(14) {
  top: calc(150px + 2400px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(15) {
  top: calc(350px + 2400px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(16) {
  top: calc(50px + 3000px);
  left: 10%;
  width: 300px;
  transform: translateY(100px) scale(0.8) rotate(-8deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(17) {
  top: calc(150px + 3000px);
  left: 55%;
  width: 400px;
  transform: translateY(100px) scale(0.8) rotate(5deg);
}
.image-reveal-section .image-container .reveal-image:nth-child(18) {
  top: calc(350px + 3000px);
  left: 20%;
  width: 320px;
  transform: translateY(100px) scale(0.8) rotate(-3deg);
}

.grid-container {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  cursor: grab;
  cursor: -webkit-grab;
}

.grid-container:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.card img {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
}

.card {
  transition: opacity 0.5s;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  width: 256px;
  height: 171px;
}

.card:hover {
  /*
  opacity: 0.5;
  */
}

.card.hidden {
  opacity: 0;
}

:root {
  --bg: hsl(0 0% 8%);
  --white: hsl(0 0% 98%);
  --accent: hsl(0 0% 15%);
  --secondary: hsl(0 0% 25%);
}

#Category {
  padding: 0;
  margin: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
}
#Category li {
  list-style: none;
}
#Category .accordion {
  display: flex;
  width: 100%;
  height: 80vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#Category .accordion__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
#Category .accordion__title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  writing-mode: vertical-rl;
  color: var(--white);
  font-size: clamp(1em, 2vw - 0.5em, 3em);
  letter-spacing: 0.2em;
  text-transform: Uppercase;
  padding: 10px;
}
#Category .accordion__description {
  position: absolute;
  width: 60%;
  left: 1em;
  bottom: 1em;
  color: var(--white);
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-property: opacity, transform;
}
#Category .accordion__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
#Category .accordion__item {
  position: relative;
  flex-grow: 1;
  width: 100px;
  height: 100%;
  background: var(--bg);
  transition: flex-grow 300ms ease;
  overflow: hidden;
}
#Category .accordion__item:hover {
  flex-grow: 1.5;
}
#Category .accordion__item:hover .accordion__overlay {
  opacity: 0.5;
}
#Category .accordion__item:hover .accordion__title::after {
  content: none;
}
#Category .accordion__item:hover .accordion__description {
  transform: translateY(0);
  opacity: 1;
}
#Category .accordion__item:hover .accordion__image {
  transform: scale(1.05);
}
#Category .accordion:hover > .accordion__item:not(:hover) .accordion__image {
  filter: grayscale(1);
}

#Reels {
  text-align: center;
}
#Reels .marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#Reels .marquee-track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
#Reels .reel {
  flex: 0 0 auto;
  width: 350px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  position: relative;
}
#Reels .reel > * {
  cursor: none !important;
}
#Reels .icon {
  position: absolute;
  pointer-events: none;
  /* So the icon doesn’t block mouse events */
  opacity: 0;
  /* Hidden by default */
  transition: opacity 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Prevent text selection */
  transform: translate(10px, 10px);
  /* Slight offset from cursor */
  width: 66px;
  /* Match your image size */
  height: 66px;
  /* offset icon from cursor */
}
#Reels .icon img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  /* Just in case */
}
#Reels video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

#GalleryMain {
  padding-bottom: 0;
}
#GalleryMain #PhotoGallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 10px;
  /* Key: this enables variable height */
  gap: 16px;
}
#GalleryMain .photo-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#GalleryMain .photo-item:hover img {
  transform: scale(1.1);
}
#GalleryMain .photo-item img {
  width: 100%;
  border-radius: 10px;
  transition: 400ms all ease;
}

#PhoneImages {
  background-color: #FFE9B7;
  display: none;
  padding: 40px 14px 0;
  position: relative;
}
#PhoneImages a {
  display: block;
}
#PhoneImages .reveal-image {
  margin-bottom: 80px;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  transform: translateY(0px) scale(1);
}
#PhoneImages .slider-arrows {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 63%;
  left: 0;
}
#PhoneImages button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #422241;
  background: transparent;
  color: #CE4D52;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #FFE9B7;
}
#PhoneImages button:hover {
  background: #422241;
  color: #FFE9B7;
}

#AllReels {
  background: #000;
}
#AllReels a {
  display: flex;
  width: 100%;
  padding: 4px 4px;
  background: rgba(255, 255, 255, 0.2509803922);
  border-radius: 24px;
  height: 100%;
}
#AllReels a video {
  width: 100%;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */