@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'cel';
  font-weight: 400;
  src: url('font/champagne_et_limousines/ChampagneLimousines.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'cel';
  font-weight: 600;
  src: url('font/champagne_et_limousines/ChampagneLimousines-Bold.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines-Bold.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'cel_i';
  src: url('font/champagne_et_limousines/ChampagneLimousines-Italic.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines-Italic.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'cel_bi';
  src: url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}	

body, html{
	margin:0px;
	padding:0px;
	font-family: 'cel';
	font-size:13px;
	letter-spacing: 0.1em;
	color:#FFF;
	height: 100%;
}

.relative{
	position: relative;
}

.clear{
	clear:both;
	height:1px;
}

.clear5{
	clear:both;
	height:5px;
}

.clear10px{
	clear:both;
	height:20px;
}

.clear20px{
	clear:both;
	height:20px;
}

.clear25px{
	clear:both;
	height:25px;
}


.clear50px{
	clear:both;
	height:50px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background: transparent;
    border-color: transparent;
    color: #7e5ed7;
    height: 40px;
    width: 40px;
}

.header {
    position: fixed;
    top: 0;
    z-index: 10;
    transition: background-color 0.3s ease;
    background-color: transparent;
    width:100%;
	height:130px;
}

.header.sticky {
    /*background-color: white;*/
}


.header .container{
    width:100%;
	padding:20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.header2 {
    position: relative;
    width:100%;
	height:130px;
}


.header .container .logo{
	width:30%;
	max-width:300px;
}
	
.header .container .logo img{
	width:100%;
}	


.header .container .nav{
	width:70%;
	height:50px;
	position: relative;
	top:30px;
	font-weight: 600;
	font-size: 16px;
}


.header .container .nav_resp{
	width:50px;
	height:50px;
	position: relative;
	top:30px;
	font-weight: 600;
	font-size: 16px;
	display:none;
}



.header .container .nav ul{
	list-style: none;
	margin:0px;
	padding:0px;
	float:right;
}

.header .container .nav ul li{
	float:left;
	margin-right:40px;
}

.header .container .nav ul li a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: 'cel';
	font-size:16px;
	font-weight: bold;
	transition: all 500ms;
	letter-spacing: 5px;
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
}

.header .container .nav ul li.focus a
{
	color: #7e5ed7 !important;
	transition: all 500ms;
}

.header .container .nav ul li:hover a
{
	color: #7e5ed7 !important;
	transition: all 500ms;
}


.header.header_inner .container .nav ul li a{
	color:#061152;
}

.header.header_inner .container .nav ul li:hover a, .header.header_inner .container .nav ul li a:hover
{
	color:#7e5ed7 !important;
}

.header.header_inner .container .nav_resp{
	color:#061152;
}


.home_main_container{
	width:100%;
	height:900px;
	background: #221C1C;
	position: relative;
	z-index: 1;
}


.main_container{
	width:100%;
	min-height:500px;
	height:auto;
	position: relative;
	z-index: 1;
}

.login_box{
	width:100%;
	min-height:500px;
	height:auto;
	display:flex;
	align-items: center;
	justify-content: center;
}

.formHolder{
	width:80%;
	max-width:500px;
	height:315px;
    background:#FFFFFF;
	box-sizing:border-box;
	padding:20px;
	border-radius:20px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	color:#061152;
	font-weight:400;
	font-size: 16px;
}

.validateBtn{
	width:150px;
	height:40px;
	background:#061152;
	color:#FFFFFF;
	font-weight: 600;
	display:flex;
	align-items: center;
	justify-content: center;
	margin:auto;
	font-size:20px;
	border-radius: 10px;
	cursor: pointer;
}

.errorMsg{
	color:#A10002;	
	text-align: center;
}


.field{
	width:100%;
	height:40px;
	border-radius:15px;
	border: 1px solid #333333;
	padding-left:20px;
	box-sizing: border-box;
}

.formHolder .title{
	font-weight:600;
	font-size:30px;
	color:rgba(6,17,82,1);
}


.video-bg {
    top: 0;
    left: 0;
    width: 100%;
}

img{
    width: 100%;
    display:block;
}

.overlay_menu{
	width:100%;
	height:100vh;
	background:rgba(6,17,82,1);
	position: absolute;
	position: fixed;
	top:0px;
	z-index:20;
	display:none;
	box-sizing: border-box;
	padding:30px;
	left:-1000px;
	z-index:9999;
}


.overlay_menu .close{
	position:absolute;
	right:20px;
	font-size:30px;
	font-weight:600;
	color:#FFFFFF;
}

.overlay_menu ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.overlay_menu ul li{
	margin-bottom:40px;
}

.overlay_menu ul li a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: 'cel';
	font-size:36px;
	font-weight: bold;
	transition: all 500ms;
	letter-spacing: 5px;
}


.overlay_menu ul li.social a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: 'cel';
	font-size:27px;
	font-weight: bold;
	transition: all 500ms;
	letter-spacing: 15px;
}

@media only screen and (max-width: 730px) {
	.header .container .logo {
		width: 50%;
	}
	
	.header .container .nav{
		display:none;
	}
	
	.header .container .nav_resp{
		display:block;
		font-size:30px;
		    top: 20px;
	}
}


@media (hover: none) and (max-width: 730px) {
	
	.header .container .logo {
		width: 40%;
	}
	
	.header .container .nav{
		display:none;
	}
	
	.header .container .nav_resp{
		display:block;
		font-size:20px;
	}
	
}

/*
* Overlay
*/
.overlay_portfolio {
  height: auto;
  width: 100vw;
  background: rgba(62,51,74,0.80);
  overflow-y: scroll;
}

.overlay_portfolio::-webkit-scrollbar {
  width: 5px; /* Adjust the width as needed */
}

.overlay_portfolio::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 4px; /* Radius of the scrollbar thumb */
}

.overlay_portfolio::-webkit-scrollbar-track {
  background-color: transparent; /* Color of the scrollbar track */
}

.overlay_portfolio_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}


.portfolio_relative{
    position:relative
}

.portfolio_toolbar {
    right: 0;
    top: 0;
	direction: ltr;
    position: fixed;
    transition: opacity .25s ease,visibility 0s ease .25s;
    z-index: 9999;
	background: #7e5ed7;
}

.portfolio_button {
    background: #847092;
    background: #7e5ed7;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    /*visibility: inherit;*/
    width: 44px;
    height: 44px;
    width: 30px;
    height: 30px;

}

.portfolio_button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
	color:#FFFFFF;
    width: 100%;
}

.portfolio_image_relative{
	width:100%;
	height:100%;
	position:relative;
}

.portfolio_image_caption_position{
	width:50%;
	position:absolute;
	top:100px;
	padding: 20px;
    box-sizing: border-box;
}

.portfolio_image_caption{
	width: 100%;
    color: #FFFFFF;
    font-weight: bold;
}

.video-container {
      position: relative;
      width: 100%;
      height: 100%;
}

.video-container iframe, .portfolio_image_relative iframe{
      /*position: absolute;
      top: 0;
      left: 0;*/
      width: 100%;
      height: 100%;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  /* Adjust the desired aspect ratio (16:9 in this case) */
  padding-top: 56.25%; /* 9/16 = 0.5625 or 56.25% */
}

/* Style the iframe to take up the entire container */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gm-style .place-card-large{
	display:none;
}

button.gm-inset-map.gm-inset-light {
    display: none !important;
}




 .scroll-indicator {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 2rem;
            color: #000;
            animation: bounce 1.5s infinite;
            cursor: pointer;
            z-index: 1000;
        }

.scroll-indicator img{
width:30px
}
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0) translateX(-50%);
            }
            40% {
                transform: translateY(-20px) translateX(-50%);
            }
            60% {
                transform: translateY(-10px) translateX(-50%);
            }
        }
        .hidden {
            display: none;
        }



.non_resp_where_menu{
	    left: -37px;
    position: absolute;
    width: 200px;
    top: 16px;
    font-size: 40px;
	display:none;
	line-height: 20px;
}