:root {
  --bs-blue: #3763f4;
  --bs-indigo: #24285b;
  --bs-purple: #6f42c1;
  --bs-pink: #e33cd1;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #fdc500;
  --bs-green: #00b779;
  --bs-teal: #00b4c9;
  --bs-cyan: #00b4c9;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #4e5d78;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f5f6f8;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #4e5d78;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #2d2d2d;
  --bs-primary: rgb(51, 101, 138);
  --bs-secondary: #c77dff;
  --bs-success: #00b779;
  --bs-info: #00b4c9;
  --bs-warning: #c77dff;
  --bs-danger: #dc3545;
  --bs-light: #f5f6f8;
  --bs-dark: #343a40;
  --bs-primary-rgb: 36, 40, 91;
  --bs-secondary-rgb: 255, 210, 0;
  --bs-success-rgb: 0, 183, 121;
  --bs-info-rgb: 0, 180, 201;
  --bs-warning-rgb: 255, 210, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 246, 248;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 45, 45, 45;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #2d2d2d;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #24285b;
  --bs-link-hover-color: #c77dff;
  --bs-code-color: #e33cd1;
  --bs-highlight-bg: #fff6cc;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #05668d;
  --bs-nav-link-hover-color: #2d1674;
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

::selection {
  color: #fff;
  background: #24285b;
  text-shadow: none;
  background-color: var(--bs-indigo);
}

h4 {
  color: rgb(0,0,0);
}

@media (min-width: 1200px) {
  .fw-bold {
    font-weight: 600;
  }
}

.fw-bold {
  font-weight: 700 !important;
}

h4 {
  font-size: 42px;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 5opx;
  }
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: aliceblue;
  background-color: #c77dff;
  border-color: #ffffff;
}

#checkedbtn {
  color: #ffffff;
}

#checkedbtn:hover {
  color: #001219;
  background-color: #c77dff;
}

#checkedbtn:active {
  background-color: #e7c6ff;
}

.nav-pills {
  --bs-nav-pills-color: aliceblue;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #24285b;
}

.nav-pills {
  --bs-nav-pills-color: aliceblue;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #24285b;
}

#navpills {
  color: #ffffff;
}

#navpills:hover {
  color: mediumpurple;
  background-color: #c77dff;
}

#navpills:active {
  color: white;
  background-color: #c77dff;
}

.dropdown-toggle {
  white-space: nowrap;
}

a:hover {
  color: ##6e44ff;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #2d2d2d;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: -1px;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(36, 40, 91, 0.15);
  --bs-dropdown-link-color: var(--bs-nav-link-color);
  --bs-dropdown-link-hover-color: navy;
  --bs-dropdown-link-hover-bg: var(--bs-secondary);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #24285b;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #4e5d78;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.text-muted {
  --bs-text-opacity: 1;
  color: #c77dff;
}

.text-warning {
  --bs-text-opacity: 1;
  color: var(--bs-secondary);
}

#headingp {
  /*color: #c77dff;*/
}

#buttonindex:hover {
  color: #000000;
  background-color: #ea8ada;
}

#buttonindex {
  color: #ffffff;
  background-color: #cc52b8;
}

#buttonindex2:hover {
  color: #000000;
  background-color: #5952a0;
}

.portfolio #portfolio-flters li:, .portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  background: #9937a9;
}

.portfolio #portfolio-flters li, .portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  background: #9937a9;
}

.portfolio #portfolio-flters li, .portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

#leglink {
  color: white;
}

#leglink:hover {
  color: #abc4ff;
}

#leglink:active {
  color: var(--bs-secondary);
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: var(--bs-indigo);
}

#footer {
  background-color: #3c096c;
  color: #ffffff;
}

#footerlinks:hover {
  color: #abc4ff;
}

#homefooter:hover {
  color: aliceblue;
}

.highlight-blue h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-blue h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

@media (min-width: 992px) {
  .highlight-blue h2 {
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1.5;
    padding-top: 10px;
    margin-top: 0;
    color: inherit;
  }
}

#buttonorder:HOVER {
  background-color: var(--bs-secondary);
}

#brand:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.underline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: var(--bs-secondary);
  z-index: -1;
}

#ecomm {
  color: aliceblue;
}

#ecommorderbtn:hover {
  background-color: var(--bs-secondary);
}

@media (max-width: 766px) {
  #contactorm {
    margin-top: px;
  }
}

@media (max-width: 767px) {
  #contactorm {
    margin-top: 350px;
  }
}

@media (max-width: 603px) {
  #contactorm {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  #contactorm {
    margin-top: auto;
  }
}

@media (min-width: 768px) {
  #contactForm {
    margin-top: 10px;
  }
}

@media (max-width: 300px) {
  p {
    margin-top: 150px;
  }
}

@media (min-width: 2585px) {
  .container {
    margin-top: 70px;
  }
}

@media (min-width: 594px) {
  section {
    margin-top: 0px;
  }
}

@media (min-width: 760px) {
  section {
    margin-top: 100px;
  }
}

@media (min-width: 100px) {
  #About {
    margin-top: 200px;
  }
}

@media (min-width: 346px) {
  #About {
    margin-top: 250px;
  }
}

@media (min-width: 429px) {
  #About {
    margin-top: 310px;
  }
}

@media (min-width: 549px) {
  #About {
    margin-top: 370px;
  }
}

@media (min-width: 573px) {
  #About {
    margin-top: 100px;
  }
}

@media (min-width: 900px) {
  #About {
    margin-top: 65px;
  }
}

@media (max-width: 576px) {
  #brand {
    height: 60px;
  }
}

.dropdown1:hover .menu1 {
  display: block;
}

#f1:hover {
  color: #abc4ff;
}

#navrmhead:hover {
  color: #ffe566;
  font-size: 26px;
}

#navrmhead {
  color: var(--bs-yellow);
  font-size: 24px;
}

a {
  color: var(--bs-dropdown-link-active-color);
}

#navrmhead2:hover {
  color: #d9d9d9;
  font-size: 23px;
}

#p1 {
  color: #adb5bd;
}

html {
}

@medi {
}

@media screen and (max-width: 766px) {
  .hidenav {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  #hidenav {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  .hidenav {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  #float-start {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  #hidenav {
    display: float-start;
  }
}

@media screen and (max-width: 766px) {
  .shownav {
    display: block;
  }
}

#navrmhover:hover {
  color: #ade8f4;
  font-size: 24px;
}

#navrmhover {
  color: var(--bs-cyan);
  font-size: 23px;
}

#navrmhover4:hover {
  color: #e0aaff;
  font-size: 25px;
}

#navrmhover4 {
  color: var(--bs-link-hover-color);
  font-size: 23px;
}

#fa fa-envelope:hover {
  color: #cc52b8;
}

@media screen and (min-width: 768px) {
#wa_contacts {
  width: 70px;
              height: 70px;
              position: fixed;
              bottom: 70px;
              left: 50px;
}
}

@media screen and (max-width: 768px) {
  #wa_contacts {
    width: 70px;
                height: 70px;
                position: fixed;
                bottom: 70px;
                right: 50px;
  }
  }

  #a:hover {
    filter: brightness(300%);
  }