html{
    scroll-behavior:smooth;

}
body{
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    max-width: 100vw;
    margin:0;
}
body p{
    font-family: roboto;
    font-size:1.2rem;
}
h2{
    font-size: 4rem;
    line-height: 3.8rem;
}
h4{
    margin-bottom:15px;
    font-size:1.1rem;
    color: #353535;;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.8rem;
    font-family: roboto;
}
h5{
    font-size: 1.6rem;
    line-height: 3.8rem;
    letter-spacing:-0.5px;
    margin:0px;
    font-weight: 600;
}
a{
   font-family:  "Open Sans", sans-serif;
    color:#f0f0f0;
    text-decoration: none;
    font-weight: 400;
     font-size: 1.1rem;
    letter-spacing: 0.8px;
   font-weight: 400;
}

.section1{
position: relative;
background-image: url(images/Peja.jpg);
background-size:cover;
background-position: top center;
height:100vh;
width:100%;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header{
    padding:30px;
    display:flex;
    justify-content: space-between;
    height:40px;
    align-items: center;
}
header h3{
    font-family:  "Open Sans", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.8px;
    font-weight: 400!important;
    color: #f0f0f0;
}
header nav{
    display: inline;
}

nav a{
    font-family:  "Open Sans", sans-serif;
    color:#f0f0f0;
    text-decoration: none;
    font-weight: 400;
    padding-left:40px;
     font-size: 1.1rem;
    letter-spacing: 0.8px;
   font-weight: 400;
}
/* .tel-icon{
    border-radius: 50px;
border:1px solid white;
} */
 header button{
    color: #f0f0f0;
    border-color: #f0f0f0;
 }
 header button:hover{
border-color: #ED2E34;
 }
.down-icon{
position: absolute;
bottom:50px;
left:48%;
animation: bounce 1s ease-in-out infinite;
}
   @keyframes bounce {
        0% {
            transform: translateY(0); /* Starting position */
        }
        50% {
            transform: translateY(-10px); /* Move up */
        }
        100% {
            transform: translateY(0); /* Return to starting position */
        }
    }

.section1 h4{
    margin-top:160px;
    margin-bottom:-160px;
    font-size:1.3rem;
    text-align: center;
    color:#f0f0f0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3rem;
    font-family: roboto;
}
    .section1 h1{
    font-size:7rem;
    text-align: center;
    margin-top:180px;
    color: #f0f0f0;
    
}
.section1 p{
    font-size:1.5rem;
    text-align: center;
    margin-top:-50px;
   color: #f0f0f0;
}
.section2{
 padding:100px 30px;

}
.section2 h2{
    margin:0;
}
.section2p{
    max-width:40%;
    margin:0;
    padding-top:15px;
}
.section2 .content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom:20px;
}
.section2 .s2right{
    align-content: end;
    justify-self: end;
}
.grid-columns{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap:2rem;
    margin-top:30px;

}
.column-item{
  box-shadow:none;
  transition: all 1s ease;
  border-radius: 20px;
}
.column-item:hover{
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.column-item img{
    width: 100%;    height: 400px;
    border-radius: 8px 8px 0px 0px;
}
.column-item h3{
    font-size:2rem;
    margin:0;
}
.column-item p{
    margin:0;
    padding-top:10px;
    padding-bottom:20px;
   }
.column-item-color{
    background-color: #f3eed9;
    text-align: center;
    padding:30px;
    margin-top:-5px;
    border-radius:0px 0px 8px 8px;
}
.column-item-color h3{
    margin:0;
}
button{
    font-family: roboto;
    font-size: 1.1rem;
    font-weight: 400;
    padding:15px 70px;
    background-color: rgba(255, 255, 255, 0);
    border:1px solid #ED2E34;
   border-radius:5px;
    transition: all 0.5s ease;
    cursor: pointer;
}
button:hover{
    background-color: #ED2E34;
    color:white;
   
   
}
.section3{
  
    height:700px;
    background-image: url(images/DB-Informatori2021-2-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    margin:auto 30px;
    border-radius: 20px;
}
.section3 .overlay {
  background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}
/* .section3 p{
    margin-top:-20px;
    padding-left:30px;
    max-width: 600px;
}
.section3 h2{
    margin:0;
    padding:200px 0px 0px 30px;
    max-width: 600px;
}
.section3 button{
    margin-left:30px;
    color:white;
    border-color:white;
}
.section3 button:hover{
    border-color:#ED2E34;
} */
.section4{
    background-image: url(images/Stema_e_Komunes_Peje.svg2.png);
    background-size: cover;
    background-position: top center;
    padding:100px 30px 180px 30px;
    display: flex;
    justify-content: space-between;
     position: relative;
}
.section4 .left{
    max-width: 55%;
    
}
.section4 .right{
    max-width: 40% ;
}
.section4 p, .section4 h2{
   padding-right: 100px;
   margin:0;
}
.section4 p{
    padding-top:10px;
    padding-bottom:20px;

}
.section4 img{
    border: 10px solid white;
}
.img1{
    background-image: url(images/DB-Informatori2021-2-scaled.jpg);
    position: absolute;
  top: 0;
  left: 150px;
}
.img2{
    background-image:url(images/20190710_142928-1-768x512.jpg) ;
      position: absolute;
  top: 40px;
  left: 450px;
}
.img1, .img2{
    min-width: 400px;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 10px solid white;
    border-radius: 15px;
}
.section4 .img2{
  
   margin-bottom: -50px; /* Pulls the second image up by 50px */
  margin-left: -50px;  /* Pulls the second image left by 50px */
  position: relative;  /* Might be needed to control the stacking order with z-index if required */
  z-index: 2;
}

footer{
     background-color: #f3eed9;
     
}
.footer1{
    padding:100px 30px 50px 30px;
    display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-image: url(images/Stema_e_Komunes_Peje.svg2footer2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  
}
.footer1 img{
    padding-left:35px;
}
.footer1 nav a{
    color: black;
    display: block;
  padding-bottom:10px;
}
.footer1  .contactinfo, .footer1 .address, .footer1 .ficon{
    justify-self: end;
}
.footer1 .address p{
margin:0;
font-weight: 400;
}
.menu, .contactinfo{
    justify-self:center;
}
.contact{
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: start; 
    margin-top:-20px;
    align-content: flex-start;
    align-items: flex-start;
}
.ficon img{
    border-radius: 50px;
border:1px solid #ED2E34;
padding:15px;

}
.backtotop{
    text-align: end;
}
.contactinfo a, .address a{
    display: block;
    color:black;
    padding-bottom:10px;
    
 
}
.contactinfo img{
    padding-right:10px;
   margin-bottom:-3px;
   padding-left:2px;
}
.contactinfo a{
    margin-left:0px;
}
 footer .info{
    display: flex;
    border-top:1px solid #c7c7c7;
    max-width: 100%;
    padding:20px 30px;
    justify-content: space-between;
}
.info a li{
display: inline;
color: black;
padding-left: 40px;
}
.info p, .info a {
    display: inline;
}

.section5{
    display: flex;
    text-align: left;
    padding:100px 30px;
}
.section5 h2{
    margin:0;
}
.s5content{
    margin-right:200px;
    padding-top: 80px;
}
.s5content p{
width:600px;
}
.newscolumn{
    flex-direction: column;
     gap: 10px;
     display: flex;
 
}
.s5news{
    display: flex;
    flex-direction:row;
    background-color: #F3EED9;
    border-radius:0 8px 8px 0;
 
}
.newscontent{
    flex-direction: row;
    padding-left:50px;
       padding:20px 0px 30px 50px;
}
.newscontent p{
    width:95%;
    margin:0px;
   
}
.newscontent h4{
margin:-10px 0 20px 0;
/* margin-top:-10px; */
letter-spacing:0.1rem;
}
.newsimg, .newscontent{
    flex-direction: column;
}
.newsimg img{
    width:180px;
    object-fit: cover;
    height:100%;
    margin-bottom: -5px;
    border-radius:8px 8px  8px 8px;

}
.section5 a{
    color: inherit;
  text-decoration: none;
  margin:inherit;
}
.cta{
    background-color: #F3EED9;
    text-align: center;
    padding:70px 30px 70px 30px;
    border-bottom: solid 1px #c7c7c7;
}
.cta h2{
    margin:0;
}
.cta p{
  padding-left:30%;
  padding-right: 30%;
}
/* --------------------------------------------------------------- */
/* Rugova canyon page style */

.section1-rugova{
position: relative;
background-image: url(images/Rugova_Canyon.jpg);
background-size:cover;
background-position: top center;
height:70vh;
width:100%;
}
.section1-rugova .section1h4, .section1-history .section1h4{
    margin-top:110px;
    margin-bottom:-110px;
    font-size:1.3rem;
    text-align: center;
    color:#f0f0f0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3rem;
    font-family: roboto;
}
.section1-rugova h1, .section1-history h1{
      font-size:4rem;
    text-align: center;
    margin-top:130px;
    color: #f0f0f0;
    
}
.section1-rugova .section1p, .section1-history .section1p{
    padding-left:30%;
    padding-right:30%;
    font-size:1.5rem;
    text-align: center;
    margin-top:-20px;
   color: #f0f0f0;
}
.section2-rugova, .section4-rugova, .section5-rugova{
margin:100px 30px;
display: flex;
}
.section2-rugova div, .section4-rugova div, .section5-rugova div{
width: 50%;
overflow: hidden;
}
/* .s2right img{
    height:70vh;
    object-fit: cover;
} */
.rugova-s2right, .rugova-s4left, .rugova-s5right, .s2left-history{
    border-radius: 10px 10px;
    background-image: url(images/Rugova_Canyon.jpg);
    height: auto;
    position: center center;
}
.rugova-s2left, .rugova-s5left, .s2right-history{
    padding:70px 150px 70px 0px;
}
.rugova-s2left h2, .rugova-s4right h2, .rugova-s5left h2, .s2right-history h2{
    margin:0;
}
.section3-rugova{
    margin:100px 30px;
    display: flex;
    gap: 1rem;
    overflow: hidden;
    border-radius: 8px;

}
.section3-rugova img{
    width:19.5%;
    border-radius: 8px;
}
.rugova-s4right{
 padding:70px 0px 70px 150px;
}
.rugova-s4left{
    background-image: url(images/boge.webp);
}
.rugova-s5right{
    background-image: url(images/variant.jpg);

}

/* --------------------------------------------------------------- */
/* History page css */

.section1-history{
position: relative;
background-image: url(images/27_19690804014.jpg);
background-size:cover;
background-position: center center;
height:70vh;
width:100%;
margin-bottom:100px;
}


/* --------------------------------------------------------------- */
/* Landmarks page css */

.section1-landmarks{
position: relative;
background-image: url(images/2.jpg);
background-size:cover;
background-position: center center;
height:70vh;
width:100%;
}
.section1-landmarks .section1h4, .section1-history .section1h4{
    margin-top:110px;
    margin-bottom:-110px;
    font-size:1.3rem;
    text-align: center;
    color:#f0f0f0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3rem;
    font-family: roboto;
}
.section1-landmarks h1, .section1-history h1{
      font-size:4rem;
    text-align: center;
    margin-top:130px;
    color: #f0f0f0;
    
}
.section1-landmarks .section1p, .section1-history .section1p{
    padding-left:30%;
    padding-right:30%;
    font-size:1.5rem;
    text-align: center;
    margin-top:-20px;
   color: #f0f0f0;
}
.s2left-landmarks{
    text-align: center;
}
.section2-landmarks{
    padding-top:70px;
}

.section2-landmarks .content{
  display: block;
    padding-bottom:20px;
}
.section2-landmarks .content p{
    padding-left: 30%!important;
    padding-right: 30%!important;

}

/* --------------------------------------------------------------- */
/* History page css */

.section2-history{
    display: flex;
    margin:100px 30px -30px 30px;
}
.section2-history div{
width: 50%;
overflow: hidden;
}

.s2left-history{
    border-radius: 10px 10px;
    background-image: url(images/27_19690804014.jpg);
    height: auto;
    position: center center;
}
 .s2right-history{
    padding:70px 100px 70px 150px;
}
 .s2right-history h2{
    margin:0;
}
.s2left-history{
    height: 500px;
   /* background-attachment: fixed; */
}
.s2left-history.s3{
    background-image: url(images/20190710_142928-1-768x512.jpg);
}
.section2-history.s3{
    padding-bottom:130px;
}
/* --------------------------------------------------------------- */
/* Blog page css */

.section1-blog{
position: relative;
background-image: url(images/Art-Design-1.webp);
background-size:cover;
background-position: center center;
height:70vh;
width:100%;
}
.section1-blog .section1h4, .section1-history .section1h4{
    margin-top:110px;
    margin-bottom:-110px;
    font-size:1.3rem;
    text-align: center;
    color:#f0f0f0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3rem;
    font-family: roboto;
}
.section1-blog h1, .section1-history h1{
      font-size:4rem;
    text-align: center;
    margin-top:130px;
    color: #f0f0f0;
    
}
.section1-blog .section1p, .section1-history .section1p{
    padding-left:30%;
    padding-right:30%;
    font-size:1.5rem;
    text-align: center;
    margin-top:-20px;
   color: #f0f0f0;
}
.s2left-blog{
    text-align: center;
}

.section2-blog{
    padding:70px 30px 100px 30px;
}
.s2left-blog h2{
margin:0px;
}
.section2-blog .content{
  display: block;
    padding-bottom:20px;
}
.section2-blog .content p{
    padding-left: 30%!important;
    padding-right: 30%!important;

}
.section2-blog .column-item img {
    height:300px;
    object-fit: cover;
}


/* contact page code */
.section1-contact{
position: relative;
background-image: url(images/peja-kosovo-travel-photo-20230417171503187-main-image.jpg);
background-size:cover;
background-position: top center;
height:70vh;
width:100%;
}
.section1-contact .section1h4, .section1-history .section1h4{
    margin-top:110px;
    margin-bottom:-110px;
    font-size:1.3rem;
    text-align: center;
    color:#f0f0f0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.3rem;
    font-family: roboto;
}
.section1-contact h1, .section1-history h1{
      font-size:4rem;
    text-align: center;
    margin-top:130px;
    color: #f0f0f0;
    
}
.section1-contact .section1p, .section1-history .section1p{
    padding-left:30%;
    padding-right:30%;
    font-size:1.5rem;
    text-align: center;
    margin-top:-20px;
   color: #f0f0f0;
}

.section2-contact{
display: flex;
justify-content: space-between;
padding:100px 30px;
padding-bottom:100px;
height:500px;
padding-bottom:180px;
}
.section2-contact h3{
    font-size:50px;
    margin:0 0 0 0;
}
/* .section2-contact div, #contact form{
    display: inline;
} */
.section2-contact p{
    /* margin-top:-40px; */
    width:600px;
    /* padding-right:200px; */
}
.city{
    padding-left:150px;
    margin-right:30px;
}
.div-middle{
    padding-top:5px;
    padding-bottom: 5px;
}
form:active{
    border:0;
}
input{

    margin-top:20px;
    border: none;
    border-bottom: 1px solid black;
  height: 50px;
  width: 100%;
}
input:focus{
     outline: none!important;

}
.half{
    width: 48.75%;
}
input::placeholder{
    color:black;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#submit{
   font-family: roboto;
    font-size: 1.1rem;
    font-weight: 400;
    padding:15px 70px;
    background-color: rgba(255, 255, 255, 0);
    border:1px solid #ED2E34;
   border-radius:5px;
    transition: all 0.5s ease;
    cursor: pointer;
}
#submit:hover{
     background-color: #ED2E34;
    color:white;
}
#contact .map{
  
 -webkit-filter: grayscale(100%); /* For Safari */
  filter: grayscale(100%);
}
.infop, a .infop{
    display: inline;
    padding-left:10px; 
    position:relative;
   bottom:5px;
    font-family:  "Open Sans", sans-serif;
    color:black;

    text-decoration: none;
    font-weight: 400;
     font-size: 1.1rem;
    letter-spacing: 0.8px;
   font-weight: 400;
}
