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

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');

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

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | 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: currentColor;
  /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .container{
    max-width: 409px;
  }
}

@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: 1150px){
  .container{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1350px){
  .container{
    max-width: 1350px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1640px){
  .container{
    max-width: 1640px;
  }
}

.block{
  display: block;
}

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

/* Your CSS Styles */

.banner{
  --tw-bg-opacity: 1;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner_cont{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 640px){
  .banner_cont{
    flex-direction: row;
  }
}

.banner_cont__imgs{
  display: flex;
  gap: 1.25rem;
}

.banner_cont__imgs a img{
  width: 1rem;
}

.banner_cont__imgs a img:hover {
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(7465%) hue-rotate(357deg) brightness(85%) contrast(129%);
}

.g4_mini{
  width: 50px !important;
}

.header{
  position: fixed;
  top: 0px;
  min-height: 95px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  z-index: 99999;
  transition: all 1s ease;
}

.header .nav-menu{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header .nav-menu .logo-cont{
  display: flex;
  width: 160px;
  align-items: center;
}

@media (min-width: 640px){
  .header .nav-menu .logo-cont{
    width: 280px;
  }
}

.header .nav-menu .logo-cont_item{
  display: flex;
  overflow: hidden;
}

.header .nav-menu .logo-cont_item .logo-one{
  position: relative;
  z-index: 10;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .header .nav-menu .logo-cont_item .logo-one{
    width: 60px;
  }
}

.header .nav-menu .logo-cont_item .logo-two{
  width: 0px;
}

@media (min-width: 640px){
  .header .nav-menu .logo-cont_item .logo-two{
    width: 130px;
  }
}

.header .nav-menu .logo-cont_item .logo-two{
  transform: translate(0px, 0px);
  /* Initial state */
  transition: transform 0.5s ease;
  /* Smooth transition */
}

.header .nav-menu .menu-list-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .header .nav-menu .menu-list-cont{
    display: flex;
  }
}

.header .nav-menu .menu-list-cont{
  transform: translate(-50%, -50%);
}

.header .nav-menu .menu-list-cont .list{
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.header .nav-menu .menu-list-cont .list li{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.header .nav-menu .menu-list-cont .list li .menu-index{
  margin-bottom: -6px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.header .nav-menu .menu-list-cont .list li:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.header .nav-menu .menu-additional{
  display: none;
  min-width: 230px;
  align-items: flex-end;
  gap: 1.25rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px){
  .header .nav-menu .menu-additional{
    display: flex;
  }
}

.header .nav-menu .menu-additional_search{
  position: relative;
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(25 28 34 / var(--tw-border-opacity));
}

.header .nav-menu .menu-additional_search input{
  max-width: 120px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.header .nav-menu .menu-additional_search img{
  width: 22px;
}

.header .nav-menu .menu-additional_leng{
  margin-bottom: -6px;
  font-family: Big Shoulders Display, sans-serif;
  text-transform: uppercase;
}

.header .nav-menu .menu-additional_leng .leng-title{
  margin-bottom: -6px;
}

.header .nav-menu .menu-additional_leng .gtranslate_wrapper{
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  font-size: 22px;
}

.header .nav-menu .menu-additional_leng .gtranslate_wrapper a:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.header .nav-menu .menu-additional_leng .gtranslate_wrapper a:not(:last-child)::after {
  content: " / ";
  /* Add the slash between languages */
  margin-left: 5px;
  font-size: 19px;
}

.header .nav-menu .menu-additional_leng .gtranslate_wrapper a:nth-child(2):after {
  content: "";
  /* Remove the slash from the last language */
}

.header .nav-menu .menu-bars{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .header .nav-menu .menu-bars{
    display: none;
  }
}

.header .nav-menu .menu-bars svg{
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
}

.header .nav-menu .menu-bars .menu-close{
  display: none;
}

.menu-mobile{
  position: fixed;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  display: none;
}

.menu-mobile h3{
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1.25rem;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(25 28 34 / var(--tw-border-opacity));
  font-family: Big Shoulders Display, sans-serif;
  font-size: 42px;
}

.menu-mobile h3 img{
  width: 50px;
}

.menu-mobile .list{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-mobile .list li{
  display: flex;
  gap: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}

.menu-mobile .list li span{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.menu-mobile .list li:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.menu-mobile_search{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.menu-mobile_search__cont{
  display: flex;
  justify-content: center;
}

.menu-mobile_search__cont img{
  width: 2.5rem;
}

.menu-mobile_search__cont input{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 12 12 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.search-results {
  position: absolute;
  top: 60px;
  right: -90px;
  background-color: white;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  width: 500px;
  scrollbar-width: none;
}

/* Styl dla każdego wyniku */

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Styl dla linków */

.search-result-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Etykiety postów */

.post-label {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.blog-label {
  background-color: #ff4d4d;
  /* Czerwony dla bloga */
  color: white;
}

.portfolio-label {
  background-color: #4d79ff;
  /* Niebieski dla portfolio */
  color: white;
}

/* Hover efekt dla linków */

.search-result-item a:hover {
  background-color: #f1f1f1;
}

.search-results-two{
  max-height: 180px;
  width: 340px;
}

@media (min-width: 640px){
  .search-results-two{
    max-height: 300px;
    width: 500px;
  }
}

.search-results-two {
  margin-top: 20px;
  background-color: white;
  border-radius: 4px;
  overflow-y: auto;
  z-index: 1000;
  scrollbar-width: none;
}

.search-results-two .search-result-item a:hover {
  background-color: transparent;
  color: #4d79ff;
}

/* Styl dla każdego wyniku */

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Styl dla linków */

.search-result-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Etykiety postów */

.post-label {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.blog-label {
  background-color: #ff4d4d;
  /* Czerwony dla bloga */
  color: white;
}

.portfolio-label {
  background-color: #4d79ff;
  /* Niebieski dla portfolio */
  color: white;
}

/* Hover efekt dla linków */

.form-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1150px){
  .form-flex{
    flex-direction: row;
  }
}

.form-contact{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  padding-bottom: 6rem;
}

.form-contact_box h4{
  padding-bottom: 1.25rem;
  padding-top: 3.5rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .form-contact_box h4{
    font-size: 52px;
  }
}

@media (min-width: 1024px){
  .form-contact_box h4{
    font-size: 62px;
    line-height: 84px;
  }
}

.form-contact_box h4 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.form-contact_box .wpcf7-form{
  display: flex;
  max-width: 660px;
  flex-direction: column;
  gap: 1.25rem;
}

.form-contact_box .wpcf7-form .input-form-cont{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px){
  .form-contact_box .wpcf7-form .input-form-cont{
    flex-direction: row;
  }
}

.form-contact_box .wpcf7-form .input-form-cont .input-form input{
  width: 100%;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .form-contact_box .wpcf7-form .input-form-cont .input-form input{
    width: 320px;
  }
}

.form-contact_box .wpcf7-form .input-form-cont .input-form-single{
  width: 100%;
}

.form-contact_box .wpcf7-form .input-form-cont .input-form-single input{
  width: 100%;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-contact_box .wpcf7-form .input-text-area textarea{
  width: 100%;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-contact_info{
  margin-right: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 5.5rem;
}

@media (min-width: 640px){
  .form-contact_info{
    margin-right: 3rem;
    flex-direction: row;
  }
}

@media (min-width: 1150px){
  .form-contact_info{
    flex-direction: column;
  }
}

@media (min-width: 1280px){
  .form-contact_info{
    margin-right: 6rem;
  }
}

.form-contact_info .additional-info{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.form-contact_info .additional-info_title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-contact_info .additional-info-des{
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-contact_info .additional-info-des span{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-contact_info .additional-info-des span a{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.form-contact_info .additional-info-des span a:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.form-contact_info .additional-info-des a{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.form-contact_info .additional-info-des a:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.form-contact_info .footer-maps{
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.acc-field{
  padding-left: 1.25rem;
}

.wpcf7-list-item-label{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.control {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  /* Miejsce na niestandardowy checkbox */
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
}

.control input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.control_indicator {
  position: absolute;
  top: -16px;
  left: -10px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* Zaokrąglenie rogów */
}

.control input[type="checkbox"]:checked ~ .control_indicator {
  background-color: #850b0d;
  /* Kolor tła zaznaczonego checkboxa */
  border-color: #850b0d;
}

.control_indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 35%;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}

.control input[type="checkbox"]:checked ~ .control_indicator::after {
  display: block;
}

.wpcf7-spinner{
  display: none;
}

.wpcf7-list-item{
  position: relative;
  margin-top: -26px;
  max-width: 600px;
}

.wpcf7-list-item label{
  cursor: pointer;
}

.wpcf7-list-item label input{
  display: none !important;
}

.btn-white-submit input{
  display: flex;
  width: 240px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 27.5px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-white-submit input:hover{
  --tw-bg-opacity: 1;
}

.contact-page{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.contact-page .single-bg-img{
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 480px;
  width: 100%;
}

.contact-page_head{
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-page_head h2{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.contact-page_head h1{
  text-align: center;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 52px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact-page_head h1{
    font-size: 62px;
    line-height: 62px;
  }
}

@media (min-width: 1024px){
  .contact-page_head h1{
    font-size: 82px;
  }
}

.contact-page_content{
  position: relative;
  z-index: 30;
  margin-top: -80px;
}

.contact-page_content__title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 409px){
  .contact-page_content__title{
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 640px){
  .contact-page_content__title{
    font-size: 52px;
  }
}

@media (min-width: 768px){
  .contact-page_content__title{
    line-height: 62px;
  }
}

.contact-page_content__title strong{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.contact-page_content .form-contact{
  margin-top: 2.5rem;
  max-width: 1250px;
}

.contact-page_content .form-contact_info{
  padding-top: 0px;
}

.contact-page_content .form-contact_box{
  margin-top: 2.5rem;
}

@media (min-width: 1150px){
  .contact-page_content .form-contact_box{
    margin-top: 0px;
  }
}

.contact-page_content .form-contact_box__head{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-page_content .form-contact_box__head h3{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-page_content .form-contact .btn-white-submit input{
  --tw-bg-opacity: 1;
  background-color: rgb(38 39 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-page_content .form-contact .btn-white-submit input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 12 / var(--tw-bg-opacity));
}

.contact-page_map{
  padding-bottom: 6rem;
}

.contact-page_map iframe{
  min-height: 400px;
  width: 100%;
}

.wpcf7-response-output{
  border-style: none !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-page::after {
  content: '';
  position: absolute;
  top: 240px;
  left: 0;
  width: 100%;
  height: 42%;
  background: linear-gradient(to top, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 1) 70%, rgba(29, 29, 29, 0) 100%);
  z-index: 20;
}

.contact-page::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 10;
}

/* Headings */

.white-big-28{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.white-big-82{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 70px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .white-big-82{
    font-size: 82px;
    line-height: 90px;
  }
}

.white-big-82-th{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 70px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .white-big-82-th{
    font-size: 82px;
    line-height: 90px;
  }
}

.red-big-28-th{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.red-white-68{
  margin-top: 60px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.red-white-68 strong{
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

/* Buttons */

.btn-white{
  border-radius: 27.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.btn-red{
  border-radius: 27.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 4 5 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Section */

.sect-black{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
}

.sect-blackthree{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.sect-white{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.back-to-top{
  position: absolute;
  right: 40px;
  bottom: 60px;
  z-index: 50;
  display: flex;
  height: 45px;
  width: 45px;
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.back-to-top{
  animation: bounce 1s infinite;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .back-to-top{
    right: 120px;
  }
}

.back-to-top img{
  height: 9px;
  width: 1rem;
}

#breadcrumbs{
  display: flex;
  gap: 0.75rem;
  font-size: 16px;
}

@media (min-width: 640px){
  #breadcrumbs{
    font-size: 28px;
  }
}

#breadcrumbs .breadcrumbs-line{
  font-size: 14px;
}

@media (min-width: 640px){
  #breadcrumbs .breadcrumbs-line{
    font-size: 24px;
  }
}

.fot{
  position: relative;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity)) !important;
  background-image: url('../img/fot_bg.png');
}

.fot .footer{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.fot .footer_top{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.5rem;
}

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

.fot .footer_top__boxone{
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fot .footer_top__boxone img{
  height: 36px;
  width: 226px;
}

.fot .footer_top__boxone span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fot .footer_top__boxone span p{
  max-width: 336px;
}

@media (min-width: 640px){
  .fot .footer_top__boxone span p{
    max-width: 544px;
  }
}

@media (min-width: 1024px){
  .fot .footer_top__boxone span p{
    max-width: 330px;
  }
}

.fot .footer_top__boxtwo{
  order: 3;
}

@media (min-width: 1024px){
  .fot .footer_top__boxtwo{
    order: 2;
  }
}

.fot .footer_top__boxtwo h4{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fot .footer_top__boxtwo .list{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fot .footer_top__boxtwo .list li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fot .footer_top__boxtwo .list li:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.fot .footer_top__boxthree{
  order: 2;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .fot .footer_top__boxthree{
    order: 3;
    grid-column: span 2 / span 2;
  }
}

.fot .footer_top__boxthree h4{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fot .footer_top__boxthree span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fot .footer_top__boxthree .box-three-content{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .fot .footer_top__boxthree .box-three-content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fot .footer_top__boxthree .box-three-content a{
  font-weight: 600;
}

.fot .footer_top__boxthree .box-three-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.fot .footer_top__boxthree .footer-maps{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fot .footer_top__boxthree .footer-maps:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.fot .footer_bot{
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
  justify-items: start;
  row-gap: 1.25rem;
}

@media (min-width: 409px){
  .fot .footer_bot{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.fot .footer_bot__boxone{
  order: 1;
  grid-column: span 1 / span 1;
  display: flex;
  gap: 1.25rem;
  justify-self: center;
}

@media (min-width: 409px){
  .fot .footer_bot__boxone{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px){
  .fot .footer_bot__boxone{
    grid-column: span 1 / span 1;
    justify-self: start;
  }
}

.fot .footer_bot__boxone img{
  width: 1.25rem;
}

.fot .footer_bot__boxone img:hover {
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(7465%) hue-rotate(357deg) brightness(85%) contrast(129%);
}

.fot .footer_bot__boxtwo{
  order: 3;
  justify-self: center;
  text-align: center;
}

@media (min-width: 409px){
  .fot .footer_bot__boxtwo{
    order: 2;
  }
}

.fot .footer_bot__boxtwo p{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

.fot .footer_bot__boxthree{
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

@media (min-width: 409px){
  .fot .footer_bot__boxthree{
    order: 3;
    justify-self: end;
  }
}

/* Stylizacja dla obrazka pod stopką */

.img-under-footer {
  position: relative;
  /* Aby nie przysłaniać stopki od razu */
  height: 500px;
  /* Wysokość kontenera obrazka */
  overflow: hidden;
}

.bg-fot-img {
  position: fixed;
  /* Umożliwia przewijanie obrazu w tle */
  bottom: 0px;
  /* Początkowa pozycja obrazka, ustaw to według potrzeb */
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -99999;
  /* Mniejsze niż stopka, aby zaczynał pod stopką */
  transition: bottom 0.5s ease-in-out;
  /* Animacja płynnego przesuwania */
  -o-object-fit: cover;
  object-fit: cover;
}

body.scrolled-to-footer .img-under-footer img {
  bottom: 0px;
  /* Gdy stopka jest na widoku, obrazek podnosi się */
}

.myCustomSwiper{
  position: relative;
}

.myCustomSwiper .swiper-wrapper .swiper-slide{
  position: relative;
  max-height: 700px;
  min-height: 700px;
}

.myCustomSwiper .swiper-wrapper .swiper-slide .slider-img-bg{
  max-height: 700px;
  min-height: 700px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings{
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 10;
}

@media (min-width: 640px){
  .myCustomSwiper .swiper-wrapper .swiper-slide_headings{
    top: 50%;
  }
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings{
  transform: translate(-50% , -78%);
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings .btn-shield{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: flex;
  width: 270px;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings .btn-shield img{
  height: 2.5rem;
  width: 2.5rem;
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings .btn-shield .arrow{
  height: 0.5rem !important;
  width: 5px !important;
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings .btn-shield:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 113 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.myCustomSwiper .swiper-wrapper .swiper-slide_headings .btn-shield:hover img{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.myCustomSwiper .swiper-wrapper .swiper-slide .btn-scroll{
  position: absolute;
  bottom: 5rem;
  left: 50%;
  z-index: 10;
}

@media (min-width: 640px){
  .myCustomSwiper .swiper-wrapper .swiper-slide .btn-scroll{
    bottom: 2.5rem;
  }
}

.myCustomSwiper .swiper-wrapper .swiper-slide .btn-scroll{
  transform: translate(-50% , 0%);
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.myCustomSwiper .swiper-wrapper .swiper-slide .btn-scroll:hover img{
  animation: bounce 1s infinite;
}

.myCustomSwiper .swiper-wrapper .swiper-slide::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* Adjust the height of the overlay */
  background: linear-gradient(to top, rgba(25, 28, 34, 1) 0%, rgba(25, 28, 34, 0) 100%);
}

.swiper-pagination{
  position: absolute;
  top: 71% !important;
  left: 1.5rem !important;
  display: flex;
  width: 50px !important;
  --tw-rotate: 90deg;
  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));
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .swiper-pagination{
    top: 50% !important;
  }
}

@media (min-width: 1350px){
  .swiper-pagination{
    left: 7rem !important;
  }
}

@media (min-width: 1640px){
  .swiper-pagination{
    left: 15rem !important;
  }
}

.swiper-pagination {
  transform: translate( 0% , -70%) !important;
}

.swiper-pagination span{
  --tw-rotate: 90deg;
  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));
  font-size: 22px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin: 0 5px;
  display: inline-block;
  opacity: 0.5;
}

.swiper-pagination .active {
  opacity: 1;
}

.swiper-pagination .line{
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  opacity: 1;
}

.btn-contact{
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 40;
  height: 55px;
  width: 154px;
}

@media (min-width: 640px){
  .btn-contact{
    bottom: 10px;
    right: 40px;
  }
}

@media (min-width: 768px){
  .btn-contact{
    bottom: 10px;
  }
}

@media (min-width: 1536px){
  .btn-contact{
    right: 250px;
  }
}

.btn-contact img{
  height: 29px;
  width: 2.25rem;
}

.btn-contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-contact:hover a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.btn-contact:hover img{
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(7386%) hue-rotate(358deg) brightness(101%) contrast(101%);
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(236, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(236, 0, 0, 0);
  }
}

.pulse-red{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
}

.section-info{
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section-info_bgimg{
  position: absolute;
  left: 0px;
  top: 0px;
}

.section-info_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1280px){
  .section-info_box{
    flex-direction: row;
    gap: 1.25rem;
  }
}

.section-info_box .section-info_box-one{
  position: relative;
  z-index: 10;
  max-width: 680px;
}

.section-info_box .section-info_box-one .section-info-title{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 42px !important;
  font-weight: 300;
  line-height: 52px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1350px){
  .section-info_box .section-info_box-one .section-info-title{
    font-size: 68px !important;
    line-height: 84px !important;
  }
}

.section-info_box .section-info_box-one .section-info-title strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-one .section-info-des{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-one .section-info-des strong{
  font-size: 20px;
  font-weight: 600;
}

.section-info_box .section-info_box-one .pulse-btn{
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-one .pulse-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-two{
  position: relative;
  z-index: 10;
  max-height: 700px;
  max-width: 570px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-info_box .section-info_box-two img{
  max-height: 480px !important;
  max-width: 350px !important;
}

@media (min-width: 768px){
  .section-info_box .section-info_box-two img{
    max-height: 700px !important;
    max-width: 570px !important;
  }
}

.section-info_box .red-line-one{
  position: absolute;
  right: -20px;
  bottom: 0px;
}

.section-info::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(25, 28, 34, 1) 0%, rgba(25, 28, 34, 0) 100%);
}

.banner-cont{
  position: relative;
}

.banner-cont_img{
  min-height: 680px;
  width: 100%;
}

@media (min-width: 640px){
  .banner-cont_img{
    min-height: 340px;
  }
}

.banner-cont_content{
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 170px;
}

@media (min-width: 640px){
  .banner-cont_content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 150px;
  }
}

@media (min-width: 1280px){
  .banner-cont_content{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.banner-cont_content{
  transform:  translate(-50% , -50%);
}

.banner-cont_content__box{
  position: relative;
  width: 100%;
}

.banner-cont_content__box .banner-des{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:  translate(-50% , -50%);
}

.banner-cont_content__box .banner-des h3{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 160px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.banner-cont_content__box .banner-title{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  min-height: 60px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .banner-cont_content__box .banner-title{
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-right-color: rgb(133 11 13 / var(--tw-border-opacity));
  }
}

.banner-cont_content__box .banner-title{
  transform:  translate(-50% , -50%);
}

.banner-cont_content__box .banner-title p{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-cont_content__box:last-child .banner-title{
  border-style: none;
}

.section-realization{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  padding-top: 6rem;
}

.section-realization_top h3{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-realization_top h3{
    font-size: 62px;
    line-height: 84px;
  }
}

.section-realization_top h3 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-realization_top span{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-realization_top span p{
  max-width: 690px;
}

.section-realization_top .pulse-btn{
  position: relative;
  z-index: 20;
  margin-top: 2.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-realization_top .pulse-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-realization .red-line-two{
  position: absolute;
  bottom: -30px;
  left: 0px;
}

.section-realization-show{
  z-index: 10;
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  padding-bottom: 6rem;
}

.section-realization-show .swiper-realization .realization-thumbnail{
  position: relative;
  height: 330px;
  width: 330px;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.section-realization-show .swiper-realization .realization-thumbnail .img-mask{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 40;
}

.section-realization-show .swiper-realization .realization-thumbnail .realization-text{
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 30;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}

.section-realization-show .swiper-realization .realization-thumbnail .realization-text .realization-title{
  position: relative;
  z-index: 30;
  max-width: 260px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-realization-show .swiper-realization .realization-thumbnail .realization-text .realization-subtitle{
  position: relative;
  z-index: 30;
  max-width: 260px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-realization-show .swiper-realization .realization-thumbnail:hover{
  position: relative;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.section-realization-show .swiper-realization .realization-thumbnail:hover .realization-text{
  z-index: 30;
}

.section-realization-show .swiper-realization .realization-thumbnail:hover .realization-text::before{
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 20;
  height: 8rem;
  width: 110%;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  content: "";
}

.section-realization-show .swiper-realization .realization-thumbnail:hover .realization-text .realization-title{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.section-realization-show::before{
  display: none;
}

@media (min-width: 1536px){
  .section-realization-show::before{
    display: block;
  }
}

.section-realization-show::before{
  content: '';
  position: absolute;
  bottom:  0;
  left: 0px;
  width: 21%;
  height: 54%;
  z-index: 10;
  background: linear-gradient(to right, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 0) 100%);
}

.section-realization-show::after{
  display: none;
}

@media (min-width: 1536px){
  .section-realization-show::after{
    display: block;
  }
}

.section-realization-show::after{
  content: '';
  position: absolute;
  bottom:  0;
  right: 0px;
  width: 21%;
  height: 54%;
  z-index: 10;
  background: linear-gradient(to left, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 0) 100%);
}

.buttons-container{
  position: absolute;
  right: 0px;
  bottom: 470px;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
}

@media (min-width: 768px){
  .buttons-container{
    gap: 1rem;
  }
}

.buttons-container .swiper-button-next-cart, .buttons-container .swiper-button-prev-cart{
  position: static;
  height: 45px;
  width: 45px;
  border-radius: 9999px;
}

.buttons-container .swiper-button-next-cart:after,.buttons-container .swiper-button-prev-cart:after{
  font-size: 14px !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(25 28 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .buttons-container .swiper-button-next-cart:after,.buttons-container .swiper-button-prev-cart:after{
    font-size: 14px !important;
  }
}

.buttons-container .swiper-button-next-cart{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.buttons-container .swiper-button-prev-cart{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.section-expert{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .section-expert{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-expert_top{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .section-expert_top{
    flex-direction: row;
    align-items: center;
  }

  @media (min-width: 640px){
    .section-expert_top{
      gap: 0px;
    }
  }
}

.section-expert_top h3{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(25 28 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-expert_top h3{
    font-size: 62px;
    line-height: 84px;
  }
}

.section-expert_top h3 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-expert_top .pulse-btn{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(25 28 34 / var(--tw-text-opacity));
}

.section-expert_top .pulse-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-expert_content{
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.section-expert_content__box .thumbnailimg{
  max-height: 330px;
  overflow: hidden;
}

.section-expert_content__box .thumbnailimg img{
  height: 330px;
  max-height: 330px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section-expert_content__box .post-date{
  margin-top: 1rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.section-expert_content__box .post-title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
}

.section-expert_content__box:hover .thumbnailimg img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.section-expert_content__box:hover .thumbnailimg .realization-text .realization-title{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.section-expert_content__box:hover .post-title{
  --tw-text-opacity: 1;
  color: rgb(205 4 5 / var(--tw-text-opacity));
}

.section-expert_content__box:first-child{
  grid-column: span 6 / span 6;
}

@media (min-width: 1024px){
  .section-expert_content__box:first-child{
    grid-column: span 2 / span 2;
  }
}

.section-expert_content__box:nth-child(2){
  grid-column: span 6 / span 6;
}

@media (min-width: 640px){
  .section-expert_content__box:nth-child(2){
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .section-expert_content__box:nth-child(2){
    grid-column: span 1 / span 1;
  }
}

.section-expert_content__box:nth-child(3){
  grid-column: span 6 / span 6;
}

@media (min-width: 640px){
  .section-expert_content__box:nth-child(3){
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .section-expert_content__box:nth-child(3){
    grid-column: span 1 / span 1;
  }
}

.section-about{
  position: relative;
  display: flex;
  max-height: 500px;
  min-height: 500px;
  align-items: center;
}

.section-about .img-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 500px;
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-about_headings{
  position: relative;
  z-index: 10;
}

.section-about_headings__des{
  display: flex;
  justify-content: center;
}

.section-about_headings__des p{
  max-width: 920px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-about::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* Adjust the height of the overlay */
  background: linear-gradient(to top, rgba(25, 28, 34, 1) 0%, rgba(25, 28, 34, 0) 100%);
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(236, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(236, 0, 0, 0);
  }
}

.pulse-red{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
}

.section-info{
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px){
  .section-info{
    padding-top: 4rem;
  }
}

.section-info_bgimgg{
  position: absolute;
  left: 0px;
  top: -110px;
}

.section-info_box{
  display: flex;
  justify-content: space-between;
}

.section-info_box .section-info_box-one{
  position: relative;
  z-index: 10;
  max-width: 680px;
}

.section-info_box .section-info_box-one .section-info-title{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-one .section-info-title strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-one .section-info-des{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-info_box .section-info_box-one .section-info-des strong{
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 640px){
  .section-info_box .section-info_box-one .section-info-des strong{
    font-size: 20px;
  }
}

.section-info_box .section-info_box-two{
  position: relative;
  z-index: 10;
  max-height: 700px;
  max-width: 570px;
}

.section-info_box .section-info_box-two img{
  max-height: 700px;
  max-width: 570px;
}

.section-info_box .red-line-onee{
  position: absolute;
  right: -16px;
  bottom: -36px;
}

.section-info::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(25, 28, 34, 1) 0%, rgba(25, 28, 34, 0) 100%);
}

.section-values{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .section-values{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-values_heading{
  text-align: center;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(25 28 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-values_heading{
    font-size: 62px;
    line-height: 84px;
  }
}

.section-values_heading strong{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-values_content{
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px){
  .section-values_content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.section-values_content__box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.section-values_content__box .icon-img{
  height: 77px;
  width: 77px;
}

.section-values_content__box .icon-title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-values_content__box .icon-des{
  max-width: 420px;
  text-align: center;
}

.history{
  background-image: url('../img/bg-history.jpg');
  background-position-x: 130px;
  background-repeat: no-repeat;
}

@media (max-width: 1280px) {
  .history{
    background-position-x: -200px
  }
}

.section-history{
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 6rem;
}

.section-history_top h3{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-history_top h3{
    font-size: 62px;
    line-height: 84px;
  }
}

.section-history_top h3 strong{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-history_top span{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-history_top span p{
  max-width: 690px;
}

.section-history_top .pulse-btn{
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-history .red-line-two{
  position: absolute;
  bottom: 0px;
  left: -200px;
}

.section-history-content{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 6rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .section-history-content{
    padding-top: 0px;
  }
}

@media (min-width: 1280px){
  .section-history-content{
    flex-direction: row;
    align-items: flex-start;
  }
}

.section-history-content .myCustomSwiperHistory{
  position: relative;
  max-width: 350px;
  overflow: hidden;
}

@media (min-width: 768px){
  .section-history-content .myCustomSwiperHistory{
    max-width: 690px;
  }
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide{
    align-items: flex-start;
    padding-top: 0px;
  }
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide .red-year{
  margin-bottom: -24px;
  max-width: 450px;
  font-family: Big Shoulders Display, sans-serif;
  letter-spacing: -4px;
  font-size: 140px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ec0000;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide .des-one{
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide .des-one p{
  max-width: 450px;
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide .des-two{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide .des-two p{
  max-width: 450px;
}

.section-history-content .myCustomSwiperHistory .swiper-wrapper .swiper-slide .des-two p:first-child{
  margin-top: 1.25rem;
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two{
  position: absolute;
  right: 50% !important;
  top: 0px !important;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .section-history-content .myCustomSwiperHistory .swiper-pagination-two{
    right: 0px !important;
    top: 50% !important;
    flex-direction: column;
    align-items: flex-end;
  }
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two{
  transform: translate( 0% , -50%) !important;
}

@media (max-width: 768px) {
  .section-history-content .myCustomSwiperHistory .swiper-pagination-two{
    transform: translate(10% , -3%) !important
  }
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet{
  position: relative;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.35rem;
  opacity: 1 !important;
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 11 13 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(133 11 13 / var(--tw-text-opacity)) !important;
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet-active{
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity)) !important;
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet::before{
  position: absolute;
  top: -15px;
  left: -14px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
}

@media (min-width: 768px){
  .section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet::before{
    top: 50%;
    left: -60px;
  }
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet::before {
  content: attr(data-year);
  transform: translate(0% , -50%);
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet:hover::before{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet-active::before{
  position: absolute;
  top: -15px;
  left: -14px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

@media (min-width: 768px){
  .section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet-active::before{
    top: 50%;
    left: -60px;
  }
}

.section-history-content .myCustomSwiperHistory .swiper-pagination-two .swiper-pagination-bullet-active::before {
  content: attr(data-year);
  transform: translate(0% , -50%);
  padding: 10px 0px;
}

.section-team{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .section-team{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-team_heading h3{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(25 28 34 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-team_heading h3{
    font-size: 62px;
    line-height: 84px;
  }
}

.section-team_heading h3 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.section-team_heading__des p{
  max-width: 700px;
  font-weight: 300;
}

.section-team_content{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.section-team_content__box{
  position: relative;
  display: flex;
  height: 400px;
  width: 330px;
  cursor: pointer;
  align-items: flex-end;
}

.section-team_content__box .section-team-box-one{
  width: 100%;
  padding: 1.25rem;
}

.section-team_content__box .section-team-box-one_img{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 400px;
  width: 330px;
}

.section-team_content__box .section-team-box-one_title{
  position: relative;
  z-index: 10;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_content__box .section-team-box-one_name{
  position: relative;
  z-index: 10;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_content__box .section-team-box-two{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: flex;
  display: none;
  height: 400px;
  width: 330px;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 1.25rem;
}

.section-team_content__box .section-team-box-two_title{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_content__box .section-team-box-two_name{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_content__box .section-team-box-two_des p{
  max-width: 280px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_content__box .section-team-box-two_cta{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_content__box .section-team-box-two_cta__chat{
  height: 29px;
  width: 2.25rem;
}

.section-team_content__box:hover .section-team-box-one_title{
  display: none;
}

.section-team_content__box:hover .section-team-box-one_name{
  display: none;
}

.section-team_content__box:hover .section-team-box-two{
  display: flex;
}

.section-team_banner{
  position: relative;
  height: 300px;
}

.section-team_banner__img{
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-team_banner__content{
  position: absolute;
  top: 50%;
  left: 2.5rem;
  z-index: 10;
  transform: translate( 0% , -50%);
}

.section-team_banner__content h4{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 42px;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-team_banner__content h4 strong{
  font-weight: 500;
}

.section-team_banner__content span p{
  max-width: 300px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 409px){
  .section-team_banner__content span p{
    max-width: 630px;
  }
}

.section-team_banner__content a{
  margin-top: 1.25rem;
  display: flex;
  max-width: 140px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 0.8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.section-team_banner__content a:hover{
  --tw-bg-opacity: 1;
}

.realization-archive{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  background-image: url('../img/bg-porfo2.png');
  background-position-y: -100px;
  background-repeat: no-repeat;
  z-index: 10;
}

.realization-archive h1{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .realization-archive h1{
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .realization-archive h1{
    font-size: 62px;
    line-height: 84px;
  }
}

.realization-archive h1 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.realization-archive h3{
  padding-top: 64px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .realization-archive h3{
    padding-top: 160px;
  }
}

.realization-archive .realizations-list{
  margin-top: 1.5rem;
  display: grid;
  gap: 2rem;
}

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

@media (min-width: 1150px){
  .realization-archive .realizations-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1350px){
  .realization-archive .realizations-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.realization-archive .realizations-list .realization-item{
  position: relative;
  max-height: 330px;
  transition: transform 0.5s ease;
}

.realization-archive .realizations-list .realization-item .realization-thumbnail{
  position: relative;
  height: 330px;
}

.realization-archive .realizations-list .realization-item .realization-thumbnail .wp-post-image{
  filter: grayscale(1);
  width: 100%;
  max-height: 330px;
  min-height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}

.realization-archive .realizations-list .realization-item .realization-thumbnail .img-mask{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.realization-archive .realizations-list .realization-item .realization-thumbnail .realization-text{
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}

.realization-archive .realizations-list .realization-item .realization-thumbnail .realization-text .realization-title{
  position: relative;
  z-index: 30;
  max-width: 260px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.realization-archive .realizations-list .realization-item .realization-thumbnail .realization-text .realization-subtitle{
  position: relative;
  z-index: 30;
  max-width: 260px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.realization-archive .realizations-list .realization-item:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.realization-archive .realizations-list .realization-item:hover .realization-text{
  z-index: 30;
}

.realization-archive .realizations-list .realization-item:hover .realization-text::before{
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 20;
  height: 8rem;
  width: 110%;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  content: "";
}

.realization-archive .realizations-list .realization-item:hover .wp-post-image{
  filter: grayscale(0)
}

.realization-archive .realizations-list .realization-item:hover .realization-title{
  --tw-text-opacity: 1 !important;
  color: rgb(133 11 13 / var(--tw-text-opacity)) !important;
}

.realization-archive .pagination-realization{
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.realization-archive .pagination-realization .page-numbers{
  display: flex;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(105 113 129 / var(--tw-border-opacity));
  font-family: Big Shoulders Display, sans-serif;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.realization-archive .pagination-realization .page-numbers:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 0 / var(--tw-border-opacity));
}

.realization-archive .pagination-realization .current{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 0 / var(--tw-border-opacity));
}

.realization-archive .pagination-realization .prev img{
  --tw-rotate: 180deg;
  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));
}

/* FAQ */

.archive-faq{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.archive-faq_cont h4{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(160 160 160 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .archive-faq_cont h4{
    font-size: 52px;
  }
}

@media (min-width: 1024px){
  .archive-faq_cont h4{
    font-size: 62px;
    line-height: 84px;
  }
}

.archive-faq_cont h4 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.archive-faq_cont__box .archive-faq-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(160 160 160 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.archive-faq_cont__box .archive-faq-item_cont{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.archive-faq_cont__box .archive-faq-item_cont__question{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .archive-faq_cont__box .archive-faq-item_cont__question{
    font-size: 32px;
  }
}

.archive-faq_cont__box .archive-faq-item_cont__question:hover{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.archive-faq_cont__box .archive-faq-item_cont img{
  --tw-rotate: 90deg;
  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));
}

.archive-faq_cont__box .archive-faq-item_answer p{
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  padding: 0;
}

.archive-faq_cont__box .archive-faq-item_answer.show p{
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  padding-bottom: 20px
}

.archive-faq_cont__box .archive-faq-item:last-child{
  border-style: none;
}

.arrow-rotate{
  --tw-rotate: 180deg;
  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));
}

.single-realization{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.single-realization .single-bg-img{
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 440px;
  min-height: 440px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-realization_head{
  position: relative;
  z-index: 30;
  height: 300px;
}

@media (min-width: 640px){
  .single-realization_head{
    height: 440px;
  }
}

.single-realization_head h1{
  padding-top: 0.75rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .single-realization_head h1{
    font-size: 52px;
  }
}

@media (min-width: 1024px){
  .single-realization_head h1{
    font-size: 62px;
    line-height: 84px;
  }
}

.single-realization_head h1 strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.single-realization_head .breadcrumbs-style{
  padding-top: 64px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .single-realization_head .breadcrumbs-style{
    padding-top: 160px;
  }
}

.single-realization_content{
  position: relative;
  z-index: 30;
  margin-top: -40px;
  padding-bottom: 2.5rem;
}

.single-realization_content .section-info-single_box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 1024px){
  .single-realization_content .section-info-single_box{
    flex-direction: row;
  }
}

.single-realization_content .section-info-single_box .section-info-single_box-one{
  position: relative;
  z-index: 10;
  max-width: 680px;
}

.single-realization_content .section-info-single_box .section-info-single_box-one .section-info-single-title{
  margin-bottom: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 84px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-realization_content .section-info-single_box .section-info-single_box-one .section-info-single-title strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.single-realization_content .section-info-single_box .section-info-single_box-one .section-info-single-des{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-realization_content .section-info-single_box .section-info-single_box-one .section-info-single-des strong{
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 1024px){
  .single-realization_content .section-info-single_box .section-info-single_box-one .section-info-single-des strong{
    font-size: 20px;
  }
}

.single-realization_content .section-info-single_box .section-info-single_box-one .pulse-btn{
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-realization_content .section-info-single_box .section-info-single_box-one .pulse-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.single-realization_content .section-info-single_box .section-info-single_box-one .single-realization-section-two_btn{
  margin-top: 6rem;
}

.single-realization_content .section-info-single_box .section-info-single_box-two{
  position: relative;
  z-index: 10;
  max-height: 470px;
  max-width: 570px;
}

.single-realization_content .section-info-single_box .section-info-single_box-two img{
  height: 100%;
  max-height: 470px;
  width: 100%;
  max-width: 570px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-realization_content .section-info-single_box .section-info-single_box-two .myCustomSwipertwo{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.single-realization_content .section-info-single_box .section-info-single_box-two .myCustomSwipertwo .swiper-pagination{
  display: flex !important;
  width: 200px !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  gap: 0px !important;
  transform: translate(0,0) !important;
  left: auto !important;
}

.single-realization_content .section-info-single_box .section-info-single_box-two .myCustomSwipertwo .swiper-pagination .swiper-pagination-bullet{
  --tw-rotate: 0deg !important;
  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)) !important;
  background-color: white !important;
  /* Default color for bullets */
  width: 26px !important;
  /* Bullet size */
  height: 3px !important;
  opacity: 1 !important;
  border: none !important;
  border-radius: 0px !important;
  opacity: 50% !important;
  margin-right: 3px !important;
  margin-bottom: 20px !important;
}

.single-realization_content .section-info-single_box .section-info-single_box-two .myCustomSwipertwo .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white !important;
  /* Active bullet color */
  opacity: 100% !important;
}

.single-realization_content .section-info-single_box .red-line-one{
  position: absolute;
  right: -110px;
  bottom: 0px;
}

@media (min-width: 1024px){
  .single-realization_content .section-info-single_box .red-line-one{
    bottom: 2.5rem;
  }
}

.single-realization-section-one{
  position: relative;
}

.single-realization-section-one::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 42%;
  background: linear-gradient(to top, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 1) 70%, rgba(29, 29, 29, 0) 100%);
  z-index: 20;
}

.single-realization::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 570px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
}

.single-realization-section-two{
  position: relative;
  z-index: 20;
}

.single-realization-section-two .red-line-gradient-shine{
  position: absolute;
  top: -160px;
  right: 0px;
  width: 500px !important;
}

@media (min-width: 1640px){
  .single-realization-section-two .red-line-gradient-shine{
    width: 980px !important;
  }
}

.single-realization-section-two .red-line-gradient-shine svg{
  width: 500px !important;
}

@media (min-width: 1640px){
  .single-realization-section-two .red-line-gradient-shine svg{
    width: 980px !important;
  }
}

.single-realization-section-two_btn{
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.single-realization-section-two_btn a{
  border-radius: 27.5px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single-realization-section-two_btn a:first-child{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

.single-realization-section-two_btn a:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 12 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-realization-section-two_btn a:hover{
  --tw-bg-opacity: 1;
}

.single-realization-section-two_btn a:nth-child(2):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
}

.single-realization-section-two_content__title{
  margin-top: 0.625rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 62px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-realization-section-two_content__title{
    margin-top: -40px;
  }
}

.single-realization-section-two_content__title strong{
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.single-realization-section-two_content__box{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 1024px){
  .single-realization-section-two_content__box{
    flex-direction: row;
  }
}

@media (min-width: 1280px){
  .single-realization-section-two_content__box{
    gap: 8rem;
  }
}

.single-realization-section-two_content__box span{
  max-width: 680px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-realization-section-two_content__box span ul{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}

.single-realization-section-two_content__box span ul li{
  position: relative;
  font-weight: 100;
  text-indent: 30px;
}

.single-realization-section-two_content__box span ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  /* Przesunięcie markera w lewo */
  top: 2px;
  /* Wyśrodkowanie markera względem tekstu */
  width: 20px;
  /* Szerokość obrazka */
  height: 20px;
  /* Wysokość obrazka */
  background-image: url("/wp-content/themes/everywhere/dist/img/tarcza_wh.svg");
  background-size: contain;
  /* Dopasowanie obrazka do rozmiaru */
  background-repeat: no-repeat;
}

.single-realization-section-two_content__box img{
  max-width: 500px;
}

.single-realization-section-three h3{
  text-align: center;
  text-transform: uppercase;
}

.single-realization-section-three_content{
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px){
  .single-realization-section-three_content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .single-realization-section-three_content{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.single-realization-section-three_content__box{
  position: relative;
}

.single-realization-section-three_content__box .block-img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-realization-section-three_content__box .single-items-three{
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transform:  translate(-50% , -50%);
}

.single-realization-section-three_content__box .single-items-three img{
  height: 2.5rem;
  width: 2.5rem;
}

.single-realization-section-three_content__box .single-items-three .white-line{
  margin-top: 0.5rem;
  height: 1px;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.single-realization-section-three_content__box .single-items-three p{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-realization-section-four{
  margin-bottom: 2.5rem;
}

.single-realization-section-four_head{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-realization-section-four_head h3{
  margin-top: 0px;
}

.single-realization-section-four_head .buttons-container{
  position: static;
  margin-top: 1.25rem;
}

.single-realization-section-four .swiper-realization .swiper-slide a{
  position: relative;
}

.single-realization-section-four .swiper-realization .swiper-slide a .img-slider{
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-realization-section-four .swiper-realization .swiper-slide a .img-mask-holder{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
}

.single-realization-section-four .swiper-realization::before{
  display: none;
}

@media (min-width: 1536px){
  .single-realization-section-four .swiper-realization::before{
    display: block;
  }
}

.single-realization-section-four .swiper-realization::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 21%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to right, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 0) 100%);
}

.single-realization-section-four .swiper-realization::after{
  display: none;
}

@media (min-width: 1536px){
  .single-realization-section-four .swiper-realization::after{
    display: block;
  }
}

.single-realization-section-four .swiper-realization::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 21%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to left, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 0) 100%);
}

.blog-archive{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  background-image: url('../img/bg-porfo2.png');
  background-position-y: -200px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 20;
}

.blog-archive .red-line-one{
  position: absolute;
  right: 0px;
  bottom: 2rem;
}

.blog-archive .single-realization_head{
  height: 300px;
}

@media (min-width: 640px){
  .blog-archive .single-realization_head{
    height: 410px;
  }
}

.blog-archive .filter-buttons{
  margin-top: 1rem;
  display: flex;
  gap: 1.25rem;
  overflow-x: scroll;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  scrollbar-width: none;
}

.blog-archive .filter-buttons button{
  border-radius: 27.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 39 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blog-archive .filter-buttons button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 12 / var(--tw-bg-opacity));
}

.blog-archive .blog-posts-list{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .blog-archive .blog-posts-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .blog-archive .blog-posts-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .blog-archive .blog-posts-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.blog-archive .blog-posts-list_item{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog-archive .blog-posts-list_item .post-thumbnail{
  max-height: 330px;
  min-height: 330px;
  overflow: hidden;
}

.blog-archive .blog-posts-list_item .post-thumbnail a{
  max-height: 330px;
}

.blog-archive .blog-posts-list_item .post-thumbnail a img{
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-archive .blog-posts-list_item .post-date{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.blog-archive .blog-posts-list_item .post-date_date{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive .blog-posts-list_item .post-date_tag{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive .blog-posts-list_item .post-title_title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive .blog-posts-list_item:first-child{
  grid-column: span 1 / span 1;
}

@media (min-width: 640px){
  .blog-archive .blog-posts-list_item:first-child{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px){
  .blog-archive .blog-posts-list_item:first-child .post-thumbnail{
    max-width: 690px;
  }
}

.blog-archive .blog-posts-list_item:hover .post-title_title{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.blog-archive .blog-posts-list_item:hover .post-thumbnail img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.blog-archive .pagination{
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog-archive .pagination .page-numbers{
  display: flex;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(105 113 129 / var(--tw-border-opacity));
  font-family: Big Shoulders Display, sans-serif;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive .pagination .page-numbers:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 0 / var(--tw-border-opacity));
}

.blog-archive .pagination .current{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 0 / var(--tw-border-opacity));
}

.blog-archive .pagination .prev img{
  --tw-rotate: 180deg;
  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));
}

.blog-archive::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  /* Adjust the height of the overlay */
  background: linear-gradient(to top, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 1) 50%, rgba(29, 29, 29, 0) 100%);
}

.blog-single{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.blog-single .single-bg-img{
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 400px;
  min-height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-single_head{
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  height: 340px;
  max-width: 950px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 409px){
  .blog-single_head{
    height: 430px;
  }
}

@media (min-width: 640px){
  .blog-single_head{
    height: 400px;
  }
}

.blog-single_head h1{
  margin-top: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-single_head h1{
    font-size: 52px;
    line-height: 60px;
  }
}

.blog-single_head h1 strong{
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.blog-single_head .breadcrumbs-style{
  padding-top: 64px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-single_head .breadcrumbs-style{
    padding-top: 160px;
  }
}

.blog-single_head .post-date{
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.blog-single_head .post-date_date{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single_head .post-date_tag{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single_content{
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.blog-single_content__desone p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single_content__desone p strong{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .blog-single_content__desone p strong{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-single_content__imgone{
  margin-top: 2.5rem;
  max-height: 500px;
}

.blog-single_content__imgone img{
  height: 100%;
  width: 100%;
}

.blog-single_content__headingtwo{
  margin-top: 1.25rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-single_content__headingtwo{
    font-size: 52px;
    line-height: 60px;
  }
}

.blog-single_content__destwo p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single_content__destwo p strong{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.blog-single_content__destwo p:first-child{
  margin-top: 1.25rem;
}

.blog-single_content__destwo p:last-child{
  margin-bottom: 2.5rem;
}

.blog-single .swiper-blog{
  position: relative;
  z-index: 30;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.blog-single .swiper-blog .swiper-slide{
  max-width: 330px;
}

.blog-single .swiper-blog .swiper-slide a{
  position: relative;
  display: block;
  max-width: 330px;
}

.blog-single .swiper-blog .swiper-slide a .img-slider{
  height: 330px;
  width: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-single .swiper-blog .swiper-slide a .img-slider img{
  height: 100%;
  width: 100%;
}

.blog-single .swiper-blog .swiper-slide a .img-mask-holder{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
}

.blog-single .swiper-blog::before{
  display: none;
}

@media (min-width: 1280px){
  .blog-single .swiper-blog::before{
    display: block;
  }
}

.blog-single .swiper-blog::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 21%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to right, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 0.7) 50%, rgba(29, 29, 29, 0) 100%);
}

.blog-single .swiper-blog::after{
  display: none;
}

@media (min-width: 1280px){
  .blog-single .swiper-blog::after{
    display: block;
  }
}

.blog-single .swiper-blog::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 21%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to left, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 0.7) 50%, rgba(29, 29, 29, 0) 100%);
}

.blog-single .blog-video{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 930px;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.blog-single .blog-video iframe{
  min-height: 500px;
  width: 100%;
}

.blog-single .blog-more{
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.blog-single .blog-more_head{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .blog-single .blog-more_head{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}

.blog-single .blog-more_head__title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .blog-single .blog-more_head__title{
    font-size: 52px;
    line-height: 60px;
  }
}

.blog-single .blog-more_head__title strong{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.blog-single .blog-more_head .pulse-btn{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single .blog-more_head .pulse-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 0 / var(--tw-text-opacity));
}

.blog-single .blog-more_content{
  position: relative;
  z-index: 10;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .blog-single .blog-more_content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.blog-single .blog-more_content__item{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog-single .blog-more_content__item .post-thumbnail{
  max-height: 330px;
  min-height: 330px;
  overflow: hidden;
}

.blog-single .blog-more_content__item .post-thumbnail a{
  max-height: 330px;
  width: 100%;
}

.blog-single .blog-more_content__item .post-thumbnail a img{
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-single .blog-more_content__item .post-date{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.blog-single .blog-more_content__item .post-date_date{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single .blog-more_content__item .post-date_tag{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single .blog-more_content__item .post-title_title{
  font-family: Big Shoulders Display, sans-serif;
  font-size: 32px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-single .blog-more_content__item:hover .post-title_title{
  --tw-text-opacity: 1;
  color: rgb(133 11 13 / var(--tw-text-opacity));
}

.blog-single .blog-more_content__item:hover .post-thumbnail img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.blog-single::after {
  content: '';
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgba(29, 29, 29, 1) 0%, rgba(29, 29, 29, 1) 70%, rgba(29, 29, 29, 0) 100%);
  z-index: 20;
}

.blog-single::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
}

html {
  scroll-behavior: smooth;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(25 28 34 / var(--tw-bg-opacity));
  font-family: Montserrat, sans-serif;
}

body main{
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.container{
  max-width: 1440px;
}

.front-page{
  position: relative;
  overflow-x: hidden;
}

