@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

a {
    text-decoration: none;
}

:root {
    --primary-100: #fcf1db;
    --primary-200: #d3ad69;
}

.topbar a {
    color: #000;
    font-size: 14px;
    font-weight: 100;
}

.font-open {
    font-family: 'Open Sans', sans-serif;
}

.font-josefin {
    font-family: 'Josefin Sans', sans-serif;
}

.text-web-primary {
    color: var(--primary-200);
}

.padding100 {
    padding: 50px;
}

.padding180 {
    padding: 50px;
}

/* hedaer section css  */
header .navbar ul li a {
    color: var(--bs-light);
    font-size: 18px;
}

header .navbar ul li:hover a {
    color: var(--primary-200);
}

header .navbar ul li a i {
    font-size: 14px;
}

.bg-primary-200 {
    background-color: var(--primary-200);
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--bs-light);
    color: var(--primary-200) !important;
}

.slider-heading {
    font-size: 58px;
    font-weight: 300;
}

.website-btn {
    background-color: var(--primary-200);
    border: 2px solid transparent;
    padding: 12px 24px;
    font-size: 14px;
    color: var(--bs-light);
    font-family: 'Open Sans', sans-serif;
    transition: all 0.5s;
}

.website-btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

.fs-20 {
    font-size: 20px;
}

.slider-list li {
    opacity: 0.7;
    font-weight: 300;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}

.slider-list a {
    position: relative;
    /* font-size: 20px; */
}
.carousel-item , .carousel-item  img{
    height: 100vh ;
    object-fit: cover;
}

.slider-list a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: white;
    left: 0;
    top: 50%;
    transform: translatey(-50%)
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.carousel-indicators .active,
.carousel-indicators button:hover {
    width: 10px;
    height: 10px;
    align-self: center;
    content: '.';
    padding: 5px;
    border: 2px solid var(--bs-light);
    background-clip: content-box;
}

/* collation section css  */
.collation-bg {
    background-image: url(../image/hair1_b028b05d-dcf1-46a5-9c45-de9dc2e0fe32.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.heading-content h2 {
    font-weight: 300;
}

.heading-content p {
    font-size: 28px;
    font-weight: 300;
}

.collation-cricle {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--bs-dark);
    line-height: 50px;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.collation-box:hover .collation-cricle {
    background-color: var(--primary-200);
}

.collation-box h3 {
    font-size: 28px;
    font-weight: 300;
}

.collation-box p {
    font-size: 16px;
    font-weight: 300;
}

.collation-box .website-btn:hover {
    border: 2px solid var(--primary-200);
}

/* hair care section css  */
.hair-care .heading-content .extra {
    font-size: 18px;
}

.hair-color-span {
    transition: all 0.5s;
    cursor: pointer;
}

.hair-color-span:hover {
    color: var(--primary-200);
}

.bg-skin {
    background-color: #fcf1db;
}

/* product section  */
.product-box h3 {
    font-size: 18px;
}

.product-box h5 span {
    font-size: 15px;
}

.ovarlay-img,
.white-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.5s;
}

.ovarlay-img {
    left: -100%;
}

.white-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    right: -100%;
}

.icon-box {
    bottom: -100%;
    transition: all 0.5s;
}

.product-box:hover .ovarlay-img {
    left: 0;
}

.product-box:hover .white-overlay {
    right: 0;
}

.product-box:hover .icon-box {
    bottom: 0;
}

.right .icon {
    width: 30px;
    height: 30px;
    background-color: var(--bs-black);
}

.right .icon i {
    line-height: 30px;
}

/* move section css  */
.bg-move {
    background-image: url(../image/img8.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.move-circle {
    width: 300px;
    background-color: var(--bs-white);
  
    margin: auto;
    padding: 15px;
}

.border-circle {
    width: 100%;
    height: 100%;
    border: 3px dashed var(--bs-dark);
    padding: 50px;
}

/* programs  section */
.programs-border-box{
    width: 350px;
    border: 10px solid var(--bs-black);
    height:350px ;
    border-radius: 100%;
    overflow: hidden;
    background-color: var(--bs-black);
    transition:  all 0.5s;
    position: relative;
}
.programs-border-box:hover{
    border-color: var(--bs-dark);
}
.programs-border-box img{
    transition: all 0.5s;
}
.programs-border-box:hover img{
    transform: scale(1.1);
}
.programs-ovarlay{
    position: absolute;
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: all 0.5s;
    border-radius: 100%;
}
.programs-ovarlay h3{
    font-size:45px;
    font-weight: 300;
}
.programs-ovarlay p{
    font-weight: 300;
    font-size: 30px;
}
.programs-border-box:hover .programs-ovarlay{
    transform: scale(1);
}
.justify{
    text-align: justify;
}
.up-content{
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10%;
}
.bg-hair{
    background-image: url(../image/img10-1.jpg);
    background-attachment: fixed;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.testimonail-img-box{
    width: 20%;
    height: 20%;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: var(--primary-200);
}
footer{
    background-image: url(../image/footer-img.jpg);
}
