.elementor-2038 .elementor-element.elementor-element-de81c3c > .elementor-background-overlay{background-color:#000000;opacity:0.79;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2038 .elementor-element.elementor-element-de81c3c > .elementor-container{min-height:98vh;}.elementor-2038 .elementor-element.elementor-element-de81c3c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-90px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-2038 .elementor-element.elementor-element-61e339c.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-2038 .elementor-element.elementor-element-61e339c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-2038 .elementor-element.elementor-element-61e339c.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-2038 .elementor-element.elementor-element-61e339c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-2038 .elementor-element.elementor-element-de81c3c > .elementor-container{min-height:85vh;}.elementor-2038 .elementor-element.elementor-element-de81c3c{padding:100px 0px 0px 0px;}}@media(max-width:767px){.elementor-2038 .elementor-element.elementor-element-de81c3c > .elementor-container{min-height:67vh;}.elementor-2038 .elementor-element.elementor-element-de81c3c > .elementor-background-overlay{opacity:0.7;}.elementor-2038 .elementor-element.elementor-element-de81c3c{margin-top:10px;margin-bottom:0px;padding:40px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-36b06ed */#typewriter-text {
    min-width: 50%
}
#typewriter-text span.fade1 {
    min-width: 40%;
    display: block;
    text-align: right;
}
.fade3{
    min-width: 60%;
    text-align: left
}
.container {
     width: 100%;
    height: 80vh; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; 
    text-align: center;
}
.fixed-section {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: transform 1s ease-in-out;
}

.hidden {
    display: none;
}

.dot-container {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 10px;
}

.dot {
    width: 20px;
    height: 3px;
    background-color: #2A3840;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.dot.active {
    transition: all 0.3s ease-in-out;
    width: 30px;
    background: linear-gradient(to right, #40A856, #45B8FF);
    padding-left: 10px;
}

.active-text {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #f7f7f7;
    text-align: right;
    max-width: 150px;
    line-height: 1.4;
}

.typewriter-text {
     font-family: "Nunito Sans", Sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    transition: opacity 0.5s;
}
.typewriter1{
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 50px;
    color: #FFFFFF;
    
}

.link-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: white;
    transition: background-color 0.3s;
}

.link-button:hover {
    background-color: #0056b3;
}


.dynamic-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    transition: opacity 0.5s;
}

.red {
    font-size: 2.5rem; 
    font-weight: bold;
}

.green {
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade.show {
    opacity: 1;
}


.typewriter {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    height: 10%;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-button {
    margin: 30px 0px;
    display: inline-block;
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    padding: 1px;
    width: auto;
    position: relative;
}

.gradient-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 50%, #40A856 100%);
    background-size: 100% 100%;
    animation: gradient-move 3s linear infinite;
    translate: 0 0;
    transition: translate 0.25s ease-out;
}

.gradient-button:hover::before {
    color: white;
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 50%, #40A856 100%);
    transition-duration: 0.75s;
    translate: 0 0;
}
.gradient-button span:hover {
     color: white;
     transition: translate 0.25s ease-out;
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 50%, #40A856 100%);
}

@keyframes gradient-move {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.gradient-button span {
    position: relative;
    display: block;
   padding: 10px 10px;
    font-size: 1.1rem;
    background: #000;
    height: 100%;
}


.image-wrapper {
    height: 100%; 
    width: 60%; 
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}
    .image-class-0,
       .image-class-1,
       .image-class-2,
       .image-class-3,
       .image-class-4,
       .image-class-5 {
          display: block;
            object-fit: cover;
            object-position: center;  
             transition: all 0.5s;
       }
.image-class-0 {
    width: 100%;
    max-width: 40%;
}

.image-class-1 {
   width: 60%;
    max-width: 40%;
}

.image-class-2 {
   width: 100%;
    max-width: 40%;
  
}

.image-class-3 {
    width: 90%;
    max-width: 40%;
}

.image-class-4 {
   width: 60%;
    max-width: 40%;
}

.image-class-5 {
    width: 45%;
    max-width: 40%;
}
/* For desktops (1600px to 1920px) */
@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .image-class-5 {
    width: 45%;
    max-width: 40%;
}
    .typewriter {
    font-size: 80px;}

}
/* For laptops (between 1440px and 1599px) */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .container {
    gap: 10px;
}
    .image-class-5 {
    width: 42%;
  
}
    .image-class-4 {
    width: 90%;
}
/*    .image-class-2 {*/
/*    width: 45%;*/

/*}*/
     .typewriter {
    font-size: 55px;
         
     }
}
/* For smaller laptops or large tablets (1280px to 1439px) */
@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .typewriter {
    font-size: 35px;
         
     }
     .image-class-1 {
    width: 40%;
    max-width: 40%;
}
.container {
    gap: 1;
}
     
}
/* For tablets (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.typewriter {
        font-size: 65px;
    }
    .fade3 {
    text-align: center;
}
    .active-text {
    display: none;}
     .btn-link{
        margin: 10px;
    }
      
    .container {
    gap: 10px; 
}
    .typewriter {
    display: contents;
 
}
    .image-class-0,
    .image-class-3,
    {
        width: 100%;
    }
    .image-class-1,
    .image-class-2,
    .image-class-4,{
        width: 65%;
    }
    .image-class-5 {
        width: 60%;
    }
    
    .image-wrapper {
    height: 50%;
    width: 100%;}
    
    .typewriter {
    font-size: 65px;
    }
    
    #typewriter-text span.fade1 {
    text-align: center;
}
}
/*End For tablets (768px to 1024px) */
/*mobile*/
@media screen and (min-width: 375px) and (max-width: 767px) {
    .container {
    display: inline;
    }
    .active-text {
    display: none;}
    .btn-link{
        margin: 10px;
    }
        .container {
    gap: 10px; 
}
        .typewriter {
    display: contents;
 
}
    .image-wrapper {
    height: 50%;
    width: 100%;}
    .typewriter {
    font-size: 40px;}
    
      
       .image-class-1,
       .image-class-2,
       
       .image-class-4,
       .image-class-5{
        width: 90%;
    }
     .image-class-0,
      .image-class-2,
    .image-class-3 {
        width: 100%;
    }
    
/*    .image-class-1 {*/
/*   width: 100%;*/
/*}*/
#typewriter-text span.fade1 {
    text-align: center;
}

} 
/*end*//* End custom CSS */