
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@350&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Itim:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  max-width: 100%;
}

body
{

  background-color: black;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0;

}

p
{
  line-height: 1.8;
}

.footer {
  bottom: 0;
  left: 0;
  right: 0;
  outline: 1px solid rgb(68, 68, 68);
  background: rgb(0, 0, 0);
  color: gray;
  padding-top: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: "poppins";
}

.footer img
{
  width: 1rem;
}

.creator-conact
{
  color: gray;
  font-family: "Poppins";
  padding-left: 2rem;
  font-size: 0.9rem;
  padding-bottom: 2rem;
  background-color: black;
  justify-content: left;
  display: flex;
}

#underline
{
  transform: translateY(2rem);
  background-color: rgb(255, 213, 76);
  width: 60%;
  height: 0.3rem;
  display: flex;
  border-radius: 50px;
}





.navbar
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0rem 5rem;
  width: 100%;
  height: auto;
  gap: 5rem;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  position: fixed;
  transition: background-color 0.3s ease-in-out;
}

.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px); /* Adjust blur level */
}

.nav-left h1, .nav-left a
{
  font-family: "Itim";
  font-weight: 100;
  text-decoration: none;
  color: rgb(255, 213, 76);

}

.nav-mid, .nav-mid ul
{
  gap: 5rem;
     display: flex;
     font-family: "Roboto slab";
     letter-spacing: 1px;
     list-style: none;
     font-size: 1rem;
     font-weight: 500;
     text-align: center; 
     align-items: center;
    padding: 0;

}

.nav-start
{
  display: flex;
  flex-direction: row;
  gap: 5rem;
}


.nav-left, .nav-mid
{
  display: flex;
  justify-content: left;
}

.nav-right ul
{
  width: fit-content;
  display: flex;
 padding: 0;
 transition: 250ms;
}

.nav-right img
{
  width: 2rem;
}
.nav-right ul
{
  padding: 0.5rem 0rem 0rem 0rem;
  gap: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;

}

.nav-right-mobile
{
  display: none;

}

.nav-mid-mobile a, .nav-mid-mobile li
{ 
  list-style: none;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: 500ms;
  position: relative;  
  cursor: pointer;
}

.nav-mid-mobile
{
  display: none;
}

.nav-right img:hover
{
  scale: 1.2;

}

.nav-mid a, .nav-mid li
{ 
  list-style: none;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: 500ms;
  position: relative;
  cursor: pointer;
}

.nav-mid a:hover
{
     transition: 150ms;
     color: rgb(255, 213, 76)
}
   

.header
{
width: 100%;
height: 100vh;
}


#header-image
{
  filter: brightness(30%);
display: flex;
position: fixed;
z-index: -1100;
width: 100%;
top: 0;
height: 100vh;
object-fit: cover;
}


.header h1
{
     color: white;
     display: flex;
     justify-content: center;
     margin: 0;
     padding-top: 20rem;
     font-size: 4rem;
     letter-spacing: 10px;
     font-family: "Roboto slab";
    
}

.header h2
{
     color: rgb(255, 213, 76);
     display: flex;
     justify-content: center;
     font-family: "Cookie", cursive;
     letter-spacing: 2px;
     font-size: 2.4rem;
     font-weight: 100;
}




.content
{
  max-width: 100%;
}

.about-slide
{
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-slide h1
{
  font-family: "Roboto slab";
  width: 25rem;
  color: white;
  font-size: 4rem;
}


.about-slide img
{
  width: 30rem;
}



.slide1
{
  background-color: black;
  padding: 10rem 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.slide2
{
  padding: 10rem 0rem;
  background-color: rgb(255, 213, 76);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

.slide2 h1
{
  font-size: 3.2rem;
  color: black;
}


.slide3
{
  padding: 10rem 0rem;
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.slide3 h1
{
  font-size: 3.2rem;
  color: white;
}

.epoxid-slide
{
  background-color: black;
  width: 100%;
  padding: 0rem 20rem;
  padding-top: 10rem;
  gap: 10rem;
  padding-bottom: 5rem;
  display: flex;
  text-align: center;
  flex-direction: row;
}

.epoxid-slide h1
{
  font-family: "Roboto slab";
  font-size: 3rem;
  text-align: left;
  color: rgb(255, 213, 76);
}

.epoxid-slide p
{
  list-style:armenian;
  text-align: left;
  color: white;
  font-size: 1.3rem;
  font-family: "Roboto slab";
}

video
{
  width: 40rem;
}

.video
{
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
  background-color: black;
}




.contact-page
{
  display: flex;
  color: white;
  font-family: "Roboto slab", serif;
  font-size: 1.3rem;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: rgb(17, 17, 17);
  padding: 10rem 0rem;

}

.contact-headline
{

  display: flex;
  justify-content: left;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  color: white;

}

.contact-subtext
{
  color: lightgray;
}
.contact-service
{

  display: flex;
  gap: 5rem;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  background-color: rgba(17, 17, 17);
}

.service-group
{
  display: flex;
  flex-direction: row;
  font-family: "Poppins";
  gap: 2rem;
  align-items: center;
}

.service-group a
{
  color: rgb(219, 237, 243);
  transition: 500ms;
}

.service-group a:hover
{
  transition: 250ms;
  transform: translate(1rem);
}
.contact-service-content
{
  border: 1px solid transparent;
  border-left: 1px solid rgb(65, 65, 65);
  padding: 0rem 2rem 0rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.contact-service-socials
{
  gap: 15rem;
  display: flex;
  flex-direction: column;
}

.contact-content img
{
  width: 2rem;
}

.contact-form form
{
  transition: all 4s ease-in-out;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}

.form-control, input
{
  font-size: 1rem;
  background-color: transparent;
  gap: 1rem;
  border-color: transparent;
  border-bottom: 1px solid gray;
  color: white;
  resize: none;
  width: 40rem;
  height: 4rem;
}

input 
{
  height: 3rem;


}

form .submit,  button
{
  cursor: pointer;
  background-color: rgb(255, 213, 76);
  border: none;
  transition: 250ms;
  color: black;
}

form .submit:hover,  button:hover
{
  transition: 250ms;
  cursor: pointer;
  background-color: rgb(207, 170, 49);
  border: none;

}



.nabidka
{
  padding: 5rem;
  color: white;
  font-family: "Roboto slab";
  flex-direction: row;
  gap: 5rem;
  display: flex;
  text-align: center;
  margin-top: 10rem;
  flex-wrap: wrap;
}

.nabidka-slot
{
  border-radius: 15px;
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  background-color: rgb(15, 15, 15);
  font-family: "poppins";
  color: rgb(255, 213, 76);
}

.nabidka-text
{
  padding: 2rem;
}

.nabidka-slot strong
{
  padding-top: 1rem;
}

.nabidka-slot p
{
  color: rgb(207, 170, 49);
}


.nabidka-slot img
{
  width: 15rem;
}



@media (max-width: 1200px)
{
  .contact-service
  {
    flex-direction: column;
  }

  .contact-headline, .contact-subtext
  {
    padding: 1rem;
  }
}

@media (max-width: 1400px)
{
  .epoxid-slide
  {
    padding: 4rem;
    width: 100%;
  }
}


@media (max-width: 1600px)
{




  .navbar
  {
    display: flex;
    position: fixed;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 75%);
    padding: 0 1rem;
    width: 100%;
    left: 0;
    box-shadow: none;
    

  }

  .nav-mid
  {
    display: none;
  }

  .nav-left img
  {
    width: 6em;
    left: 0;
    display: flex;
    justify-content: right;
    
  }

  .nav-left
  {
    z-index: 50;
  }

  .nav-right-mobile
  {
    z-index: 100;
    display: flex;
   transition: 250ms;
  }

  .nav-right-mobile ul
  {
    display: flex;
    display: flex;
    flex-direction: row;
  
  }

  .nav-mid-mobile a, .nav-mid-mobile li
{ 
  list-style: none;
     color: white;
     text-decoration: none;
     text-align: center;
     transition: 500ms;
     position: relative;
     cursor: pointer;
}

.nav-mid-mobile, .nav-mid-mobile ul
{
    gap: 5vh;
    position: fixed;
    right: 0;
     display: flex;
     position: absolute;
     flex-direction: column;
     font-family: "Roboto slab", serif;
     list-style: none;
     font-size: 1rem;
     font-weight: 500;
     text-align: center; 
     align-items: center;
     margin-top: 0px;
     
     
   
}

.nav-mid-mobile ul
{
  top: 0rem;
  width: 100%;
  height: 25rem;
  padding: 7rem 5rem;
  background-color: rgba(0, 0, 0, 100%);

  
}

.nav-mid-mobile
{
  display: none;
  height: 100%;
}

.nav-right-mobile img
  {
    margin-top: 1.5rem;
    height: 2rem;
    width: 2rem;
  }

#nav-mid-mobile 
{

  position: absolute;
  top: 0px;

}

#nav-mid-mobile.open
{
  width: 100%;
  display: flex;
  animation: slideIn 0.5s ease-in-out forwards;
}

#toggle-image
   {
    transition: 1000ms;
   }

   #toggle-image:active
   {
    transition: 500ms;
    opacity: 0.1;
   }

   

@keyframes slideIn {
  0% {
    top: -400px;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}


#nav-mid-mobile.close {
  width: 100%;
  display: flex;
  animation: slideOut 0.5s ease-in-out forwards;
}

@keyframes slideOut {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 1;
  }
}



.toggle-image
{
  z-index: 50;
  right: 0px;
}



}

@media (max-width: 1000px)
{

  .nav-right
  {
    display: none;
  }


  .epoxid-slide
  {
    gap: 0;
    padding: 0rem 1rem;
    padding-bottom: 10rem;
    width: 100%;
    flex-direction: column;
  }

  .about-slide
  {
    padding: 0;
    flex-direction: column;
  }

  .underline
  {
    margin: 0 auto;
  }

  .slide1, .slide2, .slide3
  {
    text-align: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 5rem 1rem;
  }

  .about-slide h1
  {
    font-size: 1.5rem;
  }

  .about-slide img
  {
    width: 13rem;
  }

  .slideshow
  {
    display: none;
  }

  .header
{
  padding-bottom: 10rem;
  width: 100%;
  background-size: cover;

}

#header-image
{
  height: 100vh;
}


}