* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    outline: none
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: "Inter", sans-serif;
    overflow-x: clip;
    background: #fff;
    padding: 0px;
    margin: 0px;
    position: relative;
}

*::selection {
    color: var(--white);
    background: var(--primary);
}

*::-moz-selection {
    color: var(--white);
    background: var(--primary);
}

*::-webkit-selection {
    color: var(--white);
    background: var(--primary);
}

*::-ms-selection {
    color: var(--white);
    background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: "Inter", sans-serif;
    border: 0;
    outline: 0;
    font-size: 100%;
}

b,
strong {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    box-sizing: border-box;
}

body a {
    font-family: "Inter", sans-serif;
    color: var(--primary);
    text-decoration: none;
    outline: none !important;
    transition: all 0.5s;
}

body a:focus {
    outline: none !important;
}

body a:hover {
    color: var(--primary);
    outline: none !important;
    transition: all 0.5s;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style: none;
}

input,
select,
textarea,
.site textarea {
    font-family: "Inter", sans-serif;
    width: 100%;
    background: #fff;
}

.center {
    text-align: center;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

body p {
    font-family: "Inter", sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 166.667%;
    letter-spacing: -0.54px;
    color: var(--text);
}

body p a {
    color: var(--primary);
    font-weight: 900;
}

body p:last-child {
    padding-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

.gform_wrapper .gform_heading {
    display: none;
}

.gform_wrapper.gravity-theme form {
    position: relative;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    height: 55px;
    padding: 5px 20px !important;
    font-size: 16px !important;
    font-family: "Inter", sans-serif;
    border: 0.3px solid #e5e5e5;
    background: #FFF;
    color: var(--primary);
    font-weight: 300;
    line-height: normal !important;
    min-height: auto !important;
}
.gform_wrapper .gfield input:focus, .gform_wrapper .gfield select:focus, .gform_wrapper .gfield textarea:focus {
    border-color: var(--primary);
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder {
    color: #A3A3A3;
    font-weight: 300;
}

.gform_wrapper .gfield select {
    line-height: normal !important;
}

.gform_wrapper .gfield select option {
    color: #000;
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper input[type="checkbox"] {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    height: 14px;
    width: 14px;
    line-height: 14px !important;
    padding: 0 !important;
    margin-right: 9px;
    position: relative;
    cursor: pointer;
    height: auto !important;
}

.gform_wrapper .gfield_error legend {
    color: #222 !important;
}

.gform_wrapper .gfield_error label {
    color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.gform_wrapper .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
    margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
    display: none;
}

.gform_wrapper .gfield_checkbox label {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
}

.gform_wrapper .gfield select {
    cursor: pointer;
    appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
    position: absolute;
    content: "";
    background-image: url("../images/drop-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 9px;
    right: 20px;
    top: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto 0;
}

html .gform_wrapper .gfield textarea {
    height: 120px !important;
    resize: none;
    padding: 15px 20px !important;
}

.gform_wrapper .gfield div.ginput_container {
    background-color: transparent;
    width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 300;
}

.gform_wrapper .gform_footer {
    position: relative;
    width: 100%;
}

.ginput_container_consent label.gfield_consent_label {
    color: #4D4D4D;
    font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
    position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
    color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
    color: var(--primary);
}

.gform_wrapper .gform_footer .gform_button {
    appearance: none;
    z-index: 11;
    cursor: pointer;
    margin: 0 !important;
    width: 100%;
    letter-spacing: 0.48px;
    background: var(--primary);
    padding: 18px 32px 18px 32px;
    display: inline-block;
    border: 1px solid var(
    --primary);
    transition: all 0.5s;
    position: relative;
    color: var(--white);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: normal !important;
    text-transform: uppercase;
    min-height: auto !important;
}

.gform_wrapper .gform_footer .gform_button:hover {
    background: transparent;
    color: var(--primary);
    transition: all 0.5s;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.gform_wrapper input[type="radio"] {
    height: 15px !important;
    width: 15px !important;
    margin-right: 5px;
    line-height: normal !important;
}

.gform_wrapper .gfield_radio {
    display: grid;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio>.gchoice {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
    color: #999;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    cursor: pointer;
    white-space: nowrap;
}

.gform_validation_errors {
    background: transparent !important;
    border: 1px solid red !important;
    margin: 15px 0 !important;
    padding: 0 !important;
    text-align: center;
    height: auto !important;
    line-height: normal;
    box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 120% !important;
    background: transparent;
    font-weight: 500 !important;
    margin-top: 0px !important;
    letter-spacing: 0.4px;
    color: red !important;
    text-align: center;
    margin: 0 !important;
    text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
    display: none !important;
}

.gfield_validation_message {
    background: transparent !important;
    border: 0 !important;
    font-size: 13px !important;
    padding: 0 !important;
    color: red !important;
    font-weight: 400;
    letter-spacing: 0.5px !important;
}

.instruction.validation_message {
    display: none;
}

.gform_confirmation_message h3 {
    padding: 20px 0 0;
    font-weight: 600;
}

.gform_confirmation_message p {
    font-size: 18px !important;
    color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: unset !important;
    grid-gap: 18px 18px !important;
}

legend.gfield_label {
    color: #222;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: -0.4px;
}

.gform_confirmation_message img {
    margin-left: 0;
}

.gform_confirmation_message h3 {
    padding: 10px 0 0;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.gform_confirmation_message p {
    line-height: normal;
    font-size: 18px;
    color: var(--text);
}

.gform_confirmation_message {
    margin-top: 10px;
    color: green;
    font-weight: 700;
    font-size: 18px;
    background: #e1ffe1;
    padding: 20px 30px;
    text-align: center;
    border-radius: 5px;
}

.for-mobile {
    display: none;
}

/* Common Css */

.container {
    width: 1530px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
    padding: 0 15px;
}

:root {
    --primary: #212121;
    --text: #36454F;
    --dark: #000000;
    --white: #ffffff;
}

.text-center {
    text-align: center;
}

.btn-main {
    background-color: transparent;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    width: fit-content;
    display: flex;
    padding: 20px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    position: relative;
    border: 1px solid #A3A3A3;
    /* outline: 2px solid transparent !important;
    outline-offset: 4px; */
}
.btn-main:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    /* outline: 2px solid var(--primary) !important; */
}


.btn-main.white {
    background-color: var(--white);
    border-color: var(--white);
}
.btn-main.white:hover {
    background-color: transparent;
    border-color: var(--white);
    /* outline: 2px solid var(--white) !important; */
}

.btn-main.btn-text-white {
    color: var(--white);
}
.btn-main.btn-text-white:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--primary);
    /* outline: 2px solid var(--white) !important; */
}

.btn-main.bg-black {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.btn-main.bg-black:hover {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
    /* outline: 2px solid var(--primary) !important; */
}

/* width */
/* ::-webkit-scrollbar {
    height: 4px;
    width: 6px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 20%) !important;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
} */

/* .mCSB_scrollTools {
    opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(0 0 0 / 20%) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--primary) !important;
} */

.jump-link {
    display: block;
    width: 100%;
    margin-top: -82px;
    padding-top: 82px;
}

/* Header Css Start */

.fixed {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 888;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background:var(--white);
    margin: 0 auto;
    padding: 23px 63px;
}

#header.fixed {
    padding: 20px 63px;
}

#header::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--white);
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
    z-index: 1;
    pointer-events: none;
}

.search {
    z-index: 5;
    position: relative;
}
#header .wrapper {
    display: grid;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    z-index: 55;
}

.mobile{
    display: none;
}

#header .wrapper ul {
    display: flex;
    align-items: center;
}

#header .wrapper ul>li {
    position: relative;
    margin-right: 50px;
}

#header .wrapper ul>li.current-menu-item a,#header .wrapper ul>li a:hover {
    color: var(--primary);
}
#header .wrapper .left-wrap ul>li:nth-child(3) {
    margin-right: 0px;
}

#header .wrapper ul li a {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
    color: rgb(33 33 33 / 80%);
}

#header .wrapper ul li a:hover,
#header .wrapper ul li.active,
#header .wrapper ul li.menu-has-children:hover a {
    color: var(--primary);
}

#header .wrapper ul li a:hover::before,
#header .wrapper ul li.active a::before,
#header .wrapper ul li.menu-has-children:hover>a::before {
    opacity: 1;
}

#header .wrapper ul li.menu-item-has-children a::before {
    content: none;
}

#header .wrapper ul li.menu-has-children:hover>a {
    color: var(--primary);
}

#header .mobile-info-wrap {
    display: none;
}

#header .wrapper ul span.submenu-click-arrow {
    background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
    display: block;
    width: 10px;
    height: 7px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 8px;
    cursor: pointer;
    transition: all ease 0.5s;
    background-size: contain;
    pointer-events: none;
}

#header .wrapper ul ul.sub-menu {
    background-color: var(--white);
    width: 240px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    padding: 10px;
    top: 40px;
    transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    transform-origin: top;
    border-radius: 5px;
}

#header .wrapper ul ul.sub-menu li {
    width: 100%;
    height: auto;
    margin: 0 0 2px;
    position: relative;
    padding: 0px;
    text-align: left;
}

#header .wrapper ul ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    transition: none;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 120%;
    border-radius: 5px;
}

#header .wrapper ul ul.sub-menu li:last-child a {
    border: 0;
}

#header .wrapper ul li.menu-item-has-children {
    padding-right: 20px;
}

#header .wrapper ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

#header .wrapper ul li.menu-item-has-children::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 20px;
    top: auto;
    bottom: -19px;
}

#header .wrapper ul>li:hover>a {
    color: var(--primary) !important;
}

body:not(.home) #header .wrapper ul>li:hover>a,
#header .wrapper ul ul.sub-menu li:hover a {
    color: var(--primary) !important;
}


#header .wrapper ul>li:last-child {
    margin-right: 0px;
}

#header .wrapper .right-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: end;
}

#header .wrapper .middle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .header-btn-wrap {
    margin-left: 47px;
}

#header .header-logo a {
    display: block;
    max-width: 210px;
    position: relative;
    z-index: 99;
}

#header .header-logo a img {
    width: 100%;
    max-height: unset;
    height: auto;
}

#header .wrapper ul ul.sub-menu li a:hover {
    color: var(--white) !important;
    background-color: var(--primary);
}

#header .res_navigation {
    cursor: pointer;
    display: none;
}

.res_navigation .nav-toggle {
    display: block;
    position: relative;
    transition: 0.3s ease;
    z-index: 9;
    width: 27px;
    height: 22px;
    top: 2px;
}

.res_navigation .nav-toggle span {
    position: absolute;
    height: 3px;
    border-radius: 10px;
    width: 100%;
    background: var(--dark);
    left: auto;
    right: 0;
    top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
    transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
    top: 8px;
}

.res_navigation .nav-toggle span:last-child {
    top: 16px;
    transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
    transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
    transform: translateX(-3%) rotate(90deg);
    top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
    opacity: 0;
}

#header.fixed .header-logo a {
    max-width: 150px;
}


.mobile-list-menu {
    display: none;
}

/* section css start */

.page-not-found {
    padding: 140px 0px 60px;
    position: relative;
}

.page-not-found h1 {
    color: #ee0000;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -1px;
}
.page-not-found .btn-wrap {
    display: flex;
    justify-content: center;
}

/* common-inner-banner-section */

.common-inner-banner-section {
    padding: 160px 0px 80px 0px;
    position: relative;
    background: var(--primary);
}

.common-inner-banner-section h1 {
    color: #ffffff;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}

.common-content-section {
    padding: 70px 0px 70px 0px;
    position: relative;
}

.common-content-section .common-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.common-content-section .common-content-wrapper h1,
.common-content-section .common-content-wrapper h2,
.common-content-section .common-content-wrapper h3,
.common-content-section .common-content-wrapper h4,
.common-content-section .common-content-wrapper h5,
.common-content-section .common-content-wrapper h6 {
    margin: 15px 0px;
    line-height: 130%;
    text-align: left;
    text-transform: capitalize;
    color: var(--dark);
    letter-spacing: 0.1px;
}

.common-content-section .common-content-wrapper p {
    padding-bottom: 15px;
    line-height: 150%;
}
.common-content-section .common-content-wrapper p b,.common-content-section .common-content-wrapper p strong{
    color: var(--dark);
}

.common-content-section .common-content-wrapper ol,
.common-content-section .common-content-wrapper ul {
    margin: 15px 0px;
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.common-content-section .common-content-wrapper ol>li,
.common-content-section .common-content-wrapper ul>li {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul>li {
    list-style: disc !important;
}

.common-content-section .common-content-wrapper h1 {
    font-size: 40px;
}

.common-content-section .common-content-wrapper h2 {
    font-size: 37px;
}

.common-content-section .common-content-wrapper h3 {
    font-size: 34px;
}

.common-content-section .common-content-wrapper h4 {
    font-size: 28px;
}

.common-content-section .common-content-wrapper h5 {
    font-size: 24px;
}

.common-content-section .common-content-wrapper h6 {
    font-size: 20px;
}

.common-content-section .common-content-wrapper a {
    color: #FE019A !important;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: from-font;
}
.common-content-section .common-content-wrapper a b,.common-content-section .common-content-wrapper a strong{
    color: #FE019A !important;
}
.common-content-section .common-content-wrapper a:hover,.common-content-section .common-content-wrapper a b:hover,.common-content-section .common-content-wrapper a strong:hover {
    color: var(--dark) !important;
}

.entry-title {
    display: none;
}



.main-hero-banner-sec {
    position: relative;
    height: 100vh;
}
.banner-slider {
    height: 100%;
    width: 100%;
}
.banner-slider .banner-slider-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.banner-image::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgb(17 17 17 / 42%);
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center center;
}
.banner-slider .banner-slider-box .banner-content-wrapper {
    position: relative;
    z-index: 5;
    max-width: 950px;
    text-align: center;
}
.subtitle {
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.2px;
    display: block;
    text-transform: uppercase;
}

.banner-slider .banner-slider-box .banner-content-wrapper .subtitle {
    margin-bottom: 30px;
    color: var(--white);
}
.banner-slider .banner-slider-box .banner-content-wrapper .btn-main {
    margin: 0 auto;
    margin-top: 40px;
}
.scrollbar-wrapper {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    animation: bounce 2500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@keyframes bounce {
    50% {
        transform: translateY(-20px);
    }
}

.slider-counter {
    position: absolute;
    bottom:  47px;
    right: 55px;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 85px;
    display: flex;
    flex-direction: column;
}
.slider-counter .current {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.slider-counter .line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
}
/* 👇 active progress line */
.slider-counter .line span {
    display: block;
    height: 100%;
    width: 0%;
    background: #fff;
    transition: width 4s linear;
}
.slider-counter .total {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    margin-top: 5px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-156 {
    padding-top: 156px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}

h1 {
    color: var(--white);
    font-size: 74px;
    font-weight: 400;
    line-height: 101.351%;
    letter-spacing: -2.22px;
}
h1 b{
    font-weight: 500;
}
h2 {
    color: var(--primary);
    font-size: 50px;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -1.5px;
}
h3 {
    color: var(--primary);
    font-size: 42px;
    font-weight: 400;
    line-height: 128.571%;
    letter-spacing: -0.42px;
}
h4 {
    color: var(--primary);
    font-size: 34px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.02px;
}
h5 {
    color: var(--primary);
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.78px;
}

.view-collection-sec {
    position: relative;
}
.view-collection-sec .top-wrap,.project-categories-sec .top-wrapper {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #D6D6D6;
}
.view-collection-sec .top-wrap .content {
    max-width: 1010px;
    margin: 0 auto;
}
.view-collection-sec .top-wrap .content p {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: -0.9px;
}
.view-collection-sec .top-wrap .content p b, .view-collection-sec .top-wrap .content p strong {
    font-weight: 500;
}

.title-wrapper {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.title-wrapper.text-white h2,.title-wrapper.text-white h3,.title-wrapper.text-white h4,.title-wrapper.text-white .subtitle {
    color: var(--white);
}
.benifits-sec .title-wrapper.text-white .subtitle {
    color: rgb(255 255 255 / 60%);
}


html .swiper-button-next,html .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -100px;
    z-index: 99;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    transition: all 0.5s;
}
html .swiper-button-next:after,html .swiper-button-prev:after {
    content: "";
    height: 20px;
    width: 25px;
    background-image: url(../images/left-swiper-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 0px;
    margin: auto;
    background-position: center center;
    transition: all 0.5s;
}
html .swiper-button-next:after {
    background-image: url(../images/right-swiper-arrow.svg);
}
html .swiper-button-prev{
    left: 0px;
}
html .swiper-button-next{
    right: 0px;
    left: auto;
}
html .swiper-button-next:hover,html .swiper-button-prev:hover {
    background-color: transparent !important;
}
html .swiper-button-next:hover:after, html .swiper-button-prev:hover:after {
    filter: brightness(0);
}


.view-collection-sec .btn-wrapper{
    margin-top: 40px;
}
.view-collection-sec .btn-wrapper .btn-main {
    margin: 0 auto;
}
.view-collection-slider-main-wrapper {
    position: relative;
}
.view-collection-box {
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.view-collection-slider {
    position: relative;
}
.view-collection-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    pointer-events: none;
}
.view-collection-box .image {
    height: 100%;
    width: 100%;
    position: relative;
}
.view-collection-box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s linear 0s;
}
.view-collection-box:hover .image img{
    transition: transform 0.5s linear 0s;
    transform: scale(1.2);
}
.view-collection-box h4 {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    color: var(--white);
    padding: 15px 20px 0px 20px;
}

.about-box {
    background-repeat: no-repeat;
    background-position: right;
    padding: 70px 20px 70px 80px;
    position: relative;
    background-size: cover;
}
.about-box .wrapper {
    max-width: 656px;
}
.about-box .subtitle {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}
.about-box h2 {
    color: var(--white);
    margin-bottom: 20px;
    padding-right: 90px;
}
.about-box p {
    color: rgba(255, 255, 255, 0.80);
    line-height: 182.353%;
    letter-spacing: -0.085px;
    padding-bottom: 0px;
    font-weight: 300;
}
.about-box .btn-wrapper {
    margin-top: 40px;
}

.rug-gallery-sec .top-wrapper {
    display: flex;
    align-items: center;
    gap: 145px;
    position: relative;
    margin-bottom: 60px;
}
.rug-gallery-sec .btn-main {
    white-space: nowrap;
}
.rug-gallery-sec .top-wrapper .left-wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.rug-gallery-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}
.rug-gallery-list .rug-gallery-item {
    height: 380px;
    width: 100%;
    display: block;
} 
.rug-gallery-list .rug-gallery-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

html .compensate-for-scrollbar {
    margin-right: 0px !important;
}
html.chrome.fancybox-active {
    overflow: hidden;
}

.ptb-209 {
    padding: 209px 0px;
}
.cta-section {
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    background-size: cover;
}
.cta-section::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgb(33 33 33 / 45%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}
.cta-section .btn-main {
    margin: 0 auto;
}
.cta-section .title-wrapper {
    gap: 10px;
}

footer.footer-sec {
    position: relative;
    background-color: var(--dark);
}
.footer-top {
    padding: 95px 50px 35px 60px;
    position: relative;
    display: grid;
    grid-template-columns: 300px auto;
    justify-content: space-between;
    gap: 30px;
}
.footer-logo {
    display: block;
    margin-bottom: 10px;
}
.footer-logo img {
    margin: 0;
}
.footer-top p.text-sm {
    color: rgb(255 255 255 / 40%);
    font-size: 14px;
    font-weight: 400;
    line-height: 157.143%;
    letter-spacing: 0.42px;
    padding-bottom: 5px;
}
.footer-top p.text-mid {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.32px;
    margin: 30px 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.footer-top p.text-big {
    color: rgb(255 255 255 / 40%);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}
.footer-title {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.footer-top .right-wrap {
    display: flex;
    position: relative;
    justify-content: end;
    gap: 90px;
}
.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-links ul li a {
    color: rgb(255 255 255 / 40%);
    font-size: 15px;
    text-transform: capitalize;
}
.footer-links ul li a:hover {
    color: var(--white);
}

ul.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
}
ul.footer-contact-info li {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    align-items: center;
}
ul.footer-contact-info li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
}
ul.footer-contact-info li p {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}
ul.footer-contact-info li a {
    color: rgb(255 255 255 / 50%);
    font-size: 15px;
    font-weight: 500;
}
ul.footer-contact-info li a:hover {
    color: var(--white);
}
ul.footer-contact-info li .big-link {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}
ul.footer-contact-info li .big-link:hover {
    color: #707070;
}

.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
p.copyright {
    color: rgb(255 255 255 / 40%);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.42px;
    padding-bottom: 0px;
}
ul.social-link {
    display: flex;
    align-items: center;
    gap: 7px;
}
ul.social-link li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 5px;
    background-color: transparent;
}
ul.social-link li a:hover {
    background-color: var(--white);
}
ul.social-link li a img{
    transition: all 0.5s;
}
ul.social-link li a:hover img{
    filter: invert(1);
    transition: all 0.5s;
}
.cta-section h2 {
    letter-spacing: 0px;
}
.about-us-section {
    position: relative;
}
.about-info-wrapper {
    background-color: #323232;
    position: relative;
}
.about-info-wrapper .row-wrapper {
    gap: 96px;
    display: grid;
    position: relative;
    grid-template-columns: auto 690px;
}
.about-info-wrapper .row-wrapper .left-wrap h2 {
    color: var(--white);
    font-weight: 400;
    line-height: 108.333%;
    margin-bottom: 30px;
}
.about-info-wrapper p {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0px;
    padding-bottom: 20px;
    font-weight: 300;
}
.frank-ricco-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    position: sticky;
    top: 90px;
    gap: 20px;
}

.likedin-btn {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    padding: 17px 59px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0A66C2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-left: auto;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.likedin-btn span{
    color: #fff;
}
.likedin-btn svg {
    background-color: #fff;
    border-radius: 5px;
}
.likedin-btn:hover {
    background-color: #0A66C2;
    color: #FFF;
    border-color: #0A66C2;
}
.likedin-btn:hover svg {
    background-color: #0A66C2;
}

.project-categories-sec {
    position: relative;
}
.project-categories-sec .title-wrapper {
    gap: 20px;
}
.project-categories-sec .bottom-wrapper .title-wrapper {
    margin-bottom: 20px;
}
ul.project-categories-listing {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 60px;
    justify-content: center;
}
ul.project-categories-listing li {
    background-color: transparent;
    border: 1px solid rgba(33, 33, 33, 0.50);
    padding: 15.5px 20px;
    color: rgba(33, 33, 33, 0.50);
    font-size: 24px;
    letter-spacing: -0.72px;
    line-height: normal;
    transition: all 0.5s;
    cursor: pointer;
}
ul.project-categories-listing li:hover{
    background-color: var(--primary);
    color: var(--white);
}
.project-categories-sec .bottom-msg {
    font-size: 30px;
    line-height: 136.667%;
    letter-spacing: -0.9px;
}
.project-categories-sec .bottom-wrapper {
    display: grid;
    grid-template-columns: auto 750px;
    gap: 130px;
    align-items: center;
}
.project-categories-sec .bottom-wrapper .image {
    height: 520px;
    width: 100%;
}
.project-categories-sec .bottom-wrapper .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.material-info-wrapper {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 110px;
    position: relative;
    align-items: center;
}
.border {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    pointer-events: none;
}
.material-info {
    margin-bottom: 28px;
    position: relative;
}
.material-info p {
    color: rgb(33 33 33 / 80%);
    font-size: 23px;
    line-height: 35px;
    letter-spacing: -0.69px;
}

.material-info p b{
    color: var(--primary);
}
.material-info-wrapper .right-wrap .material-info {
    margin-bottom: 0px;
}
.material-info-wrapper .left-wrap, .material-info-wrapper .right-wrap {
    padding: 35px 0px;
}

body.home .cta-section.common {
    display: none;
}


.contact-us-section {
    background-color: hsl(192deg 7% 86% / 21%);
    position: relative;
}
.contact-us-section .contact-form {
    max-width: 740px;
    margin: 20px auto 25px auto;
    position: relative;
}
.contact-us-section h4 {
    font-size: 30px;
    font-weight: 400;
}
.contact-us-section h6 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}
ul.contact-info-wrapper {
    display: flex;
    gap: 26px;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
ul.contact-info-wrapper li {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}
ul.contact-info-wrapper li .icon {
    min-width: 40px;
}
ul.contact-info-wrapper li a, ul.contact-info-wrapper li p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
ul.contact-info-wrapper li a:hover {
    color: #2121218a;
}

form.search-form input.search-field {
    display: none;
}
button.search-submit {
    background-color: transparent !important;
    border: unset !important;
    outline: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
}
button.search-submit:hover {
    opacity: 0.5;
}


body.search.search-results .search-data .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.search.search-results .search-data, body.search.search-no-results .search-data {
    padding: 130px 0px 70px 0px;
    background-color: hsl(192deg 7% 86% / 21%);
}
body.search.search-results .search-data header.header .entry-title, body.search.search-no-results .search-data header.header .entry-title {
    display: block;
    letter-spacing: 0.1px;
}
body.search.search-results .search-data header.header,body.search.search-no-results .search-data header.header {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
body.search.search-results .search-data article {
    width: 32%;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
body.search.search-results .search-data article .entry-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
body.search.search-results .search-data article .entry-title a{
    font-weight: 500;
}
body.search.search-results .search-data article p {
    font-size: 14px;
}
body.search.search-results .search-data article img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
body.search.search-no-results .search-data form.search-form {
    display: none;
}

body.page-template-contact-us .cta-section {
    display: none;
}

.carpet-rug-collection-sec .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    flex-wrap: wrap;
}
.color-collections-sec {
    background-color: var(--dark);
    position: relative;
}
.color-collections-sec .title-wrapper .subtitle, .color-collections-sec .title-wrapper h2 {
    color: var(--white);
}
.color-collections-sec .title-wrapper h2 {
    text-transform: uppercase;
}
.color-collections-sec .btn-main {
    margin: 0 auto;
    margin-top: 40px;
}
.color-box {
    text-align: center;
    position: relative;
    padding: 25px 7px;
    border-right: 1px solid rgb(255 255 255 / 17%);
}
.color-box .image {
    margin-bottom: 15px;
}
.color-box p {
    color: #8B8B8B;
    font-size: 21px;
    line-height: normal;
    letter-spacing: -0.63px;
    padding-bottom: 2px;
}
.color-box p.small {
    text-transform: uppercase;
}

.color-collection-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.color-collection-list .wrapper {
    display: grid;
    grid-template-columns: repeat(14,1fr);
    position: relative;
    width: 100%;
}
.color-collection-list .wrapper .color-box:last-child {
    border-right: 0px;
}
.color-collection-list .wrapper::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0.4;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 18.73%, #FFF 46.26%, #FFF 81.3%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.color-collection-list .wrapper:first-child .color-box,.color-collection-list .wrapper:last-child .color-box {
    border-right: 0px;
}
.color-collection-list .wrapper:first-child .color-box::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 40%,
    rgba(255, 255, 255, 0.15) 70%,
    rgba(255, 255, 255, 0.25) 100% 
);
}
.color-collection-list .wrapper:first-child .color-box:last-child:after {
    display: none;
}
.color-collection-list .wrapper:last-child .color-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.15) 30%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0) 100% 
    );
}
.color-collection-list .wrapper:last-child .color-box:last-child:after {
    display: none;
}
.color-collection-list .wrapper:last-child::after {
    display: none;
}


.carpet-rug-listing {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto; 
}
.carpet-rug-box {
    width: 427px !important;
    position: relative;
    cursor: pointer;
}
/* .splide__slide {
    opacity: 1 !important;
    visibility: visible !important;
} */
/* .splide__track {
    will-change: transform;
} */
.carpet-rug-box .image {
    height: 436px;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}
.carpet-rug-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s linear 0s;
}
.carpet-rug-box:hover .image img {
    transform: scale(1.2);
    transition: transform 0.5s linear 0s;
}
.carpet-rug-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 136.667%;
    letter-spacing: -0.9px;
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.5s;
    text-transform: uppercase;
}
/* .carpet-rug-box:hover h4 {
    font-weight: 500;
} */
.carpet-rug-box h4 img {
    margin: 0;
}
.carpet-rug-listing-two {
    padding-top: 50px;
}


.product-popup-modal {
    width: 1400px;
    margin: auto;
    overflow-x: hidden !important;
    padding: 30px 40px 30px 30px;
    overflow-y: scroll !important;
    background: var(--white);
    position: fixed;
    height: 640px;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1500;
}
.product-popup-modal.open {
    display: flex;
}
.product-popup-overlay.open {
    display: block;
}
.product-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    z-index: 1200;
    display: none;
    background: var(--dark);
    /* backdrop-filter: blur(25px); */
}
.product-popup-modal .close-btn {
    height: 45px;
    width: 45px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    color: var(--dark);
    font-weight: 600;
    font-family: auto;
    z-index: 10;
}
.product-popup-modal .close-btn:hover {
    transition: all 0.5s;
    transform: rotate(90deg);
}
html.modelopen {
    overflow: hidden;
}
.product-popup-modal .product-modal-wrapper {
    display: grid;
    gap: 30px;
    position: relative;
    width: 100%;
    grid-template-columns: 570px auto;
}
.product-popup-modal .product-modal-wrapper .right-wrap {
    position: relative;
}
.product-popup-modal .image {
    width: 100%;
    height: 580px;
    overflow: hidden;
}
.product-popup-modal .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s linear 0s;
}
.product-popup-modal .image:hover img {
    transition: transform 0.5s linear 0s;
    transform: scale(1.2);
}
.table-responsive {
    overflow-x: auto;
    position: relative;
    width: 100%;
    height: 510px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 15px;
}
table {
    width: 100%;
}
table tr td {
    padding-bottom: 15px;
    color: var(--dark);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
table tr td:first-child {
    font-weight: 400;
    padding-right: 20px;
}
table tr:last-child td {
    padding-bottom: 0px;
}
table tr td b,table tr td strong {
    font-weight: 700;
}
.product-modal-btn {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-decoration-line: underline;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}
.product-modal-btn svg {
    width: 15px;
    height: 15px;
}

.multiple-colors-sec {
    position: relative;
    background-color: #212121;
}
.multiple-colors-sec .title-wrapper .subtitle, .multiple-colors-sec .title-wrapper h2 {
    color: var(--white);
}
.multiple-colors-sec .title-wrapper {
    gap: 15px;
}
.multiple-colors-sec .title-wrapper h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.pagination-controls{
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}
.pagination-controls button {
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
}
.pagination-controls button.active,.pagination-controls button:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--primary);
}
.pagination-controls button.prev-btn {
    background-image: url(../images/pagination-prev-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    font-size: 0px;
}
.pagination-controls button.next-btn {
    background-image: url(../images/pagination-next-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    font-size: 0px;
}
.pagination-controls button.prev-btn:hover , .pagination-controls button.next-btn:hover {
    border-color: #D9D9D9;
    background-color: transparent;
    color: var(--white);
}

.rug-gallery-listing {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    position: relative;
    gap: 25px;
}
.rug-gallery-listing .gallery-item {
    width: 100%;
    height: 380px;
}
.rug-gallery-listing .gallery-item a{
    width: 100%;
    height: 100%;
    display: block;
}
.rug-gallery-listing .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rug-gallery-sec .pagination-controls {
    gap: 12px;
}
.rug-gallery-sec .pagination-controls button {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
}
.rug-gallery-sec .pagination-controls button.prev-btn {
    background-image: url(../images/pagination-prev-arrow-black.svg);
    font-size: 0px;
}
.rug-gallery-sec .pagination-controls button.next-btn {
    background-image: url(../images/pagination-next-arrow-black.svg);
    font-size: 0px;
}
.rug-gallery-sec .pagination-controls button.active, .rug-gallery-sec .pagination-controls button:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
}
.rug-gallery-sec .pagination-controls button.prev-btn:hover,.rug-gallery-sec .pagination-controls button.next-btn:hover {
    border-color: #D9D9D9;
    background-color: transparent;
    color: var(--primary);
}

/* .fancybox-thumbs__list a:before {
    border-color: #000000 !important;
} */

h2.font-two {
    color: #FFF;
    font-family: "Edu QLD Beginner", cursive !important;
    font-size: 70px;
    font-weight: 500;
    line-height: 42.857%;
    letter-spacing: -1.4px;
    padding-left: 20px;
    margin-top: -32px;
    margin-right: auto;
}


#load-more {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    animation: bounce 2500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    gap: 10px;
    margin-top: 20px;
}
@keyframes bounce {
    50% {
        transform: translateY(-20px);
    }
}
.color-palette-listing {
    display: flex;
    flex-direction: column;
    position: relative;
}
.color-palette-listing .color-palette-image {
    border-bottom: 1px dashed rgb(255 255 255 / 50%);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.color-palette-listing .color-palette-image:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

p.copyright a,.footer-top p.text-sm a {
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
}
p.copyright a:hover,.footer-top p.text-sm a:hover {
    color: rgb(255 255 255 / 40%);
}


.all-info-details-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 40px 25px;
    position: relative;
}
.all-info-details-list .carpet-rug-box {
    width: 100% !important;
}
.all-info-details-list .carpet-rug-box .image {
    height: 400px;
}