html,
body {
  height: 100%;
  margin: 0;
}

#login {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login a,
#register a {
  font-size: 16px;
  line-height: 2.4;
  color: #1d1813;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#login,
#register a:focus {
  outline: none !important;
}

#login,
#register a:hover {
  text-decoration: none;
  color: #4eb4a8;
}

#login,
#register p {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

#login,
#register ul,
li {
  margin: 0px;
  list-style-type: none;
}

.limiter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-login100 {
  background: #eeeeee;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#login .wrap-login100 {
  background: #fff;
}


.login100-form-title {
  font-size: 28px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #93c143;
  padding: 0 30px 0 68px;
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  border: 1px solid #93c143;
  background: #93c143;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  color: #2e2e2e;
  background-color: #c3c3c3;
  border: 1px solid #c3c3c3;
}

.navigationMenu {
  background-color: #1d1813;
}

.navigationMenu .navbar {
  padding: 0;
}

.logoImage img {
  max-height: 96px;
  width: auto;
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #93c143;
}

.navbar .login,
.navbar .login:focus {
  color: #fff;
  font-size: 16px;
  border: 2px solid #1d1813;
  background: #1d1813;
  font-weight: 600;
}

.navbar .login:hover,
.navbar .login:focus:hover {
  color: #fff;
  background: linear-gradient(to bottom right, #1d1813, #1d1813);
}

.btn-block {
  display: block;
  width: 100%;
}

.border-end {
  border-right: 1px solid #dee2e6;
}

/*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing h4 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #276968;
  font-size: 18px;
  display: block;
}

.pricing h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ccc;
}

.pricing h6 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ccc;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #444444;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #93c143;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.buy-btn {
  display: inline-block;
  padding: 12px 35px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid #93c143;
}

.buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured1 {
  border-top-color: #93c143;
}

.buy-btn {
  background: #93c143;
  color: #fff;
}

.buy-btn:hover {
  background: #c3c3c3;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }

  #about {
    background-image: none;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

.accordion-item {
  margin: 15px;
}

.accordion-button {
  background-color: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:hover {
  background-color: #e9ecef;
}

.accordion-button:not(.collapsed) {
  background-color: #93c143;
  color: #fff;
}

.accordion-body {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 15px 20px;
}

.accordion-collapse {
  transition: height 0.3s ease;
}

.accordion-button.collapsed::after {
  transform: rotate(-90deg);
}


/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/

.contact .info {
  border-top: 3px solid #212529;
  border-bottom: 3px solid #212529;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  transition: ease-in-out 0.3s;
  color: #343a40;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: linear-gradient(to bottom right, #328379, #4eb4a8);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #276968;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #212529;
  border-bottom: 3px solid #212529;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .ticket-store {
  width: 100%;
  border-top: 3px solid #93c143;
  border-bottom: 3px solid #93c143;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #93c143;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}


.loginForm .form-label,
.form-check,
.registerForm {
  margin: 15px 0;
  color: #fff;
  text-align: center;
}

.form-check-label {
  margin: 15px 0;
  color: #fff;
}

.form-check-input {
  margin: 15px 0;
}

.form-check a {
  color: #276968;
}

.form-submit,
.form-submit:focus {
  padding: 8px;
  border-radius: 10px;
  color: #f3f5fa;
  font-size: 14px;
  border: 1px solid #276968;
  background: linear-gradient(to bottom right, #276968, #276968);
  font-weight: 600;
}

.form-check-input:checked {
  background-color: #276968;
  border-color: #276968;
}

.form-submit:hover,
.navbar .login:focus:hover {
  color: #fff;
  border: 1px solid #f8bd25;
  background: linear-gradient(to bottom right, #328379, #4eb4a8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom styles for dropdown button */
.custom-dropdown-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  background-color: transparent;
  transition: color 0.15s ease-in-out;
}

.custom-dropdown-btn:hover,
.custom-dropdown-btn:focus {
  outline: none;
}

.custom-dropdown-arrow {
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-left: 0.25rem;
}

.custom-dropdown-menu {
  border-radius: 0.375rem;
  padding: 0.5rem 0;
}


.custom-dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #000;
  transition: background-color 0.15s ease-in-out;
}

.custom-dropdown-item:hover {
  background-color: #f9fafb;
}

.custom-dropdown-item img {
  margin-right: 0.5rem;
  flex-shrink: 0;
}


.custom-dropdown-item span {
  font-size: 0.875rem;
}

#languageDropdownMenu {
  display: none;
}

#languageDropdownMenu.show {
  display: block !important;
}

.dropdown-menu .dropdown-item span {
  color: black !important;
}

