:root {
  --shorttransition: all 1.75s 0.1s cubic-bezier(0.475, 0.425, 0, 0.995);
  --fasttransition: all 0.5s 0.1s cubic-bezier(0, 0, 0.2, 1);
  --transition: all 1s 0.1s cubic-bezier(0, 0, 0.2, 1);
  --longtransition: all 1.5s 0.3s cubic-bezier(0.4, 0, 1, 1);
  --khabtatransition: all 0.5s 0.1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --light-gold: #978373;
  --black: #000000;
  --white: #fff;
  --grey: #e2dcd7;
  --secondary: #232323;
}

@font-face {
  font-family: "yanson-r";
  src: url(https://etoilevents.com/wp-content/themes/oceanwp/assets/fonts/SourceCodePro-Medium.ttf);
}
@font-face {
  font-family: "yanson-l";
  src: url(https://etoilevents.com/wp-content/themes/oceanwp/assets/fonts/Baskervville-Regular.ttf);
}
@font-face {
  font-family: "berg-t";
  src: url(https://etoilevents.com/wp-content/themes/oceanwp/assets/fonts/Bergamasco-Thin.ttf);
}
@font-face {
  font-family: "yanson-b";
  src: url(https://etoilevents.com/wp-content/themes/oceanwp/assets/fonts/yanson-b.otf);
}

@font-face {
  font-family: "open-sans";
  src: url(https://etoilevents.com/wp-content/themes/oceanwp/assets/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: "open-sans-r";
  src: url(https://etoilevents.com/wp-content/themes/oceanwp/assets/fonts/OpenSans-Regular.ttf);
}
.yanson-r {
  font-family: "yanson-r";
}
.yanson-l {
  font-family: "yanson-l";
  /* font-weight: 600;
  font-style: normal; */
}
.berg-t {
  font-family: "berg-t";
  font-weight: 400;
  font-style: normal;
}
.yanson-b {
  font-family: "yanson-b";
}
.open-sans {
  font-family: "open-sans";
}
.open-sans-r {
  font-family: "open-sans-r";
}
/* * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
} */

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.light-gold {
  color: var(--light-gold);
}
.black {
  color: var(--black);
}
.white {
  color: var(--white);
}
.grey {
  color: var(--grey);
}
.secondary {
  color: var(--secondary);
  font-weight: 400;
}
.back-grey {
  background-color: var(--grey);
}
.back-white {
  background-color: var(--white);
}

.font-60 {
  font-size: 60px;
}
.font-50 {
  font-size: 50px;
}
.font-40 {
  font-size: 40px;
}
.font-30 {
  font-size: 30px;
}
.font-25 {
  font-size: 25px;
}
.font-23 {
  font-size: 23px;
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-15 {
  font-size: 15px;
}
.font-14 {
  font-size: 14px;
}
/* general */
.max-width {
  max-width: 1200px;
  margin: 0 auto;
}
*::-webkit-scrollbar {
  display: none;
}
.page-header {
  display: none;
}
.sections {
  padding: 7rem 0;
  position: relative;
}
.founder-padding {
  padding-top: 5rem;
  padding-bottom: 0;
}
.full-w {
  max-width: 100% !important;
}
.width-90 {
  max-width: 90%;
}
.width-70 {
  max-width: 70%;
}
.width-60 {
  max-width: 60%;
}
.width-50 {
  max-width: 50%;
}
.padding-5 {
  padding: 5% 0;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 60%;
}
.home-carousel::after,
.featured-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.third-t {
  padding: 0 10rem;
}
.first-h {
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.fw-400 {
  font-weight: 400 !important;
}
a.first-h:hover {
  color: #e58890;
}
/* a.first-h:hover .arrow-svg {
  animation: rotateBackAndForth 0.8s ease;
} */
a.first-h:hover .arrow-svg path {
  fill: #e58890 !important;
}
@keyframes rotateBackAndForth {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg); /* rotates the arrow upward */
  }
  100% {
    transform: rotate(0deg);
  }
}
.second-h1 {
  padding: 0 18%;
  position: relative;
}
/* .italic-capitalize {
  font-style: italic;
  text-transform: capitalize;
} */
.heading-divider span {
  width: 150px;
  border: 1px solid #000;
}
.images-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 5rem 0;
}
.images-div img {
  transition: all 0.5s ease;
}
.pl {
  padding-left: 5rem;
}
.line {
  width: 80%; /* 👈 Make this smaller to reduce line width */
  border-bottom: 1px solid #000;
  margin: 10px 0;
}
.ontop-images img {
  /* border: 1px solid #000; */
  transition: all 0.5s ease;
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item {
  margin: 0 10px !important;
}
.images-div.first-images img:hover,
.ontop-images .small-image:hover {
  transform: scale(1.1) !important;
}
.h-image img {
  height: 100%;
}
.why-big p:first-of-type {
  color: #e58890;
}
.why-big {
  padding-right: 0;
  padding-left: 0;
}
.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: #ffe1e4;
}
.text-image:hover .hover-text {
  opacity: 0.8;
}
.text-image:hover img {
  transform: scale(1.1);
}
.small-image {
  position: absolute;
  left: -8%;
  width: 400px;
  bottom: 15%;
}
.clients-carousel {
  background-color: #e7e1db;
}
.home-clients img {
  width: 200px !important;
  opacity: 0.2;
  transition: all 0.5s ease;
}
.home-clients img:hover {
  opacity: 1;
}
.py-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.services-home {
  /* gap: 6rem; */
  border: 1px solid #000;
}
.service-content-home {
  flex: 1;
  padding: 4rem;
  position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.service-content-home:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #000;
}
/* .left-div {
  margin-bottom: -10rem;
}
.right-div {
  margin-bottom: -20rem;
} */
.text-image {
  position: relative;
  overflow: hidden;
}
.founder-section {
  background-color: #ffe1e4;
}
.our-projects .project-image img {
  width: 90% !important;
  border: 1px solid #000;
  transition: all 0.5s ease;
}
.custom-nav-container button {
  border: none;
  background-color: transparent;
}
.testimonials {
  /* background-color: #6d582c; */
  /* background-color: #ffe1e4; */
}
.testimonials-carousel p {
  padding: 0 20rem;
  margin: 0;
}
.testimonials-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-carousel .owl-nav button span {
  color: #000;
  font-size: 90px;
  cursor: pointer;
}
.testimonials-carousel .owl-prev:hover,
.testimonials-carousel .owl-next:hover {
  background: transparent !important;
}
.testimonials-carousel .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #000;
}
.testimonials-carousel .owl-dots .owl-dot.active span {
  background: #ffe1e4 !important;
}
.testimonials-carousel .heading-divider {
  padding: 1rem 0;
}
.testimonials-carousel .heading-divider span {
  border: 1px solid #000;
}
.parallex-section {
  background-image: url(https://etoilevents.com/wp-content/uploads/2025/02/13-Home-Page-Get-Started-Background-scaled.jpg);
  height: 100vh;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.parallex-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.parallex-text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-home {
  padding-top: 0 !important;
  position: relative;
  height: 90vh;
}
.vhvh {
  height: 100vh !important;
}
.vhvh img {
  height: 100vh !important;
}
.home-home img {
  height: 90vh;
}
#site-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 5rem; */
}
.content-div,
.why-big {
  padding: 5rem 0;
}
.planning .why-big {
  position: relative;
}
.planning .why-big::after {
  content: "";
  position: absolute;
  left: 8rem;
  top: 0;
  width: 60%;
  height: 1px;
  background-color: #000;
  opacity: 1;
}
.why-content {
  padding: 3rem;
  border: 1px solid #000;
}
.why-us a {
  width: 100%;
  display: block;
}
.links-links {
  gap: 2rem;
}
.team .content-div p {
  margin: 0;
}
.featured-image img {
  width: 100%;
}
.team .content-div img {
  border-radius: 20px;
}
.footer {
  background-color: #ffe1e4;
}
#mega-menu-wrap-footer_menu {
  background-color: transparent;
}
#mega-menu-wrap-footer_menu .mega-menu-wrap-footer_menu {
  color: #fff;
}
.footer .heading-divider {
  padding: 3rem 0;
}
.footer .heading-divider span {
  border: 1px solid #000 !important;
  width: 100% !important;
}
.footer
  #mega-menu-wrap-footer_menu
  #mega-menu-footer_menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #000 !important;
  font-family: "yanson-l" !important;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 0 !important;
}
#site-header .mega-menu-link {
  font-family: "yanson-l" !important;
}
.prewhat {
  color: #000;
}
.prewhat:hover {
  color: #000;
}
.footer {
  padding-top: 2rem;
}
.content-content img {
  width: 50px;
  height: 50px;
}
.professional {
  display: flex;
  justify-content: start;
  gap: 2rem;
  padding: 2rem 0;
  align-items: center;
}
.content-text p {
  margin: 0;
}
.edited-width {
  max-width: 70%;
}
.edited-image {
  padding: 3rem 0;
  margin-left: 5rem;
}
.back-back {
  background-color: #ffe1e4;
}
.padding-top-5 {
  padding: 5rem 0;
}
.padding-top-3 {
  padding: 2rem 0;
  width: 100%;
}
.padding-top-5 .heading-divider span {
  width: 100%;
}
.new-max-width {
  max-width: 500px;
  margin: 0 auto;
}
.search-toggle-li {
  display: none !important;
}
#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff !important;
  transition: all 0.5s ease;
  font-size: 15px !important;
  text-transform: uppercase;
  font-family: "yanson-l" !important;
}
#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #000;
}
.mega-current_page_item a {
  color: #000 !important;
}
.why-content img {
  width: 40px;
}
.overlay-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
.home-video-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
.links-links svg {
  width: 20px;
  height: 20px;
}
.links-links a {
  transition: all 0.25sease 0s;
}
.links-links a:hover {
  transform: translateY(-5px);
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjust the gap as needed */
}

.contact-info p {
  flex: 1 1 45%; /* Adjust the width to fit two per line */
  margin: 0;
}
.edit-margin-bot {
  margin-bottom: 0;
}
.edit-margin-top {
  margin-top: -1rem;
}
.before-arrow {
  /* position: relative; */
  font-size: 14px;
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #000;
  width: 37%;
}
.arrow-svg {
  width: 19px;

  /* height: 19px; */
}
.edited-before-arrow {
  /* display: flex;
  gap: 1rem; */
  border-bottom: 1px solid #fff;
}
.edited-before-arrow svg {
  width: 19px;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
.border-bottom-white {
  border-bottom: 1px solid #fff;
}
.footer-site-logo {
  width: 100%;
  text-align: center;
}
.footer-site-logo img {
  max-width: 100px;
  max-height: 100px;
}
.footer-text {
  width: 100%;
}
.bold-bold {
  font-weight: 900;
}
.footer-top-nav {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
/* #mega-menu-wrap-topbar_menu {
  padding-left: 2rem !important;
} */
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-item
  > a.mega-menu-link {
  padding-right: 0 !important;
}
.padding-col {
  padding-left: 8rem !important;
}
.why-big p,
.why-big h1 {
  text-align: center;
}
.why-big p {
  max-width: 100% !important;
}
/* .why-big p.black.font-16 {
  color: #e58890 !important;
} */
.inside-service .images-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 3rem;
  padding: 5rem 0;
  justify-content: center; /* Center items */
}
.inside-service .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.inside-service .service-item:nth-child(4),
.inside-service .service-item:nth-child(5) {
  grid-column: span 1; /* Each takes one column */
  justify-self: center; /* Center within the grid */
}
.services-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.service-box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 30px);
  box-sizing: border-box;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.service-box:hover .service-icon {
  transform: scale(1.1);
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.burger-icon {
  font-size: 25px;
  /* padding: 15px; */
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1001;
  font-style: italic;
  color: #000;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  height: 100%;
  background-color: #ffe1e4;
  padding: 30px;
  /* box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1); */
  transition: right 0.5s ease;
  z-index: 1000;
  overflow-y: auto;
  opacity: 0.8;
}

.side-menu.open {
  right: 0;
}

.side-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.close-btn {
  font-size: 28px;
  cursor: pointer;
}
/* 
.side-menu.open::after {
  height: 100vh;
  z-index: -1;
  top: 0;
  left: -420px;
  position: fixed;
  background: rgba(1, 0, 0, 0.66);
  backdrop-filter: blur(10px);
  content: "";
  width: 100%;
  transition: right 0.5s ease;
  display: block;
} */
.side-menu .footer-site-logo {
  text-align: start;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  opacity: 0.8;
  pointer-events: auto;
}
header.sticky {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0.8;
}
#site-header {
  position: absolute !important;
  top: 0;
  background-color: transparent !important;
  border-bottom: none !important;
}
.wpforms-submit-container {
  text-align: center;
}
#wpforms-submit-241:hover {
  background: transparent !important;
  color: #e58890;
}
.mega-indicator {
  display: none !important;
}
.mega-sub-menu .mega-menu-item.mega-menu-item-type-post_type {
  border-bottom: 1px solid #000 !important;
}
#wpforms-submit-241 {
  background: transparent;
  color: #000;
  font-family: "open-sans-r";
  font-size: 16px;
  border-bottom: 1px solid #000;
}
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  background-color: #fff !important;
}
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  color: #00000085;
  transition: all 0.5s ease;
  font-size: 16px !important;
  text-transform: capitalize;
  font-family: "yanson-l" !important;
}
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  color: #000;
}
#mega-menu-wrap-topbar_menu
  #mega-menu-topbar_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  top: 130%;
  opacity: 0.8 !important;
}
.about-parallex .parallex-text {
  align-items: center;
}
.wpcf7-spinner {
  display: none !important;
}
.button-grp p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-edit {
  background: transparent !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-family: "open-sans-r" !important;
  font-size: 14px !important;
}
.button-grp button:hover {
  color: #e58890 !important;
}
.button-grp button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  border: none;
}
.form-group label,
.form-group input,
.form-group select,
.form-group option,
.form-group textarea {
  font-family: "yanson-l" !important;
  font-size: 18px !important;
  color: #000 !important;
  font-style: italic !important;
  text-transform: capitalize !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e58890 !important;
}
.wpcf7-not-valid-tip {
  color: #e58890 !important;
  font-family: "yanson-l" !important;
  font-size: 14px !important;
}
textarea.form-control {
  height: 120px;
}
.side-menu-header .footer-site-logo img {
  margin-left: -2rem;
}
.icon-service {
  width: 70px;
  height: 70px;
  margin-bottom: 2rem;
}
.testimonials-carousel .owl-dots {
  margin-top: -2rem;
}
#mega-menu-item-216 {
  margin-left: 10px;
}
.menu-sidebar-section {
  display: none;
}
.about-hero {
  background-image: url(https://etoilevents.com/wp-content/uploads/2025/06/01-About-Us-Hero-Section-edited.jpg);
  /* background-size: contain; */
  height: auto;
  aspect-ratio: 2;
  background-repeat: no-repeat;
  background-position: center;
}
.service-hero {
  background-image: url(https://etoilevents.com/wp-content/uploads/2025/06/02-Services-Hero-Section.png);
  /* background-size: contain; */
  height: auto;
  aspect-ratio: 2;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-hero {
  background-image: url(https://etoilevents.com/wp-content/uploads/2025/06/06-Contact-Us-Section.png);
  /* background-size: contain; */
  height: auto;
  aspect-ratio: 2;
  background-repeat: no-repeat;
  background-position: center right;
}
.service-inside-hero {
  height: auto;
  aspect-ratio: 2;
  background-repeat: no-repeat;
  background-position: center right;
}
.h-image-about {
  background-image: url(https://etoilevents.com/wp-content/uploads/2025/06/About-Us-Why-Choose-Us.png);
  background-size: cover;
  height: auto;
  aspect-ratio: 2;
  background-repeat: no-repeat;
  background-position: center;
}
.h-image-services {
  background-image: url(https://etoilevents.com/wp-content/uploads/2025/02/Services-Why-Choose-Us.png);
  background-size: cover;
  height: auto;
  aspect-ratio: 2;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-logo {
  margin: 0 20px;
}
