@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
! tailwindcss v3.0.22 | 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.
*/

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 */
}

/*
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.
*/

/* custom */

.ybo-row{
  display: flex;
  flex-direction: row;
}

.ybo-column {
  flex-direction: column;
  max-width: 25%;
}

/* Clear floats after the columns */
.ybo-row:after {
  content: "";
  display: table;
  clear: both;
}

.list-group-item{
  font-size: 20px !important;
}

.ybo-sub-title{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

main .container{
  background: transparent;
}

.ybo-bg-secondary {
  background-color: #ff5233 !important;
}

/* .ybo-row .ybo-column:first-child .homepage-service{
  background-image: url('../../assets/img/services/concrete-masonry-units.jpg') !important;
}

.ybo-row .ybo-column:nth-child(2) .homepage-service{
  background-image: url('../../assets/img/services/concrete-masonry-units.jpg') !important;
} */

/* End custom */

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-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 600px){
  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024.98px){
  .container{
    max-width: 1024.98px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

a{
  overflow-wrap: break-word;
  outline-width: 0px;
}

body {
  font-family: 'Inter', sans-serif;
}

body.active{
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px){
  body.active{
    position: relative;
  }

  body.active{
    top: unset;
  }

  body.active{
    height: unset;
  }

  body.active{
    width: unset;
  }
}

main{
  position: relative;
}

header.active nav{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  header.active nav{
    border-style: none;
  }
}

.top-header-contact-item{
  margin-right: 1.25rem;
  font-size: 14px;
}

.top-header-contact-icon{
  margin-right: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.top-header-contact-link{
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.top-header-social-item{
  margin-left: 1.25rem;
  font-size: 14px;
}

.top-header-social-link{
  font-size: 14px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.top-header-social-icon{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.navbar-menu-item{
  margin-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.navbar-menu-link{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.6;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.navbar-menu-link:hover::before, .navbar-menu-item#active .navbar-menu-link:before {
  transform-origin: 0% 50%;
  transition-timing-function: ease;
  transform: scale3d(1, 1, 1);
}

.navbar-menu-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ff4444;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.navbar-menu-item#active .navbar-menu-link, .navbar-menu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity));
}

.navbar-mobile-menu-icon{
  display: block;
  font-size: 36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 600px){
  .navbar-mobile-menu-icon{
    font-size: 48px;
  }
}

header.active .navbar-mobile-menu-icon::before {
  content: "\f057";
}

.mobile-menu{
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 30;
  height: 100vh;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-menu-container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 600px){
  .mobile-menu-container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .mobile-menu-container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024.98px){
  .mobile-menu-container{
    max-width: 1024.98px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .mobile-menu-container{
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.mobile-menu-container{
  margin-left: auto;
  margin-right: auto;
}

.mobile-menu-row{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.mobile-menu-item{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mobile-menu-link{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 600px){
  .mobile-menu-link{
    font-size: 30px;
  }
}

.mobile-menu-item#active .mobile-menu-link, .mobile-menu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity));
}

.home-swiper-slide{
  position: relative;
  height: 500px !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .home-swiper-slide{
    height: 750px !important;
  }
}

.home-swiper-slide-one{
  background-image: url('../img/slider/1.jpg');
}

.home-swiper-slide-two{
  background-image: url('../img/slider/2.jpg');
}

.home-swiper-slide-three{
  background-image: url('../img/slider/3.jpg');
}

.home-swiper-slide-container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 600px){
  .home-swiper-slide-container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .home-swiper-slide-container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024.98px){
  .home-swiper-slide-container{
    max-width: 1024.98px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .home-swiper-slide-container{
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.home-swiper-slide-container, .banner-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: rgb(0 0 0 / 0.3) !important;
  padding: 0px;
}

@media (min-width: 600px){
  .home-swiper-slide-container{
    background-color: transparent;
  }
}

.home-swiper-slide-row{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.home-swiper-slide-caption{
  padding: 2rem;
}

@media (min-width: 600px){
  .home-swiper-slide-caption{
    background-color: rgb(255 255 255 / 0.85);
  }

  .home-swiper-slide-caption{
    padding: 3rem;
  }
}

.home-swiper-slide-caption {
  /* background-color: rgba(255, 255, 255, 0.85); */
}

.home-swiper-slide-caption-heading{
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 600px){
  .home-swiper-slide-caption-heading{
    --tw-text-opacity: 1;
    color: rgb(255 68 68 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px){
  .home-swiper-slide-caption-heading{
    font-size: 36px;
  }
}

.home-swiper-slide-caption-paragraph{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 600px){
  .home-swiper-slide-caption-paragraph{
    font-size: 16px;
  }

  .home-swiper-slide-caption-paragraph{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px){
  .home-swiper-slide-caption-paragraph{
    font-size: 20px;
  }
}

.home-swiper-button-next, .home-swiper-button-prev{
  display: none !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  /* color: rgb(255 255 255 / var(--tw-text-opacity)) !important; */
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 600px){
  .home-swiper-button-next, .home-swiper-button-prev{
    display: flex !important;
  }
}

.home-swiper-button-next::after, .home-swiper-button-prev::after{
  font-size: 16px !important;
}

.home-swiper-button-next:hover, .home-swiper-button-prev:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity));
}

.home-swiper-pagination{
  bottom: 2rem !important;
  display: none;
}

.home-swiper-pagination .swiper-pagination-bullet{
  height: 15px !important;
  width: 15px !important;
  background-color: rgb(0 0 0 / 0.50) !important;
}

.home-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.services-card{
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.services-card:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
  background-image: none !important;
}

.services-card:hover .services-card-heading{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.services-card:hover .services-card-paragraph{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.services-card-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  height: auto;
  width: 48px;
  max-width: 100%;
}

.services-card-heading{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.services-card-paragraph{
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.banner{
  position: relative;
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#services-banner{
  background-image: url('../img/slider/2.jpg');
}

#gallery-banner{
  background-image: url('../img/slider/3.jpg');
}

.banner-container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 600px){
  .banner-container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .banner-container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1024.98px){
  .banner-container{
    max-width: 1024.98px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .banner-container{
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.banner-container{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 0px;
}

.banner-row{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.banner-column{
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 600px){
  .banner-column{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .ybo-column {
    width: 100%;
  }
}

@media (min-width: 768px){
  .banner-column{
    width: 50%;
  }
}

@media (min-width: 1024.98px){
  .banner-column{
    width: 33.333333%;
  }
}

.banner-caption{
  background-color: rgb(255 255 255 / 0.85);
  padding: 2rem;
  text-align: center;
}

@media (min-width: 600px){
  .banner-caption{
    padding: 3rem;
  }
}

@media (min-width: 1024.98px){
  .banner-caption{
    margin-top: 3rem;
  }
}

.banner-caption-heading{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

@media (min-width: 600px){
  .banner-caption-heading{
    font-size: 36px;
  }
}

@media (min-width: 1024.98px){
  .banner-caption-heading{
    font-size: 48px;
  }
}

.gallery-card{
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.gallery-card-image{
  display: block;
  height: auto;
  max-width: 100%;
}

.gallery-card-image-content{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgb(255 255 255 / 0.0);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.gallery-card:hover .gallery-card-image-content{
  background-color: rgb(255 255 255 / 0.75);
}

.gallery-card-image-content-icon-wrapper{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.gallery-card-image-content-icon{
  display: flex !important;
  height: 75px;
  width: 75px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 24px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.gallery-card:hover .gallery-card-image-content-icon{
  opacity: 1;
}

footer{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.footer-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.75);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  .footer-contact{
    flex-direction: row;
  }
}

.footer-contact-left{
  margin-bottom: 0.5rem;
}

@media (min-width: 768px){
  .footer-contact-left{
    margin-right: 1.25rem;
  }

  .footer-contact-left{
    margin-bottom: 0px;
  }
}

.footer-contact-right{
  text-align: center;
}

@media (min-width: 768px){
  .footer-contact-right{
    text-align: left;
  }
}

.footer-contact-icon{
  font-size: 48px;
}

.footer-contact-heading{
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.footer-heading{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.20);
  padding-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-item{
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.relative{
  position: relative;
}

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

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

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-12{
  margin-top: 3rem;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.w-full{
  width: 100%;
}

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

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

.border-none{
  border-style: none;
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

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

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-20{
  padding-bottom: 5rem;
}

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

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

.leading-loose{
  line-height: 2;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

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

@media (min-width: 600px){
  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

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

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

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

@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!hidden{
    display: none !important;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

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

  .md\:border-solid{
    border-style: solid;
  }

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

@media (min-width: 1024.98px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:translate-y-\[-50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}