* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.container-fluid{
    padding-bottom: 100px;
}
.logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.logo img {
    width: 16vh;
}

.row1{
    width: 100%;
    height: 150px;
    background: rgb(102, 124, 255);
    background: linear-gradient(164deg, rgba(102, 124, 255, 1) 29%, rgba(172, 156, 255, 1) 100%);
}
.row1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row1 h5{
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
}
.row1 h5 span{
    font-size: 35px;
    font-weight: 700;
}
.c2{
    padding: 50px 100px;
}
.c2 p{
    text-align: justify;
    font-family: sans-serif;
    font-size: 18px;
}
.c2 p span{
    font-size: 25px;
    font-weight: 600;
}
.btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.btnn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 00px 0;
}
.btnn button{
    background: rgb(102, 124, 255);
    padding: 10px 100px;
    border:10px solid;
    border-style: double;
    color: #fff;
    border-radius: 5px;
}
.btnnn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 00px 0;
    
}
.btnnn button{
    background: rgb(64, 184, 0);
    border:10px solid;
    border-style: double;
    padding: 10px 100px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.btn button{
    background: rgb(102, 124, 255);
    
    padding: 10px 100px;
    border:10px solid;
    border-style: double;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.imgbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgbox img{
    width: 100%;
}
.c3 p{
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
}
.c3 p span{
    font-size: 20px;
    font-weight: 600;
}


@media(max-width:1000px){
    .c2{
        padding: 50px 100px;
        text-align: justify;
    }  
}

@media(max-width:768px){
    .c2{
        padding: 50px 10px !important;
        text-align: justify;
    } 
    .c22{
        padding: 50px 10px !important;
        text-align: justify;
    } 
    .c2 p span{
        font-size: 18px;
    } 
    .btn button{
        background: rgb(102, 124, 255);
        
        padding: 10px 20px;
        font-size: 16px;
        border:10px solid;
        border-style: double;
        color: #fff;
        border-radius: 5px;
    }
    .btnn button{
        background: rgb(102, 124, 255);
        
        padding: 10px 20px;
        font-size: 16px;
        border:10px solid;
        border-style: double;
        color: #fff;
        border-radius: 5px;
    }
    .btnnn button{
        background: rgb(64, 184, 0);
        border:10px solid;
        font-size: 16px;
        border-style: double;
        padding: 10px 20px;
        color: #fff;
        border-radius: 5px;
    }
}