/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/tailwind.scss ***!
  \***************************************************************************************************************************************************************************************************************/

  a {
    --tw-text-opacity: 1;
    color: rgb(238 142 33 / 1);
    color: rgb(238 142 33 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
  a:visited {
    --tw-text-opacity: 1;
    color: rgb(242 164 76 / 1);
    color: rgb(242 164 76 / var(--tw-text-opacity));
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.isolate {
    isolation: isolate;
}
.m-4 {
    margin: 1rem;
}
.m-6 {
    margin: 1.5rem;
}
.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.-mb-6 {
    margin-bottom: -1.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.ms-2 {
    margin-inline-start: 0.5rem;
}
.box-border {
    box-sizing: border-box;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-16 {
    height: 4rem;
}
.h-3 {
    height: 0.75rem;
}
.h-3\.5 {
    height: 0.875rem;
}
.w-16 {
    width: 4rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\.5 {
    width: 0.875rem;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.max-w-screen-xl {
    max-width: 1280px;
}
@keyframes bgToBottom {
    0% {
         background-position: top;
    }
    100% {
        background-position: 50% 10%;
    }
}
.animate-scrollbg {
    animation: bgToBottom 4s ease-in-out infinite alternate;
}
.list-none {
    list-style-type: none;
}
.auto-rows-max {
    grid-auto-rows: max-content;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.content-end {
    align-content: flex-end;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-evenly {
    justify-content: space-evenly;
}
.gap-2 {
    gap: 0.5rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * 0);
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - 0));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-center {
    align-self: center;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(138 232 138 / 1);
    border-color: rgb(138 232 138 / var(--tw-border-opacity));
}
.border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(149 149 149 / 1);
    border-color: rgb(149 149 149 / var(--tw-border-opacity));
}
.border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(238 142 33 / 1);
    border-color: rgb(238 142 33 / var(--tw-border-opacity));
}
.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(61 195 71 / 1);
    background-color: rgb(61 195 71 / var(--tw-bg-opacity));
}
.bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 18 18 / 1);
    background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(40 40 41 / 1);
    background-color: rgb(40 40 41 / var(--tw-bg-opacity));
}
.bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(84 84 84 / 1);
    background-color: rgb(84 84 84 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-primary-200 {
    --tw-gradient-from: #282829 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(40 40 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-350 {
    --tw-gradient-from: #686868 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(104 104 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-100 {
    --tw-gradient-to: #121212 var(--tw-gradient-to-position);
}
.to-primary-200 {
    --tw-gradient-to: #282829 var(--tw-gradient-to-position);
}
.bg-top {
    background-position: top;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-green-300 {
    fill: #3DC347;
}
.p-0 {
    padding: 0px;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pt-4 {
    padding-top: 1rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.font-extrabold {
    font-weight: 800;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.leading-none {
    line-height: 1;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(138 232 138 / 1);
    color: rgb(138 232 138 / var(--tw-text-opacity));
}
.text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(40 40 41 / 1);
    color: rgb(40 40 41 / var(--tw-text-opacity));
}
.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(149 149 149 / 1);
    color: rgb(149 149 149 / var(--tw-text-opacity));
}
.text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(221 221 221 / 1);
    color: rgb(221 221 221 / var(--tw-text-opacity));
}
.text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(242 242 242 / 1);
    color: rgb(242 242 242 / var(--tw-text-opacity));
}
.text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgb(210 108 5 / 1);
    color: rgb(210 108 5 / var(--tw-text-opacity));
}
.text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgb(238 142 33 / 1);
    color: rgb(238 142 33 / var(--tw-text-opacity));
}
.text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgb(249 230 205 / 1);
    color: rgb(249 230 205 / var(--tw-text-opacity));
}
.no-underline {
    text-decoration-line: none;
}
.placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(149 149 149 / 1);
    color: rgb(149 149 149 / var(--tw-placeholder-opacity));
}
.placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(149 149 149 / 1);
    color: rgb(149 149 149 / var(--tw-placeholder-opacity));
}
.bg-blend-multiply {
    background-blend-mode: multiply;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.ring-secondary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 142 33 / var(--tw-ring-opacity));
}
.is-style-umai-btn a {
    --tw-bg-opacity: 1;
    background-color: rgb(242 164 76 / 1);
    background-color: rgb(242 164 76 / var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(40 40 41 / 1);
    color: rgb(40 40 41 / var(--tw-text-opacity));
}
.is-style-umai-btn a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(123 53 0 / 1);
    background-color: rgb(123 53 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(242 242 242 / 1);
    color: rgb(242 242 242 / var(--tw-text-opacity));
}
.is-style-umai-btn-outline a {
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(242 164 76 / 1);
    border-color: rgb(242 164 76 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(40 40 41 / 1);
    background-color: rgb(40 40 41 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(244 191 125 / 1);
    color: rgb(244 191 125 / var(--tw-text-opacity));
}
.is-style-umai-btn-outline a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(210 108 5 / 1);
    border-color: rgb(210 108 5 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(244 191 125 / 1);
    background-color: rgb(244 191 125 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(18 18 18 / 1);
    color: rgb(18 18 18 / var(--tw-text-opacity));
}
.svc-btns {
    align-content: flex-end;
}
#footer-menu a {
    text-decoration-line: none;
}
.servicesvg {
    fill: #3DC347;
}
.wp-block-cover__inner-container {
    width: 100%;
}
@media (min-width: 640px) {
    .wp-block-cover__inner-container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .wp-block-cover__inner-container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .wp-block-cover__inner-container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .wp-block-cover__inner-container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .wp-block-cover__inner-container {
        max-width: 1536px;
    }
}
.contact-page-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
}
.contact-page-form input,
  .contact-page-form textarea {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(149 149 149 / 1);
    border-color: rgb(149 149 149 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / 1);
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
    padding: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 41 / 1);
    color: rgb(40 40 41 / var(--tw-text-opacity));
}
.contact-page-form input::-moz-placeholder, .contact-page-form textarea::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(149 149 149 / 1);
    color: rgb(149 149 149 / var(--tw-placeholder-opacity));
}
.contact-page-form input::placeholder,
  .contact-page-form textarea::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(149 149 149 / 1);
    color: rgb(149 149 149 / var(--tw-placeholder-opacity));
}
.contact-page-form input,
  .contact-page-form textarea {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.contact-page-form input:focus,
  .contact-page-form textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(238 142 33 / 1);
    border-color: rgb(238 142 33 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(249 230 205 / 1);
    background-color: rgb(249 230 205 / var(--tw-bg-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 142 33 / var(--tw-ring-opacity));
}
.contact-page-form input:focus-visible,
  .contact-page-form textarea:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(238 142 33 / 1);
    border-color: rgb(238 142 33 / var(--tw-border-opacity));
}
.contact-page-form input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-right: 0.75rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(149 149 149 / 1);
    border-color: rgb(149 149 149 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / 1);
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }
.contact-page-form input[type=checkbox]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(238 142 33 / 1);
    border-color: rgb(238 142 33 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(249 230 205 / 1);
    background-color: rgb(249 230 205 / var(--tw-bg-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 142 33 / var(--tw-ring-opacity));
}
.contact-page-form input[type=checkbox]:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(238 142 33 / 1);
    border-color: rgb(238 142 33 / var(--tw-border-opacity));
}
.contact-page-form input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden=%27true%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 12%27%3E%3Cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M1 5.917 5.724 10.5 15 1.5%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    --tw-bg-opacity: 1;
    background-color: rgb(238 142 33 / 1);
    background-color: rgb(238 142 33 / var(--tw-bg-opacity));
  }
.wpcf7-acceptance label {
    display: flex;
    flex-direction: row;
}
/* stylelint-disable */
/* stylelint-enable */
@font-face {
  font-family: poppins;
  src: url(fonts/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url(fonts/Poppins-ExtraLight.ttf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: poppins;
  src: url(fonts/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url(fonts/Montserrat-VariableFont_wght.ttf);
}
.visited\:text-green-500:visited {
    color: rgb(138 232 138 );
}
.visited\:text-primary-200:visited {
    color: rgb(40 40 41 );
}
.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(138 232 138 / 1);
    background-color: rgb(138 232 138 / var(--tw-bg-opacity));
}
.hover\:from-primary-350:hover {
    --tw-gradient-from: #686868 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(104 104 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-primary-200:hover {
    --tw-gradient-to: #282829 var(--tw-gradient-to-position);
}
.hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgb(61 195 71 / 1);
    color: rgb(61 195 71 / var(--tw-text-opacity));
}
.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(149 149 149 / var(--tw-ring-opacity));
}
:is([dir="rtl"] .rtl\:rotate-180) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
@media (min-width: 640px) {
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:ms-4 {
        margin-inline-start: 1rem;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - 0));
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * 0);
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .sm\:text-center {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .md\:block {
        display: block;
    }
    .md\:hidden {
        display: none;
    }
    .md\:max-w-5xl {
        max-width: 64rem;
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}
@media (min-width: 1024px) {
    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .lg\:basis-1\/3 {
        flex-basis: 33.333333%;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
::after,
::before{
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

pre{
  overflow: auto;
}

/* temp fonts */
/* @import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Poppins:wght@200;400;700&display=swap);*/
.navbar,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h3,
h4,
h5 {
  font-weight: 400;
}

/* ............/navbar/............ *

/* desktop mode............/// */
.navbar input[type=checkbox],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  width: 100%;
  min-height: 50px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  align-items: end;
}

.navigation-menu {
  order: 2;
}

.menu-items {
  display: flex;
  position: relative;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 1.2rem;
}

.menu-items li:hover > .sub-menu {
  display: block;
  top: 30px;
  position: absolute;
  z-index: 10;
  background-color: var(--wp--preset--color--primary-350);
  padding: 1em;
  border-radius: 10px;
}

.menu-items li > .sub-menu {
  display: none;
}

.menu-items li.focus > .sub-menu li,
.menu-items li:hover > .sub-menu li {
  margin-left: 0;
  margin-top: 0.5em;
}

.menu-items a {
  text-decoration: none;
  /* stylelint-disable-next-line comment-empty-line-before */
  /* color: #ddd; */
  transition: color 0.3s ease-in-out;
}

.menu-item:not(.current-menu-item) a:hover,
.social-icon a:hover {
  color: #F9E6CD;
  transition: color 0.3s ease-in-out;
}

.social-icon a > svg {
  transition: transform 0.3s linear;
}

.social-icon a:hover > svg {
  transform: scale(1.5);
}

.menu-item:not(.current-menu-item) a::after {
  /* This is necessary for the pseudo element to work. */
  content: "";
  /* This will put the pseudo element on its own line. */
  display: block;
  /* Change this to whatever width you want to have before hover. */
  width: 0%;
  /* This creates some space between the element and the border. */
  padding-top: 5px;
  /* This creates the border. Replace black with whatever color you want. */
  border-bottom: 3px solid #F2A44C;
  /* This establishes the amount of time in seconds the animation should take from start to finish */
  transition: 0.5s;
}

.menu-item:not(.current-menu-item) a:hover::after {
  /* This will be the new width of your border when on hover */
  width: 100%;
}

.current-menu-item a {
  cursor: default;
}

.current-menu-item a::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 5px;
  border-bottom: 3px solid #7B3500;
}

.hero {
  animation-play-state: paused;
  box-shadow: 0px 3px 12px var(--wp--preset--color--secondary-500);
}

.hero:hover {
  animation-play-state: running;
}

/* svg.servicesvg {
	width: 100%;
	color: #3DC347;
} */
/* ......../ media query /.......... */
@media (max-width: 768px) {
  .navbar-container input[type=checkbox],
  .navbar-container .hamburger-lines {
    display: block;
  }
  .navbar-container {
    display: flex;
    position: relative;
    height: 64px;
  }
  .navbar-container input[type=checkbox] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }
  .navbar-container .hamburger-lines {
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #f2f2f2;
  }
  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .navbar .menu-items {
    position: fixed;
    top: 0;
    padding-top: 6rem;
    background: #282829;
    max-width: 50%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0 130px 0 #a7a7a7;
  }
  .navbar .menu-items li {
    margin: 0.5rem 2rem 2rem 0;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .menu-items li:hover > .sub-menu {
    display: inline-block;
    position: relative;
    top: 0;
    z-index: auto;
    background-color: var(--wp--preset--color--primary-300);
    padding: 1em;
    border-radius: 10px;
  }
  .logo {
    order: 2;
    font-size: 2rem;
    margin: 0 1rem;
  }
  .navbar-container input[type=checkbox]:checked ~ nav > .menu-items {
    transform: translateX(0);
  }
  .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }
  .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }
}
/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.55s;
}

.tab input:checked ~ .tab-content {
  max-height: 15rem;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 2px solid var(--wp--preset--color--secondary-600);
  border-radius: 0.5rem;
  overflow: hidden;
}

.tab-label,
.tab-close {
  display: flex;
  color: var(--wp--preset--color--secondary-400);
  background: linear-gradient(155deg, var(--wp--preset--color--primary-200), var(--wp--preset--color--primary-100));
  cursor: pointer;
}

.tab-label:hover,
.tab-close:hover {
  background: linear-gradient(155deg, var(--wp--preset--color--primary-300), var(--wp--preset--color--primary-200));
}

.tab-label {
  justify-content: space-between;
  padding: 1rem;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked + .tab-label::after {
  transform: rotate(270deg);
}

.tab-content p {
  margin: 0;
  padding: 1rem;
}

.tab-close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.accordion-radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab-label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
.wpcf7 input:not([type=checkbox], [type=submit]),
.wpcf7 textarea {
  width: 100%;
  color: var(--wp--preset--color--primary-200);
  padding: 8px;
  margin: 10px;
  border-radius: 8px;
}
.wpcf7 input:not([type=checkbox], [type=submit]):hover,
.wpcf7 textarea:hover {
  outline: 1px solid var(--wp--preset--color--secondary-400);
  outline-offset: 2px;
}
.wpcf7 input:not([type=checkbox], [type=submit]):focus,
.wpcf7 textarea:focus {
  border: 2px solid var(--wp--preset--color--secondary-200);
  background-color: var(--wp--preset--color--primary-700);
  outline: 0;
}

.wpcf7 label,
.wpcf7-acceptance span {
  margin-left: 10px;
}

.wpcf7 input[type=checkbox] {
  padding: 4px;
}
.wpcf7 input[type=checkbox]:checked {
  accent-color: var(--wp--preset--color--secondary-400);
}

.wpcf7-submit {
  background-color: var(--wp--preset--color--secondary-400);
  color: var(--wp--preset--color--primary-100);
  padding: 0.75rem 1.25rem;
  margin: 10px;
  border-radius: 90px;
  border: 1px solid var(--wp--preset--color--secondary-600);
  font-weight: 500;
}
.wpcf7-submit:hover {
  background-color: var(--wp--preset--color--secondary-600);
  color: var(--wp--preset--color--primary-100);
  border: 1px solid var(--wp--preset--color--secondary-200);
}

.wpcf7 p {
  padding-bottom: 0.5em;
}

#main .wpcf7-response-output {
  border-radius: 99px;
  padding: 0.5em 1em;
}

/*# sourceMappingURL=index.css.map*/