@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


/* ========== RESET ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-bottom: env(safe-area-inset-bottom);
}

section {
  padding: 60px 0;
}

html,
body {
  height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  background-color: #f9f9f9;
  color: #333;

}

h1 {
  font-size: 58px;
}

h6 {
  font-size: 22px;
}

p {
  font-size: 16px;
  margin-bottom: 0px;
}

/* ========== TYPOGRAPHY ========== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #111;
}

.navbar-toggler {
  background-color: #ffd8c9;
}

.nav-bg {
    background-color: #fff1ee;
    padding: 10px;
    z-index: 999;
}

.navbar-toggler:hover {
  background-color: #fff1ee !important;
}

nav.navbar.navbar-expand-lg {
    height: 80px;
    position: fixed;
    top: 0px;
    background-color: #fff1ee;
    box-shadow: 0px 5px 5px #ffd8c95e;
    z-index: 9;
    width: 100%;
}

.nav-item .nav-link {
  color: #000000;
  font-weight: 400;
}

.nav-item .nav-link:hover {
  color: #ff8a5d;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 35px 12px 16px;
}

.start-section {
  background: #fff1ee;
  margin-top: 80px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.fist-section {
  border-bottom: 1px solid #e6e6e6;
  position: relative;

}

ul.slick-dots {
  display: none !important;
}

.main-card {
  display: flex;
  justify-content: space-evenly;
}

.card {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 60px;
  background: #fff1ee;
}

.center-image {
  margin: 0px 30px;
}


.card-img {
  position: absolute;
  background-color: #fff1ee;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  top: -50px;
  left: -40px;
  border: 4px solid #ffd8c9;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #000000;
  transition: background-color 0.3s ease;
}

.card-img:hover {
  background-color: #000000;
  border: 4px solid #ffd8c9;
  color: #ffffff;


}



/* ========== BUTTONS ========== */
.btn {
  display: inline-block;
  padding: 6px 10px;
  background-color: #ffd8c9;
  color: #000000;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #000000;
  color: #ffffff;
  transition: background-color 0.3s ease;
}


.img-fluid {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 5px gray;
  margin: 20px 0px;
  border-radius: 10px;
}


/* how_work */



.points-div.card-box {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.card-image img {
    border-radius: 100px;
    background-color: #fff1ee;
    border: 2px solid #ffd8c9;
    padding: 5px;
}

.card-image img:hover {
  padding: 0px;
  border: 3px solid black;
}

.content-div {
  margin-top: 15px;
}

.content-div h6 {
  margin: 10px 0;
}

.content-div {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
  gap: 15px;
}

.number {
    width: 50px;
    height: 50px;
    background-color: #fff1ee;
    padding: 8px;
    border-radius: 50px;
    border: 2px solid #ffd8c9;
}

img.right-arrow {
  position: absolute;
  top: 0;
  right: -30%;
  width: 230px;
}

/* end_work */

/* feature */

.cercile-box {
  display: flex;
  justify-content: space-around;
}

.feature-icon {
  width: 60px;
  margin-bottom: 20px;
}

.feature-card {
    background-color: #fff1ee;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.section-subtext {
  color: #6c757d;
}

.start-buttons .btn {
  padding: 12px 30px;
  font-weight: 500;
}


.feature-image {
  background-color: #fff1ee;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 10px;
  border: 3px solid #ffd8c9;
}

/* end */

/* pricing */
.pricing-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 34px 28px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border: 2px solid;
  height: 100%;
  max-height: 598px;
  max-width: 355px;
}

.pricing-card:hover {
  transform: translateY(-25px);

}


.pricing-card.highlight {
  background: linear-gradient(to bottom, #ffd8c9, #fff1ee);
  color: #000000;
}

.pricing-card h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.price {
  font-size: 36px;
  font-weight: bold;
  color: #ffd8c9;
}

.highlight .price {
  color: #fff;
}

.price small {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features li {
  margin-bottom: 10px;
  color: black;
  font-size: 14px;
}

.btn-select {
  padding: 10px 25px;
  border-radius: 30px;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
  font-weight: 500;
  transition: 0.3s;
}

.highlight .btn-select {
  background: #ffd9cb;
  color: #000000;
  border-color: #fff;
}

.btn-select:hover {
  background: #ffd9cb;
  color: #000000;
}



/* end */

/* plans-pricing-tabel-section */
.table-responsive {
  box-shadow: 0px 0px 5px gray;
  border-radius: 20px;
  border: 2px solid;
}

.pricing-table {
  border-collapse: collapse;
  width: 100%;
}

.pricing-section{
padding: 60px 0;
}

.pricing-table th,
.pricing-table td {
  text-align: center;
  padding: 20px;
  border: 0px solid #ddd;
  vertical-align: middle;
}

.pricing-table th {
  background-color: #ffffff;
  font-size: 20px;
}

.featured-column {
  background: linear-gradient(to bottom, #00e6f6, #0099aa);
  color: white;
}

.featured-column button {
  background: white;
  color: black;
}

.media-link {
  border-radius: 25px;
  padding: 8px 8px;
  font-size: 22px;
  width: 50px;
  height: 50px;
}

.price {
  font-size: 24px;
  color: #ffdbce;
}

.featured-column .price {
  color: #fff;
}

th {
  color: #000000 !important;
}

tr:hover {
  background-color: #000000;
  color: white;
}

t
/* faq */

.faq-section {
  padding: 60px 0;
  background-color: #fff;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-button::after {
  content: "+";
  font-size: 24px;
  background-image: none;
  transform: none !important;
}

.accordion-button.collapsed::after {
  content: "+";
}

.accordion-button:not(.collapsed)::after {
  content: "−";
  font-size: 24px;
  background-image: none;
  transform: none !important;
}

.accordion-button {
    font-weight: 500;
    font-size: 18px;
    color: #111;
    background-color: #fff1ee;
    box-shadow: none;
    padding: 20px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}



.fa-solid,
.fas {
  font-weight: 900;
  font-size: 30px;
  margin-left: 5px;
}

div#video {
  position: relative;
}

a.btn.play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
}

.table-responsive.mb-5 {
  box-shadow: 0px 0px 15px grey;
  border-radius: 10px;
  border: 4px solid #00ffff;
}

div#video {
  position: relative;
  box-shadow: 0px 0px 5px gray;
  border-radius: 20px;
  overflow: hidden;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffd8c9;
    color: black;
}

/* end */

/* sign in */



.main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff7f4;
  /* margin-top: 80px; */
  height: 100vh;
}

.login-card {
  background-color: #fff;
  padding: 30px 55px 30px 55px;
  border-radius: 20px;
  width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.login-card h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 5px;
  font-size: 15px;
}

.btn-login {
  background-color: #ffd8c9;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 10px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  background-color: black;
  color: white;
  border-radius: 10px;
}

.btn-login:hover {
  background-color: #000000;
  color: white;
}

.forgot-pass {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 25px 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}

.divider span {
  padding: 0 10px;
  font-size: 13px;
  color: #999;
}

.google-btn {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  background: white;
  transition: 0.2s ease-in-out;
}

.google-btn:hover {
  background: #f9f9f9;
}

.signup-link {
  font-size: 14px;
  margin-top: 20px;
}

.signup-link a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.signin-link {
  font-size: 14px;
  margin-top: 20px;
}

.signin-link a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

i#toggleIcon,
i#toggleIcon1,
i#toggleIcon2 {
  font-size: 14px;
  margin: 0px;
}

.btn .spinner-border {
  vertical-align: middle;
  margin-left: 8px;
}

/* Prevent style changes for <a> when disabled */
.btn.disabled,
.btn:disabled {
  opacity: 1 !important;
  pointer-events: none;
}


/* end */

/* sign-up */
.back-bg {
  height: 315px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 20px 50px 50px;
  background-color: #FFD8C9;
  opacity: 0.2;
}

.logo {
  position: relative;
  z-index: 1;
}

/* end */

/* forgot */
.forgot-card {
  background-color: #fff;
  padding: 30px 60px 30px 60px;
  border-radius: 20px;
  width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.forgot-card h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.forgot-card .back-bg {
  height: 265px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 20px 50px 50px;
  opacity: 0.2;
}

.steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}

.step-card {
  display: none;
  border-radius: 16px;
  padding: 70px 0px;
  z-index: 2;
}

.step-card.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

.step-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  z-index: 2;
}

.step-card p {
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 2;
}

.event-options {
  z-index: 2;
}

.qr {
  width: 150px;
  margin: 20px auto;
  z-index: 2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rotate-animation {
  animation: spin 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}


/* end  */

/* reset password */

.reset-password-card {
  background-color: #fff;
  padding: 30px 60px 30px 60px;
  border-radius: 20px;
  width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.reset-password-card h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.reset-password-card.back-bg {
  height: 265px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 20px 50px 50px;
  background-color: #00ffff;
  opacity: 0.2;
}

.reset-password-card h6 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

/* end  */


/* footer */


footer {
  h6 {
    color: rgb(0, 0, 0);
  }

  p {
    color: rgb(0, 0, 0);
  }


  li a {
    color: rgb(0, 0, 0);
    line-height: 2.0;
  }


  li a:hover {
    color: #ff8a5d;
    line-height: 2.0;
  }
}


a.btn.up-icon {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffd8c9;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

#linkExpiredMessage {
  display: none;
  text-align: center;
  margin-top: 30px;
}

#linkExpiredMessage img {
  width: 100px;
  margin-bottom: 20px;
}

#linkExpiredMessage h3 {
  color: #333;
  font-weight: 600;
}

#linkExpiredMessage p {
  color: #666;
  margin-bottom: 20px;
}

#linkExpiredMessage a {
  background-color: #2e86de;
  color: white;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
}

#eventLoader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#collaboratorsLoader {
  transition: opacity 0.3s ease;
}

.dropdown-item.active {
  font-weight: bold;
  background-color: #fff1ee;
}

.toast.hide {
  display: none !important;
}