/* #bs-or .full-screen {
    height: 100vh;
} */


.card-img {
    max-width: 100px; 
    align-self: center;
    margin-top: 50px;

    
}  

.card-body {
    margin: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
}




.card-ani {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}
.card-ani:hover {
    top: -10px;
    box-shadow:  0 6px 25px 10px #bdbcbc;
    border-color: #8DC5D0;
    background-color:rgba(216, 172, 172, 0.315) ;
}

.serv-card {
    border-radius: 70px;
    border: 4px solid  #D1A8A0;
    background-color:#FDF6F8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 


.card-title {
    color: #0C3667;
}

.underline {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 2px;
    width: 30%;
    background-color: #8DC5D0 ;
    align-self: center;
}

.tech {
    height: 100%;
    padding: 50px;
    padding-top: 80px;
}

.tech-icon {
    height: 50px;
    margin-top: 20px;
    padding: 0;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    color: white;
    padding: 10px;
}

.tech-icon:hover{
    top: -10px;
    text-shadow:  0 0 25px 10px #bdbcbc;
    color: #D5A758;
   
    
}

.title {
    color: #D5A758;
}

.sub-title {
    color: #0C3667;
}

.hr {
    color: #D5A758;
}

.icon-cover {
    fill: #0C3667;
}

.tech-cover {
    fill: #d5a758;

}


.p-i {
    fill: #D1A8A0;

}
.bg-img-1 {
    /* height: 100%; */
}
.bg-img-2 {
    display: none;
}

.bg-title-2 {
    display: none;
}

.icon-title {
    color: rgb(189, 153, 145);
    font-family: 'Lekton', sans-serif;
    font-weight: 700;
}

.services-container {
    display: flex;
}

.resume-btn-1 {
    border-radius: 10px;
    width: 30%;
    height: 30px;
    align-content: center;
}

.resume-btn-2 {
    display: none;
}

.resume-btn-1:hover  {
    background-color: #d5a758;
}

.github-btn {
    border-radius: 15px;
    background-color: #d5a758;
    width: 70%;
    /* margin-top: 20px; */
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.github-btn-link{
    color: white;
}

.github-btn:hover {
    /* top: -10px; */
    box-shadow:  0 0 15px 3px #b3b0b3;
}

.github-btn-link:hover {
    
    color:white;
}

.home-portfolio-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.portfolio-card {
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
}

.portfolio-img {
    border-radius: 30px;
}

/* .proj-card {
    border: none;
    height: 100%;
} */
.portfolio-container {
    height: 100vh;
}

.portfolio-wrapper{
    height: 100% !important;
}

.contact-col{
    height: 100%;
    min-height: 420px;
    background-color: #0C3667 ;
}

.contact-btn {
    background-color: #0C3667;
    border-radius: 10px;
    min-height: 20px;
    border-color: #0C3667;
    color: white;
    width: 50%;
}

.contact-btn:hover {
    background-color: #D1A8A0 ;
    border-color: white;
}

.contact-form {
    justify-content: center;
    align-self: center;
    justify-self: center;
    padding: 16px;
}
.form-group{
    width: 100%;
    align-self: center;
}

.mobile-video{
    max-height: 90vh;
}

.tech-first-row{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.tech-second-row{
    padding-top: 10px;
    margin-top: 10px;
}

.row:before, .row:after {display: none !important;}