body {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.all-content{

   overflow:hidden;

}


.section {

    background-color: transparent;
    width: 100vw;        
    position: relative;    
    overflow: hidden;

}

.slide-section{
    height: 100vh;
    overflow: hidden;
}

.last-section{
    background-color: #00837b;
}

.slide-info{
    position: absolute;

    left:60px;
    top: 45%;
}

.slide-media{

    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height:100%;
    background-color: #00837b;
    background-size: cover;
    background-position: center;
}

.slide-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-logo{
    /* height: 400px; */
    margin-top: -100px;
    padding-bottom: 20px;
}

.slide-title{
    font-family: b-title;
    font-size: 30px;
    color: white;
}

.slide-desc{
    
    font-family: go-light;
    font-size: 15px;
    color:white;
    padding-top: 20px;
    max-width: 700px;

}

.CTA-discover{

    margin-top: 20px;
    padding: 10px;
    color: white;
    font-family: go-light;
    font-size: 14px;
    text-align: center;
    width: 120px;
    background-color: #00837b;
    border-radius: 5px;

    user-select: none;
    cursor: pointer;
}

.logo{
    position: fixed;
    top:50px;
    left: 50px;
    width: 150px;
    cursor: pointer;    
}

.b-menu{
    position: fixed;
    top: 50px;
    right:50px;
    width: 30px;    
}

.down-arrow{
    position: fixed;
    bottom: 50px;
    right:50px;
    width: 50px;
}

.scroll-cta{
    position: fixed;
    bottom: 50px;
    left:60px;
}

.scroll-cta div{

    display: inline-block; 
    font-family: go-medium; 
    color: white; 
    font-size: 10px;
    font-family: go-medium;
    letter-spacing: 8px;
    -webkit-letter-spacing: 8px;
    padding-left: 25px;
    transform: translateY(-7.5px);
}

.mouse{
    width: 15px;
}

.pagination{

    position: fixed;
    right: 50px;
    top:50%;    

    transform: translateY(-50%);

    /* mix-blend-mode: difference; */
}

.pagination img {
    cursor: pointer;
    /* padding-top: 20px; */
    margin-top: 18px;
    width: 7px;
    opacity: 0.3;

    transform-origin: center center; /* Set the transform origin to the center of the image */
    transition: transform 0.3s ease-in-out;
}

.pagination img:hover {

    opacity: 0.8;
    transform: scale(1.5);
}

.section .media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none; /* Reset max-width to allow scaling */
    max-height: none; /* Reset max-height to allow scaling */
    object-fit: cover; /* Emulate background-size: cover */
}

.grid-logos {
    width: 100%; /* Full width relative to parent */
    display: grid;
    grid-template-columns: repeat(autofill, minmax(90px, 1fr));
    grid-auto-rows: minmax(150px, auto); /* Square size */
    gap: 15px;
    
  }

.grid-logos img {
  width: 100px;
  height: auto; /* Adjusts the height based on the width */
}


/* ------ initial grid system  -------*/


.info-section{

    width: 100vw;
    min-height: 100vh ;
    height: auto;
    position: relative;
    display:flex;
    flex-direction: row;

    /* overflow: hidden; */
    background-color: #00837b;  /*  linear-gradient(to bottom, #00837b, #0d7772); */
    background-image: url('../assets/svg/pattern.svg'); 
    background-size: 30vh;
    background-position-y: bottom;
    background-position: bottom left;
    background-repeat: no-repeat;


}

.top-side-title{
    position: absolute;
    font-family: p-title; 
    font-size: 42px; 
    color: white; 
    letter-spacing: -1px;
    overflow: hidden;
}


.info-description{
  color:#ffffff95;
  font-size: 1.1rem;
  font-family: go-light;
  width: 400px;
  padding-top: 20px;
}

.right-side{
    position: relative;    
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: flex-start;  
}

.left-side{

  padding-left: 50px;
  padding-right:30px;
  padding-top: 150px;
  width:300px;
  /* display: flex; */
  justify-content:center; 
  /* height: 100vh; */
  /* position: absolute;
  top:50vh; */

}

.grid-container {

    position: absolute;
    overflow: hidden;
    /* left:50vw;
    top: 50vh;
    transform:translate(-50%,-50%); */

    width: 600px;
    height: 600px;
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr)); /* Three columns */
    grid-auto-rows: minmax(120px, auto); /* Square size */
    gap: 25px; /* Gap between squares */
  }

  .grid-container2 {

    position: absolute;
    /* left:50vw;
    top: 50vh;
    transform:translate(-50%,-50%); */

    width: 600px;
    height: 400px;
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr)); /* Three columns */
    grid-auto-rows: minmax(120px, auto); /* Square size */
    gap: 25px; /* Gap between squares */
  }

  
  .square-card {
    
    position: relative;

    background-color: #429b94;
    border-radius: 30px;
    padding: 20px;
    font-size: 12px;
    font-family: go-light;
    color: white;

    width:135px;
    height:135px;

    cursor: pointer;

  }
  
.card-icon{
    padding-top: 8px;
}

.card-icon img{
    height:40px;
}

.card-number{
    color: white;
    font-size: 40px;
    font-family: go-light;
}

.card-title{
    padding-top: 50px;
    color: white;
    font-size: 16px;
    font-family: p-title;
}

.card-title2{
  
  color: white;
  font-size: 16px;
  font-family: p-title;
}

.card-info{
    color: white;
    font-size: 12px;
    font-family: go-light;
}




/* blob animation layer */

.blob-container{
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: #ffffff;

    z-index: 9999;

    /* background-color: #029084; */
    overflow: hidden;
}


.blobs{    
        
    width:100vw;
    height: 100vh;
    position: relative;    
    overflow: hidden;
     
    opacity: 0;

    
}

.blob-cta{

    font-family: go-light;
    position: absolute;

    opacity: 0;
    
    bottom:10px;
    left:50%;
    justify-content: center;
    color:#00837b;

    transform: translateX(-50%);
}


.blob{
    position: absolute;
    top:50%;
    left:45%;    

    width: 30vw;
    height: 30vw;

    transform: translate(-50%,-50%);

    cursor: pointer;
    
}



.blob-container .blob1 {
        
    width: 25vw;
    height: 25vh;   

    border-top-left-radius: 25px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 45px;
    
    /* box-shadow: inset 0 0 40px 30px #00837b; */

    background-color: #029084 ;

    /* background-image: radial-gradient(circle, rgb(255, 255, 255) 20%, rgb(255, 255, 255,0.7) 50%, rgb(0, 131, 123,0.8) 100% ); */
}
  


.blob .blob-labels{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} 

.blob-labels img{
    width:6vw;
    height:auto;
}


.logo-animation{
    position: absolute;
    /* top:-200px; */
    z-index: 2000;
    height: 100vh;
    /* width: auto; */
    object-fit: cover;
    /* background-color:#00837b; */
}

/*-----end of first layer-----*/

@media screen and (max-width: 600px) {
    

    .slide-info{        
        width: 70%;        
        left:30px;
        top: 40%;
    }

    .scroll-cta{
        display:none;
        width: 300px;
    }

    .logo{        
        top: 20px;
        left: 20px;
        width: 120px;
    }

    .b-menu{        
        top: 25px;
        right:20px;
        width: 30px;    
    }

    .down-arrow{
        position: fixed;
        bottom: 30px;
        right:30px;
        width: 40px;
    }

    .pagination{        
        right: 25px;       
    }

    .info-description{        
        font-size: 12px;
        padding-top: 0px;
        margin-top: -60px;   
      }

    .info-title-group{
        transform-origin: top left;
        scale: 0.6;
    }

} 