/* smooth scroll */
html {
    scroll-behavior: smooth;
}

h1, .scroll-font, .overview-text {
    font-family: 'Humnst777BT', sans-serif;
}

.cd-main-content, .cd-main-header{
    transform: none !important;    
    will-change: unset !important;
    transition: none !important;
}

.elegance-text{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 40px;
}

.scroll-font {
    font-size: 12px;
}

.spacing {
    letter-spacing: 3px;
}

.trademark {
    font-size: 0.8em;      
    vertical-align: super;
}

.txtGrey {
    color:#555555 !important;
}

.blueColor {
    color: #1e468c;
}

.sidebar-tools a img{
    margin-right: 10px;
}

.bannerBackground {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
    margin-top: 80px;
    transform: scale(1);
    transition: transform 10s ease;
}

.banner-content {
    transform: scale(1);
    transition: transform 10s ease;
}

.owl-item.active .bannerBackground {
    transform: scale(1.1);
}

.owl-item.active .banner-content {
    transform: scale(0.909); 
}

.banner-carousel .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-item {
    overflow: hidden;
}

.scroll-icon{
    width: 18px;
    height: 24px;
}

.texture-small {
    max-width: 130px;
}

#floating-river {
    position: absolute;
    right: -50px;
    bottom: -100px;
}

.floating-gap {
    gap: 20px;
}

#floating-victoria {
    position: absolute;
    left: -50px;
    bottom: -100px;
}

.borderBlue {
    border-radius: 60px;
    border: 1px solid #1e468c;
    color: #1e468c;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px 25px;
    width: 100%;
    max-width: 160px;
}
.borderBlack {
    border-radius: 60px;
    border: 1px solid #000000;
    color: #FFFFFF;
    background-color: #000000;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px 25px;
    width: 100%;
    max-width: 160px;
}

.borderBlue:hover {
    color: #fff;
    background-color: #1e468c;
}

.borderBlack:hover {
    color: #000000;
    background-color: #FFC35A;
}

.btn a {
    color: inherit;
}

.gold-bg {
    background-color: #FFC35A;
}

#video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

#video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 550px;
}

.texture-img {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 80%;
    z-index: 2;
}

#small-image {
    position: absolute;
    z-index: 1;
    left: 0;
    max-width: 40%;
}

.banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
}

.owl-nav button {
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

.owl-nav {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 50px);
    display: flex;
    justify-content: space-between;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    background: #fafafa !important;
}

.owl-nav button:hover {
    background: #000 !important;
}

.owl-nav button:hover span {
    color: #fff !important;
}

.owl-nav button span {
    font-size: 24px;
}

.owl-dots .owl-dot.active span {
    background: #FFC35A !important;
}

.tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0;
    margin: 0 0 4px 0;
    flex-wrap: wrap;
}

.tabs.tabs--two ul {
    justify-content: center;
}

.tabs ul li {
    flex: 1;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    color: #000000;
    padding: 0 5px;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

.tabs .slider {
    position: relative;
    width: 100%;
}

.tabs .slider .indicator {
    width: 20%;              
    position: relative;
    display: flex;
    justify-content: center;
}

/* actual line */
.tabs .slider .indicator::after {
    content: "";
    width: 80%;              
    height: 4px;
    background: #FFC35A;
    display: block;
    border-radius: 2px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content > * {
    display: none;
    animation: content 0.3s ease-in-out;
    line-height: 1.4;
}

.tabs li::before {
    opacity: 0;
}

@keyframes content {
    from {
    opacity: 0;
    transform: translateY(5%);
    }

    to {
    opacity: 1;
    transform: translateY(0%);
    }
}

/* Active tabs */
.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1) label,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2) label,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3) label,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4) label,
.tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5) label {  
    color: #C0A583;
    font-weight: 700;
}

/* Slider movement */
.tabs input[name="tab-control"]:nth-of-type(1):checked~ .tabs-wrapper .slider .indicator{
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ .tabs-wrapper .slider .indicator {
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ .tabs-wrapper .slider .indicator {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ .tabs-wrapper .slider .indicator {
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~ .tabs-wrapper .slider .indicator {
    transform: translateX(400%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content> *:nth-child(1),
.tabs input[name="tab-control"]:nth-of-type(2):checked~.content> *:nth-child(2),
.tabs input[name="tab-control"]:nth-of-type(3):checked~.content> *:nth-child(3),
.tabs input[name="tab-control"]:nth-of-type(4):checked~.content> *:nth-child(4),
.tabs input[name="tab-control"]:nth-of-type(5):checked~.content> *:nth-child(5) {
    display: block;
}

.scroll-left,
.scroll-right {
    font-size: 25px;
    color: #C0A583;
    cursor: pointer;
    padding: 0 5px;
    user-select: none;
    display: none;
}

/* 2-tab variant — scoped, does not affect the 5-tab version */
.tabs--two .slider .indicator {
    width: 50%;
}

.tabs--two .slider .indicator::after {
    content: "";
    width: 20%;              
    height: 4px;
    background: #FFC35A;
    display: block;
    border-radius: 2px;
}

.tabs--two input[name="tab2-control"]:nth-of-type(1):checked ~ .tabs-wrapper .slider .indicator {
    transform: translateX(0%);
}

.tabs--two input[name="tab2-control"]:nth-of-type(2):checked ~ .tabs-wrapper .slider .indicator {
    transform: translateX(100%);
}

/* Active label colours */
.tabs--two input[name="tab2-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) label,
.tabs--two input[name="tab2-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) label {
    color: #C0A583;
    font-weight: 700;
}

/* Show correct content */
.tabs--two input[name="tab2-control"]:nth-of-type(1):checked ~ .content > *:nth-child(1),
.tabs--two input[name="tab2-control"]:nth-of-type(2):checked ~ .content > *:nth-child(2) {
    display: block;
}

#tab2-1, #tab2-2 {
    display: none;
}

#stickyImage {
    position: sticky;
    top: 90px;
}

#system .card {
    border: none;
    margin-bottom: 20px;
}

.card-header {
    padding: 0;
    border-bottom: none;
    cursor: pointer;
    background-color: #fff;
}

.accordion-title .header-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-left: 1rem;
    margin-bottom: 0 !important;
}

.card-header .iconNumber {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFC35A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
    margin-left: 10px;
}

.productImg {
    height: 150px;
    margin-left: 15px;
}

.card-body ul {
    list-style: disc;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}

.card-body ul li {
    display: list-item;
    text-align: left;
}

/* Collapse icon (+ / -) */
.accordion-title::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-title.collapsed::before {
    content: "\f067";
}

.tabcontent .card:first-of-type .card-header:before{
    opacity: 0;  
}

#verticalContainer {
    position: relative;
}

#verticalContainer .left-column,
#verticalContainer .middle-column,
#verticalContainer .right-column {
    position: relative;
    width: 100%;
}

#colour-trends .colour-block {
	min-height: 350px;
}

#colour-trends .img-zoom {
	transition: transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#colour-trends .img-zoom.zoom-in {
	transform: scale(1.2);
}

#faqs .accordion .card {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

#faqs .accordion .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dee2e6;
}

#faqs .accordion .card-header .title {
    flex-grow: 1;
    padding: 15px 20px 0;
    font-weight: 700;
}

#faqs .accordion .card-header .icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 20px;
}

#faqs .accordion .card-header .icon.plus::before {
    content: "\f067";
    /* Plus icon */
}

#faqs .accordion .card-header .icon.minus::before {
    content: "\f068";
    /* Minus icon */
}

#faqs .accordion .collapse.show .card-header .icon.plus::before {
    content: "\f068";
    /* Minus icon */
}

#faqs .accordion .card-body {
    border-left: none;
    border-right: none;
    padding-left: 40px;
    padding: 0px 100px 30px 20px;
}

#faqs .accordion > .card > .card-header {
    border-top: 1px solid #dee2e6;
    border-bottom: 0px;
}

#faqs a {
    color: #222;
    text-decoration: underline;
}

#faqs .card{
    background-color: #f9f9f9;
}

#faqs .card-header{
    padding: 1.25rem 0 ;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    display: none !important;
}

@media (max-width: 1199.98px) { 
    #floating-river {
        bottom: -100px;
    }

    .floating-image {
        max-width: 80%;
    }

    .tabs--two .slider .indicator::after {
        width: 25%;
    }
 }

@media (max-width: 991.98px) {
    #floating-river {
        right: 0;
        bottom: -100px;
    }

    #floating-victoria {
        position: absolute;
        left: 0;
    }

    .floating-image {
        max-width: 60%;
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(1) label,
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(2) label,
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(3) label,
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(4) label,
    .tabs input[name="tab-control"]:nth-of-type(5):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(5) label {
        color: #FFC35A;
        font-weight: 700;
    }

    .tabs--two input[name="tab2-control"]:nth-of-type(1):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(1) label,
    .tabs--two input[name="tab2-control"]:nth-of-type(2):checked ~ .tabs-wrapper .tabs-scroll ul li:nth-child(2) label {
        color: #FFC35A;
        font-weight: 700;
    }

    .tabs ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;/
    }

    .tabs ul::-webkit-scrollbar {
        display: none; 
    }

    .tabs ul li {
        flex: 0 0 auto;
        min-width: 130px;
    }

    .tabs ul li label {
        font-size: 12px;
        margin-top: 8.5px;
        white-space: normal;
    }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

    .tabs-wrapper {
        position: relative;
        display: flex;
        align-items: flex-start;
    }

    .tabs-scroll {
        flex: 1;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    .tabs-scroll::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .tabs-scroll ul {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
    }

    .tabs-scroll ul li {
        flex: 0 0 auto;
        min-width: 130px;
        text-align: center;
    }

    .scroll-left {
         margin-right: 5px; 
    }

    .scroll-right { 
        margin-left: 5px;
    }

    .scroll-left,
    .scroll-right {
        display: block;
    }

    .tabs--two .scroll-left,
    .tabs--two .scroll-right {
        display: none !important;
    }

    #small-image {
        position: relative;   
        margin-top: -20px;
        justify-items: center;
    }

    .elegance-text{
        font-size: 30px;
    }

    #colour-trends .colour-block {
		min-height: 250px;
	}
}

@media (max-width: 768px) { 
    #floating-river {
        right: 0;
        bottom: -100px;
    }
 }

@media (max-width: 575.98px) {
    .scroll-icon{
        width: 20px;
        height: 20px;
    } 

    #floating-river {
        right: 60px;
        bottom: -100px;
    }

    #floating-victoria {
        left: 60px;
        bottom: -100px;
    }

    .owl-nav {
        top: 30%;
    }
    
    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
    
    .card {
        margin-bottom: 0;
    }

    #small-image {
        max-width: 60%;
        position: relative;
        z-index: 1;
        left: -70px;
        top: 10px;
    }

    .elegance-text{
        font-size: 35px;
    }
}