/*
Theme Name: Rockhounds Child
Theme URI: https://yourwebsite.com
Description: Child theme for the Rockhounds WordPress theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: rockhounds
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../rockhounds/style.css");

/* Add your custom styles below */


body{
    font-family: "Nunito Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

.site-header {
    position: absolute;
    width: auto;
    margin: 20px 40px;
    left: 0;
    right: 0;
    border-radius: 14px;
}

.ast-primary-header-bar {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, .16);
    z-index: 5;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 0;
}

.ast-primary-header-bar .site-primary-header-wrap {
    max-width: 1440px;
}

span.site-title a {
    background: linear-gradient(90deg, #ff5e14, #ff9a3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'rastaglion';
    letter-spacing: 3px;
    font-weight: bold;
}

.site-header .ast-custom-button {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-family: 'quicksand';
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 50px;
    padding: 15px 35px !important;
    transition: all 0.5s;
}

.site-header .ast-custom-button:hover {
    background: #FF5E14;
    border-color: #FF5E14;
}

.header-home-div {
    position: relative;
    height: 100vh;
}

.video-header-home {
    position: relative;
    height: 500px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#7f3d9f));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #7f3d9f);
	    background-image: linear-gradient(180deg, #16232b, #16232b00);
}

.video-header-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#7f3d9f));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #7f3d9f);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #ffd68c);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), #b97800);
	 background-image: linear-gradient(180deg, #16232b, #16232b00);
}

.video-header-home.w-background-video video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}

.line-bg {
    top: 0;
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 100vh;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0.1vw solid rgba(217, 91, 255, 0.15);
    border-left: 0.1vw solid rgba(217, 91, 255, 0.1);
}

.line-bg-1 {
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0.1vw solid rgba(217, 91, 255, 0.1);
    border-left: 0.1vw solid rgba(217, 91, 255, 0.1);
}

.line-bg-center {
    width: 0.1vw;
    background-color: rgba(217, 91, 255, 0.1);
}

.follow-us-button._1 {
    left: auto;
    right: 2.5vw;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    border: none;
    color: #fff;
}

.follow-us-button {
    position: absolute;
    top: 45%;
    left: 2.2vw;
    z-index: 25;
    padding: 0vw;
    border-style: solid;
    border-color: #d95bff;
    border-bottom-width: 0.1vw;
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    /* font-family: Gothampro, sans-serif; */
    font-size: 0.9vw;
    line-height: 2.3vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    color: #fff;
}

.div-header-center .div-h1-and-logo h1 {
    position: relative;
    z-index: 15;
    width: 75vw;
    margin-top: 1.1vw;
    margin-left: 0.8vw;
    color: #fff;
    font-size: 4.2vw;
    line-height: 6vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    font-family: 'rastaglion';
    font-weight: 600;
}

span.text-color-orange {
    color: #ff5e14;
}

.button-scroll-header.link-hover-ix {
    z-index: 20;
}

.main-text {
    margin-bottom: 1.3vw;
    font-family: Gothampro, sans-serif;
    color: #fff;
    font-size: 0.9vw;
    line-height: 2.3vw;
    letter-spacing: 0.2vw;
    text-decoration: none;
    text-transform: uppercase;
}

.line-bg-center-scroll {
    width: 0.08vw;
    height: 5vw;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.button-scroll-header {
    position: relative;
    z-index: 25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}


.abouttwocls, .abouttwoclsNew {
    position: absolute !important;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -3vw;
    width: 23vw;
    box-shadow: 1px 1px 25px 0 background: rgb(255, 94, 20, 0.3);;
    z-index: 3;
    height: 350px;
}

.aboutonecls, .aboutoneclsNew {
    position: absolute !important;
    left: auto;
    top: -2vw;
    right: 0%;
    bottom: auto;
    width: 28.5vw;
    box-shadow: 1px 1px 25px 0 background: rgb(255, 94, 20, 0.3);;
    will-change: transform;
    transform-style: preserve-3d;
    height: 600px;
}

.abouttwocls img, .abouttwoclsNew img {
    height: 350px !important;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

.aboutonecls img, .aboutoneclsNew img {
    height: 600px !important;
    border-radius: 5px;
    object-fit: cover;
}

.right-first-main:after, .right-first-mainNew:after {
    content: '';
    position: absolute;
    left: -55px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 52vw;
    height: 40.6vw;
/*     background-color: rgba(217, 91, 255, 0.15); */
    z-index: -1;
    background: rgb(255, 94, 20, 0.08);
}

.eng-choose-cls {
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	    height: 100%;
}

.eng-choose-cls:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
}

.eng-choose-cls:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #cfcfcf;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce{
	0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
}

25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
}
50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
}
75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
}
100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
}
}

.eng-choose-cls .elementor-icon-box-wrapper {
    position: relative;
    z-index: 5;
}

.about-title-image {
    background-image: url(https://serotosskin.wpdevelopment.in/wp-content/uploads/2026/02/about-title-img.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 7rem;
    display: inline-block;
}

.scroll-area {
    height: 250vh;
}

.sticky-wrapper {
    position: sticky;
    top: 100px;
    height: 500px;
    perspective: 1200px;
}

.card {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 420px;
    height: 480px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
    transform-style: preserve-3d;
}

.card-left {
    z-index: 2;
}

.card-middle {
    z-index: 3;
    background-color: #faffca;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 22.625rem;
    height: 100%;
    min-height: 25rem;
    display: flex;
}

.card-middle {
    z-index: 3;
}

.card-right {
    z-index: 1;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-middle img {
    width: auto;
    height: auto;
}

.counter-block {
    border: 1px solid #2323235c;
    border-radius: 12px;
    padding: 55px 15px;
}

footer#colophon {
    position: relative;
    z-index: 1;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.em-flex {
    display: flex;
}

.ecomus-numbered-list__number {
    width: 53px;
    flex: 0 0 53px;
    height: 53px;
    border-radius: 100%;
    border: 1px solid #EBEBEB;
}
.em-flex-center {
    justify-content: center;
}
.em-flex-align-center {
    align-items: center;
}

.ecomus-numbered-list__number {
    color: #232323;
    border-color: #232323;
}

.ecomus-numbered-list__text {
    font-family: "quicksand", Sans-serif;
    font-weight: 400;
    color: #232323;
}

.ecomus-numbered-list__item {
    gap: 17px;
    border-bottom: 1px solid #EBEBEB;
	 padding-bottom: 30px;
}

.ecomus-numbered-list__item:not(:last-child){
	
    margin-bottom: 30px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background: transparent;
    z-index: 2;
    position: relative;
}

.about-slide img{
	border-radius:10px !important;
}

.our-work-wrapper {
    -moz-column-fill: balance;
    column-fill: balance;
    column-count: 4;
    column-gap: 0;
}

.our-work-wrapper .our-work-item {
    display: inline-block;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 5px;
}

.our-work-wrapper .our-work-item a {
    width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    border-radius: 5px;
    display: block;
}

.our-work-wrapper .our-work-item img {
    border-radius: 5px;
}

.con-box-main .elementor-icon-box-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.con-box-main .elementor-icon-box-wrapper .elementor-icon {
    background: #232323;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}

.con-box-main .elementor-icon-box-wrapper .elementor-icon svg {
    width: 28px;
}

.con-box-main .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-bottom: 20px;
    margin-top: 10px;
}

.con-box-main .elementor-icon-box-wrapper p {
    margin: 0;
}

.con-box-main .elementor-icon-box-wrapper .con-box-cls a {
    color: #232323;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.con-box-main {
    height: 100%;
}

.contact-form-cls .row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
    justify-content: space-between;
}

.contact-form-cls .col-sm-6 {
    width: calc(50% - 10px);
}

.contact-form-cls .col-sm-12 {
    width: calc(100% - 0px);
}

.contact-form-cls p {
    margin: 0;
}

.contact-form-cls input[type="text"], .contact-form-cls input[type="email"] {
    height: 50px;
    border: none;
    background: #ffffff;
    box-shadow: none;
    color: #000;
    font-family: 'Quicksand';
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
}

.contact-form-cls textarea {
    height: 120px;
    border: none;
    background: #ffffff;
    box-shadow: none;
    color: #000;
    font-family: 'Quicksand';
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
}

.contact-form-cls button {
    background-color: #ff5e14;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff5e14;
    border-radius: 100px 100px 100px 100px;
    padding: 18px 40px 18px 40px;
    width: 100%;
    transition: all 0.8s;
}

.contact-form-cls button:hover {
    background-color: #00000000;
    color: #ff5e14;
}


.review-card .rating-icon svg path {
    fill: #f4b81c;
}

.review-card .reviews-rating {
    display: flex;
    gap: 4px;
}
.review-card .rating-icon svg {
    width: 18px;
    height: 18px;
}
.review-card {
    border: 1px solid #5151516e;
    border-radius: 12px;
    padding: 30px;
}

.review-card .reviews-title {
    margin: 0;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
}
.review-card p {
    font-weight: 400;
    letter-spacing: 0.5px;
}

.review-card .reviews-name {
    margin: 0;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.reviewSwiper {
    margin-top: -3.5rem;
    padding-top: 3.5rem;
}

.reviewSwiper .swiper-button-next:after {
    content: '';
    background-image: url(http://localhost/crimpmaster/wp-content/uploads/2026/03/arrowright.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}

.reviewSwiper .swiper-button-prev:after {
    content: '';
    background-image: url(http://localhost/crimpmaster/wp-content/uploads/2026/03/arrowleft.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}

.reviewSwiper .swiper-button-next, .reviewSwiper .swiper-button-prev {
    top: 6%;
}

.reviewSwiper .swiper-button-prev {
    left: auto;
    right: 7%;
}

.reviewSwiper {
    margin-top: -4.5rem;
    padding-top: 4.5rem !important;
}

.reviewSwiper .swiper-button-prev {
    left: auto;
    right: 7%;
    border: 1px solid #5151516e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
		transition:all 0.5s;
}

.reviewSwiper .swiper-button-next {
    border: 1px solid #5151516e;
    height: 35px;
    width: 35px;
    border-radius: 50%;
		transition:all 0.5s;
}

.reviewSwiper .swiper-button-prev:hover {
    border-color: #000;
}

.reviewSwiper .swiper-button-next:hover {
    border-color: #000;
}



footer#colophon:before {
    content: '';
    background-image: url(http://localhost/fossilbeauty/wp-content/uploads/2026/02/make-up-kit.avif);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

footer#colophon:after {
    content: '';
    position: absolute;
    background: #0A2803E0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
           background-image: linear-gradient(120deg, #91411c, #a76700);
    opacity: 1;
}

section#block-8 p {
    font-family: 'Quicksand';
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.follow-ftr h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.follow-ftr ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}


.follow-ftr ul li a {
    border: 1px solid #fff;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 50%;
}

.follow-ftr ul li a img {
    width: 16px;
}

.follow-ftr ul li a:hover {
    background: #fff;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1440px;
}


.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    position: relative;
    z-index: 1;
    background: transparent;
}
.ftr-logo img {
    width: 190px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ast-footer-copyright p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
}


.footer-widget-area .widget_nav_menu {
    padding-top: 50px;
    padding-left: 50px;
}

.footer-widget-area #nav_menu-2 {
    padding-top: 50px;
    padding-left: 90px;
}

.footer-widget-area .widget_nav_menu h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.footer-widget-area .widget_nav_menu ul li {
    padding-bottom: 10px;
}

.footer-widget-area .widget_nav_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ftr-info {
    padding-top: 50PX;
}


.ftr-info h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.ftr-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-info ul li {
    padding-bottom: 10px;
}

.ftr-info ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.ftr-info ul li a img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.ftr-info ul li {
    padding-bottom: 10px;
    color: #fff;
}

.ftr-logo a {
    background: linear-gradient(90deg, #e4e4e4, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'rastaglion';
    letter-spacing: 3px;
    font-weight: bold;
}


.follow-ftr ul li a:hover img {
    filter: invert(1);
}