@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,400;1,700&display=swap');
html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    color: white;
    background: #000;
    overflow-y: scroll;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.main-home .bg-color{
    background-color: transparent;
    transition:all .5s ease-in-out;
}
.bg-color.scrolled{
	background-color: rgb(0,0,0,.9);
}

.main-home .navbar-brand{
    position: relative;
    font-family: 'Rancho', cursive;
    padding:12px 15px;
    color: white;
}
.main-home .navbar-brand span::before{
    content: 'Corona Time';
    position: absolute;
    top: 70%;
    left: 100;
    font-size: 10px;
    letter-spacing: 4px;
    background: linear-gradient(
        to right, #ffa707f5, #cdcdcd, #24b846, #28a745);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.main-home #navbar-button{
    text-align: center;
    justify-content: center;
}
.main-home #navbar-button a{
    color:white;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 10px 20px;
    transition: 0.8s;
}
.main-home .navbar-toggler{
    color: white;
}
a.nav-link.active {
    transform: scale(1.5);
}


.main-home #navbar-button a:hover{
    transform: scale(1.5);
}
.main-home .navbar-toggler{
    outline: none;
}
.main-home .navbar-toggler i{
    color:white;
    list-style: none;
}

.main-home .display{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}
.main-home .display h1  {
    font-family: 'Dancing Script', cursive;
    color: #cdcdcd;
}
.main-home .display button {
    border: none;
    outline: none;
    padding: 15px 25px;
    border-radius: 50px;
    background: linear-gradient(
        to right,  #cdcdcd,);
}
.main-home .display button a {
    font-family: 'Rancho', cursive;
    letter-spacing: 2px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

@media screen and (min-width: 800px) {
    .main-home .display h1 {
      font-size: 60px;
    }
 
  }

/* --------------------------- ABout section ---------------------------- */

#about-us{
    background: #000;
}


.aboutImage {
    max-width: 200px;
    max-height: auto;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.profile-name{
    margin-top: 30px;
}
.about-profile{
    text-align: center;
    color: white;
}
.about-profile .profile-name h2{
    font-size: 2.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.about-profile .profile-name h4{
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.about-profile .download-resume-btn {
    background: transparent;
    padding: 10px 20px;
    border: 2px solid white;
    outline: none;
    transition: .8s;
}
.about-profile .download-resume-btn:hover {
    background: white;
    color: #000;;
    border-radius: 8px;
}
.about-profile .download-resume-btn a{
    color: white;
    text-decoration: none;
}
.about-profile .download-resume-btn:hover > a{
    color: black;
}
.about-us .text-contant{
   color: white;
}
.about-us .text-contant h3{
    font-size: 1.75rem
 }
 .about_para {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
}
@media screen and (max-width: 500px) {
    .about-profile .profile-name h2{
        font-size: 40px;
    }
    .about-profile .profile-name h4{
        font-size: 16px;
    }
    
  }

/* --------------------------- skills section ---------------------------- */
#skills{
    padding: 100px 0;
    background-color: #000;
    color: #fff;
    margin-bottom: -40px;
    padding-bottom: 100px;
}
#skills .line{
    color: #fff;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    size: 10px;
    border-width: 1px
}
#skills h2{
    font-size: 2rem;
    letter-spacing: 0.6px;
}
#skills .col-lg-3{
    width: 150px;
    height: 100px;
    position: relative;
}
#skills .col-lg-3 .fab{
  font-size: 60px;
  transition: 0.6s;
}
#skills #java:hover{
    transform: scale(1.3);
    color: rgb(248,152,29);
}
#skills #html:hover{
    transform: scale(1.3);
    color: rgb(223, 94, 43);
}
#skills #css:hover{
    transform: scale(1.3);
    color: rgb(49, 147, 228);
}
#skills #bootstrap:hover{
    transform: scale(1.3);
    color: rgb(136,19,252);
    
}
#skills #javascript:hover{
    transform: scale(1.3);
    color: #F7DF1E;
}
#skills #angular:hover{
    transform: scale(1.3);
    color: #D6002F;
}
#skills #php:hover{
    transform: scale(1.3);
    color:  #474A8A;
}
#skills #laravel:hover{
    transform: scale(1.3);
    color: rgb(223, 94, 43);
}
/* #skills #mysql:hover{
    transform: scale(1.3);
    color: #D6002F;
} */
/* --------------------------- Contact section ---------------------------- */
#contact .line{
    color: #fff;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    size: 10px;
    border-width: 1px;
}
#contact {
    background: #000;
    color: white;
    padding-bottom: 20px;
}
#contact h2{
    font-size: 2rem;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

#contact .mail-btn {
    background: transparent;
    padding: 12px 30px;
    border: 1px solid white;
    outline: none;
    transition: .7s;
    margin-bottom: 10px;
}
#contact .mail-btn:hover {
    background: white;
    color: #000;;
    border-radius: 30px;
}
#contact .mail-btn a{
    color: white;
    text-decoration: none;
}
#contact .mail-btn:hover > a{
    color: black;
}
#contact .social i{
    color: white;
    font-size: 30px;
}
#contact .details p {
    font-size: 14px;
    letter-spacing: 1px;
}
#contact .details p a{
    text-decoration: none;
}
