html {
    padding: 0;
    margin: 0;
}

body {
    font-family: " Verdana, Arial, Helvetica, sans-serif";
    background-color: #181718;
}

/* splash screen css starts here  */
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2b535e url("https://media.giphy.com/media/xTk9ZvMnbIiIew7IpW/giphy.gif") no-repeat center center;
    z-index: 99999;
}

/* splash screen css ends here  */

/* navbar css starts here  */
.bg-light {
    background-color: #f2e9e4 !important;
}

.navbar-brand {
    font-family: 'Sansita Swashed', cursive;
    font-size: 1.5rem;
    color: #5f6368 !important;
}

.nav-link {
    color: #5f6368 !important;
    font-family: 'Noto Sans JP', sans-serif;
}

.nav-link:hover {
    background-color: #f3f1f1;
}

/* navbar css ends here  */

/* here content css starts here  */
.hero-content {
    height: 100vh;
    background-color: #355070;
    color: #ffffff;
    padding: 3rem;
    border-bottom-left-radius: 45rem;
    border-bottom-right-radius: 45rem;
    margin-bottom: 1vh;
}

.hero-img {
    height: 70vh;
    width: 100%;
}

@media only screen and (max-width: 766px) {
    .hero-img {
        display: none;
    }
}

.get-started {
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 162%;
    background-color: #fff;
    color: #039be5 !important;
    transition: 0.3s;
}

.get-started:hover {
    text-decoration: none;
    background-color: #bfdff0;

}

/* here content css starts here  */

/* get-started-buttons css starts here*/
.get-started-content {
    height: 60vh;
    background-color: #ff8a65;
    border-top-left-radius: 42rem;
    border-top-right-radius: 42rem;
    border-bottom-right-radius: 42rem;
    border-bottom-left-radius: 42rem;
}

.get-started-content .row {
    padding: 25vh 0;
}

.get-started-content a {
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 162%;
    background-color: #039be5;
    color: #fff !important;
    transition: 0.3s;
}

.get-started-content a:hover {
    background-color: #017ab6;
    text-decoration: none;
}

/* get-started-buttons css end here*/

/* footer css starts here */
footer {
    background-color: #f2e9e4;
}

.social-icons li {
    list-style: none;
    display: inline;
    padding: 0.5rem;
}

.github {
    color: #24292e;
}

.linkedin {
    color: #0077b5;
}

.google {
    color: #D44638;
}

.instagram {
    color: #b50070;
}

.twitter {
    color: #0077b5;
}


.center{
    background: black;
    color: white;
    padding: 9px 20px;
}

/* footer css ends here  */