/* General */
body{
    background: #000;
    color: #fff;
}
main{
    z-index: -1;
}
section{
    padding: 30px 0px;
}
/* ul{
    padding: 0;
} */
.title{
    color: #fff; 
    font-size: 25px; 
    font-weight: bold;
}
.flag{
    width: 35px;
}
/* Kappa Table */
.kappa-table{
    border: 2px solid #fff;
}
.kappa-table  td{
    padding: 10px !important;
}
.kappa-border{
    border-bottom: 2px solid #fff;
}
.kappa-td{
    padding: 15px; width:400px !important;
}
.divider{
   background: red;
   height: 5px !important;
   width: 100%;
    padding: 0;
}
.chemistry-wrapper img{
    border-radius: 5px;
    cursor: pointer;
}

.bi-list{
    font-size: 40px;
    color: #fff;
}
.burger-wrapper:hover{
    cursor: pointer;
}
/* Header */

.header-wrapper{
    z-index: 999;
}
.header{
    list-style: none;
}
.header li{
    display: inline-block;
    color: #fff;
    transition: 0.3s all;
}
.header li a{
    margin-right: 4px;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
.header li:hover a{
    color: white;
    background: red;
}
.flag-menu a:hover{
    background: none !important;
    color: #fff !important;
}
.active{
    pointer-events:none;
    background:#fff !important;
    color: #000 !important;
}
.active:hover{
    background: #fff;
    color: #000 !important;
}
/* Home Content */
.home-content{
    padding: 10px;
}
.home-content p{
    font-size: 15px;

}
.flag-menu img:hover{
    cursor: pointer;
}
.mt-138{
    margin-top: 138px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
/* Section */
.section-bg {
    background-color: #010101;
  }
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: white;
  }
  .section-title p {
    margin-bottom: 0;
  }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 20px 0 30px 0;
    background: #0c0c0cf6;
  }
  .contact a{
    color:#fff;
    text-decoration: none;
  }
  
  .contact .info-box i {
    font-size: 32px;
    color: red;
    border-radius: 50%;
    padding: 8px;
  }
  
  .contact .info-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    border-radius: 4px;
    padding: 30px;
    background: #0c0c0cf6;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: red;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: red;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: rgba(156, 43, 43, 0.87);
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/* ================================= */
/* Media Querys */
@media screen and (max-width:1399px){
    .mt-138{
        margin: 0px !important;
    }
    .mt-40{
        margin: 0px !important;
    }
    .mt-30{
        margin-top: 0px !important;
    }
    .header{
        padding: 10px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column !important;
    }
    .header li a{
        display: inline-block;
        /* margin-bottom: 5px; */
    }
    .kappa-table tr{
        display:flex;
        flex-direction: column;
    }
    .kappa-table td{
        width: 100% !important;
    }
}