.elementor-kit-6{--e-global-color-primary:#010101;--e-global-color-secondary:#C9C9C9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EFEFEF;--e-global-color-b9b9646:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:29px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:29px;--e-global-typography-accent-font-weight:400;background-color:#F3F3F3;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:21px;font-weight:700;line-height:1.2rem;color:var( --e-global-color-secondary );border-style:none;border-radius:10px 10px 10px 10px;padding:1rem 2rem 1rem 2rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{box-shadow:6px 4px 10px 0px rgba(0, 0, 0, 0.22);}.elementor-kit-6 img{border-radius:48px 48px 48px 48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.item-card{
    max-height: 300px;
}

.item-card .my-class{
    max-height: 0;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity 200ms 200ms ease-in-out,
    max-height 400ms ease-in-out;;
}

.item-card:hover .my-class{
    max-height: 450px;
    opacity: 1;
}

/* Scroll styling */
/* width */
::-webkit-scrollbar {
   width: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
   background: #ffffff50;
   border-radius: 1rem;
   box-shadow: 0 0 6px #1b0d29 inset;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background-color: #01061a;
   border-radius: 1rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background-color: #000000;
   transition: all 300ms;
}/* End custom CSS */