* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 7px;
    scroll-behavior: smooth;
    
}







body {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    background-image: url(images/background.png);
}

a {
    text-decoration: none;
    
}

p {
    padding: 1.6rem 0;
    font-size: 15px;
}

img {
    width: 100%;
    height: auto;
    
}

/* header start */

header {

        height: 100rem;
        background: transparent;
}

header .bg-image {

        position: absolute;
        background-image: url(images/Comp_1.gif);
        background-position: top;
        background-repeat: no-repeat;
        object-fit: fill;
        position: fixed;
        height: 100rem;
        width: 100%;
        opacity: 0,4;
        z-index: -1;

}

header h1 {
    padding: 11rem;
    padding-bottom: 0;
}

.btn {

        display: inline-block;
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 1.6rem 3.2rem;
        margin: .5rem o;
        transition: all 0.3s;
        border-radius: 30px;
        box-shadow: -5px 5px 2px rgba(0, 0, 0, 0.3);
        
}

.btn:hover {

    background-color: #eaeaea;
    color: #333;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
}

/* header end */

/* section-a start */

#section-a {
    color: #fff;
    padding: 3.2rem 0;
}
/* section-a end */

/* section-b start */




#section-b {

    padding: 2rem;
}

#section-b ul {
    list-style: none;
}

#section-b li {
    background: rgba(131, 13, 160, 0.75);
    color: #fff;
    margin-bottom: 1.5rem;
    border-radius: 50px;
}

.col-content {
    padding: 1.5rem;
}
/* section-b end */


/* section-c start */
#section-c {
    color: #fff;
    padding: 5rem;
   
}
/* section-c end */



/* section-d start */
#section-d .box {
    padding: 5rem;
}

#section-d .box:first-child {
    background-color: #2698d4;

}
/* section-d end */


/* footer start */
footer {

    padding: 0.1rem;
    background: #68abc1;
}

footer a {
    color: #fff;
}

/* footer end */



@media screen and (min-width:480px) {
    html {
        font-size: 7px;
        
        
    }

    #section-b li {
        width: 40%;
        margin: 1%;
        display: inline-block;
        size: 40%;
    }
}

    


@media screen and (min-width:1200px) {
    #section-b li {
        width: 28%;
        margin: 1%;
        display: inline-block;
        
    }


    

    html {
        font-size: 12px;
        
    }
}