.logo img{
    width: 150px;
    transform: rotate(0deg);
  }
  

  .border-purple {
    border-color: var(--bs-terciary)!important;
  }

  .text-purple {
    color: var(--bs-terciary)!important;
  }


a:hover {
    background-color: var(--bs-terciary)!important;
    
}

a:hover svg {
    fill: #fff;
}

a:hover p {
    color: #fff!important;
}

.btn {
    color: var(--bs-terciary);
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible {
    background-color: var(--bs-terciary);

}

.btn:hover svg,
.btn:active svg,
.btn:focus svg,
.btn:focus-visible svg {
    stroke: #fff;
}

.form-label {
    font-weight: 500;
}


.form-control {
    border: 2px solid var(--bs-primary);
    border-radius: .6rem;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--bs-primary-border-subtle);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--bs-primary-border-subtle);
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2393C021' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    border-color: var(--bs-primary-bg-subtle);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--bs-primary-bg-subtle);
    box-shadow: 0 0 0 .25rem var(--bs-primary-border-subtle);
}

.invalid-feedback {
    font-style: italic;
    font-size: 1rem;
}

textarea {
    height: 18vh !important;
}


.list-group-item {
    border: 3px solid #000;
    font-weight: 700;
    font-size: 1.25rem;
}

.list-group-item:active svg,
.list-group-item:focus-within svg,
.list-group-item:hover svg {
    fill: #fff;
}

.list-group-item-action:focus,
.list-group-item-action:active,
.list-group-item-action:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: #fff;
}

.alert-success,
.alert-danger {
    border-width: 2px;
    border-radius: 1rem;
    --bs-alert-border-color: #000;
    --bs-alert-color: #fff;
}

.alert-danger {
    --bs-alert-color: #000;
}

.alert-success {
    --bs-alert-bg: var(--bs-terciary);
}

.cont {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-top: 15px solid black;
    border-bottom: 15px solid black;

    filter: url("#goo");
}

.cont .drip {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: black;
    position: absolute;
    top: -100%;
    animation: falling 5s linear infinite;
}

@keyframes falling {
    0% {
        top: -100%;
    }

    50% {
        top: 0%;
    }

    80% {
        top: 80%;
    }

    100% {
        top: 100%;
    }
}

.cont .drip:nth-child(1) {
    border-color: black;
    height: 29px;
    width: 29px;
    animation-delay: -0.2s;
    background: var(--bs-primary);
    left: 173px;
    margin-left: 60px;
}

.cont .drip:nth-child(2) {
    border-color: black;
    height: 25px;
    width: 25px;
    animation-delay: -0.4s;
    background: black;
    left: 76px;
    margin-left: 60px;
}

.cont .drip:nth-child(3) {
    border-color: black;
    height: 38px;
    width: 38px;
    animation-delay: -0.6s;
    background: black;
    left: 96px;
    margin-left: 60px;
}

.cont .drip:nth-child(4) {
    border-color: black;
    height: 29px;
    width: 29px;
    animation-delay: -0.8s;
    background: black;
    left: 24px;
    margin-left: 60px;
}

.cont .drip:nth-child(5) {
    border-color: black;
    height: 20px;
    width: 20px;
    animation-delay: -1s;
    background: black;
    left: 93px;
    margin-left: 60px;
}

.cont .drip:nth-child(6) {
    border-color: black;
    height: 14px;
    widows: 14px;
    animation-delay: -1.2;
    background: black;
    left: 117px;
    margin-left: 60px;
}

.cont .drip:nth-child(7) {
    border-color: black;
    height: 5px;
    width: 5px;
    animation-delay: -1.4s;
    background: black;
    left: 31px;
    margin-left: 60px;
}

.cont .drip:nth-child(8) {
    border-color: black;
    height: 2px;
    width: 2px;
    animation-delay: -1.6s;
    background: black;
    left: 4px;
    margin-left: 60px;
}

.cont .drip:nth-child(9) {
    border-color: black;
    height: 2px;
    width: 2px;
    animation-delay: -1.8s;
    background: black;
    left: 14px;
    margin-left: 60px;
}

.cont .drip:nth-child(10) {
    border-color: black;
    height: 16px;
    width: 16px;
    animation-delay: -2s;
    background: black;
    left: 143px;
    margin-left: 60px;
}

.cont .drip:nth-child(11) {
    border-color: black;
    height: 11px;
    width: 11px;
    animation-delay: -2.2s;
    background: black;
    left: 10px;
    margin-left: 60px;
}

.cont .drip:nth-child(12) {
    border-color: black;
    height: 4px;
    width: 4px;
    animation-delay: -2.4s;
    background: black;
    left: 158px;
    margin-left: 60px;
}

.cont .drip:nth-child(13) {
    border-color: black;
    height: 18px;
    width: 18px;
    animation-delay: -2.6s;
    background: black;
    left: 163px;
    margin-left: 60px;
}

.cont .drip:nth-child(14) {
    border-color: black;
    height: 4px;
    width: 4px;
    animation-delay: -2.8s;
    background: black;
    left: 168px;
    margin-left: 60px;
}

.cont .drip:nth-child(15) {
    border-color: black;
    height: 13px;
    width: 13px;
    animation-delay: -3s;
    background: black;
    left: 103px;
    margin-left: 60px;
}

.cont .drip:nth-child(16) {
    border-color: black;
    height: 40px;
    width: 40px;
    animation-delay: -3.2s;
    background: black;
    left: 158px;
    margin-left: 60px;
}

.cont .drip:nth-child(17) {
    border-color: black;
    height: 27px;
    width: 27px;
    animation-delay: -3.4s;
    background: black;
    left: 179px;
    margin-left: 60px;
}

.cont .drip:nth-child(18) {
    border-color: black;
    height: 13px;
    width: 13px;
    animation-delay: -3.6s;
    background: black;
    left: 97px;
    margin-left: 60px;
}

.cont .drip:nth-child(19) {
    border-color: black;
    height: 23px;
    width: 23px;
    animation-delay: -3.8s;
    background: black;
    left: 149px;
    margin-left: 60px;
}

.cont .drip:nth-child(20) {
    border-color: black;
    height: 20px;
    width: 20px;
    animation-delay: -4s;
    background: var(--bs-primary);
    left: 156px;
    margin-left: 60px;
}

.footer{
    padding: 20px 0;
    background-color: var(--bs-terciary); 
    color: #fff;
  }
  
  .info a{
    color: #fff;
  }
  
   .social {
    color: var(--bs-terciary);
    font-size: 1.5rem;
    margin: 0 10px;
  }
  
  .open {
    background-color: var(--bs-terciary) !important; 
  }
  
  .open:before {
    background-color:  var(--bs-terciary) !important; 
  }
  
  .open:after {
    background-color:  var(--bs-terciary) !important; 
  }
  
  .menu ul li a {
    color:  #350246 !important; 
  }
  
  .menu ul li a:hover {
    color: #3d0151d2 !important; 
  }
  
  .menu ul li:hover {
    background-color: var(--bs-terciary-rgb)  !important; 
  }
  
  #menuToggle:checked ~ .menuOpen .open:before {
    background-color:  var(--bs-terciary) !important; 
  }
  
  #menuToggle:checked ~ .menuOpen .open:after {
    background-color:  var(--bs-terciary) !important; 
  }
   
  .target-blank{
    padding: 5vh;
  }