@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Castoro:ital@0;1&display=swap');

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Bold.woff2') format('woff2'),
        url('Switzer-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-BoldItalic.woff2') format('woff2'),
        url('Switzer-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Black.woff2') format('woff2'),
        url('Switzer-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-BlackItalic.woff2') format('woff2'),
        url('Switzer-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Extrabold.woff2') format('woff2'),
        url('Switzer-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-ExtraboldItalic.woff2') format('woff2'),
        url('Switzer-ExtraboldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Medium.woff2') format('woff2'),
        url('Switzer-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-ExtralightItalic.woff2') format('woff2'),
        url('Switzer-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Semibold.woff2') format('woff2'),
        url('Switzer-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Regular.woff2') format('woff2'),
        url('Switzer-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-LightItalic.woff2') format('woff2'),
        url('Switzer-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Light.woff2') format('woff2'),
        url('Switzer-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Italic.woff2') format('woff2'),
        url('Switzer-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-MediumItalic.woff2') format('woff2'),
        url('Switzer-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Extralight.woff2') format('woff2'),
        url('Switzer-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-ThinItalic.woff2') format('woff2'),
        url('Switzer-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-SemiboldItalic.woff2') format('woff2'),
        url('Switzer-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Thin.woff2') format('woff2'),
        url('Switzer-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Switzer", sans-serif;
}

:root {
    --colorff: #ffffff;
    --color00: #000000;
    --colorf5: #F5DC78;
    --colord9: #D9D9D9;
    --colore4: #E4C06433;
    --font-family: "Castoro",;
    --font-family1: "Albert Sans", sans-serif;
    --font-90: 9rem;
    --font-70: 7rem;
    --font-60: 6rem;
    --font-50: 5rem;
    --font-48: 4.8rem;
    --font-46: 4.6rem;
    --font-42: 4.2rem;
    --font-40: 4rem;
    --font-36: 3.6rem;
    --font-34: 3.4rem;
    --font-30: 3rem;
    --font-28: 2.8rem;
    --font-26: 2.6rem;
    --font-24: 2.4rem;
    --font-21: 2.1rem;
    --font-20: 2rem;
    --font-18: 1.8rem;
    --font-16: 1.6rem;
    --font-15: 1.5rem;
    --font-14: 1.4rem;
    --font-13: 1.1rem;
    --font-12: 1rem;
    --font-11: 0.9rem;
    --font-10: 0.9rem;
    --line-height-36: 3.6rem;
    --line-height-35: 3.5rem;
    --line-height-30: 3rem;
    --line-height-26: 2.6rem;
    --line-height-24: 1.8rem;
    --line-height-23: 2.1rem;
    --line-height-21: 2.1rem;
    --line-height-18: 1.8rem;
    --line-height-17: 1.7rem;
}


body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: unset !important;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    font-family: "Albert Sans", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
}

p {
    font-size: var(--font-16);
    font-weight: 200;
}

a {
    outline: 0;
    color: #222;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;

}

a:hover {
    color: #0a1729;
    text-decoration: none;
}

.btn {
    outline: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.main_section {
    width: 100%;
    margin: 0px;
    padding: 80px 0;
}

.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

/******* Header ************/

/******* Back-to-top ************/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    font-size: 21px;
    padding: 11px 0;
    background-color: #fbc508;
    border-color: #fbc508;
}

.btn-dark:hover {
    color: #fff;
    background-color: #fbc508;
    border-color: #fbc508;
}

/******* Menu ************/
.top_menu {
    position: relative;
    background-color: var(--color00);
    padding: 2rem 5rem;

}

.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 17%;
    padding: 0;
    text-align: center;
}

.home-logo {
    width: 100%;
}

.home-menu span {
    color: var(--colorff);
}

.menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 100%;
    transition: 2s;
    -webkit-transition: 2s;
    text-align: center;
}

.cus-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vg-nav>ul>li>a {
    font-size: var(--font-18);
    line-height: 1.2;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border-radius: 7px;
    letter-spacing: 0px;
    position: relative;
    transition: 2s;
    -webkit-transition: 2s;
      text-transform: capitalize;

}

.vg-nav>ul>li {
    padding: .6rem 1.5rem;
}

.vg-nav .dropdown ul li a {
    text-align: left;
}

.vg-nav .dropdown ul li a {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px;
}

.vg-nav>ul>li.active a,
.vg-nav>ul>li a:hover {
    color: var(--colorff);

}

.vg-nav>ul>li a:before {
    content: '';
    background: var(--colorff);
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -4px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}

.vg-nav>ul>li.active a:before {
    content: '';
    background: var(--colorff);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    opacity: 1;

}

.vg-nav>ul>li a:hover:before {
    content: '';
    background: var(--colorff);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    opacity: 1;
}

.vg-nav .dropdown ul li a:hover {
    color: #000;
}


.header-right {
    width: 10%;
    display: flex;
    justify-content: end;
}

.header-right ul {
    display: flex;
}

.header-right ul li {
    padding: 0 1.2rem;
    list-style-type: none;

}

.header-right ul li a {
    color: var(--colorff);
    font-size: var(--font-20);
}

.side-menu {
  position: fixed;
  top: 0;
  right: -300px; /* hide off screen */
  width: 300px;
  height: 100vh;
  background:var(--colorff);
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 20px;
}

.side-menu.open {
  right: 0;
}

.side-menu .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
}
.menu-open{
    position: relative;
        transition: 2s;
    -webkit-transition: 2s;
}
.menu-open::before{
content: '';
    position: absolute;
    background: #0e0e0e99;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.side-menu ul{
    margin-top: 5rem;
}
.side-menu ul li{
    list-style-type: none;
    text-decoration: none;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #000;

}
.side-menu ul li a{
    text-transform: uppercase;
}
.side-menu ul li a:hover{
    color: var(--colorf5);
}

.search-bar {
  display: none;
  position: absolute;
  top: 60px; /* adjust as needed */
  right: 20px;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.search-bar input {
  padding: 5px;
  width: 200px;
}

.search-bar button {
background: none;
    border: none;
    font-size: var(--font-18);
    cursor: pointer;
    margin: 0 1rem;
}
.search-bar input {
    padding: 1rem;
    width: 21rem;
    font-size:var(--font-14);
}
.user-menu {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  min-width: 150px;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-menu a {
  display: block;
  padding: 10px;
  color: var(--color00);
  text-decoration: none;
}

.dropdown-menu a:hover {
  background-color: #f2f2f2;
}

.dropdown-menu.show {
  display: block;
}

.fixed-header {
    position: fixed;
    top: 0;
z-index: 99;
    transition: 2s;
    -webkit-transition: 2s;

}

/******* Slider ************/

/******* banner ************/
.banner {
    padding: 0px;
    position: relative;
    z-index: 0;
}

/* .banner::before{
    content: '';
    background: #0000004f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

} */

.cus-banner-text {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 11px;
}

.cus-banner-text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.banner .carousel-caption {
    text-align: left;
    /* bottom: 40px; */
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 3%;
    right: 3%;
    z-index: 9;
}

.banner .carousel-caption::after {
content: '';
    position: absolute;
    top: 0;
    width: 67%;
    height: 100vh;
    left: -60px;
    z-index: -1;
    background: transparent linear-gradient(87deg, #000000e3 00%, #00000000 100%) 0% 0% no-repeat padding-box;
}


.banner-text h1 {
    color: var(--colorf5);
    font-size: var(--font-70);
    font-weight: 400;
    font-family: var(--font-family);
    line-height: 7.9rem;
    text-transform: uppercase;

}



.banner .carousel-item img {
    height: 90vh;
    object-fit: cover;
}

.carousel-indicators {
    z-index: 99;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 30px;
    border: 0px solid #fff;
}

.carousel-control-next {
    right: 0;
    z-index: 9;
}

.carousel-indicators {

    justify-content: right;
    padding: 0;
    margin-right: 6%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    bottom: 20px;
}

.carousel-indicators .active {
    opacity: 1;
    width: 40px !important;
}

.carousel-control-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 86%;
    bottom: 0px;
    top: 92.8%;
    z-index: 999;
}

.carousel-control-next {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0px;
    top: 92.8%;
    right: 3%;
    z-index: 999;
}

/* =============about=========== */
.about {
    background-color: var(--color00);
    padding: 8rem 0;
}

.about-text {}

.about-text h2 {
    font-size: var(--font-40);
    color: var(--colorf5);
    font-weight: 300;
    margin-bottom: 0;
    /* display: flex
; */
    line-height: 4rem;
}

.about-text p {
    font-size: var(--font-16);
    color: var(--colorff);
    font-weight: 200;
    margin: 2rem 0 0 0;
}

.about-list {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    overflow: hidden;
}

.about-box {
    height: 100%;
}

.about-box img {
    height: 100%;
}

.heritage-box {
    background: #E4C06433;
    margin-top: 7rem;
    padding: 4rem 3rem 2rem;
    border-radius: 8rem;
    text-align: center;
}

.heritage-box h3 {
    font-size: var(--font-40);
    color: var(--colorf5);
    font-weight: 600;
}

.heritage-box p {
    font-size: var(--font-16);
    color: var(--colorff);
    font-weight: 200;
    margin-bottom: 3rem;
    width: 70rem;
    margin: 0 auto 4rem;
}

.product-text {
    margin-top: 0rem;
    margin-bottom: 6rem;
}
.product-text h2 {
    font-size: var(--font-40);
    color: var(--colorf5);
    font-weight: 600;
}

.product-text p {
    color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;
}

.product {
    background: #2e2614;
    padding: 8rem 5rem;
}

.product-box {
    position: relative;
    overflow: hidden;
    margin: 0 1.5rem;
}

.prodiuct-img {
    background-color: var(--color00);
    padding: 4rem 1rem 2rem;
      border-radius: 2rem 2rem 0 0;
}

.cus-product-text {
    background-color: var(--colord9);
    padding: 2rem 1.5rem;
    border-radius: 0 0 2rem 2rem;
    text-align: center;
}

.cus-product-text p {
    font-size: var(--font-21);
    color: var(--color00);
}

.owl-theme .owl-dots .owl-dot {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: var(--colorff);
    padding: 1rem 1.5rem !important;
    font-size: 3rem;
    height: 4rem;
    line-height: 1rem;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: -5rem;
    top: 18rem;

}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    left: -5rem;
    top: 18rem;

}



/* ======================= brand ============== */
.brand {
    background-color: var(--color00);
    padding: 8rem 5rem;
    position: relative;
}

.brand-text {
    position: relative;
    padding: 0rem 4rem 0rem 0rem;
}

.brand-text h2 {
    font-size: var(--font-40);
    color: var(--colorf5);
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}
/* 
.brand-text h2::before {
    content: '';
    background-color: var(--colorff);
    position: absolute;
    height: .2rem;
    width: 41%;
    bottom: -1rem;

} */

.brand-text p {

    color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;

}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem 0 0 0;
}

.brand-box {
    width: 33%;
    margin-bottom: 6rem;
    padding: 0 5rem 0 0;
    position: relative;
}

.brand-box:nth-child(3) {
    padding-right: 2rem;
}

.brand-box h3 {
    position: relative;
    margin-bottom: 3rem;
    font-size: var(--font-21);
    color: var(--colorff);
    font-weight: 300;
}

.brand-box h3::before {
    content: '';
    background-color: var(--colorff);
    position: absolute;
    height: .1rem;
    width: 83%;
    bottom: -1rem;
    opacity: .6;
}

.brand-box img {
    margin-bottom: 1.5rem;
}

.brand-box p {
    color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;
    width: 80%;
}

.brand-bottom-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.serve-box {
    margin: 4rem 0 0 0;
    padding: 0 3rem 0 0;
}

.serve-box-img {
    overflow: hidden;
    height: 100%;
}

.serve-box-img img {
    margin-bottom: 1.5rem;
    height: 100%;
}

.serve-box h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: var(--font-24);
    color: var(--colorff);
    font-weight: 300;
}

.serve-box p {
    color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;
}

.border-line {
    border-top: 1px solid var(--colorf5);
    margin-top: 5rem;
    opacity: .5;
}


.home-contact {
    padding: 0 5rem 0rem;
}

.home-contact .brand-text h2 {
    margin-bottom: 1rem;
}

.home-contact .brand-text h2::before {
    display: none;
}

.home-contact .brand-text p {
    font-size: var(--font-16);
}

.home-contact-box {
    background-color: #D9D9D929;
}

.home-contact-box {
    background-color: #D9D9D929;
    padding: 3rem;
    border-radius: 2rem;
    margin: 2rem 0 0 0rem;
}

.home-contact-box h3 {
    font-size: var(--font-30);
    color: var(--colorf5);
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.home-contact-box .form-control {
    padding: 1.375rem .75rem;
    font-size: 1.6rem;
    background-color: #ffffff00;
    border: 1px solid #d9d9d975;
    border-radius: 1.1rem;
    color: var(--colorff);
}

.home-contact-box .form-select {
    background-color: #ffffff00;
    border: 1px solid #d9d9d975;
    padding: 1.375rem .75rem;
    color: #ffffff61;
    border-radius: 1.1rem;
    font-size: 1.6rem;
}

.home-contact-box .btn-primary {
    background-color: var(--colorf5);
    border-color: var(--colorf5);
    padding: 1rem 2.5rem;
    font-size: var(--font-16);
    color: var(--color00);
    width: 100%;
    border-radius: .9rem;
}
.home-contact-img{
    position: relative;
        z-index: 9;
}

/* ============ Footer ================= */
.footer{
    background-color: var(--color00);
       padding: 0 5rem 3rem;
    position: relative;
        z-index: 0;
}
.footer-line{
    border-top: 1px solid var(--colorf5);
    margin-top: 0rem;
    opacity: .5;
    border-radius: 2rem;
    z-index: -1;
    position: relative;
    padding-bottom: 8rem;
}
.footer-text{
    border-right: 1px solid var(--colord9);
    height: 100%;
    padding: 0 4rem 0 0;

}
.footer-text a img{
    margin-bottom: 1.5rem;
}
.footer-text p{
    color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;
}
.footer-link {
    padding: 0 0 0 5rem;
    border-right: 1px solid var(--colord9);
        height: 100%;
}

.footer-link h4{
    position: relative;
    margin-bottom: 2rem;
    font-size: var(--font-24);
    color: var(--colorff);
    font-weight: 300;
}
.footer-link ul{
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}
.footer-link ul li{
    margin-bottom: .8rem;
}
.footer-link ul li a{
       color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200; 
}
.footer-info{
    padding: 0 0 0 5rem;
}
.footer-info h4{
    position: relative;
    margin-bottom: 2rem;
    font-size: var(--font-24);
    color: var(--colorff);
    font-weight: 300;
}
.footer-info p{
         color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;   
}
.footer-info ul{    margin-bottom: 2rem;
}
.footer-info ul li{
      color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;  
    margin-bottom: .8rem; 
}
.footer-info ul li a{
          color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;   
}

.footer-info p a{
         color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;   
}
.copy {
    margin: 7rem 0 0 0;
        display: flex
;

}
.copy-text p, .privacy-text p, .privacy-text p a{
        color: var(--colorff);
    font-size: var(--font-16);
    font-weight: 200;     
}
.privacy-text{
    margin-left: 5rem;
}
.footer .brand-bottom-img {
     position: absolute;
    bottom: 10rem;
    right: inherit;
    left: 1rem;
    width: 37%;
}

.inner-banner .carousel-item img {
    height: 90vh;
    object-fit: cover;
}

.inner-banner .carousel-caption::after {
    content: '';
    position: absolute;
    top: 0;
    width: 67%;
    height: 100vh;
    left: -60px;
    z-index: -1;
    background: transparent linear-gradient(87deg, #000000e3 00%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.cus-product{
    padding: 8rem 5rem;
}
.cus-product .product-text {
    margin-top: 0rem;
}


.cus-product-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    margin-top: 5rem;
}
.cus-product-list{
    position: relative;
}
.cus-product-img{
background: #D9D9D94D;
    padding: 4rem 1rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
}
.cus-product-text1 h3{
    color: var(--colorff);
    font-size: var(--font-28);
        text-transform: uppercase;
}
.cus-product-text1 p{
    color: var(--colorff);
 
}
.contact-page{
    background-color: var(--color00);
    padding: 8rem 0 10rem;
    
}
.contact-box{

}
.contact-box h2{
    color: var(--colorff);
    font-size: var(--font-48);
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 5.2rem;
        margin-bottom: 2rem;
}
.contact-box p{
    color: var(--colorff);
    text-align: center;
    font-size: var(--font-16);
    margin-bottom: 8rem;
}

.contact-box .form-label{
    font-size: var(--font-18);
    color: var(--colorff);
}

.contact-box .form-control{
    padding: 1.675rem .75rem;
        background-color: #d9d9d92b;
            border: 1px solid #d9d9d92b;
            color: #fff;
                border-radius: 0;
}


.contact-box .btn-primary {
    background-color: var(--colorf5);
    border-color: var(--colorf5);
    padding: 1rem 2.5rem;
    font-size: var(--font-16);
    color: var(--color00);
    width: 100%;
    border-radius: 0rem;
}
.contact-page-info {
    background: var(--color00);
    padding: 1rem 0 8rem;
    position: relative;
}
.contact-page-info-box{
       position: relative;
}

.wp-contact-page {
    background: var(--color00);
    position: absolute;
    top: 0;
    right: 0;
    padding: 7rem 4rem;
}
.wp-contact-page img{
    margin-bottom: 3rem;
}
.wp-contact-location{
    margin-bottom: 3rem;
}
.wp-contact-location h3{
position: relative;
    margin-bottom: 1rem;
    font-size: var(--font-28);
    color: var(--colorff);
    font-weight: 300;
}
.wp-contact-location p{
        color: var(--colorff);
}
.wp-contact-location p a{
     color: var(--colorff);
}
.about-main-page{
    background-color: var(--color00);
}
.about-main-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 5rem 0 0;
}

.about-main-text p{
         color: var(--colorff);
         margin-bottom: 1.8rem;
             font-weight: 200;
}
.about-main-img{
    overflow: hidden;
}
.about-main-img img{
    transition: all 0.3s ease-out;
}
.about-main-img:hover img{
  transform: scale(1.1); 
}
.beauty-text{
    margin: 8rem 0;
}

.beauty-text h4{
    font-size: var(--font-34);
    color: var(--colorff);
    font-weight: 400;
}
.beauty-text p{
      color: var(--colorff);
        font-weight: 200;
        font-size: var(--font-16);
}
.left-about-img{
    overflow: hidden;
}
.left-about-img img{
        transition: all 0.3s ease-out;
}
.left-about-img:hover img{
      transform: scale(1.1); 
}

.center-text {
    padding: 0 2rem;
    display: flex
;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.center-text p{
    color: var(--colorff);
        font-weight: 200;
}
.manufactured p{
    font-size: var(--font-16);
    margin-bottom: 2rem;
}

.design-list {
display: flex;
    align-items: center;
    margin-bottom: 6rem;
}

.design-box {
    width: 50%;
    padding: 0 3rem 0 0;
}
.design-img {
    width: 50%;
}

.design-box h2{
    font-size: var(--font-34);
    color: var(--colorff);
    font-weight: 400;
}
.design-box p{
    color: var(--colorff);
    font-weight: 200;
}
.design-list:nth-child(2n) {
    flex-direction: row-reverse;
}

.design-list:nth-child(2n) .design-box {
    padding: 0 0 0 4rem;
}
.product-menu {
       text-align: left;
    padding-bottom: 2rem;
}
.product-menu ul{
    list-style-type: none;
        padding: 0;
        display: flex;
    justify-content: space-between;
}
.product-menu ul li{
   display: inline-block;

}
.product-menu ul li a{
color: var(--colorff);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: var(--font-18);
    border: 1px solid var(--colorff);
 padding: 1rem 2.5rem;
    border-radius: .5rem;
}
.product-menu ul li.active{
    position: relative;
}
/* .product-menu ul li.active::before{
      content: '';
    background: var(--colorf5);
    height: .4rem;
    width: 85%;
    position: absolute;
    left: 0;
    bottom: -32px;
} */

.product-menu ul li.active a{
      color: var(--color00);
    background: var(--colorf5);
      border: 1px solid var(--colorf5);
}
.product-menu ul li a:hover{
       color: var(--color00);
    background: var(--colorf5);
      border: 1px solid var(--colorf5);
}
.product-detail .banner-text {
    width: 42%;
}
.product-detail .banner-text h3{
      font-size: var(--font-24);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1.2rem 0;
}
.product-detail .banner-text p{
    font-size: var(--font-16);
}
.product-icon{background-color: var(--color00);}

.product-icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0rem;
    margin-top: 4rem;
        text-align: center;
}
.icon-box .icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    color: #fff;
    background: #b1812e;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.icon-box {
position: relative;
    display: inline-block;
 width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    border: 1px dashed #b1812e;
}
.icon-box .icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: scale(0, 0);
    z-index: -1;
    border-radius: 50%;
    transition: all 500ms ease;
    background-color: #ca9c3f;
}

.product-icon-box:hover .icon-box .icon:before {
    transform: scale(1, 1);
}
.icon img{
    height: 47px !important;
    object-fit: contain !important;
}
.product-icon-box p{
    font-family: var(--font-family);
    color: var(--colorff);
    font-size: var(--font-24);
}

.work-box {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.work{
    padding: 0;
}
.work-text {
padding: 12rem 15rem 0 13rem;
}

.work-img {
    position: sticky;
    top: 5%;
}
.work-box-img img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.work-text h2{
    font-size: var(--font-40);
    font-weight: 400;
    font-family: var(--font-family);
    line-height: 4.9rem;
}
.work-text h4 {
    font-size: var(--font-18);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0rem 0 4rem;
}


/* Timeline container */
.timeline {
    position: relative;
        margin-top: 8rem;
}

/* Timeline item as grid */
.timeline-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    align-items: start;
margin-bottom: 70px;
    position: relative;
}

/* Number circles */
.timeline-number {
    position: relative;
    width: 40px;
    height: 40px;
    background: #d5a547;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0px 15px #bb903b;
    z-index: 2;
    font-weight: 600;
    font-size: 1.5rem;
}

/* Vertical line */
.timeline-number::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1.5px;
    height: 0; /* start hidden */
    background: #bd913b;
    transform: translateX(-50%);
    transition: height 0.8s ease-out;
}

/* Active line growth */
.timeline-item.active .timeline-number::after {
    height: calc(100% + 40px);
}

.timeline-item:last-child .timeline-number::after {
    display: none;
}

/* Content */
.timeline-content h3 {
    font-size: var(--font-18);
    margin-bottom: 10px;
        font-family: var(--font-family);
        font-weight: 600;
}

.timeline-content p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--color00);
}
.why-choose{
background-color: #000000e8;
    padding: 8rem 4rem;
}

.choose-list {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.choose-text {
padding: 0rem 8rem 0 3rem;
    position: sticky;
    top: 9rem;
}
.choose-text h2, .choose-text h4, .choose-text p{
    color: var(--colorff);
}
.choose-box {
    display: flex
;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    background: #fff;
}
.choose-text-box {
    background-color: var(--colorff);
    padding: 2rem;
}
.choose-text-box h3{
        font-family: var(--font-family);
        font-size: var(--font-21);
}
.our-product{
    background: var(--color00);
}


.table thead tr{border: none;     vertical-align: bottom;}
.table thead tr th{border: none;}

.table tbody tr {
    font-size: var(--font-14);
    border-color: #F5DC78;
}

.table tbody tr th {
    padding: 1rem 1rem;
    vertical-align: middle;
    color: var(--colorf5) !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    color: #F5DC78 !important;
}
tr.table.header th img{
        margin-bottom: 2.5rem;
} 
.table thead tr th p{
    padding-left: 2rem;
    color: var(--colorf5);
}


.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}
.choose-text a{
text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: var(--font-16);
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    color: var(--color00);
    background: var(--colorf5);
    border: 1px solid var(--colorf5);
    margin-top: 2rem;
    display: inline-block;
}

.product-detail .carousel-caption::after {
    content: '';
    position: absolute;
    top: 0;
    width: 67%;
    height: 100vh;
    left: -60px;
    z-index: -1;
        background: transparent linear-gradient(87deg, #000000 40%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.product-detail .banner-text h1 {
    color: var(--colorf5);
    font-size: var(--font-40);
    font-weight: 400;
    font-family: var(--font-family);
    line-height: 4.2rem;
    text-transform: uppercase;
}
.product-detail-text {
    text-align: center;
    margin-bottom: 6rem;
}

.product-detail-text h3{
    font-size: var(--font-40);
    font-weight: 400;
    font-family: var(--font-family);
    line-height: 4.9rem;
    color: var(--colorff);
    text-transform: uppercase;
}
.product-detail-text p{
    color: var(--colorff);
        margin-bottom: 2rem;
}



/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }


}

@media screen and (max-width: 980px) {}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {}



/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {}