/*------------------------------------------------------------------
Template Name:  N. agency - Responisve Landing Page for Agency
Version:        1.0
Last update:    12/17/2017
Author:         tabthemes
URL:            http://www.tabthemes.com/
-------------------------------------------------------------------*/
/*--------------------------------------------------
    Write Down your Own Custom CSS here. It is better choice than editing style.css file.
    Put it below of style.css file in the header.
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

.showcase-wrapper{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.showcase-content{
    height: 100%;
    width: 100%;
    display: flex;
    transition: all 0.5s ease;
}
.showcase{
    min-width: 100%;
    color: #fff;
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
}

.showcaseBorder{
    border: 1px solid rgb(244, 239, 239);
    background-color: rgba(0, 0, 0, 0.453);
    margin: 0 30px;
    padding: 30px 0;
}

.showcaseBorder h1{
  color: #fff;
  text-shadow: 2px 2px 0px black;
    font-size: 1.9rem;
    width: 90%;
    margin: 1.5rem auto;
    
}

.showcaseBorder p{
  font-size: 1.8rem;
  text-shadow: 2px 2px 0px black;
  width: 90%;
  margin: 1.1rem auto;
}

.dotted-btns{
    position: absolute;
    bottom: 9rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.dotted-btns span{
    margin: 0 0.5rem;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0.9;
    cursor: pointer;
    transition: opacity 0.5s ease;
}
.dotted-btns span:hover{
    opacity: 0.2;
}


.showcase:nth-child(1){
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../img/slider/slider5.jpg) center/cover no-repeat;
}
.showcase:nth-child(2){
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../img/slider/slider1.jpg) center/cover no-repeat;
}
.showcase:nth-child(3){
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../img/slider/1.jpg) center/cover no-repeat;
}
.showcase:nth-child(4){
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../img/slider/3.jpg) center/cover no-repeat;
}

@media screen and (min-width: 400px){
    .showcase h1{
        font-size: 4rem;
    }
}

@media screen and (min-width: 992px){
    .showcase h1{
        font-size: 5rem;
    }
    .showcase button{
        font-size: 1.05rem;
    }
}
