.elementor-kit-4{--e-global-color-primary:#403E3E;--e-global-color-secondary:#FCB8B2;--e-global-color-text:#403E3E;--e-global-color-accent:#F7F7F7;--e-global-typography-primary-font-family:"neue-haas-grotesk-display";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"moret";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:oblique;--e-global-typography-text-font-family:"neue-haas-grotesk-text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"neue-haas-grotesk-display";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-accent );}.elementor-kit-4 h2{font-size:65px;}.elementor-kit-4 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}@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-kit-4 h2{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin-bottom:0;
}
.oblique-text{
    font-family:'moret';
    font-style: oblique;
}
.e-overflow{
    overflow:hidden;
}
/*Custom Button*/

.btn {
  
  padding: 15px 65px;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  font-family: "neue-haas-grotesk-display";
font-weight:500;
	font-size:20px;
  border: 2px solid var(--e-global-color-primary);
  z-index: 1;
  overflow:hidden;
	color:var(--e-global-color-primary);
}

.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--e-global-color-accent);
  transition: all 0.3s ease;
}

.btn:hover {
  color: var(--e-global-color-primary);
}

 .btn:hover:after {
  left: 0;
  width: 100%;
}

/*Swiper Controls*/

 .elementor-swiper-button{
    border: 1px solid #F5F3F2;
    color:#F5F3F2;
    border-radius: 60px;
    padding: 20px;
       transition:0.3s ease all;
       margin-top:20px;
       z-index: 1000;

       margin-left:20px;
       text-align: center;
       border:1px solid ;
       
}



 .elementor-swiper-button:hover{
    background-color: var(--e-global-color-primary);
    color:var(--e-global-color-secondary)!important;
    transition:0.3s ease all;
}

/*Mobile Settings*/
@media only screen and (max-width:768px){
.elementor-swiper{
    text-align:center;
}
        .elementor-swiper-button{
    position: relative;
    margin-left:0%;
    margin-top:20%;
   text-align:center;

    
}
}/* End custom CSS */