.elementor-kit-5{--e-global-color-primary:#D8373D;--e-global-color-secondary:#1D1D1D;--e-global-color-text:#1D1D1D;--e-global-color-accent:#D8373D;--e-global-color-76ae998:#FDEFDC;--e-global-color-e017f23:#FFFFFF;--e-global-color-2ad004b:#FDEFDC80;--e-global-typography-primary-font-family:"orpheuspro";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"aktiv-grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"aktiv-grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"aktiv-grotesk";--e-global-typography-accent-font-weight:400;background-color:var( --e-global-color-76ae998 );color:var( --e-global-color-primary );font-family:"aktiv-grotesk", Sans-serif;font-size:1rem;line-height:1.5em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:0rem;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:"aktiv-grotesk", Sans-serif;}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"orpheuspro", Sans-serif;font-size:4.375rem;line-height:1em;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"orpheuspro", Sans-serif;font-size:5.625rem;line-height:1em;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-size:2rem;line-height:1em;}.elementor-kit-5 h4{color:var( --e-global-color-primary );font-family:"aktiv-grotesk", Sans-serif;font-size:0.875rem;font-weight:400;text-transform:uppercase;line-height:1.2em;letter-spacing:0.1em;}.elementor-kit-5 h5{color:var( --e-global-color-primary );font-size:4.375rem;text-transform:capitalize;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--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;}{}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:2.25rem;}.elementor-kit-5 h2{font-size:2.8rem;}.elementor-kit-5 h3{font-size:1.85rem;}.elementor-kit-5 h4{font-size:0.75rem;}.elementor-kit-5 h5{font-size:2.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Animacija underline 1 */

.crta1 a {
  position: relative;
  text-decoration: none;
  color: #FDEFDC;
}

.crta1 a:hover {
  color: #D8373D!important;
}

.crta1 a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #D8373D;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.crta1 a:hover::before {
  transform: scaleX(1);
}


/* Animacija underline 2 */

.crta2 a {
  position: relative;
  text-decoration: none;
  color: #D8373D;
}

.crta2 a:hover {
  color: #D8373D!important;
}

.crta2 a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #D8373D;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.crta2 a:hover::before {
  transform: scaleX(1);
}



/* Animacija button */

@media (min-width: 992px) {
  .main-button div {
  transition: ease;
  transition-duration: 0.3s;
  transform: scale(1);
}

.main-button div span{
  transition: ease;
  transition-duration: 0.3s;
  transform: scale(1);
}

.main-button div:hover {
  transition: ease;
  transition-duration: 0.3s;
  transform: scale(0.97);
}

.main-button div:hover span{
  transition: ease;
  transition-duration: 0.3s;
  transform: scale(1.03);
}
}


/* Tabela */

table tr:first-child  {
   color: #D8373D!important;
   font-weight: 800;
}   

  
   
.tr-top-border{
   color: #D8373D;
   }


table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #101A2900;
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #101A2900;
}

th {
  text-align: left!important;
}


table {
  border-collapse: collapse;
}

table td, table tr {
  border-bottom: 1px solid #000;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #D8373D;
  text-align: left;
  padding-left: 0rem;
  color: #D8373D;
}

table:last-child {
    border: 0px;
}/* End custom CSS */