@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
    --primary: #f3b830;
    --secondary: #c2a5ce;
    --white: #fff;
    --black: #000;
    --theme-color: #fff;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    cursor: none;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1366px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

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

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 1rem;
    width: 100%;
    transition: 0.3s ease-in-out;
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;
}

.navbar-nav {
    gap: 1rem;
    align-items: center;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.navbar-nav .nav-item .nav-link span {
    background-color: var(--primary);
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 3.125rem;
    font-size: 0.75rem;
    top: 4px;
    right: 0px;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 1.25rem;
}

.navbar-nav .dropdown-menu {
    background: #c2a5ce;
}

.navbar-nav .dropdown-item {
    color: #fff;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #16181b;
}

.main-slider {
    position: relative;
}

header .themeBtn {
    padding: 0.875rem 1.875rem;
    color: var(--white);
    font-weight: 500;
}

.themeBtn {
    background-color: var(--primary);
    color: white;
    padding: 0.875rem 3.125rem;
    border-radius: 3.125rem;
    font-size: 1.375rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border: none;
    transition: 0.5s ease-in-out;
}

.themeBtn:hover {
    background: var(--secondary);
    border-radius: 0px 3.75rem 0px 3.75rem;
    color: var(--white) !important;
}

.creativeSec h2 {
    font-size: 3.125rem;
    margin: 0;
}

.creativeSec p {
    font-size: 0.9375rem;
    color: #626262;
    line-height: 1.8;
}

.line:before {
    content: "";
    position: absolute;
    background-color: #46464a;
    width: 3px;
    height: 20rem;
    left: -2rem;
    top: -1rem;
    z-index: 1;
}

.creativeSec .line {
    position: relative;
}

.mainImgs {
    margin-top: 7rem;
}

.img2 {
    margin-top: -27.7rem;
}

.img3 {
    margin-top: -6rem;
}

.imgBg figure {
    position: relative;
}

.imgBg figure:before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 99%;
    height: 600px;
    top: -24rem;
    z-index: -1;
}

.thirdImg figure {
    position: relative;
    z-index: -1;
}

.productSec {
    background-color: #f7f7f7;
    padding: 4rem 0 5rem 0;
}

.secHeading {
    font-size: 3.75rem;
}

.proContent {
    margin-top: 1rem;
}

.proContent h4 span {
    font-size: 0.75rem;
    color: #494949;
    display: block;
    font-weight: 400;
}

.proContent h4 {
    font-size: 1.125rem;
    color: #333333;
    font-weight: 700;
    line-height: 1.5;
}

.productBtn {
    font-size: 0.9375rem;
    text-transform: uppercase;
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 3.125rem;
    font-weight: 600;
    padding: 0.625rem 2.1875rem;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.productBtn:hover {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 0px 3.75rem 0px 3.75rem;
}

.productBox figure img {
    width: 92%;
}

.productSlider .slick-prev::before,
.productSlider .slick-next::before {
    display: none;
}

.productSlider .slick-prev {
    position: absolute;
    top: 40%;
    left: -4rem;
    font-size: 3rem;
    z-index: 1;
    color: #494949;
}

.productSlider .slick-next {
    position: absolute;
    top: 40%;
    right: -2rem;
    font-size: 3rem;
    z-index: 1;
    color: #494949;
}

.itemsSec {
    background: url(../images/itemBg.jpg) center/cover no-repeat;
    padding: 5rem 0 4rem 0;
}

.itemsSec h3 {
    font-size: 3.125rem;
    color: var(--white);
    font-weight: 600;
}

.productBoxs {
    margin-left: 1.875rem;
}

.itemBox {
    background-color: var(--white);
    padding: 2.8125rem 0;
    display: grid;
    place-items: center;
    min-height: 317px;
}

.productBox figure {
    position: relative;
    overflow: hidden;
}

.productBox figure img {
    transition: 0.5s ease-in-out;
}

.productBox:hover figure img {
    transform: scale(1.1);
}

.itemBox figure {
    position: relative;
}

.itemBox figure img {
    transition: 0.5s ease-in-out;
}

.productBoxs:hover .itemBox figure img {
    transform: scale(1.1);
}

.itsmSec .productSlider .slick-prev {
    color: #494949;
    left: -3rem;
}

.itsmSec .productSlider .slick-next {
    color: #494949;
    right: -4rem;
}

.itsmSec {
    border-bottom: 1px solid #dfdfdf;
}

.handMade {
    border-bottom: 0;
}

.iconSec {
    background-color: var(--primary);
    padding: 6rem 0 5rem 0;
}

.iconBox {
    text-align: center;
}

.iconBox h3 {
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: var(--black);
}

.iconBox p {
    font-size: 0.75rem;
    color: var(--black);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 76%;
    margin: 0 auto;
}

.iconBox figure {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsLetter {
    background-color: var(--secondary);
    padding: 3.5rem 0;
}

.newsLetter h2 {
    font-size: 2.5rem;
    color: var(--white);
    margin: 0;
}

.newsForm input {
    border-radius: 3.125rem;
    height: 65px;
}

.newsForm {
    position: relative;
}

.newsForm button {
    position: absolute;
    right: 9px;
    top: 8px;
    padding: 8px 2.5rem;
    border: none;
}

.newsForm input::placeholder {
    color: #b6b6b6;
    font-size: 0.875rem;
    padding-left: 1rem;
}

footer {
    background-color: #210e2e;
    padding-top: 5rem;
}

footer h4 {
    font-size: 1.375rem;
    color: var(--white);
    margin-bottom: 0.9375rem;
}

footer ul li a {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--secondary);
    transition: 0.5s ease-in-out;
}

footer ul li a:hover {
    color: var(--primary);
}

footer ul li + li {
    padding-top: 10px;
}

.socialIcon {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.socialIcon li + li {
    padding-top: 0;
}

.socialIcon li a i {
    font-size: 1.125rem;
    color: #757c85;
    transition: 0.5s ease-in-out;
}

.socialIcon li a i:hover {
    color: var(--secondary);
}

.copyRight {
    border-top: 1px solid #4d3f56;
    margin-top: 2rem;
    padding: 2rem 0 2rem 0;
}

.copyRight p {
    font-size: 1rem;
    color: var(--secondary);
    margin: 0;
}

/* Banner Css End  */

.reveal,
.reveal2 {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

/* CUSTOM CURSOR */
.custom-cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(0.3);
    z-index: 999;
}

.custom-cursor--link {
    transform: translate(-50%, -50%) scale(1);
}

.loader1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: var(--white);
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*inner pages*/

.inrBnr > img {
    position: absolute;
    inset: 0;
}

.inrBnr > div {
    padding: 13rem 0;
}

.inrBnr > div h2 {
    color: #fff;
    font-size: 4.5rem;
}

.textRow {
    margin-top: 5rem;
}

.textRow p + p {
    margin-top: 2.5rem;
}

.textRow p {
    margin: 0;
}

.aboutSec p {
    margin-top: 5rem;
}

.aboutSec p + p {
    margin-top: 2.5rem;
}

.inrProduct .row {
    gap: 2rem 0;
}

.inrProduct figure img {
    width: 100%;
}

.dropdown-menu.show {
    background: #c2a5ce;
}
.dropdown-item{
    color: #fff;
}