:root {
  --bs-body-bg: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #dee2e6;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --sub-button-bg-color:#313333;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
}
.footer-fluid{
  background: #212529;
}
.justify-end {
  justify-content: end;
}

.manage-card-w {
  width: 30%;
}

.rm-margin-padding {
  padding: 0;
  margin: 0;
}

.lets-add-justify {
  justify-content: space-between;
}

.img-radius {
  border-radius: 2%;
}

.flex-pack {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.flex-row-direction {
  flex-direction: row;
}

.flex-column-direction {
  flex-direction: column;
}

.video-conf-sub-fgap {
  gap: 20px;
}

.sub-heading-fontsize {
  font-family: Poppins-SemiBold, Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #e9ecef;
}

.sub-color-match-style {
  background: var(--sub-button-bg-color);
}

.right-arrow {
  width: 44px;
  font-size: large;
  color: #00ddff;
}

.flex-box {
  box-sizing: content-box;
  box-shadow: 0px 0px 10px 5px rgba(16, 14, 21, 0.2588235294);
  border-radius: 10px;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  /* background-color: var(--bs-body-bg); */
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.bg-body-trans {
  background-color: rgb(8, 8, 8);
  z-index: 1;
}

.navbar-brand:focus, .navbar-brand {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff !important;
}

.letscms-video-nav a:nth-child(1) img {
  background: azure;
  border-radius: 20%;
}


.login-section{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url("../images/salesbanner-bg.webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 150px;
  
}

.banner-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* background-image: url("https://cdn.prod.website-files.com/660affa848e8af81bdd03909/6667ec7793bf208e74453396_Hero%20Section.webp"); */
  background-image: url("../images/banner.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 700px;
  filter: blur(6px);
}
.banner-section .banner-tag {
  margin-top: 10%;
  position: relative;
}
.banner-section #video-icon-area .video-camera-settings {
  position: absolute;
  width: 34px;
  top: 111px;
  left: 134px;
}
.banner-section #video-icon-area .video-camera-settings img {
  width: 100%;
  mix-blend-mode: multiply;
}
.banner-section .banner-img {
  margin-top: 3%;
}

.card-gap {
  margin: auto;
  justify-content: space-between;
}

.video-call-features {
  margin-bottom: 2px;
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.price-section {
  background: #00cfff;
  width: 147%;
  height: 100%;
  border-radius: 615px 0px 615px 0px;
  --webkit-transform: translateX(-50px);
  position: absolute;
  transform: translateX(-50px);
  left: -255px;
}

.manage-price-section-card {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7% auto;
  background-color: #fff;
  border-radius: 12px;
}

.price-list-style {
  width: 33px;
}

.list-group-item {
  color: black;
  background-color: transparent;
  border: none;
  display: flex;
  padding: 20px;
}

.clear-bg {
  background-color: #fff;
}
.clear-bg h2 {
  color: deepskyblue;
  padding: 5px;
  margin: auto;
  font-size: 4rem;
}

.signup-btn {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset, rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px, rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px, rgba(44, 187, 99, 0.15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.signup-btn:hover {
  box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset, rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px, rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px, rgba(44, 187, 99, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.signup-btn-2 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.signup-btn-2:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.signup-btn-2:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}


footer ul li a{
  color:#fff !important;
}



@media only screen and (max-width: 1472px) {
  .banner-title-container {
    display:none;
  }
}
@media only screen and (max-width: 1399px) {
 .banner-title{
  left: calc(100% - 74%) !important;
 }
}
@media only screen and (max-width: 1199px) {
 .banner-title{
  left: calc(100% - 80%) !important;
 }
}

@media only screen and (max-width: 991px) {
 .banner-title{
  left: calc(100% - 80%) !important;
 }
}
@media only screen and (max-width: 884px) {
  .banner-title{
  left: calc(100% - 92%) !important;
 }
 .banner-title .banner-tag h1{
  font-size:2em;
 }
 
}

@media only screen and (max-width: 799px) {
  .mini-dv-manage {
    display: none !important;
  }
  .login-m {
    gap: 20px !important;
    margin-top: 30px !important;
    margin-left: 0px !important;
}
.card-body{
  padding:0 !important;
}
}

@media only screen and (max-width: 600px) {

  
  .banner-section {
    background-image: none;
    height:auto;
   
  }
  #nudity-demo-btn{
    position: relative !important;
    background-color: #efa518 !important;
    /* margin-left:32% !important; */
    margin-top:0 !important
  }
  .login-m div button{
    font-size:14px !important;
  }
.login-m div h2 {
  font-size:14px !important;
 }
.login-m {
  flex-direction: column;
  gap: 20px !important;
  margin-top: 38px !important;
  margin-left: 0px !important;
  }
.banner-title{
  position: relative !important;
  color:#000 !important;
  left: calc(100% - 100%) !important;
 }
.banner-title .banner-tag h1{
  font-size:2em;
  color:#000;
 }

 .list-group{
    padding: calc(100% - 90%) !important;
 }
  .bg-body-trans {
    background-color: #0093e6 !important;
  }
  .lets-add-justify {
    flex-direction: column-reverse;
  }
  .video-camera-settings, .mini-dv-manage {
    display: none !important;
  }
  .mini-d-w {
    padding: 0 !important;
    width: 100% !important;
  }
  .card-gap {
    row-gap: 6px;
  }
  #video-icon-area {
    width: 47%;
    transform: rotate(-154deg);
    float: right;
    margin: auto;
  }
  #video-icon-area img {
    width: 100%;
  }
  .flex-pack {
    flex-wrap: wrap;
  }
  .b-example-divider {
    display: block !important;
  }
  .price-card {
    display: block !important;
    width: 86%;
    height: 600px;
    background: #07182E;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    margin: auto;
    z-index: 1;
  }
  .price-card div {
    z-index: 1;
  }
  .price-card::before {
    content: "";
    position: absolute;
    width: 100px;
    background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
    height: 130%;
    /* animation: rotBGimg 3s linear infinite; */
    transition: all 0.2s linear;
  }
  /* @keyframes rotBGimg {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  } */
  .price-card::after {
    content: "";
    position: absolute;
    background: #07182E;
    inset: 5px;
    border-radius: 15px;
  }
  .price-section {
    background: transparent;
    width: auto;
    height: auto;
    border-radius: none;
    --webkit-transform: none;
    position: relative;
    transform: none;
    left: 0;
  }
  .clear-bg {
    background-color: transparent;
    border-bottom: 1px solid;
  }
  .clear-bg h2 {
    color: gold;
  }
  .manage-price-section-card {
    background-color: #fff;
  }
  .list-group-item {
    color: #fff;
    background-color: transparent;
  }
  .manage-price-section-card {
    background-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 331px) {
  .banner-title{
    top:0 !important;
  }

  #nudity-demo-btn {
    position: absolute !important;
    left: 19% !important;
  }
}