@charset "utf-8";
body {
	height:100%;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

@media (min-width: 360px){
 .img3 {
	 top: 170px;
 	width:80%; 
	height:50%;
	 left: 8%;
	 margin-top: 5px;	 
}
}
@media (min-width: 504px){
 .img3 {
	 top: 150px;
 	width:80%; 
	height:50%;
	 left: 8%;
	 margin-top: 5px;
	 
}
}
@media (min-width: 600px){
 .img3 {
	 top: 125px;
 	width:80%; 
	height:50%;
	 left: 8%;
	 margin-top: 5px;	 
}
}
@media (min-width: 834px){
 .img3 {
	 top: 70px;
 	width:80%; 
	height:50%;
	 left: 8%;
	 margin-top: 5px; 
}
}
@media (min-width: 1059px){
 .img3 {
	 top: 60px;
 	width:100%; 
	height:470px;
	 left: 0%;
	 margin-top: 5px;
}
}
@media (min-width: 360px){
 .img4 {
 top: 600px;
	height: 800% ;
 	width:102%; 
	 left: 8%;	
	 margin-top: 143px;	 
}
}
@media (min-width: 504px){
 .img4 {
	 top: 150px;
 	width:100%; 
	height:470px;
	 left: 8%;
	 margin-top: 5px;
	 
}
}
@media (min-width: 600px){
 .img4 {
	 top: 125px;
 	width:100%; 
	height:465px;
	 left: 8%;
	 margin-top: 5px;	 
}
}
@media (min-width: 834px){
 .img4 {
	 top: 70px;
 	width:100%; 
	height:470px;
	 left: 8%;
	 margin-top: 5px; 
}
}
@media (min-width: 1059px){
 .img4 {
	 top: 50px;
 	width:100%; 
	height:470px;
	 left: 0%;
	 margin-top: 2px;
}
}
@media (min-width: 1199px){
 .img4 {
	 top: 50px;
 	width:100%; 
	height:80%;
	 left: 0%;
	 margin-top: 2px;
}
}

@media (min-width: 1366px){
 .img4 {
	 top: 50px;
 	width:100%; 
	height:540px;
	 left: 0%;
	 margin-top: 2px;
}
}

@media (min-width: 360px){
 .slide_img {
	top: 8%;
  position: absolute;
  width: 99.5%;
  height: 80%;
  z-index: -1;
}	
}

@media (min-width: 360px){
 .slide_img img {
  width: 101.5%;
  height: inherit;
}
}


@media (min-width: 504px){
 .slide_img {
	top: 8%;
  position: absolute;
  width: 94%;
  height: 93%;
  z-index: -1;
}	
}

@media (min-width: 504px){
 .slide_img img {
  width: 107%;
  height: inherit;
}
}
@media (min-width: 600px){
 .slide_img {
	top: 8%;
  position: absolute;
  width: 93%;
  height: 93%;
  z-index: -1;
}	
}

@media (min-width: 600px){
 .slide_img img {
  width: 107.5%;
  height: inherit;
}
}@media (min-width: 834px){
 .slide_img {
	top: 8%;
  position: absolute;
  width: 93%;
  height: 93%;
  z-index: -1;
}	
}

@media (min-width: 834px){
 .slide_img img {
  width: 107.5%;
  height: inherit;
}
}

@media (min-width: 1199px){
 .slide_img {
	top: 8%;
  position: absolute;
  width: 94.5%;
  height: 93%;
  z-index: -1;
}	
}

@media (min-width: 1199px){
 .slide_img img {
  width: 107%;
  height: inherit;
}
}
@media (min-width: 1366px){
 .slide_img {
	top: 8%;
  position: absolute;
  width: 93%;
  height: 94.5%;
  z-index: -1;
}	
}

@media (min-width: 1366px){
 .slide_img img {
  width: 107%;
  height: inherit;
}
}

@media (min-width: 360px){
.header
{
  width:100%;
  position:absolute;
  bottom:0px;
  left:0;
		  height:25px;  
 background-color:white;
	margin-left: 0px;
	opacity: 1;
	position: fixed; 
	z-index: -10;
}
				}
@media (min-width: 504px){
.header
{
  width:100%;
  position:absolute;
  bottom:0px;
  left:0;
	  height:25px;  
 background-color:white;
	margin-left: 0px;
	opacity: 1;
	position: fixed; 
}
				}
@media (min-width: 600px){
.header
{
  width:100%;
  position:absolute;
  bottom:0px;
  left:0;
		  height:25px;  
 background-color:white;
	margin-left: 0px;
	opacity: 1;
	position: fixed; 
}
	}
@media (min-width: 1059px){
.header
{
  width:100%;
  position:absolute;
  bottom:0px;
  left:0;
	  height:25px;  
 background-color:white;
	margin-left: 0px;
	opacity: 1;
	position: fixed; 
}
				}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins", sans-serif;
    --color1: #FFF ;
    --color2: #181818 ;
}
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    background-color: var(--color1);
    padding: 4px 20px;
}

@media (min-width: 360px){
.logo 
{
 margin-left: 27.5%;
}
}


@media (min-width: 504px){
.logo 
{
margin-left: 0%;
}
}

@media (min-width: 600px){
.logo 
{
margin-left: 0%;
}
}

@media (min-width: 834px){
.logo 
{
margin-left: 0%;
}
}

@media (min-width: 1059px){
.logo 
{
margin-left: 0%;
}
}

@media (min-width: 1199px){
.logo 
{
margin-left: 0%;
}
}


@media (min-width: 1366px){
.logo 
{
margin-left: 0%;
}
}

@media (min-width: 360px){
.logo img
{
  width: 150px;height: 150px;
}
}
				

@media (min-width: 504px){
.logo img
{
 width: 48px;height: 48px;
}
}
				
@media (min-width: 600px){
.logo img
{
 width: 48px;height: 48px;
}
}

@media (min-width: 834px){
.logo img
{
 width: 48px;height: 48px;
}
}

@media (min-width: 1059px){
.logo img
{
 width: 48px;height: 48px;
}
}


@media (min-width: 1199px){
.logo img
{
 width: 48px;height: 48px;
}
}

@media (min-width: 1366px){
.logo img
{
 width: 48px;height: 48px;
}
}
.menu {display: flex;}
.menu li {padding-left: 30px;}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color2);
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color2);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--color2);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}
@media(min-width: 360px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 35%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--color1);
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}