:root {
    --primary-color: #025150;
    --border-top-color: #054544;
    --border-color-1: #1b7978;
    --border-color-2: #044b4a;
    --border-color-3: #144b4a;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-ExtraBold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-UltraLight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brittany Signature";
    src: url(../fonts/BrittanySignatureRegular.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brittney Signature DEMO! DEMO!";
    src: url(../fonts/BrittneySignatureDEMO-DEMO.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-Bold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Bold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-ExtraLight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins";
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins";
    font-weight: normal;
}

.error-msg1 {
    /* position: absolute;
  bottom: -12px; */
    background: transparent;
    display: flex;
    line-height: 11px;
    /* background-color: #f00; */
    color: #f00;
    font-size: 9px;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

a {
    color: #333333;
}

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

a,
button {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p:last-child {
    margin-bottom: 0;
}

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

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.columns.gap-7 {
    margin-left: -96px !important;
    margin-right: -96px !important;
}

.gap-7>.column {
    padding-left: 96px;
    padding-right: 96px;
}

.columns.gap-6 {
    margin-left: -84px !important;
    margin-right: -84px !important;
}

.gap-6>.column {
    padding-left: 84px;
    padding-right: 84px;
}

.columns.gap-5 {
    margin-left: -72px !important;
    margin-right: -72px !important;
}

.gap-5>.column {
    padding-left: 72px;
    padding-right: 72px;
}

.columns.gap-4 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}

.gap-4>.column {
    padding-left: 60px;
    padding-right: 60px;
}

.columns.gap-3 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}

.gap-3>.column {
    padding-left: 48px;
    padding-right: 48px;
}

.columns.gap-2 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}

.gap-2>.column {
    padding-left: 36px;
    padding-right: 36px;
}

.columns.gap-1 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}

.gap-1>.column {
    padding-left: 24px;
    padding-right: 24px;
}

.pr-5 {
    padding-right: 30px !important;
}

.pl-5 {
    padding-left: 30px !important;
}

.pb-5 {
    padding-bottom: 30px !important;
}

.pt-5 {
    padding-top: 30px !important;
}

.px {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.py {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.is-size-6 {
    font-size: 22px !important;
}

.is-size-7 {
    font-size: 14px !important;
}

.is-size-8 {
    font-size: 12px !important;
}

.is-gap-0 {
    gap: 0 !important;
}

.is-gap-1 {
    gap: 4px !important;
}

.is-gap-2 {
    gap: 8px !important;
}

.is-gap-3 {
    gap: 12px !important;
}

.is-gap-4 {
    gap: 16px !important;
}

.is-gap-5 {
    gap: 24px !important;
}

.is-gap-6 {
    gap: 32px !important;
}

.is-gap-7 {
    gap: 40px !important;
}

.is-gap-8 {
    gap: 48px !important;
}

.is-gap-9 {
    gap: 56px !important;
}

.is-gap-10 {
    gap: 64px !important;
}

.border {
    border: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid var(--border-color-1);
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-2 {
    border: 2px solid;
}

.border-top-2 {
    border-top: 2px solid;
}

.border-bottom-2 {
    border-bottom: 2px solid;
}

.border-left-2 {
    border-left: 2px solid;
}

.border-right-2 {
    border-right: 2px solid;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-light-gray {
    border-color: #dedede;
}

.border-theme {
    border-color: var(--primary-color);
}

/*** Modal CSS ***/

.theme-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    visibility: hidden;
}

.theme-modal.is-active {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999999999;
    padding: 10px 25px;
}

.theme-modal-content {
    border: 0;
    border-radius: 0;
}

.theme-modal-card-head {
    background-color: transparent;
    border: 0;
    padding: 20px 30px;
    height: inherit;
    border-radius: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
    position: relative;
    top: calc(50% + 30px);
    max-width: 600px;
    width: 100%;
    padding: 30px;
    max-height: inherit;
    transition: all 0.3s linear;
    background-color: #3a3a3a;
    /* border-radius: 10px; */
    margin: 0 auto;
    transform: translateY(-50%);
}

.modal-title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home.is-active {
    overflow: hidden;
}

html:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
    top: 50%;
}

.theme-modal-card-title {
    margin: 0;
    text-transform: uppercase;
}

.theme-modal-background {
    background-color: #000;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal-card-body {
    border: 0;
    position: relative;
    overflow: visible;
}

.theme-modal-card-body {
    padding: 30px;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
}

.close {
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    position: absolute;
    top: -22px;
    right: -22px;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    /* border-radius: 8px; */
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.close:hover {
    background-color: #b77803;
    color: #fff;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-modal-card-body:before {
    left: 0;
}

.theme-modal-card-body:after {
    right: 0;
}

.theme-modal-card-title {
    color: #020203;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.theme-modal-card-body img {
    margin: 0 auto;
    max-width: 350px;
}

.col-theme-modal .section-title {
    margin-bottom: 15px;
}

.theme-modal .section-title h2 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

/*** End Modal CSS ***/

.columns.row-register {
    margin-bottom: -12px !important;
}

.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: "Poppins";
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
    color: #fff;
    font-family: "Poppins";
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
    color: #fff;
    font-family: "Poppins";
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: "Poppins";
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
    color: #fff;
    font-family: "Poppins";
}

.theme-modal .col-form .sm-form-control::placeholder {
    color: #fff;
    font-family: "Poppins";
}

.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}

ul:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.clear-both:after,
.clear-both:before {
    display: table;
    content: "";
    clear: both;
}

section,
.section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
}

.full-width {
    width: 100%;
}

.overflow-visible {
    overflow: visible !important;
}

.section-title h1,
.section-title h2 {
    font-size: 150px;
    line-height: 170px;
    color: var(--primary-color);
    margin: 0;
    font-weight: 200;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-family: "Butler";
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.section-title:last-child {
    margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
    color: var(--primary-color);
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
    color: #fff;
}

.dark a:hover {
    color: var(--primary-color);
}

.title-white .title-tagline {
    color: #fff;
}

/* .columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
} */

picture {
    display: block;
}

.container {
    position: relative;
    z-index: 1;
}

.theme-btn {
    position: relative;
    font-family: "Poppins";
    border: 0;
    color: #fff;
    background-color: var(--primary-color);
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.theme-btn span {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover span {
    color: #ffffff;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-lg {
    min-width: 350px;
}

.theme-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover::before {
    height: 100%;
    /* background-color: #cf5d32; */
    background-color: var(--primary-color);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #CA6641;
} */

.theme-btn.white-btn {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}

.theme-btn.white-btn:hover {
    /* background: #cf5d32; */
    background: var(--primary-color);
    color: #fff;
}

.col-form {
    position: relative;
}

.theme-input {
    position: relative;
}

.col-middle {
    display: table;
    width: 100%;
}

.col-middle-inner {
    display: table-cell;
    vertical-align: middle;
}

button:focus {
    outline: 0;
}

.thankyou-msg {
    font-size: 16px !important;
    color: #fff !important;
    background: 0 0 !important;
}

.thankyou-logo img {
    margin: 40px auto 0;
    height: 60px;
    width: auto;
}

.form-group,
.form-group-wrapper {
    position: relative;
}

label.error {
    color: #fff;
    background: red;
    font-size: 8px;
    position: absolute;
    left: 15px;
    bottom: -20px;
    line-height: 13px !important;
    top: auto;
    font-weight: bold;
}

.form-control.error {
    border-color: red;
}

.modal .form-control.error {
    margin-bottom: 30px;
}

.contact-form label.error {
    bottom: -16px;
    width: inherit;
}

.form-control {
    border-radius: 0;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.thankyou-block {
    height: 100vh;
}

.thankyou-block h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.list-point {
    padding: 0;
}

.list-point li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-point li:last-child {
    margin-bottom: 0;
}

.list-point li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 8px;
}

.splide.pagination .splide__pagination {
    counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter(pagination-num);
}

/* For Roman Pagination */

/* .splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num, upper-roman); 
} */

.splide.pagination .splide__pagination__page.is-active {
    transform: unset;
}

.splide.pagination .splide__pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: unset;
    font-size: 18px;
}

.splide__arrow svg {
    fill: transparent;
    height: 100%;
    transition: fill 0.2s linear;
    width: 100%;
}

.splide__arrow:hover:not(:disabled) svg {
    fill: transparent;
}

.splide {
    padding: 0;
}

.splide__slide img {
    width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
    display: none;
}

.splide__arrow {
    width: 60px;
    height: 60px;
    padding: 13px;
    color: #c8774e;
    background-color: transparent;
    border: 1px solid #c8774e;
    opacity: 1;
}

.splide__arrow:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    opacity: 1;
}

.splide__arrow svg {
    font-size: 24px;
    stroke-width: 1;
}

.splide__arrow--prev {
    left: 60px;
}

.splide__arrow--next {
    right: 60px;
}

.splide__pagination__page {
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    opacity: 0.5;
    margin: 2px;
    border-radius: 10px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__pagination__page.is-active {
    transform: none;
    background: var(--primary-color);
    opacity: 1;
    width: 15px !important;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__pagination {
    position: static;
    transform: none;
}

.sm-form-control {
    display: block;
    width: 100%;
    border: none;
    padding: 15px 15px 15px 0;
    background-color: transparent;
    border-radius: 0;
    resize: none;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    font-family: "Poppins";
}

.pl-80 {
    padding-left: 80px !important;
}

.modal-card-body {
    padding: 30px;
}

.col-form label span {
    color: #ff0000;
}

.title-tagline {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 15px;
    display: block;
    color: #686867;
    position: relative;
    margin-left: 250px;
}

.close-button {
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #065f9d;
    color: #ffffff;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.close-button svg {
    display: block;
}

.close-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.form-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}

header {
    position: fixed;
    z-index: 9999;
    padding: 8px 140px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#header.sticky {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.theme-menu ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.menu-link {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    position: relative;
}

.theme-logo img {
    width: auto;
    height: 50px;
    margin-left: auto;
}

.theme-logo a {
    display: block;
}

.col-header:first-child,
.col-header:last-child {
    max-width: 240px;
    padding: 0;
    flex: 0 0 auto;
}

.menu-item {
    padding: 16px 0;
}

#section-banner,
.section-cms {
    margin-top: 115px;
}

.theme-padding {
    padding-left: 180px;
    padding-right: 180px;
}

.scrolled.fade-in {
    animation: 2s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
    animation: 2s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
    animation: 2s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
    animation: 2s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
    animation: 2s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.zoom-out {
    opacity: 0;
    transition-duration: 3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.fade-down,
.fade-left,
.fade-right,
.fade-up {
    opacity: 0;
    transition-duration: 2s;
}

.zoom-out.scrolled {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fade-up {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

.fade-down.scrolled,
.fade-left.scrolled,
.fade-right.scrolled,
.fade-up.scrolled {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.fade-down {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

.fade-right {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.fade-left {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

.fade-down,
.fade-left,
.fade-right,
.fade-up,
.zoom-out {
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
}

.delay1 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.delay2 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.delay3 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay4 {
    -webkit-animation-delay: 5s !important;
    animation-delay: 5s !important;
}

/* Js Scroll End */

.sticky-btn-enquire {
    position: fixed !important;
    top: 300px;
    right: -45px;
    padding: 8px 20px !important;
    z-index: 999 !important;
    transform: rotate(-90deg);
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.sticky-btn-enquire:hover {
    color: #fff;
}

#scontactform h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
}

.sticky-bottom-form {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 0px 15px;
    width: 100%;
    z-index: 999;
    background: var(--primary-color);
    max-width: 1344px;
    margin: 0 auto;
    right: 0;
    border: 1px solid rgb(255 255 255 / 60%);
    border-bottom: 0;
}

.sticky-bottom-form .col-form {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 15px;
    margin: 0 0 10px !important;
}

.col-form-title {
    display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
    padding: 10px 10px 10px 0;
    color: #fff;
    line-height: 19px;
}

.copyright-detail p {
    display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
    position: absolute;
    color: white;
    top: 50%;
    letter-spacing: 10px;
    font-size: 14px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

h3 {
    font-size: 24px;
}

.listed-points li {
    color: #333333;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

.listed-points li:last-child {
    margin-bottom: 0;
}

.listed-points li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #28438c;
}

#footer {
    padding: 40px 0;
    background-color: #3a3a3a;
}

#home #footer {
    /* padding: 100px 0 120px; */
    padding: 100px 0 50px;
}

.footer-block h3 {
    color: #28438c;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.col-copyright:last-child {
    text-align: right;
}

.contact b {
    color: #28438c;
}

.theme-block-img {
    position: relative;
    padding: 15px;
    border: 1px solid var(--border-color-2);
    background-color: #fff;
    display: block;
}

/* 
.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0; */

/* background: #000; */

/* background: var(--border-color-1);
  z-index: 1;
  opacity: 0.5;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
} */

.theme-block .theme-block-icon {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
    z-index: 9;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.theme-block .theme-block-icon svg {
    width: 100%;
    height: 100%;
    color: #fff;
    stroke-width: 1;
}

.theme-block:hover .theme-block-img:before {
    height: 100%;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.theme-block:hover .theme-block-icon {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sticky-notice {
    background-color: #b50000;
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.sticky-notice span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.about-company-item {
    padding: 30px;
    text-align: center;
    background-color: #eee;
}

.counter-block h3 {
    font-size: 32px;
    font-weight: 600;
}

.counter-block p {
    margin-top: 6px;
}

/* Accordion Css Start */

.collapse {
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
    transition-property: opacity, height;
    will-change: opacity, contents;
}

.collapse:not(.is-active) {
    height: 0;
    opacity: 0;
}

.accordion {
    background: transparent;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075); */
    /* border: 1px solid #d9d9d9; */
}

.accordion .card {
    overflow: hidden;
    margin: -1px -1px 1px;
    /* background: #f3f3f3; */
    /* border: 1px solid #d9d9d9; */
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;
}

.accordion .card:last-child {
    margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
    border-bottom: 1px solid var(--primary-color);
}

.accordion .card.is-active {
    background: transparent;
}

.accordion .card.is-active+.card {
    border-top-color: transparent;
}

.accordion .card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    margin: 0;
    margin-bottom: -1px;
    /* padding: 8px 20px; */
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid var(--primary-color) !important;
}

.accordion .card__title:hover .icon {
    opacity: 0.8;
}

.accordion .card__title.is-active .icon {
    transform: rotateX(180deg);
    opacity: 1;
}

.accordion .card__title .icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
    opacity: 0.3;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: -0.25rem;
}

.accordion .card__content {
    padding: 20px 20px;
}

a,
[data-toggle] {
    cursor: pointer;
}

/* Accordion Css End */

.theme-bg {
    background-color: var(--primary-color);
}

.secondary-bg {
    background-color: #3a3a3a;
}

.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #f8f8f8;
}

.theme-text {
    color: var(--primary-color) !important;
}

a.theme-text {
    color: #c8774e !important;
}

a.theme-text:hover {
    color: #fff !important;
}

.white-text {
    color: #fff !important;
}

.call-btn {
    position: fixed;
    bottom: 124px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 888;
    display: block;
    border: 1px solid #ffffff30;
    text-align: center;
    border-color: #ffffff50;
    background-color: var(--primary-color);
    animation: theme-pulse 2s infinite;
    border-radius: 100%;
    padding: 0;
}

.call-btn svg {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 8px;
}

@keyframes theme-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--primary-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.theme-img-animation>picture>img {
    filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.theme-img-animation.eligibility>a {
    display: none;
}

.plan-inquire-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
    max-width: fit-content;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    background: #fff;
    color: #000;
    padding: 10px 20px;
}

.plan-inquire-btn:hover {
    color: #fff;
}

.sticky-btn-enquire.sticky-brochure {
    top: 410px;
    right: -94px;
}

.menu-link.active {
    color: var(--primary-color);
}

.justify-content-center {
    justify-content: center;
}

.scroll-to-top {
    position: fixed;
    bottom: 85px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 89;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
    background-color: #3a3a3a;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #ffffff30;
}

.scroll-to-top:hover {
    /* background: #cf5d32; */
    background-color: var(--primary-color);
}

.scroll-to-top.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.tab-list li {
    list-style: none;
    position: relative;
}

.tab-list .tab {
    position: relative;
    display: block;
    line-height: 1;
    padding: 14px 24px;
    text-align: center;
    background: transparent;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.tab-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

/*.tab-list .tab:hover,*/

/*.tab-list .tab.is-active {*/

/*  background: #f5e2db;*/

/*  -moz-transition: all 0.3s linear;*/

/*  -ms-transition: all 0.3s linear;*/

/*  -o-transition: all 0.3s linear;*/

/*  -webkit-transition: all 0.3s linear;*/

/*  transition: all 0.3s linear;*/

/*}*/

/*.tab-dropdown .tab:hover,*/

/*.tab-dropdown .tab.is-active{*/

/*  background: #f5e2db;*/

/*}*/

.tab-list .tab:hover,
.tab-list .tab.is-active {
    background: #f5e2db4a;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-dropdown .tab:hover,
.tab-dropdown .tab.is-active {
    background: #f5e2db;
}

.tab-list .tab a {
    color: var(--primary-color);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-block.theme-img-animation {
    overflow: hidden;
}

.stock-image,
.actual-image,
.artistic-impression {
    position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
    content: "Artistic Impression";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
    max-width: fit-content;
    z-index: 9;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
}

.stock-image::after {
    content: "Stock Image";
}

.actual-image::after {
    content: "Actual Image";
}

.tab-list-block {
    margin-bottom: 40px;
}

.splide__pagination {
    margin-top: 15px;
    width: 100%;
}

.social__icon {
    position: relative;
    display: block;
    max-width: 30px;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.social-icons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social__icon:hover {
    transform: scale(1.2);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* SwiperJs Arrow Css Start */

.swiper__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    width: 45px;
    height: 45px;
    padding: 10px;
    color: #fff;
    background-color: rgb(29 87 163 / 40%);
    border: 1px solid var(--primary-color);
    opacity: 1;
}

.arrow-bottom .splide__arrows {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.arrow-bottom .splide__arrow {
    position: static;
    transform: unset;
}

.arrow-none .splide__arrows {
    display: none !important;
}

.swiper__arrow svg {
    font-size: 24px;
}

.swiper__arrow svg {
    fill: transparent;
    height: 45px;
    transition: fill 0.2s linear;
    width: 45px;
}

.swiper-button-prev svg {
    transform: scaleX(-1);
}

.swiper-button-prev {
    left: 60px;
}

.swiper-button-next {
    right: 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* SwiperJs Arrow Css End */

.js-scroll {
    opacity: 0;
}

.corporate-logo img {
    height: 100px;
    width: auto;
}

.menu-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-link.active:before,
.menu-link:hover:before {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}

.download-brochure-block {
    width: 265px;
    height: 265px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    background-color: #ffffff30;
    border-radius: 100%;
}

.brochure-img img,
.download-icon svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-banner .download-brochure-block {
    top: 100%;
    transform: translateY(-50%);
}

.brochure-img img {
    backdrop-filter: blur(25px);
    border-radius: 100%;
    animation: rotate-animation 20s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.section-title h1:before,
.section-title h2:before {
    position: absolute;
    content: "";
    bottom: 30%;
    left: 102%;
    width: 1000%;
    height: 1px;
    background-color: var(--primary-color);
}

.title-tagline span {
    color: var(--primary-color);
    font-family: "Brittney Signature DEMO! DEMO!";
    display: block;
    text-transform: capitalize;
    padding: 6px 0;
}

.title-tagline:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 102%;
    width: 1000%;
    height: 1px;
    background-color: var(--primary-color);
}

/*#section-highlights {*/

/*  padding-top: 200px;*/

/*}*/

.highlights-item img {
    width: 48px;
    flex: 0 0 auto;
}

.highlights-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.highlights-item span {
    font-size: 18px;
}

.highlights-item:not(:last-child) {
    margin-bottom: 50px;
}

.element {
    position: absolute;
}

.element.light-element {
    top: 0;
    left: 0;
    max-width: 200px;
}

.element.grc-element {
    top: 50%;
    transform: translateY(-50%);
    left: 16%;
    max-width: 690px;
}

.thoughts-item h5 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

.thoughts-item {
    min-height: 180px;
}

#thoughts-main-slider {
    border: 1px solid var(--primary-color);
    padding: 10px;
}

.element.quotes-element {
    right: 0;
    max-width: 100px;
}

.element-bottom:before {
    bottom: 15% !important;
}

.section-thoughts .section-title h2:before {
    left: 75%;
}

.dark .title-tagline span {
    color: #fff;
}

.dark.section-title h1:before,
.dark.section-title h2:before,
.dark .title-tagline:before {
    background-color: #fff;
}

.features-detail {
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 80px 120px 80px 60px;
    justify-content: center;
    position: relative;
}

/* .features-detail::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 165px;
  background-image: url(../../media/images/element/headphone.svg);
  background-size: contain;
  background-repeat: no-repeat;
} */

.features-detail h3 {
    font-size: 150px;
    line-height: 150px;
    font-family: "Butler";
    font-weight: 700;
}

.features-detail span {
    font-size: 58px;
    line-height: 74px;
    font-weight: 300;
}

.column.features-col {
    padding: 0 20px !important;
}

.columns.features-row {
    margin: 0 -20px !important;
}

.features-wrapper .download-brochure-block {
    top: 50%;
    transform: translateY(-50%);
}

.tab-title-without-click h4,
.tab-title h4 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.tab-title-without-click,
.tab-title {
    display: flex !important;
    align-items: center;
    position: relative !important;
    padding: 40px !important;
    gap: 10px;
    cursor: pointer !important;
    min-width: 380px;
    justify-content: center;
}

.tab-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.tab-title-without-click:before,
.tab-title:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.tab-title-without-click h4,
.tab-title-without-click svg,
.tab-title h4,
.tab-title svg {
    color: #fff;
    position: relative;
}

.tab-dropdown {
    border: 1px solid transparent;
    position: absolute;
    width: 100%;
    /*background-color: #fff;*/
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* .tab-dropdown.is-active{
  border: 1px solid var(--border-color-1);
} */

.tab-dropdown .tab {
    background: #fff;
}

/* .tab-list .tab:not(:last-child) {
  border: 1px solid var(--border-color-1);
} */

.tab-dropdown .tab {
    border: 1px solid var(--border-color-1);
}

.tab-dropdown.is-active {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    visibility: visible;
}

.amenities-block {
    position: relative;
}

.theme-block-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: #fff;
    color: var(--primary-color);
    padding: 20px 50px;
}

.amenities-vertical-title {
    writing-mode: vertical-rl;
    transform: scale(-1);
    position: absolute;
    left: 80px;
    color: var(--border-color-1);
    text-transform: uppercase;
}

.amenities-vertical-title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.amenities-tab-content .splide__arrow--next {
    right: 7%;
}

.amenities-tab-content .splide__arrow--prev {
    left: -30px;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

td,
th {
    border-bottom: 1px solid var(--border-color-3);
    padding: 25px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: 33.33%;
}

.bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

td h6 {
    font-family: "Butler";
    font-size: 36px;
    line-height: 40px;
}

tr:first-child td {
    border-top: 1px solid var(--border-top-color);
}

tr td:last-child {
    text-align: right;
}

tr td:nth-child(2) {
    text-align: center;
}

/* .plan-title h6 {
  display: inline-block;
  padding: 10px 10px 10px 0;
  margin: 15px 20px 0 20px;
  background-color: #fff;
  position: relative;
} */

.plan-title {
    position: relative;
}

.plan-title:before {
    position: absolute;
    content: "";
    bottom: 40%;
    left: 20px;
    height: 100%;
    width: calc(100% - 40px);
    border: 1px solid var(--border-color-2);
    z-index: -1;
}

.gallery-block .theme-block-img {
    padding: 0;
    border: 0;
}

.gallery-block .theme-block:not(:last-child) {
    margin-bottom: 24px;
}

.element.gallery-grc-element {
    width: 100%;
    max-width: 1130px;
    right: 10%;
}

.get-in-touch-form .row-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.get-in-touch-form .col-form {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 15px;
    margin-bottom: 30px;
}

.get-in-touch-form .col-form.w-100 {
    width: 100%;
}

.section-get-in-touch .section-title h2:before {
    display: none;
}

.element.get-in-touch-element {
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 280px;
    top: 0;
}

.theme-form .form-label {
    color: var(--primary-color);
    margin-bottom: 8px;
    display: block;
}

.theme-form .sm-form-control {
    padding: 15px;
    border: 1px solid #efcec2;
    color: #333;
}

.footer-logo img {
    max-width: 300px;
    margin: 0 auto 60px;
    /* background-color: #3a3a3a; */
    padding: 0 30px;
    position: relative;
}

/* .footer-logo:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  right: 0;
  height: 0.5px;
  width: 300%;
  background-color: #fff;
} */

.footer h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 6px;
}

.footer-item.rera-block {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.rera-qr {
    width: 100px;
    flex: 0 0 auto;
}

.footer-disclaimer p {
    font-size: 14px;
}

.footer-disclaimer {
    border-top: 1px solid #ffffff30;
    border-bottom: 1px solid #ffffff30;
    padding: 30px 0;
    margin: 40px 0;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

/* .tab-item.is-active .tab-title svg {
  transform: rotate(180deg);
} */

.rera-desc {
    word-break: break-all;
}

#club-sunday-slider .splide__pagination__page {
    width: 4px;
    height: 4px;
    margin: 1px;
}

.p-none {
    pointer-events: none;
}

.element.thankyou-grc-element {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.element.modal-grc-element {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 300px;
    margin: 0 auto;
    opacity: 0.7;
}

.theme-animation.theme-animation-top,
.theme-animation {
    transform: translateY(150px);
    opacity: 0;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
}

.theme-animation.theme-animation-top {
    transform: translateY(-150px);
}

.theme-animation.theme-animation-top.show,
.theme-animation.show {
    transform: translateY(0);
    opacity: 1;
}

/* Loader CSS Start */

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: "";
    position: fixed;
    background: #3a3a3a;
    left: 0;
    height: 50%;
    width: 100%;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.loading {
    color: #fff;
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999;
    width: 100%;
    text-align: center;
}

.loading.isdone {
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.loading span {
    -webkit-animation: loading 1.4s infinite alternate;
    animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loading::after {
    content: "";
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff20;
    transition: all;
    width: 0;
    bottom: -30px;
    animation: underline-animated 5s forwards;
}

@keyframes underline-animated {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

html.no-scroll {
    overflow: hidden;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #3a3a3a;
    border-radius: 0;
}

/* Loader CSS End */

.reveal-effect {
    position: relative;
    opacity: 0 !important;
}

.reveal-effect.scrolled:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}

.reveal-effect.scrolled>* {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    51% {
        left: auto;
        right: 0;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    51% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.reveal-effect.scrolled {
    opacity: 1 !important;
}

/* Drop Down */

/* Trigger the animation when the item is clicked */

.tab-dropdown .tab {
    opacity: 0;
    transform: translateX(60px);
}

.tab-dropdown.is-active .tab {
    animation: menu2 0.5s forwards;
}

.tab-dropdown.is-active .tab:nth-child(2) {
    animation-delay: 0.2s;
}

.tab-dropdown.is-active .tab:nth-child(3) {
    animation-delay: 0.4s;
}

/* Special animation for .four */

@keyframes menu1 {
    from {
        opacity: 0;
        transform: scale(0.1) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes menu2 {
    from {
        opacity: 0;
        transform: translate(60px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

/* Reverse animation when not active */

@keyframes menu1-reverse {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translateY(-40px);
    }
}

/* Drop Down end */

.master-plan-img {
    max-width: 700px;
    margin: 0 auto;
}

.floorplans-wrapper .tab-list .tab {
    border: 1px solid var(--border-color-1);
}

.map {
    border: 1px solid #efcec2;
}

.select-configuration option {
    color: #000;
}

.copyright-detail {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.flow-logo {
    max-width: 60px;
}

.banner-image {
    border-bottom: 1px solid #ddd;
}

select {
    outline: 0;
}

.accordion .card__title::after {
    content: "\002B";
    color: var(--primary-color);
}

.accordion .card__title.is-active::after {
    content: "\2212";
    color: var(--primary-color);
}

.highlight-item {
    margin-bottom: 10px;
}

.highlight-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.theme-color {
    color: var(--primary-color);
}

.highlight-icon {
    border-right: 1px solid #c2771859;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.highlight-icon img {
    height: 40px;
    width: 40px;
}

.highlight-icon .active-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.card.is-active .highlight-icon .active-icon {
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.card.is-active .normal-icon {
    opacity: 0;
}

.highlight-inner-icon-text {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #c2771836; */
}

#gallery-slider .theme-block-img {
    padding: 0;
    border: 0;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    background: var(--border-color-1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    z-index: 1000;
    left: 5%;
}

.footer-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.footer-input {
    width: 70%;
    padding: 8px 2px;
    border-bottom: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.footer-input::placeholder {
    color: #fff;
    opacity: 1;
}

/* .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
} */

/* Desktop Styles */

@media (min-width: 769px) {
    .gallery-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }
    .gallery-item {
        flex: 0 0 calc(33.33% - 10px);
        margin-bottom: 0;
    }
    .gallery-item:nth-child(n+7) {
        display: none;
    }
    .gallery-item.show-desktop {
        display: block !important;
    }
}

/* Mobile Styles */

@media (max-width: 768px) {
    .gallery-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .gallery-item:nth-child(n+5) {
        display: none;
    }
    .gallery-item.show-mobile {
        display: block !important;
    }
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.03);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.hidden-item {
    display: none;
}

.view-more-container {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

#section-gallery {
    padding-top: 0;
}

.configurtation-cta {
    display: flex;
    justify-content: center;
    padding-top: 28px;
    align-items: center;
    align-content: center;
    align-self: center;
}