@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
/*
! tailwindcss v3.2.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
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 */
}
/*
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-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;
}
/*
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-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-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:  ;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.bottom-auto{
  bottom: auto;
}
.top-\[40\%\]{
  top: 40%;
}
.z-10{
  z-index: 10;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.m-auto{
  margin: auto;
}
.m-4{
  margin: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.ml-0{
  margin-left: 0px;
}
.mt-8{
  margin-top: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-8{
  height: 2rem;
}
.h-16{
  height: 4rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-4\/5{
  width: 80%;
}
.w-full{
  width: 100%;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.cursor-pointer{
  cursor: pointer;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-8{
  gap: 2rem;
}
.gap-0{
  gap: 0px;
}
.border{
  border-width: 1px;
}
.p-8{
  padding: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-20{
  padding-top: 5rem;
}
.text-center{
  text-align: center;
}
.font-poppins{
  font-family: Poppins, sans-serif;
}
.font-montserrat{
  font-family: Montserrat, sans-serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.outline{
  outline-style: solid;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

h1, h2, h3, h4, h5, h6, a, span, button{
  font-family: Montserrat, sans-serif;
}
p, ul>li{
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
h5{
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

#floors-2-text, #floors-3-text {
    display: none;
}

#grass-2-text, #grass-3-text {
    display: none;
}

#rugs-2-text, #rugs-3-text, #rugs-4-text, #rugs-5-text {
    display: none;
}

#pvc-2-text, #pvc-3-text, #pvc-4-text {
    display: none;
}



#blinds-2-text, #blinds-3-text, 
#blinds-4-text, #blinds-5-text, 
#blinds-6-text, #blinds-7-text, 
#blinds-8-text, #blinds-9-text,
#blinds-10-text, #blinds-11-text {
    display: none;
}

/* slider */
.container-slider{
  position: relative;
  overflow: hidden;
}
.slider{
  margin-left: -100%;
  display: flex;
  height: 100vh;
  max-height: 800px;
  width: 300%;
}
.slider__section{
  width: 100%;
}
.slider__img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__text{
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}
.slider__btn{
  position: absolute;
  top: 50%;
  height: 2.25rem;
  width: 2.25rem;
  --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));
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slider__btn:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.slider__btn_hunter{
  margin: auto;
  display: block;
  width: 15rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
}
.slider__btn_left{
  left: 2rem;
}
.slider__btn_right{
  right: 2rem;
}

.mySwiper .swiper-slide::before{
  --tw-content: '';
  content: var(--tw-content);
}

.mySwiper .swiper-slide::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}

.overly::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / .2);
  --tw-content: '';
  content: var(--tw-content);
}
.overly-about::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / .6);
  --tw-content: '';
  content: var(--tw-content);
}
/* slider-end */

/*NAV-BAR*/
.transition-left {
    transition: left 0.4s ease;
}
.button_mobl{
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 20;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
    transition: left 0.4s ease;
}
.button_mobl.click{
  left: 260px;
}
.sidebar.show{
  left: 0px;
}
.sidebar{
  left: -250px;
  z-index: 20;
  height: 100%;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
    transition: left 0.4s ease;
}
@media (min-width: 1024px){
  .sidebar{
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    background-color: transparent;
  }
}
.sidebar ul{
  height: 100%;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .sidebar ul{
    height: -moz-max-content;
    height: max-content;
    background-color: transparent;
  }
}
.sidebar ul li{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
@media (min-width: 1024px){
  .sidebar ul li{
    border-bottom-width: 0px;
  }
}
.sidebar ul li a{
  display: block;
  width: 100%;
  border-left-width: 4px;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 60px;
}
.sidebar ul li a:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
  background-color: rgb(229 231 235 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .sidebar ul li a{
    border-left-width: 0px;
    padding-left: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
  }
  .sidebar ul li a:hover{
    background-color: transparent;
  }
}
.active{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
  background-color: rgb(229 231 235 / 0.5) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px){
  .active{
    background-color: transparent !important;
  }
}

/*NAV-BAR*/
/* section-floors */
.floors__img > img, .rugs__img > img{
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floors__img > p, .rugs__img > p{
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.floors__text > h5, .rugs__text > h5{
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.floors__text > h6, p, ul>li, .rugs__text > h6, p{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.more__btn_text, .more__btn{
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.more__btn{
  display: flex;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.floors-content, .rugs-content{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

/* section-carpet */
.rectangle{
  position: absolute;
  z-index: -10;
  height: 33.333333%;
  width: 80%;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .rectangle{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .rectangle{
    width: 40%;
  }
}
.rectangle > h5{
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .rectangle > h5{
    font-size: 2rem;
    line-height: 2rem;
  }
}
.carpet-content div div:first-child > img , .artificial-grass-content div div:first-child > img{
  padding-left: 0px;
}
@media (min-width: 1024px){
  .carpet-content div div:first-child > img , .artificial-grass-content div div:first-child > img{
    padding-left: 4rem;
  }
}
.carpet__text, .blinds__text, .artificial-grass__text, .pvc__text{
  padding-top: 0px;
}
@media (min-width: 768px){
  .carpet__text, .blinds__text, .artificial-grass__text, .pvc__text{
    padding-top: 5rem;
  }
}

/* section-blinds */
.blinds-content div div:nth-child(2) > img, .pvc-content div div:nth-child(2) > img{
  padding-right: 0px;
}
@media (min-width: 1024px){
  .blinds-content div div:nth-child(2) > img, .pvc-content div div:nth-child(2) > img{
    padding-right: 4rem;
  }
}
.blinds-content div div:nth-child(2) > .rectangle{
  right: 0px;
  text-align: right;
}

/* section-pvc */
.pvc-content div div:nth-child(2) > .rectangle{
  right: 0px;
  text-align: right;
}
.artificial-grass-content div div:first-child > img, .pvc-content div div:nth-child(2) > img, .blinds-content div div:nth-child(2) > img, .carpet-content div div:first-child > img{
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* section-service */
.service-content, .contact-content, .about-content{
  margin: auto;
  width: 80%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px){
  .service-content, .contact-content, .about-content{
    width: 75%;
  }
}
.service-content div img{
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__text{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgb(0 0 0 / .7);
  padding: 0.75rem;
}
.service__text p{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


/* section-about */
.about-content div > p{
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .about-content div > p{
    padding: 0.5rem;
  }
}
.about-content div > h5{
  padding-bottom: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.about-content div div:first-child > img{
  height: 52rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px){
  .about-content div div:first-child > img{
    height: 36rem;
  }
}
@media (min-width: 1024px){
  .about-content div div:first-child > img{
    height: 400px;
  }
}
.about__text{
  padding: 1rem;
}
@media (min-width: 640px){
  .about__text{
    padding: 2rem;
  }
}

/* section-contact */
.form-control-solid{
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.form-control-solid::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.form-control-solid::placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.form-control-solid:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn__contact{
  float: right;
  margin-top: 1rem;
  width: 7rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* footer */
footer{
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer div > p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer div > img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  height: 4rem;
  width: auto;
}
@media (min-width: 640px){
  footer div > img{
    margin-left: 0px;
    margin-right: 0px;
  }
}
footer div > hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.footer-content{
  margin: auto;
  width: 75%;
  text-align: center;
}
@media (min-width: 640px){
  .footer-content{
    text-align: left;
  }
}
.footer-content div > .footer__contact{
  margin-top: 0.75rem;
  text-align: center;
}
@media (min-width: 640px){
  .footer-content div > .footer__contact{
    margin-top: 0px;
    text-align: right;
  }
}

/* modal */
.modal{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: flex;
  background-color: rgb(0 0 0 / .7);
  opacity: 0;
    transition: opacity .6s .8s;
    --transform: translateY(-100vh);
    --transition: transform .7s;
}
.modal__container{
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transform: var(--transform);
    transition: var(--transition);
}
.modal__swiper{
  max-height: 500px;
}
.modal__close{
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 10;
}
.modal--show{
  pointer-events: auto;
  opacity: 1;
    transition: opacity .6s;
    --transform: translateY(0);
    --transition: transform .7s .7s;
}
.modal__text{
  max-height: 100%;
  overflow-y: auto;
}
.swiper{
  height: 100%;
  width: 100%;
}
.swiper-slide img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
  .swiper{
  margin-left: auto;
  margin-right: auto;
  height: 18rem;
  width: 100%;
}
  .swiper-slide{
  background-size: cover;
  background-position: center;
}
  .mySwiper2{
  height: 80%;
  width: 100%;
}
  .mySwiper{
  box-sizing: border-box !important;
  height: 20% !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
  .mySwiper .swiper-slide{
  height: 100%;
  width: 25%;
  cursor: pointer;
  opacity: 1;
}
  .mySwiper .swiper-slide-thumb-active{
  opacity: 1;
}
  .swiper-slide img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
  .swiper-button-next, .swiper-button-prev{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

 /*  media */
  @media (max-width: 768px) {
    .grid-col-1_2 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

  }
  @media (min-width: 640px){
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:items-stretch{
    align-items: stretch;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
}
  @media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mr-auto{
    margin-right: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  @media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-\[20\%\]{
    bottom: 20%;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:self-center{
    align-self: center;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}







