


body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background-color: #e9e9e9;
    /*line-height: 1.4;*/
  }
  
 a {
   text-decoration: none;  
 }
 
/*--------------------------------------------- THIS IS BlackBar Hamburger section ----------------------------------------------------*/
.blackBarContainer {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    margin: auto;
    /*align-content: center;*/
    /*background-color: yellow;*/
    background-color: #e9e9e9;
    width: 100%;
    height: 45px;
}

.blackBar {
    position: relative;
    z-index: 8;
    margin: auto;
    /*align-content: center;*/
    background-color: #000000;
    /*background-color: red;*/
    /*width: 100%;*/
    max-width: 500px;
    height: 45px;
}


/* Toggler color */
.toggler:checked ~ .menuExpandCollapse {
  /*background-color: purple;*/
  transform: scaleY(1);
  transition: all 0.4s ease;
}

.menu-wrap{
    position: relative;
    margin: auto;
    align-content: center;
    justify-content: center;
    text-align: center;
    /*background-color: tan;*/
    z-index: 8;
    /*opacity: 0.7;*/
    width: 100%;
    height: 45px;
}

/* --------------- Hamburger Line ------------------- */

.menu-wrap .hamburger {
    position: absolute;
  /*position: relative;*/
  top: 13px;
  right: 13px;
  z-index: 5;
  width: 20px;
  height: 20px;
  /*padding: 1rem;*/
  /*background: red;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 6;
  top: -6px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 6px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menuExpandCollapse {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menuExpandCollapse > div {
  transform: scale(1);
  transition-duration: var(--menuExpandCollapse-speed);
}

.menu-wrap .toggler:checked ~ .menuExpandCollapse > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .toggler {
  /*position: relative;*/
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 9;
  cursor: pointer;
  width: 30px;
  height: 30px;
  opacity: 0;
}

.menu-wrap .menuExpandCollapse{
    position: absolute;
    top: 45px;
    margin: auto;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-color: #000000;
    /*background-color: green;*/
    opacity: .9;
    width: 100%;
    height: 400px;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.4s ease;     
}

.menu-inner{
    position: absolute;
    /*margin: auto;*/
    top: 10px;
    /*background-color: red;*/
    /*background-image: linear-gradient(rgba(0,0,0,1), rgba(153,153,153,0));*/
    width: 100%;
    max-width: 1000px;
    /*width: 1000px;*/
    height: 100px;
}

.inner{
    /*position: absolute;*/
    /*margin: auto;*/
    /*background-color: yellow;*/
    width: 100%;
    /*height: 100px;*/
}

.inner > ul {
    /*display: inline;*/
    justify-content: center;
    padding: 10px;
}

.inner > ul > li {
    display: flex;
    justify-content: center;
  list-style: none;
  color: #eaeaea;
  font-family: arial;
  font-size: 20px;
   padding: 15px;
}

.inner > ul > li > a {
    justify-content: center;
  color: inherit;
  text-decoration: none;
}

.inner > ul > li > a:hover {
  color: #85C1E9;
}




  /*------------------------------- THIS IS Document SECTION ----------------355-end-----------*/
.MainTable {
    background-color: #e9e9e9;
    /*background-color: pink; */
    width: 100%;
}

.MainTable2 {
    display:flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    background-color: #ffffff; 
    max-width: 500px;
    height: 1800px;
}



.div-43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    /*justify-content: center;*/
    top: -10px;
    /*background-color: red; */
    background-color: black;
    width: 100%;
    min-height: 1200px;

    
}
.div-44 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 15px;
    justify-content: flex-start;
    /*justify-content: center;*/
    width: 95%;
    /*background-color: GREY;*/
    font-family: arial, sans-serif;  /* Different font for "Qulics" */
    font-size: 20px; /* Larger size for "Qulics" */
    letter-spacing: 1px;
    font-weight: 100; /* Example bold styling */
    color: #ffffff; /* Example color for "Qulics" */
    
}

.div-44B {
    display: flex;
    
    position: relative;
    justify-content: center;
    margin-top: 5px;
    margin-left: 20px;
    width: 90%;
    /*background-color: GREY;*/
    font-family: arial, sans-serif;  /* Different font for "Qulics" */
    font-size: 18px; /* Larger size for "Qulics" */
    letter-spacing: 1px;
    font-weight: 100; /* Example bold styling */
    color: #ffffff; /* Example color for "Qulics" */
    
}






.span-44 {
    /*display: flex;*/
    /*position: relative;*/
    /*justify-content: center;*/
    margin-top: 15px;
    width: 90%;
    /*background-color: green;*/
    font-family: arial, sans-serif;  /* Different font for "Qulics" */
    font-size: 18px; /* Larger size for "Qulics" */
    letter-spacing: 1px;
    font-weight: 600; /* Example bold styling */
    color: #ffffff; /* Example color for "Qulics" */
    
}


.div-45 {
    display: flex;
    /*flex-direction: column;*/
    position: relative;
    /*margin-top: 25px;*/
    /*margin-left: 15px;*/
    /*justify-content: space-between;*/
    justify-content: center;
    width: 95%;
    min-height:300px;
    background-color: red;
    font-family: arial, sans-serif;  /* Different font for "Qulics" */
    font-size: 20px; /* Larger size for "Qulics" */
    letter-spacing: 1px;
    font-weight: 100; /* Example bold styling */
    color: #ffffff; /* Example color for "Qulics" */
    
}

.div-45x {

    width: 200px;
    min-height:150px;
    background-color: pink;

}
.div-45y {

    width: 200px;
    min-height:150px;
    background-color: gold;

}


.parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers items horizontally */
  width: 300px;
  min-height: 600px;
  gap: 20px; /* Adds space between child elements */
}

.child {
  width: 50px;
  height: 50px;
}

.child:nth-child(5) {
  margin-top: 20px; /* Add some vertical space for visual separation if needed */
  width: 100%;
  display: flex;
  justify-content: center;
}

.child:nth-child(6) {
  width: 100%;
  display: flex;
  justify-content: center;
}




















































































.div-spacer-45-black {
    display: flex;
    position: relative;
    /*background-color: red; */
    background-color: #000000;
    width: 100%;
    height: 45px;
}
.div-spacer-100-white {
    display: flex;
    position: relative;
    /*background-color: red; */
    background-color: #ffffff;
    width: 100%;
    height: 100px;
}



.div-spacer-50-black {
    display: flex;
    position: relative;
    /*background-color: red; */
    background-color: #000000;
    width: 100%;
    height: 50px;
}
.div-spacer-46 {
    display: flex;
    position: relative;
    /*background-color: red; */
    background-color: yellow;
    width: 100%;
    height: 45px;
}









.div-table-logo-solid {
    position: relative;
    text-align: center;
    width: 100%; /* Set the width of the inner div */
    font-size: 22px; /* Adjust font size for the text */
    color: white; /* White text over the image */
    font-family: arial, sans-serif; /* Basic font family */
    background-color: #000000;
    height: 45px;
}
.div-table-logo-about {
    position: absolute;
    /*top: 2px;*/
    right: 10px;
    text-align: left;
    /*padding-left: 30px;*/
    width: 80%; 
    font-size: 22px; /* Adjust font size for the text */
    color: white; /* White text over the image */
    font-family: arial, sans-serif; /* Basic font family */
    background-color: red;
    /*height: 45px;*/
}
.about-text {
    /*display: inline-block;*/
    position: relative;
    top: -5px;
    right: 25px;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    letter-spacing: 1px;
    /*font-weight: bold;*/
    color: #ffffff; 
}
.qulics-text {
    font-family: Verdana, sans-serif;  /* Different font for "Qulics" */
    font-size: 24px; /* Larger size for "Qulics" */
    letter-spacing: 2px;
    font-weight: bold; /* Example bold styling */
    color: #ffffff; /* Example color for "Qulics" */
}
.qulics-text2 {
    position: relative;
    right: 25px;
    font-family: Verdana, sans-serif;  /* Different font for "Qulics" */
    font-size: 24px; /* Larger size for "Qulics" */
    letter-spacing: 2px;
    font-weight: bold; /* Example bold styling */
    color: #ffffff; /* Example color for "Qulics" */
}












.div-table-logo-fade {
    display: flex;
    position: relative;
    background: linear-gradient(to right, blue, red, gold, white);
    /*background-color: red; */
    /*background-color: #ffffff;*/
    width: 100%;
    height: 20px;
}


.div-about-container {
    display: flex;
    position: relative;
    justify-content: center;
    top: -10px;
    /*background-color: red; */
    background-color: #ffffff;
    width: 100%;
    height: 400px;
}




.div-about-text-box {
    display: flex;
    position: relative;
    justify-content: center;
    width: 90%;
    font-family: Verdana, sans-serif;  /* Different font for "Qulics" */
    font-size: 20px; /* Larger size for "Qulics" */
    letter-spacing: 1px;
    line-height: 1.5; 
    
    color: black; /* Example color for "Qulics" */
    
}





























.server-cover-image {
    display: flex;
    justify-content: center; /* Horizontally center the text */
    align-items: center;
    width: 100%;
    height: 400px;
    background-color: red;

    
}

.img-cell {
    position: relative;
    /*margin: auto;*/
    /*background-color: purple; */
}


.img-cell img{
    /*margin-top: 5px;*/
    /*border-radius: 5px;*/
    
    width: 100%;
}


























.server-text-overlay-cube {
    position: absolute;
    left: 50%; /* Move to the horizontal center of the parent */
    transform: translateX(-50%); /* Shift back by 50% of the child's width */

    display: flex;
    top: 25px;
    width: 90%;
    /*background-color: red;*/
}

.server-overlay-text {
    position: relative;
    text-align: center;
    width: 100%; /* Set the width of the inner div */
    font-size: 22px; /* Adjust font size for the text */
    color: white; /* White text over the image */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Add a slight shadow to make text stand out */
    font-family: Arial, sans-serif; /* Basic font family */
}











.div-test {
    /*display: flex;*/
    /*position: absolute;*/
    /*vertical-align: top;*/

    background-color: red;
    width: 100%;
    height: 300px;
}

.div-test2 {
    /*display: flex;*/
    position: relative;
    background-color: tan;
    width: 100%;
    height: 145px;
}







 /*-----    MEDIA    MEDIA    MEDIA   MEDIA     MEDIA    MEDIA    MEDIA   MEDIA     MEDIA    MEDIA    MEDIA   MEDIA  -----------*/
@media (max-width: 438px) {
.server-overlay-text {
    font-size: 18px; /* Adjust font size for the text */
}

.div-test44 {
    font-size: 20px; /* Larger size for "Qulics" */
}






}





