body {
	font-family: "Afacad Flux", sans-serif!important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
 	font-family: "Alata", sans-serif;
	color: #f19001;
    line-height: normal;
    margin-bottom: 20px;
}

h1 {
	font-size: 300%!important;
    margin-top: 15px!important;
}

h2 {
	font-size: 225%;
}

h3 {
    font-size: 150%;
}

.post, .page {
    margin: 0!important;
}

.br-20 {
	border-radius: 20px;
}

.w-40 {
	width: 40%;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
	transition: all 0.3s;
    padding: 10px;
}

.logo {
    width: 225px;
    transition: all 0.3s;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.navbar-scrolled {
    background: #504f4d;
    transition: all 0.3s;
    padding: 10px;
}

.navbar-scrolled .logo {
    width: 175px;
    transition: all 0.3s;
	display: block!important;
}

section {
	padding: 100px 0;
	color: #504f4d;
}

section.orange {
	padding: 100px 0;
	background: #f19001;
	color: #fff;
}

section.orange h2 {
	color: #fff;
}

section.orange a {
	color: #fff;
}

section.top {
	padding-top: 135px;
}

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

/* Nav */
.offcanvas {
    background-image: url(assets/img/bg.png);
    background-size: cover;
	background-position: right;
	transition: .5s ease-in-out;
}

.offcanvas-end {
	width: 100%;
}

.offcanvas-body {
    padding: 50px;
    align-items: center;
    background: #504f4d;
}

.offcanvas-body ul {
    padding-top: 100px;
}

.menu-item {
	padding-bottom: 20px;
}

.dropdown-menu li:nth-child(1) {
    padding-top: 20px;
}

.dropdown-menu li:nth-last-child(1) {
    padding-bottom: 0;
}

.dropdown-menu.show {
    display: contents;
}

.menu-item a {
  	font-family: "Alata", sans-serif;
    padding: 5px 10px;
    transition: .2s;
    font-size: 175%;
    color: #fff;
}

.menu-item a.active {
	color: #f19001;
}

.menu-item a:hover {
    color: #f19001cc;
    transition: .2s;
}

.navbar-toggler {
    width: 30px;
    height: 30px;
	position: relative;
	transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
}

.navbar-toggler span {
	margin: 0;
	padding: 0;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 2px;
	border-radius: 10px;
	width: 100%;
	background: #fff;
	left: 0;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.middle-bar {
	margin-top: 0px;
}

.red-nav-link a {
	color: #bd2323!important;
}

/* When navigation is clicked */
.navbar-toggler .top-bar {
	margin-top: 0;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	margin-top: 0;
	transform: rotate(-135deg)
}

/* When navigation is collapsed */
.navbar-toggler.collapsed .top-bar {
	margin-top: -20px;
	transform: rotate(0deg)
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	margin-top: 20px;
	transform: rotate(0deg);
}

/* End of Nav */

.carousel-control-next-icon, .carousel-control-prev-icon {
	position: absolute;
	bottom: 30px;
}

.glide * {
  margin: 0;
}

.glide__slides {
    margin-bottom: 0;
}

.glide__arrow {
    padding: 10px;
    border-radius: 50px;
    border: none;
    position: absolute;
    bottom: 0;
    background: rgb(239 239 239 / 50%);
    background: transparent;
    width: 50px;
}

.glide__arrow--right {
	right: 0;
}

.glide__slide img {
	width: 87%;
}

.offcanvas {
    z-index: 950!important;
}

.modal-backdrop {
    z-index: 940!important;
}

.carousel-caption {
    position: absolute;
    right: unset;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-align: left !important;
    padding: var(--bs-gutter-x, 2.5rem);
    display: inline-table;
    width: 60%;
    background: rgb(80 79 77 / 75%);
}

.carousel-caption h1 {
	font-size: 275%;
	color: #fff;
    margin-top: 10px !important;
    margin-bottom: 20px;
}

.carousel-caption h2.small {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 150%;
    margin-bottom: 10px;
}

/* BUTTONS */

.btn-primary {
    color: #fff;
    background-color: #f19001;
    border-color: #f19001;
	border-width: 2px;
    padding: 10px 20px;
    border-radius: 30px;
    max-width: 300px;
    font-size: 115%;
}

.btn-secondary {
    color: #fff;
    background-color: #504f4d;
    border-color: #504f4d;
	border-width: 2px;
    padding: 10px 20px;
    border-radius: 30px;
	max-width: 250px;
    font-size: 115%;
}

.btn-primary:hover {
    color: #f19001;
    background-color: transparent;
    border-color: #f19001;
	border-width: 2px;
}

header .btn-primary:hover {
    color: #f19001;
    background-color: transparent;
    border-color: #f19001;
	border-width: 2px;
}

.btn-secondary:hover {
    color: #f19001;
    background-color: #fff;
    border-color: #fff;
	border-width: 2px;
}

/* MAIN */

div.img-div-websites {
	background: url("assets/img/slideshow1-mobile.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

div.zoom-bg {
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.zoom-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 0;
}

div.zoom-bg:hover::before {
    transform: scale(1.1);
}

#carpets::before {
    background-image: url('assets/img/carpets-panel.jpg');
}

#vinyls::before {
    background-image: url('assets/img/vinyl-panel.jpg');
}

#artificial-grass::before {
    background-image: url('assets/img/artificial-grass-panel.jpg');
}

div.zoom-bg h2 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
	color: #fff;
    margin: 0;
    text-shadow: 0 0 5px #000;
    font-size: 175%;
}

section.bg-image {
	background: url("assets/img/bg-image.jpg");
    background-size: cover;
    background-attachment: fixed;
}

section.bg-image h2 {
	text-align: center;
	color: #fff;
	margin: 0;
}

#map {
	width: 100%;
	height: 500px;
}

.link a {
	color: #404040;
}

div#testimonialCarousel testimonial {
	padding: 20px;
}

button.read-more-btn {
    color: #f1911a;
    text-decoration: unset;
	transition: .3s;
}

button.read-more-btn:hover {
    border-color: #f8f9fa;
	color: #504f4d;
	transition: .3s;
}

.carousel-control-prev-icon {
    background-image: url("assets/img/prev.png");
}

.carousel-control-next-icon {
    background-image: url("assets/img/next.png");
}

.testimonial-card {
	background: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
}

.testimonial-card:hover {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.blockquote {
	font-size: 1rem;
	color: #333;
}

.read-more-btn {
	font-size: 0.9rem;
}

ul.tick {
	list-style: none!important;
    margin-left: 0px;
}

ul.tick li:before {
	content: '✓';
	margin-right: 15px;
	font-size: 150%;
	color: #f19001;
}

/* END MAIN */

/* GALLERY */

.custom-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr); /* default: mobile (2 columns) */
  justify-items: center;
  margin-top: 1rem;
}

/* Tablet: 3 columns */
@media (min-width: 600px) {
  .custom-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop: 5 columns */
@media (min-width: 992px) {
  .custom-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}

.custom-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* END GALLERY */

/* ANIMATION */

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-main,
.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s, transform 0.8s;
}

.fade-in-main.visible,
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5); /* Start with the image at 50% size */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* End with the image at its full size */
  }
}

.zoom-in-element {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s, transform 0.8s;
}

.zoom-in-element.visible {
  opacity: 1;
  transform: scale(1);
}

@keyframes floatInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); /* Move the element 200px to the right */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End with the element in its original position */
  }
}

.float-in-right-element {
  opacity: 0;
  transform: translateX(200px); /* Adjust this value as needed */
  transition: opacity 0.8s, transform 0.8s;
}

.float-in-right-element.visible {
  opacity: 1;
  transform: translateX(0);
}

/* END OF ANIMATION */

/* FOOTER */

footer {
    background: #f19001;
    color: #fff;
    padding: 60px 0 30px;
}

footer h3 {
    color: #fff;
}

footer a {
    color: #fff!important;
}

footer a:hover {
	color: #eee!important;
}

.social-icon {
	width: 20px;
    margin-right: 15px;
}

/* Media Queries */
/* Laptops and PCs */
@media screen and (min-width: 1200px){
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 4rem);
		padding-left: var(--bs-gutter-x, 4rem);
	}
}

/* Laptops, PCs and Tablets */
@media screen and (min-width: 768px){
	.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
		background: #f19001;
		padding: 22px 25px;
	}
	.navbar-toggler span {
		margin: 0 auto;
	}

	.toggler-icon {
		width: 70%;
		right: 0;
	}
}

/* Tablets */
@media (min-width: 992px) and (max-width: 1199.99px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 2rem);
		padding-left: var(--bs-gutter-x, 2rem);
	}
	
	.carousel-caption h1 {
		font-size: 225%!important;
	}
	
	.carousel-caption h2.small {
		font-size: 135%;
		margin-bottom: 10px;
	}
	
	section {
		padding: 75px 0;
	}
	
	h1 {
		font-size: 200%;
		margin-top: 0!important;
	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 125%;
	}
	
	.vh-100 {
		height: 85vh!important;
	}
	
	div.zoom-bg {
		height: 300px;
	}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 992px) {
	
	.vh-100 {
		height: 65vh!important;
	}
}

@media screen and (max-width: 991.99px){
	
	section.top {
		padding-top: 110px;
	}
	
	br.d-gap {
		display: none;
	}
	
	br.m-gap {
		display: block;
	}
	
	body {
		text-align: center!important;
	}
	
	h1 {
		font-size: 250%!important;
		margin-top: 0!important;
	}

	h2 {
		font-size: 200%!important;
	}

	h3 {
		font-size: 140%!important;
	}
	
	.row>* {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.logo {
		width: 175px;
	}
	
	.carousel-caption {
		width: 90%;
		left: 0;
		right: 0;
		bottom: 5%;
		margin: 0 auto;
		display: block;
		padding: 20px;
	}
	
	.carousel-caption h1 {
		font-size: 200%!important;
	}
	
	.carousel-caption h2.small {
		font-size: 135%;
		margin-bottom: 10px;
	}
	
	.carousel-caption p {
		display: none;
	}
	
	.carousel-caption .btn {
        padding: 9px 15px;
        border-radius: 30px;
        max-width: 200px;
        font-size: 100%;
	}
	
	.menu-item a {
		font-size: 150%;
	}
	
	.navbar-scrolled {
		box-shadow: unset;
	}
	
	.navbar-scrolled .logo {
		width: 100px;
	}
	
	div.menu-left,
	div.menu-right {
		padding: 20px 20px 0 20px;
    	position: relative;
	}
	
	.btn-menus-right {
		margin: 0!important;
	}

	.btn-menus {
        position: absolute;
        margin: 0 auto;
    	display: table;
        left: 50%;
        transform: translate(-50%, 0);
	}

	section.bg-image {
		background: url("assets/img/bg-image.jpg");
		background-size: cover;
		background-attachment: unset;
	    background-position: center;
	}
	
	.footer-logo {
		width: 30%;
		margin: 0 auto;
		display: block;
	}
	
	footer .map {
		height: 300px;
		margin: 20px 0 15px;
	}
	
	div.zoom-bg {
		height: 300px;
	}
}

@media only screen and (max-width: 768px) {
	section {
		padding: 50px 0;
	}
	
	.vh-100 {
		height: 75vh!important;
	}

	.webpage {
		padding-top: 150px;
   		display: inline-block;
	}
	
    .webpage-main-img {
        height: 80vh;
    }

	.webpage-main-img .caption {
		padding-top: unset;
	}

	.webpage-main-img .caption h1 {
		font-size: 300%;
	}

	.webpage-main-img .caption p.above {
		font-size: 125%;
	}
	
	span.gap {
		display: none;
	}

	.navbar {
        padding: 5px 0;
		background: #504f4d;
	}
	
	.navbar .menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-nav {
	    margin: 0;
	}
	
	.offcanvas-end {
		width: 100%;
		border-left: unset;
	}
	
	.offcanvas-end .offcanvas-body {
		justify-content: center;
	}
	
	.offcanvas-body {	
	    padding: 50px;
	}
	
	.offcanvas-body ul {
	    width: 100% !important;
	}
	
	.main-img .caption {
		text-align: center;
	}
	
	.main-img .caption h2 {
   		font-size: 175%;
		margin-bottom: 15px;
	}
	
	.main-img .caption img {
		width: 90%;
	}
	
	.main-img .caption p.welcome {
        font-size: 115%;
		letter-spacing: 10px;
	}
	
	footer hr {
		width: 90%;
		margin: 0 auto;
	}
	
	footer {
		text-align: center;
		padding: 30px 0;
	}
	
	footer h3 {
		margin: 30px 0 10px;
		text-align: center!important;
	}
	
	footer.social-icon {
		width: 20px;
		margin-right: unset;
		margin-top: unset;
		margin: 20px auto;
	}

	.carousel-caption {
		padding: 20px;
        bottom: 10%;
        display: unset;
        height: fit-content;
	}
	
	.carousel-caption h1 {
		font-size: 160%!important;
	}
	
	.carousel-caption h2.small {
		font-size: 100%!important;
		margin-bottom: 5px;
	}
}