/* Font Definitions */

@font-face {
    font-family: "Gilroy";
    src: url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
         url('fonts/Gilroy-ExtraBold.woff') format('woff'),
         url('fonts/Gilroy-ExtraBold.otf') format('otf');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: "Gilroy";
    src: url('fonts/Gilroy-Light.woff2') format('woff2'),
         url('fonts/Gilroy-Light.woff') format('woff'),
         url('fonts/Gilroy-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

/* General */

body { 
    font-family: Gilroy, sans-serif;
    margin: 0 20px;
    font-size: initial;
    line-height: initial;
    color: black;
}

a, button {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #AFAFAF;
    transition: color 200ms linear;
}

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

h1 { /* Home page titles */
    color: #d3d3d3;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.content-container {
    max-width: 1280px;
    margin: 0 auto;
}

.content-section {
    margin: 120px auto;
}

/* CONTENT */

/* Quem Somos */
#quem-somos{
    display: flex;
    margin-top: 120px;
    align-items: flex-start;
}

.shasta-heading {
    font-size: 140px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.85;
    color: black;
    /* white-space: nowrap; */
}

@media screen and (max-width: 1280px) {
    .shasta-heading {
        font-size: 14vw;
    }
}

.heading-tagline {
    color: transparent;
    -webkit-text-stroke: black 1px;
}

#quem-somos .player {
    border-color: black;
    margin-top: -20px;
    margin-bottom: 20px;
}

#quem-somos .player svg {
    fill: black;
}

#quem-somos .player .player-timeline { 
    background-image: url("images/progress-grey.svg");
}

#heading-carousel {
    margin-left: 15px;
    width: 100%;
}

#heading-carousel .heading-item {
    width: 100%;
    font-size: 20px;
}

#heading-carousel .heading-inner {
    margin-top: 0;
    margin-left: auto;
    text-align: right;
}

#heading-indicators {
    top: -30px;
    margin-left: auto;
    margin-right: 0;
    justify-content: end;
    width: 50%;
}

#heading-indicators li {
    background-color: black;
    width: 60px;
    opacity: .15;
    margin-left: 10px;
    margin-right: 0px;
}

#heading-indicators li.active {
    opacity: 1;
}

/* Monte */

body {
    background-image: url(images/monte.png);
    background-repeat: no-repeat;
    background-position: 50% 45vh;
}

/* Serviços */
#servicos {
    display: grid;
    grid-template: auto / 1fr 1fr;
    background-color: #1f1f1f;
    width: 100%;
    color:  white;
    padding-bottom: 80px;
}

#servicos > * {
    padding-top: 60px;
}

.services-column {
    display: grid;
    align-items: start;
    grid-auto-rows: min-content;
    margin: 20px 60px;
}

.services-play {
    display: none;
    margin-bottom: 20px;
    max-height: 50px;
}

.services-title {
    text-transform: uppercase;
    align-self: end;
    font-size: 65px;
    line-height: 0.9;
    font-weight: 700;
}

.services-tagline, .services-text {
    margin-top: 30px;
}

.services-tagline {
    color: #626262;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.services-text {
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    align-self: start;
}

.services-audio {
    align-self: start;
    margin-top: 30px;
}

#servicos-carousel {
    margin-top: -60px; /*igual #servicos padding-top */
    max-height: 720px;
    overflow: hidden;
}

#servicos-carousel img {
    width: 100%;
    height: auto;
}

/* Cases */
#cases {
    display: grid;
    grid-template: auto / 1fr 1fr 1fr;
    gap: 16px;
}

.case-column {
    background-color: #2E2E2E;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.case-column > svg {
    fill: #FFB100;
}

.case-column:hover {
    background-color: #FFB100;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.case-column:hover svg {
    fill: black;
    -webkit-transition: fill 200ms linear;
    -ms-transition: fill 200ms linear;
    transition: fill 200ms linear;
}

.case-client {
    text-transform: uppercase;
    color: white;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -2px;
    margin: 20px 0;
}

.case-description {
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    flex-grow: 1;
    margin-bottom: 20px;
}

.case-link {
    color: white;
    font-size: 20px;
}

/* Case Modal */

.modal-xl {
    max-width: 1280px;
}

.modal-dialog {
    height: 80vh;
}

.modal-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.modal-column {
    padding: 50px;
}

.modal-half-width {
    padding-right: 50%;
    grid-column: span 2;
}

.modal-description {
    background-color: #FFB100;
    background-image: url('images/onda-03.png');
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center -50px;
    display: flex;
    flex-direction: column;
}

.modal-description svg {
    fill: white!important;
}

.modal-description > svg {
    width: 40px;
}

.modal-description .shasta-heading {
    font-size: 4vw;
    text-transform: none;
    color: white;
}

.modal-description .heading-tagline {
    color: transparent;
    -webkit-text-stroke-color: white;
}

.modal-text {
    font-weight: bold;
    color: black;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.spot-row {
    display: flex;
    margin-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #D3D3D3;
}

.spot-row:last-child {
    border: none;
}

.spot-row > svg {
    min-width: 30px;
    height: 40px;
}

.spot-title {
    margin-left: 15px;
}

.spot-name, .spot-project {
    display: block;
    font-weight: bold;
}

.spot-name {
    font-size: 24px;
}

.spot-project {
    font-size: 12px;
    text-transform: uppercase;
}

.spot-row .player {
    margin-left: auto;
    border-color: black;
    min-width: 200px;
}

.spot-row .player svg {
    fill: black;
}

.spot-row .player .player-timeline { 
    background-image: url("images/progress-grey.svg");
}


.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
}

.modal-close span {
    margin-right: 8px;
    vertical-align: middle;
}

/* Clientes */
#clientes {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    place-items: center;
    margin-top: 0;
}

.client {
    background-color: white;
    margin: 40px 10%;
}

.client img {
    max-height: 200px;
    opacity: 50%;
}

/* Depoimentos */

.depoimento {
    position: relative;
    text-align: center;
    max-width: 60%;
    min-height: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.depoimento-foto {
    height: 160px;
    width: auto;
    clip-path: circle(80px);
}

.depoimento-texto {
    font-size: 24px;
    font-weight: bold;
    margin: 50px auto;
}

.depoimento-empresa {
    font-weight: bold;
    margin-bottom: 50px;
}

.depoimento-nome, .depoimento-empresa {
    font-size: 20px;
}

.depoimento-background {
    position: absolute;
    top: 0;
    left: 17%;
    background-color: #FFB100;
    z-index: -1;
    height: 100%;
    width: 66%;
    margin-top: 75px;
}

.carousel-control-next-icon {
    background-image: url(images/carousel-arrow.png);
}

.carousel-control-prev-icon {
    background-image: url(images/carousel-arrow.png);
    transform: scaleX(-1);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 26px;
    width: 13px;
}


/* Equipe */
#time {
    display: flex;
}

.time-membro {
    position: relative;
    width: 300px;
    height: 400px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    color: white;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.time-info {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 500ms;
    background-color: rgba(0,0,0,0.6);
}

.time-info:hover {
    opacity: 1;
}

.time-cargo {
    margin: 145px auto 0;
    font-size: 15px;
}

.time-nome {
    font-size: 30px;
}

.time-email {
    margin-bottom: 145px;
    font-size: 12px;
}

/* Contato */

/* Player */
.player {
    height: 40px;
    max-width: 290px;
    border: white 1px solid;
    border-radius: 50px;
    display: flex;
    place-items: center;
    line-height: 0;
}

.player-button {
    /* override default button styles */
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
    padding: 0;
    margin: 0 16px;
}

.player-icon {
    fill: white;
    height: 20px;
    width: auto;
}

.player-timeline {
    background-image: url("images/progress.svg");
    background-repeat: repeat-x;
    background-position: left center;
    width: 100%;
    height: 100%;
    margin-right: 30px;
}

.player-progress {
    background-image: url("images/progress-done.svg");
    background-repeat: repeat-x;
    background-position: left center;
    height: 100%;
    width: 0;
}

.player-black {
    border-color: black;
}

.player-black svg {
    fill: black;
}

.player-white {
    border-color: white;
}

.player-white svg {
    fill: white;
}

/* Header */
header {
    max-width: 1280px;
    margin: 20px auto;
    display: flex;
    justify-content: flex-end;
    color: #848484;
    font-size: 14px;
    align-items: center;
}

#header-logo {
    height: auto;
    width: 180px;
}

#header-logo-container {
    margin-right: auto;
    flex-shrink: 0;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: bold;
}

.nav-item {
    text-transform: uppercase;
}

.nav-link {
    padding: 0 10px;
}

.social-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
}

.social-item {
    margin-left: 10px;
    width: 30px;
}

.social-item:first-child {
    margin-left: 10px;
}

.menu-button {
    display: none;
}

/* Footer */

footer {
    position: absolute;
    left: 0;
    margin: 0;
    width: 100%;
    background-color: black;
    color: #626262;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    margin: 150px auto;
    max-width: 1280px;
    align-items: top;
    justify-content: space-around;
}

.footer-item {
    margin-left: 15px;
    flex: 2;
}

#footer-logo {
    margin-left: 20px;
}

#footer-social {
    flex: 2;
    text-align: right;
    margin-right: 20px;
}

#footer-social a {
    margin: 0 5px;
}

#footer-social img {
    height: 40px;
}