*{
    margin: 0;
    padding: 0;
}

.heading {
    box-shadow: 2px 2px 3px 2px #d3d3d38c;
    text-align: center;
    border-radius: 5px;
    /* border: 2px solid #00f3ff; */
    background-image: linear-gradient(to right, rgb(157, 202, 253), rgb(251, 253, 255) 60%);
    margin-top: 15px;
    background-image: url('img/GAME-2.png');
    color: white;
}
.para-border{
    text-align: center;
    box-shadow: 2px 2px 3px 2px #d3d3d38c;
    margin-top: -1px;
    padding: 5px;
    border-radius: 5px;
    background-image: url(img/BG-3.png);
    background-position: right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    
}
.para{
    padding: 5px;
    text-align: justify;
}
.para{
    /* padding: 5px; */
    text-align: justify;
}
.main-box {
    text-align: center;
    /* border: 2px solid #00f3ff; */
    margin-top: -1px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 2px #d3d3d38c;
    padding: 40px;
    /* height: 200px; */
}
.main-box2{
    /* text-align: center; */
    /* border: 2px solid #00f3ff; */
    margin-top: -1px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 2px #d3d3d38c;

    /* height: 200px; */
}
.box{
    width: 90%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 5px rgb(228 228 228 / 25%);
    padding: 5px;
    margin-top: 25px;
}
.data::after{
    content: "Collect-Data";
    height: 35px;
    width: 140px;
    /* border: 1px solid; */
    left: 25%;
    font-size: 20px;
    position: absolute;
    box-shadow: 5px 2px 5px 0px lightgrey;
    border-radius: 5px;
    font-weight: 600;
    background-color: #52bb67;
    color: white;

}
.create::after{
    content: "Create";
    height: 35px;
    width: 110px;
    /* border: 1px solid; */
    left: 25%;
    font-size: 20px;
    position: absolute;
    box-shadow: 5px 2px 5px 0px lightgrey;
    border-radius: 5px;
    font-weight: 600;
    background-color: #5898d3;
    color: white;
}
.experiment::before{
    content: "Experiment";
    height: 35px;
    width: 120px;
    /* border: 1px solid; */
    top: -20%;
    left: 40%;
    font-size: 20px;
    position: absolute;
    box-shadow: 5px 2px 5px 0px lightgrey;
    border-radius: 5px;
    font-weight: 600;
    background-color: #5cc2b3;
    color: white;

}
.compare::before{
    content: "Compare";
    height: 35px;
    width: 110px;
    /* border: 1px solid; */
    top: -20%;
    left: 40%;
    font-size: 20px;
    position: absolute;
    box-shadow: 5px 2px 5px 0px lightgrey;
    border-radius: 5px;
    font-weight: 600;
    background-color: #6fac4a;
    color: white;

}
.img-1{
    width: 100%;
    height: 300px;
}
.img-2{
    width: 100%;
    height: 300px;
}
.img-3{
    width: 100%;
    margin-top: 10px;
}
@media (max-width:767px){
    .img-2{
        margin-top: 10px;
    }
    .for-center{
        text-align: center;
    }
    .experiment{
        margin-top: 70px;
    }
    .data{
        margin-top: 70px;
    }
    .compare{
        margin-top: 70px;
    }
    .wid-30{
        width: 30% !important;
    }
    .wid-50{
        width: 50% !important;
    }
}
.start{
    text-align: start;
}
.line-br{
    height: 2px;
    background-color: #00000008;
    width: 100%;
}
.blue{
    height: 20px;
    width: 20px;
    background-color: lightblue;
    border-radius: 50%;
    margin: 5px;
}
.orange{
    height: 20px;
    width: 20px;
    background-color: orange;
    border-radius: 50%;
    margin: 5px;
}
.green{
    height: 20px;
    width: 20px;
    background-color: greenyellow;
    border-radius: 50%;
    margin: 5px;
}
.mg-b{
    margin-bottom: 50px;
}
.method-para{
    padding: 5px;
    text-align: center;
}
.result-para{
    padding: 5px;
    text-align: justify;
} 
.for-header{
    width: 100%;
    margin-top: 15px;
}
/* .bg{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 10%;
    left: 70%;
} */
/* .bg{
    background-image: url('img/BG-1.png');
} */
