@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:30px;
	color:#777;
	background:#0CF;
}

.container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
  width: 100%;
  
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
  border:1px solid #CCC;
  height: 40px;
	background:#FFF;
	margin:0 0 5px;
  padding:10px;
  outline:none;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
  outline:none;
}

#contact textarea {
	height:150px;
	max-width:100%;
  resize:none;
  outline:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
  background-color:#FFF;
  border-radius: 50px;
	color:#0050A0;
	margin:0 0 5px;
	padding:10px;
  font-size:15px;
  border: #0050A0 2px solid;
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  font-size:20px;
  outline:none;
}

#contact button[type="submit"]:hover {
  background: #0050A0;
  color:#fff;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
  transition: 0.3s;
  

}


.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;

}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}




















#navmob{

  display: none;
  
  }

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

html, body {
  height: 100%;
}
section {
  position: relative;
  width: 100%;
  height: 95%;
  text-align: center;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  
}


#section01 { background: url(https://picsum.photos/1200/800?image=575) center center / cover no-repeat;}
#section02 { background: url(https://picsum.photos/1200/800?image=1016) center center / cover no-repeat;}
#section03 { background: url(https://picsum.photos/1200/800?image=869) center center / cover no-repeat;}
#section04 { background: url(Pics/Siouxee\ Tour\ Guide.png) center center / cover no-repeat;}
#section05 { background: url(Pics/heroo.png) center center / cover no-repeat;}
#section06 { background: url(https://picsum.photos/1200/800?image=901) center center / cover no-repeat;}
#section07 { background: url(https://picsum.photos/1200/800?image=675) center center / cover no-repeat;}
#section08 { background: url(https://picsum.photos/1200/800?image=1050) center center / cover no-repeat;}
#section09 { background: url(https://picsum.photos/1200/800?image=902) center center / cover no-repeat;}
#section10 { background: url(https://picsum.photos/1200/800?image=516) center center / cover no-repeat;}


.demo a {
  position: absolute;
  bottom: 20px;
  left: auto;
  
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
  color: white;
  text-decoration: none;
}




#section05 a {
    padding-top: 70px;
  }
  #section05 a span {
    position: absolute;
    top: 0;
    left: 50%;
    
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb05 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  
  


/* ============ only desktop view ============ */
@media all and (min-width: 1350px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
  .navbar .nav-item:hover .dropdown-menu{margin-left: 16px; transition: .3s; opacity:1; visibility:visible; top:100%; width: 50px; transform: rotateX(0deg); }
  
#lang{

width: 20px;

}

}		
/* ============ desktop view .end// ============ */

body{

padding: 0;

margin: 0;

overflow-x: hidden;


}


html{

    scroll-behavior: smooth;

}


.navbarr{
width: 100%;
display: flex;
justify-content: flex-end !important;
margin-right:100px;

height: 100px;
}

/* ============ desktop view  ============ */

.rm_closed{

      display: none;

    }

    .rm_open{

      display: block;

    }
#navitems{
  margin: 0px 30px;

  font-family: 'Montserrat', sans-serif;
font-size: 20px;
transition: .3s;
  position: relative;
  padding:0;
  top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

#navitemsl{
  margin: 0px 30px;
  font-family: 'Montserrat', sans-serif;
font-size: 20px;
transition: .3s;
  position: relative;
  padding:0;
  top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}


#navbarDropdownMenuLink{

  margin: 0px 40px;
  font-family: 'Montserrat', sans-serif;
  

transition: .3s;
  position: relative;
  padding:0;
  top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 
}


#navitemsd{

  font-family: 'Montserrat', sans-serif;
font-size: 15px;


}
#navitemsc{
  margin: 0px 30px;
  font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 500;
transition: .3s;
padding: 8px 35px;

}

.HeroTxt1{

  font-family: 'beach_resortregular' ;
  position: absolute;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 120px;
  line-height: 60px;
}

.HeroTxt2{

  font-family: 'Montserrat', sans-serif;

  color: #fff;
  padding-top: 0px;
  font-size: 25px;
}


/* ============ desktop view .end// ============ */

/* ============ Mobile Start ============ */


#navitemsm{
  margin: 0px 30px;
  font-family: 'Montserrat', sans-serif;
font-size: 20px;
transition: .3s;
  position: relative;
}



#navitemsdm{

  font-family: 'Montserrat', sans-serif;
font-size: 10px;

}

.navbar-brand{

  margin-left: 30px;

}

.navbar-toggler{

  margin-right: 30px;

}

@media (max-width:700px){

  .HeroTxt1{

    font-family: 'beach_resortregular' ;
    position: absolute;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 80px;
    text-align: center;
  }
  
  .HeroTxt2{
  
    font-family: 'Montserrat', sans-serif;
  
    color: #fff;
    padding-top: 0px;
    
    font-size: 15px;
    text-align: center;
  
  }


  .navbar-brand{

    margin-left: 10px;
  
  }
  .navbar-toggler{

    margin-right: 0px;
  
  }

  #navitemsm{
    margin: 0px 10px;
    font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  transition: .3s;
    position: relative;
  }
  
  section {
    position: relative;
    width: 100%;
    height: 70%;
    text-align: center;
  }

  .demo a {
    position: absolute;
    bottom: 0px;
    left: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 12px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }
  .demo a:hover {
    opacity: .5;
    color: white;
    text-decoration: none;
  }
  
  
  
  
  #section05 a {
      padding-top: 70px;
    }
    #section05 a span {
      position: absolute;
      top: 20px;
      left: 65%;
      width: 12px;
      height: 12px;
      margin-left: -12px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb05 1.5s infinite;
      animation: sdb05 1.5s infinite;
      box-sizing: border-box;
    }

}



/* ============ mobile .end// ============ */








.h1k{
  font-family: 'Montserrat', sans-serif;

font-size: 50px;
font-weight: 500;

}


#navitemsc:hover{

  font-weight: 500;
  background-color: white;
  color: black;
  transition: .3s;


}
  
  
  a#navitems:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #FFF;
      visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out;
    }
  
  
  a#navitems:hover:before {
      visibility: visible;
      transform: scaleX(1);
    }



@media only screen and (max-width: 1360px){


  #navmob{

    display: flex;
    width: 100%;
    }
    #navpc{

      display: none;
      
      }

}
#codh{

  text-align: center; font-size: 50px; color: #0050A0; font-family: 'Montserrat', sans-serif;
font-weight: 500;
}

#CoDelame{

  font-family: 'Montserrat', sans-serif;
  background-color: #E3F5F2 ;
  padding: 0px 100px;
}

#Cod{

  padding: 0px 100px;
  padding-bottom: 120px;

}


#Srow
{

padding-top: 100px;

}
.hu{
  font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-weight: 500;

}



.txt1{
font-weight: 300;
padding-top: 30px;
font-size: 20px;

font-family: 'Montserrat', sans-serif;

}

#CR{

 padding: 0px 100px;

}

#CL{

  padding-left: 110px;

}

#IR{

  justify-content: flex-end;
  height: 300px;
  width: 500px;
  margin: 0%;
  width: 100%;
}

#IL{

  justify-content: flex-start;
display: flex;


}

#ILM{

display: none;


}


#imgr{
  margin-top: 20px;
  height: 400px;
  width: 600px;
  border-radius: 50px 0 50px 0;

}

#imgl{
  height: 300px;
  width: 500px;


}

#delme{

display: none;

}

#Aj{

  padding: 180px 220px;
  padding-right: 50px;

}

#Ajh{

  font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-weight: 500;

}

#Ajt{
  padding-top: 50px ;
  padding-right: 150px;
  padding-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
font-size: 25px;
font-weight: 300;

}

#Ajb{
transition: .3s;
  border: #0050A0 solid 2px;
  border-radius: 50px 50px 50px 0px;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-decoration: none;
font-size: 20px;
color: #0050A0;
}
#Ajb:hover{
  transition: .3s;
  color: #fff;
background-color: #0050A0;
}

#Ajbb{
  transition: .3s;
    border: #0050A0 solid 2px;
    
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
  font-size: 20px;
  color: #0050A0;
  border-radius: 100px;
  }
  #Ajbb:hover{
   color: white;
  background:  #0050A0;
  box-shadow: -1px 6px 10px 0 rgba(120, 60, 20, .2);
  }

#Ajimg{

height: 180px;
margin-top: 25px;
border-radius: 50px 0px 50px 0;



}

.justify-img{

  display: block;
 

}

#Ajimgi{

  height: 400px;
  margin-top: 0px;
  border-radius: 50px 50px 50px 0;
  margin-right: 150px;
  
  
  }
#Ajc{

  justify-content: flex-end;

}
#kh{

  font-family: 'Montserrat', sans-serif;
font-size: 40px;
font-weight: 500;
display:block;
text-align: center;
}
#kht{
color: #565656;
  font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-weight: 300;
display:block;
text-align: center;
line-height: 50px;
}
#imgk{

height: 110px;
display:block;
}
#imgk2{

  height: 92px;
  width: 110px;
  display:block;
  }
  
#jsk{

display:flex;
justify-content: center;

}



@media(max-width:1800px){
  

  #Aj{

    padding: 120px 120px;
  
  }
 
  #Ajt{
    padding-top: 60px ;
    padding-right: 0px;
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 300;
  
  }

  #Ajimg{

    height: 200px;
    
    border-radius: 50px 0px 50px 0px;
    
    
    }

    #Ajimgi{

      height: 350px;
      
      border-radius: 50px 50px 50px 0px;
      margin-right: 0px;
      
      }

}

#kys{

  height: 520px;

}

#prt1{
height: 150px;
}
#prt2{
  height: 100px;
}
.pdcho2{

  padding-top: 100px;

}
@media (max-width:1400px){
  .justify-img{

    display: flex;
   justify-content: center;
  
  }
  .pdcho{

    padding-top: 100px;

  }
  #prt1{
    height: 80px;
    }
    #prt2{
      height: 80px;
    }
#kys{

  height: 820px;

}

  body,html {
    overflow-x:hidden;
    }
  
#pdk{

padding-top: 100px;

}

  #Ajh{

    font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  }
  
  #Ajt{
    padding-top: 60px ;
    padding-right: 0px;
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  
  }
  
  #Ajb{
  transition: .3s;
    border: #0050A0 solid 2px;
    border-radius: 50px 50px 50px 0px;
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
  font-size: 20px;
  color: #0050A0;
  }








  #Ajc{
padding-top: 50px;
    justify-content: center;
  
  }




  #Aj{

    padding: 180px 40px;
  
  }

  #delme{

    display: flex;
    
    }


  #imglm{
    height: 300px;
    width: 500px;
  
  
  }

  #CR{

    padding: 0px 0px;
  text-align: center;
  }
  
  #CL{
  
    padding: 0px 100px;
    text-align: center;
  }

  #IR{
padding-top: 100px;
    justify-content: center;

  }

  #IL{
  display:none;
  }

  #ILM{

display: flex;
justify-content: center;
padding-top: 100px;

  }

 }


   @media (max-width: 1000px){
    #kys{

      height: 520px;
    
    }
#Cod{

  padding: 50px 20px;

}

#CoDelame{

  font-family: 'Montserrat', sans-serif;
  background-color: #E3F5F2 ;
  padding: 20px 20px;
}

#codh{

font-size: 50px;

}
   }

   
   
   @media (max-width:600px){

    #Ajimgi{

      height: 200px;
      
      border-radius: 50px 50px 50px 0px;
      margin-right: 0px;
      
      }
#index_contact_row{

padding-top: 70px;

}
#prt1{
  height: 50px;
  }
  #prt2{
    height: 50px;
  }
    #Aj{

      padding: 80px 40px;
    
    }
    #ajh{

padding-top:50px;

    }
    #Ajimg{

      height: 170px;
      
      border-radius: 50px 0px 50px 0px;
      
      
      }

    #Ajh{

      font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    padding-top:50px;
    text-align: center;
    }
    
    #Ajt{
      padding-top: 60px ;
      padding-right: 0px;
      padding-bottom: 50px;
      font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    
    }
    
    #Ajb{
    transition: .3s;
      border: #0050A0 solid 2px;
      border-radius: 50px 50px 50px 0px;
      padding: 15px 30px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      text-decoration: none;
    font-size: 20px;
    color: #0050A0;
    }


    
    #imgr{

      height: 200px;
      width: 325px;
    
    }
    
    #imglm{
      height: 200px;
      width: 325px;
    
    
    }

    #CR{
  
      padding: 0px 30px;
     
    text-align: center;
    }
    
    #CL{
    
      padding: 0px 30px;
      text-align: center;
    }
  
    #ILM{
      padding-top: 75px;
     
margin: 0;
width: 100%;

    }

#IR{
  padding-top: 75px;

  
margin: 0;
}

#Srow{
padding-top: 50px;
height: 674;
}

  }

  .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 1200px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
  
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

.fotogalerie{


width: 60%;

margin:auto;
margin-top: 200px;
}

.headerfoto{

  font-family: 'Montserrat', sans-serif;
font-size: 40px;
margin-bottom: 50px;
font-weight: 700;
}
.sluzbypic{

  margin: 0 0 35px 35px;

   float:right; 

   border-radius: 50px 50px 50px 0;

}

@media(max-width: 1400px) {

.sluzbypic{

  display: none;

}

  #Srow{
    padding: 50px 100px;
    
    }

  .fotogalerie{


    width: 80%;
    margin:auto;
    margin-top: 100px;
    }
    
    .headerfoto{
    
      font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    }

    

}

@media(max-width: 600px) {
  #Srow{
    padding: 30px 00px;
    
    }
  .fotogalerie{


    width: 80%;
    margin:auto;
    margin-top: 50px;
    }
    
    .headerfoto{
    
      font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    }

    .mobilething{

      height: 50px;

    }

}

.Mfoto{

display: none;

}

.splide__slide img{


height: 500px;

}

#image-slider{

width: 1200px;
padding: 0px 100px;
height: 500px;
}

#image-slider2{

  width: 1200px;
  padding: 0px 100px;
  height: 500px;
  }
  
  #image-slider3{

    width: 1200px;
    padding: 0px 100px;
    height: 500px;
    }

    .padding-foto{


      padding-top: 200px;
    }
    .svgser{

      display: none;
      
      }
    @media(max-width: 1400px) {
.svgser{

display: inline;

}
      .padding-foto{


        padding-top: 100px;
      }
      #image-slider{

        width: 1000px;
        padding: 0px 100px;
     
        }
        
        #image-slider2{
        
          width: 1000px;
          padding: 0px 100px;
          
          }
          
          #image-slider3{
            padding: 0px 100px;
            width: 1000px;
            
            
            }
        
        
    
    }
    @media(max-width: 800px) {
     
      .Mfoto{

        display: block;
        
        }
.hu{

  font-size: 30px;
}
      .padding-foto{


        padding-top: 50px;
      }
      .PCfoto{

        display: none;

      }
      #image-slider{

        width: 300px;
        padding: 0px 00px;
     
        }
        
        #image-slider2{
        
          width: 300px;
          padding: 0px 00px;
          
          }
          
          #image-slider3{
            padding: 0px 00px;
            width: 300px;
            
            
            }
        
        
    
    }

    
    