@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.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;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-\[15px\]{
  bottom: 15px;
}

.bottom-\[20px\]{
  bottom: 20px;
}

.bottom-\[40px\]{
  bottom: 40px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-\[23px\]{
  left: 23px;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-\[56px\]{
  top: 56px;
}

.z-50{
  z-index: 50;
}

.m-auto{
  margin: auto;
}

.mx-\[auto\]{
  margin-left: auto;
  margin-right: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[\]{
  margin-bottom: ;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-\[-22px\]{
  margin-top: -22px;
}

.mt-\[0px\]{
  margin-top: 0px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-6{
  height: 1.5rem;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[283px\]{
  height: 283px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[90px\]{
  height: 90px;
}

.h-\[auto\]{
  height: auto;
}

.w-28{
  width: 7rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[147px\]{
  width: 147px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[30px\]{
  width: 30px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-\[1148px\]{
  max-width: 1148px;
}

.max-w-\[1217px\]{
  max-width: 1217px;
}

.max-w-\[1635px\]{
  max-width: 1635px;
}

.max-w-\[60\%\]{
  max-width: 60%;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[721px\]{
  max-width: 721px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-\[817px\]{
  max-width: 817px;
}

.max-w-\[881px\]{
  max-width: 881px;
}

.max-w-screen-md{
  max-width: 768px;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

.translate-y-\[10px\]{
  --tw-translate-y: 10px;
  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));
}

.transform{
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-\[0px\]{
  gap: 0px;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[20px\]{
  gap: 20px;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-\[10px\]{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border{
  border-width: 1px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-\[\#D3D3D3\]{
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}

.border-\[\#D7D7D7\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-b-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1A1A1A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B52832\]{
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f8f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f7f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-\[length\:100\%_241px\]{
  background-size: 100% 241px;
}

.bg-center{
  background-position: center;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-2{
  padding: 0.5rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[15px\]{
  padding: 15px;
}

.p-\[30px_20px\]{
  padding: 30px 20px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[120px\]{
  padding-bottom: 120px;
}

.pb-\[180px\]{
  padding-bottom: 180px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pl-\[98px\]{
  padding-left: 98px;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-\[120px\]{
  padding-top: 120px;
}

.pt-\[15px\]{
  padding-top: 15px;
}

.pt-\[180px\]{
  padding-top: 180px;
}

.pt-\[34px\]{
  padding-top: 34px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-\[60px\]{
  font-size: 60px;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[50px\]{
  line-height: 50px;
}

.text-\[\#B52832\]{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.shadow-\[0px_4px_10px_0px_\#00000014\]{
  --tw-shadow: 0px 4px 10px 0px #00000014;
  --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-75{
  transition-duration: 75ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.We-Service {
  display: none;
}

.home .We-Service, .page-id-270 .We-Service{
  display: block;
}

.page-id-270 .We-Service {
  display: block;
  background-color: #fff;
}

.page-id-270 .We-Service  li a{
  color: #000;
}

.page-id-270 .We-Service  .widget-title{
  color: #000;
}

.page-id-270 .We-Service{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .page-id-270 .We-Service{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px){
  .page-id-270 .We-Service{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.source{
  font-family: "Source Sans Pro";
}

/* header */

.container{
  max-width: 1620px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.rp{
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px){
  .rp{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px){
  .rp{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

h1, h2, h3, h4, h5, h6, body {
  font-family: "Raleway", sans-serif;
}

h1{
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

@media (min-width: 768px){
  h1{
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 60px;
    line-height: 75px;
  }
}

h2{
  font-size: 27px;
  font-weight: 500;
}

@media (min-width: 768px){
  h2{
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  h2{
    font-size: 42px;
  }
}

p, body{
  font-size: 14px;
}

@media (min-width: 768px){
  p, body{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  p, body{
    font-size: 18px;
  }
}

.bg-footer-section .source{
  font-size: 20px;
}

@media (min-width: 1024px){
  .bg-footer-section .source{
    font-size: 36px;
  }
}

h3{
  font-size: 26px;
}

@media (min-width: 768px){
  h3{
    font-size: 30px;
  }
}

.primary-menu-container ul li a:after, .primary-menu-container ul li a:after, .primary-menu-container ul li  span:after, .primary-menu-container ul li span:after

 {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #B52832;
  height: 1px;
  transition: all .5s;
}

.primary-menu-container ul li a, .primary-menu-container ul li span{
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

@media (min-width: 768px){
  .primary-menu-container ul li a, .primary-menu-container ul li span{
    font-size: 14px;
  }
}

@media (min-width: 1280px){
  .primary-menu-container ul li a, .primary-menu-container ul li span{
    font-size: 18px;
  }
}

.primary-menu-container ul li a:hover:after, .primary-menu-container ul li span:hover:after {
  width: 100%;
}

div#block-5 img{
  max-width: 230px;
}

.btn{
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1280px){
  .btn{
    font-size: 18px;
  }
}

.btn{
  transition-property: all;
  position: relative;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn span{
  position: relative;
  z-index: 9;
}

.btn-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(181 40 50 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.btn-white-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #fff !important;
}

.btn-white-bg:hover{
  color: #000 !important;
}

.btn-white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.btn-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .fa-angle-down {
  position: relative;
  right: -9px;
  font-size: 16px;
  top: 1px;
}

.btn-white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

.btn-line{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.btn-line:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.btn-primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

.btn-line::before{
  background-color: #B52832;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #000;
}

.video-box {
  height: 100%;
}

.video-box img, .image-full img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-primary:hover::before{
  left: 0px;
  top: 0px;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-image-text{
  position: absolute;
  left: 50%;
  top: 60%;
  width: 100%;
  max-width: 1325px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .banner-image-text{
    top: 59%;
  }
}

@media (min-width: 1536px){
  .banner-image-text{
    top: 39%;
  }
}

.sub-menu a::after{
  display: none !important;
}

.menu-btn-crros{
  margin-left: auto;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-icon li{
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-icon li:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.menu-mobile{
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .menu-mobile{
    left: -400px;
    width: 400px;
  }
}

.menu-open .menu-mobile{
  transition: all ease-in-out 0.3s;
  left: 0px;
}

.menu-open{
  overflow: hidden;
}

.menu-mobile ul li {
  position: relative;
}

.menu-mobile  .fa-angle-down{
  position: absolute;
  right: 13px;
  top: 4px;
}

.primary-menu-container .current-menu-item a:after{
  width: 100%;
}

.primary-menu-container .current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.menu-mobile{
  transition: all ease-in-out 0.3s;
}

.menu-mobile .primary-menu-container  li{
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: #00000036;
  padding: 0.5rem;
}

.menu-mobile .primary-menu-container  li a:hover{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.primary-menu-container .menu-item-has-children .sub-menu{
  position: absolute;
  display: none;
  width: 259px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sub-menu .current_page_item a, .sub-menu .current-menu-item a{
  color: #fff !important;
}

.sub-menu .current_page_item, .sub-menu .current-menu-item  {
  cursor: pointer;
  background-color: #B52832 !important;
}

.primary-menu-container .menu-item-has-children .sub-menu a{
  font-size: 16px;
}

.primary-menu-container ul.sub-menu li{
  border-bottom: 1px solid #f6f6f6;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item {
  cursor: pointer;
  padding: 10px  24px;
  margin-bottom: 0px;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover {
  background-color: #B52832;
  color: #fff;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:hover a{
  color: #fff;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item a, .primary-menu-container .menu-item-has-children .sub-menu .menu-item span{
  padding: 0px;
  cursor: pointer;
  width: 100%;
  padding-bottom: 0px;
  position: relative;
  display: block;
  font-size: 14px;
  padding-left: 10px;
}

.transition-div {
  display:none;
}

.primary-menu-container .sub-menu-list ul.sub-menu {
  max-width: 925px;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  -moz-columns: 4;
  columns: 4;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item{
  padding: 10px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #B52832;
}

.primary-menu-container .menu-item-has-children .sub-menu .menu-item:last-child a:before, .primary-menu-container .menu-item-has-children .sub-menu .menu-item:last-child span:before{
  display: none;
}

.primary-menu-container .menu-item-has-children .sub-menu .current-menu-item a{
  color: #000;
}

.primary-menu-container .menu-item-has-children .sub-menu li:hover a{
  color: #000;
}

.fixed-header{
  top: -11px  !important;
}

.fleet-grid .box-inner{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px){
  .fleet-grid .box-inner{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.listing-fleet li{
  padding-left: 15px;
  position: relative;
}

.listing-fleet li::before{
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 40px;
}

.fleet-grid > li{
  border-radius: 10px;
  border: 1px solid #D0D0D0;
}

.contact-form  div#gform_3_validation_container {
  display: none !important;
}

.contact-form .gfield_description.instruction.validation_message {
  display: none;
}

div#search-results p {
  padding: 20px;
}

a.skip-link.screen-reader-text {
  display: none;
}

.contact-form    textarea{
  height: 250px !important;
}

@media (max-width:1380px) {
  .primary-menu-container .sub-menu-list ul.sub-menu{
    transform: translate(-50%, 10px);
    left: 50%;
  }
}

@media (max-width:1018px) {
  .primary-menu-container .menu-item-has-children  .sub-menu{
    display: block !important;
    padding: 0px !important;
    border-top: 1px solid #dddada;
    background-color: #B52832 !important;
    box-shadow: none !important;
    position: relative;
    width: 100% !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu .menu-item{
    border-bottom: 1px solid #fff !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu a {
    font-size: 16px;
    color: #fff !important;
  }

  .menu-mobile .primary-menu-container li{
    padding: 0px;
  }
}

@media (min-width:1024px) {
  .primary-menu-container .menu-item-has-children:hover .sub-menu{
    display: block;
  }

  .primary-menu-container .menu-item-has-children {
    margin-right: 10px !important;
    cursor: pointer;
  }

  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 6px  !important;
    padding: 0px 8px;
    padding-bottom: 6px;
  }
}

@media (min-width:1240px) {
  .primary-menu-container .menu-item.menu-item-type-post_type.menu-item-object-page{
    margin-left: 16px  !important;
    padding: 0px 8px;
  }
}

/* footer */

footer{
  background-image: url(../src/img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

ul#menu-cities-we-service{
  -moz-columns: 1;
       columns: 1;
  gap: 20px;
}

@media (min-width: 768px){
  ul#menu-cities-we-service{
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 1280px){
  ul#menu-cities-we-service{
    -moz-columns: 4;
         columns: 4;
  }
}

nav.menu-cities-we-service-container{
  max-height: 400px;
  overflow: auto;
}

@media (min-width: 768px){
  nav.menu-cities-we-service-container{
    max-height: auto;
  }
}

footer .We-Service h3.widget-title{
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  footer .We-Service h3.widget-title{
    margin-bottom: 36px;
    font-size: 46px;
  }
}

footer .menu li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}

footer .menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

footer .menu li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-menu{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (min-width: 767px) {
  .offer-code   .footer-menu:nth-child(even)  div:first-child{
    order: 2;
  }

  .offer-code   .footer-menu:nth-child(even)  div:last-child{
    order: 1;
  }

  .section-video .footer-menu:nth-child(odd) {
    background-color: #fff;
  }

  .section-video .footer-menu:nth-child(odd) > div:first-child{
    order: 2;
  }

  .section-video .footer-menu:nth-child(odd) > div:last-child{
    order: 1;
  }
}

.offer-code  .footer-menu:nth-child(even){
  background-color: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .offer-code  .footer-menu:nth-child(even){
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-code   .footer-menu > div:first-child{
    order: 2;
  }

  .offer-code   .footer-menu > div:last-child{
    order: 1;
  }
}

@media (min-width: 768px){
  .footer-menu{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footer-menu{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

footer .menu li::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../src/img/icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}

.We-Service{
  padding-top: 50px;
  padding-bottom: 50px;
}

footer  h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

footer{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer div#sidebar-primary div#block-6 {
  /* margin-bottom: 20px; */
  display: block;
  margin-top: 20px;
}

ul.adress li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.adress li img{
  position: absolute;
  left: 0px;
  top: 7px;
}

ul.adress li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

ul.adress li a:hover{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.subscribe form {
  margin-top: 30px;
  position: relative;
}

.subscribe form input{
  height: 50px;
  width: 100%;
  border-radius: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.subscribe form button{
  position: absolute;
  right: 5px;
  top: 6px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

ul.icon-link{
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

div#block-5{
  margin-bottom: 20px;
}

@media (min-width: 1024px){
  div#block-5{
    margin-bottom: 30px;
  }
}

@media (min-width: 1536px){
  div#block-5{
    margin-bottom: 50px;
  }
}

ul.icon-link li{
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(181 40 50 / var(--tw-border-opacity, 1));
}

ul.icon-link li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
}

.copyright{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

@media (min-width: 1024px){
  .copyright{
    justify-content: space-between;
  }
}

ul.listing-copyright{
  display: flex;
  flex-wrap: wrap;
}

ul.listing-copyright li:first-child{
  margin-right: 1.25rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-right: 1.25rem;
}

.copyright a:hover{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.copyright *{
  font-size: 16px;
}

.bg-black-number{
  background-image: url(../src/img/bg-back.png);
}

.bg-black-number li{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-black-number li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
}

.bg-black-number li:hover *{
  color: #fff !important;
}

.bg-black-number li:hover img  {
  filter: brightness(0) invert(1);
}

.bg-black-number li{
  transition: all ease-in-out 0.3s;
}

.form-custom{
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px){
  .form-custom{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px){
  .form-custom{
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.date a{
  pointer-events: none;
  cursor: default;
}

.primary-menu-container ul li .sub-menu li span:after{
  display: none !important;
}

body .form-custom input[type="number"]{
  padding-right: 28px !important;
}

.form-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  padding-right: 28px !important;
  text-overflow: '';
}

.right-sidebar .form-custom{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.form-custom select{
  background-image: url(../src/img/arrow-bottom.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 10px !important;
}

.right-sidebar{
  position: relative;
}

.form-custom input, .form-custom select {
  height: 45px;
  outline: none  !important;
  padding-left: 10px  !important;
  border-radius: 5px  !important;
  font-size: 16px  !important;
  background-color: #F8F8F8  !important;
  color: #000;
  border: 1px solid #D3D3D3 !important;
  box-shadow: none !important;
}

.form-custom .gform-footer input#gform_submit_button_1,  .form-custom .gform-footer input#gform_submit_button_3 {
  color: #fff !important;
  padding: 15px 20px !important;
  border-radius: 30px !important;
  font-weight: 500;
  text-transform: uppercase !important;
  background: linear-gradient(to right, #000 50%,  #B52832  50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  /* Start from right */
  transition: all ease-in-out 0.5s !important;
}

body .form-custom .gform-footer input#gform_submit_button_1:hover, .form-custom .gform-footer input#gform_submit_button_3:hover {
  background-position: left bottom !important;
  /* Animate to left */
  transition: all ease-in-out 0.5s !important;
}

.form-custom legend{
  font-size: 16px  !important;
}

body .form-custom input::-moz-placeholder, body .form-custom textarea::-moz-placeholder, body .form-custom select::-moz-placeholder  {
  color: #3f3f3f !important;
}

body .form-custom input::placeholder, body .form-custom textarea::placeholder,  body .form-custom select::placeholder  {
  color: #3f3f3f !important;
}

.gfield--input-type-datepicker *{
  width: 100% !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.image-full{
  height: 100%;
}

/* To show them */

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.form-custom textarea{
  background-color: #F8F8F8 !important;
  outline: none !important;
  width: 100%;
  border: 1px solid #D3D3D3 !important;
  padding-left: 10px !important;
  border-radius: 5px !important;
  height: 74px !important;
  min-block-size: inherit !important;
  font-size: 16px !important;
}

.form-custom  div#gfield_instruction_1_8{
  display: none !important;
}

.time{
  background-position: 95% center  !important;
}

.servies li{
  border-radius: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.servies li .box-inner{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px){
  .servies li .box-inner{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px){
  .servies li .box-inner{
    text-align: left;
  }
}

@media (min-width: 1536px){
  .servies li .box-inner{
    padding-left: 28px;
    padding-right: 28px;
  }
}

.servies li .box-inner .btn{
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

@media (min-width: 1536px){
  .servies li .box-inner .btn{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}

.servies li .box-inner h3{
  margin-bottom: 10px;
}

.servies li .box-inner .btn{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 221px;
  font-size: 16px;
}

@media (min-width: 1280px){
  .servies li .box-inner .btn{
    margin: 0px;
    width: auto;
    max-width: auto;
  }
}

.servies li:hover, .fleet-grid > li:hover{
  border-radius: 15px;
  --tw-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0.5rem 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-15px);
}

.fleet-grid li{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.bg-bar-black{
  background-image: url(../src/img/bg-backgound-number.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-bar-black a:hover{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.bg-bar-black .btn:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

/* Style the tab content */

.custom-tabs .tab-content {
  display: none;
}

.custom-tabs  .tab-content.active {
  display: block;
}

.custom-tabs  .swiper {
  width: 100%;
}

@media (min-width: 1280px){
  .custom-tabs .swiper-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-tabs  .servies li{
  background-color: #fff !important;
  min-height: 500px;
}

@media (min-width: 768px){
  .custom-tabs  .servies li{
    min-height: 531px;
  }
}

.swiper-pagination {
  bottom: 10px !important;
}

.custom-tabs .swiper {
  width: 100%;
  padding-bottom: 50px;
}

.custom-tabs span.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 1px solid #CACACA !important;
  opacity: 1;
}

.custom-tabs .swiper-pagination-bullet-active{
  background-color: #b6b6b6 !important;
  width: 13px;
  height: 13px;
}

.custom-tabs .tablinks{
  border-radius: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-tabs .tablinks:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-tabs .tablinks.active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.custom-tabs  .tab{
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 768px){
  .custom-tabs  .tab{
    display: flex;
  }
}

.custom-tabs ul li {
  background-color: #fff;
}

.form-custom .gform_heading {
  display: none;
}

.tabs_fleets  .btn-white{
  border: 1px solid #D7D7D7 !important;
}

.tabs_fleets  .btn-white:hover{
  border: 1px solid #000 !important;
}

.video-box{
  position: relative;
}

.video-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}

body {
  counter-reset: section;
}

.accordion .accordion-item button::before {
  counter-increment: section;
  content: counter(section) ". ";
  margin-right: 5px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #B52832;
  position: absolute;
  left: 0;
  top: 15px;
}

.accordion .accordion-item:last-child{
  border-bottom: 0px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion button{
  position: relative;
  display: block;
  width: 100%;
  border-style: none;
  background-image: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 25px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .accordion button{
    padding-left: 35px;
    font-size: 20px;
  }
}

@media (min-width: 1024px){
  .accordion button{
    font-size: 26px;
  }
}

.accordion button:hover,
.accordion button:focus{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.accordion button:hover::after,
.accordion button:focus::after{
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(181 40 50 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 500;
  white-space: break-spaces;
}

.accordion .accordion-item:first-child{
  border-top: 1px solid #e5e5e5;
}

.accordion button .icon{
  position: absolute;
  top: 20px;
  right: 0px;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 0px 34px  26px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding-top: 0px;
  padding-left: 34px ;
}

.tabs_fleets .box-inner{
  padding-top: 0px !important;
}

.form-custom .gform-theme--foundation .gform_fields{
  row-gap: 20px;
}

@media (min-width: 1024px){
  div#block-6 h3{
    text-align: left;
  }
}

@media   (max-width: 1020px) and  (min-width: 767px){
  .menu-full{
    grid-column: 1 / span 3;
  }

  .menu-full .wp-block-image{
    display: table;
    margin: 0 auto;
  }

  ul.icon-link{
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
    gap: 0.625rem;
  }
}

.form-custom .ginput_container_time {
  inline-size: inherit;
}

.form-custom .gfield_required_text{
  display: none !important;
}

.form-custom .gform-theme--foundation .ginput_complex .ginput_container_time{
  inline-size: inherit;
  width: 100%;
}

.form-custom .gform-theme--foundation .gform-grid-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 120px;
}

@media only screen and (min-width: 767px) {
  .offer-code   .form-custom .gform-theme--foundation .gform-grid-row:nth-child(even)  div:first-child{
    order: 2;
  }

  .offer-code   .form-custom .gform-theme--foundation .gform-grid-row:nth-child(even)  div:last-child{
    order: 1;
  }

  .section-video .form-custom .gform-theme--foundation .gform-grid-row:nth-child(odd) {
    background-color: #fff;
  }

  .section-video .form-custom .gform-theme--foundation .gform-grid-row:nth-child(odd) > div:first-child{
    order: 2;
  }

  .section-video .form-custom .gform-theme--foundation .gform-grid-row:nth-child(odd) > div:last-child{
    order: 1;
  }
}

.offer-code  .form-custom .gform-theme--foundation .gform-grid-row:nth-child(even){
  background-color: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .offer-code  .form-custom .gform-theme--foundation .gform-grid-row:nth-child(even){
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-code   .form-custom .gform-theme--foundation .gform-grid-row > div:first-child{
    order: 2;
  }

  .offer-code   .form-custom .gform-theme--foundation .gform-grid-row > div:last-child{
    order: 1;
  }
}

.date-listing{
  position: relative !important;
}

.date-listing legend{
  position: absolute;
  top: 9px;
}

.form-custom .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{
  width: 0px;
  right: 19px !important;
  margin-left: -30px;
}

@media only screen and (max-width: 1080px) {
  .servies li:hover, .fleet-grid > li:hover{
    transform: translateY(-5px);
  }

  .accordion button[aria-expanded='true'] + .accordion-content{
    padding: 0px 25px  26px;
  }

  .form-custom .gform-theme--foundation .gform-grid-row{
    padding-left: 99px;
  }
}

.blog-listing .box-inner{
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-listing .box-inner ul{
  margin-bottom: 15px;
  display: flex;
  gap: 35px;
  vertical-align: middle;
}

.blog-listing .box-inner ul li {
  padding-left: 30px;
  position: relative;
}

.blog-listing .box-inner ul li img{
  position: absolute;
  left: 0;
  top: 4px;
}

.blog-listing .box-inner ul li:first-child::before{
  content: "";
  width: 1px;
  height: 76%;
  background-color: #000;
  position: absolute;
  right: -16px;
  top: 3px;
}

.search-form{
  position: relative;
}

.search-form input{
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-form button{
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.blogs {
  padding: 20px;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
}

.blogs li {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blogs li  a:hover h4{
  color: #B52832;
}

.blogs li:last-child{
  border-bottom: 0px;
}

.subscribe .gform_heading{
  display: none;
}

div#gform_1_validation_container {
  display: none;
}

.subscribe .gform_body input{
  height: 50px !important;
  width: 100% !important;
  border-radius: 50px !important;
  border-width: 1px !important;
  border-color: #fff !important;
  background-color: transparent !important;
  padding-left: 15px !important;
  outline: none !important;
  color: #fff !important;
  padding-right: 57px !important;
}

div#gform_2_validation_container {
  display: none;
}

.subscribe input#gform_submit_button_2{
  position: absolute;
  right: 5px;
  top: 4px;
  border-radius: 40px !important;
  --tw-bg-opacity: 1;
  background-color: #B52832 !important;
  padding: 0.5rem;
  width: 40px !important;
  height: 40px !important;
  font-size: 0px;
  border: 0px;
  background-image: url(../src/img/arrow-form.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}

@media only screen and (min-width: 767px) {
  .offer-code   .grid:nth-child(even)  div:first-child{
    order: 2;
  }

  .offer-code   .grid:nth-child(even)  div:last-child{
    order: 1;
  }

  .section-video .grid:nth-child(odd) {
    background-color: #fff;
  }

  .section-video .grid:nth-child(odd) > div:first-child{
    order: 2;
  }

  .section-video .grid:nth-child(odd) > div:last-child{
    order: 1;
  }
}

.offer-code  .grid:nth-child(even){
  background-color: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .offer-code  .grid:nth-child(even){
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.listing li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.listing li::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../src/img/icon.png);
  background-repeat: no-repeat;
  left: 0px;
  top: 7px;
  background-position: left center;
}

.subscribe   .gform-footer {
  margin: 0px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* @media only screen and (min-width: 1018px) {
 .primary-menu-container   .menu-item {
    @apply flex
  }
} */

@media only screen and (max-width: 1018px) {
  .primary-menu-container ul li a:after, .primary-menu-container ul li a:after, .primary-menu-container ul li span:after, .primary-menu-container ul li span:after{
    display: none !important;
  }

  .menu-mobile  .primary-menu-container  .menu-item  span,  .menu-mobile  .primary-menu-container  .menu-item   a{
    padding: 10px !important;
    display: inline-block;
  }

  body .menu-mobile  .primary-menu-container  .menu-item  .sub-menu span, body  .menu-mobile  .primary-menu-container  .menu-item .sub-menu  a {
    padding: 0px !important;
    padding-left: 20px !important;
  }

  .menu-mobile .fa-angle-down{
    position: absolute;
    right: 13px;
    top: 14px;
    height: 20px;
    width: 20px;
    font-size: 20px;
  }

  .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition:  max-height 0.10s ease-in-out;
  }

  .menu-item-has-children.open > .sub-menu {
    max-height: 1000px;
    /* Trick for animation (use JS to handle height transitions smoothly) */
  }

  .primary-menu-container .menu-item-has-children .sub-menu{
    border: 0px !important;
  }

  .primary-menu-container .sub-menu-list ul.sub-menu{
    -moz-columns: inherit !important;
         columns: inherit !important;
  }

  .primary-menu-container .menu-item-has-children .sub-menu{
    border-radius: 0px !important;
  }

  .primary-menu-container .sub-menu-list ul.sub-menu{
    transform: inherit !important;
    left: 0px !important;
  }

  .primary-menu-container .menu-item-has-children.open .fa-angle-down::before {
    content: "\f106" !important;
  }

  .menu-mobile .primary-menu-container{
    height: 98vh;
    overflow: auto;
  }

  .primary-menu-container .menu-item-has-children .sub-menu a, .primary-menu-container .menu-item-has-children .sub-menu span{
    color: #fff;
  }

  .primary-menu-container ul li  span:after, .primary-menu-container ul li a span:after{
    display: none !important;
  }
}

.tabs-mobile select, .cutsom_tabs-fleets select{
  height: 45px;
  outline: none !important;
  padding-left: 10px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  background-color: #F8F8F8 !important;
  color: #000;
  border: 1px solid #D3D3D3 !important;
  box-shadow: none !important;
  width: 100%;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(/wp-content/uploads/2025/06/down.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 23px;
}

@media only screen and (min-width: 767px) {
  .tabs-mobile{
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .copyright *{
    text-align: center;
  }

  .primary-menu-container ul li a:after, .primary-menu-container ul li a:after, .primary-menu-container ul li span:after, .primary-menu-container ul li span:after{
    display: none !important;
  }

  .tabs-full{
    display: none !important;
  }

  /* .menu-mobile  .primary-menu-container  .menu-item .sub-menu{
  max-height: 0px;   transition: height 0.4s ease, max-height 0.4s ease;

}

.primary-menu-container .menu-item-has-children.open .sub-menu{
  height: auto !important;  
  max-height: 100%;

} */

  .bg-bar-black  a{
    margin-top: 10px;
  }

  .offer-code   .grid > div:first-child{
    order: 2;
  }

  .offer-code   .grid > div:last-child{
    order: 1;
  }
}

.iframe-video iframe{
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 1024px){
  .iframe-video iframe{
    height: 450px;
  }
}

.iframe-video{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media only screen and (min-width: 767px) {
  .offer-code   .iframe-video:nth-child(even)  div:first-child{
    order: 2;
  }

  .offer-code   .iframe-video:nth-child(even)  div:last-child{
    order: 1;
  }

  .section-video .iframe-video:nth-child(odd) {
    background-color: #fff;
  }

  .section-video .iframe-video:nth-child(odd) > div:first-child{
    order: 2;
  }

  .section-video .iframe-video:nth-child(odd) > div:last-child{
    order: 1;
  }
}

.offer-code  .iframe-video:nth-child(even){
  background-color: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px){
  .offer-code  .iframe-video:nth-child(even){
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-code   .iframe-video > div:first-child{
    order: 2;
  }

  .offer-code   .iframe-video > div:last-child{
    order: 1;
  }
}

@media (min-width: 768px){
  .iframe-video{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.blogs a {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 11px;
  display: block;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Popup container */

.popup {
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* Popup content */

.popup-content {
  position: fixed;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: -18px;
  right: -11px;
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-color: #B52832;
  font-size: 50px !important;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
}

.btn-red{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

/* Close button */

.close {
  position: absolute;
  top: -18px;
  right: -21px;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
}

.pagination{
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 768px){
  .pagination{
    margin-top: 22px;
  }
}

.pagination span.page-numbers.current{
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 50 / var(--tw-bg-opacity, 1));
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post ul.blog-listing p {
  margin-bottom: 20px;
}

.menu-mobile .sub-menu .current-menu-item{
  background-color: #000 !important;
}

div#search-results {
  position: absolute;
  top: 45px;
  background-color: #ffff;
  z-index: 99;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 .2rem 0.7rem rgba(0, 0, 0, .15) !important;
}

div#search-results ul{
  max-height: 290px;
  overflow: auto;
}

div#search-results li {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px 0px 5px 5px;
}

div#search-results li:hover:hover{
  background-color: #f6f6f6;
}

div#search-results li:last-child{
  border-bottom: 0px;
}

.shine{
  position: relative;
  overflow:hidden ;
  display: block;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover:before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.tab-button{
  cursor: pointer;
}

ul.listing {
  text-align: left;
}

.hover\:border-\[\#000\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:text-\[\#B52832\]:hover{
  --tw-text-opacity: 1;
  color: rgb(181 40 50 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

@media (min-width: 640px){
  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-\[auto\]{
    width: auto;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-\[80px\]{
    font-size: 80px;
  }

  .sm\:leading-\[70px\]{
    line-height: 70px;
  }
}

@media (min-width: 768px){
  .md\:bottom-\[40px\]{
    bottom: 40px;
  }

  .md\:mx-\[0px\]{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mb-\[15px\]{
    margin-bottom: 15px;
  }

  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }

  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .md\:mt-\[0px\]{
    margin-top: 0px;
  }

  .md\:mt-\[20px\]{
    margin-top: 20px;
  }

  .md\:mt-\[30px\]{
    margin-top: 30px;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[300px\]{
    height: 300px;
  }

  .md\:h-\[350px\]{
    height: 350px;
  }

  .md\:w-\[211px\]{
    width: 211px;
  }

  .md\:w-\[25px\]{
    width: 25px;
  }

  .md\:w-\[35px\]{
    width: 35px;
  }

  .md\:w-\[auto\]{
    width: auto;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-\[20\%\]{
    max-width: 20%;
  }

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[34\%_1fr\]{
    grid-template-columns: 34% 1fr;
  }

  .md\:grid-cols-\[60\%_40\%\]{
    grid-template-columns: 60% 40%;
  }

  .md\:gap-\[15px\]{
    gap: 15px;
  }

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:rounded-\[0px\]{
    border-radius: 0px;
  }

  .md\:rounded-\[16px\]{
    border-radius: 16px;
  }

  .md\:rounded-r-\[0px\]{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-r-\[\#D9D9D9\]{
    --tw-border-opacity: 1;
    border-right-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }

  .md\:bg-\[length\:100\%_141px\]{
    background-size: 100% 141px;
  }

  .md\:p-\[20px\]{
    padding: 20px;
  }

  .md\:px-\[0px\]{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:pb-\[0px\]{
    padding-bottom: 0px;
  }

  .md\:pl-\[15px\]{
    padding-left: 15px;
  }

  .md\:pr-\[20px\]{
    padding-right: 20px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[28px\]{
    font-size: 28px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }

  .md\:text-\[70px\]{
    font-size: 70px;
  }
}

@media (min-width: 1024px){
  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .lg\:mb-\[80px\]{
    margin-bottom: 80px;
  }

  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }

  .lg\:mt-\[50px\]{
    margin-top: 50px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[300px\]{
    height: 300px;
  }

  .lg\:h-\[800px\]{
    height: 800px;
  }

  .lg\:h-\[auto\]{
    height: auto;
  }

  .lg\:max-w-\[16\%\]{
    max-width: 16%;
  }

  .lg\:max-w-\[365px\]{
    max-width: 365px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[300px_1fr\]{
    grid-template-columns: 300px 1fr;
  }

  .lg\:grid-cols-\[357px_1fr\]{
    grid-template-columns: 357px 1fr;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-\[20px\]{
    gap: 20px;
  }

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .lg\:pl-\[40px\]{
    padding-left: 40px;
  }

  .lg\:pr-\[40px\]{
    padding-right: 40px;
  }

  .lg\:pt-\[180px\]{
    padding-top: 180px;
  }

  .lg\:pt-\[190px\]{
    padding-top: 190px;
  }

  .lg\:pt-\[230px\]{
    padding-top: 230px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-\[126px\]{
    font-size: 126px;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:text-\[36px\]{
    font-size: 36px;
  }

  .lg\:text-\[text-left\]{
    color: text-left;
  }
}

@media (min-width: 1280px){
  .xl\:h-\[326px\]{
    height: 326px;
  }

  .xl\:h-\[330px\]{
    height: 330px;
  }

  .xl\:h-\[345px\]{
    height: 345px;
  }

  .xl\:h-\[360px\]{
    height: 360px;
  }

  .xl\:h-\[421px\]{
    height: 421px;
  }

  .xl\:h-\[auto\]{
    height: auto;
  }

  .xl\:w-\[250px\]{
    width: 250px;
  }

  .xl\:w-\[auto\]{
    width: auto;
  }

  .xl\:max-w-\[20\%\]{
    max-width: 20%;
  }

  .xl\:max-w-\[435px\]{
    max-width: 435px;
  }

  .xl\:grid-cols-\[357px_1fr\]{
    grid-template-columns: 357px 1fr;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:gap-\[15px\]{
    gap: 15px;
  }

  .xl\:gap-\[40px\]{
    gap: 40px;
  }

  .xl\:gap-\[50px\]{
    gap: 50px;
  }

  .xl\:gap-\[80px\]{
    gap: 80px;
  }

  .xl\:px-\[0px\]{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pl-\[102px\]{
    padding-left: 102px;
  }

  .xl\:pl-\[80px\]{
    padding-left: 80px;
  }

  .xl\:pr-\[20px\]{
    padding-right: 20px;
  }

  .xl\:pr-\[80px\]{
    padding-right: 80px;
  }

  .xl\:text-\[18px\]{
    font-size: 18px;
  }

  .xl\:text-\[50px\]{
    font-size: 50px;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[345px\]{
    height: 345px;
  }

  .\32xl\:gap-\[30px\]{
    gap: 30px;
  }

  .\32xl\:gap-\[40px\]{
    gap: 40px;
  }

  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }

  .\32xl\:gap-\[80px\]{
    gap: 80px;
  }

  .\32xl\:gap-\[90px\]{
    gap: 90px;
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:pl-\[4\%\]{
    padding-left: 4%;
  }

  .\32xl\:pl-\[8\%\]{
    padding-left: 8%;
  }
}