/* FONTS */
@import url(../css/clash-display.css);
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;600&display=swap');


:root {
    --c-dark: #1f203f;
    --c-brand: hotpink;
    --c-brand-light: plum;
    --c-brand-rgb: 0, 76, 153;
    --c-body: #989898;
    --font-base: "ClashDisplay", sans-serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
}

/* RESET & HELPERS */
body {
    font-family: var(--font-base);
    line-height: 1.7rem;
    color: var(--c-body);
    background-color: var(--c-dark);
}
body p{
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    line-height: 1.7rem;
}

h1, h2, h3,h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    color: white;
}

a{
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding {
    padding-top: 110px;
    /* padding-bottom: 140px; */
}

.theme-shadow {
    box-shadow: var(--box-shadow);
}

/* IMAGE ZOOM */
.image-zoom {
    position: relative;
    /* overflow: hidden; */
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}
.img-pj img{
    width: 100%;
}

/* NAVBAR */
.navbar {
    box-shadow: var(--box-shadow);
    background-color: #141428;
    
}
.navbar-brand img{
    padding: 10px;
}

.nav-link:hover {
    color: plum;

}


.nav-link{
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: var(--c-body);
    margin-right: 18px;
}

.nav-item a{
    text-decoration: none;
    display: inline-block;
    position: relative;
    
  }
  
.nav-item a::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 10px;
    transition: all 0.3s;
    
  }
  
.nav-item a:hover::after, .nav-item a .active-link::after {
    /* width: 100%; */
    background: var(--c-brand);
}

.navbar-toggler{
    width: 50px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 0;
    display: flex;
    align-items: center;
}

/* BTN */
.btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-brand {
    /* background-color: var(--c-brand); */
    border-color: var(--c-brand);
    color: white;
}

.btn-brand:hover {
    background-color: var(--c-brand);
    color: white;
}
.btn-secondary{
    background-color: var(--c-body);
    color: white;
}
.btn-secondary:hover{
    background-color: var(--c-brand);
    border-color: var(--c-brand);
    color: white;
}

/* HERO */
#hero {
    background: linear-gradient( rgb(107, 66, 255), rgba(var(--c-brand-rgb), 0.2)), url(../images/bg-photo.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.social-icons-hero a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
    margin-left:10px;
    color: white;
}

.social-icons-hero a:hover {
    background-color: var(--c-brand);
    color: white;
}

.intro h1{
    font-size: 55px;
    color: white;
    margin-bottom:80px ;
    position: relative;

}
.intro span{
    color: rgb(255, 131, 195);
}

.scrolldown{
    color:white;
    position:relative;
    margin: auto;
    cursor: pointer;
    left: 0;
    right: 0;
    text-transform: uppercase;
    /* background-color: #727272; */
}

.scrolldown i{
    display: block;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    color: white;
}


@-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  
  @keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, 10px);
              transform: translate(0, 10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }


/* SECTION TITLE */
.section-title {
    margin-bottom: 60px;
}

.section-title .line {
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}

.section-title p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* BREAKCRUMB */
.breadcrumb{
    margin-top: 40px;
    padding: 10px 10px;
    text-transform: uppercase;
}

.breadcrumb a{
    color: white;
}
.breadcrumb .active{
    color: var(--c-body);
}



/* ICONBOX */
.iconbox {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-brand-rgb), 0.1);
    color: var(--c-brand);
    font-size: 34px;
    flex: none;
}

/*ICON-TOOLS*/
.icon-tool{
    padding: 20px ;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-brand-rgb), 0.1);
    flex: none;
}
.icon-tool:hover{
    background: rgba(var(--c-brand-rgb), 0.2);
    transition: all 0.4s;
}


/* EXPERIENCE */
.exp-grid{
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    gap:24px;
    padding: 44px;
    background-color: rgba(var(--c-brand-rgb), 0.08);
    margin-bottom: 24px;
}

.exp-grid .date{
    background-color: var(--c-brand);
    display: inline;
    padding: 6px 10px;
    color: white; 
}

@media (max-width:768px){
    .exp-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }
}


/* SKILLS*/
.skill {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.skill::after {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(var(--c-brand-rgb), 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: var(--transition);
}


.skill:hover::after {
    width: 100%;
    height: 100%;
    background: var(--c-brand);
    z-index: -1;
}

.skill:hover h5,
.skill:hover p {
    color: white;
}

.skill:hover .iconbox {
    background-color: rgba(255,255,255,0.2);
    color: white;
}
/* //SKILLS*/


/* //EXPERIENCE */

/*ABOUT*/

#about .content-info span{
    color: white;
}
.content-title span{
    color: var(--c-brand);
}


/* youtube */
/* .embed-responsive .img-thumbnail{
    color: blue;
} */


/* PORTFOLIO index */
.portfolio-item {
    position:relative;
    overflow: hidden;   
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    opacity: 0;
}

.overlay:hover {
    opacity: 1;
} 

.image-title{
    font-size: 34px;
    margin-bottom: 8px;
}
.image-description{
    font-size: 18px;
    color: var(--c-body);
}
/* /PORTFOLIO index */

/* BACK TO TOP*/
#backtotop{
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: var(--c-body);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content:center ;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 100px;
}

#backtotop:hover{
    background-color: var(--c-body);
    opacity: 0.5;
}
/* //BACK TO TOP*/

/* PAGINATION */
.pagination {
    margin-top: 80px;
}
.pagination .page-item .page-link {
    color: var(--c-brand);
}

.dropdown-menu .active{
    background: var(--c-brand);

}
.dropdown-menu{
    background-color: white;
    border-radius: 0%;
}
.dropdown-menu .dropdown-item:hover{
    background: rgba(var(--c-brand-rgb), 0.2);
}

/* FOOTER */
footer {
    padding-top: 0px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--c-dark);
    ;
}


footer li,
footer p,
footer a {
    color: rgba(255,255,255,0.7);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 40px;
    height: 4px;
    background-color: var(--c-brand);
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
    margin-left:10px;
}

.social-icons a:hover {
    background-color: var(--c-brand);
    color: white;
}
