.elementor-kit-12{--e-global-color-primary:#212121;--e-global-color-secondary:#212121;--e-global-color-text:#212121;--e-global-color-accent:#093041;--e-global-color-1718ab0:#FFFFFF;--e-global-color-68159f2:#FAFAFA;--e-global-color-0b4401d:#EA661C;--e-global-color-e7df9f3:#BC2618;--e-global-color-28fcbcf:#519433;--e-global-color-4c4a650:#D6D6D6;--e-global-color-2289668:#F0ECE4;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;font-size:1rem;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-size:1rem;}.elementor-kit-12 h1{font-size:2.5rem;}.elementor-kit-12 h2{font-size:2rem;}.elementor-kit-12 h3{font-size:1.75rem;}.elementor-kit-12 h4{font-size:1.5rem;}.elementor-kit-12 h5{font-size:1.25rem;}.elementor-kit-12 h6{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1248px;}.e-con{--container-max-width:1248px;--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);}@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 */a:hover svg{
    transform: rotate(45deg);
    transition: .3s;
}
a svg{
   
    transition: .3s;
}


 .cizgili-buton .elementor-button {
 
  position: relative;
 
}

 .cizgili-buton .elementor-button::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #666;
  transform-origin: bottom right;
  transition: transform 0.6s ease-out;
}
 .cizgili-buton .elementor-button:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* 111 */
 .beyaz-buton .elementor-button {
 
  position: relative;
 
}

 .beyaz-buton .elementor-button::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.6s ease-out;
}
 .beyaz-buton .elementor-button:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*2222*/
 .renkli-buton .elementor-button {
 
  position: relative;
 
}

 .renkli-buton .elementor-button::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #BC2618;
  transform-origin: bottom right;
  transition: transform 0.6s ease-out;
}
 .renkli-buton .elementor-button:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

html, body {
    scroll-padding-top: 150px;
}

@media (max-width: 1024px) {
    html, body {
        scroll-padding-top: 70px;
    }
}

@media (max-width: 767px) {
    html, body {
        scroll-padding-top: 60px;
    }
}/* End custom CSS */