.headermain {
    background: linear-gradient(95deg, #855ae6   40%, #a2759b
    100%);
    padding: 3% 0 3% 0;
    margin-bottom: 3%;
}

.mainimg img {
    width: 100%;
    height: auto;
}

.headermain .maincon h2{
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.headermain .maincon p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.logoimg{
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 20%;
    padding-right: 20%;
}

.logoimg img{
    text-align: center;
    width: 80%;
    height: 100%;
}

.maincon{
    padding-top: 10%;
}

.mainbutton .btn-border{
    border: 1px solid #855ae6;
    color: #a2759b !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 180px;
    height: 50px;
    padding: 15px 15px;
    background: #fff;
    transition: 0.5s;
}

.mainbutton .btn-border:hover{
    background:  linear-gradient(95deg, #855ae6    40%, #a2759b
    100%);
    color: #888888;
    background-position: right center;
    transition: 0.5s;
    position: relative;
}

.mainbutton .btn{
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
    width: 180px;
    height: 50px;
    padding: 15px 15px;
}

@media (max-width: 700px)
{
    .headermain{
        grid-template-columns: repeat(1,auto);
    }
    .headermain img{
        width: 100%;
    }
}
@media (min-width: 576px) {
    .headermain{
        grid-template-columns: repeat(1,auto);
    }
    .headermain img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .headermain{
        grid-template-columns: repeat(1,auto);
    }
    .headermain img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .headermain{
        grid-template-columns: repeat(1,auto);
    }
    .headermain img{
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .headermain{
        grid-template-columns: repeat(1,auto);
    }
    .headermain img {
        width: 130%;
    }
}
@media (min-width: 1400px) {
    .headermain{
        grid-template-columns: repeat(1,auto);
    }
    .headermain img {
        width: 130%;
    }
}