/*@import url("https://fonts.googleapis.com/css2?family=Calistoga&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
}

body {
  scroll-behavior: smooth;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;;
}


h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.heading {
    font-size: calc(1.375rem + 1.5vw) !important;
}

h2 {
  font-size: calc(60% + 0.5vw + 0.5vh);
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: calc(12px + 0.4vw);
}

h5 {
  font-size: calc(40% + 0.5vw + 0.5vh);
}

h6 {
  font-size: calc(40% + 0.5vw + 0.5vh);
}

.wrapper {
  padding: 2rem 0;
}

.container-fluid {
  width: 90% !important;
}

@media (max-width: 457px) {
  .container-fluid {
    width: 100% !important;
  }
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

p,
ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}


.main-btn {
  font-size: calc(10px + 0.4vw);
  background-color: #B01A00;
  border-radius: 4px;
  border: 2px solid #B01A00 !important;
  border-style: none;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 6px 23px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}

.borders{
    border:2px solid #B01A00;
}

.main-btn:hover,
.main-btn:focus {
  opacity: 0.75;
}

.fill-btn {
  border: 2px solid #B01A00 !important;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #B01A00 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  outline: none;
  overflow: hidden;
  padding: 6px 23px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}

.fill-btn:hover,
.fill-btn:focus {
  opacity: 0.75;
  color: #fff !important;
  background-color: #B01A00;
}

.back {
  background: linear-gradient(
    170deg,
    rgba(17, 180, 175, 0.15) 0,
    rgba(238, 64, 35, 0.15) 100%
  );
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}



/* scroll to top btn */
.scrollToTopBtn {
  background-color: white;
  border: none;
  border-radius: 50%;
  color: #B01A00;
  cursor: pointer;
  font-size: 50px;
  position: fixed;
  bottom: 18px;
  left: 30px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.profile {
    background-color: #ffe5e0;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}

.profile span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mainHeader {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .fa-spinner.fa-pulse {
        animation: none !important;
    }
}


.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.navbar .nav-link {
  font-weight: 500 !important;
  color: #54595f !important;
}

.navbar .nav-link:hover {
  color: #262626 !important;
}

.nav-item .fa-shopping-cart {
  position: relative;

  .cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
  }
}

.sticky-form-modal {
  position: fixed;
  z-index: 9999;
  top: 45%;
  left: -100px;
  /* transform: translateY(-50%); */
  transform: rotate(-90deg);
  border-radius: 0 0 10px 10px;
  background-color: #B01A00;
  padding: 10px 5px 5px;

  .element {
    /* transform: rotate(-90deg); */
    span a {
      text-transform: uppercase;
      font-weight: 600;
      color: white !important;
      font-size: 12px;
      cursor: pointer;
    }
  }
}




.modal {
  .modal-lg {
    --bs-modal-width: 700px !important;
  }

  .modal-content {
    border: 1px solid #95d4cf;
    border-radius: 0;
    background-image: linear-gradient(220deg, #538296 6%, #193642 72%);
  }

  i {
    position: absolute;
    top: 2%;
    right: 3%;
    font-size: 2rem;
    color: #fff;
  }

  img {
    width: 100px;
    height: 100px;
    display: flex;
    margin: auto 0;
    padding-right: 5px;
  }

  h2 {
    color: #fff;
    font-size: 2rem !important;
  }

  p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
  }

  span {
    font-size: 11px;
    text-align: justify;
  }

  form {
    background-color: #95d4cf;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem;
    height: 100% !important;
  }

  label {
    display: block;
    position: relative !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  input {
    width: 100%;
    padding: 10px 10px;
    background-color: #fff;
    border: 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    pointer-events: all;
  }

  button {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid #13b4af;
  }
}

/* Home hero section  */
.line2 {
  max-width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet
  );
}

.hero-logo {
  background-color: #f8f9fa;
  position: relative;
  height: 60px;
  padding: 0 5%;

  img {
    z-index: 999;
    bottom: -60%;
    left: 4%;
    position: absolute;
    width: 230px;
    height: auto;
  }
}

@media (max-width: 1300px) {
    .hero-logo {
    img {
        z-index: 999;
        bottom: -70%;
        left: 4%;
        position: absolute;
        width: 190px;
        height: auto;
    }
}
}

/* .hero {
  width: 100%;
  padding: 6rem 0;
  h1 {
    font-weight: 800;
    color: #2A343E;
  }
} */


.carousel {
  position: relative;

  .main-btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    font-size: 75%;
    padding: 0.5% 1%;
  }
}

.carousel button {
  overflow: hidden;
}

.carousel-item {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  }

  img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }
}

.carousel-inner {
  position: relative;
}

@media (max-width: 678px) {
  .carousel {
    img {
      height: 340px;
      width: auto;
    }
  }
}

.carousel-caption {
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto !important;
  padding-top: 0 !important;

  * {
    margin-bottom: 1%;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  h1 {
    font-weight: bold;
    text-align: center;
    padding: 0 1rem;
    font-size: calc(60% + 1vw + 1vw) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  span {
    padding: 5px 10px;
    font-weight: 600;
    font-size: calc(60% + 0.5vw + 0.5vw) !important;
    text-wrap: nowrap;
  }

  .presenter {
    margin: 1% 0;
    font-size: calc(60% + 0.5vw + 0.5vw) !important;
  }

  .days-left {
    color: #fff;
    background-color: var(--accent);
    padding: 5px 10px;
    /* font-size: 16px; */
    border-radius: 10px;
    font-weight: 700;
    font-size: calc(50% + 0.5vw + 0.5vw);
  }
}

.text-wrapper {
  height: 70px;
  box-sizing: content-box;
  overflow: hidden;
  padding: 10px 10px;

  p {
    font-weight: 600;
    font-size: 1.4rem !important;
    font-size: calc(10px + 0.4vw);
  }
}

.words {
  overflow: hidden;
}

.words span {
  height: 100%;
  display: block;
  animation: spin_words 8s ease-in 0s infinite;
  font-weight: 700;
  /* font-size: 1.8rem; */
  font-size: calc(10px + 0.4vw);
}

@keyframes spin_words {
  10% {
    transform: translateY(-112%);
  }

  25% {
    transform: translateY(-100%);
  }

  35% {
    transform: translateY(-212%);
  }

  50% {
    transform: translateY(-200%);
  }

  60% {
    transform: translateY(-312%);
  }

  75% {
    transform: translateY(-300%);
  }

  85% {
    transform: translateY(-412%);
  }

  100% {
    transform: translateY(-400%);
  }
}

/* Home hero section exit */

@keyframes wiggle {
  0%,
  7% {
    transform: translateX(0);
    opacity: 0;
  }

  15% {
    transform: translateX(-20px);
    opacity: 1;
  }

  20% {
    transform: translateX(20px);
  }

  25% {
    transform: translateX(-20px);
  }

  30% {
    transform: translateX(20px);
  }

  35% {
    transform: translateX(-15px);
  }

  40% {
    transform: translateX(15px);
  }

  45% {
    transform: translateX(-15px);
  }

  50% {
    transform: translateX(15px);
  }

  55% {
    transform: translateX(-10px);
  }

  60% {
    transform: translateX(10px);
  }

  65% {
    transform: translateX(-5px);
  }

  70% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(0px);
  }

  80% {
    transform: translateX(0px);
  }

  85%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.wiggle {
  animation: wiggle 1.5s forwards linear;
  animation-delay: 1s;
  opacity: 0;
}

.line img {
  height: 5px;
  width: 100%;
}

.line p {
  text-align: justify;
}

.count {
  font-weight: bolder;
  font-size: calc(100% + 1vw + 1vh);
  color: #B01A00;
}

.boler h1 {
  font-weight: bolder;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

.mtper {
  margin-top: 2%;
}

.mbper {
  margin-bottom: 2%;
}

.cantry span {
  font-size: calc(65% + 2vw + 1vh);
  font-weight: bold;
  color: #e03a3c;
}

.member {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  /* border: 3px solid #B01A00; */
  padding: 5%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  height:100%;
}

.logos img {
  height: 150px;
  width: auto;
}

.backbor h4 {
  text-align: center;
  color: #745858;
}

.tab-pane {
  background: white;
}

.tab-pane p {
  color: black;
  text-align: justify;
}

.with {
  width: 20%;
}

.title h2 {
  text-align: center;
  font-weight: 700;
}

/* Wheel section  */

.circle-logo {
  border: 8px solid black;

  position: absolute;
  top: 36%;
  left: 65%;
  width: 300px;
  height: 300px;
  z-index: 1;
  background-color: white;
  transform: translate(-50%, -50%);
  border-radius: 50%;

  img {
    top: 50%;
    position: absolute;

    transform: translateY(-50%);
    padding: 5%;
  }
}

.circle {
  position: absolute;
  top: 35%;
  left: 65%;
  width: 350px;
  height: 350px;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  background-color: black;
  color: white;
  transition: ease-in-out 0.8s;
  border: 10px solid var(--color-border);
}

.circle-logo span,
.circle .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 350px;
  height: 350px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  p {
    font-size: 16px;
  }

  button {
    background-color: orangered;
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
  }
}

@media (max-width: 1500px) {
    .wheel {
      top: 60%;
      left: 28% !important;
    }
}
@media (max-width: 1350px) {
    .wheel {
      top: 60%;
      left: 20% !important;
    }
}

@media (max-width: 1200px) {
    .wheel {
      left: 40% !important;
    }
}


.wheel {
  filter: drop-shadow(2px 2px 12px rgb(97, 95, 95));
  position: relative;
  top: 65%;
  left: 34%;
  width: 820px;
  height: 820px;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}

.wheel.on .arc {
  opacity: 1;
  transform: scale(1) rotate(var(--rotation)) !important;
  transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1.5);
}

.wheel .arc {
  box-shadow: inset 6px -30px 15px #554a4a94;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 35%;
  transform-origin: 0% 100%;
  background-image: radial-gradient(
    circle at 0% 100%,
    transparent,
    transparent 0%,
    var(--color-border) 0%,
    var(--color-border) 0%,
    var(--color) 50.82%,
    var(--color) 50%,
    var(--color-border) 70.69%,
    var(--color-border) 28%,
    transparent 52%,
    transparent
  );
  /* background-image: radial-gradient(circle at 0% 100%, transparent, transparent 0%, var(--color-border) 0%, var(--color-border) 0%, var(--color) 50.82%, var(--color) 50%, var(--color-border) 50.25%, var(--color-border) 54%, transparent 51%, transparent); */
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  opacity: 1;
  transform: scale(0) rotate(var(--rotation));
}

.wheel .arc .vector {
  position: absolute;
  top: 17%;
  left: 3%;
  /* font-size: 1rem; */
  transform: rotate(calc(var(--rotation) * -1));
  color: white;
  transition: color 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
}

.vector img {
  width: 30%;
  height: auto;
}

.vector span {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
}

.wheel:hover .arc {
  filter: blur(1px);
}

.wheel .arc:nth-child(1):hover {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1.3) rotate(var(--rotation)) !important;
  /* filter: brightness(100%); */

  ~ .desc1 {
    --color-border: #d988b9;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc1:hover {
  --color-border: #d988b9;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(1) {
  --rotation: -22.5deg;
  --color: #d988b9;
  --color-border: #d988b9;
  transition-delay: 0.015s;
}

.wheel .arc:nth-child(2):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc2 {
    --color-border: #B01A00;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc2:hover {
  --color-border: #B01A00;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(2) {
  --rotation: 22.5deg;
  --color: #B01A00;
  --color-border: #B01A00;
  transition-delay: 0s;
}

.wheel .arc:nth-child(3):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc3 {
    --color-border: #13b4af;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc3:hover {
  --color-border: #13b4af;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(3) {
  --rotation: 67.5deg;
  --color: #13b4af;
  --color-border: #13b4af;
  transition-delay: 0.015s;
}

.wheel .arc:nth-child(4):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc4 {
    --color-border: #d7a42b;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc4:hover {
  --color-border: #d7a42b;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(4) {
  --rotation: 112.5deg;
  --color: #d7a42b;
  --color-border: #d7a42b;
  transition-delay: 0s;
}

.wheel .arc:nth-child(5):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc5 {
    --color-border: #d988b9;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc5:hover {
  --color-border: #d988b9;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(5) {
  --rotation: 157.5deg;
  --color: #d988b9;
  --color-border: #d988b9;
  transition-delay: 0.015s;
}

.wheel .arc:nth-child(6):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc6 {
    --color-border: #B01A00;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc6:hover {
  --color-border: #B01A00;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(6) {
  --rotation: 202.5deg;
  --color: #B01A00;
  --color-border: #B01A00;
  transition-delay: 0s;
}

.wheel .arc:nth-child(7):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc7 {
    --color-border: #13b4af;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc7:hover {
  --color-border: #13b4af;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(7) {
  --rotation: 247.5deg;
  --color: #13b4af;
  --color-border: #13b4af;
  transition-delay: 0.015s;
}

.wheel .arc:nth-child(8):hover {
  opacity: 1;
  transform: scale(1.3) rotate(var(--rotation)) !important;
  filter: brightness(100%);

  ~ .desc8 {
    --color-border: #d7a42b;
    opacity: 0.95;
    width: 450px;
    height: 450px;
    z-index: 2;
  }
}

.desc8:hover {
  --color-border: #d7a42b;
  opacity: 0.95;
  width: 450px;
  height: 450px;
  z-index: 2;
}

.wheel .arc:nth-child(8) {
  --rotation: 292.5deg;
  --color: #d7a42b;
  --color-border: #d7a42b;
  transition-delay: 0s;
}

.increamenting-numbers {
  h2, h3 {
    color: #B01A00;
    font-family: "Calistoga", Sans-serif;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 0;
    min-width: 11rem;
    span {
      font-size: 1em;
    }
  }

  span {
    font-size: 1.2rem;
    line-height: 0;
    font-weight: 500;
  }
}

.increamenting-numbers .col {
  margin-bottom: 10px;
}

/* Wheel section end */

.title img {
  width: 100%;
  height: 3px;
}

.member-info {

  /*height: 100%;*/
}

.text-header {
  text-align: center;
  margin-top: 5%;
}

.text-header h1 {
  font-weight: bold;
}

.jnoi img {
  width: 150px;
  border-radius: 50%;
  height: auto;
  padding: 4px;
  background-color: #B01A00;
}

@media (max-width: 576px) {
  .jnoi img {
    width: 30%;
    height: auto;
  }
}

.youtube-div-heading h1 {
  font-size: 3rem;
  font-weight: 700;
}

.youtube-div-heading p {
  font-size: 1.3rem;
  font-weight: 600;
}

.playlist-column {
  border-bottom: dotted;
  border-color: silver;
  border-width: 1px;
}

.playlist-column:where(.active, :hover) {
  background: #916a82;

  &.playlist-column p {
    color: white;
  }
}

@media (max-width: 991px) {
  .youtube-div-heading h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .youtube-div-heading p {
    font-size: 1rem;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .youtube-div-heading h1 {
    font-size: 2rem;
    font-weight: 700;
  }

  .youtube-div-heading p {
    font-size: 0.8rem;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  .youtube-div-heading h1 {
    font-size: 1.3rem;
    font-weight: 800;
  }

  .youtube-div-heading p {
    font-size: 0.6rem;
    font-weight: 600;
  }
}

.container {
  overflow: hidden;

  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;

    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;

      .fab {
        width: calc(100% / 5);
        animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* count */
.dubi ul li {
  display: inline-block;
  background: black;
  color: white;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 10%;
}

.dubi li span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.ovrlr {
  background: linear-gradient(
    90deg,
    rgba(85, 37, 29, 1) 2%,
    rgba(66, 25, 18, 1) 28%,
    rgba(14, 58, 55, 1) 79%,
    rgba(14, 58, 55, 1) 100%
  );
}

.ovrlr h4 {
  color: white;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
}

.ovrlr p {
  color: white;
}

.member-info p:first-child {
  color: #0f0f0f;
  font-weight: 700;
  min-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}


/* .get-starte-btn {
  background: linear-gradient(to left, #434343, #000000);
  display: inline-block;
  padding: 2% 8%;
  color: #ffffff !important;
  font-size: calc(35% + .5vw + .5vh);
  font-weight: 400;
  float: right;
  margin-bottom: 5%;
} */

/* .ghr h1{
  font-weight: bold;
} */

.dropdown:hover .dropdown-menu {
  display: block;
}

/* .nav-link:hover {
} */

.dropdown-menu {
  padding: 0 !important;
}

.dropdown-menu.show {
  background-color: #f8f9fa;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.dropdown-menu.show {
  border-radius: 0 !important;
}

.dropdown-item {
  padding: 8px 16px !important;
  transition: all 0.2s ease-in-out;
  font-weight: 500 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #B01A00 !important;
  color: #fff !important;
}

.tab-content > .tab-pane {
  /*display: none;*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 23px 0;
  /* border: 1px solid #e0e0e0; */
  border-radius: 0 0 10px 10px;
}

.nav-tabs {
  border-bottom: none !important;
}

@media (max-width: 576px) {
  .nav-tabs {
    display: contents !important;
  }

  .nav-tabs .nav-item {
    width: auto;
  }
}

.tab-pane img {
  width: 90px;
  padding: 10%;
}

.ghr ul li {
  width: 20%;

  .nav-link {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: 600;
    color: #000 !important;
    transition: all 0.3s ease-in-out;
  }

  .nav-link.active {
    color: #B01A00 !important;
  }
}

.mender {
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border: 1px solid rgba(211, 211, 211, 0.801);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.mender .mender-img {
  display: block;
  height: 250px;
  width: 100%;
  z-index: 2;
  will-change: transform;
  transition: 0.3s all ease-in-out;

  .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.mender:hover {
  &.mender .mender-img {
    transform: scale(1.05);
  }
}

.mender .mender-info {
  padding: 5%;
  background-color: white !important;
  height: 100%;
  

  .read-more-btn {
    display: block;
    color: #B01A00 !important;
    text-transform: uppercase;
    font-weight: 600;
    /* padding: 1rem 0; */
  }

  .date {
    color: #666;
  }
}

.mender .mender-info h4 {
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
  text-transform: capitalize;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mender .mender-info .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



a {
  text-decoration: none;
}

.flip-card {
  background-color: transparent;
  width: 280px;
  height: 300px;
  perspective: 1000px;
  margin-top: 5%;
  margin: 0px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background: linear-gradient(to right, #e7e7e7, #ffe5e0); */
  color: black;
  padding: 10%;
}

.flip-card-front {
  .image-speaker {
    padding: 3px;
    background-color: #e7e7e7;
    margin-bottom: 5px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
}

.flip-card-back {
  background: linear-gradient(to right, #e7e7e7, #ffe5e0);
  color: black;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  p {
      padding: 0 10px;
  }
}

.flp .col:nth-child(odd) .flip-card .flip-card-inner .flip-card-front,
.flp .col:nth-child(odd) .flip-card .flip-card-inner .flip-card-back {
  background: linear-gradient(to right, #B01A00, #ffa190);
  color: #e7e7e7;

  .image-speaker {
    padding: 3px;
    background-color: #c9c9c9;
    margin-bottom: 5px;
  }

  a {
    color: #000 !important;
  }
}

/*  Define the background color for all the EVEN background rows  */
.flp .col:nth-child(even) .flip-card .flip-card-inner .flip-card-front,
.flp .col:nth-child(even) .flip-card .flip-card-inner .flip-card-back {
  background: linear-gradient(120deg, #f8c3b9, #e0e0e0);
  color: #0f0f0f;

  .image-speaker {
    padding: 3px;
    background-color: #B01A00;
    margin-bottom: 5px;
  }

  a {
    color: #B01A00;
  }
}

.flip-card-inner1 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding-top: 25%;
}

.flip-card:hover1 .flip-card-inner1 {
  transform: rotateY(180deg);
}

.flip-card-front1,
.flip-card-back1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front1 {
  color: black;
  padding-top: 25%;
}

.flip-card-back1 {
  color: #212529;
  transform: rotateY(180deg);
  padding-top: 25%;
}

.testimonials-section {
  background: linear-gradient(rgba(0, 17, 29, 0.6), rgba(1, 20, 34, 0.6)),
    url("../img/resu.jpg");
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4.5rem 0;

  h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .owl-stage {
    display: flex;
  }

  .owl-item {
    display: flex;
    flex: 1 0 auto;
  }

  .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0;

    p {
      margin-bottom: 10px;
    }

    .card-body {
      flex: 0;
      padding: 0 14px;

      p {
        font-style: italic;
        font-size: 90%;
      }
    }
  }

  .testimonial-carousel {
    position: relative;
    margin: 0 9%;
  }

  .owl-theme {
    .custom-nav {
      position: absolute;
      top: 30%;
      transform: translateY(-50%);
      left: -32px;
      right: -32px;

      .owl-prev,
      .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;

        i {
          font-size: 1.5rem;
          color: #fff;
        }
      }

      .owl-prev {
        left: 0;
      }

      .owl-next {
        right: 0;
      }
    }
  }

  .owl-dots {
    text-align: center;
    margin: 1rem 0;
  }

  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #181818;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }

  .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #B01A00;
  }

  .card {
    text-align: center;
  }
}

.carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  /* max-height: 350px; */
  max-height: 100%;
}

.box2 {
  text-align: center;
  color: black;
  background: white;
  padding: 10%;
}

.lap {
  font-size: 16px;
  font-weight: bold;
}

.description {
  text-align: justify;
  font-size: 16px;
  color: black;
}

/* .carousel-control-next-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  margin-left: 88%;
  margin-left: 107%;
  position: absolute;
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
  margin-right: 83%;
  margin-right: 107%;
  position: absolute;
} */

.sdr .title {
  text-align: center;
}

.box2 img {
  width: 20% !important;
}

.hed img {
  width: 100%;
  height: auto;
}

.sbj img {
  width: 100px;
}

.floating-form {
  width: 40%;
  margin-bottom: 7rem;
}

@media (max-width: 991px) {
  .floating-form {
    width: 60%;
    margin-bottom: 7rem;
  }
}

@media (max-width: 576px) {
  .floating-form {
    width: 80%;
    margin-bottom: 7rem;
  }
}

/****  floating-Lable style start ****/
.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264ae;
}

label {
  color: #0f0f0f;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  font-weight: 500;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: -18px;
  font-size: 14px;
  color: #5264ae;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-size: 14px;
  color: #5264ae;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.bold-number {
  /* font-size: calc(100% + 0.8vw + .8vh); */
  font-family: "Calistoga", Sans-serif !important;
  font-size: 2.2em;
}

.dubi {
  /* margin: auto 0; */
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dubi .countdown-timer-item {
  background-color: #00000080;
  border-radius: 5px;
  padding: 7px;
  margin-left: calc(15px / 2);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* flex-grow: 1; */
}

.dubi .countdown-timer-item > * {
  display: block;
  text-align: center;
}

.countdown-timer-item .slim-countdown-text {
  /* font-size: calc(10% + 0.8vw + .8vh) ; */
  font-size: 0.8em;
  font-weight: 600;
}

.flp .flip-card {
  align-items: center;
}

.strtcon .btn {
  background-color: #B01A00;
  color: white;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.strtcon .btn:hover {
  background-color: #B01A00;
  color: white;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.msla .btn {
  background-color: #B01A00;
  color: white;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.msla .btn:hover {
  background-color: #B01A00;
  color: white;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.msla h4 {
  text-align: center;
}

.msla p {
  text-align: center;
}

.bag {
  height: 500px;
}

/* footer  */
footer {
  /* padding: 4rem 0; */
  background-color: #ACECE7;
}

.footer-header {
  .logo a {
    display: inline-block;
    width: 300px;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
  }
}

.footer-header span > a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* margin: 0 3px; */
}

.footer-header span > a:hover {
  filter: brightness(120%);
}

.footer-header span a:nth-child(1) {
  background-color: #0077b5;
}

.footer-header span a:nth-child(2) {
  background-color: #262626;
}

.footer-header span a:nth-child(3) {
  background-color: #3b5998;
}

.footer-header span a:nth-child(4) {
  background-color: #cd201f;
}

.footer-header span a:nth-child(5) {
  background-color: #b7081b;
}

.footer-header i {
  font-size: 1rem;
  color: #fff;
}

.footer-links p a {
  color: #262626;
}

footer .payment-options span > span {
  margin-right: 8px;
  display: inline-block;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #434343;
}

.footer-nav > span {
  font-size: 14px;
  color: #212529 !important;
  font-weight: 600;
}

.footer-nav span .dot {
  display: inline-block;
  font-size: 28px;
  color: #000;
}

@media (max-width: 480px) {
  .footer-nav > span {
    display: block;
  }
}

.footer-nav span a,.footer-nav span p {
  color: #584141 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}

/* footer exit */

/* solution page css  */
.parallax-header {
  background: #000;

  .header-content {
    color: whitesmoke;

    .h6 {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1rem;
    }

    h1 {
      font-weight: 800;
      font-size: 3rem;
      text-transform: capitalize;
      margin: 20px 0;
      font-family: "Roboto", Sans-serif;
    }

    p {
      width: 90%;
      font-weight: 300;
    }
  }

  @media (max-width: 991px) {
    .header-content {
      h1 {
        font-size: 2.5rem;

        br {
          display: none;
        }
      }
    }
  }
}

.custom-shape-divider-bottom-1713338412 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1713338412 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1713338412 .shape-fill {
  fill: #ffffff;
}

/* alternate SVGs placed css */
.item1,
.item3,
.item5,
.item7 {
  .custom-shape-divider-bottom-1713338412 .shape-fill {
    fill: #f8f8f8;
  }
}

.item2,
.item4,
.item6,
.item8 {
  background-color: #f8f8f8;

  .custom-shape-divider-bottom-1713338412 .shape-fill {
    fill: #fff;
  }
}

/* last item bg overlay cta action section  */
.last-item-bg-overlay {
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/initiate-our-culture-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;

  .custom-shape-divider-bottom-1713338412 .shape-fill {
    fill: #fff;
  }

  .custom-shape-divider-bottom-1713338412:first-child svg {
    transform: rotateX(180deg);
  }

  h1 {
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 20px;
  }
  h2 {
    font-weight: 700;
    padding: 0 20px;
  }


  h4 {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 20px;
  }

  h3 {
    font-weight: normal !important;
    font-size: 1.8rem;
  }
}

/* solutions > wheel items sections  */
.solutions {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/colleagues_working_together_using_laptop_documents_talking.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vectorImg {
  z-index: 2;
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 10px;
  /* z-index: 999; */
  border-radius: 10px;

  img {
    max-width: 80px;
    max-height: auto;
  }
}

.bg-img {
  position: relative;
  z-index: 1;

  img {
    border-radius: 10px;
  }
}

.bg-1 {
  background-color: #d988b9;
}

.text-color-1 {
  color: #d988b9;
}

.bg-2 {
  background-color: #B01A00;
}

.text-color-2 {
  color: #B01A00;
}

.bg-3 {
  background-color: #13b4af;
}

.text-color-3 {
  color: #13b4af;
}

.bg-4 {
  background-color: #d7a42b;
}

.text-color-4 {
  color: #d7a42b;
}

/* solution page css end */

/* why us page  */

.whyus {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/why-us-bg1.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.whyus-items {
  h2 {
    font-weight: 700;
  }

  p {
    font-weight: 400;
    color: #2a343e;
  }
}

/* why us page end */

/* services page start  */
.services {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/services-bg.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-items {
  h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: capitalize;

    .live-dot {
      display: inline-block;
      background-color: green;
      height: 12px;
      width: 12px;
      border-radius: 50%;
    }

    .record-dot {
      background-color: red;
      display: inline-block;
      height: 12px;
      width: 12px;
      border-radius: 50%;
    }
  }
  
  .services-image {
      max-width: 500px;
      height: 350px;
      
      img {
          width: 100%;
          height: 100%;
            object-fit: cover;
      }
  }
}

.services-form .container .col-md-8 {
  position: relative;

  img {
    position: absolute;
    top: 0;
    left: 10%;
    width: 15%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .services-form .container .col-md-8 {
    position: relative;

    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 22%;
      height: auto;
    }
  }
}

@media (max-width: 656px) {
  .services-form .container .col-md-8 {
    position: relative;

    img {
      position: absolute;
      top: 0;
      left: 40px;
      width: 22%;
      height: auto;
    }
  }
}

@media (max-width: 450px) {
  .services-form .container .col-md-8 {
    position: relative;

    img {
      position: absolute;
      top: 0;
      left: 40px;
      width: 28%;
      height: auto;
    }
  }
}

/* services page start end */

/* live and recorded banner */

.live-webinars {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/live-banner.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recorded-webinars {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/recorded-banner.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* speakers page css  */
.speakers-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/speaker-banner.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-card {
  padding: 1rem;
  /* background-color: #e7e7e7; */
  display: block;
  .speaker-img {
    margin-bottom: 10px;
    height: 230px;
    width: 200px;
    img {
      border-radius: 8px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .name {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin: 5px 0 5px;
  }
  .title {
    font-weight: 700;
    font-size: 14px;
    color: #666;
  }
  
}
.speaker-card:hover .name {
    opacity: 0.8;
}



@media (max-width:1400px) {
.speakers .speaker-card , .speaker-detail {
  .speaker-img {
    height: 150px;
    width: 130px;
  }
}
}

@media (max-width: 992px) {
.speakers .speaker-card , .speaker-detail {
  .speaker-img {
    height: 140px;
    width: 110px;
  }
}
}


@media (max-width: 576px) {
.speakers .speaker-card {
  padding: 0 5px;
  display: flex;
  gap: 12px;
  .speaker-img {
    width: 120px;
    height: 120px;
    img {
        width: inherit;
    }
  }
}
}


.speakers-header {
  .speaker-detail {
    color: #fff;
    .speaker-img {
      width: 230px;
      height: 230px;
      img {
        border-radius: 8px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .speaker-name {
      font-weight: 900;
      font-size: 38px;
    }
    .speaker-title {
      font-weight: 400;
      font-size: 18px;
    }
  }
}

.speaker-desc {
  h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 1rem 0;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #e5e5e5;
  }
}

.upper-desc{
color: #333;
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic;
font-size: 22px;
margin-bottom:16px;
font-size: 1.375rem;
}

/* speakers page css end */

/* ondemand page css  */
.on-demand-webinars {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 71, 51, 0.8)),
    url(../img/on-demad-banner2.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ondemand page css end */

/* contact us page css  */
.contact-us {
  background: linear-gradient(
      90deg,
      rgba(67, 84, 92, 0.5),
      rgba(112, 100, 112, 0.8)
    ),
    url(../img/contact-banner.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  iframe {
    margin: 2rem 0;
  }

  .fs-3 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 400 !important;
   }
}


@media (max-width: 991px) {
    .contact-form {
        width: 90% !important;
    }
}

.contact-form {
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem 0;
  /*height: 100%;*/
  width: 70%;
  border-radius: 20px;
  /* margin: 0 6rem; */

  h1,h2 {
    padding: 0 2rem;
    font-weight: 700;
    text-align: center;
    color: #262626;
  }

  h4 {
    text-align: center;
    color: #262626;
    font-weight: 600;
    padding: 0 2rem;
  }

  .floating-form {
    margin: 4rem auto;
    width: 70%;

    a {
      text-align: center;
    }

    p {
      text-align: center;
      color: #262626;
    }
  }
}

@media (max-width: 467px) {
  .contact-form {
    width: 95% !important;

    .floating-form {
      width: 90%;
    }
  }
}

/* contact us page css end */

/* forms page css */

/* .unsubscribe  */
.unsubscribe {
  background: linear-gradient(
      45deg,
      rgba(50, 57, 61, 0.5),
      rgba(130, 104, 138, 0.8)
    ),
    url(../img/unsubscribe.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-oppotunity {
  background: linear-gradient(
      90deg,
      rgba(66, 66, 56, 0.5),
      rgba(44, 66, 43, 0.8)
    ),
    url(../img/speaker-opportunity-bannner.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe {
  background: linear-gradient(
      90deg,
      rgba(61, 62, 63, 0.5),
      rgba(90, 87, 47, 0.788)
    ),
    url(../img/subscribe-banner.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* forms page css end */

/* footer-pages  */
.footer-pages {
  padding: 0 10px;
  margin-bottom: 30px;

  h1 {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
  }

  h5 {
    font-weight: 500;
    margin: 10px 0;
  }

  p {
    margin-bottom: 15px;
  }

  ul,
  li {
    margin-bottom: 10px;
  }
}

/* footer-pages end */

/* faq section  */
.faq-section-banner {
  background: linear-gradient(
      90deg,
      rgba(61, 62, 63, 0.5),
      rgba(46, 50, 53, 0.404)
    ),
    url(../img/faq.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-section {
  .container-fluid {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 1rem 2rem;
  }

  p {
    color: #666;
  }

  a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }

  .faq-card {
    /* margin: 1rem 0; */
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #adacac;

    .btn-link {
      display: block;
      text-align: start;
    }
  }

  .faq-card:hover,
  .faq-card:focus {
    background-color: #f2f2f2;
    background-image: linear-gradient(
      90deg,
      #B01A00 0,
      #B01A00 8px,
      transparent 8px,
      transparent 100%
    );
  }

  .card-body {
    padding-left: 14px;
    font-family: "Roboto", sans-serif;
  }
}

/* faq section  */

/* blog page css  */

.blog-page-banner {
  background: linear-gradient(
      90deg,
      rgba(61, 62, 63, 0.5),
      rgba(81, 82, 56, 0.404)
    ),
    url(../img/blog-page-banner.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-item {
  h2 {
    color: #262626;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  h5 {
    font-weight: 500;
    margin: 10px 0;
  }

  p {
    margin-bottom: 15px;
  }

  ul,
  li {
    margin-bottom: 10px;
  }
  
  .desc a {
      color: #b11e10 !important;
      &:hover {
          text-decoration: underline !important;
      }
  }
}

.recent-item {
  display: flex;
  column-gap: 10px;
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-bottom: 1rem;

  img {
    width: 30%;
    height: 80%;
  }

  p {
    color: #262626;
    font-weight: 500;
  }

  span {
    font-family: cursive;
    font-weight: 400;
    font-style: italic;
    color: #666;
    font-size: 14px;
  }
}

/* blog page css end */

/* event page css */

.event-page {
    *:not(i) {
       font-family: "Roboto", sans-serif; 
    }
}

.event-page-banner {
  background: linear-gradient(
      90deg,
      rgba(33, 37, 41, 0.863),
      rgba(37, 53, 54, 0.603)
    ),
    url(../img/event-page-banner.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  .header-content {
    span {
      margin-right: 10px;
      font-weight: 600;
    }

    .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .days-left {
      background-color: #B01A00;
      display: inline;
      padding: 5px 10px;
      border-radius: 5px;
      font-family: "Roboto", serif;
      font-size: 1rem;
    }
    
    h1 {
        font-weight: 500;
    }
  }
}

.price-table {
  background: linear-gradient(
    to bottom,
    rgba(17, 180, 175, 0.15) 0,
    rgba(238, 64, 35, 0.15) 100%
  );
  padding: 2rem 0;

  border-radius: 20px;

  .table {
    --bs-table-bg: transparent;
  }

  .table > :not(caption) > * > * {
    border-bottom-width: 0px;
  }

  h3 {
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.price-table table tr {
  td {
    font-family: "Roboto", sans-serif;
  }

  input {
    margin-right: 10px;
    border: 1px solid #54595f;

    &:focus,
    :checked {
      box-shadow: none;
    }

    &:checked {
      border-color: #B01A00;
      background-color: #B01A00;
    }
  }

  label {
    display: inline;
    color: #2b2b2b;
    box-sizing: border-box;
  }
}

.event-desc {
  h4 {
    font-weight: 600;
  }

  p {
    margin-bottom: 1rem;
    color: #262626;
    text-align: justify;
  }

  ul li {
    color: #262626;
    text-align: justify;
  }
}

/* event page css end */

/* video player css  */
.video-div {
  --plyr-color-main: #B01A00;
}

/* comment on blog css  */
.comment {
  input,
  textarea {
    display: block;
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* loginpage css */

.login-page {
  background: linear-gradient(
      90deg,
      rgba(33, 37, 41, 0.863),
      rgba(55, 97, 100, 0.603)
    ),
    url(../img/login-banner.avif);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  
}

.login-form {
    .card {
        border-radius: 16px;
        border: none;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
}

@keyframes jumping {
    0%, 100% {
    transform: translateY(0); /* Start and end at the same position */
    }
    50% {
    transform: translateY(-10px); /* Midway point moves up by 10px */
    }
}


.cart-page {
    .emptyCart {
        .img-fluid {
            width: 300px;
            margin: 1rem 0;
            animation: jumping 3s infinite;
        }
        h1 span {
            color: red;
            font-weight: 700;
        }
        p {
            font-style: italic;
            font-size: 16px;
            margin-bottom: 10px;
        }
    }
    
    h3 {
        font-size: 1.2rem;
    }
        
}

.checkout-page{
    label{
        position:relative !important;
    }
    .form-control:focus {
        border-color: #B01A00;
        box-shadow: none !important;
    }
}


.comment-section {
    /* General styling for the comment wrapper */
    .comment.wrapper {
        max-width: 100%;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        background-color: #fff;
    }
    
    /* Heading */
    .comment.wrapper h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #333;
    }
    
    /* Form styling */
    .comment.wrapper form {
        display: flex;
        flex-direction: column;
    }
    
    /* Email input */
    .comment.wrapper input[type="email"] {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 15px;
        font-size: 16px;
        width: 100%;
    }
    
    /* Textarea */
    .comment.wrapper textarea {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
        width: 100%;
        height: 150px;
        resize: vertical;
        margin-bottom: 15px;
    }
    
    
    /* Comments list styling */
    .comments-list {
        margin-top: 20px;
    }
    
    /* Individual comment item */
    .comment-item {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    
    /* Comment text and metadata */
    .comment-item p {
        margin: 0 0 5px 0;
    }
    
    /* Timestamp */
    .comment-item small {
        color: #666;
    }
    
    /* Comment actions */
    .comment-actions {
        margin-top: 10px;
    }
    
    .comment-actions button {
        padding: 5px 10px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }
    
    /* Reply button styling */
    .reply-btn {
       background-color: #ee4023;
       color:#fff;
    }
    
    .reply-btn:hover {
      background-color:white;
      border:1px solid #ee4023;
      color:#000 !important ;
    }
    
    /* Like button styling */
    .like-btn {
      border:1px solid #ee4023 !important;
      color:#000 !important ;
    }
    
    .like-btn:hover {
        background-color: #ee4023;
          color:#fff !important ;
    
    }
    
    /* Replies section */
    .replies {
        margin-left: 20px; /* Indents nested replies */
    }
    
    /* Styling for reply comments */
    .reply {
        border-left: 2px solid #ee4023; /* Adds a vertical line to differentiate replies */
        padding-left: 10px;
        margin-bottom: 10px;
    }
    
    /* Reply form styling */
    .reply-form {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }
}