@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.menu__button ul {
    position: relative;
    top: -17px;
    display: flex;
    flex-grow: 2;
    gap: 20px;
    list-style: none;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #ddddde;
}
.menu__button ul li:nth-child(1) {
    font-size: 20px;
    color: #0000;
    width: 20%;
    padding: 7px;
    text-align: center;
}
.menu__button ul li a {
    text-decoration: none;
    color: #000;
    text-align: center;
}
.menu__button ul li:nth-child(2) {
    width: 20%;
    background: #980a02;
    text-align: center;
}
.dropbtn {
    background: #980a02;
    color: white;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .forms__area {
    background: #f8f8f8;
    max-width: 750px; 
    padding: 20px;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 11px
    ;
  }
  .form-group select {
    max-width: 500px;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #980a02;
    border-radius: 5px;
  }
  .form-control:focus {
    border-color: #310907;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .forms__area__two {
    background: #e2e2e2;
    padding: 10px;
  }
  .mt-2 {
    margin-top: 15px;
  }
  .form-group input {
    max-width: 490px;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #980a02;
    border-radius: 5px;
  }
  .mb-2 {
    margin-bottom: 15px;
  }
  .form-group p {
    color: #909292;
    margin-top: -10px;
  }

button:hover {
    background-color: #218838;
}

.captcha__codes {
    display: flex;
    gap: 20px;
}
.mts-2 {
    padding-top: 75px;
}

.submit__btn {
    background: #991714;
    color: #fff;
    max-width: 180px;
    font-weight: 600;
    display: block;
    padding: 10px 45px;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.captcha-img {
    display: flex;
    gap: 10px;
}
.captcha-img span .bi {
    font-size: 27px;
}
footer {
    background: #e8e6e7;
}
.footer__area {
    display: flex;
    gap: 10px;
}