﻿@font-face {
  font-family: "Proxima Nova A";
  src: url("../fonts/Proxima Nova A.woff2")format("woff2"),
    url("../fonts/Proxima Nova A.woff")format("woff"),
    url("../fonts/Proxima Nova A.ttf")format("truetype");
}

@font-face {
  font-family: "Proxima Nova Black";
  src: url("../fonts/Proxima Nova Black.woff2")format("woff2"),
    url("../fonts/Proxima Nova Black.woff")format("woff"),
    url("../fonts/Proxima Nova Black.ttf")format("truetype");
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/Proxima Nova Bold.woff2")format("woff2"),
    url("../fonts/Proxima Nova Bold.woff")format("woff"),
    url("../fonts/Proxima Nova Bold.ttf")format("truetype");
}

@font-face {
  font-family: "Proxima Nova Thin";
  src: url("../fonts/Proxima Nova Thin.woff2")format("woff2"),
    url("../fonts/Proxima Nova Thin.woff")format("woff"),
    url("../fonts/Proxima Nova Thin.ttf")format("truetype");
}

/* @import url("https://use.typekit.net/bui2hae.css"); */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

h1 {
  font-size: 100px;
  font-weight: 900;
  font-family: "Proxima Nova Black", sans-serif !important;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 780px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Proxima Nova Bold", sans-serif !important;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 780px) {
  h1 {
    font-size: 30px;
  }
}

h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Proxima Nova Bold", sans-serif !important;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 37px;
    line-height: 30px;
  }
}

@media screen and (max-width: 780px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 47px;
  font-weight: 100;
  font-family: "Proxima Nova Bold", sans-serif !important;
  line-height: 47px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 1024px) {
  h4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 780px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-family: "Proxima Nova Bold", sans-serif !important;
  letter-spacing: 0.7px;
}
ul,li{
  font-family: "Proxima Nova A", sans-serif !important;
}

p {
  color: rgba(13, 27, 30, 0.75);
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  font-family: "Proxima Nova A", sans-serif !important;
}


h5 {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1.1rem;
}


i {
  font-style: italic;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  ;
}

.fontscroll {
  position: relative;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.m-fontscroll {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: fontscrollText 100s linear infinite;
  margin: 0;
  font-size: 0;
  display: flex;
  gap: 70px;
  justify-content: space-around;
  width: fit-content;
  align-items: center;
}

.home a {
  text-decoration: none;
  color: white;
  font-size: 40px;
  font-family: "Proxima Nova Bold", sans-serif !important;
}

.home span:hover {
  color: var(--secondary-color);
}

.fontscroll span {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 40px;
  transition: all 0.3s ease;
  font-family: "Proxima Nova Bold", sans-serif !important;
}

@keyframes fontscrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}




/* -----------------------Common CSS Start ----------------------- */
:root {
  --primary-color: #000;
  --secondary-color: #E3B67B;
  --white: #fff;
  --gray: #949597;
  --pcolor: #5E6367;
  --title-font: 'Proxima Nova Bold';
  --body-font: 'Proxima Nova A';
}

/* ----------------------- Common CSS End ----------------------- */
/* body {
  font-family: 'Inter', sans-serif;
  color: var(--body-font);
} */
.img-scale {
  transition: all 0.3s ease;
}

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

.overflow-h {
  overflow: hidden;
}

/* ----------------------- header css start ----------------------- */
header {
  z-index: 999;
}

.navbar-main-wrap.navbar {
  padding-block: 2.5rem;
}

.cust-container-fluid {

  max-width: 1599px;
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

.navbar-main-wrap.navbar .nav-inner {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-main-wrap.navbar .navbar-nav li {
  padding: 0 20px;
}

.navbar-main-wrap.navbar .navbar-nav li.active a, .navbar-main-wrap.navbar .navbar-nav li:hover a {
  color: var(--secondary-color);
}

.navbar-main-wrap.navbar .navbar-nav li a {
  color: var(--primary-color);
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-main-wrap.navbar.navbar-dark .navbar-toggler-icon {
  filter: invert(1);
}

.sticky-header {
  position: sticky;
  background: var(--white);
  top: 0;
  box-shadow: 0 10px 15px rgb(136 136 136 / 10%);
  transition: all 0.3s ease;
  z-index: 999;

}

.sticky-header .navbar-main-wrap.navbar {
  padding-block: 1.3rem;
  transition: all 0.3s ease;
}

.navbar-brand img {
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .navbar-main-wrap.navbar .navbar-brand img {
    height: 24px;
  }
}

/* ----------------------- header css End ------------------------- */


/* ----------------------- footer css start ------------------------- */
.footer {
  /* background-color: #0d6efd; */
  color: var(--primary-color);
  padding: 8rem 0 4rem;
}

.footer-wrap {
  width: 100%;
}

.footer-wrap .footer-contain {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer-wrap .footer-contain h4 {
  font-size: 25px;
  font-weight: 300;
  color: var(--primary-color);
  text-decoration: none;
  font-family: var(--title-font);
}

.footer-wrap .get-in-touch {
  font-size: 34px;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 0;

}

.footer-wrap .get-in-touch-wrap {
  padding-bottom: 80px;
}

.footer-wrap .footer-mail {
  font-size: 25px;
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: none;
  font-family: "Proxima Nova Bold", sans-serif !important;
}

.footer ul.social-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer ul.social-wrap li {
  padding: 0 1rem;
}

@media screen and (max-width: 991px) {
  .footer-wrap .get-in-touch-wrap {
    padding-bottom: 50px;
    text-align: center;
  }

  .footer-wrap .footer-contain {
    flex-direction: column;
    row-gap: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrap .get-in-touch {
    font-size: 24px;
  }

  .footer-wrap .footer-mail {
    font-size: 20px;
  }

  .footer-contain h4, .footer-wrap .footer-contain h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* ----------------------- footer css End ------------------------- */
/* ----------------------- Home Page Start ------------------------- */

/* banner css start */
.banner-wrap {
  padding: 80px 0 160px
}

.banner-wrap h1 {
  font-size: 4vw;
  font-weight: 800;
  font-family: "Proxima Nova Black", sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 80px;
  line-height: 1em;
  letter-spacing: 0.7px;
}

.banner-wrap h2 {
  font-size: 2.6vw;
  font-weight: 800;
  font-family: var(--title-font);
  position: relative;
  display: inline-block;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -25%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(var(--primary-color), 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: var(--primary-color);
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: -webkit-fill-available;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.paly-button-wrap {
  position: relative;
  top: -25px;
}

@media screen and (max-width: 1500px) {
  .video-play-button:before {
    width: 65px;
    height: 65px;
  }

  .video-play-button:after {
    width: 65px;
    height: 65px;
  }

  .video-play-button span {
    border-left: 25px solid var(--white);
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }

  .video-play-button {
    width: 27px;
    height: 37px;
  }
}

@media screen and (max-width: 1440px) {
  .banner-wrap h2 {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 1024px) {
  .banner-wrap h2 {
    /* font-size: 42px; */
  }
}

@media screen and (max-width: 991px) {
  .video-play-button {
    top: 4px;
    right: -34%;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap h1 {
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 36px;

  }

  .banner-wrap h2 {
    font-size: 21px;
  }

  .video-play-button {
    top: 97px;
    right: 15%;
  }

}

/* banner css end */


/* image section css start */
.image-section img {
  width: 100%;
}

.brand-img-wrap {
  /* background-image: url(../images/see-what-care.png); */
  /* background-repeat: no-repeat ;
  width: 100%; */
  /* background-position: center;
  background-size: cover; */
  /* height: 950px;
  overflow: hidden; */
  /* padding-bottom: 60%; */
  /* background-size: 150% 150%; */
  /* background-size: 100% 100%;
  background-position: top center; */

  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  /* Adjust to your needs */
  transform-origin: center center;

  transition: transform 0.5s ease;
  /* Adjust the transition speed */
}

.homeimg-wrap {
  /* height: 100%; */
  position: relative;
}

.homeimg-wrap a {
  /* height: 100%; */
  /* position: absolute;
  width: 100%;
  cursor: pointer;
  z-index: 999; */
}

.brand-text-wrap {
  height: 100%;
  position: relative;
}

.brand-img-wrap .brand-text {
  position: absolute;
  bottom: 8%;
}

.brand-text h3 {
  color: var(--white);
  font-size: 50px;
  font-weight: 400;
  font-family: var(--body-font);
}

.brand-text h3:first-child {
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 30px;
  letter-spacing: 1px;
}

.brand-text h3:nth-child(2) {
  font-family: var(--body-font) !important;
  text-transform: initial;
}

.home a:hover {
  color: var(--secondary-color);
}

@media screen and (max-width: 767px) {
  .brand-text h3:first-child {
    font-size: 24px;
  }

  .brand-text h3 {
    font-size: 24px;
  }

  .brand-img-wrap {
    height: 500px!important;
  }

  .fontscroll span {
    font-size: 30px;
    }

    .footer{
      padding: 4rem 0;
    }

    .banner-wrap {
      padding: 60px 0 60px;
    }
}

/* image section css end */

/* animated section css Start */
.animated-section {
  background-color: var(--primary-color);
  padding: 6% 0;
}

.animated-section marquee a {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  animation: marquee 160s linear infinite;
}

marquee span {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .animated-section marquee {
    font-size: 22px;
  }

  .animated-section {
    padding: 15% 0;
  }
}

/* animated section css end */




/* ----------------------- Home Page css End ------------------------- */

/* -----------------------about page & bees page common css start ------------------------- */
/*about-title & description -css start*/
.about-content {
  padding: 120px 0px;
}

.about-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--title-font);
  color: var(--primary-color);
}

.about-description p {
  color: var(--pcolor);
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .about-title h2 {
    font-size: 32px;
  }

  .about-description p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-description p {
    font-size: 18px;
  }

  .about-content {
    padding: 60px 0px;
  }
 
}

/*about-title & description -css end*/

/* owl-carousel css start */
.carousel {
  padding: 120px 0px;
  background-color: var(--primary-color);
  overflow: hidden;
}

.gallery-slider {
  display: flex;
}

.gallery-slider .owl-carousel {
  overflow: hidden;
  flex: 0 0 130%;
}

.custom-owl-nav {
  display: flex;
  gap: 25px;
}

.custom-owl-nav .arrow {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.custom-owl-nav .arrow:before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--secondary-color);
  top: 50%;
  transition: width 0.5s ease-out;
}

.custom-owl-nav .arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--secondary-color);
  border-right: 1px solid var(--secondary-color);
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}

.custom-owl-nav .custom-owl-prev .arrow::after {
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
  left: 1px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel {
    padding: 100px 0px;
  }

  .custom-owl-nav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .carousel {
    padding: 100px 0px 80px;
  }

  .custom-owl-nav {
    margin-top: 20px;
  }

  
}

/* owl-carousel css end */