@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* ----Google fonts Class names---- */

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
/* ----Google fonts Class names---- */


* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto";
}

p{
    font-size: 18px;
}

b{
    font-weight: bold;
    font-style: italic;
}

.web-site{
    width:100vw;
    max-height:100vh;
    height:100vh;
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(28, 11, 136, 1) 73%, rgba(74, 31, 224, 1) 95%);
}

.page, .proj{
    max-height: 80vh;;
    overflow-y: scroll;
}
/* Landing Page */

.landing-page {
    width: 100vw;
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(28, 11, 136, 1) 73%, rgba(74, 31, 224, 1) 95%);
}

@media(min-width:768) {
    .landing-page {
        height: 100vh;
    }
}

.navbar{
    padding:40px 0px 10px 0px;
}
.navbar-brand {
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: bold;
    position:relative;
}

.navbar-collapse {
    margin-left: auto;
}
.nav-link{
    color:#fff !important;
}
.nav-link:hover{
    font-size: 17px;
}
@media(min-width:992px) {
    .nav-link {
        background-color: red;
        border-radius:20px;
        text-align:center;
        width:99px;
        margin:0px 3px;
        padding:1px 5px;
    }
    .nav-link:hover{
        background-color: #96fc04;
        color:#000 !important;
        font-size: 16px;
    }
}

.profile-content{
    padding:10px;
}
.name{
    color:#fff;
    font-weight: bold;
    font-family:"Times News Roman";
}
.job-role{
    color:#bdff22;
    font-weight:bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.img{
    width:218px;
    object-fit: contain;
    border-radius: 10px;
    border:5px dotted rgb(22, 131, 220);
}
.social-media-home{
    display: inline;
}
.download-resume{
    background-color: #bdff22;
    border-radius: 20px;
    font-weight:300;
    margin-right:30px;
}
.download-text{
    color:#000;
    text-decoration: none;
}
.download-text:hover{
    color:#bdff22;
    text-decoration: none;
}
.download-resume:hover{
    background-color:transparent;
    border: 2px solid #bdff22;
    color:#bdff22;
    box-shadow: 1px 1px 1px #bdff22;
}
.linkedin{
    padding:8px;
    border-radius: 50%;
    border:2px solid blue;
    font-size:18px;
    font-family:monospace;
    margin-left:20px;
    margin-right:30px;
}
.linkedin:hover{
    border:0;
    color:#fff;
    background-color: blue;
    text-decoration: none;
}
.contact-btn{
    padding:8px;
    border-radius: 20px;
    background-color: darkorange;
    font-weight:400;
    color:#fff;
}

.contact-btn:hover{
    box-shadow:0px 0px 10px 5px #96fc04;
    color:#96fc04;
}

.bi-arrow-right{
    font-weight: bold;
}
/* About Page */

.about-page{
    color:#fff;
    padding:20px;
}

.r{
    margin-top: 40px;
    border-radius: 10px;
    background-image: linear-gradient(#96fc04,#bdff22,chartreuse,greenyellow,green);
    padding: 20px;
    color:purple;
    font-weight: 300;
}

.r h4{
    color:slateblue;
}

.summary-img{
    height:140px;
    width:140px;
    border-radius: 50%;
    border: 3px dotted skyblue !important;
}

.summary-content{
    font-weight: 100;
    font-family: Roboto !important;
}

.specialized-img{
    height:150px;
    object-fit: contain;
    border-radius: 10px;
}

.code-img,.archievements-img{
    border-radius: 10px;
}

.lets-connect-icons{
    align-items:center
}

.bi-linkedin{
    color:blue !important;
    font-size: 40px;
}

.bi-linkedin:hover{
    box-shadow: 0px 0px 2px 2px dodgerblue;
}

.contact-btn-about{
    padding:5px 10px !important;
    min-height:45px;
}
.contact-btn-about:hover{
    box-shadow:0px 0px 10px 5px pink;
    color:pink;
}
/* Skills Page */
  
.skill-card{
    text-align:center;
    color:#fff;
    font-weight:bold;
    margin-top:20px;
    width:100vw;
}

.skill-container{
    padding:10px;
    margin: 20px;
}

.skill{
    height:200px;
    width:200px;
    border-radius: 20px;
    margin-bottom:15px;
}

/* Projects Page */

.projects-section{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.project-card{
    width:80%;
    background-color: #fff;
    border-radius: 10px;
    padding:10px;
    border:1px ridge #000;
    margin-bottom: 20px;
}

.proj-img{
    height: 150px;
    width: 150px;
    border-radius: 10px;
}

.project-content{
    padding:10px;
}

.project-title{
    font-weight: bold;
}

.connect{
    margin:50px;
}
@media(min-width:992px){
    .connect{
        width:60%;
    }
}

/* Contact Page */

.contact-page{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;;
    width:100vw;
}

.contact-page .inner-box{
    width:95%;
}

.form-caption{
    color:#96fc04;
    margin-bottom: 0;
}
.caption-underline{
    background-color: #96fc04;
    height:5px;
    width:25%;
    border-radius: 10px;
    margin-bottom:10px;
}

.contact-form{
    border:0;
    background-color: #fff;
    padding:20px;
    width:95%;
    border-radius: 18px;
}

@media(min-width:768px){
    .contact-page .inner-box{
        width:35%;
    }
}

.contact-page input, .contact-page .user-message{
    width:100%;
    padding:10px;
    border:0;
    border-radius: 18px;
    margin-top:0;
    box-shadow:0px .5px .5px .5px cornflowerblue;
}

.contact-page input:hover, .contact-page .user-message:hover{
    box-shadow:0px 0px 2px 2px #96fc04;
}

.label{
    margin-top:10px;
    font-size: small;
    margin-bottom:0;
}

.submit-btn{
    color: #fff;
    padding: 7px 15px; 
    border-radius: 18px;
    background-color: darkcyan;
    font-family: "Calibri";
}

.submit-btn:hover{
    box-shadow: 0px 0px 3px 3px #96fc04;
    color:#96fc04;
}

/* Projects */

.proj{
    display:flex;
    flex-direction: column;
    padding:50px;
    align-items: center;
}

.proj-section{
    width: 80%;
    border-radius: 10px;
    background-color: #fff;
    padding:30px;
}

.p-title{
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}

.proj-section div{
    margin:50px default; 
    line-height: 1.8;
}

.project-gif{
    width: 80%;
    object-fit: contain;
}

@media(max-width:992px){
    .project-gif{
        width: 100%;
    }
}
