
@font-face {
        font-family: "Futura";
        src: url(/fonts/futuralt.ttf) format("truetype");
        font-family: "Helvetica";
        src: url(/fonts/HElveticaLTSd-Roman.ttf) format("truetype");
    
}
.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.indie-flower-regular {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: black;
    font-family: 'Lora', serif, 'Helvetica', sans-serif, 'Futura', sans-serif;
}

p{
    color: aliceblue;
    font-family: "Helvetica"
}

html{
    height: auto;
}
body{
    height: auto;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    background: #011;
    overflow-x: hidden;
}
h1{
    color: white;
    font-size: 60pt;
    padding:     10pt ;
    font-family: "Poppins";
    font-weight: 200;
}

h2{
    color: white;
    padding: 10pt;
    font-family: "Poppins";
    font-weight: 300;
}
p{
}

a{
    font-family: "Poppins";
    font-weight: 300;
    color: white;
}
h5{
    color: white;
    font-family: "Poppins";
    font-weight: 200;
    
}

header{
    
    width: 100%;
    max-height: 34pt;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0pt 80pt;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top:  25pt;
}

.home-logo {
    background-image: url(IMG/SVG/Logo_cor.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 70pt;
    width: 200px;
    
    
    
    
}
navbar{
    display: flex;
    z-index: 1;
    padding: 10pt ;
    column-gap: 40pt;
    max-width: none; 
}

navbar a{
    font-size: 14pt;
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 200;
    
    
}
navbar a:hover{
    font-weight: 300;
}

.navbar-link{
    color: #FFF8DC;

}

.home-logo{
    padding: 0pt;
}

container{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 0px;
    overflow: hidden;
    
}
#homecontainer{
    position: relative;
    display: block;
    flex-direction: column;
    top: -130px;
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 0px;
    overflow: hidden;
    
}
#aboutuscontainer{
    top: -130px;
    background-image: url(IMG/gabriel-mendes-ancient-ruins2-10mb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 130px;
}
#careercontainer{
    top: -130px;
    height: 100%;
    background-image: url(IMG/witcher%20redesigned.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
}

.hero_intro-section{
    display: block;
    overflow: hidden;
    position: relative;
    
    
}
.hero_intro-section img{
    position: absolute;
    height: 30%;
    top:25%;
    left: 8%;
}
.hero_intro-section video{
  width: 100%;
}


#introvideo{
    width: 100%;
    margin-top: 0;
}
.partner-showcase{
    display: grid;
    grid-auto-flow: column;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 30pt;
    top: -1%;
    background-color: white;
    margin-top: 
    
}
.partner-showcase img{
    max-height: 100pt;
    min-height: 80pt;
    padding: 20px;
}

    .partner-video{
        display: none;
        position: relative;
        overflow-x: visible;
    }
.footer{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20pt;
    height: 100pt;
    width: 100%;
    margin-top: -130px;
    background-color: #2B2B2B; 
    
}

.footer p{
    
    padding: 14pt;
    font-size: 9pt;
    font-weight: 300;
    font-family: "Poppins";   
}
.footer img{
    width: 90pt
}

.aboutUs-section{
    margin: 30px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    padding: 20pt;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    border-radius: 10pt
    
}

.card-header{
    font-family: "Poppins"; 
}
.card{
    background-color: black;
    margin: 20pt;
}

.card-body p{
    font-family: "Poppins";
}
.card-body a{
    color: white;
}
.card-body h5{
    font-family: "Poppins";
    font-weight: 300;
}
.col{
    margin-bottom: 10pt;
}
.row img{
    max-height: 300px;
}


.social_icons{
    display: flex;
    column-gap: 10pt;
    column-gap: 10pt;
    padding: 20pt 40pt;
}

.bar {
  position: relative;
  height: 30pt;
  width: 100%;
  background-color: #FFF8DC;
  overflow: hidden;
    transform: rotate(-5deg)
}
.about_us-section{
}

.carousel-inner img{
    display: block;
    width: 100%;
    height: auto;
}
carousel-item active{
    width: 100%;
}
.services-section{
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 0pt;
    
}
.services-section h1{
    text-align: center;
    position: 
}
.services-section h2{
    text-align: center;
}

.contacts{
    padding: 20pt;
    display: flex;
    justify-content: center;
}

.slide{
    display: block;
    height: auto;
    min-width: 60%;
}

#alt1{
    background-image: url(IMG/Gandalf.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    pointer-events: none;
    
    
}
#alt2{
    background-image: url(IMG/witcher%20redesigned.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    
    
}
#alt3{
    background-image: url(IMG/introslideservices3.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    
    
}
#alt4{
    background-image: url(IMG/introslideservices4.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    
    
}

#alt5{
    background-image: url(IMG/introslideservices1.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    
    
}

#alt6{
    background-image: url(IMG/introslideservices2.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    
    
}

.tellusaboutproject{
    display: flex;
    flex-direction: c;
    padding: 50px;
    justify-content: center;
    align-content: center;
    
}

.tellusaboutproject p{
    padding: 20px;
    text-align: center;
    font-family: "Poppins";
    font-weight: 300;
    
}

.tellusaboutproject button{
    padding: 20px;
    max-width: 300px;
    background-color: dodgerblue;
    
}

.tellusaboutproject a{ 
    text-decoration: none;
}



form{
    display: flex;
    flex-direction: column;
    grid-row-gap: 10pt;
    padding: 20pt;
    background: white;
    
}

input{
    height: 30pt;
    width: 100%;
    font-family: "Helvetica";
    font-size: 14pt;    
    border: 0;
    outline: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
}
button{
    font-family: "Helvetica"; 
    padding: 10pt;
    background: #011;
    border-radius: 5pt;
}
.journalbox-content{
    position: relative
}
.journalbox-content-img{
    position: absolute;
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    column-gap: 20pt;
    bottom: -30pt;
    left: -70pt
}
b{
    display: bold;
    color: white;
    font-family: "Helvetica";
    
}
.journalbox-content-img b{
    position: absolute;
    bottom: 20pt;
    left: 20pt
}
.journalbox-btn{
    position: relative;
    width: 150pt;
    height: 190pt;
    background-position: center;
    
}
.journalbox-btn:hover{
    background-size: 400pt;
    -webkit-transition: all .5s;
    transition: all .5s;
}


#Div2{
    display: none;
}
#div2 img{
    height: auto;
    width: auto;
    left
}




#design-btn{
    background-image: url(IMG/Design.png)
}

#photo-btn{
    background-image: url(IMG/ring.jpg)
}

#event-btn{
    background-image: url(IMG/Eventos.png)
}

#audiov-btn{
    background-image: url(IMG/audiovisual.png);

}

}

.album{
    display: flex;
    flex-direction: row;
    column-gap: 20pt
}


.about_us-text{
    width: 35%;
    padding: 10pt;
}

.about_us-text2{
    display: none;
    padding: 0pt 20pt;
    font-size: 12pt
}


.about_us-section{
        
        
}


.reviews{
    
    display: flex;
    column-gap: 20pt
}



.dropdown{
    display: none;
}
.dropdown-menu{
    background-color: rgba(255,255,255,1);
    padding: 10pt;
}
.dropdown-menu li{
    padding: 10pt 0pt;
    font-size: 14pt;
    
}
.dropdown-menu a{
    
    color: black;
}

@media screen and (max-width:1366px){
    
    
    header{
        width: auto;
    }
    
    {
     
    }
    
    body{
    }
    navbar{
        display: none;
    }
    .dropdown {
        display: block;
    }
    
    container{
        display: block;
        padding: none;
    }
    
    
    
    #careercontainer{
        top: -130px;
        height: 100%;
        background-image: url(IMG/witcher%20redesigned.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    
    p{
        font-size: 12pt;
    }
    .home-logo{
        width: 200pt;
        margin-right: 20pt;
    }
    .hero_intro-section{
        display: flex;
        position: relative;
        overflow-x: visible;
        
    }
    .hero_intro-section img{
        top: 70%;
        left: 6%;
        height: 10%;
    }
    
    .hero_intro-section video{
        height: 700px;
        object-fit: cover;
        
    }
    .partner-showcase img{
        max-height: 70pt;
        min-height: 60pt;
        padding: 20px;
    }
    
    .partner-showcase{
        display: none;
        grid-auto-flow: column;
        position: relative;
        align-items: center;
        justify-content: space-between;
        padding: 30pt;
        top: -1%;
        background-color: white;
        overflow-x: scroll;
    
     
    }
    .partner-video{
        display: flex;
        position: relative;
        overflow-x: visible;
    }
    #partnervideo{
        height: auto;
        object-fit: cover;
        width: 100%;
        height: 200px
    }
    
    #alt1{
     background-image: url(IMG/Gandalf.png);
     height: 100%;
     width: 100%;
     background-repeat: no-repeat;
     background-position: top;
     background-size: cover;
     
    
    }
    #alt2{
        background-image: url(IMG/witcher%20redesigned.png);
        height: 100%;
        width: auto;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    
    
    }
    
    .tellusaboutproject{
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    }

    .slide{
        width: 100%;
        height: 600px;
    }

    .footer{
        height: 100pt;
    }
    .footer p{
        font-size: 7pt
    }
    .aboutus-section{
        
        background-color: rgba(0,0,0,.5);
        border-radius: 10pt
    }

    
    .aboutus-section p{
       font-size: 11pt;
        font-family: "Poppins";
        padding: 20pt;
            
    }
    .journalbox{
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 200px;
    }
    
    .carousel-inner{
        
    }

       
    form{
        position: relative;
        height: 700px;
        max-width: 100%;
        
    }
    input{
        font-size: 14pt
    }
    
    b{
        display: bold;
        color: white;
        font-family: "Helvetica";

    }
    .services-title{
        position: absolute;
        display: block;
        
    }
    .services-section{
    }
    #aboutuscontainer{
        background-position: center;
    }
    
    
    .journalbox-content-img{
        position: absolute;
        display: flex;
        flex-direction: row;
        background-repeat: no-repeat;
        column-gap: 20pt;
        bottom: -130pt;
        left: 0pt
    }
    
    header{
        padding: 10pt
    }
    
}

i{
color: white;
font-size: 20pt
}


