/**
 * =================================================================== 
 *
 *  ResumeTemplate v1.0 ClearCareer
 *  url: clearcareer.ca
 *  Design by: Iskender Piyale-Sheard
 *  website: izzydoesizzy.com
 *  Created 06-27-2016
 *  Last Updated: 03-19-2017
 *  ------------------------------------------------------------------
 *  Table of Contents:
 *
 *  01. Global Styles
 *  02. Intro
 *  03. Social Icons
 *  04. Icon Fonts
 *  05. Section Styles
 *  06. Timeline Styles
 *  05. Footer
 *  EXTRAS
 *
 * =================================================================== 
 */

/* 01. Basic Styles
 * =================================================================== */

 html {
    overflow-x: hidden;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-weight: bold;
}

h2 {
}

h5 {
    font-weight: 600;
}

a {
    cursor: pointer;
    color: #1abc9c;
    text-decoration: none;
}

a:hover {
    text-decoration:none;
    color: #1abc9c;
    opacity: 0.9;
}

hr {
    border-top: 5px solid #1abc9c;
    width: 80px;
    padding-bottom: 20px;
}

.colour-splash {
    color: #1abc9c;
}

.section-primary span {
    color: #1abc9c;
    font-weight: bolder;
    opacity: 1;
}


/* 02. Intro
 * =================================================================== */

.section-image {
    background: #151515 url(../images/fundo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    color: #fff;
    display: table;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: .7;
}

.intro {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    -webkit-transform: translateY(-2.1rem);
    -ms-transform: translateY(-2.1rem);
    transform: translateY(-2.1rem);
}

.intro .row {
    margin-right: 0;
    margin-left:0;
}

.intro h1 {
    font-size: 84px;
}

.intro h5 {
    color: #1abc9c;
    font-size: 2.3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .3rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.section-image span {
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 0 10px;
    font-weight: 100;
}

.section-image h1 {
    margin-top: 0;
}

.section-image p {
    font-weight: lighter;
    opacity: 0.9;
}



/* 03. Social Icons
 * =================================================================== */

.social {
    margin: 0 10px;
    padding-top: 1.3em;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}

.social a {
    color: white;
    text-decoration:none;
    padding: 2em;
}

.social a:hover{
    opacity: 0.6;
}

.social-footer {
    position: block;
    padding: 15px;
}

.social-footer a {
    color: white;
    text-decoration: none;
    padding: 0.6em;
    font-size: 1.7em;
}


/* 04. Icon Font
 * =================================================================== */

.lnr {
    font-size: 4em !important;
    color:#fff;
}

/* 05. Section Styles
 * =================================================================== */

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.profilepic {
    height: 150px;
    width: auto;
    border-radius: 300px;
}

.section-primary p {
    text-align: justify;
}

.section-primary {
    border: #1abc9c;
}

.section-colour {
    background-color: #1abc9c;
    color: #fff;
}

.section-colour p {
    text-align: justify;
}

.section-heading .lead, .section-heading h2 {
    text-align: center;
}

.section-colour {
    border: #fff;
}

.section-colour hr {
    border-top: 5px solid #fff;
}



/* 01. Timeline Styles
 * =================================================================== */

.timeline-icon .fa {
    color: white;
    margin: 14px;
    font-size: 1.7em;
}

#skills {
    background: #151515 url(../images/skill.jpg) no-repeat center center;
    height: auto;
}


/* 05. Footer
 * =================================================================== */

footer {
    display: block;
    position: static;
    bottom: 0;
    background-color: black;
    color: #fff;
    padding: 50px 0;

}

footer p {
    padding: 15px;
    opacity: 0.8;
}


/* EXTRAS
 * =================================================================== */


/* Mouse Icon
 * =================================================================== */
.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: 100px auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}

.pad-xl {
    padding: 200px 0px;
}

.pad-lg {
    padding: 160px 0px;
}

.pad-sm {
    padding: 80px 0px;
}

.pad-xs {
    padding: 30px 0px;
}

/* /Mouse Icon
 * =================================================================== */


/* Media Queries
 * =================================================================== */

@media (max-width: 480px) {
    .social a {
        padding: 0.4em;
        font-size: 0.9em;
    }

    .social-footer {
        text-align: center;
        position:block;
        text-align: center;
    }

    .social-footer a {
        padding: 0.3em;
        font-size: 1.6em;

    }

    .intro-desc {
        font-size: 0.7em;
    }

    .section-image span {
        font-size: 1em;
        padding: 0 1px;

    }

    .intro h1 {
        font-size: 50px;
        padding-top: 15px;
    }

    footer {
        text-align: center;
        padding-bottom: 100px;
    }

    #skills {
        background: #151515 url(../images/skill.jpg) no-repeat center center;
        background-position: top center;

    }
}

.carousel-inner img {
    width: 100%;
    height: auto; /* Garantir imagens responsivas */
}

@media (max-width: 480px) {
    .carousel-caption {
        font-size: 9px; /* Legenda menor no celular */
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .social-footer {
        text-align: center;
    }

    footer p {
        text-align: center;
    }
}


/* 06. Carousel Custom Styles
 * =================================================================== */

/* Remover estilos padrão de .carousel-caption */
.carousel-caption {
    display: none;
}

/* Estilos para o conteúdo do carrossel */
.carousel-content {
    display: flex;
    flex-direction: row; /* Alterado de column para row */
    align-items: center;
    justify-content: center;
    text-align: left; /* Alinhamento do texto à esquerda */
    padding: 20px; /* Espaçamento interno */
}

/* Estilos para as imagens no carrossel */
.carousel-content img {
    width: 50%; /* Ocupa 50% da largura do contêiner */
    height: auto;
    border-radius: 10px; /* Bordas arredondadas para estética */
    margin-right: 20px; /* Espaçamento entre a imagem e a descrição */
}

/* Estilos para as descrições no carrossel */
.carousel-description {
    width: 50%; /* Ocupa 50% da largura do contêiner */
    color: #000000; /* Cor do texto */
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, 0.8); /* Fundo semi-transparente */
    padding: 15px;
    border-radius: 10px; /* Bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para destaque */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Transições suaves */
}

.carousel-description:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Responsividade: Ajustes para telas menores */
@media (max-width: 768px) {
    .carousel-content {
        flex-direction: column; /* Empilha verticalmente */
        text-align: center; /* Centraliza o texto */
    }

    .carousel-content img,
    .carousel-description {
        width: 100%; /* Ocupa 100% da largura */
        margin-right: 0; /* Remove margem lateral */
        margin-bottom: 15px; /* Espaçamento inferior */
    }

    .carousel-description {
        background-color: rgba(255, 255, 255, 0.9); /* Fundo menos transparente */
    }
}

/* Alterações para as bolinhas do carrossel */
.carousel-indicators li {
    background-color: black; /* Cor das bolinhas inativas */
    width: 8px; /* Largura das bolinhas */
    height: 8px; /* Altura das bolinhas */
    border-radius: 50%; /* Tornar as bolinhas circulares */
    margin: 0 5px; /* Espaçamento entre as bolinhas */
    border: none; /* Remover bordas padrão */
    background-image: none; /* Remover a imagem de fundo padrão, se houver */
    transition: background-color 0.3s ease; /* Transição suave */
}

.carousel-indicators li.active {
    background-color: black; /* Cor da bolinha ativa */
    width: 10px; /* Largura da bolinha ativa */
    height: 10px; /* Altura da bolinha ativa */
}

/* Ajustar a posição das bolinhas */
.carousel-indicators {
    bottom: -30px; /* Ajuste este valor para mover as bolinhas para cima */
}

/* Opcional: Adicionar borda ou sombra nas bolinhas */
.carousel-indicators li {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
