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

/* Import parent theme styles */
@import url("../fossilbeauty/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;
}

.home .site-header #ast-desktop-header .ast-above-header-wrap .ast-above-header.ast-above-header-bar {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    /*backdrop-filter: blur(8px);*/
}


/*========= Sticky header ===============

    background: rgb(217, 91, 255, 0.3);
    backdrop-filter: blur(8px);

*/

.site-header.sticky .ast-above-header.ast-above-header-bar {
    position: fixed !important;
    background: rgb(217, 91, 255, 0.6) !important;
    backdrop-filter: blur(10px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.site-header .ast-custom-button:hover {
    background: #d95bff;
    color: #fff !important;
}

.site-branding a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 30px;
    background: linear-gradient(90deg, #1128ab, #041471);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.site-header div#ast-desktop-header nav ul li a {
      color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.ast-header-button-1 .ast-custom-button {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    fill: #9A031D;
    color: #9A031D;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 40px 17px 40px !important;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.8px;
}

.ast-header-button-1 .ast-custom-button:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.5s;
}

.ast-header-button-1 .ast-custom-button:hover {
    color: #000;
}

.ast-header-button-1 .ast-custom-button:hover:before {
    height: 0;
}

/* Loader Overlay */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5; /* change to your theme color */
    color: #a0a0a0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  
  /* Hide loader when done */
  #loader.hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  #loader-text {
    font-size: 10rem;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .hero-heading h2 {
    text-shadow: 0 0 10px #4c4c4c75, 0 0 20px #0d0d0d4f;
}


.img-reveal {
    position: relative;
    overflow: hidden;
    --width: 0%;
    max-width: 500px;
    height: 100%;
  }
  .img-reveal img {
    width: 100%;
    opacity: 0;
  }
  .img-reveal:after {
    content: "";
    position: absolute;
    width: var(--width);
    height: 100%;
    bottom: 0;
    left: 0;
    background: #000000;
  }

/*================ Brand Slider================  */
  
.brand-slider .brand-slide-item {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    margin: 2px;
}

.brand-slider .brand-slide-item img{
    height: 100px;
}

.founder-left-img img {
    opacity: 0.2;
}

.brands-title-main h4 {
    text-transform: capitalize;
    text-align: center;
    margin: 10px 15px 40px;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.viewmore_btn a {
    padding: 15px 40px 15px 40px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

/* .viewmore_btn a:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.5s;
} */


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


.video-header-home {
    position: relative;
    height: 500px;
    color: white;
    overflow: hidden;
}

.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);
}


.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);
}


.site-header .ast-site-title-wrap {
    display: none;
}

.site-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.site-header .site-branding {
    padding: 8px 0 !important;
}

.site-header .site-above-header-wrap {
    max-width: 1440px;
}

.site-header .ast-above-header.ast-above-header-bar {
    border-bottom: 0;
}


.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.site-header .ast-custom-button {
    position: relative;
    height: 3.2vw;
    margin-right: auto;
    padding: 0vw 2.5vw !important;
    border: 0.1vw solid #d95bff;
    background-color: transparent;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-size: 0.9vw;
    line-height: 3.1vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}

.site-header .ast-custom-button:before {
    background: transparent;
}

.menu-button .menu-button-children {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	cursor:pointer;
}

.menu-button .main-text.navbar {
    margin-bottom: 0vw;
}


.menu-button .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;
    font-weight: :300;
}
 
 .menu-button .nav-burger {
    margin-left: 1.5vw;
    padding: 0.87vw 0.82vw;
    border-style: solid;
    border-width: 0.1vw;
    border-color: #d95bff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.menu-button .nav-burger-line {
    width: 1.4vw;
    height: 1px;
    background-color: #fff;
}

.menu-button .nav-burger-line-last {
    width: 1.4vw;
    height: 1px;
    background-color: #fff;
}

.menu-button .nav-burger-line._1 {
    width: 1.4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.menu-button.w-nav-button.w--open .nav-burger-line._1 {
    opacity: 0;
}


.menu-button.w-nav-button.w--open .nav-burger-line {
    transform: translate3d(0px, 0.55vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.menu-button.w-nav-button.w--open .nav-burger-line-last {
    transform: translate3d(0px, -0.55vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}


.services-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 90vw;
    height: 36.4vw;
    margin-top: 2px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button-div-mother {
    position: relative;
    z-index: 25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22.65vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    text-decoration: none;
        max-width: 100%;
}


.image-div-button {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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: url(http://localhost/fossilbeauty/wp-content/uploads/2026/02/1.avif);*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}


.image-div-button._1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/1.avif);
    height: 0;
    transition: all 0.8s;
}

.button-div-mother:hover .image-div-button._1{
    height: 100%;
}


.image-div-button._2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/2.avif);
    height: 0;
    transition: all 0.8s;
}

.button-div-mother:hover  .image-div-button._2{
    height: 100%;
}

.image-div-button._3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/3.avif);
    height: 0;
    transition: all 0.8s;
}

.button-div-mother:hover  .image-div-button._3{
    height: 100%;
}

.image-div-button._4 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/4.avif);
    height: 0;
    transition: all 0.8s;
}

.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;
}

.button-div-mother:hover  .image-div-button._4{
    height: 100%;
}

.text-div-mother {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3vw;
    -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;
    transform: translate3d(0px, 0vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.8s;
}

.button-div-mother:hover .text-div-mother{
    transform: translate3d(0px, -2vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}


.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;
}

.h3-text {
    /*font-family: Raleway, sans-serif;*/
    color: #fff;
    font-size: 2.2vw;
    line-height: 3.2vw;
    font-weight: 300;
    letter-spacing: 0.6vw;
    text-transform: uppercase;
}


.razdel-biv-button-services-header {
    height: 3vw;
}


.main-text-button-services {
    margin-bottom: 1.3vw;
    border-bottom: 0.1vw solid #d95bff;
    /*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;
}

.button-div-mother:hover .main-text-button-services{
    opacity: 1 !important;
}

.line-bg.services {
    height: 36.5vw;
    margin-top: 2px;
}

div#div-2-services-hom {
    position: relative;
}

.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);
}


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

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


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

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


.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;
}

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


.main-accordion-cls:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 75vw;
    height: 100%;
    /*background-image: linear-gradient(46deg, rgb(137 1 239 / 40%), #e4abffad);*/
    background-color: #d95bff24;
    z-index: -1;
    border-radius: 10px;
}

.main-accordion-cls {
    position: relative;
}

.according-main-cls .e-n-accordion-item:hover .e-n-accordion-item-title {
    color: #fff !important;
}


.according-main-cls .e-n-accordion-item:hover span.e-n-accordion-item-title-icon svg path {
    fill: #fff !important;
}


.according-main-cls .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    background-color: #C320F4;
    color: #fff !important;
}

.according-main-cls .e-n-accordion > .e-n-accordion-item[open]  span.e-n-accordion-item-title-icon svg path {
    fill: #fff !important;
}


.according-main-cls .elementor-element table, .according-main-cls .elementor-element table tr, .according-main-cls .elementor-element table td {
    border-color: #fff;
    color: #232323;
    text-align: center;
}

.according-main-cls .elementor-element {
    overflow: auto;
    height: 300px;
    padding: 5px;
}


.according-main-cls .elementor-element {
    overflow: auto;
    height: 300px;
    padding: 5px;
    border: 0;
}


.according-main-cls .elementor-element .answer span {
    color: #232323;
    margin-bottom: 10px;
    display: block;
}


.according-main-cls .elementor-element::-webkit-scrollbar {
  width: 8px;
}

.according-main-cls .elementor-element::-webkit-scrollbar-track {
  background: #C320F4; /* track color */
}

.according-main-cls .elementor-element::-webkit-scrollbar-thumb {
  background-color: #fff;  /* scrollbar color */
  border-radius: 10px;
}

.according-main-cls .elementor-element::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

.home-contact-cls {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92vw;
    -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-color: rgba(217, 91, 255, 0.15);
    width: 0;
    overflow: hidden !important;
}

.image-absolute-cls img {
    filter: drop-shadow(0px 1000px 0 #D95BFF);
    transform: translateY(-1000px);
    max-width: 90% !important;
    opacity: 0;
    transition: all 0.5s;
}


.facial-img-left,.facial-img-leftNew,.facial-img-leftNewOne {
    position: absolute !important;
    box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, 0.5);
    width: 600px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
    left: -20px;
    border-radius: 5px !important;
    overflow: hidden;
}

.facial-img-left img{
    width: 600px;
    height: 550px !important;
    object-fit: cover;
}

.facial-img-leftNew img {
    width: 600px;
    height: 530px !important;
    object-fit: cover;
}

.facial-img-leftNewOne img {
    width: 600px;
    height: 530px !important;
    object-fit: cover;
}


/*.main-facial-box {
    position: relative;
}*/

.main-facial-box:after{
    content: '';
    position: absolute;
    left: -82px;
    top: 0;
    right: auto;
    bottom: 0%;
    width: 0;
    height: 49.6vw;
    background-color: rgba(217, 91, 255, 0.15);
    z-index: -1;
    transition: width 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.main-facial-boxNew:after {
    content: '';
    position: absolute;
    left: -82px;
    top: 0;
    right: auto;
    bottom: 0%;
    width: 0;
    height: 45.6vw;
    background-color: rgba(217, 91, 255, 0.15);
    z-index: -1;
    transition: width 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}


.main-facial-boxNewOne:after {
    content: '';
    position: absolute;
    left: -82px;
    top: 0;
    right: auto;
    bottom: 0%;
    width: 0;
    height: 45.6vw;
    background-color: rgba(217, 91, 255, 0.15);
    z-index: -1;
    transition: width 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.main-facial-box.animate::after,.main-facial-boxNew.animate::after,.main-facial-boxNewOne.animate::after {
    width: 33vw;
}





.facial-list-cls .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 6px;
}

.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: #8500ad;
    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;
    color: #232323 !important;
}

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

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

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

.con-box-main .elementor-icon-box-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url(http://localhost/fossilbeauty/wp-content/uploads/2026/02/1.avif);*/
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transition: all 0.8s;
    background-color: #d95bff26;
}

.con-box-main .elementor-icon-box-wrapper:hover:after {
    opacity: 1;
}

.contact-form-cls,.contact-form-cls p {
    margin-bottom: 0 !important;
}

.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 input[type="text"], .contact-form-cls input[type="email"] {
    height: 50px;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #232323;
    font-family: 'Quicksand';
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D95BFF !important;
}


.contact-form-cls select {
    height: 50px;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #232323;
    font-family: 'Quicksand';
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D95BFF !important;
    color: #D95BFF;
}

.contact-form-cls select::focus{
    border-color:#D95BFF;
    color: #D95BFF;
}

.contact-form-cls input[type="text"]::focus, .contact-form-cls input[type="email"]::focus{
    border-color:#D95BFF;
    color: #D95BFF;
}

.contact-form-cls select option{
    color: #D95BFF;
}

.contact-form-cls input[type="text"]::placeholder, .contact-form-cls input[type="email"]::placeholder, .contact-form-cls textarea::placeholder{
    color: #D95BFF;
}

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

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

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


.plan-package-one {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    padding: 40px 25px !important;
    border: 1.5px solid #d95bffbf;
    border-radius: 5px !important;
    background-image: linear-gradient(312deg, #370051, #7f3d9f);
    position: relative;
}

.plan-package-one .package-price .big-text-cls .line-through-cls {
    text-decoration: line-through;
    font-size: 20px;
}

.plan-package-one .package-price .big-text-cls {
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    color: #fff;
}


.plan-package-one .package-price .small-text-cls {
    display: flex;
    align-items: end;
    color: #000;
}
.plan-package-one .package-price {
    display: flex;
    gap: 15px;
}

.plan-package-one .plan-btn {
    position: absolute;
    bottom: 40px;
}

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

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


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(240deg, #370051, #7f3d9f);
    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;
}


.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.1vw;
    text-transform: uppercase;
}

.div-header-center .div-h1-and-logo .h1-text._1 {
    color: #d95bff;
/*     font-weight: 300; */
}

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

.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;
}

.follow-us-button:hover{
	color:#d95bff;
}

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

.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;
}

.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);
}


.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._1:hover{
	color:#d95bff;
}

.navbar-list-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -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;
    background-color: #7f3d9f;
    z-index: 9999;
	transition:all 0.5s;
	transform: translatey(-100%);
	opacity:0;
}

.navbar-list-parents {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-list-child-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link-big-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.razdel-big-menu-link {
    height: 3vw;
}

.number-link-menu {
    position: absolute;
    left: -4.5vw;
/*     font-family: Gothampro, sans-serif; */
    color: #d95bff;
    font-size: 0.9vw;
    line-height: 1.05vw;
    letter-spacing: 0.2vw;
    text-decoration: none;
    text-transform: uppercase;
}


.link-nav-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -0.2vw;
/*     font-family: Raleway, sans-serif; */
    color: #fff;
    font-size: 3.72vw;
    line-height: 3.1vw;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.44vw;
    text-decoration: none;
    text-transform: uppercase;
}


.bg-link-menu-1 {
	
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/1.avif);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
}


.bg-link-menu-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/2.avif);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
}

.bg-link-menu-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/3.avif);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0
}

.bg-link-menu-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url(https://fossilbeauty.wpdevelopment.in/wp-content/uploads/2026/02/4.avif);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
}


body.open {
    overflow: hidden;
}


.btn-close-cls {
    position: absolute;
    right: 100px;
    top: 50px;
    border: 1px solid #fff;
    padding: 6px 18px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}


.nav-list-child-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mini-menu-link {
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Raleway, sans-serif;
    color: #d95bff;
    font-size: 1.115vw;
    line-height: 1.2vw;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0.075vw;
    text-decoration: none;
}

.link-nav-menu:hover{
	color: #d95bff;
}

.razdel-mini-link {
    height: 2vw;
}

.mini-menu-link:hover {
    margin-right: 0.6vw;
	color: #d95bff;
}