*{
	margin: 0;
	padding: 0;
}

body{
    
	background-image: url("../img/bg_gallery.jpg");
    max-width: 1920px;
	/*line-height: 1.6em;*/
	/*background-repeat: repeat;*/
}
img#mybg {
    position: fixed; 
    top: 0;
    left: 0;
    display: block; 
    width: 100%; 
    height: 100%; 
    max-width: 1920px; 
    max-height: 1080px;
    z-index: -999999; 
}
/* Swiper Slider */
.container-fluid ,.wider {
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 375px;
        height: 375px; 
	}


.container-fluid{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    z-index: 10;
}

h1{
    color: #44AAFF;
    font-family: Oswald;
    font-weight: 600;
    margin: auto;
    font-size: 8em;
    display:block;
    margin: auto;
    position: relative;
}

.arrow{
	font-family: 'Oswald','Roboto';
  	cursor: pointer;
 	
  	display:inline-block;
 	margin-top: 40px;
  	padding: 10px 20px;
	font-size: 30px;
	text-align: center;
 	border:3px #44AAFF solid;
  	color:#44AAFF;
 	z-index: 1;
 	transition: all .2s linear;
}

.arrow:hover{
    border: solid 3px white;
    background-color: white;
    color: #1d6ae5;    
  }

/* Slider Over */

.container {
	text-align: center;
	height: 100%;
	width: 990px;
	margin: 40px auto;
	overflow: hidden;
}

.wider {
	padding: 0;
	margin:auto 30px;
	text-align: center;
	margin-top: 50px;
}

.wider h1 {
	font-family: 'Oswald','Roboto';
	color:#44AAFF;
	font-size: 6em;
}

.hideIt {
	visibility: hidden;
}


/*@media screen and (max-width: 1000px) and (min-width: 820px) {
	.swiper-slide {
		width: 400px;
		height: 300px;
	}
}

@media screen and (max-width: 820px) {
	.swiper-slide {
		width: 300px;
		height: 200px;
	}
}


@media screen and (max-width: 440px) {
	.container-fluid h1 {
		font-size: 6em;
	}
	.arrow {
		width: 150px;
		height: auto;
		font-size: 20px;
	}

}
*/

@media screen and (max-height: 500px) {
    body{
        background-image: url("../img/bg-home-1280.jpg");
    }
    
    .wider h1{
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 5em;
    }
    .arrow{
        width: auto;
        height: 60px;
        
    }
    .arrow{
        margin-top: 20px;
    }
    
    .wider h1{
        font-size: 4em;
    }
    body{
        background-image: url("../img/bg-home-1280.jpg");
    }
    
    
    
}
/* sm */
@media screen and (max-width: 991px) and (min-width: 768px) {
    h1 {
        font-size: 8em;  
    }   
    
    body{
        background-image: url("../img/bg-home-1280.jpg");
    }
    
    
}
/* md */
@media screen and (min-width: 992px) and (max-width: 1199px)  {
    h1 {
        font-size: 10em;
    }
    body{
        background-image: url("../img/bg-home-1280.jpg");
    }
    
    
}
/* lg */
@media screen and (min-width: 1200px){
    h1{
        font-size: 10em;
    }
    
}



/* NAVBAR STYLE START*/
.nb-nav-bg{
		background-color: rgba(3,4,4,0.7);
}

.nav-item{
		margin-right: 10px;
		position: relative;
}

.nav-link:hover{
		font-weight: 400;
		text-decoration: none;
		color: white;
}

.nav-link{
		width: auto;
}
nav a::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #19f6e8;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover::before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nb-link-style-text{
		color: #fff;
		font-family: Roboto;
		font-weight: 200;

}

.wrapper-menu {
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: transform 330ms ease-out;
}

.wrapper-menu.open {
	transform: rotate(-45deg);  
}

.line-menu {
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 3px;
}

.line-menu.half {
	width: 50%;
}

.line-menu.start {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}

.open .line-menu.start {
	transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}

.open .line-menu.end {
	transform: rotate(-90deg) translateX(-3px);
}

.navbar-toggler:focus{
		outline: 0;
}
.nav-link:focus{
		outline: 0px;
}

/* NAVBAR STYLE END */



/*CONTACT MODAL STYLE START*/
.close:focus{
		outline: 0px;
}

.close:hover{
		cursor: pointer;
}

.button3 {
   border-top: 1px solid #6198ba;
   background: #4696cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#4696cc));
   background: -webkit-linear-gradient(top, #3e779d, #4696cc);
   background: -moz-linear-gradient(top, #3e779d, #4696cc);
   background: -ms-linear-gradient(top, #3e779d, #4696cc);
   background: -o-linear-gradient(top, #3e779d, #4696cc);
   padding: 7px 12px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
   font-family: Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   }
.button3:hover {
   border-top-color: #2072a1;
   background: #2072a1;
   color: #ccc;
   }
.button3:active {
   border-top-color: #1b567d;
   background: #1b567d;
   }

/*CONTACT MODAL STYLE END*/
