/* Then import Bootstrap*/
@import "./bootstrap-5.3.2-dist/bootstrap-5.3.2-dist/css/bootstrap.min.css";

@font-face {
  font-family: "serif";
  src: url("../css/abhaya-libre/AbhayaLibre-Regular.ttf") format("truetype");
}
/**************color schema*******/
:root {
  --primary-color: rgb(255, 255, 255);
  --secondary-color: rgb(0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
input,
textarea,
select,
button {
  font-family: "serif";
}
p {
  font-size: 20px;
}
.form-modal {
  display: none;
}

/****************************************** navbar section**************/
a.nav-item.nav-link:hover {
  color: #fff !important;
}
a.nav-item.nav-link {
  color: #ddd2d2 !important;
}
.navbar-nav.mx-lg-auto {
  font-size: 20px;
  gap: 58px;
  font-weight: 600;
}
.header_logo img {
  width: 100%;
}

.header_logo {
  width: 70%;
}
a.navbar-brand {
  width: 10%;
}
a.btn.btn-sm.btn-primary.w-full.w-lg-auto {
  padding: 0.6em 2em;
  font-size: 18px;
}
a.btn.btn-sm.btn-primary.w-full.w-lg-auto:hover {
  background-color: #000;
}
a.nav-item.nav-link {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 39px;
}
a.navbar-brand {
  margin: 0;
  padding: 0;
}
/*********************header section*******************************************/

.creative_heading {
  position: relative;
  font-size: 8em;
  color: #000;
  -webkit-text-stroke: 0.3vw #383d52;
  text-transform: uppercase;
}
.creative_heading::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-text-stroke: 0vw #000;
  border-right: 2px solid #fff;
  overflow: hidden;
  animation: animate 5s linear infinite;
}
@keyframes animate {
  0%,
  10%,
  100% {
    width: 0;
  }
  70%,
  90% {
    width: 46%;
  }
}
.row.form_section {
  width: 62%;
  border: 1px solid grey;
  padding: 0.6em;
  background: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
}
.form-control {
  padding: 0.5rem 0.75rem !important;
  margin: 0;
}
button.search_form {
  background: black;
  color: #fff;
  padding: 0.3em 2em;
  font-size: 20px;
  border-radius: 9px;
  width: 100%;
  font-weight: 700;
}
button.search_form {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
}
/*******************slider img header***********************************************/

.slider {
  margin: auto;
  position: relative;
  width: 100%;
  overflow-x: clip;
}
.slide img {
  transition: transform 0.7s ease-in-out;
}
.slide img:hover {
  transform: rotate(360deg);
}
.slider::before,
.slider::after {
  content: "";
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(228px * 15);
  gap: 10px;
}
.slide {
  width: 228px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear;
  margin-top: -2em;
  background: #fff;
  border-radius: 10px;
  padding-top: 17px;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 36%);
}
.slide h5 {
  font-size: 25px;
  font-weight: bold;
}
.slide:hover {
  transform: translateY(-20px);
}

/*************************owl crousal **second section****************************************************/
.item {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  border-radius: var(--wdtRadius_3X);
  border: none;
  width: 90%;
  margin: 0 auto;
  border-radius: 9px;
}
.item p {
  color: #000;
}
p.address_location {
  color: #7a7a7a;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}
.home-demo h2 {
  text-align: center;
  font-size: 47px;
  margin-top: 2em;
  color: #26a387;
}

.home-demo-title {
  text-align: center;
  margin-bottom: 3em;
  color: #26a387;
}

/****************************************listing .....page second page***************************/
section.listing_sidenav {
  position: relative;
  margin-top: 6em;
}
.listing_sidenav .side-navbar {
  width: 256px;
  position: absolute;
  margin-left: -300px;
  background: #ffffff;
  transition: 0.5s;
  font-size: 19px;
  color: #000;
  font-weight: bold;
}
.listing_sidenav li.nav-link {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}
.listing_sidenav .p-1.my-container.active-cont {
  background: #f5f6f7;
}

.listing_sidenav .my-container {
  transition: 0.4s;
}

.listing_sidenav .active-nav {
  margin-left: 0;
}

.listing_sidenav .active-cont {
  margin-left: 250px;
}
.icons_wraper_dashborad {
  width: 6%;
}
.listing_sidenav #menu-btn {
  background-color: #ffffff5d;
  color: #000; 
}
.app-page-title .page-title-wrapper {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
/*****************************dashborad page**************************************/

.widget-content {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
}
.text-white {
  color: #fff !important;
}
.widget-content .widget-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.bg-midnight-bloom {
  background-image: linear-gradient(
    -20deg,
    #2b5876 0%,
    #4e4376 100%
  ) !important;
}

.widget-numbers.text-white span {
  font-size: 2em !important;
}
.widget-heading {
  font-size: 1.2em;
  font-weight: 600;
}
.bg-arielle-smile {
  background-image: radial-gradient(
    circle 248px at center,
    #16d9e3 0%,
    #30c7ec 47%,
    #46aef7 100%
  ) !important;
}
.bg-grow-early {
  background-image: linear-gradient(
    to top,
    #0ba360 0%,
    #3cba92 100%
  ) !important;
}
.card-header {
  display: flex;
  justify-content: space-between;
  font-size: 1.4em;
  padding: 1.75rem 1.5rem;
  border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}
.btn-focus:not(:disabled):not(.disabled):active,
.btn-focus:not(:disabled):not(.disabled).active,
.show > .btn-focus.dropdown-toggle {
  color: #fff;
  background-color: #2d2a37;
  border-color: #272430;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-focus {
  color: #fff;
  background-color: #444054;
  border-color: #444054;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.widget-content .widget-content-left .widget-heading {
  opacity: 0.8;
  font-weight: 700;
}
.badge {
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  min-width: 19px;
}
.badge-warning {
  color: #212529;
  background-color: #f7b924;
}
.badge-success {
  color: #fff;
  background-color: #3ac47d;
}
.badge-danger {
  color: #fff;
  background-color: #d92550;
}
.badge-info {
  color: #fff;
  background-color: #16aaff;
}

#countdown {
  position: relative;
  margin: auto;
  margin-top: 100px;
  height: 40px;
  width: 40px;
  text-align: center;
}

#countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
}

#countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

#countdown svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 10s linear infinite forwards;
}
/* i.fa.fa-edit,
.fa-trash {
  font-size: 32px;
} */
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
.d-block.text-center.card-footer {
  padding: 1.75rem 1.5rem;
  border-top: 1px solid rgb(103 116 149 / 13%);
}
h5.text-left.graph_chart {
  color: #000;
  padding-top: 1em;
}
.navbar-nav .nav-link {
  color: #000 !important;
  padding: 0.5rem 0rem !important;
  border-color: transparent;
  margin-left: 1.5rem;
  transition: none;
}

/*********counting*************/
.circle-wrap h3,
.circle-wrap h4 {
  margin: 0;
  color: #002542;
}

.circle-wrap h3 {
  margin-top: -10px;
  font-family: Domine, "Times New Roman", sans-serif;
  font-weight: 700;
}

.circle-wrap h4 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.circle-wrap {
  float: left;
  margin: 2rem;
  width: 150px;
  height: 150px;
  background: #ddc7b9;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 74px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #002542;
}

.circle-wrap.firstPercentage .circle .mask.full,
.circle-wrap.firstPercentage .circle .fill {
  animation: firstPercentage ease-in-out 3s forwards;
}

.circle-wrap.secondPercentage .circle .mask.full,
.circle-wrap.secondPercentage .circle .fill {
  animation: secondPercentage ease-in-out 3s forwards;
}

.circle-wrap.thirdPercentage .circle .mask.full,
.circle-wrap.thirdPercentage .circle .fill {
  animation: thirdPercentage ease-in-out 3s forwards;
}

.circle-wrap .inside-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}

@keyframes firstPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(160deg);
  }
}

@keyframes secondPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(173deg);
  }
}

@keyframes thirdPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link.active,
.border-red {
  border-bottom: 3px solid #b71c1c;
}
.title.pt-4.pb-1 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.container .product-item {
  min-height: 450px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.container .product-item .product {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.container .product-item .product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .product-item .product .icons .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease;
  transform: rotate(180deg);
  cursor: pointer;
}

.container .product-item .product .icons .icon:hover {
  background-color: #b71c1c;
  color: #fff;
}

.container .product-item .product .icons .icon:nth-last-of-type(3) {
  transition-delay: 0.2s;
}
.container .product-item .product .icons .icon:nth-last-of-type(2) {
  transition-delay: 0.15s;
}
.container .product-item .product .icons .icon:nth-last-of-type(1) {
  transition-delay: 0.1s;
}
.container .product-item:hover .product .icons .icon {
  transform: translateY(-60px);
}
.container .product-item .tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0 0.4rem;
}
.container .product-item .title {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.container .product-item .fa-star {
  font-size: 0.65rem;
  color: goldenrod;
}
.fw-800 {
  font-weight: 800;
}

.bg-green {
  background-color: #208f20 !important;
  color: #fff;
}
.app-page-title .page-title-wrapper {
  display: flex;
  align-items: baseline;
}
li.nav-link:hover {
  background: #e0f3ff;
}
.app-page-title .page-title-actions {
  margin-left: auto;
}

/****************************listed end****/
ul.list_footer li {
  color: #fff;
  font-size: 20px;
}
.main-title {
  color: #26a387;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
  border-bottom: 1px dashed rgba(160, 160, 160, 0.4);
  font-size: 45px;
}

.listed_items {
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .tranding_wraper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .listed_items {
    display: block;
    width: 100%;
  }
  .review {
    text-align: center;
  }
  .footer_lwr.footer_navbar {
    display: none;
  }
  .creative_heading {
    font-size: 3em !important;
  }
}
@media screen and (max-width: 1024px) {
  section.tricity_aboutus {
    margin-top: unset !important;
  }

  .form-modal
    nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top.px-0.py-2 {
    position: static;
  }
}
@media (max-width: 500px) {
  #submit-form {
    display: unset !important ;
  }
  .team_lwr {
    width: 46% !important;
  }
  .team_innersec {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}

@media screen and (min-width: 900px) {
  .listed_items {
    width: 20%;
    margin-bottom: 3em;
  }

}
@media screen and (max-width: 1212px) {
}

.listed_items .title {
  color: #26a387;
  text-align: center;
  margin: 1em;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  border-radius: 10px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom {
  top: 80%;
}
.fadeIn-top {
  top: 20%;
}
.fadeIn-left {
  left: 20%;
}
.fadeIn-right {
  left: 80%;
}
/******************************************ranking******************/
img.ranking_img {
  width: 100%;
}
.ranking_sec {
  text-align: center;
  margin-top: 4em;
}
h3.raking_heading {
  font-size: 47px;
  color: rgb(38, 163, 135);
}

p.ranking-text {
  color: rgb(38, 163, 135);
  width: 50%;
  margin: 0 auto;
}

h5.ranking_finds {
  margin-top: -54px;
  font-size: 23px;
}
.ranking_count {
  text-align: center;
  width: 30%;
  margin: 0 a;
}
.ranking_series {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 70%;
  justify-content: space-evenly;
}
p.raking_contants {
  width: 59%;
  margin: 0 auto;
  color: rgb(38, 163, 135);
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 60px;
}
.waviy span {
  font-family: "Alfa Slab One", cursive;
  position: relative;
  display: inline-block;
  -webkit-text-fill-color: #00000014;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
  font-size: clamp(6.25rem, 5.9615rem + 1.2821vw, 7.5rem);
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-25px);
  }
}
/**************************************top rated**************/
.flip-card {
  perspective: 1000px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  border-radius: 9px;
}
.flip-card-inner {
  position: relative;
  width: 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-front,
.flip-card-back {
  position: absolute;
  top: 0; /* Set the top and left properties to ensure */
  left: 0; /* the front and back cards are overlaid on each other */
  width: 100%;

  backface-visibility: hidden;
}
.flip-card-front,
.flip-card-back {
  /* ... existing styles ... */
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: transparent;
  min-height: 400px;
  color: black;
  display: flex;
  align-items: center;

  justify-content: center;
  position: relative;
  z-index: 1;
}
.flip-card-front img {
  object-fit: cover; /* This will ensure the image covers the entire container */
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
}
.flip-card-back {
  /* ... existing styles ... */
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-text {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}
.flip-card-back {
  box-sizing: border-box; /* make padding included in the height */
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  max-height: 100%;
  overflow-y: auto;
}
.flip-card-back .content-container {
  padding: 15px;
  height: 100%;
  overflow-y: auto;
}
.d-flex.p-3.text-white {
  display: flex;
  align-items: center;
  color: #000 !important;
  justify-content: space-around;
}
img.toprated_img {
  width: 80%;
}
.d-flex {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.checked {
  color: orange;
}
.review {
  width: 90%;
  margin: 0 auto;
}
button.btn.btn-dark {
  padding: 10px 36px;
}
/***************footer***********************/
.footer_lwr {
  background: #000;
  margin: 0 auto;
  text-align: center;
  padding: 2em 2em 1em 2em;
  border-bottom: 2px solid;
  color: #fff;
  width: 30%;
}
.footer_section {
  display: flex;
}
.footer_imgicons {
  background: #000;
  text-align: center;
  padding: 2em;
}
.term_policy {
  color: #fff;
}
ul.list_footer {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  color: #fff;
  align-items: center;
}

p.footer_lwr_text {
  color: #fff;
  margin: 1em 0 0;
  padding-bottom: 0em;
}
p.adds_footer {
  color: #fff;
}
.fa-hand-o-right:before {
  content: "\f0a4";
  color: #000;
}
/**************media**************************************/
@media only screen and (max-width: 920px) {
  .slide {
    margin-top: -1em;
  }

  .navbar-nav.mx-lg-auto {
    font-size: 22px;
    gap: 0px;
  }
  .d-flex {
    justify-content: center;
  }
  .row.form_section {
    width: 100%;
  }

  .footer_section {
    display: flex;
    margin-top: 8em;
    flex-wrap: wrap;
    background: #000;
  }
  .ranking_count {
    width: 100%;
  }
  .ranking_series {
    flex-direction: column;
  }
  .footer_lwr {
    width: 37%;
  }
  .creative_heading {
    font-size: 4em;
  }
  /********************************************mobile**********/
  section.login_signup {
    display: none;
  }
  * {
    box-sizing: border-box;
  }

  .form-modal {
    display: block;
  }

  .form-modal {
    position: relative;
    width: 80%;
    height: auto;
    margin-top: 10em !important;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .form-modal button {
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    font-size: 1em;
    z-index: 2;
    outline: none;
    background: #fff;
    transition: 0.2s;
  }

  .form-modal .btn {
    border-radius: 20px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.8em 1em 0.8em 1em !important;
    transition: 0.5s;
    border: 1px solid #ebebeb;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }

  .form-modal .login,
  .form-modal .signup {
    background: #000;
    color: #fff;
  }

  .form-modal .login:hover,
  .form-modal .signup:hover {
    background: #222;
  }

  .form-modal .form-toggle {
    position: relative;
    width: 100%;
    height: auto;
  }

  .form-modal .form-toggle button {
    width: 50%;
    float: left;
    padding: 1.5em;
    margin-bottom: 1.5em;
    border: none;
    transition: 0.2s;
    font-size: 1.1em;
    font-weight: bold;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .form-modal .form-toggle button:nth-child(1) {
    border-bottom-right-radius: 20px;
  }

  .form-modal .form-toggle button:nth-child(2) {
    border-bottom-left-radius: 20px;
  }

  .form-modal #login-toggle {
    background: #000;
    color: #ffff;
  }

  .form-modal form {
    position: relative;
    width: 90%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  #login-form,
  #signup-form {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1em;
  }

  .form-modal #signup-form {
    display: none;
  }

  #login-form button,
  #signup-form button {
    width: 100%;
    margin-top: 0.5em;
    padding: 0.6em;
  }

  .form-modal input {
    position: relative;
    width: 100%;
    font-size: 1em;
    padding: 1.2em 1.7em 1.2em 1.7em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    border-radius: 20px;
    border: none;
    background: #ebebeb;
    outline: none;
    font-weight: bold;
    transition: 0.4s;
  }

  .form-modal input:focus,
  .form-modal input:active {
    transform: scaleX(1.02);
  }

  .form-modal input::-webkit-input-placeholder {
    color: #222;
  }

  .form-modal p {
    font-size: 16px;
    font-weight: bold;
  }

  .form-modal p a {
    color: #000;
    text-decoration: none;
    transition: 0.2s;
  }

  .form-modal p a:hover {
    color: #222;
  }

  .form-modal i {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateX(-10%) translateY(-50%);
  }
}
@media (min-width: 921px) and (max-width: 1200px) {
  .row.form_section {
    width: 70%;
  }
}
.vl {
  border-left: 1px solid #fff;
  height: 30px;
}

/******************************form******************/

section.login_signup .sign_login_contants {
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
}
section.login_signup span {
  font-size: 16px;
}
section.login_signup button.sign_login {
  border-color: #ffffff;
  border: 2px solid #fff;
  padding: 0.8em 2em;
  border-radius: 17px;
  color: #fff;
  margin-top: 0.6em;
}
a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}
section.login_signup .sign_login {
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #000;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}
section.login_signup button:active {
  transform: scale(0.95);
}
section.login_signup button:focus {
  outline: none;
}
section.login_signup button.ghost {
  border-color: #ffffff;
  border: 2px solid #fff;
  font-size: 19px;
  padding: 0.8em 2em;
  border-radius: 17px;
  background: none;
  color: #fff;
}
section.login_signup form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}
section.login_signup input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}
section.login_signup .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 0px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 100%;
  min-height: 480px;
}
section.login_signup .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
section.login_signup .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}
section.login_signup .container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}
section.login_signup .sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}
section.login_signup .container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}
@keyframes show {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}
section.login_signup .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
section.login_signup .container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}
section.login_signup .overlay {
  background: linear-gradient(to right, #000, #000);
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
section.login_signup .container.right-panel-active .overlay {
  transform: translateX(50%);
}
section.login_signup .overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
section.login_signup .overlay-left {
  transform: translateX(-20%);
}
section.login_signup .container.right-panel-active .overlay-left {
  transform: translateX(0);
}
section.login_signup .overlay-right {
  right: 0;
  transform: translateX(0);
}
section.login_signup .container.right-panel-active .overlay-right {
  transform: translateX(20%);
}
section.login_signup .social-container {
  margin: 20px 0;
}
section.login_signup .social-container a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}
section.login_signup .sign_login_form {
  width: 70%;
  margin: 0 auto;
  margin-top: 12em;
}
section.login_signup a.social i {
  color: #000;
}
section.login_signup {
  margin-bottom: 7em;
}
/**************************************contact page*****************/

.contain {
  background-color: #f3f3f3;
  width: 80%;
  margin: auto;
  margin-bottom: 5em;
}

section.contact_sec .contact-wrapper {
  margin: auto 0;
}
.contact_img img {
  width: 100%;
}
section.contact_sec .form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}

section.contact_sec .email-info {
  margin-top: 20px;
}

section.contact_sec .required-input {
  color: black;
}

@media (min-width: 700px) {
  .form-input,
  textarea {
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 5px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em 6em;
  }
}
section.contact_sec .contacts.contact-wrapper ul {
  list-style: none;
  padding: 0;
}

section.contact_sec .contacts {
  color: #212d31;
}
#submit-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  align-content: center;
}
section.contact_sec #submit-form label {
  display: block;
}

.full-width {
  grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 0.6em;
}

section.contact-us_form {
  padding-top: 5em;
}
section.contact_sec textarea#message {
  height: 200px;
  width: 100%;
}
button.submint-btn {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 7px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
}
section.contact_sec .global_contact img {
  width: 100%;
}

section.contact_sec .global_contact {
  width: 58%;
  margin: 0 auto;
}
.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#map-container-google-1 {
  margin-top: 1em;
}

.tranding_wraper {
  display: flex;
  justify-content: space-around;
}
.trending_now {
  text-align: center;
  margin-top: 4em;
}
p.treanding_lwr {
  text-align: center;
  margin-top: 18px;
  border-bottom: 1px dashed rgb(149 65 65 / 60%);
}
.treanding_para2 {
  text-align: center;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
/********************************************************/
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 3.2em;
}

.user {
  display: flex;
  width: calc(100% - 16px);
  padding-top: 16px;
  border-top: 1px solid #292e38;
  gap: 8px;
}

.avatar {
  background-image: url("https://i.pravatar.cc/300");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.info {
  display: flex;
  flex-direction: column;
}

.info .name {
  font-size: 1.2rem;
}

.info .account-id {
  font-size: 1rem;
  color: #60626c;
}

main {
  width: 100%;
  background: var(--header-bg-color);
  height: calc(100% - 40px);
  border-radius: 2px;
}

@media (max-width: 825px) {
  .header {
    width: auto;
    padding-right: 16px;
  }
  ul.list_footer li {
    font-size: 11px;
  }
  .menu-item {
    border-radius: 4px;
    padding: 0px 6px;
  }

  .user {
    width: 100%;
  }
}

/*************about us ******************/
.about_img img {
  width: 100%;
  height: 500px;
}
.how-section1 {
  margin-top: -15%;
  padding: 10%;
}
.how-section1 h4 {
  font-weight: bold;
  font-size: 30px;
}

.how-section1 .row {
  margin-top: 8%;
}
.how-img {
  text-align: center;
}
.how-img img {
  width: 100%;
}
.rounded-circle {
  border-radius: unset !important;
}
.team_lwr img {
  width: 100%;
}
.team_lwr {
  width: 23%;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
section.our_team {
  text-align: center;
}
.employee {
  width: 100%;
  background-color: black;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}
.employee:hover > .employee-image {
  margin-top: -100px;
}
.employee-image {
  background-color: #fff;
  height: 400px;
  width: 100%;
  transition: 0.5s;
}
.employee-image img {
  height: 100%;
}
.employee-name {
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.employee-name h1 {
  font-size: 30px;
}
.employee-name span {
  font-size: 20px;
  color: yellow;
  padding: 0px;
}
.employee-social-link ul li {
  position: relative;
  bottom: -120px;
}
.employee-social-link ul {
  text-align: center;
  list-style: none;
}
.employee-social-link ul li {
  display: inline-block;
  margin: 7px;
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
  line-height: 0.1;
  margin-left: -5px;
}
.employee-social-link i {
  font-size: 15px;
  color: #fff;
  animation-name: rotate-icon;
}

.employee-social-link ul li:nth-child(1) {
  transition: 1s;
}
.employee-social-link ul li:nth-child(2) {
  transition: 1.3s;
}
.employee-social-link ul li:nth-child(3) {
  transition: 1.6s;
}
.employee-social-link ul li:nth-child(4) {
  transition: 1.9s;
}
.employee-social-link ul li:nth-child(5) {
  transition: 2.2s;
}
.employee:hover > .employee-details .employee-social-link ul li {
  bottom: 250px;
}
.employee-container {
  margin-bottom: 4em;
}
/*****************************discover page**********/
hr.border-light {
  max-width: 300px;
  opacity: 0.9;
}
.events_tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  background: #ffc578;
  color: black;
  margin-top: 2em;
}
a.event_list {
  font-size: 20px;
  font-weight: 800;
}
.carousel-item {
  transition: transform 1s ease-in-out;
}
.carousel-caption {
  top: 48%;
  transform: translate(0, -50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
}
.carousel-item.active .carousel-caption {
  animation: widthSlide 3.5s 1;
  opacity: 1;
  z-index: 999;
  width: 100%;
}
@keyframes widthSlide {
  0% {
    width: 0%;
    opacity: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.carousel-caption h5 {
  font-size: 5em;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke: 2px #e2fadb;
  color: #00000059;
  position: relative;
  width: fit-content;
  padding-right: 10px;
}
.carousel-caption h5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -20px;
  opacity: 1;
}
.carousel-item.active .carousel-caption h5:after {
  width: 10%;
  height: 4px;
  animation: titleCover 2.5s 1;
  opacity: 0;
}

@keyframes titleCover {
  0% {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  20% {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  30% {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  55% {
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    opacity: 1;
  }
  95% {
    left: 0;
    right: 0;
    width: 10%;
  }
  100% {
    left: 0;
    right: 0;
    width: 10%;
    opacity: 0.5;
  }
}
.carousel-item > img {
  height: 80vh;
  object-fit: cover;
  transform: scale(1);
}
.carousel-item.active > img {
  transform: scale(4);
  animation: bgScale 200s 1;
}
@keyframes bgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(4);
  }
}
.carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 40%);
  z-index: 99;
}

.carousel-caption p {
  font-size: 1.35em;
  font-weight: 600;
  text-transform: uppercase;
}
.carousel-caption * {
  white-space: nowrap;
}
.carousel-indicators {
  right: 10px;
  left: auto;
  margin: 0;
  width: 25px;
  flex-wrap: wrap;
  bottom: auto;
  top: 45%;
  transform: translate(0, -50%);
  gap: 10px;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: none;
}

@media screen and (max-width: 991px) {
  .carousel-caption h5 {
    font-size: 3.5em;
  }
  .carousel-caption p {
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 3.5em;
  }
  .carousel-caption p {
    font-size: 1em;
    font-weight: 600;
  }
  .carousel-item img {
    height: 80vh;
  }

  .carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    flex-wrap: nowrap;
    top: auto;
    transform: unset;
    width: auto;
    gap: 5px;
  }
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 575px) {
  div#navbarCollapse {
    background: #000;
    padding: 12px;
    top: 0;
    position: absolute;
    width: 85%;
    transform: translateX(-100%);
    transition: transform 0.6s ease-in-out;
    top: 3.2em;
    margin-left: 19em;
    min-height: 1800px;
  }

  .navbar-collapse.show {
    transform: translateX(0%);
  }
  .carousel-caption h5 {
    font-size: 2em;
  }
  .carousel-item img {
    height: 60vh;
  }
  .events_tabs {
    flex-wrap: wrap;
  }
  .carousel-caption p {
    font-size: 0.75em;
  }
  .carousel-caption {
    width: 100%;
    opacity: 0;
  }
  .carousel-item.active .carousel-caption {
    animation: sample 2.5s 1;
    opacity: 1;
  }
  .carousel-caption * {
    white-space: unset;
  }
  @keyframes sample {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .carousel-caption h5 {
    -webkit-text-stroke: 1px #e2fadb;
  }
  hr.border-light {
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-caption h5 {
    font-size: 1.45em;
  }
  .carousel-caption p {
    font-size: 0.7em;
  }
  .carousel-item img {
    height: 50vh;
  }
}
/****************************************/

.form-control {
  width: 100%;
}
.event-table {
  border-bottom: solid 1px #ccc;
}
.event-table td {
  font-size: 1.2em;
  font-weight: bold;
}
.host {
  font-size: 1em;
  font-weight: normal;
  color: #888;
}
.jp,
.ko,
.ok {
  font-weight: normal;
}
.jp {
  color: steelblue;
}
.ko {
  color: lightseagreen;
}
.ok {
  color: chocolate;
}

.filterable {
  margin-top: 15px;
}
.filterable .panel-heading .pull-right {
  margin-top: -20px;
}
.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
  color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333;
}

/*************************team page****************************/
.tricity_aboutus_heading {
  text-align: center;
  font-size: 12em;
  padding: 0.3em;
  color: #fff;
  background: #000;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #000;
}
.timeline > li .timeline-image h4,
.timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.rounded-circle {
  border-radius: 50% !important;
  aspect-ratio: 1;
  object-fit: cover;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}
.page-section {
  padding: 6rem 0;
}
section.tricity_aboutus {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .tricity_aboutus_heading {
    font-size: 6em;
    margin-top: 0.6em;
  }
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 48%;
    width: 150px;
    height: 150px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

/********************404 error page************************************/
span#digit1,
#digit2,
#digit3 {
  font-size: 5em;
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: white;
  animation: colorSlide 15s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;

  .text-center {
    text-align: center;
    h1,
    h3 {
      margin: 10px;
      cursor: default;

      .fade-in {
        animation: fadeIn 2s ease infinite;
      }
    }

    h1 {
      transition: font-size 200ms ease-in-out;
      border-bottom: 1px dashed white;
    }
  }
}

@keyframes colorSlide {
  0% {
    background-color: #152a68;
  }
  25% {
    background-color: royalblue;
  }
  50% {
    background-color: seagreen;
  }
  75% {
    background-color: tomato;
  }
  100% {
    background-color: #152a68;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/****************************modal form*************/
.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}
.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer; /* Added cursor pointer */
}
.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}
#multi-step-form {
  overflow-x: hidden;
}
textarea#exampleFormControlTextarea1, .form-control {
  font-size: 1.25rem;
  font-weight: 400;
  color: #212529;
  margin-bottom: 1em;
}
