/* COLORS 
GRAY #1D1D1D & #797D81
WHITE #FFFCFF & #D0AE4D
GOLD #D0AE4D
*/

/* GENERAL */

/* Scroll */
::-webkit-scrollbar { width: 10px; }
/* Track */
::-webkit-scrollbar-track { background-color: #1D1D1D; }
/* Handle */
::-webkit-scrollbar-thumb { background-color: #D0AE4D }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background-color: #d0ad4dc5; }

*{
    font-family: Montserrat, sans-serif;
    line-height: 1.7em;
}
html, body{
    overflow-x: clip;
}
body{
    background-color: #1D1D1D;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 2000px;
    position: relative;
}
h1,h2,h3,h4{
    text-transform: uppercase;
    color: #FFFCFF;
}
p, span, strong{
    color: #fcfcfc;
}
.col-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar .container{
    padding: 0;
}
.container{
    padding: 75px 0;
}
.full-height{
    height: 100vh;
}
a{
    text-decoration: none;
}
a:hover , a:active , a:focus, .navbar-nav .nav-link.active {
    color: #D0AE4D !important;
}
.box-line {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#wrapper{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
}
.verticle-line {
    width: 1px;
    height: 100%;
    background-color: #1f2325;
    margin: 15px;
    float: left;
  }

/* MENU */
.bg-gray{
    background-color: #1f2325;
}
.bg-gray a{
    color: #FFFCFF;
    font-weight: 500;
}
div#navbarText ul {
    margin: 0 auto;
}
div#navbarText ul li {
    padding: 0 1em;
    position: relative;
}
div#navbarText ul li:hover a.nav-link:before ,
div#navbarText ul li:hover a.nav-link:before,
div#navbarText ul li a:active::before,
div#navbarText ul li a:focus::before ,
.navbar-nav .nav-link.active:before ,
.navbar-nav .nav-link.active:before,
.navbar-nav .nav-link.active:active::before,
.navbar-nav .nav-link.active:focus::before 
{
    content: "< ";
    position: absolute;
    left: 0.5em;
    font-family: monospace;
}
div#navbarText ul li:hover a.nav-link:after,
div#navbarText ul li:hover a.nav-link:after,
div#navbarText ul li a:active::after,
div#navbarText ul li a:focus::after,
.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link.active:active::after,
.navbar-nav .nav-link.active:focus::after {
    content: " >";
    position: absolute;
    right: 0.5em;
    font-family: monospace;
}

/* HERO SECTION */
.box-hero{
    width: 100%;
}
.tags-services {
    width: fit-content;
    background-color: #d0ae4d;
    padding: 6px 12px;
    border-radius: 5px;
    margin-bottom: 12px;
    font-weight: 600;
}
.tags-services>span {
    color: #FFFCFF;
}
.title h1 {
    color: #FFFCFF;
    font-weight: 600;
}
.block-btn {
    width: fit-content;
}
.block-btn>a {
    text-decoration: underline;
    color: #FFFCFF;
}
.box-img{
    position: relative;
}
.box-img:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 400px;
    background-color: #263238;
    z-index: -1;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 50%;
}

/* ABOUT */
#about{
   color: #FFFCFF;
}
.box-services {
    background-color: #1f2325;
    margin: 0 0 12px;
    padding: 1.75em 1em;
    border-radius: 5px;
}
.box-services>h3{
    font-size: 22px;
}
.box-title{
    position: relative;
}
.box-title>h2:after {
    content: "";
    width: 75px;
    height: 5px;
    background-color: #d0ae4d;
    position: absolute;
    left: 0;
    bottom: -14px;
}
.sub-title {
    padding: 21px 0;
}
.box-p>p , .box-services>p {
    text-align: justify;
}
.box-services:hover h3 , .box-services:hover i{
    color: #D0AE4D;
}
.box-services .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.box-services .icon {
    position: relative;
   top: -5px;
  font-size: 26px;
}
/* SKILLS */
.item-skills {
    margin: 0 0 15px 0;
    padding-top: 15px;
}
.item-skills > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-skills > ul > li {
    list-style: none;
    margin: 0% 0% 1% 0;
    padding: 12px 22px;
    background-color: #1f2325;
    text-align: center;
    color: #fcfcfc;
    font-size: 14px;
    width: 300px;
}

/* PROJECTS */
.title-card>h3 {
    margin: 0;
}
.title-card>h3>a {
    color: #fff;
    font-size: 18px;
}

.row-card {
    margin: 17px 0;
}
.box-card {
    margin-bottom: 24px;
}
.row-card>span>a {
    color: #fff;
}
.row-card>span>a{
    text-decoration: underline;
}

/* FOOTER */
#contact a{
    color: #FFFCFF;
}
.sub-footer {
    padding: 0;
}
.sml-txt{
    font-size: 14px;
    text-align: center;
}

/* BACK TO TOP */
button.btn{
    display: none;
    cursor: pointer;
    position: fixed; 
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d0ae4d;
    color: #FFFCFF;
    border: none;
}
button.btn:hover , button.btn:active{
    background-color: #d0ae4d94;
}

/* RESPONSIVE TABLETTE > MOBILE */
@media (max-width: 980px) {
    span.navbar-toggler-icon {
        background-color: #d0ae4d;
        color: #fff !important;
        width: 2em;
        height: 2em;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-collapse {
        padding: 0 20px !important;
    }
    .box-services .title>h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 600px) {
    
    #skills h2 , #contact{
        text-align: center !important;
    }
    .box-img {
        width: 300px;
        margin: 0 auto;
    }
    .box-img img{
        width: 300px;
        height: 300px;
    }
    .box-img:before {
        height: 300px;
        width: 300px;
    }
    .box-hero{
        text-align: center;
    }
    .box-hero .tags-services {
        margin: 12px auto 12px;
    }
    .block-btn {
        margin: 0 auto;
    }
    div#navbarText ul li{
        width: fit-content !important;
        padding: 0 2em;
    }
    .item-skills > ul > li{
        width: auto;
    }
    .item-skills > ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}