    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Montserrat", sans-serif;
    }
    
    body,
    html {
        width: 100%;
        height: 100%;
    }
.Nav-a-tag{
color: #fff ;
}

    /* comp1 */
    
    .banner-comp1 {
        width: 100%;
    }
    
    .banner-comp1_banner-slide {
        width: 100%;
    }
    
    .banner-comp1-heading {
        font-size: 70px;
        padding: 2% 0%;
        line-height: 1;
        font-family: 'CoreCircus', sans-serif;
        text-transform: uppercase;
        font-weight: bolder;
        color: snow;
        letter-spacing: 5px;
        text-shadow: 0 0 60px, #fff 0 0px 10px, rgba(0, 0, 0, 1.8) 0 -10px 5px;
    }
    
    .banner-comp1_2nd {
        z-index: 200;
    }
    
    .banner-component-div-outer {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100vh;
        z-index: 10;
        background-color: rgb(0, 0, 0, 0.4);
    }
    
    .banner-comp1_Div {
        width: 40%;
    }
    
    .banner-comp1_background {
        position: relative;
        background-color: #dbdbdb;
    }
    
    .banner-comp1-img>img {
        margin: 0;
        padding: 0;
        height: 100vh !important;
        width: 100%;
    }
    
    @media only screen and (max-width:1550px) {
        .banner-comp1-heading {
            font-size: xx-large;
            padding: 2% 0%;
            font-weight: 700;
        }
    }
    
    @media only screen and (max-width:1300px) {
        .banner-comp1-heading {
            font-size: xx-large;
            padding: 2% 0%;
            font-weight: 700;
        }
    }
    
    @media only screen and (max-width:900px) {
        .banner-comp1-heading {
            font-size: xx-large;
            padding: 2% 0%;
            font-weight: 700;
        }
        .banner-component-div-outer {
            align-items: center;
            height: 50vh;
        }
        .banner-comp1_Div {
            width: 60%;
        }
        .banner-comp1-img>img {
            height: 50vh !important;
        }
        .banner-comp1 {
            height: 50vh !important;
        }
    }
    
    @media only screen and (max-width:550px) {
        .banner-comp1-heading {
            font-size: x-large !important;
            padding: 3% 0%;
            font-weight: 700;
        }
    }
    
    @media only screen and (max-width:450px) {
        .banner-comp1-heading {
            font-size: x-large !important;
            padding: 3% 0%;
            font-weight: 700;
        }
        .banner-component-div-outer {
            align-items: center;
            height: 40vh;
        }
        .banner-comp1_Div {
            width: 60%;
        }
        .banner-comp1-img>img {
            height: 40vh !important;
        }
    }
    
    .comp1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10%;
    }
    
    .comp1-img1 {
        width: 70%;
        height: 70%;
        padding: 3% 0;
    }
    
    .comp1-h1 {
        font-size: 50px;
        font-weight: 500;
        padding: 3% 0;
    }
    
    .comp1-p1 {
        width: 100%;
        padding: 2% 0;
    }
    
    .comp1-h2 {
        padding: 3% 0;
        display: flex;
        align-items: start;
    }
    
    .content-blogVS {
        margin-top: 10%;
    }
    
    @media only screen and (max-width:1450px) {}
    
    @media only screen and (max-width:1424px) {}
    
    @media only screen and (max-width:1306px) {}
    
    @media only screen and (max-width:1000px) {}
    
    @media only screen and (max-width:682px) {
        .content-blogVS {
            margin-top: 20%;
        }
    }
    
    @media only screen and (max-width:550px) {
        .comp1-h1 {
            font-size: larger;
            font-weight: 900;
            padding: 3% 0;
            text-align: center;
        }
        .comp1-h2 {
            font-size: medium;
            padding: 3% 0;
            display: flex;
            align-items: start;
            text-align: center;
        }
        .comp1-p1 {
            font-size: small;
            padding: 2% 0;
            text-align: center;
        }
    }
    
    @media only screen and (max-width:370px) {}