*{
  position: relative;
  border: none;
}  
body {
  font-family: Arial, sans-serif;
  background: #131316;
  color: #D0D0D0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border: none;
}
/**************** header & navbar ***************/
header{
  width: 100%;
  height: 120vh;
  /* position: absolute; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #131316;
}
.header-text {
  position: absolute;
  top: 67%; 
  left: 50%; 
  transform: translateX(-50%);
  padding: 10px; 
  z-index: 10; 
}
header h1{
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07);
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  background: linear-gradient(107deg, #FFF 65%, rgba(255, 255, 255, 0.43) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-btn{
  /* width: 140px;
  height: 48px; */
  margin: 0;
  border-radius: 19px;
  text-decoration: none;
  border: none;
  color: #ffffff;
  background-color: #37373A;
}
.header-btn:hover{
  border: 1px solid white;
  background-color: #37373A;
}
/************** Navbar *************/
nav{
  position: static;
  background: #131316;
  z-index: 99;
}
.nav-logo img{
  width: 104px;
  height: 48.66px;
}
.navbar-btn{
  /* width: 140px; */
  /* height: 38px; */
  color: #ffffff;
  background: #131316;
  margin: 0;
  border-radius: 19px;
  border: 0;
  border-color: #ffffff;
}
.navbar-btn:hover {
  border: 1px solid white;
  background: #131316;
}
.navbar-upgrade-btn{
  /* width: 140px; */
  color: #000000;
  background: linear-gradient(#F1C638, #E9A03A);
  margin: 0;
  border-radius: 19px;
  border: 0;
  float: right;
  /* border-color: #ffffff; */
}
.navbar-upgrade-btn:hover {
  border: 1px solid white;
  color: #000000;
  background: linear-gradient(#c77e18, #cea10d,);
}
.reg-login-btn{
  float: right;
}
/*********************************/

/************* Header Circles ****************/
.circles {
  /* width: 100%;
  height: auto; */
  margin: 10% auto;
  padding: 20px;
  position: relative;
} 
.inner-logo {
  position: absolute;
  height: 3vmax;
  left: calc(35% - 6.5vmax * 0.5);
  top: calc(50% - 3vmax * 0.5);
  width: 6.5vmax;
  background: url('../images/logo/agenda-ai-logo.png');
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  z-index: 10;
}
.profile-image {
  content: "";
  display: block;
  height: 2.5vmax;
  width: 2.5vmax;
  left: calc(1vmax * -1.3);
  top: calc(50% - (1vmax * 0.3));
  position: absolute;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #37383A;
}
.profile-image::before,
.profile-image::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  border: 1px solid #37383A;
}
.profile-image::before {
  height: 3.5vmax;
  width: 3.5vmax;
  left: calc(1vmax * -0.75);
  top: calc(50% - (1vmax * 1.75));
}
.profile-image::after {
  height: 4.5vmax;
  width: 4.5vmax;
  left: calc(1vmax * -1.2);
  top: calc(50% - (1vmax * 2.25));
}
.planet {
  height: 50%;
  left: calc(50% - 50% * 0.5);
  top: calc(50% - 50% * 0.5);
  width: 50%;
  display: block;
  position: absolute;
  border-radius: 50%;
}
.border-gradient {
  background: linear-gradient(#131316, #131316) padding-box,
              linear-gradient(to right, rgb(192, 192, 192), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgb(192, 192, 192)) border-box;
  border: 1px solid transparent;
}
.planet:nth-of-type(1) {
  height: 13vmax;
  width: 13vmax;
  left: calc(50% - 13vmax * 0.5);
  top: calc(50% - 13vmax * 0.5);
  z-index: 8;
}
.orbit-1{
  height: 13vmax;
  width: 13vmax;
  display: block;
  background-color: transparent;
  animation: orbit 70s infinite linear -43s;
}
.planet:nth-of-type(2) {
  height: 20vmax;
  width: 20vmax;
  left: calc(50% - 20vmax * 0.5);
  top: calc(50% - 20vmax * 0.5);
  z-index: 7;
}
.orbit-2{
  height: 20vmax;
  width: 20vmax; 
  display: block;
  background-color: transparent;
  animation: anticlockwise 110s infinite linear -5s;
}
.planet:nth-of-type(3) {
  height: 27vmax;
  width: 27vmax;
  left: calc(50% - 27vmax * 0.5);
  top: calc(50% - 27vmax * 0.5);
  z-index: 6;
}

.orbit-3{
  height: 27vmax;
  width: 27vmax; 
  display: block;
  background-color: transparent;
  animation: orbit 90s infinite linear -39s;
}

.planet:nth-of-type(4) {
  height: 34vmax;
  width: 34vmax;
  left: calc(50% - 34vmax * 0.5);
  top: calc(50% - 34vmax * 0.5);
  z-index: 5;
}

.orbit-4{
  height: 34vmax;
  width: 34vmax; 
  display: block;
  background-color: transparent;
  animation: anticlockwise 160s infinite linear -39s;
}

.planet:nth-of-type(5) {
  height: 41vmax;
  width: 41vmax;
  left: calc(50% - 41vmax * 0.5);
  top: calc(50% - 41vmax * 0.5);
  z-index: 4;
}
.orbit-5{
  height: 41vmax;
  width: 41vmax; 
  display: block;
  background-color: transparent;
  animation: orbit 140s infinite linear -127s;
}
.planet:nth-of-type(6) {
  height: 48vmax;
  width: 48vmax;
  left: calc(50% - 48vmax * 0.5);
  top: calc(50% - 48vmax * 0.5);
  z-index: 3;
}
.orbit-6{
  height: 48vmax;
  width: 48vmax; 
  display: block;
  background-color: transparent;
  animation: anticlockwise 160s infinite linear -20s;
}
.planet:nth-of-type(7) {
  height: 55vmax;
  width: 55vmax;
  left: calc(50% - 55vmax * 0.5);
  top: calc(50% - 55vmax * 0.5);
  position: absolute;
  z-index: 2;
}
.orbit-7{
  height: 55vmax;
  width: 55vmax; 
  display: block;
  background-color: transparent;
  animation: orbit 180s infinite linear -5s;
} 
@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anticlockwise {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/************* End Header Circles ****************/

/************* Start Reg & Login *****************/
.modal-header {
  border-bottom: none;
  padding: 0rem 1rem;
  justify-content: center;
}
.btn-close-modal {
  background-color: #37373A;
  border-radius: 50%;
  color: #D0D0D0 !important;
  margin: 1rem 1rem 0rem 1rem;
  align-self: end;
  width: 40px;
  height: 40px;
  padding: 0.6rem;
  opacity: 1;
}
.btn-close-modal:hover {
  /* background-color: rgb(96, 96, 100); */
  border: 1px solid white;
}
.text-body {
  color: #D0D0D0 !important;
}
.modal-content{
  background-color: #131316;
}
.modal-content .card {
  background: linear-gradient(211deg, #262629 4.61%, rgba(38, 38, 41, 0.58) 38.21%, rgba(38, 38, 41, 0.00) 98.34%);
}
.modal-body{
  padding: 0rem 1rem 1rem 1rem;
  overflow: hidden; 
  overflow-y: scroll !important;
}
.btn-register{
  border-radius: 23px;
  border: 1px solid #37373A;
  background: #262629;
  width: 100%;
}
.btn-register:hover{
  border: 1px solid #ffffff;
}
.btn-register::selection{
  border: none;
}
.btn-small{
  border-radius: 23px;
  border: 1px solid #37373A;
  background: #262629;
  width: 50%;
  margin: 0 0.3rem;
}
.share-link{
  border-radius: 23px;
  border: 1px solid #4e4e4e;
  background: #262629;
  color: #ffffff;
  width: 100%;
  height: 44px;
  margin: 0 0.3rem;
  padding: 0 1.5rem;
  font-size: 14px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #4e4e4e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*************** End Reg & Login ******************/

/*************** Start About Us ******************/
#about{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 50px;

}
#about img{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 10px;
  box-shadow: 5.5px;
  transition: 0.3s ease-in-out;
  /* cursor: pointer; */
}
#about img:hover{
  transform: scale(1.02);
}
/*************** End About Us ******************/

/*************** Start Events ******************/
#events{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-top: 2rem;
}
.event-link{
  text-decoration: none;
  color: white;
  cursor: pointer;
  margin: 1rem;
  padding: 0rem;
}
.event-link:hover{
  text-decoration: underline;
  color: white;
}
.event-btn{
  border-radius: 19px;
  background: #37383A;
  border: none;
  text-decoration: none;
  margin: 0;
}
.event-btn:hover{
  background: #37383A;
  border: 1px solid #ffffff;
}
.benefits-icon{
  width: 100%;
  height: auto;
  flex-shrink: 0;
  padding: 5px;
  display: inline-flex;
}
.benefits-icon img{
  width: auto;
  height: 40px;
  margin: 0px 20px 0px 0px;
}
.all-events-header{
  margin: 0 18rem;
}
.event-faces, .event-pictures{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.myface{
  width: 95px;
  height: 95px;
  flex-shrink: 0;
  margin: 5px;
  padding: 0;
  border-radius: 50%;
  border: transparent;
}
.picture{
  width: 149px;
  height: 149px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  object-fit: cover;
}
.face-border-gradient {
  background: linear-gradient(#131316, #131316) padding-box,
              linear-gradient(to bottom, #F66363, rgb(192, 192, 192)) border-box;
  border: 2px solid transparent;
}
.icon-btn{
  width: 80px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  margin: 0rem;
  /* padding: 0.5rem; */
  border-radius: 19px;
  border: none;
  background: transparent;
  display: grid;
  font-size: 13px;
  transition: transform 0.5s ease-in-out;
}
.icon-btn:hover{
  background: transparent;
  transform: scale(1.07);
  /* text-decoration: underline; */
  /* border: 1px solid white; */
}
.inline{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* margin-bottom: 2rem; */
}
.rightside{
  display: flex;
  justify-content: end;
  align-items: left;
}
.leftside{
  display: flex;
  justify-content:left;
  align-items:start;
}

/*********** Event Slider ***********/
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 1rem 0.5rem 3rem 0.5rem;
  /* padding-bottom: 40px; */
}
.slide-content{
  /* margin: 0 2px; */
  margin: 1.5rem 0rem;
  overflow: hidden;
  border-radius: 12px;
}
.slide-card {
  width: 16rem; 
  height: 13rem;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #37373A;
  background: linear-gradient(217deg, #262629 4.61%, rgba(38, 38, 41, 0.58) 38.21%, rgba(38, 38, 41, 0.00) 98.34%);
}
/* .slide-card .slide-card-header{
  width: 100%;
  height: 65%;
  flex-shrink: 0;
} */
.slide-card .slide-card-img{
  width: 100%;
  height: 65%;
  position: relative;
  flex-shrink: 0;
}
.layer{
  width: 100%;
  height: 0%;
  overflow: hidden;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.73);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 40px;
  /* text-align: center;
  font-size: 14px; */
  z-index: 99999999999999999999999999999999999999999;
  transition: height 0.5s;
}
.slide-card:hover .layer{
  height: 65%;
}
.slide-card .slide-card-body{
  flex: 1 1 auto;
  padding: 0rem 0.5rem 1rem;
}
.slide-card .slide-card-body .slide-card-name{
  font-size: 18px;
  font-weight: 500;
  color: #fffdfd;
  margin: 0px;
  padding-top: 1rem;
}
.slide-card .slide-card-body .slide-card-date-left{
  margin: 0px;
  font-size: 14px;
  color: #D0D0D0;
  text-align: left;
  padding: 0rem;
} 
.slide-card .slide-card-body .slide-card-date-right{
  margin: 0px;
  font-size: 14px;
  color: #D0D0D0;
  float: right;
  padding: 0rem;
}
 .swiper-navBtn{
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #313131;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.swiper-navBtn:hover{
  transform: scale(0.9);
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 20px;
}
.swiper-button-next{
  right: 0px;
}
.swiper-button-prev{
  left: 0;
} 
.swiper-pagination-bullet{
  background-color: #37373A;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}
/*************** End Events ********************/

/************** Start Blogs ********************/
#blogs{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 50px;
}
.blogs-img{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 10px;
  box-shadow: 5.5px;
  transition: 0.3s ease-in-out;
  /* cursor: pointer; */
}
.blogs-btn{
  border-radius: 25px;
  background: #37383A;
  border: none;
}
.blogs-btn:hover{
  background: #37383A;
  border: 1px solid #ffffff;
}

/***** Slider start *****/
/* .slide-container-review{
  max-width: 1120px;
  width: 100%;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.slide-content-review{
  margin: 0 3rem;
  left: 0;
  overflow: hidden;
  border-radius: 14%;
} */
.outer-card {
  margin: 0rem;
  padding: 1rem;
  background-color: #31313100;
  text-align: center;
  border-radius: 18.118px;
  width: 22rem;
  height: 22rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.inner-card {
  background-color: #313131;
  text-align: center;
  border-radius: 18px;
  width: 19.5rem;
  height: 15rem;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  z-index: 0;
}
.outer-card .picture {
  display: inline-block;
  height: 115px;
  width: 105px;
  top: 1rem;
  z-index: 3;
  position: relative;
}
.outer-card .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.outer-card .team-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.7rem;
  z-index: 3;
}
.outer-card .title {
  display: block;
  font-size: 15px;
  color: #f7f5ec;
  text-transform: capitalize;
}
.outer-card .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 0;
  left: 0;
}
.outer-card .picture img {
  width: 80%;
  height: auto;
  border-radius: 50%;
  top: 0.65rem;
  z-index: 6;
  transform: scale(1);
  box-shadow: 0 10px 25px 0px #ffd0004a;
  transition: all 0.9s ease 0s;
}
.outer-card:hover .picture img {
  transform: scale(0.9);
}
.outer-card .team-content .client-review-stars{
  color: #FFC200;
}
.outer-card .team-content .quote-sup{
  vertical-align: super;
}
.outer-card .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #313131;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.outer-card:hover .social {
  bottom: 0;
}
.outer-card .social li {
  display: inline-block;
}
.outer-card .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.outer-card .social li a:hover {
  color: #313131;
  background-color: #f7f5ec;
}
/************ Slider Card **********/
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #313131;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #313131;
}
/* .swiper-navBtn{
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #313131;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.swiper-navBtn:hover{
  transform: scale(0.9);
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 20px;
}
.swiper-button-next{
  right: 0px;
}
.swiper-button-prev{
  left: 0;
} 
.swiper-pagination-bullet{
  background-color: #37373A;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
} */
/***** Slider end *****/


/***** All Blogs Start *****/
.card{
  background: #131316;
  color: rgba(255, 255, 255, 0.43);;
}
.card .card-body{
  padding: 0rem;
  font-size: smaller;
}
.card .card-title{
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  text-align: center;
}
.card .small-text{
  
  padding: 0.5rem 0 1rem 0;
}
.card .author{
  float: left;
}
.card .date{
  float: right;
}
.card .card-text{
  text-align: justify;
  font-size: 14px;
}
/****** All Blogs End ******/

/****************** End Blogs ********************/

/*************** Start Pricing Plan ******************/
.pricing-plan {
  margin: 0 0 1rem 0;
  width: 100%;
  position: relative;
  background: linear-gradient(217deg, #262629 4.61%, rgba(38, 38, 41, 0.58) 38.21%, rgba(38, 38, 41, 0.00) 98.34%);  
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #37373A;
  transition: transform 0.5s ease-in-out;
}
.pricing-plan:hover{
  transform: scale(1.05);
}
.pricing-plan .pricing-header {
  padding: 2rem 0;
  margin-bottom: 1rem;
  text-align: center;
  background: #00000049;
  /* opacity: 0.29; */
  -webkit-border-radius: 26px 26px 0px 0px;
  -moz-border-radius: 26px 26px 0px 0px;
  border-radius: 26px 26px 0px 0px;
}
.pricing-plan .pricing-header .pricing-title {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 1rem 0;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}
.triangle-down{
  position: static;
  padding: 0;
  margin: 0;
  z-index: 9999999;
}
.pricing-plan .pricing-header .pricing-cost {
  color: #ffffff;
  padding: 1rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}
.pricing-plan .pricing-header.secondary {
  background-image: linear-gradient(120deg, #c0d64a 0%, #35690f 100%);
}
.pricing-plan .pricing-header.red {
  background-image: linear-gradient(120deg, #ff3434 0%, #a50000 100%);
}
.pricing-plan .pricing-features {
  padding: 0;
  margin: 20px 0;
  text-align: left;
}
.pricing-plan .pricing-features li {
  padding: 10px 15px 10px 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  line-height: 100%;
}
.pricing-plan .pricing-features li .tick{
  color: green;
  margin-right: 1rem;
}
.pricing-plan .pricing-features li .cross{
  color: red;
  margin-right: 1rem;
}
.pricing-plan hr{
  margin: 1rem 6.5rem;
  padding: 0.07rem 0;
}
.pricing-plan .pricing-footer {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  padding: 1rem 0 1rem 0;
}
@media (max-width: 767px) {
  .pricing-plan .pricing-header {
      text-align: center;
  }
  .pricing-plan .pricing-header i {
      display: block;
      float: none;
      margin-bottom: 1.5rem;
  }
}
/************** End Pricing Plan ******************/

/************** Start New Event ******************/
#new-event{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
/************** End New Event  ******************/

/************** Start contact ******************/
#contact{
  position: relative;
  width: 100%;
  /* height: 100vh; */
  padding-top: 30px;
}
#contact video{
  width: 100%;
  height: auto;
  padding-right: 10px;
}
.contact-form{
  /* width: 729px;
  height: auto; */
  flex-shrink: 0;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #37373A;
  background: linear-gradient(217deg, #262629 4.61%, rgba(38, 38, 41, 0.58) 38.21%, rgba(38, 38, 41, 0.00) 98.34%);
}
.form-field{
  border-radius: 28px;
  border: 1px solid #FFF;
  opacity: 0.95;
  backdrop-filter: blur(2.5px);
  background: #131316 !important;
  color: #D0D0D0; 
}
.form-control{
  border-radius: 5px;
  background: #131316;
}
.contact-btn{
  /* width: 120px;
  height: 38px; */
  color: #ffffff;
  margin: 0;
  border-radius: 19px ;
  border: none;
  background: #37373A ;
}
.contact-btn:hover {
  border: 1px solid white;
}
/**************** End contact ******************/

/************* Start Footer ********************/
footer{
  position: relative;
  width: 100%;
  height: 0vh;
  padding-top: 10px;
  bottom: 0px;
}
footer ul{
  display: inline-flex;
  list-style: none;
  position: relative;
}
footer a{
  text-decoration: none;
  color: white;
}
footer a:hover{
  text-decoration: underline;
  color: white;
}
.dot{
  height: 5px;
  width: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1rem 0;
  background-color: #ffffff;
  /* color: #dd8b51; */
}
/************** End Footer ********************/

/************* Start Scroll to Top **************/
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 12px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 15px;
  border-radius: 30%;
  /* width: 55px; */
  transition: 0.3s ease-in-out; 
}
#scrollToTopBtn:hover {
  transform: scale(1.1);
}
/************* End Scroll to Top **************/

/********** FadeIn Animation Start ************/

/********** FadeIn Animation End ************/



/* ***************************************************************************************************************************** */
/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
} */
/* h1 {
  text-align: center;
  margin-bottom: 20px;
} */
.image-card .events-thumbnail{
  margin: 0;
  padding: 0;
  display: block;
  background-color: white;
  position: relative;
  border-radius: 0;
  border: 1px solid #adadad6b;
  width: 149px;
  height: 147px;
  flex-shrink: 0;
}
.matched-image-card {
  margin: 2px;
  padding: 0;
  display: block;
  background-color: white;
  position: relative;
  border-radius: 4px;
  border: 1px solid #adadad6b;
  width: 100%;
}
/* .round-faces {
  display: flex;
} */
.events-thumbnail a {
  text-decoration: none;
}
.events-thumbnail p {
  color: black;
  text-align: center;
  text-decoration: none;
}
.face-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
.face-count {
  text-align: center;
  margin-top: 10px;
}
/* input[type="checkbox"][id^="checkedface"] {
  display: none;
} */
/* input[id^="checkedface"] {
  display: none;
} */
input[type="checkbox"] {
  display: none;
}
label {
  /* border: 1px solid #fff; */
  /* padding: 10px; */
  /* display:block; */
  position: relative;
  /* margin: 10px; */
  cursor: pointer;
}
/* label:before {
  background-color: transparent;
  color: transparent;
  content: " ";
  display: block;
  border-radius: 10%;
  border: transparent;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
label img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
:checked + label {
  border-color: transparent;
  border-radius: 6%;
}
:checked + label:before {
  content: "✓";
  background-color: transparent;
  transform: scale(1);
}
:checked + label img {
  transform: scale(1.1);
  box-shadow: 0 0 5px #333;
  z-index: -1;
} */
#searchBtn #reset-button{
  width: 150px;
  height: 8vh;
}
/* #downloadBtn {
  display: none;
  font-size: 25px;
  color: black;
} */
#selectAllFaces {
  /* font-size: 25px;
  color: black; */
}
/* input[type="checkbox"] {
  transform: scale(1.3); 
  color: black;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: black;
  border-color: black; 
  color: rgb(0, 0, 0); 
} */
.events{
  display: block;
}
#single-event{
  display: none;
}
/* loading animations */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-spinner {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
















#update-event {
  margin: 30px 0;
  display: none;
}

/* Profile sidebar */
.leftuppersidebar {
  /* margin: 20px; */
  background: transparent;
}

.userprofile {
  text-align: center;
  margin-top: 0px;
}

.userimg {
  float: none;
  margin: 10px auto;
  width: 30%;
  height: 30%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.userwelcome {
  color: #bbb;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px;
}

.username {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* .userbuttons {
  text-align: center;
  margin-top: 10px;
} */

.leftbelowsidebar {
  padding: 0;
  background: #262629;
  border-radius: 22px;
  border: 1px solid #37373A;
  opacity: 0.95;
}
.sidemenu {
  margin-top: 0px;
}

.sidemenu .title{
  border-radius: 22px 22px 0px 0px;
  border: 1px solid #37373A;
  background: #1A1A1A;
}
.sidemenu .title h5{
  text-align: center;
  padding: 15px 0;
}
.sidemenu hr{
  width: 100%;
  height: 2px;
  margin: 0;
  color: black;
}
.sidemenu .content ul{
  list-style-type: none;
  padding: 0;
}
.sidemenu .content ul li{
  /* border-bottom: 1px solid #f0f4f7; */
  padding: 10px 15px;
 
}
.sidemenu .content ul li:last-child {
  border-bottom: none;
}

.sidemenu .content ul li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.sidemenu .content ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.sidemenu .content ul li a:hover {
  /* background-color: #fafcfd; */
  scale: 1px;
}

.sidemenu .content ul li.active {
  border-bottom: none;
}

/* .sidemenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
} */
.sidemenu .bottomBtns{
  border-radius: 28px;
  border: 1px solid #37373A;
  opacity: 0.95;
  background: #262629;
  backdrop-filter: blur(2.5px);
  margin: 50px 10px 10px 10px;
}
.sidemenu .bottomBtns ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 5px;
  padding: 0;
}
.sidemenu .bottomBtns ul li{
  margin: 0;
  padding: 0;
}
.sidemenu .bottomBtns .btn{
  width: 75px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  margin-top: 1rem;
  /* padding: 0.5rem; */
  border-radius: 19px;
  border: none;
  background: transparent;
  display: grid;
  font-size: 10px;
  transition: transform 0.5s ease-in-out;
}
.icon-btn:hover{
  background: transparent;
  transform: scale(1.07);
  /* text-decoration: underline; */
  /* border: 1px solid white; */
}
/* .profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
} */
    



/* Profile Content */
.profile-content {
  margin: 10px;
  min-height: 660px;
  border-radius: 28px;
  border: 1px solid #37373A;
  opacity: 0.95;
  background: #262629;
  backdrop-filter: blur(2.5px);
}







/* .container {
  padding: 50px 10%;
} */

.box {
  position: relative;
  background: transparent;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  /* border-bottom: 1px solid #f4f4f4; */
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}





.uploadimage{
  display: flex;
  justify-content: space-between;
}
canvas {
  height: 175px;
  width: 100 auto;
  border: 1px solid white;
  border-radius: 5px;
}
