.elementor-kit-9{--e-global-color-primary:#1B2428;--e-global-color-secondary:#1B2428;--e-global-color-text:#1B2428;--e-global-color-accent:#1B2428;--e-global-color-365492a:#C0575C;--e-global-color-037e2a6:#1996D0;--e-global-color-ca5ec9f:#FFFFFF;--e-global-color-02f0799:#901FB5;--e-global-color-ca8c89a:#EEC06A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:300;background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:22px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Cinzel", Sans-serif;}.elementor-kit-9 h2{font-family:"Cinzel", Sans-serif;}.elementor-kit-9 h3{font-family:"Cinzel", Sans-serif;}.elementor-kit-9 h4{font-family:"Cinzel", Sans-serif;}.elementor-kit-9 h5{font-family:"Cinzel", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end:25px;}.elementor-element{--widgets-spacing:25px 25px;--widgets-spacing-row:25px;--widgets-spacing-column:25px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-9{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-nav-menu {
  position: relative;
}
.menu-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;               
  background: #fff;  
  transition: left 0.3s ease, width 0.3s ease;
  pointer-events: none;      
  width: 0;
}
#header-main{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.drotate {
  perspective: 5000px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.drotate img {
  width: 100%;
  max-width: 800px;
  transform-origin: bottom;
  transform: perspective(5000px) translateX(0px) translateY(0px) scale(0.9) 
             rotate(-5deg) rotateX(-50deg) rotateY(0deg) translateZ(0px);
  transition: transform 1s ease;
  margin-bottom: 20px;
}/* End custom CSS */