/* Author: Ruby Cassidy
    Version: 1.0
    Date: 1/16/2020
*/
/* @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700'); */  
@import url('https://fonts.googleapis.com/css?family=Spartan:200&display=swap');

:root{
    --white-color: #ffffff !important;
    --main-color: #697e83;
    --display-style:inline-block;
}



*{
    box-sizing: border-box;
}
body{
    background-color: #f4f4f4;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-family: 'Spartan', ;
    font-weight: lighter
}
header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
}
header .logo{
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--white-color);
    font-weight: normal;
}
header>div .logo{
    padding: 1em 3.5em 1em 0.5em;
    float:left;
}
header nav{
    background: transparent !important;
} 

nav a{
    color: var(--white-color);
    opacity: 1;
    text-decoration: none;
    transition: 0.3s all ease;
    font-weight: lighter;
    font-size: 13px;
}
nav a:hover{
    color: var(--white-color);
    opacity: 0.2;
    text-decoration: none;
}
a{
    transition: .3s all ease;
    -webkit-transition: none; 
    -o-transition: none; 
    /* padding: 1em 2.5em; */
    /* display: inline-block; */
    /* color: #ffffff; */
    text-decoration: none;
}
nav ul{
    margin:0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: space-around;
}
nav li{
    list-style: none;
    padding: 1em 0;
}
.heroimage{
    background-image: url(../images/photo16.jpg);
    background-size: cover;
    height: 100vh;
    
}
.main-padding{
    padding: 7em 0em;
}
.sideleft{
    width: 35%;
    float: left;
    text-align: center;
    font-size: 18px;
}

.sub-heading{
    transform: uppercase;
    font-size: 12px;
    color: gray;
    letter-spacing: .1em;
}
.heading{
    font-size: 50px;
    margin-bottom: 30px;
}
.button{
    background-color: black;    
    transition: .3s all ease;    
    padding: 12px 30px;
    margin-top: 0 !important;    
    text-transform: uppercase;    
    letter-spacing: .15em;    
    color: var(--white-color);    
    border:  none;    
    cursor: pointer;
}
.button:hover{
    color:black;
    background-color: white;
    border: 2px solid black;
}
.sideright{
    width: 50%;
    float: right;
    text-align: center;
}
.my-design{
    width: 100%;
    text-align: center;
    padding: 3%;
}
.top{
    width: 100%;
    padding-left: 80%;
}
.bg-color{
    background-color: #F8F9FA !important;
}
.feature{
    text-align: center;
}
.feature-image{
    position: relative;
}
.feature-image img{
    display: var(--display-style);
    width: 300px;
    margin: 1em;
    background-image: url(../home.jpg);
}
.newsletter{
    padding: 2em;
    color: var(--white-color);
    background: #35424a;
    overflow: hidden;
}
.newsletter h1{
    float: left;
    padding-top: 0.6em;
    font-size: 30px;
}
.newsletter form{
    float:right;
    margin: 10px;
}
.newsletter input[type="email"]{    
    padding: 12px 30px;    
    height:2.7em;    
    width:250px;  
}
.footer{
    float:left;
    width:33%;
    text-align: center;
    margin-bottom: 4em;
}
.main-footer{
    padding: 4em 0em 0.9em 0em;
    background:#F2F2F2;
}
.copyright{
    text-align: center;
} 
.rooms-pic-1{    
    max-width: 30%;    
    display: var(--display-style);    
    position: relative;    
    overflow: hidden;    
    padding: 0 1em;  
}
.rooms-pic-1 figure{
    float:left;
}
.rooms-body{
    background: white !important;
    padding: 30px;
    border: 1px solid #E6E6E6;
    border-top: none;
}
figure .img{
    max-width: 100%;
    height: auto;
    
}
contactform input[type="text"], contactform input[type="email"], contactform textarea{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.contactform{
    width:70%;
    padding-bottom:4em;
}
.item>a>img{
    width: 100%;
    height: 100%
}
.item>a>img:hover{
    filter: blur(2px) brightness(60%);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
}
/* .item{
    width:330px;
    display: var(--display-style);
    margin:1rem;
    position: relative;
    box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,8,.25,1);
} */
.item>img{
    width:100%;
    height:100%;
}
.item>img:hover{
    box-shadow:0 8px 16px rgba(0,0,0,0.24), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
    filter: blur(2px) brightness(60%);
}
.container-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 0.2em 2em 0.2em 2em;
}
.heroitems{
    position: absolute;
    width:100%;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 30%
}
.heroitems  h1{
    font-size: 6em;
    color:white;
    font-family: 'Spartan' !important, ;
}
.heroitems p{
    font-size:1.4em;
    color: white;
    font-family: 'Spartan' !important, ;
}
.img{
    content:"";
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.heroimage:before{
    content: "";
    background: rgba(0,0,0,0.5);
    width:100%;
    height:100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#toggle{
    display: none;
}
.label{
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 30px;
    float: right;
    color: var(--white-color);
}
#particles-js{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media(max-width: 992px){ 
    .label{
        display:block;
        cursor: pointer;
    }
    nav ul{
        text-align: center;
        display: flex;
        flex-direction: column;
        top: 3.3em;
        width: 80%;
        position: absolute;
        background-color: rgba(0,0,0,0.8);
        display: none;
    }
    nav a{
        opacity: 1;
    }
    #toggle:checked+.menu{
        display: block;
    }
    header>div .logo{
        float: left;
        padding: 1em 0.5em 0.5em 0.5em;
    }
    .menu a{
        display: block;
        margin: 0;
    }
    .heroitems{
        height:100vh;
    }
    .heroitems h1{
        font-size: 40px;
    }
    .sideleft, .sideright, .newsletter h1, .newsletter form, .footer, .feature-image img, .newsletter input[type="email"], .button, .contactform, .button, .textarea, .rooms-pic-1{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0.8em 0 0.8em 0;
    }
    .rooms-pic-1{
        max-width: 100%;        
    }
    .sideleft{
        padding-bottom: 1em;
    }
    .main-padding{
        padding: 2em 0;
    }
    .heroitems p{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .footer{
        margin-bottom: 1em;
    }
    .button{
        margin-top: 1em !important; 
    }
} 
@media(max-width: 480px){ 
    .heroitems h1{
        font-size: 30px;
    }
    .heroitems p{
        font-size: 20px;
        margin-bottom: 20px;
    }    
}

@media(max-width:992px){
    .pagination{
        width: 50%;
        margin: auto;
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }
    .page-item{
        background: inherit;
        top: 0;
    }
}

@media(max-width:480px){
    .page-link{
        font-size: small;
    }
}

/* pageloader */
.loader.spinner:before{
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0px;
    left: 0px;
    animation: rotate 1s linear 0s infinite;
}
.loader.spinner:after{
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0px;
    left: 0px;
    opacity: 0;
    animation: rotate 1s linear 0s infinite;
}
.loader{
    margin: auto;
    top: 30%;
    position: relative;
    width: 125px;
    height: 125px;
}
.loader:before, .loader:after{
    content:"";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}

@keyframes rotate{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#loadingDiv{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    z-index: 9999999;
}

/* End of pageloader */

/* ARROW */
* {
    margin: 0;
    padding: 0;
}
section {
    position: relative;
    width: 100%;
    height: 100%;
}

.arrow a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.arrow a:hover {
    opacity: .5;
}

#downarrow a {
    padding-top: 60px;
}
#downarrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#downarrow a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#downarrow a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
0% {
    opacity: 0;
}
30% {
    opacity: 1;
}
60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
}
100% {
    opacity: 0;
}
}
@keyframes sdb03 {
0% {
    opacity: 0;
}
30% {
    opacity: 1;
}
60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
}
100% {
    opacity: 0;
}
}
/* END ARROW */




/* PHOTOGRAPHY SLIDESHOW */
.slideshow {
    list-style-type: none;
}

.slideshow,
.slideshow:after { 
    top: -16px; 
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slideshow li span { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}



.slideshow li:nth-child(1) span { 
    background-image: url(../images/slideshow8.jpg); 
}
.slideshow li:nth-child(2) span { 
    background-image: url(../images/slideshow6.jpg);
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url(../images/slideshow1.jpg);
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url(../images/slideshow5.jpg);   
    animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url(../images/slideshow4.jpg);
    animation-delay: 24s; 
}
.slideshow li:nth-child(6) span { 
    background-image: url(../images/slideshow2.jpg);
    animation-delay: 30s; 
}



@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.namelogo{
    color:white;

}

/* END PHOTO SLIDESHOW */




/* DESIGN SLIDESHOW */
.slideshow2 {
    list-style-type: none;
}

.slideshow2,
.slideshow2:after { 
    top: -16px; 
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slideshow2 li span { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}



.slideshow2 li:nth-child(1) span { 
    background-image: url(../images/design6.jpg); 
}
.slideshow2 li:nth-child(2) span { 
    background-image: url(../images/design4.jpg);
    animation-delay: 6s; 
}
.slideshow2 li:nth-child(3) span { 
    background-image: url(../images/design3.jpg);
    animation-delay: 12s; 
}
.slideshow2 li:nth-child(4) span { 
    background-image: url(../images/design2.jpg);   
    animation-delay: 18s; 
}
.slideshow2 li:nth-child(5) span { 
    background-image: url(../images/design1.jpg);
    animation-delay: 24s; 
}
.slideshow2 li:nth-child(6) span { 
    background-image: url(../images/design5.jpg);
    animation-delay: 30s; 
}



@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.namelogo{
    color:white;

}

/* END DESIGN SLIDESHOW */

/* HOW MUCH I CHARGE */
.w3-quarter img{margin-bottom: -6px; cursor: pointer}
.w3-quarter img:hover{opacity: 0.6; transition: 0.3s}
/* END HOW MUCH I CHARGE */
