@import url('./bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

:root {
  --color-1: #0a662e;
  /* --color-1: #f46904; */
  --color-2: #e9e9e9;
  --color-3: #282c92;
  --color-4: #0a662e;
  /* --bs-danger-rgb: 244, 105, 04; */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  /* background-color: #fffbf8; */
  background-color: #f8fed2;
}

main {
  min-height: 85vh;
}

a,
a:hover,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
}

.inner-title {
  margin-bottom: 20px;
}

.inner-title .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

label {
  color: #444444;
}

.link {
  color: var(--bs-blue);
}

.bg-orange {
  background-color: var(--color-1);
}

.bg-theme-1 {
  background-color: var(--color-1);
}

.website-logo a {
  display: flex;
  align-items: center;
}

.website-logo a .main-logo {
  height: 80px;
  border: 2px solid var(--color-1);
  border-radius: 10px;
}

/* header */
.header-middle {
  border-top: 2px solid var(--color-1);
  border-bottom: 2px solid var(--color-1);
}

.dropdown-menu>.dropdown .dropdown-menu {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
}

.text-blue {
  color: var(--color-3);
}

.text-orange {
  color: var(--color-1);
}

.text-green {
  color: var(--color-1);
}

.btn-grey {
  display: inline-block;
  border-radius: 15px;
  padding: 10px 15px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #3d3d3d;
  background-color: #e0e0e0;
  font-size: 15px;
  border: none;
  transition: all 0.2s;
}

.btn-grey:hover {
  background-color: #1a1a1a;
  color: white;
  font-size: 15px;
  transition: all 0.2s;
}

.btn-style-1 {
  display: inline-block;
  color: white;
  padding: 8px 15px;
  font-weight: 500;
  background-color: var(--color-1);
  box-shadow: none;
  border: none;
  transition: all 0.3s;
  border-radius: 15px;
}

.btn-style-1:hover,
.btn-style-1:focus,
.btn-style-1:focus-within,
.btn-style-1:active {
  background-color: var(--color-3);
  color: white;
  transition: all 0.3s;
}

.btn-style-2 {
  display: inline-block;
  color: white;
  padding: 8px 15px;
  font-weight: 500;
  background-color: rgb(48, 48, 48);
  box-shadow: none;
  border: none;
  transition: all 0.3s;
  border-radius: 15px;
}

.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:focus-within,
.btn-style-2:active {
  background-color: var(--color-3);
  color: white;
  transition: all 0.3s;
}

.button-style-3.text-orange:hover,
.button-style-3.text-orange:focus,
.button-style-3.text-orange:focus-visible {
  color: var(--color-3);
}

/* .button-style-3:hover {
  background-color: white;
} */

.header-middle-buttons {
  font-family: "Roboto Condensed", sans-serif;
}

.header-middle-buttons .button-style-2 {
  background: -webkit-linear-gradient(128deg, #272b91 -27%, #262a8c -18%, #f46904 12%, #272b91 13%);
  color: #fff;
  border: 0px solid #f46904;
  transition: all 0.5s ease-in;
}

.button-style-2:hover {
  background: -webkit-linear-gradient(135deg, #f46904 -27%, #272b91 -100%, #f46904 87%, #f46904 0%);
}

.website-logo a .logo-text {
  font-family: "Roboto Condensed", sans-serif;
}

.website-logo a .logo-title-1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: -5px;
}

.website-logo a .logo-title-2 {
  font-size: 24px;
}

.header .right-flag-img img {
  max-height: 80px;
}

.heading-style-1 {
  margin-left: 15px;
}

.heading-style-1:before {
  content: '';
  position: absolute;
  width: 5px;
  background: var(--color-1);
  border-radius: 55px;
  left: -15px;
  top: 5px;
  bottom: 4px;
}

.Language {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* new and update */
#what-new-slider {
  height: 230px !important;
}

#home-banner-slider>.tns-item img {
  border-radius: 10px;
}

.spotlight-container .spotlight-body {
  width: calc(100% - 65px);
}

.news-update-block button.btn-arrow-sm,
.btn-arrow-sm {
  display: flex;
  background-color: var(--color-1);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  height: 25px;
  width: 25px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.what-new-single .date {
  border: 1px solid #ed7a2b75;
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--theme-color-2);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}

.what-new-single-icon {
  margin-left: -20px;
  color: var(--color-1);
  font-size: 11px;
}

.what-new-single {
  border-bottom: 1px dashed rgba(3, 3, 3, 0.11);
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

.what-new-single a {
  font-size: 15px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  position: relative;
  padding-left: 20px;
}

.what-new-single:hover a {
  color: var(--color-3);
}

.new-icon-gif {
  width: 33px;
}

.arrow-circle {
  background: #f46904;
  padding: 0px 10px;
  border-radius: 30px;
  color: #ffffff;
}

.higlight {
  border: 1.9px solid var(--color-1);
  background: var(--white);
  padding: 5px 5px;
}

.news-heading {
  padding: 5px 10px;
  background: var(--color-1);
}

.news-ctrl {
  background-color: var(--color-3);
}

.shap-clip:before,
.shap-clip::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: var(--white);
}

.shap-clip:before {
  top: 0;
  left: 0;
  border: 50px solid transparent;
  border-right: 50px red;
  border-bottom: 50px red;
}

/* menu */
.nav-link {
  color: #fff;
  position: relative;
  padding-left: 11px !important;
  padding-right: 11px !important;
  font-weight: 500;
}

.nav-item:active .nav-link::before,
.nav-item:hover .nav-link::before,
.navbar-nav .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 4px;
  border-radius: 50px;
  background-color: #ffe000;
  margin: auto;
  left: 0;
  right: 0;
}

/* slider */
.absolute-btn {
  position: absolute;
  top: 50%;
}

.custom_controls .prev-btn {
  left: 0;
  right: auto;
}

.custom_controls .next-btn {
  right: 0;
  left: auto;
}

.blurred-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0.5rem;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  margin: 0 10px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}

.text-ellipsis a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

/* scroll style */
.scroll-style:hover::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.scroll-style:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bbbbbb;
}

.scroll-style:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scroll-style {
  overflow-y: hidden;
}

.scroll-style:hover {
  overflow-y: auto;
}

/* news list */
.ins-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.h-80vh {
  height: 75px;
}

ul.ins-list li a,
.ins-list a {
  background: #ffd4b6;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 7px;
  display: inline-block;
  color: #141414;
  transition: .4s ease-in;
}

ul.ins-list li:hover a {
  background: #282c92;
  color: #ffffff;
}

/* footer */
footer {
  -webkit-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-1);
}

/* inner page css */
.breadcrumb-styles::before {
  content: '';
  background-color: #0000008c;
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumb-styles {
  height: 150px;
  overflow: hidden;
}

.breadcrumb-styles img {
  margin-top: -40px;
  height: 150%;
}

.breadcrumb-heading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.contact-block {
  min-height: 280px;
}

.contact-block span>i {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-footer {
  border-top: 1px solid #e2e8c1;
}

.message-footer h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.message-footer {
  font-size: 12px;
}

.btn-read-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--color-1);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 4px;
}

.btn-read-more:hover {
  color: var(--color-1);
}

.btn-read-more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0%;
  background-color: black;
  transition: all 0.2s;
}

.btn-read-more:hover::after {
  width: 100%;
  transition: all 0.2s;
}

.message-box .quote-shape {
  position: absolute;
  font-size: 40px;
  left: 14px;
  top: 2px;
  color: #0a662e42;
}

.message-box .lg-message::first-letter {
  margin-left: 40px;
}

.dda-parks-slider {
  border-top: 1px solid #e2e8c1;
}

.parks-slider-single img {
  border-radius: 20px;
}

.login-container {
  border-radius: 20px;
  padding: 25px 35px;
}

.login-cover img {
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
}

.captcha-container {
  display: flex;
}

.captcha-container .captcha-img {
  height: 38px;
  width: 150px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  margin-right: 10px;
}

.captcha-container .captcha-img img {
  max-height: 34px;
  max-width: 100%;
}

.captcha-container .input-group {
  width: calc(100% - 160px);
}

/* dashboard */

.dashboard-card-1 {
  background-color: #a03a02;
  border-radius: 20px;
  padding: 20px;
  min-height: 120px;
}

.dashboard-card-1 .dashboard-cart-title {
  font-size: 15px;
  color: white;
  line-height: 1.5;
  width: calc(100% - 65px);
  padding-right: 22px;
  margin-bottom: 0;
}

.dashboard-card-1 .dashboard-card-value {
  padding: 2px 7px;
  background-color: #fcffe7;
  display: inline-block;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.5;
  width: 65px;
  font-weight: 700;
  text-align: center;
  color: #a03a02;
}

.dashboard-card-1 .dashboard-card-icon {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 15px;
}

.dashboard-card-1 .dashboard-card-icon span.icon {
  width: 40px;
  background-color: #040404;
  height: 40px;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
   transition: all 1.0s;
  transform: rotate(0);
}

.dashboard-card-1:hover .dashboard-card-icon span.icon {
  background-color: #a03a02;
   transition: all 1.5s;
  transform: rotate(360deg);
}

.dashboard-card-1 .dashboard-card-icon img {
  transition: all 1.0s;
  transform: rotate(0);
}

.dashboard-card-1:hover .dashboard-card-icon img {
  transition: all 1.5s;
  transform: rotate(360deg);
}

.inner-card {
  padding: 20px;
  border-radius: 20px;
}

.form-summary {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}

.form-summary .label {
  font-size: 14px;
  margin-bottom: 0;
  color: rgb(106 106 106);
  font-weight: 500;
}

.form-summary .value {
  margin-bottom: 0;
}

.img-in-table {
  display: block;
}

.img-in-table img {
  object-fit: cover;
  width: 210px;
  height: 70px;
  border: 1px solid grey;
  border-radius: 10px;
}

.theme-table thead tr th,
.theme-table-2 thead tr th,
.theme-table-3 thead tr th {
  background-color: #a03a02;
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.theme-table-2 thead tr th {
  background-color: var(--color-1); 
}
.theme-table-3 thead tr th {
  background-color: rgb(37, 37, 37); 
}

.theme-table tbody tr td,
.theme-table-2 tbody tr td, .theme-table-3 tbody tr td {
  font-size: 14px;
}
.theme-table tbody tr td a,
.theme-table tbody tr td button,
.theme-table-2 tbody tr td a, 
.theme-table-2 tbody tr td button, 
.theme-table-3 tbody tr td a,
.theme-table-3 tbody tr td button{
  margin-bottom: 3px;margin-right: 3px;
}
.theme-table tbody tr td .btn-xs, 
.theme-table-2 tbody tr td .btn-xs,   
.theme-table-3 tbody tr td .btn-xs{
  --bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;
}

.inline-link:hover {
  background: #dc3545 !important;
  color: white !important;
  transition: all 0.2s;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single[aria-expanded="true"] {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

/* responsive */
@media only screen and (min-width:320px) and (max-width:992px) {
  .dropdown-menu>.dropdown .dropdown-menu {
    position: initial;
    background: #ffe7d7;
    margin: 0px 15px;
  }
  .nav-item:active .nav-link::before, .nav-item:hover .nav-link::before, .navbar-nav .nav-link.active::before{
    content: none;display: none;
  }
}

@media only screen and (min-width:764px) and (max-width:1024px) {
  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 10px;
    margin-top: 10px;
    font-size: 13px;
  }

  .website-logo a .logo-text span {
    font-size: 100% !important;
  }
}

@media only screen and (min-width:320px) and (max-width:768px) {
  main {
    min-height: 80vh;
  }

  .spotlight-container {
    margin-bottom: 25px !important;
  }

  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 7px;
    margin-top: 10px;
    font-size: 14px;
  }

  .website-logo a .logo-text span {
    font-size: 100% !important;
  }

  .right-flag-img {
    display: none !important;
  }
}