@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&family=Prompt:wght@500&family=Roboto&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}
:root{
  --blue: #3671C7;
  --yellow: #ffff6ff0;
  --grey: #696969f0;
}

.wrap{
  width: 100%;
  height: auto;

}

.top {
  position: fixed;
  right: 5px;
  bottom: 45px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  transition: 0.5s;
}

.top ion-icon{
  color: var(--blue);
  font-size: 1.5rem;
}
.top.active{
  visibility: visible;
  opacity: 1;
}


.top-info{
  width: 100%;
  height: 3rem;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-info .info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}

.top-info ion-icon{
  color: white;
  font-size: 0.8rem;
}
.social-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-left: 2rem;
}
.social-top ion-icon{
  color: white;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.social-top ion-icon:hover{
  color: var(--grey);
;
}

.social-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}
.social-bot ion-icon{
  color: var(--blue);
  font-size: 1.5rem;
  padding-left: 1rem;
}

.top-info .info a{
  color: white;
  text-decoration: none;
  font-size: 1rem;
  padding-left: 0.5rem;
}

.top-info .info a:hover{
  color: darkblue;
  transition: 0.5s ease;
}

nav{
  width: 100%;
  height: 7rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-holder{
  width: 19.5rem;
  height: auto;
  padding-left: 5%;
}

.logo-holder img{
  width: 100%;
  height: auto;

}

nav ul{
  list-style: none;
  display: flex;
  padding-right: 5%;
}



nav ul li a{
  margin:0 1rem;
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
}

nav ul li a:hover{
  color:var(--blue) ;
  transition: 0.5s ease;
  border-bottom: 1px solid var(--blue);
}

.hamburger{
  cursor: pointer;
  display: none;
}

.hamburger ion-icon{
  color: var(--blue);
  font-size: 2rem;
  padding-right: 2rem;
}


                                /*     MAIN   */


main{
  width: 100%;
  height: 80vh;
  background-image: url(img/bg6.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;

}

.main-text{
  width: 60%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3rem 3rem;
  position: absolute;
  left:3rem;
  top: 4rem;
}

.main-text h1{
  font-size: 2.2rem;
  color: white;
  margin-bottom: 1rem;

}
.main-text p{
  font-size: 1.4rem;
  color: white;
  margin-bottom: 3rem;
}

.main-text a{
  font-size: 1.2rem;
  color: white;
  background-color: var(--blue);
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.main-text a:hover{
  font-size: 1.2rem;
  color: darkblue;
  transition: 1s ease;
}

/* baner1   */

.baner1{
  width: 100%;
  height: auto;
  padding: 2rem 3rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.baner1 p{
  font-size: 1.3rem;
  color: black;
  padding: 0 4rem;
}
.baner1 span{
  font-size: 1.4rem;
  color: var(--blue);

}

/* static */

#static{
  width: 100%;
  height: 80vh;
  background-image: url(img/bg5.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;

}

.text-static{
  width: 45%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3rem 3rem;
  position: absolute;
  left:3rem;
  top: 4rem;
  text-align: center;
}

.text-static h2{
  font-size: 2rem;
  color: white;
  margin-bottom: 1.2rem;
}
.text-static p{
  font-size: 1.4rem;
  color: white;
  margin-bottom: 1.5rem;

}

.text-static a{
  font-size: 1.2rem;
  color: white;
  background-color: var(--blue);
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.text-static a:hover{
  font-size: 1.2rem;
  color: darkblue;
  transition: 1s ease;
}



iframe{
  width: 50%;
  height: auto;
}


                                  /* ABOUT US    */

#aboutUs{
  width: 90%;
  height: auto;
  margin: 2rem auto;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 2rem 1rem 2rem;

}

.img-about{
  width: 50%;
  height: 450px;

}
.img-about img{
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 10px -5px var(--grey);
}

iframe{
  width: 100%;
  height: 100%;
}


.text-about{
  width: 50%;
  height: auto;
  padding: 2rem 3rem;

}

.text-about h2{
  font-size: 2rem;
  color: var(--blue);
  margin-bottom: 2rem;
}

.text-about p{
  font-size: 1.2rem;
  color: var(--grey);
  padding-bottom: 0.5rem;
}


                    /* SERVICES    */


#service{
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
#service h2{
  font-size: 2.2rem;
  color: var(--blue);
  padding-bottom: 2rem;
}

.serv-wrap1, .serv-wrap2, .serv-wrap3{
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem 2rem;
  align-items: center;
  justify-content: space-around;
}

.box1, .box2, .box3, .box4{
  width: 45%;
  height: 550px;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.7);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box3, .box4, .box5, .box6, .box7, .box8{
  width: 45%;
  height: 550px;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.7);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.box1:hover, .box2:hover, .box3:hover, .box4:hover, .box5:hover, .box6:hover, .box7:hover, .box8:hover{
  transform: translateY(-10px);
  transition: 1s ease;

}

.box1 h3, .box2 h3, .box3 h3, .box4 h3, .box5 h3, .box6 h3, .box7 h3, .box8 h3{
  font-size: 1.7rem;
  color: black;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;

}

.box1 p, .box2 p, .box3 p, .box4 p, .box5 p, .box6 p, .box7 p, .box8 p{
  font-size: 1.1rem;
  color: var(--grey);
  padding: 0 2rem 2rem 2rem;

}

.box1-img, .box2-img, .box3-img, .box4-img, .box5-img {
  width: 100%;
  height: 50%;
}

.box1-img img, .box2-img img, .box3-img img, .box4-img img, .box5-img img{
  width: 100%;
  height: 100%;
}

#price{
  width: 100%;
  height: auto;
  background: rgba(55, 113, 199, 0.1);
  text-align: center;
}

#price h2{
  font-size: 2.4rem;
  color: var(--blue);
  padding: 4rem 1rem 4rem 2rem;
}

.price-holder1, .price-holder2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-box1{
  width: 400px;
  height: 250px;
  margin: 2rem 3rem;
  box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/oak_wood_flooring.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3671C7;
  backdrop-filter: blur(25px);
}
.price-box2{
  width: 400px;
  height: 250px;
  margin: 2rem 3rem;
  box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/Castle_oak_Laminate_flooring.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3671C7;
  backdrop-filter: blur(25px);
}

.price-box3{
  width: 400px;
  height: 250px;
  margin: 2rem 3rem;
  box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/Hero_grey_Spc_flooring.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3671C7;
  backdrop-filter: blur(25px);
}
.price-box4{
  width: 400px;
  height: 250px;
  margin: 2rem 3rem;
  box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/Smoked_wood_wood_flooring.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3671C7;
  backdrop-filter: blur(25px);
}

.price-box5{
  width: 400px;
  height: 250px;
  margin: 2rem 3rem;
  box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/Pure_SPC_flooring.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3671C7;
  backdrop-filter: blur(25px);
}
.price-box6{
  width: 400px;
  height: 250px;
  margin: 2rem 3rem;
  box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/Laminate_flooring_LegatoNatural.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3671C7;
  backdrop-filter: blur(25px);
}
.price-box h4{
  font-size: 1.3rem;
  color: var(--yellow);

}
.price-box p{
  font-size: 1.3rem;
  color: white;
}
.price-box span{
  font-size: 1.5rem;
  color: var(--yellow);
  padding-top: 1rem;
}

                             /* Testemonials */

.testemonials{
width: 100%;
height: auto;
text-align: center;
padding-bottom: 3rem;
background-color: #f4f4f4ff;
}

.testemonials h4{
font-size: 2rem;
padding-top: 5rem;
font-weight: 400;
color: darkblue;

}

.what-say {
display: flex;
justify-content: center;
align-items: center;
margin-top: 4rem;
margin-bottom: 6rem;
}

.test{
width: 90%;
display: flex;
flex-direction: column;
}

.what-say .test p{
font-size: 1.1rem;
margin-left: 60px;
margin-right: 60px;
color: darkblue;
}

.test  span{
color: #002255;
padding-top: 1rem;
}


                              /*     GALLERY    */

  #gallery{
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
  }

  #gallery h2{
    font-size: 2.2rem;
    color: var(--blue);
    padding: 4rem 1rem;
  }

.galery-wrapp{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;


}

.galery {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  background-color: white;
  overflow: hidden;
  grid-gap: 1rem;
  padding: 2rem 2rem 2rem 2rem;
}



.galery div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.galery div img{
  width: 100%;
  height: 100%;
  background-size: cover;
}

.galery div:hover img{
  transform: scale(1.3);
  transition: 1.5s ease;
}


#contact{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 2rem;
  background-color: rgba(55, 113, 199, 0.1);
}

#contact h2{
  font-size: 2.2rem;
  color: var(--grey);
  padding: 3rem 1rem 0rem 1rem;
}

.contact-holder{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.7);
}

.contact-info{
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-info a{
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--blue);
}

.contact-info a:hover{
  color: var(--grey);
}

.contact-info p{
  font-size: 1.6rem;
  color: var(--grey);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-info p span{
  font-size: 1rem;
  color: var(--grey);
  text-transform: uppercase;
}

.contact-logo img{
  width: 18rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.card{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.card img{
  width: 5rem;
  height: auto;
  padding: 0 0.2rem;
}

     /* Contact Form */

.contact-text{
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

form{
  width: 100%;
  height: auto;
  position: relative;
  margin: 1.5rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form h2{
  font-size: 1.2rem;
  color: var(--grey);
  margin-bottom: 1.5rem;
}

form input{
  width: 600px;
  height: 50px;
  border: none;
  border: 0.5px solid var(--blue);
  margin: 20px;
  padding: 1rem;
  outline: none;

}

form textarea{
  width: 600px;
  border: none;
  border: 0.5px solid var(--blue);
  margin: 20px;
  padding: 1rem;
  outline: none;
}
 .send{
  width: 180px;
  height: auto;
  padding: 0.5rem 2rem;
  background: var(--blue);
  text-transform: uppercase;
  font-size: 1.3rem;
  color: white;
  cursor: pointer;
}

.footer{
  width: 100%;
  height: 50px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer p{
  font-size: 0.8rem;
  color: white;
}

.footer p a{
  text-decoration: none;
  font-size: 0.8rem;
  color: var(--yellow);
}

.proba{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.proba p{
  font-size: 1.8rem;
  color: var(--grey);
  padding: 2rem;
}

.proba img{
  width: 18rem;
}

@media all and (max-width: 1235px){
  #meni{
    display: none;
  }

  #meni.active{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 11rem;
    right: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem 0rem;
  }

  nav ul li{
    padding: 1rem 0rem;
  }

  nav ul li a{
    color: var(--blue);
    font-size: 1.2rem;

  }

  nav ul li a:hover{
    color:var(--grey) ;
    border-bottom: 1px solid var(--grey);
  }
  .hamburger{
    display: flex;
  }

  #meni.active .hamburger.span1{
    transform: rotate(50deg) translateX(1.2px);
    transition: 0.5s ease-out;
  }

  .logo-holder{
    width: 18rem;
    height: auto;
    padding-left: 5%;
  }

  main{
    height: 90vh;
  }

  .main-text{
    width: 85%;
    left: 0;

  }

  form input{
    width: 25rem;
  }

  form textarea{
    width: 25rem;
  }

  #aboutUs{
    width: 100%;
    height: auto;
    margin: 2rem auto;
    flex-direction: column;
    padding: 7rem 1rem 1rem 1rem;

  }
  .img-about{
    width: 80%;
    height: auto;
    padding-bottom: 2rem;
  }
  .text-about{
    width: 80%;
    height: auto;
    padding-left: 2rem;
  }

  .serv-wrap1, .serv-wrap2, .serv-wrap3{
    padding: 2rem 1rem;
  }
}



@media all and (max-width: 900px){
  #meni.active{
    width: 50%;
  }
  .logo-holder{
    width: 17rem;
    padding-left: 5%;
  }
  .top-info{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
  }
  .social-top {
    padding-left: 0;
  }
  .main-text{
    width: 100%;
  }
  main{
    height: 100vh;
    background-image: url(img/bg6.jpg);
    background-position: right;
    background-attachment: scroll;
  }
  .main-text h1 {
    font-size: 2rem;
  }

  .img-about{
    width: 90%;
  }
  .text-about{
    width: 90%;
  }
  .text-about h2{
    font-size: 2rem;
  }

  .baner1 p{
    font-size: 1rem;
    padding: 0 3rem;
  }
  .baner1 span{
    font-size: 1rem;

  }

  .text-static{
    width: 60%;
    height: auto;
    padding: 3rem 3rem;
    position: absolute;
    left:3rem;
    top: 4rem;
    text-align: center;
  }



  #service h2{
    font-size: 2rem;
  }

  .serv-wrap1, .serv-wrap2, .serv-wrap3{
    flex-direction: column;
    padding: 2rem 2rem;
  }

  .box1, .box2{
    width: 80%;
    height: 500px;
    margin-bottom: 1rem;
  }

  .box3, .box4, .box5, .box6, .box7, .box8{
    width: 60%;
    height: 500px;
    margin-bottom: 1rem;
  }

  .price-box{
    padding: 1rem 0rem;
    box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);

  }

  .testemonials h4{
    font-size: 1.7rem;
  }

  .what-say {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
  .test  span{
    margin-bottom: 2rem;
  }

  .contact-holder{
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.7);
  }
  #price h2{
    font-size: 2rem;
  }

  .price-box{
    width: 280px;
    height: 280px;
    margin: 2rem 1.5rem;
  }

  #gallery h2{
    font-size: 2rem;
  }

  #contact h2{
    font-size: 2rem;
  }
  .contact-text{
    margin-top: 4rem;
  }

}



@media all and (max-width: 535px){
  .top {
    display: none;
  }
  #meni.active{
    width: 100%;
    margin-top: 3rem;
  }
  .logo-holder{
    width: 15rem;
    padding-left: 5%;
  }

  .social-top {
    padding-left: 0;
  }

  main{
    width: 100%;
    height: 100vh;
  }

  .main-text{
    width: 100%;
    bottom: 0;
    top: 0rem;
    height: auto;
    padding: 3rem 1.5rem;
    left: 0;
    overflow-y: scroll;

  }

  .main-text h1 {
    font-size: 1.6rem;
  }

  .img-about{
    width: 100%;
  }
  .text-about{
    width: 100%;
    padding: 0 1rem;
    text-align: justify;
  }
  .text-about h2{
    font-size: 1.6rem;
  }

  .baner1 {
    padding: 1rem;
  }

  .baner1 p{
    font-size: 0.8rem;
    padding: 0 1rem;
  }
  .baner1 span{
    font-size: 0.7rem;
  }

  .text-static{
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3rem 3rem;
    position: absolute;
    left:0;
    top: 4rem;
    text-align: center;
  }

  .text-static h2{
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
  }
  .text-static p{
    font-size: 1.4rem;
    color: white;
    margin-bottom: 1.5rem;

  }


  #service h2{
    font-size: 1.6rem;
  }
  #service h3{
    padding: 1rem;
  }

  .serv-wrap1, .serv-wrap2, .serv-wrap3{
    flex-direction: column;
    padding: 2rem 2rem;
  }


  .box1, .box2{
    width: 100%;
    height: 600px;
    margin-bottom: 1rem;
  }

  .box3, .box4, .box5, .box6, .box7, .box8{
    width: 100%;
    height: 600px;
    margin-bottom: 1rem;
  }

  .price-holder1, .price-holder2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .price-box1, .price-box2, .price-box3, .price-box4, .price-box5, .price-box6{
    width: 90%;
    height: auto;
    padding: 2rem 0rem;
    box-shadow: 5px 5px 10px -5px rgba(255, 255, 255, 0.7);
    text-align: center;
  }

  .what-say .test p{
font-size: 1.1rem;
margin-left: 1rem;
margin-right: 1rem;
}
  .contact-holder{
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    box-shadow: 0 0 0 0;
  }

  .contact-info{
    width: 100%;
  }

  #price h2{
    font-size: 1.6rem;
  }

  .price-box{
    width: 300px;
    height: 250px;
    margin: 1rem 1.5rem;
  }

  #gallery h2{
    font-size: 1.6rem;
  }

  #contact h2{
    font-size: 1.6rem;
  }
  .contact-text{
    margin-top: 4rem;
      width: 100%;
  }

  form input{
    width: 18rem;
  }

  form textarea{
    width: 18rem;
  }

}
