.elementor-kit-5{--e-global-color-primary:#040404;--e-global-color-secondary:#DEC568;--e-global-color-text:#D6D6D6;--e-global-color-accent:#7C7C54;--e-global-color-3e4b6cc:#9B7C3C;--e-global-color-a29c6d3:#1F1F1F;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );}.elementor-kit-5 a:hover{color:var( --e-global-color-3e4b6cc );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Initial State */
.content {
    transform: translateY(88%);
    transition: transform 1.2s ease;
}

/* Hover State */
.card:hover .content {
    transform: translateY(0%);
}

/* Mobile Responsive */

@media (max-width: 768px) {
  .content {
    transform: translateY(0%);
  }
}

/* Price at cards */

.yellow{
    color: #DEC568;
    font-size: 22px;
    font-weight: bold;
}

/* Initial State at home page*/
.contenthome {
    transform: translateY(88%);
    transition: transform 1.2s ease;
}

/* Hover State */
.cardhome:hover .contenthome {
    transform: translateY(30%);
}

/* Mobile Responsive */

@media (max-width: 768px) {
  .contenthome {
    transform: translateY(30%);
  }
}


/* Elementor Select Field */
.elementor-field-type-select select,
.elementor-field-type-select option {
    background: #040404 !important;
    color: #ffffff !important;
}

/* Hover / Focus */
.elementor-field-type-select select:focus {
    background: #040404 !important;
    color: #ffffff !important;
    border-color: #DEC568 !important;
}/* End custom CSS */