
@font-face {
    font-family: 'Raleway-Bold';
    src: url('font/Raleway-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('font/Raleway-Light.ttf');
    font-weight: normal;
    font-style: normal;
}


body{
    background-color:#1f1f1f;

    position: absolute;
    
    

    margin: 0;
    font-family: 'Raleway-Light', sans-serif;
    font-weight: normal;

    justify-content: space-between;


    /*overflow: hidden;*/
    z-index: 1; /* Lower z-index */
}

#particles-js{
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.container{
    width: 100%;
    position: fixed;
    top: 0;

    height: 100vh;
}

section{
    
    position: relative;
    z-index: 1;
}

#particles-js {

    top: 0;
    left: 0;
    z-index: -1; /* Ensure particles are behind other content */
  }

.menu{
    

    width: 80%; /* Adjust the width as per your requirement */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* Center the menu horizontally */
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid #474750;

}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


#fullpage{
    position: absolute;
}

iframe{
    border-radius: 20px;
    border-color: #ff8800;
}

.intro_box {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    
    color: #fff;
    animation: fadeInAnimation 0.6s linear;
    text-align: center;
    font-size: 30px;
}

.groupbox {
    /* Existing CSS properties */
    height: 30%;
    width: 90%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25%;
    margin-right: 25%;
    max-width: 50%;
    background-color: #101010;
    border-color: #474750;
    border-style: solid;
    border-width: 1px;
    overflow: hidden; /* Ensure content doesn't overflow */
   
    
}

.text-content {
    flex: 1; /* Make the text content take up half of the container width */
    padding: 20px; /* Add padding to the text content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%; /* Limit text content to half of the container */
}

.image-content {
    display: flex;

    max-width: 50%; /* Limit image content to half of the container */
}

.image-content img {
    width: 200%; /* Make the image twice as big */
}





.filled_box{

    display: flex;
    align-items: center;
    justify-content: center;
    
    gap: 50px;
    color: #fff;
    animation: fadeInAnimation 0.6s linear ;

    display: flex;


    background-color: #101010;
    border-radius: 20px;

    height: 70%;
    width: 90%;

    text-align: center;

    font-size: 30px;
}

.intro_box .gui_img:hover{
    transform: rotateX(10deg) rotateY(15deg);
    width: 90%;
}
.intro_box .gui_img{
    margin-top: 20px;
    border-radius: 20px;
    width: 65%;
    transition: all 0.6s ease;


}


button{
    font-family: 'Raleway-Bold', sans-serif;
    font-weight: normal;

    color: #ffffff;

    border-style: solid;
    border-color: #474750;
    border-width: 1px;
    border-radius: 7px;

    height: 30px;

    text-align: center;
    
    transition: all 0.3s ease;

    cursor: pointer;
    
    margin-left: 5px;
}

button.menu_button:hover{
    background-color: #2a2a2e;
}

button.menu_button{
    background-color: #1f1f1f;
}

button.menu_button_important:hover{
    background-color: #b16714;
}

button.menu_button_important{
    background-color: #ff8800;
}

h1{
    color: #ffffff;
    font-family: 'Raleway-Bold', sans-serif;
    font-weight: normal;
    margin: 0;
    
}

h2{
    font-family: 'Raleway-Light', sans-serif;
    font-weight: normal;
    color: #C8C8C8;
    margin: 0;
}

h5{
    font-family: 'Raleway-Light', sans-serif;
    font-weight: normal;
    color: #C8C8C8;
    margin: 0;
    font-size: 20px;
}

sup{
    font-size: 17px;
}

