.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#684D7A;--e-global-color-2dfb1b9:#757D4C;--e-global-color-1acc92c:#3A353D;--e-global-color-8262cc0:#6A4C7D;--e-global-color-7866d5d:#CDD2B4;--e-global-color-e88215a:#DFAEFC;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-1acc92c );font-family:"Lora", Sans-serif;font-size:1rem;line-height:24px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );font-family:"Lora", Sans-serif;}.elementor-kit-7 a:hover{color:#946FAD;}.elementor-kit-7 h1{font-family:"Playfair Display", Sans-serif;font-size:3rem;}.elementor-kit-7 h2{font-family:"Playfair Display", Sans-serif;line-height:40px;}.elementor-kit-7 h3{font-family:"Playfair Display", Sans-serif;font-size:1.6rem;}.elementor-kit-7 h4{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h5{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h6{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:40px;--container-default-padding-right:0px;--container-default-padding-bottom:40px;--container-default-padding-left:0px;}.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(min-width:2400px){.elementor-kit-7{font-size:1.25rem;}.elementor-kit-7 h1{font-size:4rem;}.elementor-kit-7 h2{font-size:2.618rem;}.elementor-kit-7 h3{font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1660px;}.e-con{--container-max-width:1660px;}}@media(max-width:1366px){.elementor-kit-7 h3{font-size:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}}@media(max-width:1280px){.elementor-kit-7{font-size:0.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-7{font-size:0.9rem;}.elementor-kit-7 h1{font-size:1.5rem;}.elementor-kit-7 h2{font-size:1.4rem;}.elementor-kit-7 h3{font-size:1.2rem;}.elementor-kit-7 h4{font-size:1.2rem;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;}}/* Start custom CSS */.shadow:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition:0.3s !important; 
}


.button {
  text-transform: uppercase;
  border: 1px solid #CAADD3;
  border-radius: 0;
  transition: 0.3s ease all;
  z-index: 1;
  text-align: center;
  background: linear-gradient(90deg, #684D7A 0%, #BF8DE0 100%);
  
}

.button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  
  background-color: #CAADD3;
  z-index: -1;
}

.button:hover, .button:focus {
  color: white !important;
}

.button:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button:active {
  transform: scale(0.9);
}


.btn {
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 1em 1.5em;
  color: #000;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #684D7A 0%, #BF8DE0 100%);
  transition: 0.5s ease;
}

.btn:hover {
  color: #fff;
  transition-delay: 0.5s;
}

.btn:hover::before {
  width: 100%;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(90deg, #684D7A 0%, #BF8DE0 100%);
  transition: 0.4s ease;
  z-index: -1;
}

.btn:hover::after {
  height: 100%;
  transition-delay: 0.4s;
  color: black;
}/* End custom CSS */