* {
	box-sizing: border-box;
	background-color: white;
	padding: 0;
	margin: 0;
	width: 100%;
	
}

.contactbox{
  float: left;
  width: 33%;
  height: auto;
  color: white;
  background-color: #f8f1f1;

}
.contactbox1{
  float: left;
  width: 33%;
  height: auto;
  color: white;
  background-color: #f8f1f1;

}
.contactbox2{
  float: left;
  width: auto;
  height: auto;
  color: white;
  background-color: #f8f1f1;

}
body {font-family: Verdana, sans-serif; margin:0; background-color: whitesmoke; width: 100%; padding: 0;}
.mySlides {display: none}

img {vertical-align: middle;}

li, a, button {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 500;
	font-size: 16px;
	color: black;
	text-decoration: none;
	width: auto;
  
}
header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 30px ;
	font-size: 50px;

}


.navlinks{
	color: red;
	font-size: 50px;
}

.logo {
	cursor: pointer;
	margin-right: auto;
	width: 200px;

}

.orange{
	color: orange;
  background-color: inherit;
}
.BB{
  background-color: inherit;
  font-size: 35px;
}

.nav__links {
	list-style: none;
	margin-bottom: 20px;
	float: right;
	text-align: right;
}
.nav__links li {
	display: inline-block;
	padding: 0px 40px;

}
.nav__links li a {
	transition: all 0.3 ease 0s;
}
.nav__links li a:hover {
	color: green;
	
}
.cta{
	width: 100%;

}

button {
	padding: 9px 25px;
	background-color: rgb(0, 136, 169, 1);
	border: none;
	border-radius: 50px;
    cursor:  pointer;
    transition: all 0.3s ease 0s;
    margin-left: 20px;
    text-align: center;
}
button:hover{
	background-color: rgb(0, 136, 169, 0.8);
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
   img { width: 100%;
  height: 300px; max-height: 300px;}
  .nav__links {text-align: center;}
 .contactbox{
    float: none;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox1{
    float: none;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox2{
    float: none;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
    text-align: right;
  
  }

 }

@media only screen and (max-width: 450px) {
  #a {width: 100%; float: left;text-align: center; }
  button{ margin-left: 0; text-align: center; }
  img { width: 100%;
  height: auto; max-height: 700px;}
 
 .nav__links { text-align: center;}
.contactbox{
    float: left;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox1{
    float: left;
    width: 100%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
  
  }
  .contactbox2{
    float: left;
    width: 50%;
    height: auto;
    color: white;
    background-color: #f8f1f1;
    text-align: right;
  
  }

}
@media only screen and (min-width: 450px) and (max-width: 975px )  {
  
  #a {width: 100%; float: left;text-align: center;}
  button{ margin-left: 0; text-align: center; }
  .nav__links {display: block;width: 200px; text-align: center;}
  img { width: 100%;
  height: auto;
  max-height: 700px;}
  
}

@media only screen and (min-width: 975px ) {
	img { width: 100%; height: auto; max-height: 700px;}  
  .nav__links {display: inline-block; }
}



input{
	 display: block;
  margin-left: auto;
  margin-right: auto;
 
  
}
.input{
  opacity: 1;
}
.input:hover{
  opacity: 0.5;
}
	

/* reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  min-height: 100vh;
  padding: 0px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}





.footer{
  width: 100%;
  height: auto;
  background-color: #f8f1f1;
  color: white;
  text-align: center;
  
}
.copyright{
  width: 100%;
  height: 40px;
  background-color: #f8f1f1;
  text-align: center;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
}


.myBtn {
  display: inline-flexbox;
  background-color: grey;
  color: white;
  cursor: pointer;
  position: fixed;
 
  
}

.myBtn:hover {
  background-color: #555;
}
.footerlinks{
  width: auto;
  height: 50px;
  color: rgb(79, 77, 77);
  background-color: #f8f1f1;
  border-radius: 0%;
  border:none;
  font-family: Georgia, 'Times New Roman', Times, serif;


}
.footerlinks:hover {
  
  border-radius: 5%;
  color: orange;
}
.footerlinktitle{
  width: auto;
  height: 50px;
  color: black;
  font-size: 15pt;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #f8f1f1;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;

}
@media only screen and (max-width: 300px ) {
 

}
@media only screen and (max-width: 450px ) {
  

}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.nrtel{
  color:green

}
.nrtel1{
  color:orange
  
}
#copyright{
  width: 100%;
  height: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #f8f1f1;
  text-align: center;
  color: black;
  
}


body {
  margin: 0px;
  padding: 0;
  text-align: center;
}
.container{
  display: grid;
  grid-template-columns: repeat(10,auto);
  grid-auto-rows: 100px 300px;
  grid-gap: 10px;
  grid-auto-flow: dense;
}

.gallery-item{
  width: 100%;
  height: 100%;
}

.gallery-item .image{
  width: 100%;
  height: 100%;
  margin: 0 auto;

  
}


.gallery-item .image img{
  width: 1;
  height: 100%;
  cursor: pointer;
  transition:transform .5s;
}

.gallery-item:hover .image img{
  transform: scale(1.5);
  position: relative;
}

.gallery-item .text{
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  pointer-events: none;
  z-index: 4;
  transition: .3s ease-in-out;
  -webkit-backdrop-filter: blur(5px) saturate(1.8);
  backdrop-filter: blur(5px) saturate(1.8);
}

.gallery-item:hover .text{
  opacity: 1;
  animation: move-down .3s linear;
  padding: 10em;
  width: 100%;
}

.w-1{
  grid-column: span 1;
}

.w-2{
  grid-column: span 2;
}

.w-3{
  grid-column: span 3;
}

.w-4{
  grid-column: span 4;
}

.w-5{
  grid-column: span 5;
}

.w-6{
  grid-column: span 6;
}

.h-1{
  grid-row: span 1;
}

.h-2{
  grid-row: span 2;
}

.h-3{
  grid-row: span 3;
}

.h-4{
  grid-row: span 4;
}

.h-5{
  grid-row: span 5;
}

.h-6{
  grid-row: span 6;
}
@media screen and (min-width: 900px) and (max-width: 1400px ){
  .container{
    grid-template-columns: repeat(6,1fr);
  }
 
}

@media screen and (max-width:900px){
  .container{
    grid-template-columns: repeat(1,1fr);
  }
  .w-1,.w-2,.w-3,.w-4,.w-5,.w-6{
  grid-column:span 1;
  }
  
  .h-1,.h-2,.h-3,.h-4,.h-5,.h-6{
  grid-row: span 3;
  }
}



@keyframes move-down{

  0%{
    top: 10%;
  }
  50%{
    top: 35%;
  }
  100%{
    top: 50%;
  }
}

.galerianaglowek{
  font-size: 27px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  width: 100%;
  height: 50px;
  padding-bottom: 5%;
  padding-top: 4%;
  background-color: #f5f2e9;
}
.spacee{
  background-color: white;
  height: 10px;
}
  