main{
    width: 100%;
    height: auto;
    min-height: calc(90vh - 60px);
    margin-top: 60px;
    background-image: url(../img/main-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
    z-index: 100;
    margin-top: 0px;
}

main .main-intro{
    margin-left: 5%;
    margin-top: 10%;
}


main .main-intro h2{
    font-size: 3rem;
    line-height: 8rem;
    color: #111;

}

main p{
    font-size: 1.8rem;
    line-height: 2.75rem;
    color: #111;

}


main a:hover{
    background-color: #7B1F1F

}

main .video{
margin: auto;

max-width: 40%;
}


/* About Section */

.index-about{
    width: 100%;
    background-color: whitesmoke;
}

.index-about-flex {
    display: flex;
    align-items: center;
    column-gap: 60px;
    justify-content: center;
    padding: 40px;
    padding-top: 5%;
}

.index-about-img{
width: 100%;
}

.index-about-text{
    flex-basis: 70%;
    }

    .index-about-text p{
        padding: 30px;
        color: #000;

        }

        .index-about-text h2{
            text-align: center;
            color: #000;
        }

    .index-about-text  a{
            margin-top: 20px;
            font-size: 1.8rem;
            display: block;
            background-color: brown;
            padding: 10px 20px;
            width: fit-content;
        }

        
    .index-about-text a:hover{
    background-color: #7B1F1F

}

/* Responsive website _ MOBILE*/ 

@media only screen and (max-width: 1080px) {
  
    
    main .main-intro h2{
        font-size: 2.6rem;
        line-height: 3.25rem;
        color: #111;
        text-align: center;
        width: 50%;
        margin: auto;

    
    }
    
    main p{
        text-align: center;
        padding: 0 10%;
        font-size: 1.6rem;
        line-height: 3.75rem;
        color: #111;
    
    }
    
/* About section*/ 

.index-about{
    width: 100%;
    background-color: whitesmoke;

}

    .index-about-flex {
        display:block;
        align-items: center;
        column-gap: 60px;
        justify-content: center;
        padding: 10px;
        padding-top: 20px;
    }
    
    .index-about-img{
        width: 90%;
        margin: auto;
        }


    .index-about-text{
        flex-basis: 70%;
        }
    
        .index-about-text p{
            padding: 10%;
            font-size: 1.2rem;
    
            }
    
            .index-about-text h2{
                text-align: center;
                padding-top: 10%;
                font-size: 2.2rem;
            }
    
        .index-about-text  a{
                margin-top: 20px;
                margin: auto;
                font-size: 1.5rem;
            }
    
        

            /* Category Section */

.index-category{
    width: 100%;
    padding: 5%;
    }
    
    .index-category p{
       padding-bottom: 5%;
        }
    
    
    
    .index-category-box-PF{
        width: 400px;
        max-height: 150px;
        

        }
    
        
    
    .sub-category{
        background-repeat: no-repeat;
        gap: 50px;
        padding: 0px;
        padding-top: 20px;
        max-width: 100%;
    
        }
    
        .index-category-box-RVA{
            width: 400px;
            max-height: 150px;
            }
    
            .index-category-box-WIRF{
                width: 400px;
                max-height: 150px;
                }
        
      
    .dark-overlay{
        display:none;
    }
    
    main .video{

        max-width: 80%;
        margin-top: 0px;
        }
    
        main .main-intro{
            margin-left: 5%;
            margin-top: 15%;
        }
}
