main {
    width:100%;
    height: calc(100vh - 60px);
    background-color: #f8f4f9;
    margin-top: 60px;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    
}

main .main-intro h1{
    font-size:  96px;
    line-height: 106px;
    
       
}

    main p{
    font-size: 18px;
    line-height: 30px;
}

main a {
    margin-top: 30px;
    font-size:  18px;
    display: block;
    background-color: var(--site-color-01);
    padding: 10px 10px;
    width: fit-content;

}

main .main-quotes p {
    border-left: 4px solid var(--site-color-01);
    padding-left: 20px;
    margin: 40px 0px 80px 0px;
}

main .main-intro  {
    position:relative;
    right: 20vh;
    padding-bottom: 8vh;
    margin-top: auto;
    margin-left: 60px;
   
}
main .main-quotes  {
 position: relative;
 left: 12vh;
 padding-bottom: 8vh;
 margin-top: 16vh;

}
main .main-quotes p:nth-child(1) {
    
    width: 300px;
 }
main .main-quotes p:nth-child(2) {
   margin: 100px;
   width: 300px;
}


/*CATEGORY SECTION*/

.index-category{
    width: 100%;
    padding: 60px 0px;
    background-color:#ffff;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}
.index-category p{
  color: #111;
  text-align: center;
  padding-bottom: 40px;
  flex-basis: 100%;
  text-transform: uppercase;
  font-size: 28px;
  

}

.index-category-box{
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-category-box:nth-child(1){
   background-image: url()
}
.index-category-box:nth-child(2){
    background-image: url()
 }
 .index-category-box:nth-child(3){
    background-image: url()
 }

 .dark-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--site-color-01);
    opacity: 0.5;
    transition: all ease-in-out 200ms;

 }
 .index-category-box:hover .dark-overlay{
    opacity: 0;
 }
.index-category-box h3{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
   
    z-index: 100;
}
/*ABOUT SECTION*/

.index-about{
    width:  100%;
    padding: 30px 0px;
    background-color: #bea7e5;
     
   
}
.index-about-flex{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 60px;
}


.index-about-img img{
    width: 276px;
    border-radius: 276px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-right: 70px;
    
   
}
.index-about-text{
   flex-basis: 300px;
   padding: 20px 20px;
   margin-right: 70px;
  
}
.index-about-text p {
    padding: 20px 0;
   
}
  /*This is the Resource section*/
 
  .resource-category{
    width: 100%;
    padding: 60px 0px 0px;
    background-color:#f8f4f9;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}

.resource-category-box{
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    
    
}

.resource-category-box:nth-child(1){
   background-image: url()
}
.resource-category-box:nth-child(2){
    background-image: url()
 }

 .dark-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--site-color-01);
    opacity: 0.5;
    transition: all ease-in-out 200ms;

 }
 .resource-category-box:hover .dark-overlay{
    opacity: 0;
 }
.resource-category-box h3{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
   
    z-index: 100;
}
/*video section*/
.resource-videos{
    width: 100%;
    padding: 60px 0px 60px;
    background-color:#ffff;
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    justify-content: center;
    flex-wrap: wrap;

} 

    
   
/*Fire Ups section*/
    .resource-bites{
    width: 100%;
    padding: 60px 0px 60px;
    background-color:#bea7e5;
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
     
    }
 
    .resource-bites img{
        width: 200px;
        height: 200px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
      
        
       
    }
    
  /*events section*/
    .events {
        width:100%;
        padding: 60px 0px 0px;
        background-color:#f8f4f9;
        display: flex;
        justify-content: center;
        column-gap: 20px;
        flex-wrap: wrap;
    }

     .events-resource{
        width: 100%;
        padding: 60px 0px 60px;
        background-color:#bea7e5;
        display: flex;
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
        align-items: center;
        flex-wrap:wrap;
       
    }
       
    .events-detail img{
        width: 600px;
        height: 400px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
                 
             
    }

    
  

    /*ourwork section*/
   .ourwork{
        width:100%;
        height: calc(100vh - 80px);
        background-color: #bea7e5;
        margin-top: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        justify-content:center;
        align-items: center;
        z-index: 100;
        
        }

    
    .ourwork-blurb {
           
            line-height: 42px;
            color: white;
            font-family: "Poetsen One", sans-serif;
            margin:30px 30px;
            width:60%;
            
    }
    .ourwork-blurb p{
        font-size: 24px;
        
    }

    .ourwork-image{
       margin-left: 40px;
       width: 50%;
       height: calc(100vh-60px);


    }       


    /*mobile version*/
           
    @media only screen and (max-width: 600px) {
        
           main{
                                         
       justify-content: flex-end;
        align-items: flex-end;
   
            
           
        }
        main .main-intro{
            padding-bottom: 8vh;                         
                
              
        }
        main .main-intro h1{
            font-size:  25px;
            line-height: 25px;
            text-align: center;
            padding-left: 20px;
            margin-left: 10px;
            
               
        }
        
            main p{
            text-align: center;
            padding: 0 20px;
            font-size: 12px;
            line-height: 20px;
        }
        
        main a {
            margin: 30px auto;
        
        }
        
       
    main .main-quotes  {
        display: none;
         
         }
         h4{
            margin-left: 20px;
            margin-right: 10px;
         }
         
.index-category{
    padding: 40px 0px 20px;
    row-gap: 10px;
    
}
.index-category p{
  padding-bottom: 20px;
 
}

.index-category-box{
    width: 100%;
     
}
   
.index-about-flex{
    flex-wrap: wrap;
  row-gap: 20px;
}

.index-about-text{
    flex-basis: 300px;
   padding: 20px 20px;
   margin-right: 70px;
  
}
.index-about-text p {
    padding: 20px 0;
   
}
.index-about-text {
             
    padding: 10px; /* Adjusted padding for mobile */
         }
 .index-about-text p {
    padding: 10px 0; /* Adjusted padding for mobile */
                      }
    
                        
 .resource-category{
     padding: 40px 0px 0px;
     row-gap: 10px;
                       
                    }
                                                           
 .resource-category-box{
     width: 100%;
                    }
.resource-videos{
     width: 100%;
    aspect-ratio: 16/9;
                        
                    
                    }
     .resource-bites img {
       max-width: 100%;
     height: auto;
                    }
                    
                  
                         
.ourwork{
                       
height: 50%;
justify-content:center;
                                               
                        }
 .ourwork-blurb {
 font-size: 18px;
  line-height: 40px;
  margin:10px 10px;
 width:80%;
                }
            
.ourwork-image{
 display:none;
            
  }         
               
                  
                   
     
      
    }