@font-face {
    font-family: 'Misty Style';
    src: url('../fonts/MistyStyle.eot');
    src: url('../fonts/MistyStyle%EF%B9%96.eot#iefix') format('embedded-opentype'), url('../fonts/MistyStyle.woff2') format('woff2'), url('../fonts/MistyStyle.woff') format('woff'), url('../fonts/MistyStyle.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 :root {
    --lgrey: rgba(217, 217, 217, 0.6);
    --lgrey2: #EFEFEF;
    --black: #000000;
    --white: #ffffff;
    --brown: #A07C5A;
}

.bg-black {
    background: var(--black);
}

.bg-grey {
    background: #444;
}

.bg-lgrey {
    background: var(--lgrey);
}

.text-black {
    color: var(--black);
}

.text-grey {
    color: #777;
}

html {
    scroll-behavior: unset;
}

html.blackTheme {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 12.5px;
    line-height: 1.4rem;
    font-weight: 400;
}


/* hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
  } */

a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

a:hover {
    color: #000;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

h1,
h2 {
    font-size: 3rem;
    line-height: 3.75rem;
    font-weight: 600;
}

h1 strong,
h2 strong,
h3 strong {
    font-weight: 700;
}

h3 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
}

h4 {
    font-size: 2rem;
    line-height: 2.25rem;
}

p,
main,
header {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 500;
}

p strong {
    font-weight: 600;
}

ul.content {
    padding-left: 20px;
}

ul.content li {
    margin-bottom: 15px;
}

ul.content strong {
    font-weight: 600;
}

figure {
    margin: 0px;
}

.border-grey {
    border: 1px solid #e5e5e5;
}

.round {
    border-radius: 10px;
    overflow: hidden;
}

.text-black {
    color: #000;
}

.img-shadow figure,
.shadow {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2) !important;
}

.btn-primary {
    background: #fff;
    font-size: 1.375rem;
    line-height: 0.875rem;
    padding: 15px 40px;
    color: var(--black);
    border-radius: 10px;
    border: 1px solid #d0d0d0 !important;
    position: relative;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    --bs-btn-active-bg: var(--black)
}

.text-white .btn-primary {
    color: var(--black);
}

.text-white p {
    font-weight: 400;
}

.text-white a {
    color: #fff;
}

.text-white a:hover {
    color: #bababa !important;
}

hr.thick-line {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.btn-primary::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: var(--white);
    display: block;
    z-index: -1;
}

.btn-primary:hover:after {
    width: 0%;
}

.btn-primary:hover {
    color: var(--white);
    background: var(--black);
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 4px 15px;
    border: 1px solid #fff;
}

.btn-secondary:hover {
    border: 1px solid #fff;
    color: #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: none;
}

.form-floating .form-control {
    padding-left: 1rem;
    border-radius: 0px;
    background-color: transparent;
    border: 0;
    color: #444;
    border-bottom: 1px solid #dedede;
}

.form-floating>label {
    left: 0px;
    font-size: 1.25rem;
    line-height: 1.625rem;
    top: -4px;
}

.form-floating textarea.form-control {
    border: 1px solid #dedede;
}

.form-floating textarea~label {
    left: 10px;
}

.form-control:focus::placeholder {
    color: #444;
}

.form-control::placeholder {
    color: #444;
    opacity: 1;
}

.form-control:focus,
.form-select:focus {
    color: #666;
    border-color: #bbb;
    box-shadow: none;
}

select.form-select {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.input-group .btn {
    border: 0;
}

.preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10;
    display: table;
}

.preLoaderContent {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 15px;
    height: 15px;
    border-radius: 1%;
    background: var(--white);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 28px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 48px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 86px;
    cursor: pointer;
    width: 40px;
    height: 46px;
    background-color: #000;
    z-index: 4;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 21px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

#scroll span {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #333;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/*----------------- Header -------------------*/

header {
    position: relative;
    background: #000;
    z-index: 99;
}


/* header.fixedTop .navbar .nav-item.dropdown::before {
    opacity: 0;
  }

  header.fixedTop .navbar .nav-item.dropdown {
    padding-bottom: 12px;
  }


  header.fixedTop .navbar .nav-item .dropdown-menu {
    margin-top: 12px;
  } */

header .logo {
    text-align: left;
}

header .logo img {
    width: 200px;
    margin-top: 8px;
    /* display: none; */
}

.main-menu {
    width: 870px;
    float: right;
}

.main-menu .dropdown-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    float: right;
    padding: 12px;
    cursor: pointer;
    z-index: 9999;
}

.main-menu .dropdown-toggle~span.overlay {
    background: #000;
    width: 0%;
    height: 50px;
    z-index: -1;
    display: block;
    position: absolute;
    border-radius: 35px;
    right: 0;
    opacity: 0;
}

.main-menu .dropdown-toggle.show~span.overlay {
    width: 100%;
    opacity: 1;
}


/* .main-menu .dropdown-toggle::before {
    display: none;
  } */

.dropdown-toggle::before {
    content: "" !important;
    display: block !important;
    width: 100%;
    height: 100%;
    background: #333;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 0 !important;
    z-index: -1;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle::before {
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: 5;
    opacity: 1;
}

@keyframes blink {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.main-menu .dropdown-toggle span {
    height: 0;
    width: 100%;
    display: block;
    margin: 5px 0 0 auto;
    border-bottom: 3px solid #fff;
}

.main-menu .dropdown-toggle span:nth-child(2) {
    width: 85%;
}

.main-menu .dropdown-toggle span:nth-child(3) {
    width: 65%;
}

.main-menu .dropdown-menu {
    width: 0px;
    opacity: 0;
    padding: 15px 20px 0 0;
}

.main-menu .dropdown-menu.show {
    display: flex;
    gap: 22px;
    background: transparent;
    border: 0;
    width: auto;
    opacity: 1;
}

.main-menu .dropdown-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.main-menu .dropdown-toggle.show span {
    margin: 6px auto 0 0;
}

.main-menu .dropdown-toggle.show span:nth-child(3) {
    opacity: 0;
    margin-left: auto;
    margin-right: 0;
}

.main-menu .dropdown-toggle.show span:nth-child(1) {
    width: 90%;
    transform: rotate(45deg) translate(5px, 3px);
}

.main-menu .dropdown-toggle.show span:nth-child(2) {
    width: 90%;
    transform: rotate(-45deg) translate(3px, -1px);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.navbar .nav-item a {
    color: #fff;
}

.navbar-expand-xl .navbar-nav .nav-item>a {
    padding-left: 0;
    margin: auto 10px;
    padding-right: 0;
}


/* .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  } */


/* .parallax-banner,
  .parallax-banner img {
    height: 100vh;
  } */

.banner {
    position: relative;
}


/* .banner figure img {
    height: 100vh;
  } */

.banner figcaption {
    position: absolute;
    inset: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    text-align: center;
}

.banner-box {
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(6px);
    display: block;
    opacity: 0;
    border-radius: 10px;
    z-index: 4;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.banner-box.play {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.banner-logo-slider .slick-track {
    height: 300px;
}

.banner-logo-slider .slick-slide>div {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-logo-slider img {
    max-width: 250px;
    margin: 0 auto;
}

.banner-logo-slider h1 {
    margin-bottom: 20px;
}


/*.banner-logo-slider .slick-active{
    animation-name: zoomIn;
    animation-duration: 1.2s;
    opacity: 1;
  }

  .banner figcaption ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

  } */


/* .about-slider {
    background: #666;
} */

.about-slider .slick-slide figure {
    background: #000;
}

.about-slider .slick-slide figure img {
    height: 100vh;
    object-fit: cover;
    opacity: 0.8;
}

.about-slider .slick-slide {
    position: relative;
    color: #fff;
}

.btnPrev,
.btnNext {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 2;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.125rem;
    border: 2px solid #fff;
    margin-left: -60px;
}

.btnNext {
    margin-left: 20px;
}

.btnPrev i::before,
.btnNext i::before {
    color: #fff;
}

.about-slider .slick-slide .load-slide {
    background: var(--black);
    position: absolute;
    bottom: 0px;
    display: block;
    width: 0%;
    height: 6px;
    z-index: 4;
}

.about-slider figcaption {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
}

.about-slider figcaption img {
    max-width: 150px;
    margin: 1rem 0 1.5rem;
}

.about-slider .slick-active figcaption {
    /*animation-name: zoomIn;
    animation-duration: 1s;*/
    animation-name: fade-Up;
    animation-duration: 2s;
    opacity: 1;
}

.about-slider .slick-active figcaption>div>div {
    animation-name: fade-Up;
    animation-duration: 1.5s;
    opacity: 1;
    position: relative;
}

@keyframes fade-Up {
    0% {
        bottom: 0px;
        opacity: 0;
    }
    50% {
        bottom: -40px;
        opacity: 0;
    }
    90% {
        bottom: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fade-Up {
    0% {
        bottom: 0px;
        opacity: 0;
    }
    50% {
        bottom: -40px;
        opacity: 0;
    }
    90% {
        bottom: 0px;
        opacity: 1;
    }
}

.fade-Up {
    -webkit-animation-name: fade-Up;
    animation-name: fade-Up;
}

@keyframes fade-Up {
    0% {
        bottom: 0px;
        opacity: 0;
    }
    50% {
        bottom: -40px;
        opacity: 0;
    }
    90% {
        bottom: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fade-Up {
    0% {
        bottom: 0px;
        opacity: 0;
    }
    50% {
        bottom: -40px;
        opacity: 0;
    }
    90% {
        bottom: 0px;
        opacity: 1;
    }
}


/* .about-slider .slick-active {
     animation-name: zoomIn;
  animation-duration: 1s;
  opacity: 1;

  } */

.flight-animation {
    position: absolute;
    top: 0;
    right: -260px;
    z-index: 1;
    width: 100%;
    margin-top: 300px;
}

.about-slider div {
    position: relative;
}

.breadcrumb {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.vline {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ccc;
    left: 0;
    top: 0;
}

.vline::before,
.vline::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
}

.vline::after {
    top: auto;
    bottom: 0;
}

.ball {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    z-index: -1;
}

.ball img {
    margin-left: -200px;
}

.link-arrows {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #888;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    position: relative;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}

.link-arrows:hover {
    color: #000;
}

.banner .link-arrows {
    color: #fff;
    font-weight: 400;
}

.sectors-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(120, 120, 120, 0.85);
}

.link-arrows i:last-child {
    margin-top: -10px;
}

.footer-bg {
    background: url("../images/prrallax-bg.jpg");
    background-size: cover;
}

.prrallax-video-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background: #000;
}

.prrallax-video-bg video {
    transform: translateY(-100px);
}

.parallax-video {
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.parallax-video figure {
    background: #000;
    height: 100%;
}

.parallax-video figure img {
    opacity: 0.85;
    width: 100%;
}

.parallax-video i {
    position: absolute;
    display: grid;
    inset: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}

.prrallax-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

img.parallax-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.prrallax-bg{
    background: url("../images/prrallax-bg.jpg");
    background-size: cover;
  }

  .form-bg{
    background: url("../images/form-bg.png") no-repeat;
    background-size: contain;
    background-position: center;
  } */

.form-bg {
    position: relative;
    overflow: hidden;
}

.form-bg h2,
.form-bg p,
.form-bg form {
    z-index: 2;
    position: relative;
}

.form-bg p {
    line-height: 2rem;
}


/* .form-bg h2,
.form-bg p {
    pointer-events: none;
} */

.static-cloud {
    position: absolute;
    right: 0px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    z-index: -1;
}

.img-1 {
    position: absolute;
    inset: 0;
}

.img-2 {
    position: absolute;
    inset: 0;
    top: auto !important;
    bottom: 20px;
    left: 15% !important;
}

.cloud-1 {
    position: absolute;
    left: 10%;
    bottom: 100px;
}

.cloud-2 {
    position: absolute;
    left: 0px;
    bottom: 40px;
}

.cloud-1 img {
    width: 500px;
}

.cloud-2 img {
    width: 400px;
}

.cloud-brands-page {
    position: absolute;
    right: 0%;
    top: 10px;
}

.cloud-brands-page img {
    width: 500px;
}

.clouds-slider {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: -10px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.236928047586222) 55%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.236928047586222) 55%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.236928047586222) 55%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.parallax-clouds {
    position: absolute;
    inset: 0;
    bottom: -20px;
    z-index: 1;
    opacity: 0.8;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.scroll-down {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    z-index: 3;
}

.scroll-down:hover {
    text-decoration: none;
    color: #666;
}

.scroll-down img {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
    width: 15px;
    margin: 12px auto;
    display: block;
}

.slick-prev::before,
.slick-next::before {
    font-size: 25px;
    color: var(--black);
    opacity: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.about-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.about-slider .slick-dots {
    bottom: 20px;
}

.slick-dots li button::before {
    background: #d9d9d9;
    content: "";
    font-size: 10px;
    opacity: 1;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}

.slick-dots li.slick-active button::before {
    background: #000;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
}

.press-slider {
    padding-bottom: 60px;
    margin: 0 -30px;
}

.press-slider .slick-active {
    animation-name: zoomIn;
    animation-duration: 1s;
    opacity: 1;
}

.press-slider .slick-slide {
    margin: 15px 15px 0px 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.media-box {
    padding: 30px;
}

.media-slider.slick-slider {
    padding-bottom: 20px;
}

.media-slider figure {
    height: 90px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.media-slider figure img {
    margin: 0 auto;
    max-height: 85px;
    max-width: 182px;
}

.media-slider figcaption p {
    margin-bottom: 30px;
    height: 110px;
}

.media-slider .btn-primary::after {
    background: #D9D9D9;
}


/* .press-slider .slick-slide:hover img {
    transform: scale(1.1);
  } */

.press-slider .slick-slide figure img {
    width: 100%;
    border: 1px solid #fff;
}

.press-slider .slick-slide aside {
    background: rgba(0, 0, 0, 1);
    position: absolute;
    inset: 0;
    top: auto;
    padding: 20px 70px 20px 20px;
    min-height: 110px;
    bottom: -39px;
    color: #fff;
}

.press-slider .slick-slide:hover aside {
    background: rgba(239, 239, 239, 0.8);
    bottom: 0;
    color: #000;
}

.press-slider .slick-slide aside h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
}

.press-slider .slick-slide aside p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    display: none;
}

.press-slider .slick-slide a {
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
    border: 2px solid #000;
    display: none;
}

.press-slider .slick-slide a:hover {
    background: #000;
    color: #fff;
}

.press-slider .slick-slide:hover p,
.press-slider .slick-slide:hover a {
    display: flex;
}

.press-slider .slick-dots {
    bottom: 0;
}

.utube-video {
    max-height: 500px;
    overflow: hidden;
}

.utube-video iframe {
    /* transform: scale(1.1); */
}

.breadCrumbs ul {
    padding: 0;
}

.breadCrumbs li {
    position: relative;
    padding-right: 1em
}

.breadCrumbs li:not(:last-child):after {
    content: "\f105";
    position: absolute;
    right: -2px;
    top: 1px;
    font-family: 'font awesome 5 free', fontawesome;
    text-transform: none
}

.breadCrumbs li a {
    text-decoration: none;
}

.breadCrumbs li:last-child {
    font-weight: 400;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform-style: preserve-3d;
        transform: scale(0.2);
        -webkit-transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform-style: preserve-3d;
        transform: scale(0.2);
        -webkit-transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.v-line {
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}


/* --------- Mual-intro ---------- */

.mural-container {
    width: 100%;
    background: #ddd;
    height: 105vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mural-container .mural-mobile {
    display: none;
}

.mural-container.intro {
    position: fixed;
    z-index: 6;
}

.mural-intro {
    position: fixed;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    height: 105vh;
    background: #fff;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.mural-banner,
.mural-banner img {
    width: 100%;
    height: 100vh;
}

.mural-banner img {
    object-fit: cover;
    object-position: top center;
    height: 100vh;
}


/* .appear-in-parallax{
    display: none;
  } */


/* .appear-out-aos{
    display: none;
    z-index: 4;
  } */


/* .appear-in-aos{
    z-index: 3;
  } */

.mural-intro img {
    position: absolute;
    inset: 0;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    max-height: unset;
}

.zoom:hover img {
    transform: scale(1.1);
}


/* ----------- brands page ----------- */

.sub-banner {
    background: #000;
    position: relative;
    z-index: 2;
    max-height: 370px;
    overflow: hidden;
}

.sub-banner figure img {
    opacity: 0.7;
}

.sub-banner figcaption {
    position: absolute;
    inset: 0;
    top: auto;
}

.sub-banner figcaption img {
    max-height: 35px;
    margin-bottom: 10px;
}

.brand-panel aside {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    justify-content: center;
}

.brand-panel img {
    z-index: 4;
    position: relative;
}

.overlape {
    margin: 5rem auto -5rem -5rem;
    z-index: -1;
    padding: 2rem 1rem 2rem 4rem;
}


/* .parallax-brand-img{
    z-index: 4;
    position: relative;
  } */

.brand-intro {
    border-bottom: solid 1px #666;
    padding: 1rem 0;
    margin-bottom: 4rem;
}

.comp-logo {
    max-width: 200px;
    margin-left: 20px;
}

@media (max-width:768px) {
    .comp-logo {
        margin-left: 0;
    }
}


/* ----------- sustainability ------------- */

.sustainability-banner {
    background: #e6f6f3;
    position: relative;
}

.sustain-wave svg {
    position: absolute;
    right: 0;
}

.sustain-wave path {
    stroke-dasharray: 400;
    stroke-linecap: round;
    animation-timing-function: ease-in;
    animation: draw 6s infinite;
    animation-direction: alternate-reverse;
}

@keyframes draw {
    from {
        stroke-dashoffset: 400
    }
    to {
        stroke-dashoffset: 0;
    }
}

.sustainability-banner figure {
    overflow: hidden;
    text-align: center;
}

.sustainability-banner figure img {
    width: 104%;
    margin: 0 auto 0 -2%;
}

.sustainability-banner figcaption {
    position: absolute;
    inset: 0;
    z-index: 5;
    top: 20%;
}

.sustainability-desc {
    background-color: #f7ffe7;
    background-image: url("../images/sustainability/bg-fishes.png");
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 10;
    position: relative;
    margin-top: -80px;
    padding-top: 120px;
    background-size: 42% auto;
}

.sustainability-slider-01 figure {
    height: 80px;
    display: flex;
    align-items: center;
}

.sustainability-slider {
    /* background: url("../images/sustainability/sustainability-slider-bg.jpg"); */
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 10;
    position: relative;
    background-size: cover;
    min-height: 1000px;
    overflow: hidden;
}

.sustainability-slider .slick-slide p {
    /* display: none; */
    font-size: 1rem;
}

.sustainability-slider .slick-slide.slick-current p,
.sustainability-slider .slick-slide.slick-current img {
    display: block;
    font-size: 1rem;
}

.sustainability-btm {
    position: absolute;
    bottom: 0;
    z-index: 17;
}

header.sustain-page {
    margin-top: 2rem;
}

header.sustain-page .logo img {
    display: block;
}

header.sustain-page.fixedTop .logo img {
    /* display: none; */
    filter: invert(1);
}

.sustainability-slider .slick-current {
    animation-name: zoomIn2;
    animation-duration: 0.5s;
    opacity: 1;
}

.sustainability-slider .slick-track {
    display: flex;
    height: inherit;
    align-content: center;
    /* background: blue; */
    justify-content: center;
}

.sustainability-slider .slick-slide {
    align-self: center;
    padding: 20px;
}

.sustainability-slider .slick-slide>div {
    background: url(../images/paper-bg.webp) repeat;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: .5rem;
    border: solid 1px #c6c6c6;
    min-height: 320px;
    min-width: 260px;
}

.sustainability-slider .slick-slide.slick-current>div {
    /* background: yellow; */
}

.sustainability-slider .slick-next {
    right: 0;
    top: 0;
    height: 100%;
    width: 64%;
    transform: unset;
}

.sustainability-slider .slick-next::before,
.sustainability-slider .slick-prev::before {
    content: '';
}

.sustainability-slider .slick-prev {
    display: none;
}

.sustainability-slider .slick-slide img {
    margin: 0 auto 1rem;
    max-width: 80px;
    max-height: 80px;
}

.sustainability-slider h4 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin-bottom: 1.2rem;
}

.sustainability-heading {
    font-family: 'Misty Style';
    color: #215764;
}

p.sustainability-intro {
    width: 100%;
    max-width: 700px;
    margin: 1rem 0;
}

.round-animated {
    position: absolute;
    right: -100px;
    top: 50px;
    max-width: 1000px;
    z-index: 16;
    animation: rotate-animation 50s infinite linear;
}

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

.sustainability-slider-01.slider.slick-initialized.slick-slider {
    z-index: 18;
}

.z-99 {
    z-index: 99;
    position: relative;
}

.sun-pic {
    width: 100%;
    text-align: center;
}

.btn-sustainability {
    background: #215764;
    color: #fff;
    font-family: 'Misty Style';
}

.btn-sustainability::after {
    background: #215764;
}

.colloborations-bg {
    background: url(../images/sustainable-pic.webp) no-repeat;
    background-position: bottom;
    background-size: contain;
    min-height: 800px;
    position: relative;
}

.plant-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-height: 900px;
}

.plant-bottom .pot-btm {
    position: absolute;
    bottom: 60px;
    right: 110px;
    max-width: 230px;
}

.plant-bottom .bottle-1 {
    position: absolute;
    bottom: 300px;
    max-width: 100px;
    right: 300px;
}

.img-fluid.bottle-2 {
    position: absolute;
    bottom: 420px;
    max-width: 100px;
    right: 220px;
}

.plant-bottom .bottle-4 {
    position: absolute;
    bottom: 300px;
    max-width: 100px;
    right: 70px;
}

.plant-bottom .bottle-3 {
    position: absolute;
    bottom: 290px;
    max-width: 100px;
    right: 160px;
}

.sustainability-slider-02 .slick-slide>div {
    margin: 0 1rem;
}

.collab-box {
    background: url(../images/paper-bg.webp) repeat;
    padding: 1.2rem;
    border-radius: .5rem;
    height: 420px;
}

.collab-content {
    display: flex;
    flex-wrap: wrap;
}

.collab-content h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

.collab-content p {
    font-size: 1.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.collab-content>div {
    width: calc(100% - 40px);
}

.collab-content .collab-btn {
    width: 30px;
    display: flex;
    /* align-items: center; */
    margin-top: 80px;
}

.plant-top {
    position: absolute;
    top: -17%;
    max-width: 400px;
}

.hand-pot {
    position: relative;
    z-index: 1;
}

.pot-hand {
    position: absolute;
    top: -62%;
    left: 100px;
    z-index: 0;
    max-width: 300px;
}

.sustainability-slider-02 {
    margin-top: 6rem;
}

.sustainability-slider-02 .slick-dots {
    bottom: -50px;
}

.sustain-clouds {
    position: relative;
    top: 0;
    left: 0;
}

.cloud1 {
    position: absolute;
    left: -60px;
    max-width: 500px;
    top: 60px;
    z-index: 2;
}

.cloud2 {
    position: absolute;
    left: 26%;
    top: -18px;
    max-width: 240px;
    animation: cloud1 90s cubic-bezier(0.9, 1, 0.3, 0.75) 0s infinite normal;
    z-index: 2;
}

@keyframes cloud1 {
    from {
        top: -18px;
        left: 100%;
        opacity: .5;
    }
    to {
        top: 10%;
        left: -10%;
        opacity: 1;
    }
}

.cloud3 {
    position: absolute;
    left: 40%;
    max-width: 420px;
    top: 120px;
    animation: cloud 120s cubic-bezier(0.9, 1, 0.3, 0.75) 0s infinite normal;
    z-index: 2;
}

@keyframes cloud {
    from {
        top: 60px;
        left: 50%;
        opacity: .5;
    }
    to {
        top: 120px;
        left: -10%;
        opacity: 1;
    }
}

.grecaptcha-badge {
    z-index: 999;
}


/* sustainability footer */

.sustainability-footer {
    background: url("../images/footer-bg.webp");
    background-size: cover;
    padding-top: 9rem;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
}

.sustainability-footer footer:before {
    display: none;
}

.foot-plant {
    position: absolute;
    bottom: 0;
}

.foot-plant.plant-1 {
    right: 0;
    z-index: 1;
}

.foot-plant.fish-1 {
    left: 19%;
    max-width: 200px;
    z-index: 0;
    animation: fish 40s cubic-bezier(0.9, 1, 0.3, 0.75) 0s infinite normal;
}

.foot-plant.fish-2 {
    /* right: 7%; */
    left: 0;
    max-width: 160px;
    z-index: 0;
    bottom: 30px;
    animation: fish 25s cubic-bezier(0.7, 1, 0.3, 0.5) 0s infinite normal;
}

.fish-top {
    position: absolute;
    top: 10%;
    left: 0%;
    max-width: 180px;
    animation-name: fish1;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate-reverse; */
    animation-timing-function: linear;
    animation-delay: 2s;
}

@keyframes fish1 {
    from {
        top: 10%;
        left: 100%;
    }
    to {
        top: 30%;
        left: -10%;
    }
}

.fish-top2 {
    position: absolute;
    bottom: 26%;
    right: 0%;
    max-width: 280px;
    animation-name: fish2;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate-reverse; */
    animation-timing-function: linear;
    animation-delay: 2s;
    z-index: 0;
}

.fish-top3 {
    position: absolute;
    bottom: 10%;
    right: 0%;
    max-width: 280px;
    animation-name: fish3;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate-reverse; */
    animation-timing-function: linear;
    animation-delay: 2s;
    z-index: 0;
}

@keyframes fish2 {
    from {
        bottom: 10%;
        left: 100%;
    }
    to {
        bottom: 46%;
        left: -10%;
    }
}

@keyframes fish3 {
    from {
        bottom: 10%;
        right: 100%;
    }
    to {
        bottom: 26%;
        right: -10%;
    }
}

@keyframes zoomIn2 {
    0% {
        transform-style: preserve-3d;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes zoomIn2 {
    0% {
        transform-style: preserve-3d;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.fish-tank {
    position: absolute;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/** bubbles **/

#bubble-field {
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}

@keyframes bubble {
    0% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
    50% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
}

.bubble {
    position: relative;
    box-shadow: 0px 0px 10px 3px inset #fff;
    -webkit-box-shadow: 0px 0px 10px 3px inset #fff;
    -moz-box-shadow: 0px 0px 10px 3px inset #fff;
    -o-box-shadow: 0px 0px 10px 3px inset #fff;
    -ms-box-shadow: 0px 0px 10px 3px inset #fff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 25px;
    animation: bubble 2s ease 0s infinite normal;
    opacity: .6;
}

.bubble:after {
    content: '';
    position: absolute;
    background-color: white;
    width: 10px;
    height: 6px;
    top: 10%;
    right: 21%;
    border-radius: 50%;
    transform: rotateZ(30deg) scaleY(0.7);
    -webkit-transform: rotateZ(30deg) scaleY(0.7);
    -moz-transform: rotateZ(30deg) scaleY(0.7);
    -ms-transform: rotateZ(30deg) scaleY(0.7);
    -o-transform: rotateZ(30deg) scaleY(0.7);
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

@keyframes bubble-rise {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    100% {
        transform: translateY(-1000px);
        -webkit-transform: translateY(-1000px);
        -moz-transform: translateY(-1000px);
        -ms-transform: translateY(-1000px);
        -o-transform: translateY(-1000px);
    }
}

.bubble-rise {
    position: relative;
    display: inline-block;
    margin: 15px;
    top: 100%;
    animation: bubble-rise 2s cubic-bezier(0.3, 0, 0.7, 0.75) 0s infinite normal;
}


/* fish*/

@keyframes fish {
    0% {
        transform: translate(0vw);
        -webkit-transform: translate(0vw);
        -moz-transform: translate(0vw);
        -ms-transform: translate(0vw);
        -o-transform: translate(0vw);
    }
    10% {
        transform: translate(20vw, -125px);
        -webkit-transform: translate(20vw, -125px);
        -moz-transform: translate(20vw, -125px);
        -ms-transform: translate(20vw, -125px);
        -o-transform: translate(20vw, -125px);
    }
    20% {
        transform: translate(40vw, -45px) rotateZ(22deg);
        -webkit-transform: translate(40vw, -45px) rotateZ(22deg);
        -moz-transform: translate(40vw, -45px) rotateZ(22deg);
        -ms-transform: translate(40vw, -45px) rotateZ(22deg);
        -o-transform: translate(40vw, -45px) rotateZ(22deg);
    }
    30% {
        transform: translate(60vw, -250px);
        -webkit-transform: translate(60vw, -250px);
        -moz-transform: translate(60vw, -250px);
        -ms-transform: translate(60vw, -250px);
        -o-transform: translate(60vw, -250px);
    }
    40% {
        transform: translate(80vw, -80px) rotateZ(22deg);
        -webkit-transform: translate(80vw, -80px) rotateZ(22deg);
        -moz-transform: translate(80vw, -80px) rotateZ(22deg);
        -ms-transform: translate(80vw, -80px) rotateZ(22deg);
        -o-transform: translate(80vw, -80px) rotateZ(22deg);
    }
    50% {
        transform: translate(100vw, -145px);
        -webkit-transform: translate(100vw, -145px);
        -moz-transform: translate(100vw, -145px);
        -ms-transform: translate(100vw, -145px);
        -o-transform: translate(100vw, -145px);
    }
    51% {
        transform: translate(100vw, -145px) rotateY(180deg);
        -webkit-transform: translate(100vw, -145px) rotateY(180deg);
        -moz-transform: translate(100vw, -145px) rotateY(180deg);
        -ms-transform: translate(100vw, -145px) rotateY(180deg);
        -o-transform: translate(100vw, -145px) rotateY(180deg);
    }
    60% {
        transform: translate(80vw, -80px) rotateY(180deg) rotateZ(22deg);
        -webkit-transform: translate(80vw, -80px) rotateY(180deg) rotateZ(22deg);
        -moz-transform: translate(80vw, -80px) rotateY(180deg) rotateZ(22deg);
        -ms-transform: translate(80vw, -80px) rotateY(180deg) rotateZ(22deg);
        -o-transform: translate(80vw, -80px) rotateY(180deg) rotateZ(22deg);
    }
    70% {
        transform: translate(60vw, -250px) rotateY(180deg);
        -webkit-transform: translate(60vw, -250px) rotateY(180deg);
        -moz-transform: translate(60vw, -250px) rotateY(180deg);
        -ms-transform: translate(60vw, -250px) rotateY(180deg);
        -o-transform: translate(60vw, -250px) rotateY(180deg);
    }
    80% {
        transform: translate(40vw, -45px) rotateY(180deg) rotateZ(22deg);
        -webkit-transform: translate(40vw, -45px) rotateY(180deg) rotateZ(22deg);
        -moz-transform: translate(40vw, -45px) rotateY(180deg) rotateZ(22deg);
        -ms-transform: translate(40vw, -45px) rotateY(180deg) rotateZ(22deg);
        -o-transform: translate(40vw, -45px) rotateY(180deg) rotateZ(22deg);
    }
    90% {
        transform: translate(20vw, -125px) rotateY(180deg);
        -webkit-transform: translate(20vw, -125px) rotateY(180deg);
        -moz-transform: translate(20vw, -125px) rotateY(180deg);
        -ms-transform: translate(20vw, -125px) rotateY(180deg);
        -o-transform: translate(20vw, -125px) rotateY(180deg);
    }
    99% {
        transform: translate(0vw) rotateY(180deg) rotateZ(22deg);
        -webkit-transform: translate(0vw) rotateY(180deg) rotateZ(22deg);
        -moz-transform: translate(0vw) rotateY(180deg) rotateZ(22deg);
        -ms-transform: translate(0vw) rotateY(180deg) rotateZ(22deg);
        -o-transform: translate(0vw) rotateY(180deg) rotateZ(22deg);
    }
    100% {
        transform: translate(0vw);
        -webkit-transform: translate(0vw);
        -moz-transform: translate(0vw);
        -ms-transform: translate(0vw);
        -o-transform: translate(0vw);
    }
}

.fish-body {
    position: absolute;
    width: 115px;
    height: 75px;
    border-radius: 50%;
    background-color: orange;
    box-shadow: 0px -7px 7px inset #00000045;
    -webkit-box-shadow: 0px -7px 7px inset #00000045;
    -moz-box-shadow: 0px -7px 7px inset #00000045;
    -o-box-shadow: 0px -7px 7px inset #00000045;
    -ms-box-shadow: 0px -7px 7px inset #00000045;
    transform: skewX(5deg) skewY(-10deg);
    -webkit-transform: skewX(5deg) skewY(-10deg);
    -moz-transform: skewX(5deg) skewY(-10deg);
    -ms-transform: skewX(5deg) skewY(-10deg);
    -o-transform: skewX(5deg) skewY(-10deg);
}

.blue-fish .fish-body {
    background-color: #0098e0;
}

.fish-body:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    right: 18px;
    top: 16px;
}

.fish-body:after {
    content: "";
    width: 7px;
    height: 9px;
    background-color: #000000;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    top: 18px;
}


/* footer plant */

.plant-1 {
    animation: wave 10s 1.2s infinite ease-in-out;
}

.plant-2 {
    animation: wave2 10s 1.2s infinite ease-in-out;
}

@keyframes wave {
    0% {
        bottom: 0;
        right: 0;
        transform: rotateZ(0deg);
    }
    25% {
        bottom: -20px;
        right: 10px;
        transform: rotateZ(1deg);
    }
    50% {
        bottom: 0px;
        right: -10px;
        transform: rotateZ(-1deg);
    }
    75% {
        bottom: -20px;
        right: 10px;
        transform: rotateZ(1deg);
    }
    100% {
        bottom: 0px;
        right: 0;
        transform: rotateZ(0deg);
    }
}

@keyframes wave2 {
    0% {
        bottom: 0;
        left: 0;
        transform: rotateZ(0deg);
    }
    25% {
        bottom: -20px;
        left: 10px;
        transform: rotateZ(1deg);
    }
    50% {
        bottom: 0px;
        left: -10px;
        transform: rotateZ(-1deg);
    }
    75% {
        bottom: -20px;
        left: 10px;
        transform: rotateZ(1deg);
    }
    100% {
        bottom: 0px;
        left: 0;
        transform: rotateZ(0deg);
    }
}

@media (min-width:1600px) {
    .sustainability-btm {
        width: 100%;
    }
    .sustainability-btm img {
        width: 100%;
    }
}


/*------------ footer --------------*/

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

footer {
    position: relative;
}

footer section {
    z-index: 2;
    position: relative;
}

footer,
footer p {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
}

footer p {
    margin-bottom: 2.5rem;
}

footer h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    margin-bottom: 14px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer a {
    text-decoration: none;
}

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.media a {
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-decoration: none;
}

.media a:hover {
    text-decoration: none;
    color: #bababa;
}

.bg-shadow {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.main-menu .dropdown-menu,
.main-menu .dropdown-toggle,
.main-menu .dropdown-toggle~span,
.main-menu .dropdown-toggle span,
.press-slider .slick-slide aside,
.press-slider .slick-slide figure img,
.press-slider .slick-slide aside h3,
.zoom img,
.zoom:hover img,
.btn-primary::after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


/*----cookie---*/

#gdpr {
    padding: 20px;
    background: #161616;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#gdpr p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
}

#gdpr p a {
    color: #fff;
}

.cookie-btn {
    background-color: white;
    color: black !important;
    border: 1px solid black;
    margin-left: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 0.5rem;
    margin-top: 3px;
}

.cookie-btn:hover {
    background-color: #333;
    color: #fff !important;
    border: 1px solid #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.landing-logo {
    max-width: 200px;
}

.contact-tab .btn-dark:hover {
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 10;
        background: transparent;
    }
    header.fixedTop {
        animation: smoothScroll 0.5s forwards;
        z-index: 10;
        padding-top: 5px;
    }
    /* header.fixedTop .logo img {
      width: 200px;
      margin: 15px 0;
    } */
    header.fixedTop .main-menu {
        margin-top: 6px;
    }
    header.fixedTop.sustain-page {
        margin-top: 0;
    }
}

@media only screen and (max-width:1300px) {
    .parallax-video {
        height: unset;
    }
    .parallax-video figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cloud-brands-page {
        display: none;
    }
    .scroll-down {
        display: none;
    }
    .about-slider .slick-prev {
        left: -10px;
        z-index: 2;
    }
    .about-slider .slick-next {
        right: 15px;
        z-index: 2;
    }
    .ball {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .main-menu .dropdown-toggle {
        border: 2px solid #757575;
    }
    /*
    .dropdown-toggle::before {
        background: #fff;
    }
    */
    .simple-parallax-initialized {
        transform: unset !important;
    }
    .main-menu .dropdown-toggle~span.overlay {
        display: none;
    }
    .main-menu .dropdown-menu.show {
        flex-direction: column;
        text-align: right;
        background: #222;
        padding: 25px;
        gap: 15px;
        border-radius: 0;
        transform: translate3d(0, 56px, 0px) !important;
        width: 100%;
        height: calc(100vh - 50px);
        margin-right: -22px !important;
        border-bottom: solid 1px #e2e2e2;
        top: -75px !important;
        padding-top: 100px;
    }
    /* .banner-box.play {
      width: 90%;
      height: auto;
    } */
    .banner-logo-slider .slick-track,
    .banner-logo-slider .slick-slide>div {
        height: unset;
        padding: 15px 0;
        display: block;
    }
    .banner-box h1 {
        font-size: 1.75rem;
        line-height: 2.75rem;
        font-weight: 600;
    }
    .banner figcaption {
        inset: 25px;
    }
    .mural-banner,
    .mural-banner img {
        width: 100%;
        height: unset;
    }
    /* .parallax-banner, .parallax-banner img {
      height: 450px;
      object-fit: cover;
    }

    .about-slider .slick-slide figure img {
      height: 450px;
      object-fit: cover;
      opacity: 0.8;
    }


    .banner figcaption{
      gap: 10px;
    }

    .banner figcaption ul{
      margin-top: 10px;;
    } */
    .dropdown-menu.show li {
        border-bottom: solid 1px #515151;
        padding: 10px 0;
    }
    header.sustain-page {
        margin-top: 0;
    }
    header.sustain-page .logo img {
        filter: invert(1) brightness(10);
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .brand-single {
        margin: 0 5px;
    }
}

@media only screen and (max-width:991px) {
    main {
        overflow: hidden;
    }
    h1,
    h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 600;
    }
    h4 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    p,
    main,
    header {
        font-size: 1.2rem;
    }
    /* .banner figcaption h1 span {
      margin-left: -8px;
    }

    .banner figcaption {
      gap: 5px;
    }


    .banner figcaption ul {
      gap: 15px;
      margin-top: 0;
    }

    .banner figcaption ul img {
      max-height: 50px;
      max-width: 150px;
    } */
    .about-slider .slick-slide figure img {
        height: 400px;
    }
    .about-slider figcaption {
        padding: 15px;
    }
    .static-cloud,
    .cloud-1,
    .cloud-2 {
        display: none;
    }
    .parallax-clouds {
        display: none;
    }
    /* .mountains {
        height: 400px;
        object-fit: cover;
    } */
    .parallax-video {
        height: 300px;
    }
    .press-slider {
        margin: 0;
    }
    .utube-video iframe {
        height: 300px;
    }
    .slick-prev {
        left: 0px;
        z-index: 99;
    }
    .slick-next {
        right: 0px;
        z-index: 99;
    }
    .slick-dots {
        bottom: -50px;
    }
    #myTab li {
        width: 50%;
    }
    .careers-box {
        height: auto;
        padding: 3rem 2rem 50px;
    }
    .brand-listings .slick-dots {
        bottom: -31px;
    }
}

@media only screen and (max-width:767px) {
    /* .dropdown-toggle::before{
      animation-name: none;

    } */
    body {
        font-size: 12px;
    }
    header .logo img {
        display: block;
    }
    .mural-banner,
    .mural-banner img {
        /* height: 400px; */
        height: calc(100vh - 50px);
    }
    .banner-logo-slider .slick-track,
    .banner-logo-slider .slick-slide>div {
        padding: 0;
    }
    .banner-logo-slider {
        width: 90%;
        margin: 0 auto;
    }
    .banner-logo-slider img {
        float: none;
        margin: 0 auto;
        max-height: 60px;
        /* width: 100%; */
        max-width: 160px;
    }
    .sub-banner figure img {
        height: 200px;
        object-fit: cover;
    }
    .overlape {
        margin: 2rem auto auto auto;
        padding: 0;
    }
    /* .about-slider .slick-slide figure img {
      height: 400px;
    } */
    .btn-primary {
        padding: 14px 20px;
        font-size: 1.2rem;
        line-height: 1rem;
    }
    footer h4 {
        margin-bottom: 15px;
        margin-top: 26px;
    }
    /* footer,
    footer p,
    footer a {
      font-size: 0.75rem;
      line-height: 1.25rem;
    } */
    .feature-single {
        margin: 1rem 0;
    }
    .career-det2 {
        padding: 2.5rem;
    }
    .mountains {
        height: 200px;
        object-fit: cover;
    }
    .clouds-slider {
        /* display: none; */
        height: 300px;
        bottom: 0;
        top: auto;
    }
    .video-tabs .nav-link img {
        max-width: 110px;
        max-height: 50px;
    }
}

@media only screen and (max-width:576px) {
    h1,
    h2 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 1.7rem;
    }
    .mural-container .mural-mobile {
        display: block;
    }
    .banner-box h1 {
        font-size: 1.55rem;
        line-height: 2.45rem;
    }
    .banner .mural-mobile img {
        /* height: 400px; */
        object-fit: cover;
    }
    .mural-container .appear-in-aos,
    .mural-container .appear-in-parallax,
    .mural-container .appear-out-aos {
        display: none !important;
    }
    .copyrights,
    .ar-text-align {
        text-align: center;
    }
}


/* brands page  */

.testim-slider {
    padding: 4rem 0;
}

.testim-single {
    text-align: center;
    max-width: 800px;
    margin: auto;
    display: block !important;
}

.testim-single figure {
    margin-bottom: 1rem;
}

.testim-single figure img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    object-fit: cover;
    border: solid 2px #fff;
}

.testim-single h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

.testim-single img {
    max-width: 200px;
    margin-top: 3rem;
}

.testim-slider .btnPrev {
    bottom: 50%;
    left: 10%;
}

.testim-slider .btnNext {
    bottom: 50%;
    left: auto;
    right: 10%;
}

.slick-dots li button::before {
    background: #979797;
    border: 1px solid #979797;
    width: 15px;
    height: 15px;
}

.testim-slider .slick-dots li.slick-active button::before {
    background: #fff;
    border: 1px solid #fff;
}

.brand-listings {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}


/* .brand-listings li {
    list-style: none;
    width: 25%;
} */

.brand-listings .slick-list {
    width: 100%;
}


/* .brand-listings .slick-slide {
    width: 25% !important;
} */

.brand-single {
    border-radius: .5rem;
    box-shadow: 0 10px 10px #e2e2e2;
    overflow: hidden;
    height: 410px;
    /* max-width: 300px; */
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    margin: 0 1rem 1rem;
}

.brand-single .brand-pic {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.brand-single .brand-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.brand-single .brand-pic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

.brand-single .brand-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(100);
}

.brand-single .brand-det {
    background: #fff;
    color: #808080;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-single .brand-det .seperator {
    width: 1px;
    background: #e3e3e3;
    height: 23px;
}

.brand-single .brand-det a {
    color: #808080;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
}

.brand-single .brand-det .social i {
    margin-right: .5rem;
}

.brand-single:hover {
    top: -5px;
}

.abt-section {
    margin: 5rem 0;
}

.abt-section .abt-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    border-bottom: solid 1px #979797;
    position: relative;
    justify-content: space-between;
}

.abt-section .abt-content::before {
    content: '';
    width: 50%;
    height: 5px;
    background: var(--black);
    position: absolute;
    bottom: 0;
    left: 0;
}

.abt-section .abt-content p {
    width: calc(100% - 200px);
}

.abt-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* news page */

.news-box {
    border-radius: .5rem;
    box-shadow: 0 10px 10px #e2e2e2;
    overflow: hidden;
    /* height: 410px; */
    position: relative;
    top: 0;
    transition: ease 0.5s;
    margin-bottom: 2.6rem;
    border-radius: 1rem;
    overflow: hidden;
}

.news-box .news-pic {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    overflow: hidden;
    height: 250px;
}

.news-box .news-pic img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.news-box aside {
    padding: 2rem 1.5rem;
}

.news-box small {
    font-size: .9rem;
    margin-bottom: 1rem;
    display: block;
}

.news-box h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
}

.news-box p {
    font-size: 1.2rem;
}

.news-box:hover {
    top: -10px;
}

.news-box a {
    text-decoration: none;
}

.page-link {
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50% !important;
}

.page-link:hover {
    background: #e2e2e2;
}

.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.news-banner {
    margin-bottom: 2rem;
}

.share-news .brand-det {
    background: #fff;
    color: #808080;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 260px;
}

.share-news .brand-det .seperator {
    width: 1px;
    background: #e3e3e3;
    height: 23px;
}

.share-news .brand-det a {
    color: #808080;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
}

.share-news .brand-det .social i {
    margin-right: .5rem;
}


/* contact page */

.black-section {
    background: #000;
    padding: 4rem 2rem;
    border-radius: 1rem;
    overflow: hidden;
    color: #fff;
    min-height: 596px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-position: top left;
    background-size: cover;
    position: relative;
}

.black-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.black-section .overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.black-section .logo-box {
    max-width: 150px;
    margin: 0 0 4rem;
}

.black-section h4 {
    width: 60%;
    margin-bottom: 1.5rem;
}

.black-section .overlay>div {
    margin-top: auto;
}

.contact-tab {
    border: 0;
    border-radius: 1rem;
    background: #F4F4F4;
    padding: 1rem;
    min-height: 596px;
}

.contact-tab .nav {
    padding: 1rem;
    background: #EBEBEB;
    border-radius: .5rem;
}

.contact-tab .nav-item {
    width: 50%;
}

.contact-tab .nav-item .nav-link {
    width: 100%;
    color: #000;
    padding: 1.25rem;
    border-radius: .5rem;
}

.contact-tab a,
.cont-link {
    text-decoration: none;
}

.contact-tab a:hover,
.cont-link:hover {
    text-decoration: underline;
}

.btn-dark {
    background: #000;
    font-size: 1.375rem;
    line-height: 0.875rem;
    padding: 15px 40px;
    color: var(--black);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

.tab-content .form-label {
    font-size: 1rem;
    font-weight: 600;
}

.tab-content .form-control {
    padding: .75rem;
}


/* career page */

.career-cont {
    background: #F9F9F9;
    padding: 4rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    text-align: center;
    margin-bottom: 4rem;
}

.career-search {
    margin: 3rem 0;
}

.career-search .form-select {
    border: 0;
    border-bottom: solid 1px #333;
    width: 100%;
    font-size: 1.2rem;
}

.careers-box {
    background: #D9D9D9;
    border-radius: 1rem;
    padding: 3rem 2rem 50px;
    margin: 1rem 0;
    height: 100%;
    position: relative;
}

.careers-box .career-logo {
    max-width: 120px;
    margin-bottom: 1rem;
    /* height: 30px; */
}

.careers-box h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
}

.careers-box p {
    font-size: 1rem;
    color: #6c6c6c;
}

.careers-box .specs {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.careers-box .specs .spec-item {
    display: flex;
    font-size: 1rem;
    align-items: center;
}

.careers-box .btn-primary {
    font-size: 1.2rem;
    position: absolute;
    bottom: 10px;
}

.job-feature {
    display: flex;
}

.feature-single {
    text-align: left;
    padding: 1rem;
    margin: 1rem 2rem;
    font-size: 1rem;
}

.feature-single figure {
    height: 100px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.feature-single figure img {
    max-width: 70px;
}

.feature-single p {
    font-size: 1.2rem;
}

.career-search .pagination {
    justify-content: center;
    margin-top: 2rem;
}

.career-det2 {
    background: #F0F0F0;
    padding: 3.5rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.career-det2 h4 {
    margin-bottom: 1.5rem;
    margin-top: 5rem;
    font-weight: 600;
}

.career-det2 h4:first-of-type {
    margin-top: 0;
}

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

.career-dtls {
    margin: 5rem 0;
}

.career-dtls ol {
    margin: 0;
    padding: 0 0 0 2rem;
}

.career-dtls ol li {
    margin-bottom: 1.5rem;
}

.careet-dtlsBox {
    background: #f3f3f3;
    border-radius: 1rem;
    overflow: hidden;
}

.career-pic {
    height: 100%;
    display: flex;
}

.career-pic img {
    object-fit: cover;
}

.apply-form {
    background: #F3F3F3;
    border-radius: 1.5rem;
    padding: 2.5rem;
    padding-left: 4rem;
}

.apply-form h4 {
    font-weight: 600;
    margin-bottom: 2rem;
}

.apply-form .form-floating>label,
.apply-form small,
.apply-form .form-check {
    color: #a3a3a3;
}

.apply-form small {
    font-weight: 600;
    font-size: 1rem;
}

.apply-form .form-check {
    font-size: 1rem;
    margin-top: 1rem;
}

.apply-form .form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: #f3f3f3;
}

.apply-form .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.apply-form .browse.btn.btn-grey {
    background: gray;
    color: #fff;
    font-weight: 600;
    border-radius: .5rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.apply-form .form-control-lg::placeholder {
    color: #a2a2a2;
}

.career-quickdtl {
    padding-left: 2rem;
}

.career-quickdtl ul {
    margin: 0 0 4rem;
    padding: 0;
}

.career-quickdtl li {
    list-style: none;
    margin-bottom: 1.5rem;
}

.career-quickdtl img {
    max-width: 200px;
}

.btn-linkedin {
    background: #0A66C2;
    font-size: 1.25rem;
    line-height: 0.875rem;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
}


/* assets page */

.asset-logo {
    display: flex;
    flex-wrap: wrap;
}

.asset-box {
    width: 45%;
    padding-right: 5%;
    margin-bottom: 2rem;
}

.asset-box h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.asset-box ul,
.asset-box ul a {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.asset-box ul li {
    list-style: none;
    margin-right: 1rem;
    display: flex;
}

.asset-box .btn-sm {
    border: solid 1px #000;
    font-size: 1rem;
    padding: .5rem 1rem;
}

.asset-box .btn-sm:hover {
    background: #e2e2e2;
    color: #000;
}

.asset-box .downloads {
    margin-left: 1rem;
    font-size: .9rem;
}

.btn-sm.btn-grey {
    background: #B0ADAD;
    border: 1px solid #B0ADAD;
    color: #fff;
}

.btn.btn-sm.btn-black {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: .5rem 1rem;
}

.color-pallete ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.color-pallete li {
    width: 32%;
    max-width: 360px;
    border: solid 1px #000;
    border-radius: 1rem;
    overflow: hidden;
    padding: 2rem;
    margin-right: 1rem;
}

.color-pallete .color-box {
    display: flex;
}

.color-pallete .color-block {
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    margin-right: 1rem;
    border: solid 1px #ccc;
}

.color-pallete .color-box p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.font-container {
    margin-bottom: 2rem;
}

.font-name {
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
    width: fit-content;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
}

.font-spec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.font-section ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.font-section ul li {
    margin-right: 1rem;
    list-style: none;
}

.font-section .font-bx {
    border: solid 1px #000;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    width: 100px;
    margin-bottom: 1rem;
}

.font-section .font-bx h3 {
    font-size: 2rem;
}

.font-section .font-bx p {
    font-size: 1rem;
}

.font-section .font-bx.bold h3,
.font-section .font-bx.bold p {
    font-weight: 600;
}

.font-section .font-bx.medium h3,
.font-section .font-bx.medium p {
    font-weight: 500;
}

.font-section .font-bx.regular h3,
.font-section .font-bx.regular p {
    font-weight: 400;
}

.font-section .font-bx.light h3,
.font-section .font-bx.light p {
    font-weight: 300;
}

.font-heights {
    padding: 0;
    margin-left: 2.5rem;
}

.font-heights li {
    width: 100%;
    margin-bottom: 1rem;
}

.lh-det {
    display: flex;
    font-size: 1rem;
}

.lh-value {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border: solid 1px #000;
    border-radius: .5rem;
}

.btn-container .btn-dark,
.btn-container .btn-primary,
.btn-container .btn-gray {
    width: 208px;
    height: 53px;
    line-height: 1.37rem;
}

.btn-gray {
    background: #B0ADAD;
    font-size: 1.375rem;
    line-height: 0.875rem;
    padding: 15px 40px;
    color: var(--black);
    border-radius: 10px;
    border: 1px solid #d0d0d0 !important;
    position: relative;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    --bs-btn-active-bg: var(--black);
}

.button-section {
    display: flex;
    justify-content: space-between;
}

.btn-container {
    background: #F4F4F4;
    padding: 3rem;
    height: fit-content;
    border-radius: 1rem;
    border: solid 1px #333;
    margin-top: 1rem;
}

.gall-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.gall-list li {
    list-style: none;
}

.gal-item {
    max-width: 100px;
    margin: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.gal-item figure {
    height: 100px;
}

.gal-item figure img {
    max-height: 100px;
    object-fit: cover;
    width: 100px;
    height: 100%;
}

.gal-item .download-strip {
    background: #fff;
    text-align: right;
    padding: .85rem 1rem;
}

.photography-section {
    background: #f4f4f4;
    padding: 4rem 1.5rem;
    border-radius: .5rem;
}


/* video page */

.video-list {
    background: #F1F1F1;
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    height: calc(100% - 30px);
    position: relative;
}

.video-list ul {
    padding: 0;
}

.video-list ul li {
    list-style: none;
    margin-bottom: 1rem;
}

.video-list .video-list-single {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.video-list-single .video-img {
    width: 100px;
    height: 100%;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
}

.video-list-single .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40px;
}

.video-list-single .video-det {
    width: calc(100% - 120px);
}

.video-list-single .video-det h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.video-list-single .video-det .btn-sm {
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: .5rem;
    margin-top: .5rem;
}

.video-tabs .nav-link {
    width: 200px;
    height: 80px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.video-tabs .nav-link img {
    max-width: 150px;
    max-height: 50px;
}

.video-tabs .nav-link:hover,
.video-tabs .nav-link:focus {
    border: 0 !important;
}

.video-tabs .nav-link.active {
    border: 0;
    border-bottom: solid 4px #333 !important;
}

.video-container {
    border-radius: 1rem;
    overflow: hidden;
}

.browse-link {
    color: #6c6c6c;
    text-decoration: none;
    position: relative;
    font-size: 1.1rem;
    /* position: absolute;
    bottom: 30px; */
    margin-bottom: 10px;
}

.browse-link:after {
    content: '\f105';
    font-family: 'font awesome 5 free';
    font-weight: 800;
    margin-left: 5px;
    font-size: 1rem;
    transition: ease 0.5s;
}

.browse-link:hover {
    color: #333;
}

.browse-link:hover:after {
    margin-left: 10px;
}

.video-box {
    max-width: 410px;
    margin: 0 1rem 1.5rem;
}

.video-box .video-img {
    position: relative;
    margin-bottom: 1rem;
    border-radius: .5rem;
    overflow: hidden;
}

.video-box h5 {
    font-size: 1.4rem;
    font-weight: 600;
    max-height: 40px;
    min-height: 40px;
}

.video-slider2 .btnPrev,
.video-slider2 .btnNext {
    bottom: auto;
    top: 50%;
    /* transform: translate(-50%); */
    margin-left: 0;
}

.video-slider2 .btnPrev {
    left: 4%;
}

.video-slider2 .btnNext {
    right: 4%;
    left: auto;
}

.video-tabs .tab-content {
    padding-top: 3rem;
}

.sub-banner .breadcrumb {
    border-bottom: 0;
}

.news-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.fixedTop #top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
}

header.fixedTop .logo {
    display: none;
}

.about-box p {
    margin-bottom: 0;
}

.about-box img {
    max-width: 70px;
}


/* flight animation */

.dd {
    position: absolute;
    right: -2100px;
    top: -670px;
    z-index: 9;
}

.ff {
    position: relative;
    background: #6cb0ec;
    right: 0;
    width: 2000px;
    height: 2000px;
}

.circle {
    width: 2000px;
    background: transparent;
    height: 2000px;
    border-radius: 50%;
    position: absolute;
    left: -1000px;
    border: 1px dashed #cacaca;
}

.g-container {
    position: relative;
    width: 1px;
    height: 2000px;
    /*! transform-origin: center 0; */
    animation: rotate 12s infinite;
}

.g-ball {
    position: absolute;
    bottom: -24px;
    transform: rotate(-138deg);
}

.video-section {
    position: relative;
    overflow: hidden;
}

.video-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(90deg);
    }
}

.news-scrolling .news-box:hover {
    top: 0px;
}

.press-kit {
    padding: 2rem;
    text-align: center;
    background: var(--black);
    margin: 1rem 0;
    color: #fff;
    border-radius: .5rem;
}

.press-kit h6 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.mural-intro img {
    height: 100vh;
}

.abt-logos {
    /* border: solid 1px #e2e2e2; */
    height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

h2.wp-block-heading {
    margin: 4rem 0 1rem;
    font-size: 2rem;
}

.social {
    display: flex;
}

.twitter-alignment {
    margin-right: 10px;
    margin-top: 3px;
}

.social a {
    margin: 0 5px;
}

.brandsDet-logo {
    width: 100%;
    max-width: 280px;
    /* margin: auto; */
}

.brandLogo {
    height: 110px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.mural-mobile {
    display: none;
}

.mural-banner {
    display: block;
}

@media (min-width:1920px) {
    body {
        font-size: 20px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1650px;
    }
    .banner-logo-slider img {
        max-width: 500px;
    }
    #scrollDown {
        position: absolute;
        bottom: 10%;
    }
    .banner-box.play .logo {
        width: 320px;
    }
    h1,
    h2 {
        font-size: 3.75rem;
        line-height: 4rem;
    }
    .link-arrows {
        font-size: 20px;
    }
    .about-slider figcaption img {
        max-width: 250px;
    }
    /* header .logo img {
        width: 100%;
        max-width: 400px;
    } */
    .landing-logo {
        max-width: 350px;
    }
    .collab-box {
        height: 500px;
    }
}

@media (max-width:768px) {
    /* .brand-listings li {
        width: 50%;
    } */
    .brand-single {
        max-width: 370px;
        margin: 1rem;
    }
    .plant-bottom .pot-btm {
        position: absolute;
        bottom: 60px;
        right: 50%;
        max-width: 80px;
    }
    .plant-bottom .bottle-1 {
        position: absolute;
        bottom: 150px;
        max-width: 50px;
        right: 60%;
    }
    .img-fluid.bottle-2 {
        position: absolute;
        bottom: 210px;
        max-width: 50px;
        right: 60%;
    }
    .plant-bottom .bottle-3 {
        position: absolute;
        bottom: 140px;
        max-width: 50px;
        right: 47%;
    }
    .plant-bottom .bottle-4 {
        position: absolute;
        bottom: 230px;
        max-width: 50px;
        right: 45%;
    }
    .cloud1 {
        position: absolute;
        left: -30px;
        max-width: 260px;
        top: 60px;
        z-index: 2;
    }
    .cloud2 {
        position: absolute;
        left: 26%;
        top: -18px;
        max-width: 160px;
        animation: cloud1 90s cubic-bezier(0.9, 1, 0.3, 0.75) 0s infinite normal;
        z-index: 2;
    }
    .cloud3 {
        position: absolute;
        left: 40%;
        max-width: 240px;
        top: 120px;
        animation: cloud 120s cubic-bezier(0.9, 1, 0.3, 0.75) 0s infinite normal;
        z-index: 2;
    }
    .colloborations-bg {
        /* min-height: 460px; */
        min-height: 120px;
        margin-bottom: 1.5rem;
    }
    .job-feature {
        display: block;
    }
    .bg-about {
        background-position: center right;
    }
    .about-slider .btnPrev,
    .about-slider .btnNext {
        bottom: 10px;
    }
    .about-slider .slick-dots li button::before {
        background: #333;
        border: 1px solid #c4c4c4;
    }
    .about-slider .slick-dots li.slick-active button::before {
        background: #fff;
        border: 1px solid #fff;
    }
    .sustainability-desc {
        margin-top: 0;
    }
    .plant-top {
        display: none;
    }
    /* header {
        background: transparent;
    } */
    .about-box {
        background: rgba(245, 245, 245, 0.7);
    }
    .dd {
        display: none;
    }
    .sustainability-banner figcaption {
        position: relative;
        padding: 2rem 0;
    }
    .cloud1,
    .cloud2,
    .cloud3,
    .plant-bottom,
    .fish-tank {
        display: none;
    }
    .sustainability-desc {
        z-index: 4;
        padding: 2rem 0;
    }
    .abt-logos {
        /* border: solid 1px #e2e2e2; */
        height: 100px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .feature-single {
        text-align: center;
    }
    .feature-single figure {
        justify-content: center;
    }
    .career-cont {
        padding: 2rem;
    }
    #myTab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .sustainability-banner,
    .sustainability-slider {
        z-index: 0;
    }
    .animation-pun {
        margin-top: 1.5rem;
    }
    /* .brand-listings .slick-slide {

    } */
    .asset-box {
        width: 100%;
    }
    .color-pallete li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .font-heights {
        margin-left: 0;
    }
    .button-section {
        flex-wrap: wrap;
    }
    .color-pallete li {
        max-width: 100%;
    }
    .button-section .btn-container a {
        margin-bottom: .75rem;
    }
    .brandsDet-logo {
        width: 100%;
        max-width: 180px;
        margin: auto;
    }
    .video-slider .slick-dots {
        bottom: -15px;
    }
}

@media (max-width:560px) {
    .mural-mobile {
        display: block;
    }
    .mural-banner {
        display: none;
    }
    /* .brand-listings li {
        width: 100%;
    } */
    .brand-single {
        max-width: 100%;
        margin: 1rem;
    }
    .abt-section .abt-content p {
        width: 100%;
    }
    .sustainability-slider {
        min-height: 500px;
        padding-bottom: 100px;
    }
    .pot-hand {
        top: auto;
        bottom: -10px;
        left: 60px;
        max-width: 120px;
    }
    .hand-pot {
        max-width: 180px;
        bottom: -60px;
    }
    .cloud1 {
        top: 40px;
    }
    .black-section {
        min-height: 400px;
    }
    .gall-list li {
        width: 50%;
    }
    .gal-item {
        max-width: none;
    }
    .gal-item figure img {
        width: 100%;
    }
    h3 {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }
    .banner-box.play {
        margin-top: 50px;
    }
    header .logo {
        position: absolute;
        max-width: 160px;
        z-index: 99;
    }
    header .logo img {
        max-width: 100%;
    }
    .media-box {
        padding-top: 10px;
    }
    .fish-tank {
        display: block;
    }
    .fish-top2,
    .fish-top3 {
        display: none;
    }
}

/* home page video banner update */
header .logo {
    display: none;
}

.home-banner {
    height: 100vh;
}

.home-banner video {
    height: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    /* transform: scale(1.15); */
}

.home-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9;
}

.home-banner .mlogo {
    background: url(../images/M.svg) no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    z-index: 10;
    top: 0;
    right: 0;
}

.home-banner .banner-section {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
}

.banner figcaption {
    inset: 0;
}

.banner-box {
    background: none;
    backdrop-filter: none;
    box-shadow: none;
    z-index: 10;
}

.logo-holder {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
    z-index: 9;
    text-align: center;
    width: 100%;
    height: 100%;
}

.banner-section .container {
    position: relative;
    height: 100%;
}

.logo-holder .logoPic {
    /* max-width: 550px; */
    width: 700px;
}

.logo-holder h1 {
    color: #fff;
    margin: 1rem 0;
    font-size: 2rem;
}


.mob-only {
    display: none;
}

.desk-only {
    display: block;
}

@media (max-width: 560px) {
    .mural-banner {
        display: block;
        height: 100vh;
    }
    header {
        background: none;
    }
    #butter {
        margin-top: -75px;
    }
    .banner figcaption {
        inset: 0;
        position: relative;
        background: #000;
        min-height: 420px;
    }
    .mural-mobile video {
        transform: scale(1.1);
    }
    .banner-logo-slider {
        margin: 2.5rem auto;
    }
    .banner-bx-logo {
        margin-bottom: 3.5rem !important;
    }
    .fish-tank {
        display: block;
    }
    .banner-box.play {
        margin-top: 20px;
    }
    .logo-holder {
        position: absolute;
        height: 100vh;
        /* background: rgba(0, 0, 0, 0.5); */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-shrink: 0;
        flex-grow: 0;
        width: 100%;
        top: 0;
    }
    .logo-holder .logoPic {
        width: auto;
        max-width: 260px;
    }
    .logo-holder h1 {
        font-size: 1.75rem;
        margin: 2rem auto;
        max-width: 80%;
    }
    #line1,
    #line3 {
        display: none;
    }
    .mob-only {
        display: block;
    }
    .desk-only {
        display: none;
    }
    .mob-only::before {
        content: "";
        width: 1px;
        height: calc(100vh - 300px);
        background: white;
        display: block;
        margin-left: 3rem;
        margin-top: 1rem;
    }
    .logo-icon {
        padding-top: 10px;
        max-width: 80px;
    }
    .sustainability-slider .slick-next {
        height: 20px;
        width: 20px;
        top: 50%;
    }
}

.bannerContent {
    height: calc(100% - 68px);
    padding: 3rem 0 0 3rem;
}

.bannerContent .copy .display,
.bannerContent .lines .display {
    height: 100%;
}

.topLinePlaceholder {
    height: 70%;
    overflow: hidden;
    position: relative;
    animation: animateLine 1.5s forwards;
}

.topLinePlaceholder::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes animateLine {
    0% {
        height: 0%;
    }
    100% {
        height: 70%;
    }
}

.bottomLinePlaceholder {
    height: 30%;
    margin-top: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* border-right: 1px solid #f00; */
}

.bottomLinePlaceholder::before {
    content: "";
    height: 1px;
    width: 0%;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 0;
    animation: animateLine2 1.5s forwards;
    animation-delay: 1.5s;
}

@keyframes animateLine2 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.bottomLinePlaceholder::after {
    content: "";
    height: 0%;
    width: 1px;
    background-color: #999999;
    position: absolute;
    right: 0;
    top: 0;
    animation: animateLine3 1.5s forwards;
    animation-delay: 3s;
}

@keyframes animateLine3 {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

.bannerContent .copy .welcomeHeading {
    height: 30%;
    margin-top: auto;
    padding: 2rem;
}

.bannerContent .copy .welcomeHeading h1 {
    font-size: 2rem;
    line-height: 1.5;
}

.bannerContent .copy .welcomeHeading span {
    display: block;
}

.video-desk {
    display: block;
}

.video-mob {
    display: none;
}

#placeholderContainer {
    height: 100vh;
}

#placeholderContainer img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .bannerContent {
        flex-direction: column;
        padding: 3rem;
    }
    .bannerContent .lines {
        flex-grow: 1;
    }
    .bannerContent .copy {
        height: auto;
    }
    .bottomLinePlaceholder {
        display: none;
    }
    .topLinePlaceholder {
        height: 100%;
    }
    .bannerContent .copy .welcomeHeading {
        height: auto;
        padding: unset;
        padding-top: 3rem;
    }
    @keyframes animateLine {
        0% {
            height: 0%;
        }
        100% {
            height: 100%;
        }
    }
    .video-desk {
        display: none;
    }
    .video-mob {
        display: block;
    }

}
/* iphone play icon fix */
*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }

  /* Old shadow dom for play button */

  *::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }

  /* New shadow dom for play button */

  /* This one works! */

  *::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }

  /* Old shadow dom for play button */

  *::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }

  /* New shadow dom for play button */

  /* This one works! */

  *::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }
  #aboutSlider {
    background: #fff;
  }
  .z-index-99 {
    position: relative;
    z-index: 99;
  }
  #aboutSection{
    background: #fff;
  }

  #aboutSection .ball{
    z-index: 0;
  }

.news-content p {
    line-height: 2.5rem;
    margin: 2rem 1rem;
}
