:root,
:root .v-light,
:root .v-light-head {
  --bg-color: #fff;
  --assistant-color: #E9E9E9;
  --theme-color: #141414;
  --theme-color-font: #fff;
  --font-color: #484848;
  --heading-color: #000;
  --border-color: #dcdcdc;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #f6fafd;

}

:root .background-theme,
:root.background-theme,
:root .calendar_wrap table tr td#today,
:root .v-light .background-theme,
:root .v-light.background-theme,
:root .v-light .calendar_wrap table tr td#today,
:root .v-light-head .background-theme,
:root .v-light-head.background-theme,
:root .v-light-head .calendar_wrap table tr td#today {
  --heading-color: #fff;
  --font-color: #fff;
  color: var(--font-color);
}

:root .v-dark,
:root .v-dark-head {
  --bg-color: #000000;
  --assistant-color: #171717;
  --theme-color: #ffffff;
  --font-color: #ffffff;
  --heading-color: #ffffff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}


:root {
  --body-font: "Poppins", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --font-size-base: 1.1rem;
  --font-size-h1: 40px;
  --font-size-h2: 35px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  /* --line-height-base: 2.1rem; */
  --line-height-content: 1.2;
  --font-weight-heading: 600;
  --font-weight-body: 300;
  --smooth-width: 4px;
  --bg-overlay: #0000006a;
  --overlay-blend-mode: unset;
}

.round-btn {
  border-radius: 50px;
  background-color: var(--theme-color);
  color: white;
  font-size: 1.2rem;
  padding: 20px 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading-color);
  font-weight: var(--font-weight-heading);
  line-height: 1.2;
  font-family: var(--heading-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

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

/* Old shadow dom for play button */

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

/* New shadow dom for play button */

/* This one works! */

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

video::-webkit-media-controls {
  display: none !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}



/* -------------------------------------------------------
                     Core
  -------------------------------------------------------- */
html {
  font-size: var(--font-size-base);
  scroll-behavior: initial;
  scroll-padding-top: 89px;
}

body {
  background-color: var(--bg-color);
  color: var(--font-color);
  line-height: var(--line-height-base);
  font-size: 1.2rem;
  font-family: var(--body-font);
  font-weight: var(--font-weight-body);
  margin: 0;
  text-rendering: optimizeLegibility;
  transition: 100ms;
  transition-property: background-color, color;
  width: 100%;
  min-height: 100%;
  letter-spacing: normal;
  max-width: 100%;
  /* overflow-x: hidden; */
}



a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}



/* -------------------------------------------------------
                      General
-------------------------------------------------------- */

p b {
  font-weight: 600;
}

.section-m {
  padding-top: 90px;
}

.fp-watermark {

  opacity: 0;
  display: none;
}

.button-rip {
  /* background-color:#09c; */
  border: none;
  border-radius: 50%;
  color: #fff;
  height: 25px;
  width: 25px;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  z-index: 100000000000000000000;
  /* position: absolute; */
  bottom: 20px;
  left: calc(50% - 12.5px);
  color: var(--theme-color)
}

.button-rip:hover {
  color: #6ee4ff;
}

.ripple {
  box-sizing: border-box;
  position: absolute;
}

.ripple:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px rgb(0, 166, 255);
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ripple:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px rgb(0, 86, 143);
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes ripple {
  0% {
    opacity: .98;
  }

  100% {
    border-radius: 2em;
    opacity: 0;
    transform: scale(2);
  }
}

@media(max-width:768px) {
  .section-m {
    padding: 0 0;
  }

  .ripple {
    display: none;
  }
}


/* -------------------------------------------------------
                  Banner
-------------------------------------------------------- */

.fullsize-video-bg:before {
  /* content: ""; */
  background: linear-gradient(180deg, rgba(231, 220, 220, 0.21) 20%, rgba(255, 255, 255, 0.156) 80%) !important;
  background: linear-gradient(180deg, rgb(149 163 221 / 36%) 20%, rgba(255, 255, 255, 0.156) 80%) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullsize-video-bg {
  height: calc(100vh - 0px);
  overflow: hidden;
  z-index: -1;
  position: relative;
}

.fullsize-video-bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  z-index: 1;
}

.fullsize-video-bg .inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: cenlter;
  text-align: left;
  width: 100%;
  max-width: 90%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  /* text-shadow: 0 1px 5px rgb(0 0 0 / 50%); */
  color: #fff;
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}




.banner-text {
  max-width: 645px;

  font-size: clamp(1.525rem, 1.7477272727vw + 1.0706818182rem, 2.338rem);
  line-height: clamp(2.15rem, 1.6045454545vw + 1.6386363636rem, 2.9rem);
  font-size: 1.7rem;
  line-height: 2.3rem;


  font-weight: 200;
  background-color: #ffffffe8;
  color: #000;
  padding: 20px 30px;
  position: relative;
  display: block;
  margin: 0 0 0 0rem;
  text-align: left;
}




.btn-outline-light {
  z-index: 20000 !important;
  display: inline-block;
  padding: 0.75rem 1.5rem;
}

video::-webkit-media-controls {
  display: none;
}


@media(max-width:768px) {
  .fullsize-video-bg .inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    text-align: left;
    position: relative;

    width: 100%;
    max-width: 100%;
    height: auto;

  }

  .fullsize-video-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
    position: relative;
    top: 0rem;

  }

  .fullsize-video-bg #video-viewport {
    position: relative;
    margin-top: 88px;
  }

  video {
    width: 100%;
    object-fit: cover;
    width: 100vw;
    height: auto;
    position: relative;
  }


  .banner-text {
    max-width: 100%;

    font-size: clamp(1.525rem, 1.7477272727vw + 1.0706818182rem, 2.338rem);
    font-size: 1.6rem;

    line-height: clamp(2.15rem, 1.6045454545vw + 1.6386363636rem, 2.9rem);
    font-weight: 200;
    background-color: #000;
    color: #fff;
    padding: 40px 30px;
    position: relative;
    display: block;
    margin: 0 0 0 0rem;
    text-align: left;
  }

  .ofi-holder svg {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    object-position: center;
    fill: #deb10d;
  }




}




/* -------------------------------------------------------
                   Home video sec
-------------------------------------------------------- */
.v-sec h2 {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}

.about-video video {
  display: block;
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  position: relative;
  aspect-ratio: 4/2.7;

}
.v-text{
  max-width: 600px;
}

@media(max-width:768px) {
  .about-video video {
    display: block;
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;

  }

 

  .v-sec h2 {
    font-size: 1.6rem;
    FONT-WEIGHT: 300;
  }
}

/* -------------------------------------------------------
                   strategy
-------------------------------------------------------- */
.strategy {
  font-size: 1rem;
}


/* -------------------------------------------------------
                  Marginal video
-------------------------------------------------------- */

.banner-video-bg:before {
  /* content: ""; */
  background: linear-gradient(180deg, rgba(231, 220, 220, 0.21) 20%, rgba(255, 255, 255, 0.156) 80%) !important;
  background: linear-gradient(180deg, rgb(149 163 221 / 36%) 20%, rgba(255, 255, 255, 0.156) 80%) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-video-bg {
  height: calc(100vh);
  height: auto;

  overflow: hidden;
  z-index: -1;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgb(212 239 255 / 16%) 0%, rgb(4 18 42 / 36%) 94%), url(../images/home/VideoSecBG.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  z-index: 1;
}



.banner-video-bg .inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 30px auto;
  padding: 0 0;
  position: relative;
  bottom: 0;
  z-index: 2;
  /* text-shadow: 0 1px 5px rgb(0 0 0 / 50%); */
  color: #fff;
  /* background-color: #ffffff; */
}

.banner-video-bg #video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.banner-video-bg video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.display {
  font-size: 2.5rem;
  font-family: 300;
}

/* -------------------------------------------------------
                   Home bottom video
-------------------------------------------------------- */

.bottom-video-bg {
  height: calc(100vh - 328px);
  overflow: hidden;
  z-index: -1;
  position: relative;
  object-fit: cover;
}



#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.bottom-video-bg video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 100vw;
  height: calc(100vh - 328px);
  position: absolute;
  top: 0;
  left: 0;
}


/* -------------------------------------------------------
                   About page
-------------------------------------------------------- */
.tooltip {
  max-width: 600px !important;
  white-space: normal !important;
  font-size: .8rem !important;
  border-radius: 3px !important;
  ;
}

.rounded-circle {
  border-radius: 50% !important;
}

.border-5 {
  border-width: 5px;
}

.border-white {
  border-opacity: 1;
  border-color: rgba(255, 255, 255, 1) !important;
}

.shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, .125) !important;
}


.team img {
  max-width: 100px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.lk-icon {
  /* width: 2.5rem;
  height: 2.5rem; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.0rem;
  line-height: normal;
  color: rgb(46, 82, 160);
  margin: 0;
}

.team h6 {
  font-size: 1.25rem;
  margin: 0;

}

.team .sub-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;

  margin: 0 0 5px 0;
}

.team .sub-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7rem;
  line-height: 1.0rem;
  margin: 0 0 10px 0;
}

.team .link {
  color: rgb(46, 82, 160);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;

  margin: 0 0 0 0;
  padding: 0;
}

.rounded-circle {
  border-radius: 50% !important;
}

.hover-top-in .hover-top--in {
  transition: ease-in-out all .35s;
  position: relative;
  top: 0
}

.hover-top-in:hover .hover-top--in {
  top: -10px
}

.me-1 {
  margin-right: 0.25rem !important;
}

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


.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
  font-weight: 600;
  letter-spacing: 0;
}

.terms ul {
  margin: 12px 0;
}

.terms li {
  list-style: disc;
}



/* -------------------------------------------------------
                   Contact page
-------------------------------------------------------- */
/* 
.contactBG {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  align-items: center;
  background-color: #fff;
  background-image: url("https://res.cloudinary.com/monday-platform-eu/image/upload/v1710331377/board_views_images/logos/1710331376140_b6a04e11-5c09-5e70-b8fd-90539793d747.png");
  background-size: cover;
  background-attachment: fixed;
}
.formsubmitmsg
{
  background-color: #fafafa;
  border-radius: .267rem;
  border: 1px solid #e8e8e8;
  padding: 7px 12px;
  margin-bottom: 20px!important;
}
.contactBG label {
  color: #202020;
  font-weight: 500;
}
.contactBG .error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.contactBG small {
  color: #676879;
  font-weight: 400;
  font-size: 0.84rem;
  width: 100%;
  display: block;
  margin: 0 0 6px 0;
}

.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px 40px;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 900px;
  flex-direction: column;
}

form{
  width: 100%;
}

.form-area .form-inner {
  width: 100%;
}

.form-control,
input,
textarea, select {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #323338;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #323338;
  background-color: #FFF;
  border-color: #DFE3E7;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}


.dropdown-container {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}


.selected-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  font-size: 16px;
  cursor: pointer;
  background: white;
}

.dropdown-item:hover,
.dropdown-item.active {
  background: #f0f0f0;
}

.selected-box img {
  width: 25px;
  height: 15px;
  margin-right: 10px;
  display: none;
}

.dropdown-list {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  display: none;
  z-index: 1000;
  color: #323338;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.dropdown-item:hover {
  background: #f0f0f0;
}

.dropdown-item img {
  width: 25px;
  height: 15px;
  margin-right: 10px;
}

.search-box {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
} */