html{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #0c0c0cd1;
}

/* splash screen css starts here  */
#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #4c7681 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: #cad6d5;
}
.nav-link a:hover{
background-color: #6e8e82;
}

.navbar-brand{
    font-family: 'Sansita Swashed', cursive;
    font-size: 1.5rem;
    color: #000000!important;
}
#welcome
{
    font-size: 85px;
}
.nav-link{
    color: #000000!important;
    font-family: 'Noto Sans JP', sans-serif;
}

.nav-link:hover{
    background-color:#52be94;
    border-radius: 15px;
    color: #ffffff!important;
}
/* navbar css ends here  */

/* here content css starts here  */
.hero-content{
    height: 100vh;
    background-color: #52be94;
    color: #ffffff;
    padding: 3rem;
    border-top-left-radius: 35rem;
    border-bottom-right-radius: 35rem;
    margin-bottom: 1vh;
}

.i1{
    height: 70vh;
    width: 100%;
}

@media only screen and (max-width: 766px) {
    .i1 {
      display: none;
    }
}

.get-started{
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 162%;
    background-color: #fff;
    color: #3face3!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-top-right-radius: 35rem;
    border-bottom-left-radius: 35rem;
}

.get-started-content .row{
    padding: 25vh 0;
}

.get-started-content a{
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 162%;
    background-color: #6e8e82;
    color: #fff!important;
    transition: 0.3s;
}

.get-started-content a:hover{
    background-color: #94dbff;
    text-decoration: none;
}
/* get-started-buttons css end here*/

/* footer css starts here */
footer{
    background-color:#0c0c0c;
}
.social-icons{
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Sansita Swashed', cursive;}
.social-icons li{
    list-style: none;
    display: inline;
    padding: 0.5rem;
} 
.TSF{
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Sansita Swashed', cursive;
}



.LinkedIn{
    color: #006ea9;
}

.Instagram{
    color: #af418c;
}
.github{
    color: #000000;
}
/* footer css ends here  */