@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --light: #fff;
    --dark: #000;
}

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
    background-color: #000;
}

html {
    scrollbar-gutter: stable;
    height: auto;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25em;
    /* margin: 0 0 20px 0; */
    /* color: #222; */
}

img {
    width: 100%;
    height: auto;
}

/* img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
} */
span,
a,
a:hover {
    /* display: inline-block; */
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #000000;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 8px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: 1px solid #ccc;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding-left: 25px;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #000000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}

select {
    padding: 10px;
    border-radius: 1px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    font-family: "Inter", sans-serif;

    text-transform: uppercase;
    background: #000000;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}



/* placeholder */
::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f8f5f0;
    overflow: hidden;
    margin: 35px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: "\e645";
    font-family: "Themify";
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #222;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 15px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #000000;
    font-weight: 400;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #000000;
}

/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 600;
}

.count {
    font-family: "Inter", sans-serif;

}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

/* background & color */
.bg-blck {
    background: #222;
}

.bg-cream {
    background: #f8f5f0;
}

.color-1 {
    color: #fff;
}

.color-2 {
    color: #adadad;
}

.color-3 {
    color: #666;
}

.color-4 {
    color: #222;
}

.color-5 {
    color: #000000;
}

/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

/* Star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

/* ======= Selection style ======= */
/* ::-webkit-selection {
  color: #fff;
  background: #000000;
}

::-moz-selection {
  color: #fff;
  background: #000000;
}

::selection {
  color: #fff;
  background: #000000;
} */

/* ======= Preloader style ======= */
/* body.preloader-active {
    overflow: hidden;
} */
/* 
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000, #363636);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-text {
    position: absolute;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    opacity: 0.8;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.8s ease;
}

.fade-out {
    transition: opacity 1s ease;
    opacity: 0; 
}

.fade-out-text {
    transform: scale(1.2); 
    opacity: 0; 
    transition: transform 0.8s ease, opacity 0.8s ease;
} */


#intro-reveal {
    position: fixed;
    inset: 0;
    background: rgb(0, 0, 0);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.white-mask {
    position: absolute;
    inset: 0;
    background: rgb(255, 255, 255);
    clip-path: inset(50% 0 50% 0);
    z-index: 1;
    transition: clip-path 5s ease-in-out;
}


.preloaderwords {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.preloaderword {
    font-size: 140px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    opacity: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    display: inline-block;
    letter-spacing: -4px;
}

.preloaderletter {
    display: inline-block;
}





/* Make the body content initially invisible */
.highlight_overview_header {
    opacity: 0;
    transform: translateY(30px);
    /* Start slightly below */
    transition: all 1s ease;
}

/* When content is active, fade in */
.highlight_overview_header.active {
    opacity: 1;
    transform: translateY(0);
    /* Slide content into view */
}

/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}

.big_display_padding_top {
    padding-top: 120px;
    padding-bottom: 120px;
}

.detail-header-padding {
    padding: 140px 0;
}

.header-padding {
    padding: 200px 0;
}

.section-padding2 {
    padding: 0 0 120px 0;
}

.section-padding3 {
    padding: 80px 0 50px 0;
}


/* .section-padding h6 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
} */

.section-subtitle {
    font-size: 15px;
    font-family: "Inter", sans-serif;

    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.section-subtitle span {
    color: #000000;
}

.section-title {
    font-size: 46px;

    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.section-title span {
    color: #fff;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* background: linear-gradient(270deg, #232323 0%, #000 100%); */
    background: rgba(0, 0, 0, 0);
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    border-bottom: 1px solid #484848;
    /* border: 1px solid #efefef; */
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-family: "Inter", sans-serif;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-right: 25px;
    padding-left: 25px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase;




}

.navbar .navbar-nav .nav-link a {
    cursor: pointer;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}


.navbar .navbar-nav .active {
    font-weight: 800 !important;
}

.navbar .navbar-nav .active i {
    font-weight: 800
}

.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #000000;
}

.nav-scroll .navbar-nav .nav-link {
    color: #222;
}

.nav-scroll .navbar-nav .active {
    color: #000000 !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .logo-img {
    width: 160px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #000000;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Inter", sans-serif;

    font-size: 10px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}


.navbar-nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item:not(:first-child)::before {
    content: "•";
    color: rgba(238, 238, 238, 0.50);
    ;
    font-size: 8px;
    margin: 0 18px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease;
        width: 220px;
        padding: 10px 25px;
        border-radius: 4px;
        background-color: #1c1c1c;
        border: 1px solid #3d3d3d;
    }
}




.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #000000;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: "Inter", sans-serif;

    font-size: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.logo {
    padding: 0;
}

.logo-img {
    padding: 0;
    width: 130px;
    text-align: center;
}

.dropdown .nav-link i {
    padding-left: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.nav-scroll .dropdown .nav-link i {
    color: #222;
}

.nav-scroll .navbar-nav .active i {
    color: #000000;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 8px 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid #1c1c1c;
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none
}

/* .navbar .dropdown-menu li:last-child {
    border-bottom: none;
} */

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 220px;
        padding: 12px 25px;
        border: 1px solid #484848;
        border-radius: 8px;
        /* border: 0; */
        background-color: #1c1c1c;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        /* background: transparent; */
        padding-top: 0px;
        padding-bottom: 0px;
        height: 0;
    }

    .nav-scroll {
        background: #fff;
    }

    .logo-wrapper {
        float: left;
        padding: 30px 0 30px 50px;
    }

    .nav-scroll .logo-wrapper {
        padding: 26px 0 26px 20px;
        background-color: transparent;
    }

    .navbar button {
        padding-right: 30px;
    }

    .nav-scroll .logo-img {
        width: 160px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .logo-img {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        /* margin-top: 10px; */
        border: none;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        max-width: 100%;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #484848;
    }

    /* .navbar .nav-link {
    margin: 0px auto !important;
  } */
    .navbar .navbar-nav .nav-link {
        color: #FFF;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #ffffff !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #000000 !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }

    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        /* background: #fff; */
        box-shadow: none;
    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dropdown .nav-link i {
        color: #ffffff;
        align-content: center;
    }

    .nav-scroll .dropdown .nav-link i {
        color: #222;
    }

    .nav-scroll .dropdown .nav-link.active i {
        color: #000000;
    }

    .navbar .dropdown-menu .dropdown-item span {
        font-size: 20px;
        line-height: 100%;
        text-transform: capitalize;
        letter-spacing: -0.9px;
        color: #e6e6e6;
    }

    .navbar .dropdown-menu li:last-child {
        border-bottom: 1px solid #1c1c1c;
    }

    .navbar .dropdown-menu li {
        padding: 20px 60px;
    }
}

@media screen and (max-width: 992px) {

    .mmt-50 {
        margin-top: 50px;
    }


    .navbar .navbar-collapse {
        /* height: 450px; */
        /* overflow: auto; */
        /* height: auto; */
        /* overflow: scroll; */
        /* background: #ffffff; */
        text-align: left;
        padding: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1000;
        /* padding: 0 20px 20px 20px; */
    }

    .navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
    }

    .navbar-collapse.show {
        max-height: 100vh;
        /* background: linear-gradient(270deg, #232323 0%, #000 100%); */
        background-color: black;
    }

    .navbar .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid #1c1c1c;
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.8px;
        text-transform: capitalize;
    }

    .mob-pad-top {
        padding-top: 10px
    }



    /* body.noscroll {
        overflow: hidden;
    } */

    /* .nav-item {
    border-bottom: 1px solid #e6e6e6;
  } */

    .navbar .navbar-nav .nav-active-icon {
        display: none;
    }
}

/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption span i.star-rating {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.header .caption h4 {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.header .caption h1 {
    position: relative;
    font-family: "Denton";
    font-size: 80px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
}

.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-right: 15px;
}

.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}

.header .caption p span:last-child:after {
    display: none;
}

.header .caption p span:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 0.5;
}

.header .caption .butn-light {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.header .caption .butn-dark {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}

hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider-fade .item .caption {
    z-index: 9;
}

/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}

.slider-fade .owl-prev {
    float: left;
}

.slider-fade .owl-next {
    float: right;
}

.slider-fade .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    transform: scale(0.9);
    background: transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}

/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    text-align: right !important;
}

.slider-fade .owl-dots:after {
    position: absolute;
    top: -70px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 60px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.slider-fade .owl-dots:before {
    position: absolute;
    bottom: -70px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 60px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.slider-fade .owl-dots .owl-dot {
    text-align: center;
}

.slider-fade .owl-dots {
    counter-reset: dots;
}

.slider-fade .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
    color: #fff;
    font-family: "Inter", sans-serif;

}

.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none;
}

.slider-fade .owl-dots .owl-dot.active {
    color: #000000;
}

.slider-fade .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

/* video field for slider */
.header div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.header div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;

    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
}

.header div.reservation .call span {
    font-size: 24px;
    color: #000000;
    letter-spacing: 1px;
}

.header div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.header div.reservation a .icon i {
    color: #fff;
    font-size: 24px;
    transform: rotate(90deg);
}

.header div.reservation a .icon:hover {
    border: 1px solid #000000;
}

@media screen and (max-width: 768px) {
    .header div.reservation {
        display: none;
    }
}




/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}

hr.border-1 {
    border-top: 1px solid rgba(170, 132, 83, 0.7);
}

hr.border-2 {
    border-top: 1px solid rgba(170, 132, 83, 0.7);
}


/* ====== Coming Soon ======= */
.comming {
    min-height: 100vh;
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, 0.4);
    background-image: url("../img/slider/1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {
    .comming {
        min-height: 120vh;
    }
}

.comming .item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 15px;
    margin-bottom: 30px;
}

.comming h6 {
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;

    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.comming h3 {
    font-size: 48px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.comming h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.comming h1 {
    font-size: 200px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #000000;
    opacity: 0.8;
    line-height: 160px;
}

.comming p {
    color: #fff;
    font-size: 15px;
}

/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #fff;
    display: inline-block;
    font-family: "Inter", sans-serif;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.go-back a:hover {
    color: #000000;
}

.go-back a span {
    transition: all 0.5s;
}

.go-back a span i {
    color: #fff;
    font-size: 12px;
}

.go-back a:hover span {
    padding-right: 15px;
}


/* ======= Footer style ======= */
footer {
    position: relative;
    display: block;
    background: #000000;
}

.footer-top {
    position: relative;
    display: block;
    background-color: #f4f4f2;
    padding: 150px 0;
    z-index: 1;
}

/* .footer-top .footer-column {
  margin-bottom: 30px;
} */
.footer-title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.footer_ul_links {
    padding: 0;
}

.footer_ul_links li {
    font-size: 18px;
    color: #86868B;
    margin-bottom: 12px;
    font-weight: 300;
}

.footer-about-text {
    font-size: 15px;
    color: #adadad;
    margin: 0;
}

.footer-about-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.footer-about-social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-about-social-list a+a {
    margin-left: 15px;
}

.footer-about-social-list a:hover {
    background-color: transparent;
    color: #000000;
}

.footer-explore-list li+li {
    margin-top: 3px;
}

.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #adadad;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-about h2 {
    color: #000000;
    margin-bottom: 15px;
    font-family: "Denton";
    font-size: 44px;
    font-weight: 600;
}

.footer-about h2 span {
    color: #000000;
}

.footer-explore-list li a:hover {
    padding-left: 15px;
    color: #000000;
}

.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #000000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
    opacity: 1;
}

.footer-contact {
    position: relative;
    display: block;
}

.footer-contact .footer-title {
    margin-bottom: 20px;
}

.footer-contact-text {
    font-size: 18px;
    color: #999999;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 140%;
}

.footer-contact-info p {
    margin: 0;
}

.footer-contact-phone {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contact-phone:hover {
    color: #fff;
}

.footer-contact-mail {
    font-size: 15px;
    line-height: 3em;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contact-mail:hover {
    color: #fff;
}

.footer-contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000000;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
    background-color: #000000;
}

/* language */
.footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.footer-language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    opacity: 0.6;
    color: #adadad;
}

.footer-language select {
    height: 50px;
    background: #282828;
    color: #adadad;
    border: 1px solid #282828;
    border-radius: 0px;
}

.footer-language select option {
    color: #fff;
}

.contact-info {
    position: relative;
    display: block;
}

.contact-info a {
    display: block;
    font-size: 17px;
    color: rgba(21, 21, 21, 0.6);
    font-weight: 500;
}

.social-info {
    position: relative;
    display: block;
}

.social-info a {
    display: block;
    font-size: 17px;
    color: rgba(21, 21, 21, 0.6);
    font-weight: 500;
}

select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #adadad;
    color: #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer-bottom {
    position: relative;
    display: block;
    background-color: #dbdddc;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    padding: 32px 0;
}

.footer-bottom-inner {
    position: relative;
    display: block;
    text-align: left;
}

.footer-bottom-copy-right {
    font-size: 17px;
    color: rgba(21, 21, 21, 0.6);
    margin: 0;
    line-height: 120%;
}

.footer-bottom-copy-right span {
    color: #151515;
    font-weight: 500;
}

.footer-bottom-copy-right a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
    color: #000000;
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: #000000;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "themify";
    content: "\e648";
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: #000000;
}


.nav-active-icon {
    width: 100%;
    height: 11px;
    display: block;
    position: relative;
}

.main-header-image {
    display: block;
    position: relative;
}

.reveal img {
    max-width: 100%;
}


.arrow-btn {
    display: flex;
    position: relative;
}

.arrow-btn p {
    font-family: "Inter", sans-serif;

    color: #0060ae;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
}

.mt90 {
    margin-top: 90px;
}



.pl-60 {
    padding-left: 60px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}


.pr-100 {
    padding-right: 100px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-60 {
    padding-right: 60px;
}



.menu-icon {
    width: 22px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #ffffff;
}

.menu-icon.open span:nth-of-type(2) {
    opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
    transform: translateY(-5px) rotate(-45deg);
    background-color: #ffffff;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.sub-header-padding {
    padding: 200px 0;
}

.mobile-header {
    display: none;
}


.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.contact_form_area {
    background-color: #f7f7f7;
    padding: 60px;
    border-top-right-radius: 100px;
}

.contact_form_area label {
    color: #86868B;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 15px;
}

.contact_page_btn {
    margin-top: 20px !important;
    width: 100%;
}

.contact_form_area textarea {
    height: 100px;
}


@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* border: 1px solid #ddd; */
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}

th {
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #f6f6f6;
    padding: 10px;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: 120%;
}

td {
    border: 1px solid #ddd;
    padding: 10px;
    line-height: 120%;
    border-top: 1px solid #ddd;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: #151515;
}

.table-responsive table {
    width: 100%;
}

.owl-nav button img {
    width: 46px;
}

.swiper-slide {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.swiper-slide img {
    transition: scale 0.5s ease-in-out;
}

.swiper-slide:hover img {
    scale: 1.2;
}


.footer_logo {
    max-width: 180px;
}

.subscribe_input h4 {
    padding: 60px 0;
    font-weight: 400;
}

.footer_form {
    position: relative;
    width: 100%;
}

.footer_form input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-right: 50px;
    /* Adjust padding for the button space */
    box-sizing: border-box;
    padding-left: 10px;
    margin: 0;
}

.submit_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #333;
    /* Customize arrow color */
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 18px;
    /* Adjust icon size */
}

.submit_btn i {
    pointer-events: none;
}

.copyright_footer_content {
    display: block;
    position: relative;
    padding-top: 80px;
}

.copyright_footer_content p {
    font-size: 15px;
    color: #86868B;
    font-weight: 400;
    margin: 0;
}

.home_page_header {
    display: block;
    position: relative;
}

.head_container {
    display: block;
    position: relative;
    overflow: hidden;
}

.head_image {
    display: block;
    position: relative;
}

.head_image img {
    height: 100dvh;
    width: 100dvw;
    object-fit: cover;
}

.head_text {
    bottom: 5%;
    position: absolute;
    max-width: 100%;
    display: flex;
}

.marqueeOne {
    font-size: 7.5vw;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    margin-left: 30px;
}

.marqueeTwo {
    background-color: #0088cf;
    font-size: 7vw;
    font-weight: 700;
    color: #eee;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}

a {
    color: #999;
    text-decoration: none;
}

.spinningStar {
    margin: 0 4vw;
    display: inline-block;
}

.long_content {
    background-color: #666;
    min-height: 300vh;
}

/* .highlight_overview_header {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
} */

.highlight_overview_header {
    display: block;
    position: relative;
    padding-bottom: 40px;
    opacity: 0;
    /* Initially hidden */
}

.border-bottom-animate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    /* Start with 0 width */
    height: 1px;
    background-color: #ccc;
    /* The border color */
}

.main_header_tagline {
    color: #86868B;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.nature_tagline {
    color: #86868B;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.highlight_overview_header h2 {
    font-size: 32px;
    font-weight: 300;
    color: #1D1D1F;
    margin: 0;
    text-transform: uppercase;
}

.main_header_span {
    font-weight: 600 !important
}

.main_highlights {
    display: block;
    position: relative;
    padding-top: 60px;
}

/* .single_main_highlight {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
} */


.single_main_highlight_content {
    display: block;
    position: relative;
}

.item-image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.5s all ease;
    cursor: pointer;
}

.item-image:hover {
    translate: 0 -7px;
}

.item-image picture img {
    transition: 0.5s all ease;
}

.item-image:hover picture img {
    transform: scale(1.1);
}

/* Highlighter */

.highlight_header {
    position: absolute;
    bottom: 70px;
    left: 30px;
    width: 50%;
}

.highlight_header h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    margin-bottom: 25px;
}

.highlight_header h3 span {
    font-weight: 300;
}


.highlight_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.highlight_content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    line-height: 120%
}

/* Highlighter 1 */


.highlight1_header {
    position: absolute;
    bottom: 85px;
    left: 30px;
}

.highlight1_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

/* Highlighter 2 */

.highlight2_header {
    position: absolute;
    top: 30px;
    left: 30px;
}

.highlight2_header h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.highlight2_header span {
    font-weight: 300;
}

.highlight2_content {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.highlight2_content img {
    max-width: 30px;
}

/* Highlighter 3 */

.highlight3_header {
    position: absolute;
    top: 30px;
    left: 30px;
}

.highlight3_header h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.highlight3_content {
    position: absolute;
    top: 85px;
    left: 30px;
    right: 30px;
}

.highlight3_content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    line-height: 120%
}

/* Highlighter 4 */

.highlight4_header {
    position: absolute;
    top: 30px;
    left: 30px;
}

.highlight4_header h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.highlight4_header span {
    font-weight: 300;
}

.highlight4_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.highlight4_content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    line-height: 120%
}

/* Highlighter 5 */

.highlight5_header {
    position: absolute;
    top: 30px;
    left: 30px;
}

.highlight5_header h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.highlight5_header h4 {
    color: #86868b;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    margin-top: 2px;
}

.highlight2_header h4 {
    color: #86868b;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    margin-top: 2px;
}

.highlight5_content {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.highlight5_content img {
    max-width: 30px;
}

/* Highlighter 6 */

.highlight6_header {
    position: absolute;
    bottom: 85px;
    left: 30px;
}

.highlight6_header h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.highlight6_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.highlight6_content img {
    max-width: 30px;
}















.grid-parent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 240px);
    grid-auto-rows: 240px;
    gap: 14px;
}

.grid-parent .grid-columns-lg-1 {
    grid-column-start: span 1
}

.grid-parent .grid-rows-lg-1 {
    grid-row-start: span 1
}

.grid-parent .grid-columns-lg-2 {
    grid-column-start: span 2
}

.grid-parent .grid-rows-lg-2 {
    grid-row-start: span 2
}

.grid-parent .grid-columns-lg-3 {
    grid-column-start: span 3;
}

.grid-parent .grid-rows-lg-3 {
    grid-row-start: span 3
}

.grid-parent .grid-columns-lg-4 {
    grid-column-start: span 4
}

.grid-parent .grid-rows-lg-4 {
    grid-row-start: span 4
}

.grid-parent .grid-columns-lg-5 {
    grid-column-start: span 5
}

.grid-parent .grid-rows-lg-5 {
    grid-row-start: span 5
}

.grid-parent .grid-columns-lg-6 {
    grid-column-start: span 6
}

.grid-parent .grid-rows-lg-6 {
    grid-row-start: span 6
}

@media (min-width: 1024px) {
    .grid-parent {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, 240px);
        grid-auto-rows: 240px;
        gap: 14px
    }

    .grid-parent .fs-h2 {
        font-size: 2.5rem !important
    }

    .grid-parent .fs-sub {
        font-size: 2rem !important
    }



    .grid-parent .grid-columns-lg-1 {
        grid-column-start: span 1
    }

    .grid-parent .grid-rows-lg-1 {
        grid-row-start: span 1
    }

    .grid-parent .grid-columns-lg-2 {
        grid-column-start: span 2
    }

    .grid-parent .grid-rows-lg-2 {
        grid-row-start: span 2
    }

    .grid-parent .grid-columns-lg-3 {
        grid-column-start: span 3;
    }

    .grid-parent .grid-rows-lg-3 {
        grid-row-start: span 3
    }

    .grid-parent .grid-columns-lg-4 {
        grid-column-start: span 4
    }

    .grid-parent .grid-rows-lg-4 {
        grid-row-start: span 4
    }

    .grid-parent .grid-columns-lg-5 {
        grid-column-start: span 5
    }

    .grid-parent .grid-rows-lg-5 {
        grid-row-start: span 5
    }

    .grid-parent .grid-columns-lg-6 {
        grid-column-start: span 6
    }

    .grid-parent .grid-rows-lg-6 {
        grid-row-start: span 6
    }
}

.d-block {
    display: block;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.object-fit-cover {
    object-fit: cover;
}

@media (max-width: 1023.98px) {


    .grid-parent .grid-columns-1 {
        grid-column-start: span 6
    }

    .grid-parent .grid-columns-2 {
        grid-column-start: span 12
    }

    .grid-parent .grid-rows-1 {
        grid-row-start: span 1
    }

    .grid-parent .grid-rows-2 {
        grid-row-start: span 2
    }

    .grid-parent .order-mob-1 {
        order: 1
    }

    .grid-parent .order-mob-2 {
        order: 2
    }

    .grid-parent .order-mob-3 {
        order: 3
    }

    .grid-parent .order-mob-4 {
        order: 4
    }

    .grid-parent .order-mob-5 {
        order: 5
    }

    .grid-parent .order-mob-6 {
        order: 6
    }

}


.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}






.demo_header_image {
    padding-top: 90px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #000 0%, #232323 100%);
    position: relative;
}

.left_demo_header_text_area {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 300px;
    color: white;
    margin-bottom: 45px;
}

.demo_header_content h6 {
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.demo_header_content h1 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.demo_header_content h1 span {
    font-weight: 600;
}

.demo_header_content button {
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    border-radius: 34px;
    background: rgba(217, 217, 217, 0.06);
    box-shadow: 1.713px -1.713px 1.713px 0px rgba(182, 182, 182, 0.33) inset, -1.713px 1.713px 1.713px 0px rgba(255, 255, 255, 0.33) inset;
    backdrop-filter: blur(14.306333541870117px);
}

.demo_header_content button a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 22px */
    background: linear-gradient(90deg, #FFF 0%, #9D9D9D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.demo_header_content button a img {
    width: 20px;
}

.demo_header_content button:hover {
    background-color: #333;
    border-color: #777;
}

.right_demo_header_image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-top: 50px;
}

.right_demo_header_image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.scroll_content_text {
    display: block;
    position: relative;
}

.scroll_content_text h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(270deg, #242425 0%, #86868B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image_content_small_line {
    width: 80px;
    height: 2px;
    background-color: #eee;
    margin: 25px auto 40px auto;
}

.scroll_content_text h2 {
    /* color: #86868B; */
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.pin_content_scroll {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.easy_content_section {
    position: relative;
    height: 100%;
    width: 100%;
}

.marquee-wrapper {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}



/* .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
    margin-top: 320px;
} */



.marquee-text {
    display: inline-block;
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    will-change: transform;
    white-space: nowrap;
}

.marquee-text .dot {
    color: #ccc;
    font-size: 20px;
    position: relative;
    top: -0.6em;
    margin: 0 30px;
}

.header-padding {
    padding: 250px 0 0 0;
}

.sensor_indication_main_area {
    display: flex;
    align-items: stretch;
    /* Makes children equal height */
    width: 100%;
    height: 100%;
    /* This will need a height from a parent */
}

.sensor_video_area {
    width: 50%;
}

.sensor_features_content_area {
    width: 50%;
    background: linear-gradient(90deg, #141414 0%, #000 100%);
}

.features_list_content {
    display: block;
    position: relative;
    padding: 70px 100px;
}

.single_feature_content {
    display: flex;
    position: relative;
    border-radius: 35px;
    border: 1px solid rgba(72, 72, 72, 0.60);
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    margin-bottom: 20px
}

.single_feature_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 34px;
    background: rgba(217, 217, 217, 0.06);
    box-shadow:
        1.713px -1.713px 1.713px 0px rgba(182, 182, 182, 0.33) inset,
        -1.713px 1.713px 1.713px 0px rgba(255, 255, 255, 0.33) inset;
    backdrop-filter: blur(14.3px);
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.single_feature_icon img {
    width: 34px;
}

.head_content {
    display: block;
    position: relative;
    padding: 70px 100px;
    border-bottom: 1px solid #484848;
    border-top: 1px solid #484848;

}

.head_content h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 57.2px */
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.head_content p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.sensor_video_area {
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
}

.single_feature_single_content h3 {
    margin-bottom: 7px;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.single_feature_single_content p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.single_feature_single_content {
    display: block;
    position: relative;
    align-content: center;
    margin-left: 25px;
}

.single_feature_content:last-child {
    margin-bottom: 0;
}

.scrollable_content_wrapper {
    position: relative;
    height: 400px;
    /* or whatever fixed height */
    overflow: hidden;
}

.scrollable_content_for_app_screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.all_app_function_content {
    display: block;
    position: relative;
}

.main_app_function_header_content {
    display: block;
    position: relative;
}

/* .scrollable_content_for_app_screen {
    display: block;
    position: relative;
} */

.main_app_function_icon_area {
    display: flex;
    position: relative;
    gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #484848;
}



.main_app_function_icon_area img {
    width: 26px;
}

.main_app_function_header_content h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 30px;
    letter-spacing: -1.2px;
    color: #000;
}

.main_app_function_header_content_h2_span {
    font-weight: 500;
}

.main_app_function_header_content p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.main_app_function_header_content p b {
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.pl-100 {
    padding-left: 100px;
}

.single_main_app_features {
    display: block;
    position: relative;
    margin-top: 30px;

}

.single_app_feature {
    display: flex;
    position: relative;
    padding: 12px 20px;
    align-items: center;
    width: max-content;
    border-radius: 50px;
    margin-bottom: 10px;
}

.single_app_feature img {
    width: 24px;
    margin-right: 18px;
}


.single_app_feature p {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: -0.6px;
}

.single_main_app_features .single_app_feature.active {
    background: linear-gradient(90deg, #000 0%, #3B3B3B 100%);
}

.single_main_app_features .single_app_feature.active img {
    filter: invert();
}

.single_main_app_features .single_app_feature.active p {
    color: white;
}


.sensor_video_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.grid_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 280px);
    gap: 10px;
    grid-template-areas:
        "box-1 box-2 box-3 box-3"
        "box-1 box-4 box-4 box-5"
        "box-6 box-6 box-7 box-5";
}

.box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}



.mobile_screen_preview {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.main_device_frame img {
    display: block;
    width: 100%;
    height: auto;
}

.animated_screens_gif {
    position: absolute;
    top: 2%;
    z-index: 10;
    left: 6%;
    width: 70.5%;
    height: 86%;
    /* border-radius: 6% 6% 0 0; */
    overflow: hidden;
    pointer-events: none;
}

.animated_screens_gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.animated_screens_gif img.screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
}

.mobile_app_pin_feature {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, #FFF 84.13%, #ECECEC 100%);
}

.modular_setup_header {
    display: block;
    position: relative;
    text-align: center;
}

.modular_setup_header h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.modular_setup_header p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




.stack_image_container {
    position: relative;
    width: 100%;
    height: 320px;
    max-width: 800px;
    margin: 0 auto;
}

/* Each image absolutely positioned horizontally */
.first_part_design, .second_part_design, .third_part_design, .fourth_part_design {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 280px;
    max-width: max-content;
    transition: transform 0.3s ease;
    user-select: none;
    pointer-events: none;
}

.first_part_design {
    left: 26%;
    z-index: 4;
}

.second_part_design {
    left: 43%;
    z-index: 3;
}

.third_part_design {
    left: 47%;
    z-index: 2;
}

.fourth_part_design {
    right: 26%;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 1024px) {

    .stack_image_container {
        height: 240px;
    }

    .first_part_design, .second_part_design, .third_part_design, .fourth_part_design {
        max-height: 200px;
    }

    .first_part_design {
        left: 7%;
    }

    .second_part_design {
        left: 30%;
    }

    .third_part_design {
        left: 53%;
    }

    .fourth_part_design {
        right: 7%;
    }
}

@media (max-width: 600px) {
    .stack_image_container {
        height: 180px;
    }

    .first_part_design, .second_part_design, .third_part_design, .fourth_part_design {
        max-height: 140px;
    }

    .first_part_design {
        left: 5%;
    }

    .second_part_design {
        left: 28%;
    }

    .third_part_design {
        left: 50%;
    }

    .fourth_part_design {
        right: 5%;
    }
}

.modular_section_pin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
}

.modular_section_pin .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6rem;
    /* gap between header and images */
}

.main_top_heading {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.main_top_heading h1 {
    color: #FFF;
    font-size: 110px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -6px;
    /* 165px */
}

.main_top_heading {
    padding: 80px 0;
    border-bottom: 1px solid #484848;
}

.text_footer_content {
    display: block;
    position: relative;
    /* border-right: 1px solid #484848; */
    padding-bottom: 80px;
}

.text_footer_content h4 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.text_footer_content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFF 0%, #9D9D9D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.4px;
}


.text_footer_content button {
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    border-radius: 34px;
    background: rgba(217, 217, 217, 0.06);
    box-shadow: 1.713px -1.713px 1.713px 0px rgba(182, 182, 182, 0.33) inset, -1.713px 1.713px 1.713px 0px rgba(255, 255, 255, 0.33) inset;
    backdrop-filter: blur(14.306333541870117px);
    width: max-content;
}

.text_footer_content button a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    letter-spacing: -0.4px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 22px */
    background: linear-gradient(90deg, #FFF 0%, #9D9D9D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1.1px;
}

.text_footer_content button a img {
    width: 20px;
}

.text_footer_content button:hover {
    background-color: #333;
    border-color: #777;
}

.text_footer_content {
    padding-top: 40px;
}

.menu_section_footer {
    display: block;
    position: relative;
    border-right: 1px solid #484848;
    padding: 80px 40px 0 40px;
    padding-bottom: 140px;
}

.contact_section_footer {
    display: block;
    position: relative;
    padding: 40px 40px 0 60px;
    padding-bottom: 140px;
    border-left: 1px solid #4b4b4b;
}

.menu_section_footer h4 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.footer_section_links {
    padding-left: 0;
}

.footer_section_links li {
    padding: 8px 0;
}

.footer_section_links li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}


.contact_section_footer h4 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.contact_section_footer_div {
    display: block;
    position: relative;
    margin-bottom: 15px;
}



.contact_section_footer_div p {
    color: #86868B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0;
}

.contact_section_footer_div a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* text-transform: uppercase; */
}

.social_icons {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.footer_credit_section {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 80px;
    margin-top: 30px;
    border-top: 1px solid #484848;
    justify-content: right;
}

.website_copyright {
    display: block;
    position: relative;
}

.website_copyright a {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 100%;
}

.website_copyright p {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    line-height: 100%;
    margin-bottom: 0;
}

.social_icons li {
    display: block;
    position: relative;
    align-content: center;
    border-radius: 34px;
    background: rgba(217, 217, 217, 0.06);
    box-shadow: 1.713px -1.713px 1.713px 0px rgba(182, 182, 182, 0.33) inset, -1.713px 1.713px 1.713px 0px rgba(255, 255, 255, 0.33) inset;
    backdrop-filter: blur(14.306333541870117px);
    width: 48px;
    height: 48px;
    text-align: center;
}

.social_icons li a img {
    width: 24px;
}

.social_icons li {
    margin: 0 5px;
}

.social_icons ul li:last-child {
    margin: 0;
}

.social_icons ul li:first-child {
    margin: 0;
}


.canvas {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.linkcanvas {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}


.main_header_image h1 {
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}

.dayro_text1,
.dayro_text2 {
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    /* opacity: 0; */
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity, filter;
    max-width: 100%;
}

.main_header_image .dayro_text1 h6,
.main_header_image .dayro_text2 h6 {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.main_header_image .dayro_text1 h2,
.main_header_image .dayro_text2 h2 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.4px;
    text-align: center;
}







/* .link_header_image h1 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: #ffffffac
} */

.link_product_name_intro {
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}





.link_dayro_text1 {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity, filter;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: #ffffffac
}

.link_secondline_header {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    display: block;
}

.link_dayro_text2 {
    position: fixed;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity, filter;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: #ffffffac
}

.link_thirdline_header {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    display: block;
}

.link_dayro_text3 {
    position: fixed;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity, filter;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: #ffffffac
}

.link_fourthline_header {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    display: block;
}

.link_dayro_text4 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity, filter;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    color: #ffffffac
}




.feature-tag {
    display: inline-block;
    padding: 10px 18px;
    line-height: 100%;
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #484848;
}







@media screen and (max-width: 1024px) {
    .ball-text {
        font-size: 2rem;
    }
}

.main_header_image {
    background-color: #1D1D1D;
}

.link_header_image {
    background-color: #1D1D1D;
}

.spacer_section,
.main_header_image,
.link_header_image {
    position: relative;
    z-index: 0;
}


.pin_content_scroll {
    position: relative;
    z-index: 0;
}

.grid_container .box {
    display: block;
    position: relative;
}

.grid_container .box h3 {
    z-index: 10;
}

.box_1_content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}

.box_2_content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}


.box_3_content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}

.box_3_details {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.box_3_details img {
    height: 30px;
}

.box_4_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.box_5_content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}


.box_6_content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}


.box_7_content {
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
}

.box_1_content h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.1px;
    /* 37.4px */
}


.box_2_details h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.1px;
    /* 37.4px */
}

.box_3_content h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.1px;
    /* 37.4px */
    text-align: right;
}

.box_4_content h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -1.1px;
}

.box_5_content h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.1px;
    /* 37.4px */
}


.box_6_content h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.1px;
    /* 37.4px */
}



.box_7_content h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.1px;
    /* 37.4px */
}

.box_2 {
    background: linear-gradient(270deg, #000 0%, #232323 100%);
}


.box_2_details {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.box_2_details p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: -0.4px;
}




.box_4_content p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.4px;
}

.box_5 {
    background: linear-gradient(270deg, #000 0%, #232323 100%);
}



.box_6 {
    background: linear-gradient(270deg, #000 0%, #232323 100%);
}





@media (max-width: 1024px) {
    .grid_container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-template-areas:
            "box-1 box-2"
            "box-3 box-3"
            "box-4 box-4"
            "box-5 box-5"
            "box-6 box-6"
            "box-7 box-7";
    }
}


.single_scene_features_area {
    display: block;
    position: relative;
    padding-top: 40px;
}

.single_scene_single_feature {
    display: flex;
    position: relative;
    margin-bottom: 40px;
}

.single_scene_features_area .single_scene_single_feature:last-child {
    margin-bottom: 0;
}

.single_scene_icon_area {
    display: block;
    position: relative;
    margin-right: 15px;
}

.single_scene_icon_area img {
    width: 24px;
}

.single_scene_content_area {
    display: block;
    position: relative;
}

.single_scene_content_area h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 8px;
}

.single_scene_content_area p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

.head_content h2 br {
    display: none;
}

.footer_section_links {
    margin-bottom: 0;
}

.contact_section_footer .contact_section_footer_div:last-child {
    margin-bottom: 0;
}

.spacer_animation_2 {
    background-color: black;
}

.dark_environment_home {
    background-color: #000;
    /* padding-top: 40px; */
}

.environment_header_area {
    display: block;
    position: relative;
}

.environment_header_area h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.2px;
    color: #ffffff;
    margin-bottom: 0;
}

.environment_span_header {
    font-weight: 500;
}

.environment_header_content {
    display: block;
    position: relative;
}

.environment_header_content p {
    color: #FFF;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}

.environment_main_header {
    padding-bottom: 50px;
}

.environment-grid {
    border-top: 1px solid #424245;
    padding-top: 50px;
}

.environment_feature_section {
    display: block;
    position: relative;
    z-index: 2;
}








.environment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    /* padding: 20px; */
    /* background: #000; */
    font-family: 'Inter', sans-serif;
    height: 600px;
    /* Optional: adjust to ensure full layout height */
}

.environment-card {
    background: #1D1D1F;
    color: white;
    border-radius: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.environment-aqi {
    grid-row: span 2;
    background: url('../upload/Home/air.webp') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.environment-aqi-badge {
    position: absolute;
    top: 50px;
    left: 50px;
}

.environment-aqi-badge img {
    width: 120px;
}

.environment_aqi_title {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}

.environment_aqi_title h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.environment-temperature {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

/* .box_shadow_temprature {
    box-shadow: 0 0 5px 0 #4C83D4 inset;
} */

.small_environment_text_with_icon {
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 40px;
}

.environment-temprature-icon {
    display: block;
    position: relative;
    align-content: center;
}

.environment-temprature-icon img {
    width: 68px;
}

.environment_temprature_title {
    align-content: center;
}

.environment_temprature_title h4 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.environment-weather {
    grid-row: span 2;
    display: block;
    background: url('../upload/Home/outside_weather.webp') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.environment-weather-icon {
    position: absolute;
    top: 50px;
    left: 50px;
}

.environment-weather-icon img {
    width: 68px;
}

.environment_weather_title {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}

.environment_weather_title h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.environment_aqi_title h3 span {
    color: #86868b;
}

.environment_weather_title h3 span {
    color: #86868b;
}

.environment_humidity_title h4 span {
    color: #86868b;
}

.environment_temprature_title h4 span {
    color: #86868b;
}


.environment-humidity {
    justify-content: center;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.environment-humidity-icon {
    display: block;
    position: relative;
    align-content: center;
}

.environment-humidity-icon img {
    width: 68px;
}

.environment_humidity_title h4 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.hpl-pad {
    padding-left: 80px;
}

.hmb-50 {
    margin-bottom: 50px;
}

.environment_feature_control_top {
    /* transform: translateY(-350px); */
    margin-top: -350px;
}

.modular_header_area {
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
}

.modular_header_area h4 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -1.1px;
}

.modular_header_area h2 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.8px;
}

.modular_header_area p {
    color: #ffffffe5;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.1px;
}

.environment_monitoring_sensor_image_area {
    display: block;
    position: relative;
}

.connect_modular_gif {
    position: absolute;
    top: 37%;
    left: 33.7%;
}

.connect_modular_gif img {
    width: 60%;
}

.modular_switch_board_image_area {
    display: block;
    position: relative;
    /* transform: translateY(-120px); */
    z-index: 1;
}

.modular_switch_board_header {
    display: block;
    position: absolute;
    top: 10%;
    width: 100%;
}

.modular_switch_board_image_area img {
    max-width: 100%;
}

.modular_switch_grey {
    position: absolute;
    top: 30%;
    left: 30%;
}

.modular_switch_black {
    position: absolute;
    top: 64%;
    left: 76%;
}

.modular_switch_white {
    position: absolute;
    top: 88%;
    left: 23%;
}

.bg_change_wrap {
    background: var(--dark);
}

.bg_change_section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_header_image {
    background-color: #000;
}

.intro_link_header_area {
    display: block;
    position: relative;
}


.intro_link_header_area h2 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.8px;
    text-align: center;
}

.intro_link_header_area p {
    color: #ffffffe5;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.1px;
}

.link_area {
    background-color: #000;
}

.link_product_image_area {
    display: block;
    position: relative;
    padding: 120px 0;
    justify-self: center;
}

.link_product_image_area img {
    max-width: 650px;
}


.link_content_header_area {
    display: block;
    position: relative;
}

.link_content_header_area h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.2px;
    color: #ffffff;
    margin-bottom: 0;
}

.link_content_span_header {
    font-weight: 500;
}

.link_content_header_content {
    display: block;
    position: relative;
}

.link_content_header_content p {
    color: #FFF;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}

.link_content_main_header {
    padding-bottom: 50px;
}

.link_content_feature_section {
    display: block;
    position: relative;
}


.main_link_animation_section {
    display: block;
    position: relative;
}

.link_content_main_header {
    border-bottom: 1px solid #424245;
}

.main_link_animation_section img {
    max-width: 100%;
}

.bigger_display_only {
    display: block;
}

.jirace {
    justify-items: right;
    align-content: end;
}

/* Base (no layout change) */
.environment-card {
    position: relative;
    isolation: isolate;
    --mx: 50%;
    /* mouse x% */
    --my: 50%;
    /* mouse y% */
    --hover: 0;
    /* 0..1 */
    --tiltX: 0deg;
    /* rotateX */
    --tiltY: 0deg;
    /* rotateY */
    --tx: 0px;
    /* inner parallax x */
    --ty: 0px;
    /* inner parallax y */
    transition:
        transform .35s cubic-bezier(.2, .6, .2, 1),
        box-shadow .35s cubic-bezier(.2, .6, .2, 1),
        background-color .35s ease;
    will-change: transform, box-shadow;
    perspective: 800px;
    /* for tilt */
}

/* Soft spotlight that follows cursor */
.environment-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(34% 46% at var(--mx) var(--my),
            rgba(255, 255, 255, .10) 0%,
            rgba(255, 255, 255, .05) 40%,
            rgba(255, 255, 255, 0) 70%);
    opacity: calc(.0 + .9 * var(--hover));
    transition: opacity .25s ease;
}

/* Subtle edge sheen that reacts to cursor */
.environment-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 0;
    pointer-events: none;
    background:
        conic-gradient(from 180deg at var(--mx) var(--my),
            rgba(255, 255, 255, .06),
            rgba(255, 255, 255, 0) 20% 80%,
            rgba(255, 255, 255, .06));
    mix-blend-mode: screen;
    opacity: calc(.0 + .5 * var(--hover));
    filter: blur(12px);
    transition: opacity .25s ease;
}

/* Card lift + micro tilt */
.environment-card:hover {
    transform: translateY(-6px) scale(1.01) rotateX(var(--tiltX)) rotateY(var(--tiltY));
    box-shadow: 0 14px 36px rgba(0, 0, 0, .45),
        0 0 0 1px rgba(255, 255, 255, .08) inset;
}

/* Parallax on icons/text (tiny) */
.environment-temprature-icon img,
.environment-humidity-icon img,
.environment-weather-icon img,
.environment-aqi-badge img {
    position: relative;
    z-index: 1;
    transform: translate(var(--tx), var(--ty));
    transition: transform .2s ease, filter .25s ease;
    will-change: transform;
}

.environment_aqi_title h3,
.environment_weather_title h3,
.environment_temprature_title h4,
.environment_humidity_title h4 {
    position: relative;
    z-index: 1;
    transform: translate(calc(var(--tx) * .35), calc(var(--ty) * .35));
    transition: transform .25s ease, color .25s ease;
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {

    .environment-card,
    .environment-card::before,
    .environment-card::after,
    .environment-temprature-icon img,
    .environment-humidity-icon img,
    .environment-weather-icon img,
    .environment-aqi-badge img,
    .environment_aqi_title h3,
    .environment_weather_title h3,
    .environment_temprature_title h4,
    .environment_humidity_title h4 {
        transition: none;
    }
}

.environment-card {
    contain: layout paint;
    /* isolates repaints = smoother */
    backface-visibility: hidden;
    /* fixes rare flicker on tilt */
}

.environment-card::before,
.environment-card::after {
    pointer-events: none;
}

.pse {
    place-self: end;
}

.mobile-nav-dark:has(.navbar-collapse.show) {
    background-color: #000;
    /* change to your desired color */
}

.big_display_only {
    display: block;
}

.mobile_only {
    display: none;
}

.dropdown-toggle img {
    width: 16px;
}

.dropdown-submenu a {
    display: flex;
    justify-content: space-between;
}

.header-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* give the pin a real height */
    box-sizing: border-box;
}

.lottie-container {
    position: absolute;
    inset: 0;
    /* fill the wrapper */
    z-index: 0;
    box-sizing: border-box;
}

#globe_contours2 {
    position: absolute;
    inset: 0;
    /* make lottie fill the container */
    display: block;
    margin: 0;
    opacity: 1;
}

.link_video_animation {
    display: block;
    position: relative;
    background-color: #000;
}

.white_bg_section {
    background-color: #fff;
}

.main_blog_section_padding {
    display: block;
    position: relative;
    padding-top: 220px;
}

.main_blog_index_header {
    display: block;
    position: relative;
}

.main_blog_index_header h1 {
    color: #FFF;
    font-size: 110px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -4px;
}

.blog_index_single_area {
    display: block;
    position: relative;
}

.blog_index_image_area {
    display: block;
    position: relative;
    border: 1px solid #cccccc45;
}

.blog_index_image_area img {
    max-width: 100%;
}

.blog_index_content_area {
    display: block;
    position: relative;
    padding: 30px;
    border: 1px solid #cccccc45;
    border-top: none;
}

.blog_index_content_area h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.12px;
    margin-bottom: 32px;
}

.blog_index_content_area {
    display: block;
    position: relative;
}

.blog_index_content_area h6 {
    color: #ffffff;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.link_video_animation {
    display: block;
    position: relative;
}

.link_main_area_content {
    position: absolute;
    max-width: 100%;
    bottom: 6%;
    justify-self: anchor-center;
}


.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, #232323 100%);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#lottie-loader {
    width: 200px;
    height: 200px;
}


.fade-out {
    transition: transform 0.8s ease, opacity 0.8s ease;

    transform: scale(1.2);
    opacity: 0;
}

.fade-out-text {
    transform: scale(1.2);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.social_section_footer {
    display: block;
    position: relative;
    padding: 40px 40px 0 60px;
    padding-bottom: 140px;
    border-left: 1px solid #484848;
}

.social_section_footer h4 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

#dayroViewer {
    --poster-color: transparent;
    --progress-bar-color: transparent;
    background: #000;
    opacity: 0;
    /* fade-in handled via JS */
    transition: opacity .35s ease;
    width: 100%;
    height: 70vh;
    /* desktop default */
    display: block;
    border-radius: 20px;
}

.blog_insider_header h1 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2.84px;
    margin-bottom: 20px;
}

.blog_insider_header h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}

.blog_insider_main_image img {
    border: 1px solid #222222;
}

.blog_insider_main_image {
    margin-top: 50px;
    margin-bottom: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.blog_insider_details_area {
    display: block;
    position: relative;
}

.blog_insider_details_area h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.blog_insider_details_area h3 {
    color: rgba(255, 255, 255, 0.98);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.08px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.blog_insider_details_area h4 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog_insider_details_area h5 {
    color: rgba(255, 255, 255, 0.92);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.8px;
}

.blog_insider_details_area h6 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.blog_insider_details_area p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}







.blog_index_single_area {
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.blog_index_single_area:hover {
    transform: translateY(-6px);
    /* lift effect */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    /* floating shadow */
    cursor: pointer;
}

.blog_index_image_area img {
    transition: transform 0.4s ease;
}

.blog_index_single_area:hover .blog_index_image_area img {
    transform: scale(1.08);
    /* zoom-in effect */
}

.blog_index_content_area {
    transition: color 0.3s ease;
}

.blog_index_single_area:hover .blog_index_content_area h3,
.blog_index_single_area:hover .blog_index_content_area h6 {
    color: #ffffffc9;
    /* highlight link feel */
}

.blog_leftside_info_panel {
    position: sticky;
    top: 50px; 
    align-self: flex-start; 
}

.table_of_content_area {
    display: block;
    padding: 30px;
    border: 1px solid #222222;
    border-radius: 8px;
}



.table_of_content_header {
    display: block;
    position: relative;
}

.table_of_content_header h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1px;
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #222222;
    margin-bottom: 0;
}

.table_of_content_points_area {
    display: block;
    position: relative;
}

.table_of_content_points_area ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.table_of_content_points_area ul li {
    margin-bottom: 10px;
    line-height: 130% !important;
}

.table_of_content_points_area ul li a {
    color: #bdbdbd;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130% !important;
    letter-spacing: -0.3px;
    transition: 0.1s ease;
}

.table_of_content_points_area ul li a:hover {
    color: white;
}

.table_of_content_points_area ul li:last-child {
    margin-bottom: 0;
}

.blog_pl_details {
    padding-left: 80px;
}





.share_link_social_area {
    display: block;
    position: relative;
    padding: 30px;
    border: 1px solid #222222;
    margin-top: 20px;
    border-radius: 8px;
}

.share_link_social_header h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1px;
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #222222;
    margin-bottom: 0;
}















.share-wrap {
    max-width: 100%;
    margin-top: 20px;
}

/* UL: flex row, no wrap */
.share-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    /* always in one line */
    width: 100%;
    gap: 5px;
}

.share-item {
    flex: 1 1 0;
    /* each takes equal width */
    gap: 5px;
}

.share-btn {
    display: grid;
    place-items: center;
    width: 100%;
    /* stretch to fill */
    aspect-ratio: 1.4/1;
    /* keeps box shape */
    background: #000000;
    color: var(--text);
    border: 1px solid #222222;
    border-radius: 8px;
    text-decoration: none;
    transition: background .25s ease, color .25s ease, border-color .25s ease, transform .15s ease;
}

.share-btn i {
    font-size: clamp(18px, 4vw, 20px);
    line-height: 1;
}

.share-btn:hover {
    transform: translateY(-2px);
}

/* Brand hover colors */
.x:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.facebook:hover {
    background: #1877F2;
    color: #ffffff;
    border-color: #1877F2;
}

.linkedin:hover {
    background: #0A66C2;
    color: #ffffff;
    border-color: #0A66C2;
}

.whatsapp:hover {
    background: #25D366;
    color: #0b1b0f;
    border-color: #25D366;
}

.link:hover {
    background: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
}