@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    scroll-behavior: smooth;
    font-size: 14px;
    background-color: var(--light);
}

:root {
    --bg: #f0f3f2;
    --bg1: #e97730;
    --bg2: #fab528;
    --bg3: #fab528;
    --bg4: #ae8f21;
    --dark1: #f3f3f3;
    --dark: #000;
    --gray: #222222;
    --bg-secondary: #f3f3f3;
    --light: #fff;
    --secondary: #5c6b75bf;
    --font1: "Inter", sans-serif;
    --font2: "Roboto Mono", monospace;
}

::selection {
    color: var(--light);
    background-color: var(--bg3);
}

.container {
    max-width: 1280px;
}

a {
    text-decoration: none;
    color: var(--dark);
}

ul,
li,
a {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 16px;
    color: var(--dark);
    font-family: var(--font1);
}

a:hover {
    color: var(--dark);
}

section {
    overflow: hidden;
    padding: 30px 0 40px;
}

/*-------------*/
.wrap-sec {
    padding: 50px 0
}

.title-sec {
    text-transform: capitalize;
    font-size: 1rem;
    color: var(--bg3);
    font-weight: 500;
    display: inline-block;
    font-family: var(--font2);
    padding-right: 1rem;
}

.header-part a {
    text-transform: capitalize;
    font-family: var(--font1);
    font-size: 0.7rem;
}

.sub-title {
      margin: 0 0 16px 0;
    font-family: var(--font1);
    color: var(--title);
    line-height: 1;
    padding-bottom: 8px;
    font-size: 1.5rem;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    display: inline-block;
}


.heading-sec {
    font-size: 24px;
    text-transform: capitalize;
    font-family: var(--font1);
    line-height: 1.6;
    font-weight: 600;
    color: var(--gray);
}

.content-sec {
    font-size: 16px;
    font-family: var(--font2);
}

.header-part {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0px 40px 0px;
    background-color: #02010100;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}

.extra-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    flex-wrap: nowrap;
    gap: 16px;
}

.extra-links li a:hover {
    color: var(--bg1);
}

.btn-sec {
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    background: var(--bg3);
    color: #fff;
    border-radius: 4px;
    border: 2px solid var(--light);
    transform: scale(1);
    text-transform: capitalize;
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.btn-sec span {
    padding-left: 10px;
}

.p-btn {
    visibility: visible;
    margin-top: 1rem;
}

.product-box:hover .p-btn {
    visibility: visible;
}

.enquiry-sec {
    display: none;
    align-items: center;
}

/*--------top-header---------*/
.top-md-header {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}


/**********/
.t-header {
    z-index: 999;
    display: block;
    position: relative;
    background-color: var(--bg);
}

.th-element span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font2);
}

.top-header {
    display: flex;
    justify-content: space-between;
}

.th-social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.th-social-links a {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    line-height: 30px;
}

.s-icon img {
    width: 20px;
    transition: all 1s ease-in-out;
}

.th-social-links li.drop-menu a {
    padding-right: 20px;

}

.th-social-links li.drop-menu {
    display: block;
    transition-delay: 0.6s;
}

.th-drop-content {
    left: 0;
    width: auto !important;
    position: absolute;
    min-width: 150px !important;
}

.drop-content li a {
    display: flex !important;
    gap: 10px;
    align-items: center;
    font-size: 14px !important;
}

.drop-content img {
    width: 20px !important;
}

/*--------header---------*/
header {
    background-color: var(--light);
    box-sizing: border-box;
    padding: 4px 0 12px;
    border-top: 1px solid #e5e5e5;
}

.header {
    display: flex;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}

.comp-logo {
    width: 17%;
}

ul.th-search {
    width: 40%;
}

.header-cstm-logo {
    display: none;
}

/* ============== */
.header-icon:last-child {
    margin-right: 10px;
}

.header-login {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-icon {
    margin-right: 30px;
    position: relative;
    font-size: 12px;
}

.header-icon i {
    color: var(--secondary);
    font-size: 18px;
}

.hi-number span {
    font-size: 10px;
    color: var(--secondary);
}

.header-msg {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--bg3);
    color: var(--dark);
    padding: 5px;
    border-radius: 10%;
    font-size: 10px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.header-list {
    width: 43%;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo img {
    width: 200px;
    object-fit: cover;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    font-family: var(--font1);
    text-transform: capitalize;
    display: block;
    position: relative;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 25px;
    font-size: 13px;
    color: var(--dark);
}

.nav-menu li a.all-category {
    background-color: var(--bg3);
    color: var(--dark);
    border-radius: 4px;
    padding: 10px 20px;
    font-size:15px;
}

.nav-menu li a.all-category:hover {
    color: var(--light) !important;
}

.nav-menu li a:nth-child(:last) {
    padding-right: 0;
}

.nav-menu li.drop-menu a {
    padding-right: 20px;

}

.nav-menu li.drop-menu {
    position: relative;
    display: block;
    transition-delay: 0.6s;
    padding: 10px 0;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: var(--bg2);
}

.drop-content {
    position: absolute;
    top: 100%;
    width: 200px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    background-color: var(--light);
    z-index: 999;
    box-shadow: rgba(9, 9, 9, 0.2) 0px 2px 2px 0px;
    overflow-x: hidden;
    border: 1px solid var(--secondary);
    transition: all 0.1s ease-in-out 0.1s;
    border-radius: 1px;
    margin-top: 1px;
}

.drop-menu:hover .drop-content {
    transform: scaleY(1);
    opacity: 1;
}

.drop-content li {
    line-height: 20px;
    display: block;
    transition: all 1.8s ease;
    margin: 5px;
}

.drop-content li a {
    color: var(--dark);
    display: block;
    width: 100%;
    padding: 6px;
    line-height: 1.1;
    transition: all 0.1s ease;
    font-size: 15px;
    font-size: 12px;
    font-weight: 300;
    font-family: var(--font1);

}

.drop-content li a:hover {
    color: var(--bg3);

}

/* .drop-content::-webkit-scrollbar {
    width: 7px;
    color: var(--bg1);
    background-color: var(--light);
}

.drop-content::-webkit-scrollbar-thumb {
    color: var(--bg1);
    background-color: var(--bg3);
    border-radius: 5px;
}
ul.drop-content li:after{
    display: none;
} */

.click-btn {
    position: absolute;
    right: 0;
    top: 35%;
    color: var(--dark);
    font-size: 12px;
}

.enq-icon img {
    width: 40px;
    animation: wave 0.8s ease infinite;
}

@keyframes wave {
    from {
        transform: roate(-10deg);
    }

    to {
        transform: rotate(10deg);
    }
}

/* Style the search field */
form.example input[type=text] {
    padding: 8px;
    font-size: 13px;
    border: 1px solid var(--secondary);
    float: left;
    width: 90%;
    background: var(--bg-secondary);
    border-radius: 5px 0 0 5px;
    border: none;
    font-family: var(--font1);
}

form.example {
    border-radius: 5px;
    box-sizing: border-box;
    background-color: var(--bg-secondary);
}

form.example:focus {
    background-color: #fff;
    border-color: var(--bg1);
    box-shadow: 0 0 0 .25rem rgba(10, 173, 10, .25);
    color: #21313c;
    outline: 0;

}

form.example input {
    outline: none;
}

/* Style the submit button */
form.example button {
    float: left;
    width: 8%;
    padding: 6px;
    color: var(--secondary);
    font-size: 15px;
    border: 1px solid var(--secondary);
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
    border-radius: 0px 5px 5px 0;
    border: none;

}

/* Clear floats */
form.example::after {
    content: "";
    clear: both;
    display: table;
}


/*----sticky-header----------*/

/* sticky-header */
#navbar-section.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--light);
    z-index: 999;
    animation: slide-down 1s ease-in-out;
    box-shadow: 0px 0px 1px var(--dark);
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

#navbar-sec.sticky .nav-sec>li>a {
    color: var(--dark);
}

#navbar-sec.sticky .nav-sec>li>a:hover {
    color: var(--bg1);
}

.header {
    display: flex;
    justify-content: flex-start;
}

.cstm-mobile-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100Vh;
    background: rgba(0, 20, 20, 0.1);
    z-index: 9999;
    transition: all 190ms ease-in-out;
    transform: translateX(-101%);
    display: block;
}

.cstm-mobile-menu.active {
    transform: translateX(0);
}

.cstm-menu-wrapper {
    width: 92%;
    background: white;
    height: 100%;
    position: relative;
    z-index: 4;
}

.close-btn {
    position: absolute;
    top: 10px;
    left: 30px;
    color: var(--dark);
    font-size: 25px;
    z-index: 99;
    cursor: pointer;
    font-weight: 100;
}

.cstm-mobile-menu {
    display: none !;
}

.cstm-mobile-menu.active .nav-menu {
    display: block;
}

.phn-logo .logo {
    display: none;
}

/* -------------------------- */

/*=========banner========*/
.banner-section {
    position: relative;
}

.ban-next.slick-arrow,
.ban-back.slick-arrow {
    position: absolute;
    content: '';
    z-index: 1;
    top: 50%;
    font-size: 16px;
    font-weight: 900;
    padding: 4px;
    color: var(--bg1);
    background-color: var(--dark);
    height: 2rem;
    width: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 5%;
}

.ban-next.slick-arrow:hover,
.ban-back.slick-arrow:hover {
    color: var(--light);
    background-color: var(--bg1);
}

.ban-next.slick-arrow {
    right: 0px;
}

.ban-back.slick-arrow {
    left: 0px;
}

.banner-img img {
    object-fit: cover;
}

.banner-slider {
    position: static;
}


/* ***************** */
.category-sec {
    background-color: #eff5f9;
}

.category-slider.slick-initialized.slick-slider {
    padding: 1rem;
    border-radius: 1rem;
    background-color: var(--light);
    padding-bottom: 2rem;
}

.category-box {
    margin: 1rem;
    text-align: center;
    position: relative;
}

.category-img {
    height: 300px;
    overflow: hidden;
    border-radius: 1rem;
}

.category-img img {
    border-radius: 1rem 1rem 0 0;
    border: 1px solid var(--bg1);
}

.category-name {
    position: absolute;
    bottom: -1rem;
    padding: 0.5rem 0.2rem;
    background-color: var(--dark);
    color: var(--light);
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-family: var(--font2);
    font-size: 0.8rem;
    border-radius: 0px 0px 1rem 1rem;
    border: 1px solid var(--bg1);
    border-top: none;
    left: 0;
}

.category-slider .slick-dots button {
    width: 12px;
    height: 12px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
}

.category-slider .slick-dots .slick-active button {
    width: 20px;
    background-color: var(--bg1);
}


/* ***************** */
.tb-box img {
    border-radius: 1rem
}

/*----about-us-------*/
.about-header{
    padding-bottom:0px;
    display:block;
}
.about-sec {
    position: relative;
    background-color:var(--light);
}

/*.about-box {*/
/*    width: 100%;*/
/*}*/
.about-img {
    float: left;
    width: 50%;
    padding: 0 2rem 1rem 0;
}
.about-header .sub-title {
    color: var(--dark) !important;
    font-weight: 500;
    margin-bottom:0;
    font-family:var(--font1);
     display:block;
}

.ab_btn {
    padding-left: 25px;
    padding-right: 25px;
}

.ab_btn:hover {
    color: var(--light) !important;
}

.ab_btn span {
    padding-left: 8px;
    display: flex;
    align-items: center;
    color: var(--light);
    transition: all 0.5s ease;
}

.ab_btn:hover span {
    transform: translateX(5px) !important;
    color: var(--light);
}

.about-box-content p {
    font-family: var(--font2);
    color: var(--dark) !important;
    font-weight: 400;
    margin-top: 20px;
}

.about-btn {
    margin-top: 20px;
}

.about-item {
    display: flex;
    gap: 15px;
}

.about-item-icon img {
    width: 50px;
}

.about-mid-content {
    padding-bottom: 20px;
}

.about-content ul {
    display: block;
    margin: 2rem 0;
}

.about-box ul li {
    list-style: disc;
    display: block;
    font-family: var(--font1);
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 1rem;
}
.about-content p{
    font-size:14px;
}

/*--=====about-sec-end========----*/


/*--=====featured-product-========----*/
.featured-products{
    position:relative;
}
.f-products-box {
    margin-bottom: 2rem;
}

.f-name {
    padding: 1rem 0;
    color: var(--secondary);
    font-family: var(--font1);
    text-transform: capitalize;
    font-size: 11px;
}

/* --------------------- */

/* -----------md-secondary-sec--------- */
.md-secondary-sec {
    background-color: var(--secondary);
    background-image: url("../image/img/home-bg.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 5px 80px 5px;
}

/*------product-sec-------*/
section.product-category-sec {
    padding-top: 1rem;
}

.p-category-sec {
    position: relative;
}

.p-slider {
    position: static;
    background-color: var(--light);
}

.p-img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.p-slider .f-back.slick-arrow,
.p-slider .f-next.slick-arrow {
    top: 34px;
    cursor: pointer;
    background-color: var(--bg-secondary);
    color: var(--dark);
}

.p-slider .f-back.slick-arrow {
    right: 10%;
}

.p-slider .f-next.slick-arrow {
    right: 8%;
}
se
.p-img img:hover {
    transform: scale(1.1);
}

.p-box {
    cursor: pointer;
    position: relative;
    padding: 10px ;
    background-color: var(--bg-secondary);
    margin: 1rem;
    border-radius: 10px;
}

.p-box:hover {
    background-color: var(--light);
    box-shadow: rgba(0, 0, 0, 0.1) 4px 1px 8px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.p-img {
    display: block;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.p-name {
    position: relative;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color:transparent;
    padding: 20px 0;
    font-size: 11px;
    text-align: center ;

}

.p-name a {
    display: block;
    color: var(--dark);
    text-transform: capitalize;
    font-family: var(--font1);
    font-size: 11px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    backdrop-filter: blur(5px);
}

.p-name a:hover {
    color: var(--bg3);
}


.p-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
    border-radius: 5px;
}

/*------product-sec-------*/
.product-sec {
    position: relative;
    padding-top: 1rem;
}

.prdouct-bg {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
}

.product-slider {
    position: static;
    border: 1px solid var(--secondary);
    background-color: var(--light);
}

.product-img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    min-height:210px;
}

.product-slider .f-back.slick-arrow,
.product-slider .f-next.slick-arrow {
    top: 20px;
    cursor: pointer;
    background-color: var(--light);
    color: var(--dark);
}

.product-slider .f-back.slick-arrow {
    right: 10%;
}

.product-slider .f-next.slick-arrow {
    right: 8%;
}

.product-img img:hover {
    transform: scale(1.1);
}

.product-box {
    cursor: pointer;
    position: relative;
    padding: 20px 20px;
    background-color: var(--light);
    border-left: 1px solid var(--secondary);
}

.product-img {
    display: block;
    overflow: hidden;
    background-color: var(--light);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.product-name {
    position: relative;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
    min-height: 165px;
    font-size: 11px;
}
.p-inner-name{
    min-height:auto!important;
}

.product-name a {
    display: block;
    text-align: left;
    color: #0099ff;
    text-transform: uppercase;
    font-family: var(--font1);
    font-size: 11px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    backdrop-filter: blur(5px);
    height:40px;
}
.p-inner-name a{
    height:auto;
}
.p-inner-name a {
    height: auto;
    color: #000;
    padding-top: 10px;
    text-align: center;
}
.p-inner-name a:hover{
    color:var(--bg1);
}
.product-name a:hover {
    color: var(--bg3);
}

.p-star span {
    color: var(--bg3);
}

.p-star span.t-star {
    color: var(--secondary);
}

.p-prize {
    color: var(--bg1);
    font-size: 15px;
    line-height: 1.4;
}

.p-prize del {
    color: var(--dark);
}

.product-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots>li {
    display: inline-block;
    margin: 7px;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
    width: 20px;
}

/* ---------------------------------- */
.product-sec.extra-links{
    display: none;
}
/* --------tending-product---------- */
.trending-sec {
    position: relative;
}

.trend-header {
       justify-content: space-between;
    border-bottom: 1px solid var(--secondary);
    background-color: var(--light);
    padding: 2rem 1rem;
}

.trend-slider {
    background-color:var(--light);
    border:1px solid var(--secondary);
}

.trend-slider .f-back.slick-arrow,
.trend-slider .f-next.slick-arrow {
    top: 45%;
    cursor: pointer;
    background-color: var(--bg-secondary);
    color: var(--dark);
    padding: 10px;
    border: 1px solid var();
}

.trend-slider .f-back.slick-arrow {
    left: -5px;
}

.trend-slider .f-next.slick-arrow {
    right: -5px;
}



/*----feature-section-------*/

.feature-sec {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
    z-index: 10;
}

.feature-header {
    margin-bottom: 4rem;
}

.feature-row {
    background-color: var(--secondary);
    border-radius: 2rem;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 1rem 0;
    position: relative;
    z-index: 9;
}

.feature-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 10%;
    content: '';
    z-index: 1;
}

.feature-box {
    position: relative;
    display: block;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.feature-box .heading-sec {
    color: var(--bg1);
}

.f-icon-box {
    position: relative;
    display: block;
    border-radius: 1rem;
    z-index: 1;
    padding: 0.8rem 0.5rem;
    background-color: transparent;
    text-align: center;
}

.f-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    border-radius: 0%;
    z-index: 1;
    margin-bottom: 1rem;
    background-color: transparent;

}

.f-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    background: var(--bg1);
    border-radius: 50%;
    transform: scale(0.4);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.f-inner span {
    font-size: 60px;
    color: var(--bg3);
    text-align: center;
    display: flex;
}

a.f-btn span {
    position: relative;
    display: inline-block;
    color: var(--bg1);
    font-size: 30px;
    line-height: 20px;
    padding-left: 5px;
    transform: rotate(45deg);
    font-weight: 700;
    transition: all 400ms linear;
    transition-delay: 0.2s;
}

.md-ban-img {
    position: relative;
    z-index: 1;

}

.md-ban-img::after {
    position: absolute;
    content: '';
    z-index: 1;
    background-color: var(--dark);
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}



/*----contact-us-------*/
.contact-us {
    position: relative;
    z-index: 9;
}

.contact-right-sec {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    opacity: 1;
    height: 60%;
    background-image: linear-gradient(43deg, #eff5f9 20%, #f2f2f2 100%, #62a900 46%);
    box-shadow: 0px 1px 0px var(--bg);
}

.contact-inner-sec {
    background-color: var(--light);
    padding: 1rem;
    border-radius: 2rem;
}

.contact-box {
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: var(--dark);
    border-radius: 2rem;
}

.contact-title {
    color: var(--light);
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--font1);
    text-transform: capitalize;
    text-shadow: 0px 1px 1px  var(--bg1);
}

.rs-contact-list p {
    font-size: 1rem;
    color: var(--light);
    font-family: var(--font1);
}

.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form {
    padding: 3rem 2rem;
    border-radius: 6px;
}

.contact-heading {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: .5rem;
    font-family: var(--font2);
    color: var(--bg1);
}

.rs-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    gap: 30px 50px;
    background-color: var(--dark);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
    z-index:99;
}

.rs-contact-list:after {
      position: absolute;
    content: '';
    bottom: 13rem;
    right: 15rem;
    background-color: var(--dark1);
    width: 8rem;
    height: 8rem;
    opacity: 0.15;
    border-radius: 50%;
    border: none;
    overflow: hidden;
    z-index: -9;
}

.rs-contact-list-item {
    display: flex;
    gap: 30px;
}

.rs-contact-icon span {
       display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    clip-path: polygon(0% 0%, 78% 0px, 100% 18%, 100% 100%, 0% 100%);
    background: var(--light);
    font-size: 16px;
    color: var(--bg1);
}

.rs-contact-list-content span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 0.5;
    display: inline-block;
    color: var(--light);
}

.rs-contact-list-content p {
    margin-bottom: 0.5rem;
    font-family: var(--font1);
    color: var(--light);
}

input::placeholder {
    color: var(--dark);
}

.rs-contact-list-content a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font2);
    color: var(--light);
}

.input-msg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background-color: var(--light);
    border-bottom: 1px solid var(--gray);
}

.input-text-area {
    margin-bottom: 40px;
}

.input-msg span {
    padding: 10px;
}

.input-msg input {
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--light);
}

select.input-select.input-text {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 8px;
    background-color: var(--light);
}

textarea.input-text {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    height: 140px;
    border-radius: 8px;
    background-color: var(--light);
}

.contact-btn {
    background-color: var(--bg1);
    color: var(--light);
    border: 1px solid var(--light);
}


/********** client ************/
.our-client {
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    padding: 1.2rem 0;
    z-index: 9;
}

.client-name span {
    color: var(--bg1);
    font-size: 1.8rem;
    padding-right: 0.51rem;
}

.client-name {
    color: var(--light);
    font-family: var(--font1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.2rem;
    text-wrap: nowrap;
    text-align: center;

}
.client-slider {
    padding: 10px;
    background-color: transparent;
}

/* ------------------ */

/*_________testimonail________*/

.testimonial-sec {
    background-color: #ffffff;
    background-image: linear-gradient(43deg, #ffffff 0%, #f2f2f2 100%, #ffe8f5 46%);
    z-index: 1;
}

.testimonial-header .title-sec {
    padding: 5px 10px;
}

.testi-inner-box {
    background-color: var(--dark);
    height: 100%;
    width: 100%;
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 1rem;
    text-align: center;
    padding: 2rem;
    color: var(--light);
}

.testi-heading {
    font-size: 3rem;
    text-align: center;
    font-family: var(--font2);
    font-weight: 800;
}

.testi-inner-box .testi-icon {
    justify-content: center;
}

.testi-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-img span {
    background-color: var(--bg1);
    border: 0.2rem solid var(--light);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: var(--light);
    margin-left: -25px;
    justify-content: center;
    cursor: pointer;
}

.testi-img img {
    border-radius: 50%;
    padding: 0.2rem;
    background-color: var(--light);
    margin-left: -25px;

}

.testi-inner-box p {
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font2);
}

.testi-slider {
    position: relative;
    background-color: transparent;
}

.testi-slider .f-back.slick-arrow {
    right: 5rem;
}

.testi-slider .f-next.slick-arrow {
    right: 2rem;
}

.testi-box {
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    z-index: 9;
    border: 2px solid var(--secondary);
    width: 100%;
    height: 360px;
    text-align: left;
    background-color: var(--light);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.testi-box p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.5;
}

.testi-icon {
    display: flex;
    margin-bottom: 1rem;
    gap: 0.4rem;
}

.testi-icon span i {
    color: var(--bg1);
}


.testi-slider .content-sec {
    color: var(--light);
}


.testi-thumb {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testi-name {
    font-family: var(--font1);
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
    color: var(--bg1);
}

.t-name {
    color: var(--dark1);
    font-family: var(--font2);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.3px;
}

.testi-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.testi-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.testi-slider ul.slick-dots>li {
    display: inline-block;
    margin: 7px;
}

.testi-slider ul.slick-dots .slick-active button {
    background-color: var(--bg1);
    width: 20px;
}


.f-next.slick-arrow,
.f-back.slick-arrow {
    position: absolute;
    content: '';
    z-index: 1;
    bottom: 10%;
    font-size: 10px;
    font-weight: 400;
    padding: 8px;
    color: var(--bg1);
    background-color: var(--dark);
    height: 1.4rem;
    width: 1.4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}


/*_________footer________*/

footer {
    padding: 80px 0 50px 0;
    border-top: 1px solid var(--secondary);
}

/* ---------------------------- */
.footer-info {
    border-top: 1px solid var(--secondary);
}

.footer-info-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    gap: 1rem;
}

.footer-item {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-image svg {
    width: 30px;
}

.f-info-title {
    font-size: 15px;
    color: var(--dark);
    font-weight: 500;
    line-height: 1;
}

.f-info-disc {
    font-size: 12px;
}

element.style {
fill:var(--bg3)
}
/* ---------------------------- */

.footer-content-sec {
    padding: 14px 4px;
}

.footer-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: var(--dark);
}

.footer-element li {
    padding-bottom: 4px;
}

.footer-element li a {
    text-transform: capitalize;
    font-weight: 400;
    font-family: var(--font3);
    color: #666;
    font-size: 14px;
}


/* ============== */
.copyright-sec {
    padding: 2rem 0;
    border-top: 1px solid var(--secondary);
}

.copy-right {
    display: flex;
    justify-content: space-between;
}

.copy-left {
    font-size: 12px;
    font-family: var(--font1);
}

.copy-left a {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}

/********scroll-btn**************/
#scroll-top {
    display: inline-block;
    background-color: var(--dark);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5%;
    position: fixed;
    bottom: 20px;
    right: 30px;
    visibility: hidden;
    z-index: 99;
}

#scroll-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    color: var(--light);
}

#scroll-top:hover {
    cursor: pointer;
    background-color: var(--dark);
    box-shadow: 0px 0px 2px var(--secondary);
    color: var(--bg1);
}

#scroll-top:active {
    background-color: var(--bg2);
    color: var(--light);
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.fixed-wtsp {
    position: fixed;
    bottom: 55px;
    right: 10px;
    text-align: start;
    z-index: 999;
    transition: all 2s ease-in-out;
   }



/* --------inner-page----- */

/******breadcrump*******/
.breadcrump-sec {
    width: 100%;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    min-height: 300px;
}

.breadcrump-sec:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    background: url('../image/img/bg/product.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bread-title {
    font-family: var(--font2);
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--light);
    margin-bottom: 20px;
    background-color: var(--bg3);
    padding: 5px 12px;

}

.b-links {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    display: inline-block;
    background-color: var(--dark);
    padding: 14px 30px;
    color: var(--light);
    font-family: var(--font1);
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px;
}

.b-links a {
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    color: var(--light);
    margin-bottom: 50px;
}

.b-item.active {
    color: var(--bg3);
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    letter-spacing: 1.2px;
    font-size: 18px;
    font-weight: 900;
    padding-left: 5PX;
}

span.fa-solid {
    color: var(--light);
}


.market-place {
    background-color: var(--light);
    position: relative;
}

a.market-btn {
    display: block;
    border-radius: 5px !important;
    font-family: var(--font2);
}

.market-title {
    color: var(--bg1);
}

.marketing-title {
    font-size: 32px;
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.1;
}

a.market-btn {
    padding: 18px 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 40px;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: block;
    height: 60px;
    transition:all 0.5s ease;
}
a.market-btn:hover{
    letter-spacing:0.8px;
}

/*----media_queries-------*/
@media (max-width:992px) {

    .cstm-mobile-menu {
        display: block !important;
    }

    .navbar-sec {
        display: none;
    }

    .t-header,
    .top-md-header {
        display: none;
    }

    #nav-menu {
        display: none;
    }
    .btn-sec,
    .p-btn {
    visibility: visible;
    margin-top: 1rem;
    padding: 5px;
    font-size: 13px;
     }

    /* ------------------- */
    section {
        overflow: hidden;
    }

    .wrap-sec {
        padding: 30px 0;
    }

    .title-sec {
        color: var(--bg1);
        font-family: var(--font1), sans-serif;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1.2px;
        padding-bottom: 1rem;
    }

    .sub-title {
        color: var(--dark);
        font-family: var(--font2);
        text-transform: capitalize;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
    }

    .heading-sec {
        font-size: 16px;
        text-transform: uppercase;
        font-family: var(--font1), sans-serif;
        line-height: 1.5;
        font-weight: 500;
    }

    .content-sec {
        line-height: 1.6;
        font-family: var(--font2);
        font-weight: 300;
    }

    .header-part {
        padding: 0px 0px;
    }
    .header-part a {
        display: none;
    }
  .extra-links{
    display: none;
  }

    /*-------top-header--------*/


    .th-links {
        display: none;
    }

    .th-social-links {
        gap: 10px;
    }

    .nav-menu {
        display: none;
    }

    .top-header {
        justify-content: space-between;
        padding: 1rem;
        background-color: var(--bg3);
    }

    .header-login span,
    .header-card,
    ul.th-search,
    .hi-number {
        display: none;
    }

    header {
        position: relative;
        width: 100%;
        background-color: var(--light);
        z-index: 999;
        overflow: visible;
    }

    .header {
        display: flex;
        justify-content: space-between;
    }

    .comp-logo img {
        width: 100px;
    }

    .enq-icon {
        display: none;
        align-items: center;
    }

    .enq-icon img {
        width: 30px;
    }

    .enq-number {
        font-size: 13px;
        font-family: var(--font1);
    }

    .toggle-btn {
        margin: 10px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        order: 3;
    }

    .toggle-btn>* {
        background-color: var(--bg1);
        display: block;
        height: 3px;
        width: 25px;
        margin: 5px 0;
        transition: all 0.5s ease-in-out;
    }

    .toggle-btn.active .span1 {
        transform: rotate(45deg) translate(3px, 10px);
    }

    .toggle-btn.active .span2 {
        opacity: 0;
    }

    .toggle-btn.active .span3 {
        transform: rotate(-45deg) translate(1px, -8px);
    }

    .header-cstm-logo {
        display: block;
    }

    .nav-menu {
        top: 100%;
        z-index: 999;
        background-color: var(--bg);
        flex-direction: column;
        width: 100%;
        left: 0;
    }

    .nav-menu>li {
        display: block;
        line-height: 35px;
    }

    .nav-menu>li>a {
        font-family: var(--font1);
        text-transform: capitalize;
        display: block;
        padding: 10px 30px;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 30px;
        box-shadow: rgba(99, 99, 99, 0.8) 0px 1px 1px 0px;
        color: var(--dark);
    }

    .nav-menu>li>a:hover {
        color: var(--bg1);
    }

    .click-btn {
        position: absolute;
        right: 0px;
        top: 1px;
        display: inline-block;
        color: var(--dark);
        background-color: var(--secondary);
        padding: 9px 30px;
        line-height: 30px;
    }

    .drop-content {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 300px;
        display: none;
        background-color: var(--light);
        z-index: 999;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        overflow: auto;
    }

    .drop-content li a {
        font-size: 16px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 12px;
    }

    .enquiry-sec {
        display: none;
    }

    .phn-drp-content {
        display: block;
        position: relative;
        width: 100%;
        opacity: 1;
        transform: scaleY(1);
        transform-origin: bottom;
        background-color: var(--light);
        z-index: 999;
        box-shadow: none;
        border: none;
        overflow-x: hidden;
        transition: all 0.1s ease-in-out 0.1s;
        border-radius: 1px;
        margin-top: 0px;
        height: auto;
        overflow-y: scroll;
    }

    .phn-drp-content li {
        border-radius: none !important;
    }

    .phn-drp-content li a {
        box-shadow: none;
        border-bottom: 1px solid var(--secondary);
    }

.tb-box img{
    border-radius: 4px;
    margin-bottom: 2rem;
}
.p-box{
    padding: 10px;
    margin: 0.5rem;
}
.p-name {
    padding: 10px 0;
    min-height: auto;
    font-size: 11px;
    text-align: center;
}

.p-slider .f-back.slick-arrow, .p-slider .f-next.slick-arrow{
    top: 34px;
}
.product-box {
    padding: 10px 10px;
}
    /* ----------------- */
    .ban-next.slick-arrow,
    .ban-back.slick-arrow {
        position: absolute;
        content: '';
        z-index: 1;
        top: 50%;
        font-size: 16px;
        font-weight: 900;
        padding: 8px;
        color: var(--bg1);
        background-color: var(--gray);
        height: 1.7rem;
        width: 1.7rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5%;
        transition: all 0.2s ease-in-out;
    }

    /* ------service-section-------- */
    .service-inner-section {
        flex-direction: column;
        gap: 50px;
    }

    /*-----about-us------ */
    .about-us {
        margin-bottom: 30px;
        width: 100%;
        margin-right: 0;

    }

    .about-us img {
        height: auto;
    }

    .c-img img {
        height: 80px;
    }

    /* -------------- */
    .rs-contact-list {
        padding: 1rem;
    }

    /* -------------- */
    .why-us {
        padding-bottom: 40px;
    }

    .why-img img {
        border-radius: 0;
        height: auto;
    }

    .why-bg {
        display: none;
    }



    /*------------------- */
    .contact-element a,
    .contact-element p {
        font-size: 15px;
    }


    .contact-form {
        padding: 2rem 0rem;
        margin-bottom: 3rem;
    }

    /* ------------- */


    .feature-slider .f-back.slick-arrow,
    .feature-slider .f-next.slick-arrow {
        top: 90%;
    }

    .feature-sec {
        padding-bottom: 100px;
    }

    .bread-title {
        color: var(--light);
        background-color: var(--bg1);
        padding: 8px 20px;
        border-radius: 0px 10px 0px 10px;
    }

    /* ------------ */
    .testi-box {
        height: auto;
    }

    .testi-slider .f-next.slick-arrow,
    .f-back.slick-arrow {
        top: 100%;
    }

    .testi-slider .f-back.slick-arrow {
        left: 30%;
    }

    .testi-slider .f-next.slick-arrow {
        right: 30%;
    }

    .testi-box p {
        font-size: 1rem;
        line-height: 1.5;
        font-family: var(--font1);
    }

    .f-icon {
        margin-left: 0;
    }

    /* ------------- */
    .fixed-wtsp span {
        display: none;
    }

    .fixed-wtsp {
        right: 5px;
    }

    .copyright-sec p {
        margin-bottom: 1rem;
        font-size: 13px;
        text-align: center;
    }

    .f-social-icon {
        justify-content: center;
    }

    .footer-menu ul {
        padding-left: 20px;
        padding-top: 1.4rem;
    }

    .footer-content-sec {
        margin-bottom: 4rem;
    }

    .footer-contact {
        margin-bottom: 2rem;
    }

    .f-contact {
        border: none;
    }

    .footer-map {
        margin-top: 3rem;
        padding: 0;
    }

    .f-social-icon li a {
        font-size: 0.8rem;
    }

    /* ------------- */
    .footer-info-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    ul.footer-element{
        margin-bottom: 1rem;
    }
    .p-slider .f-next.slick-arrow,
    .product-slider .f-next.slick-arrow{
        right:4%;
    }
    .product-img img {
    min-height:auto;
}
.copy-right{
    flex-direction:column;
    gap:20px
}
.about-img {
    float: none;
    width: 100%;
    padding:0;
}
}