*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


/* UTILITY */
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* LANDING */
.main {
    height: 100vh;
}

.col45 {
    background-position: center;
    background-repeat: no-repeat;
    border-right: .5px solid rgba(0, 0, 0, .05);

}

.col55    {
    background-position: center;
    background-repeat: no-repeat;
}




/* DESCRIPTION */
.description {
    position: relative;
    background: #f4f4f4;
    height: 65vh;
}

.description h2 {
    position: relative;
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 85px;
    color: black;
}


.ukras {
    background-color: rgba(0, 0, 255, 0.02);
    clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
    background-attachment: fixed;
}


.text_box{
    padding-left:4rem;
    padding-top: 3rem;
}

/* GALERY */
.imgCols {
    position: relative;
    height: 50vh;
    overflow: hidden !important;
}

.col11 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* TESTEMONIALS */

.testemonials {
    position: relative;
    text-align: center;
    color: white;
    height: auto ;
    min-height: 80vh;
    overflow: hidden !important;
    }

.wraper {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #d2652d;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    color: #d2652d;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}

.wraper{
    position: absolute;
    top: 0;
    left: -143vh;
    height: 80vh;
    width: 101.5vh;
    z-index: 214748364 !important;
    background-color: black;
    opacity: .8;


}

.offBtn{
    position: absolute;
    top: 22%;
    right: 33.5%;
    font-size: 2rem;
    cursor: pointer;
}

#plusSign {
    z-index: 100000 !important;
    position: absolute;
    bottom: 8rem;
    right: -33rem;
    color: black;
    cursor: pointer;
    }

#plusSign2 {
    z-index: 100000 !important;
    position: absolute;
    bottom: 8rem;
    left: -143rem;
    color: black;
    cursor: pointer;
}






/* WAVES */
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
    margin-top: -7.45%;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}




/*

    @media only screen and (max-device-width: 1440px) {}

    @media only screen and (max-device-width: 1024px) {}

    @media only screen and (max-device-width: 768px) {}

    @media only screen and (max-device-width: 425px) {}

    @media only screen and (max-device-width: 375px) {}

    @media only screen and (max-device-width: 320px) {}

*/

@media only screen and (max-device-width:1440px) {

    .testemonials .wraper .offBtn {
        right: 35%;
        top: 16%;
    }
    
 
}

@media only screen and (max-device-width:1024px) {

    .testemonials .wraper .offBtn {
        right: 31%;
        top: 13%;
    }
    
      .testemonials .wraper form {
        margin-left: 4%;
    }
    
}



@media only screen and (max-device-width: 768px) {

    .col55 {
        display: none;
    }

    .description {
        height: 75vh;
    }

    .testemonials .wraper {
        margin-left: 14%;
    }
    
     .testemonials .wraper form {
        margin-left: 14%;
    }
    
    .testemonials .wraper .offBtn {
        right: 26%;
        top: 15%;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}


@media only screen and (max-device-width: 480px) {
    .col45 {
        background-size: contain;
        }

    .col55 {
        display: none;
    }

    .description {
        height: 115vh;
    }

    .text_box {
        padding-left: 0rem;
    }

    .testemonials .wraper {
        margin-left: -30%;
    }
    
      .testemonials .wraper form {
        margin-left: 23%;
        
    }
    
     .testemonials .wraper .offBtn {
        right: 21%;
       
    }

}


@media only screen and (max-device-width: 375px) {

    .testemonials .wraper {
        margin-left: -40%;
    }

}


@media only screen and (max-device-width: 320px) {

    .testemonials .wraper {
        margin-left: -55%;
    }

    .testemonials .wraper .offBtn {
         right: 21%;
    }

}
