.elementor-kit-5{--e-global-color-primary:#4287CF;--e-global-color-secondary:#000000;--e-global-color-text:#272727;--e-global-color-accent:#0161A4;--e-global-color-4fe32a7:#FFFFFF;--e-global-color-78e4ae8:#ECECEC;--e-global-color-b13ac4d:#014372;--e-global-color-9dc2c73:#F5F6F8;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:34px;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{font-size:24px;font-weight:600;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}.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-kit-5 h1{font-size:18px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.page-header h1.entry-title {
    display: none !important;
}

.package-thumb {
    overflow: hidden;
    height: 200px;
}
.package .package-thumb img {
    transition: transform 1s;
}
.package:hover .package-thumb img {
    transform: scale(1.25);
}

.table-title {
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

/* Buton Animasyon */

.buton-animasyon .elementor-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1
}

.buton-animasyon .elementor-button:before {
    z-index: -1;
    content: ""!important;
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    left: 0;
    border-right: 40px solid transparent;
    border-bottom: 90px solid #4286cf;
    transform: translateX(-100%);
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.buton-animasyon .elementor-button:hover:before {
    transform: translateX(0)
}/* End custom CSS */