@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css);
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");


* {
    font-family: "Mukta", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.kartishicolor1 {
    color: #3f3185;
}

.kartishicolor2 {
    color: #2b2a29;
}



*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}


.center {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center img {
    width: 300px;
}

.center h1 {
    font-weight: 100;
    font-size: 7rem;
    color: #3f3185;
    white-space: nowrap;
}

@media (max-width:1500px) {

    .center h1 {
        white-space: nowrap;
        font-size: 7rem;
    }
}

@media (max-width:1100px) {
    .center h1 {
        white-space: nowrap;
        font-size: 7rem;
    }

}

@media (max-device-width: 820px) {
    .center h1 {
        white-space: nowrap;
    }


}

@media (max-width:808px) {
    .center h1 {
        white-space: nowrap;
        font-size: 7rem;
    }
}

@media (max-width:768px) {
    .center h1 {
        white-space: nowrap;
        font-size: 7rem;
    }
}

@media (max-device-width:768px) {
    .center h1 {
        white-space: nowrap;
    }
   
}

@media (max-width:600px) {
    .center h1 {
        white-space: nowrap;
        font-size: 5rem;
    }

}

@media (max-device-width: 480px) {
    .center h1 {
        font-weight: 100;
        font-size: 5rem !important;
        color: #3f3185;
        white-space: nowrap;
    }
    .center img {
        width: 150px;
    }
}