﻿@font-face {
	font-family: 'gothic';
 
	src: local('☺'), 
		url('centurygothic-webfont.woff') format('woff'), 
		url('centurygothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gothic';

 
	src: local('☺'), 
		url('centurygothicbold-webfont.woff') format('woff'), 
		url('centurygothicbold-webfont.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}



*{
    box-sizing: border-box;
}


body{
    font-family: 'gothic' ;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    background: #fff;
}
html,body,h1,h2,h3{
    margin: 0;
    padding: 0;
}
h2{
    font-weight: 500;
}

.tagline{
 

    
    font-size: 2em;
    
    padding: 20px 0 50px;
  
    text-align: center;
    
 
  
    color: #fff;
   
}
.services{
    max-width: 100%;
    margin: 0 auto;
}
.content-table{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.content-table .content-table-row{
    display: table-row;
    width: 100%;
}
.content-table .content-table-row .content-table-cell{
    display: table-cell;
}
.content-table .content-table-row .content-table-cell:first-child{
    padding: 70px 20px 40px 40px
}
.services .content-table-cell:last-child{
    background: url(./img/s2.png) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
}
.aboutus .content-table-cell:last-child{
    background: url(./img/s1.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
}
.Portfolio .content-table-cell:last-child{
    background: url(./img/s3.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
}
.aboutus{
    background: #fff;
}
.aboutus-content{
    max-width: 100%;
    margin: 0 auto;
}
.about-section{
    background: url(./img/boat.jpg) no-repeat center center fixed;
    background-size: auto auto;
    background-size: cover;
}
.about-section .fp-tableCell{
    vertical-align: top;
}
.Portfolio{
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 40px;
}
.Portfolio-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Portfolio-content ul li span{
    display: inline-block;
    vertical-align: middle;
}
.Portfolio-content ul li span:first-child{
    margin-right: 20px;
}
.Portfolio-content ul li {
    padding-bottom: 40px;
}
.portfolio-section{
    background: #f9fbec;
}
.portfolio-section h2{
    margin-bottom: 20px;
}
.service-section{
    /* background: #7dd5c9; */
    color: #222;
    background: url(./img/photo2.jpg) no-repeat center center fixed;
    background-size: auto auto;
    background-size: cover;
}
.service-section .fp-tableCell{
    vertical-align: top;
}
.service-section .fp-tableCell > div{
    background: #7dd5c9;
}
.logo{
    width:296px;
    height: 159px;
    background: url(img/Exhilr-Logo-big.png) no-repeat center center;
    margin: 0 auto;
   
}
.home-content{
    padding: 50px 50px .5vh;
}

.world{
    width: 125px;
    height: 125px;

    margin: 0 auto;
    position: relative;
   
  
}



.doorholder{
    width: 125px;
    height: 125px;
    background: url(./img/doorholder.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 0px;
    background-size: contain;
    transform-origin: 19px -165px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all ease .3s;
}
.doorhandle{
    position: absolute;
    width: 380px;
    height: 125px;
    background: url(./img/door-handle.png) no-repeat center center;
    left: 50%;
    top: 8%;
    background-size: contain;
    
    transform: translateX(-11%);
    -webkit-transform: translateX(-11%);
    transform-origin: 21px -59px;
    transition: all ease .3s;


    cursor: pointer;

  
   
}
.on .doorhandle{
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);

}
.on .doorholder{
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.doortag{
    position: absolute;
    width:280px;
    height: 435px;
    background: url(./img/room-tag.png) no-repeat center center;
    left: -81px;
    top: -33px;;
    background-size: contain;

    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center 100px;
  
}


  .doortag-text{
      position: absolute;
    
      left: 30px;
      width:220px;
      height: 425px;
      top: 262px;
      text-align: center;
      color:#fff;      
   
      overflow: hidden;
    
  }
  .doortag-text h2{
      font-size: 1.8em;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
  }
  .doortag-text h2 strong{
      display: block;
      font-size: 1.2em;
  }
  .doortag-text h2 span{
    display: block;
    font-size: .8em;
}
  .doortag-text p{
      text-align: left;
      padding-left: 42px;
      padding-right: 43px;
      padding-top: 20px;
  }
.home-page{

    max-width: 800px;
    margin: 0 auto;
    height: 785px;
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}


.main-logo{
    position: fixed;
    top:0;
    left: 40px;
    background:url(img/Exhilr-Logo.png) no-repeat center center #fff; 
    background-size:170px auto;
    height: 140px;
    width: 230px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sticky .main-logo{
    background:url(img/Exhilr-Logo.png) no-repeat center center #fff; 
    background-size:auto 95%;
    height: 61px;
    width: 150px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}

#menu {
    position: fixed;
    top:40px;
    left: 0;
    height: 61px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 1.1em;
    width:  100%  ;
    z-index: 70;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu.sticky{
    top:0;
}

#menu .nav{
    position: absolute;
    top:0px;
    right:20px;
}

#menu .nav ul{
    list-style: none;
    margin: 0;
    padding: 9;
    display: table;
    border-collapse: collapse;
  
   
  
    margin: 0 auto;
}
#menu .nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
   width: auto;
    text-transform: uppercase;
    
    
}
#menu .nav li a{
    text-decoration: none;
    font-weight: 500;
    color: rgba(255,255,255,.6);
    font-size: 1em;
    display: block;
    padding: 20px 20px;
    position: relative;
 
}
#menu .nav li.active{
  
    position: relative;
}
#menu .nav li.active a{
    color: #fff;
}
#menu .nav li.active a::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 12px;
    height: 5px;
    background: #fff;
    width: 5px;
    border-radius: 50%;
    margin-left: -2.5px;
}
#menu .nav li.logo-holder{
    position: relative;
    padding: 0;
    width: 262px;
}
#menu .nav li.logo-holder a{
    background: none;
}
#menu .nav li:first-child a{
    /* border-top-left-radius: 5px; */
    border-bottom-left-radius:5px;
}
#menu .nav li:last-child a{
    /* border-top-right-radius: 5px;
    border-bottom-right-radius:5px; */
}

#menu .nav li.logo-holder a{
    
    
    background:url(img/logo-shade.png) no-repeat center center;
 
  
    height: 147px;
  
    display: block;
 
    position: relative;
    top: 2px;
}
.home{
    background: #333 url(img/b1.jpg) no-repeat center center ;
   
    
}



.tagline{
    font-size: 3.5em;
    color: #fff;
    font-weight: 500;
    padding:10px 50px 0;    
    top: 40%;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}
 
.loadingbg div{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
  
}
.loadingbg div.b1{
 

background:url(img/b1.jpg) no-repeat center center ;
background-size: cover;
}

.loadingbg div.b2{
    

   background:url(img/b2.jpg) no-repeat center center ;
   background-size: cover;
   }
   .loadingbg div.b3{
    

   background:url(img/b3.jpg) no-repeat center center ;
   background-size: cover;
   }
   .loadingbg div.b4{
    

   background:url(img/b4.jpg) no-repeat center top ;
   background-size: cover;
   }
.loadingbg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
  overflow: hidden;
    z-index: 1;
}

.service-section .fp-tableCell,.about-section .fp-tableCell{
    padding-bottom: 400px;
}

  /* Zoom out Keyframes */
  @-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
  }
  @keyframes zoomout {
      0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
  }/*End of Zoom out Keyframes */
  .images{
      width: 0;
      height: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top:0;
  }

  @media (max-width:1367px) {
    .tagline{
        font-size: 3.5em;
    }
      
  }
  @media (max-width:1155px) {
    #menu{
        padding: 0 20px;
    }
    #menu li a{
        font-size: .8em;
        height: 61px;
    }
    #menu li{
        width: 125px;
    }
    #menu li a {
     
        font-weight: 200;
    }
  }

  @media (max-width:900px) {
    .service-section .fp-tableCell,.about-section .fp-tableCell{
        padding-bottom: 300px;
    }
    .tagline{
        font-size: 2.5em;
    }
    #menu li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    #menu{
        top:0;
    }
    .main-logo{
        background:url(img/Exhilr-Logo.png) no-repeat center center #fff; 
        background-size:auto 95%;
        height: 61px;
        width: 150px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    }
  }
  @media (max-width:760px) {
    .content-table .content-table-row .content-table-cell:first-child{
        padding-left: 20px;
    }
    
    #menu li.logo-holder{
        display: none;
    }
    #menu{
        padding: 0;
        top:0;
    }
    #menu li a{
        font-size: .6em;
    }
    #menu li:first-child a{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #menu li:last-child a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .tagline{
        text-align: left;
        padding: 10px 20px 0;
        top:33%;
    }

    #menu .nav{
        display:none;
    }

    #menu .nav.shownav{
        display: block;
    }

    #menu .nav.shownav{
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-logo{
        left: auto;
        right: 20px;
    }
    
    div.burger {
        height: 30px; 
        width: 40px;
        position: absolute;
        top: 7px; 
        left: 20px;
        cursor: pointer;
        z-index: 100;	
    }
        div.x,
        div.y,
        div.z {
            position: absolute; margin: auto;
            top: 0px; bottom: 0px;		
            background: #fff;
            border-radius:2px;
            -webkit-transition: all 200ms ease-out;
               -moz-transition: all 200ms ease-out;
                -ms-transition: all 200ms ease-out;
                 -o-transition: all 200ms ease-out;
                    transition: all 200ms ease-out;
        }		
        div.x, div.y, div.z { height: 3px; width: 26px; }
        div.y{top: 16px;}
        div.z{top: 33px;}
        div.collapse{
            top: 20px;
            background:#000;
            -webkit-transition: all 70ms ease-out;
               -moz-transition: all 70ms ease-out;
                -ms-transition: all 70ms ease-out;
                 -o-transition: all 70ms ease-out;
                    transition: all 70ms ease-out;
        }
         
        
        div.rotate30{
            -ms-transform: rotate(30deg); 
            -webkit-transform: rotate(30deg); 
            transform: rotate(30deg);	
            -webkit-transition: all 50ms ease-out;
               -moz-transition: all 50ms ease-out;
                -ms-transition: all 50ms ease-out;
                 -o-transition: all 50ms ease-out;
                    transition: all 50ms ease-out;					
        }
        div.rotate150{
            -ms-transform: rotate(150deg); 
            -webkit-transform: rotate(150deg); 
            transform: rotate(150deg);	
            -webkit-transition: all 50ms ease-out;
               -moz-transition: all 50ms ease-out;
                -ms-transition: all 50ms ease-out;
                 -o-transition: all 50ms ease-out;
                    transition: all 50ms ease-out;					
        }
        
        div.rotate45{
            -ms-transform: rotate(45deg); 
            -webkit-transform: rotate(45deg); 
            transform: rotate(45deg);	
            -webkit-transition: all 100ms ease-out;
               -moz-transition: all 100ms ease-out;
                -ms-transition: all 100ms ease-out;
                 -o-transition: all 100ms ease-out;
                    transition: all 100ms ease-out;					
        }
        div.rotate135{
            -ms-transform: rotate(135deg); 
            -webkit-transform: rotate(135deg); 
            transform: rotate(135deg);	
            -webkit-transition: all 100ms ease-out;
               -moz-transition: all 100ms ease-out;
                -ms-transition: all 100ms ease-out;
                 -o-transition: all 100ms ease-out;
                    transition: all 100ms ease-out;					
        }
    
    div.navbar{height:73px;background:#385e97;}
    
    div.circle{	
        border-radius: 50%;
        width: 0px;
        height: 0px; 
        position:absolute;
        top: 35px;
        left: 36px;
        background:#fff;
        opacity:1;
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
           -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
             -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
                transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
    }
    div.circle.expand{
        width:1800px;
        height:1800px;
        top: -560px;
        left: -565px; 	
        -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
           -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
             -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
                transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);					
        
    }

    div.menu {
        height: 568px; 
        width: 320px;
        position: absolute;
        top: 0px; left: 0px;
    }
    div.menu ul li {
        list-style: none;
        position:absolute;
        top:50px;;
        left:0;
        opacity:0;
        width:320px;
        text-align:center;
        font-size:0px;
        -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
           -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
             -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
                transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    div.menu ul li a {
        color:#4a89dc;
        text-transform:uppercase;
        text-decoration:none;	
        letter-spacing:3px;			
    }
    
    div.menu li.animate{
        font-size:21px;
        opacity:1;
        -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
           -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
             -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
                transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    div.menu li.animate:nth-of-type(1){	
        top:120px;
        transition-delay: 0.0s;	
    }
    div.menu li.animate:nth-of-type(2){
        top:190px;
        transition-delay: 0.03s;	
                
    }
    div.menu li.animate:nth-of-type(3){
        top:260px;
        transition-delay: 0.06s;		
        
    }
    div.menu li.animate:nth-of-type(4){
        top:330px;
        transition-delay: 0.09s;		
        
    }
    div.menu li.animate:nth-of-type(5){
        top:400px;
        transition-delay: 0.12s;		
        
    }
    div.menu li.animate:nth-of-type(6){
        top:470px;
        transition-delay: 0.15s;	
                
    }
    #menu .nav ul,#menu .nav ul li{
        display: block;
    }
    #menu .nav li{
        display: block;
        width: 100%;
        text-align: left;
        left: auto;
    }
    #menu .nav li a{
        color:rgba(0,0,0,0.5);
        display: inline-block;
        padding: 10px 0;
    }
    #menu .nav li.active a{
        color:#000;
    }
    #menu .nav li.active{
        position: relative;
    }
    #menu .nav li.active a::after {
        background: #000;
        left: 0;
        margin-left: 0;
        bottom: 16px;
        height: 3px;
        width: 100%;
        border-radius: 0;
    }
  }
  
  @media (max-width:600px) {
    .service-section .fp-tableCell,.about-section .fp-tableCell{
        padding-bottom: 0px;
    }
    .content-table .content-table-row .content-table-cell:first-child {
        padding: 70px 20px 20px 20px;
        width: 100%;
    }
    .content-table .content-table-row .content-table-cell:last-child {
        display: none;
    }
    .Portfolio-content ul li span{
        display: block;
        text-align: center;
    }
    .Portfolio{
        padding-top: 70px;
    }
    .service-section{
        background: #7dd5c9;
    }
    .about-section{
        background: #fff;
    }
  }