
p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}

h2{
  font-size: 30px;
  color: yellow;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-shadow: 0px 0px 5px rgb(255, 255, 0);
  text-align: center;
  margin: 20px auto;
}

section {
  min-height: 700px;
  padding: 80px 20px;   
  margin-bottom: 40px;
  margin-top: 0px;    
  text-align: center;
  font-size: 24px;
  scroll-margin-top: 80px;
} 

.navbar {
  box-shadow: 0 0 15px rgba(129, 103, 182, 0.7);
  text-shadow: 0 0 2px #fff, 0 0 10px #fcfcfc;
  background-color: rgba(102, 47, 112, 0.61);
  padding: 12px 20px;   
  position: fixed;       
  top: 0;
  right: 0;
  left: 0;             
  display: flex;          
  justify-content: flex-end; 
  gap: 40px;                
  align-items: center;      
  z-index: 100%
}
.navbar a {
  color: white;
  font-size: 20px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.navbar a:hover {
    text-shadow: 0 0 10px #fff, 0 0 20px #8167b6;
}

html {
  scroll-behavior: smooth;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/arkaplan.png'); 
    background-size: cover;
    background-position: center;
    filter: brightness(0.6); 
    z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
}

.home-container {
  display: flex;
  align-items: center;          
  justify-content: space-between;  
  gap: 40px; 
  height: 400px;     
  padding: 0 20px;
  margin-top: 45px;
}
.image-box {
  flex: 0 0 200px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  border: 2px solid #8a2be2;      
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 0 15px #8a2be2, 0 0 30px #4b0082; 
  display: flex;
  align-items: center; 
  justify-content: center;
}
.image-box img{
  max-height: 100%;
  width: auto;
  border-radius: 15px;
  box-shadow: 0 0 15px #8a2be2;
}
.highlight {
  font-family: "Orbitron", sans-serif;
  font-size: 25px;
}
.main {
  color: #0037ff !important;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 40px;
  text-shadow: 2px 3px 5px;
  -webkit-text-stroke: 0.4px black;
}
.home-video {
  flex: 0 0 350px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  border: 2px solid #8a2be2;      
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 0 15px #8a2be2, 0 0 30px #4b0082; 
  display: flex;
  align-items: center;
  justify-content: center; 
  transition: transform 0.3s ease; 
}
.home-video video {
max-height: 100%;
width: auto;
border-radius: 15px;
}
.about-text {
  color: yellow;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 15px #8a2be2, 0 0 30px #4b0082; 
  border: 2px solid #8a2be2;
  border-radius: 20px;
  padding: 20px;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 15px #8a2be2, 0 0 30px #4b0082;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;            
}
.contacts-items {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.neonbox {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #8a2be2;
  border-radius: 20px;
  padding: 15px 25px;
  box-shadow: 0 0 15px #8a2be2, 0 0 30px #4b0082;
  display: inline-block; 
  margin: 0 auto;    
  text-align: center;
}
.project-buttons {
  display: flex;
  flex-direction:row;
  gap: 30px;
}
.project-btn {
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  background-color: #8a2be2;
  color: white;
  border: 2px solid #4b0082;
}