.parallax-img {
	overflow: hidden;
	border-radius: 20px;
}

body {
    background: url(https://www.royacdn.com/unsafe/smart/Site-17afbfae-abbb-444c-bd0e-8f15977109c2/new_assets/bg_2.jpg);
    
}
body#ry-pg-body {
    background-attachment: initial;
    background-size: contain;
}

div#navigation-style-4 .ry-menu .ry-nav {
    color: #fff;
    gap: 0 5%;
    margin-top: 1em;
}

.art-photo a.ry-btn {
    margin: 3em auto 0;
}

.parallax-img img {
	width: 100%;
	display: block;
	will-change: transform;
	transform-origin: center center;
	transition: transform 0.1s linear;
}

.module-welcome.style-5.module-work .ry-each.image-wrapper .photo img {
	width: max-content;
	box-shadow: 0 0 100px rgb(34 126 142 / 60%);
	border-radius: 22px;
	margin: auto;
	right: 0;
	border: 1px solid rgb(34 126 142 / 60%);
}

.ry-accordion:before {
	border-color: rgb(42 127 135) !important;
}
.ry-accordion.active:before, .ry-accordion:hover:before {
	background: black;
	box-shadow: 0 0 40px rgb(42 127 135 / 60%);
}
.art-photo .swiper.safe-swiper .swiper-slide {
	border: 1px solid #62697c;
	border-radius: 22px;
	overflow: hidden;
}

.art-photo .swiper.safe-swiper .swiper-pagination-bullet {
	background: white;
}

.cta-section .img-absolute {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}

.cta-section .left-side {
	top: -20%;
}
.cta-section .right-side {
	left: unset;
	right: 0;
	top: unset;
	bottom: -20%;
	z-index: 1;
}

.cta-section .left-side .left-img, .cta-section .right-side .right-img {
	position: relative;
	height: 0;
	padding-bottom: 56%;
}

.cta-section .left-side .left-img img, .cta-section .right-side .right-img img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	left: 0;
	right: unset;
	bottom: unset;
	object-position: left;
}
.cta-section .right-side .right-img img {
	object-position: right;
}



div#navigation.bg-White99 .ry-menu .ry-nav {
	color: white;
}
div#navigation.bg-White99 .ry-menu .ry-nav .caret {
	border-color: white;
}

.cta-section.style-1:hover {
	transform: unset;
}

.cta-section.style-1.circle {
	position: relative;
}

.cta-section.style-1.circle:before {
	display: block;
	content: "";
	position: absolute;
	border-right: 1px dashed #62697c;
	left: 59%;
	transform: translateX(-50%);
	opacity: 1;
}

.cta-section.style-1.circle:after {
	display: block;
	content: "";
	position: absolute;
	top: 110%;
	transform: translateY(-50%);
	border-bottom: 1px dashed #62697c;
	width: 100%;
}

.cta-section.style-1.circle:nth-child(3):before, 
.cta-section.style-1.circle:nth-child(6):before, 
.cta-section.style-1.circle:nth-child(6):after, 
.cta-section.style-1.circle:nth-child(5):after, 
.cta-section.style-1.circle:nth-child(4):after {
	border: none;
}

.gallery-testimonials p {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  line-height: 1.3;
  font-family: Jost;
}

.gallery-block .eahc-photo {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.gallery-block img {
	width: 100%;
	border-radius: 20px;
	margin: 0 !important;
}

.gallery-nav ul li {
	position:relative;
}

.gallery-nav ul li a {
    height: 100%;
    width: 100%;
    z-index: 300;
    position: absolute;
}


.slider-info-center-bottom {
  top: initial;
  bottom: 8%;
}
.slider-info-center-bottom h2 {
  color: #fff;
  font-weight: normal !important;
  font-size: 65px;
}
.slider-info-center-bottom .ry-btn {
  display: none !important;
}


div.hp-products .ry-container {
  max-width: 1280px;
  width: 90%;
}
.hp-products {
  padding: 8em 0;
}
div.hp-products .ry-text {
  max-width: 800px;
  margin: 2em auto 0;
}
.safe-swiper-products {
  overflow: hidden;
}

.ry-text a, .ry-text p, .ry-text h4, .ry-text h3 {
    color: #fff;
}

@media (max-width:1080px) and (min-width:768px) {
	.slider-info-center-bottom {
	  bottom: 0 !important;
	  padding: 0 !important;
	}
}

@media(max-width: 991px) {
	.gallery-block {
		column-count:2;
	}
}

@media(max-width: 575px) {
	.gallery-block {
		column-count:1;
	}
}


div.products-slider {
  z-index: 1;
}

div.products-slider .slick-track {
  display: flex;
  gap: 0 25px;
}

div.products-slider .slick-slide img {
  border-radius: 20px;
}

@media (max-width:1080px) {
	.hp-products {
	  padding: 4em 0;
	}
}


/** GALLERY PAGE **/
.gallery-container .ry-each img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.gallery-container .lightbox-trigger .ry-each {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    border: 1px solid var(--color-secondary-background);
}
.gallery-container .lightbox-trigger .ry-each > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.gallery-container .lightbox-trigger {
}
.gallery-container .lightbox-trigger .ry-each.tall {
	grid-row: span 2;
}

div.gallery-block.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
div.gallery-block.flex .ry-left {
  width: 70%;
}

.gallery-tab-content {
  padding: 2em;
  background: var(--color-secondary-background);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
  pointer-events: none;
}


div.gallery-block.flex .ry-right {
  width: 30%;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 3em;
}
.primary-category img {
    height: 400px;
    object-fit: contain;
    object-position: center;
    background: #000;
    padding: 2em;
}

.primary-category {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.primary-category .ry-each {
    width: 48%;
    background: #000;
    border-radius: 20px;
}

.gallery-image-wrap {
    margin: auto;
    max-width: 600px;
}
div.gallery-container .lightbox-trigger {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
}

.gallery-nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  padding-left: 0;
  justify-content: space-between;
  padding-inline-start: 0;
}
.gallery-nav ul li {
  list-style: none;
  padding: 1em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6663;
}

.gallery-nav ul li svg {
}

.gallery-page {
    max-width: 1600px;
    padding: 5em 0;
    width: 90%;
}

div.gallery-page .ry-container {
    max-width: 100% !important;
}


.gallery-nav .sub-category svg {
  fill: var(--color-secondary-background);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.gallery-nav .sub-category {
  padding: 0 0 0 25px;
  border: none;
}
.gallery-nav .sub-category h3 {
  font-size: 20px;
}
.gallery-nav ul .sub-category:hover {
  background: transparent !important;
  color: var(--color-primary-background);
  border-radius: 0 !important;
}
.gallery-nav .sub-category:hover svg {
  fill: var(--color-primary-background);
}

body[data-page-name="gallery"] .sticky {
  position: static !important;
}

div.gallery-image-wrap {
  display: flex;
  justify-content: center;
}

.category-block {
    border-bottom: 1px solid rgb(51 51 51 / 12%);
    padding: 0 0 1em;
    margin-bottom: 2em;
    width: 45%;
}


.category-block h4 {
  font-size: 25px;
  margin: 0 0 10px 0;
}

@media (max-width:1199px) {
  .gallery-container .lightbox-trigger .ry-each {
    max-width: 22% !important;
  }
  
     .primary-category img {
    height: auto;
    padding: 0;
    border-radius: 10px;
  }
  div.gallery-block.flex .ry-right {
    width: 40%;
  }
  div.gallery-block.flex .ry-left {
    width: 60%;
  }
  .primary-category {
    flex-direction: row;
  }
  .primary-category .ry-each {
    width: 47%;
  }
  
  
.primary-category .ry-each {
  border-radius: 10px;
  display: flex;
  align-items: center;
}

}



@media (max-width:768px) {
    .gallery-tab-content {
    border-radius: 20px;
  }

  .sub-category.active {
    padding: 0;
  }
  .gallery-nav .sub-category svg {
    display: none;
  }
  .gallery-nav .sub-category {
    padding: 0;
  }
  .gallery-tab-content {
    padding: 1em;
    pointer-events: none;
    cursor: initial !important;
    z-index: 99999;
  }
   .sub-category.active a {
    height: 50px;

  }
  div.gallery-block.flex {
    flex-direction: column;
  }
  
   div.gallery-block.flex .ry-right, div.gallery-block.flex .ry-left {
    width: 100% !important;
    border-radius: 20px;
  }
  
   div.gallery-block.flex .ry-left {
	  display: none;
	}
  
  .category-block {
    width: 100% !important;
  }
	div.gallery-block.flex .ry-right {
	  flex-direction: column;
	  display: flex;
	  padding: 2em;
	}
	.gallery-nav ul li {
	  flex-direction: column;
	  justify-content: flex-start;
	  text-align: left;
	  align-items: flex-start;
	}
	.gallery-nav ul li h3 {
	  text-align: left !important;
	}
	.gallery-tab-content {
	  margin: 2em auto;
	}
	div.gallery-container .lightbox-trigger {
	  justify-content: center;
	}
	.gallery-container .lightbox-trigger .ry-each {
	  width: 100%;
	  max-width: 28% !important;
	}
}


@media (max-width:500px) {
    .primary-category .ry-each {
    width: 46% !important;
  }
}

/** END GALLERY PAGE **/



/* PRICES PAGE*/

#prices-block {
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
.prices-each-block {
  width: 31%;
  background: #fff;
  padding: 2em;
  border-radius: 20px;
  height: auto;
  font-size: 18px;
}
.prices-each-block h3 {
  margin-bottom: 1em;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.prices-each-block strong {
  color: var(--color-primary-background);
}

#prices-block {
    padding: 0 1em;
  }

@media (max-width:991px) {
    .prices-each-block {
      width: 100%;
  }
  
}

/* PRICES PAGE*/


@media (max-width:500px) {
  
	.hp-products .slick-prev.slick-arrow, .hp-products .slick-next.slick-arrow {
	  display: none;
	}
	.cta-section .left-side .left-img {
	  display: none;
	}
	.cta-section .left-side .left-img, .cta-section .right-side .right-img {
	  display: none;
	}
	.price-section .main-title {
	  margin-top: 2em;
	  width: 100%;
	}
	.price-section .max-w-7xl {
	  padding: 5em 0 3em 0 !important;
	}

}


@media(max-width:1080px) {
	.module-testimonials.style-2 {
		background-position: bottom;
		background-size: 120vh;
		background-attachment: scroll;
		padding-top: 10em;
		background-repeat:no-repeat;
		padding-top:10px !important;
	}
}
@media (max-width: 768px) {
	.rating-info {
		flex-direction: column;
		align-items: center !important;
		gap: 5px;
	}
	.rating-summary {
		justify-content:center;
		align-items:center !important;
		margin-inline:auto
	}
	.rating-summary  .divider {
		display:none
	}
	.widget-header {
		justify-content:center;
		align-items:center !important
	}
	.module-testimonials.style-2 .mt-20 {
		margin-top:20px
	}
	.module-testimonials.style-2 {
		padding-bottom:58vh !important
	}
	.module-testimonials.style-2 {
		background-size: 100vh;
	}
}