.elementor-kit-8{--e-global-color-primary:#181818;--e-global-color-secondary:#181818;--e-global-color-text:#181818;--e-global-color-accent:#181818;--e-global-color-1712b73:#F5F5F5;--e-global-color-ec61fe9:#B8B8B8;--e-global-typography-primary-font-family:"Neue Machina";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Neue Machina";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Neue Machina";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Neue Machina";--e-global-typography-accent-font-weight:400;}.elementor-kit-8 h2{font-size:90px;font-weight:400;text-transform:uppercase;}.elementor-kit-8 h3{font-size:72px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Neue Machina", Sans-serif;font-size:18px;font-weight:400;background-color:#33464200;padding:27px 50px 27px 50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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:1366px){.elementor-kit-8 h2{font-size:80px;}.elementor-kit-8 h3{font-size:65px;}}@media(max-width:1180px){.elementor-kit-8 h2{font-size:65px;}.elementor-kit-8 h3{font-size:50px;}}@media(max-width:1025px){.elementor-kit-8{--e-global-typography-accent-font-size:16px;font-size:16px;}.elementor-kit-8 h2{font-size:60px;}.elementor-kit-8 h3{font-size:40px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-text-font-size:13px;font-size:13px;}.elementor-kit-8 h3{font-size:35px;}}@media(max-width:426px){.elementor-kit-8{--e-global-typography-text-font-size:13px;}.elementor-kit-8 h2{font-size:45px;}.elementor-kit-8 h3{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.opds-container {
    padding-left: 6vw;
    padding-right: 6vw;
}
html {
    overflow-x: hidden !important;
     scroll-behavior: smooth;
}
.opds-button .elementor-button {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    z-index: 1;
    backdrop-filter: blur(12.5px);
    overflow: hidden;
    margin-bottom: -5px;
}

.opds-button .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px; /* Border thickness */
    background: linear-gradient(to right, #ffffff, #ffffff52);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.opds-button .elementor-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #33464280 0%, #7DACA280 100%);
    z-index: -2;
}

.carousel-main .e-n-carousel.swiper {
    overflow: visible; /* Ensure slides can be seen outside the container */
}
.carousel-main .elementor-swiper-button {
    width: 100px;
    justify-content: center;
}
.carousel-main .elementor-swiper-button-prev svg {
    transform: rotate(180deg);
}
.carousel-main .elementor-swiper-button.swiper-button-disabled {
    opacity: 0 !important;
    right: 150px !important;
}
.carousel-main .elementor-swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    right: 150px !important;
}

.carousel-main .elementor-swiper-button {
    transition: 0.5s;
}

@media only screen and (max-width: 767px){
.opds-container {
    padding-left: 20px;
    padding-right: 20px;
}
}/* End custom CSS */