.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.hero-blur-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(
    to bottom,
    rgba(28, 18, 17, 0) 0%,
    rgba(28, 18, 17, 0.6) 100%
  );
}

.main-container .hide-title{
  opacity: 0;
  transform: translateY(20px);
  transition: .4s ease;
}

.main-container:hover .hide-title{
  opacity: 1;
  transform: translateY(0);
}

.lift:hover {
  transform: translateY(-10px);
}

.scroll-jump {
  animation: scrollHint 1.6s ease-in-out infinite;
}

@keyframes scrollHint {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}



/*---notebook style---*/
.about-drop-cap,.founder-drop-cap {
  font-family: Times New Roman;
  font-size: 66px;
  font-weight: 600;
  float: left;
  line-height: 1;
  margin-right: 12px;
  margin-top: -8px;
  color: #c94b36;
}

.founder-drop-cap {
  margin-top: -4px;  
}

.about-drop-cap-text,.founder-drop-cap-text{
  font-family: 'Inter', sans-serif;
  font-size: 19px !important;
  font-weight: 300 !important; 
  line-height: 1.4;
  color: #D6D6D6 !important;
}

.founder-drop-cap-text{
  font-size: 19px !important;
}

.inc{
    font-size: 23px !important;
}


.cover-image img {
  width: 100% !important;     
  height: 100% !important;    
  object-fit: cover !important; 
  display: block !important;  
   position: relative !important;
}



/* 🔥 Mobile pe remove */
@media (max-width: 880px){
    .drop-cap-text
    {
        font-size: 15px !important;
        line-height: 1.3;
    }
    
    .inc
    {
        font-size: 17px !important;
    }
    .founder-drop-cap-text,.about-drop-cap-text{
  font-size: 16px !important;
}
}


@media (max-width: 767px) {
    .img_mobile
    {
     position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
}/* End custom CSS */