@font-face {
font-family: 'Bangla';
src: url('./Bangla.woff2') format('woff2');
}

@font-face {
font-family: 'HindSiliguri';
src: url('./HindSiliguri.woff2') format('woff2');
}

@font-face {
font-family: 'Kalpana';
src: url('./Kalpana.woff2') format('woff2');
}

.banglafont {
font-family:'Bangla' !important;
}

.kolfont {
font-family:'Kalpana' !important;
}

.siliguri {
font-family:'HindSiliguri' !important;
}


.btn-sumon {
background:rgba(3, 16, 29, 0.767) !important;
width:30%;
color:#4a8ea8;
text-shadow: -1px 1px 3px #000000;
box-shadow: 3px 3px 10px #02030723,    
            -3px -3px 10px #0407081a;  
transition: all .5s ease;
}
.btn-sumon:hover {
background:rgb(1, 22, 44) !important;
color:#f1dd81;
letter-spacing:2px;
text-shadow: -1px 1px 3px #111110;
box-shadow:1px 1px 10px #61c3f0;      
}

@media screen and (max-width:959px) {
.btn-sumon {
width:100%;
}
}

.CREATE:hover {
background:#004040;
color:#ffffff;
letter-spacing:5px;
transition:all .5s ease;
}


.topBottom {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.onlyTop {
    margin-top: 5rem;
}

.onlyBottom {
    margin-bottom: 5rem;
}