@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.text-hero h1 {
  color: var(--color-white);
}
.text-hero p {
  color: var(--color-white);
  margin: 20px 0;
  font-size: 25px;
  width: 70%;
}

.text-hero h3 {
  font-size: 29px;
  color: var(--color-white);
}
.btn-download {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.btn-download a {
  width: 30%;
  max-width: 200px;
  border-radius: 10px;
  min-width: 190px;
  height: 65px;
  display: flex;
  text-align: start;
  align-items: center;
  color: var(--color-white);
  justify-content: space-between;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  padding: 15px 15px;
}
.btn-download a:hover img {
  animation: infinite;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-download a:hover {
  border-color: var(--color-white);
  background-color: transparent;
}
.btn-download a h4 {
  font-size: 26px;
  display: block;
  line-height: 26px;
}

.btn-download a span {
  font-size: 21px;
  display: block;
  line-height: 20px;
}

.img-sub-header {
  position: relative;
  height: 500px;
}
.img-sub-header {
  display: flex;
  gap: 10px;
}
.app-download a {
  display: inline-block;
  width: 30%;
}

.img-sub-header img {
  width: 35%;
  top: 0%;
  position: absolute;
  object-fit: contain;
  top: 28px;
}

.img-sub-header img:nth-of-type(1) {
  left: 0;
  right: -30%;
  margin: auto;
  object-position: right;
  top: 77px;
  animation: phone 3s linear infinite;
}
.img-sub-header img:last-of-type {
  right: 0;
  left: -30%;
  margin: auto;
  animation: phone2 3s linear infinite;
}

@keyframes phone {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px) rotate(-5deg);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes phone2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px) rotate(5deg);
  }
  100% {
    transform: translateY(0px);
  }
}

.img-sub-header {
  position: relative;
  z-index: 1;
}

.img-sub-header::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0.07;
  height: 100%;
  border-radius: 25px;
  top: 50%;
  background-image: radial-gradient(circle, #1d1f5a, #ffffff);
}
.header {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header::before {
  content: "";
  background-image: url(../images/bg.png);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: repeat;
  background-size: contain;
  display: block;
  background-position: 0;
  animation: bg 690s linear infinite;
  height: 30000px;
}

@keyframes bg {
  0% {
    background-position-y: 0;
    opacity: 0.4;
  }
  50% {
    background-position-y: -100%;
    opacity: 1;
  }
  100% {
    background-position-y: 0;
    opacity: 0.4;
  }
}

.title-center {
  text-align: center;
}
.title-center h2,
.title-start h2 {
  font-family: "semiBold";
  z-index: 1;
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--color-Primary1);
  padding: 20px;
}

.title-center h2::after,
.title-start h2::after {
  content: "";
  width: 65px;
  position: absolute;
  top: 0;
  z-index: -1;
  background-image: url(../images/logo1.png);
  right: 0;
  background-repeat: no-repeat;
  animation: infinite;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-position: center;
  height: 65px;
  opacity: 0.5 !important;
}
.sub-features {
  background-color: var(--color-white);
  height: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  border-radius: 20px;
  overflow: hidden;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s linear;

  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 60px 30px;
  box-shadow: 0 0 7px #00000023;
}
.sub-features:hover {
  transform: translateY(-25px);
}

.sub-features h2 {
  font-family: "semiBold";
  color: var(--color-Primary1);
  width: 100%;
}

.img-features {
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fbe9f1;
}

.sub-features::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  top: 0px;
  z-index: -1;
  right: 0px;
}

.sub-features::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  transform: scale(-1);
}

.img-aboutus {
  border-radius: 35px;
  position: relative;
  margin: auto;
  width: 90%;
  height: 440px;
  background-color: #fbe9f1;
}
.img-aboutus img {
  position: absolute;
  height: 80%;
  margin: auto;
  object-fit: contain;

  width: 36%;
}

.img-aboutus img:nth-of-type(1) {
  top: 65px;
  left: 0;
  right: -30% !important;
}
.img-aboutus {
  overflow: hidden;
  position: relative;
}

.img-aboutus::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 120px;
  background-image: url(../images/a1.png);
  left: 10px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  animation: infinite;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-position: center;
}
.img-aboutus::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 120px;
  background-image: url(../images/a2.png);
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  animation: infinite;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-position: center;
}
.img-aboutus img:nth-of-type(2) {
  right: 0;
  top: 40px;
  left: -30% !important;
}
.text-aboutus > h2 {
  font-size: 30px;
  color: var(--color-Primary1);
  margin-bottom: 35px;
  font-family: "semiBold";
}

.text-aboutus ul li {
  display: flex;
  align-items: start;
  position: relative;
  gap: 15px;
  padding-bottom: 20px;
  z-index: 1;
}
.text-aboutus ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  bottom: 0;
  border-right: 1px dashed var(--color-Primary3);
  right: calc(44px / 2);
  z-index: -1;
}
.number-aboutus {
  font-size: 37px;
  width: 45px;
  line-height: 0;
  height: 45px;
  background-color: var(--color-Primary2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 4px;

  color: var(--color-white);
}
.sub-text-aboutus h2 {
  color: var(--color-Primary1);
}

.sub-text-aboutus p {
  width: 95%;
}

.text-aboutus ul li:last-of-type:after {
  display: none;
}

.btn-play-video {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 50%;

  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  justify-content: center;
  background-color: var(--color-white);
}

.btn-play-video a {
  line-height: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--color-white);
  }

  80% {
    box-shadow: 0 0 0 14px var(--color-white);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 60px;
  left: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
  color: #fff;
}

.btn-play-video::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid var(--color-white);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  pointer-events: none;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.video-aboutus {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 550px;
}
.sub-text-aboutus {
  width: calc(100% - 55px);
}
.sub-text-aboutus p {
  width: 81%;
}

.video-aboutus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 415px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  gap: 50px;

  background-position: center;
  position: relative;
  z-index: 1;
}
.video-aboutus::after {
  content: "";
  position: absolute;
  background-color: var(--color-Primary1);
  opacity: 0.8;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.video-aboutus h2 {
  font-size: 40px;
  width: 100%;
  color: #fff;
}

.ask-aboutus {
  background-color: var(--color-Primary3);
}

.puls-que::before {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-Primary3);
  content: "";
  left: 20px;
  transform: translateY(-50%) rotate(90deg);
  margin: auto;
  top: 50%;
  transition: all 0.3s linear;
}

.puls-que::after {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-Primary3);
  content: "";
  left: 20px;
  margin: auto;
  top: 50%;
  transform: translateY(0%);
}

.text-ask-aboutus ul li {
  border-radius: 45px;
  margin: 15px 0;
}

.text-ask-aboutus ul li h2 {
  position: relative;
  cursor: pointer;
}

.text-ask-aboutus ul li.active .puls-que::before,
.text-ask-aboutus ul li.active .puls-que::after {
  background-color: var(--color-white);
}

.text-ask-aboutus ul li.active .puls-que::before {
  transform: translateY(-50%) rotate(0deg);
}

.text-ask-aboutus ul li.active h2 {
  color: var(--color-white);
  background-color: var(--color-Primary2);
}

.text-ask-aboutus ul li.active h2 img {
  filter: brightness(0) invert(1);
}

.text-ask-aboutus ul li.active {
  background-color: var(--color-white);
}

.text-ask-aboutus ul li h2 {
  padding: 20px;
  border-radius: 45px;
  user-select: none;
  font-size: 24px;
  transition: all 0.3s linear;
  background-color: var(--color-white);
}

.text-ask-aboutus ul {
  margin: 40px 0;
}

.text-ask-aboutus ul li p {
  padding: 25px;
  display: none;
}

.text-ask-aboutus ul li h2 img {
  width: 25px;
}

.text-ask-aboutus > h2 {
  font-family: "semiBold";
  font-size: 24px;
}

.text-ask-aboutus > p {
  margin: 15px 0;
}
.ask-home {
  background-color: #e6f7fe;
}

.img-ask-home {
  position: relative;
  z-index: 1;
}
.img-ask-home {
  position: relative;
  z-index: 1;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 25px;
}
.img-ask-home::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0.07;
  height: 100%;
  border-radius: 25px;
  top: 50%;
  background-image: radial-gradient(circle, #1d1f5a, #ffffff);
}

.img-ask-home img {
  width: 35%;
  top: 0%;
  position: absolute;
  object-fit: contain;
  top: 28px;
}

.img-ask-home img:nth-of-type(1) {
  left: 0;
  right: -30%;
  margin: auto;
  object-position: right;
  top: 77px;
  animation: phone 3s linear infinite;
}
.img-ask-home img:last-of-type {
  right: 0;
  left: -30%;
  margin: auto;
  animation: phone2 3s linear infinite;
}

.text-slider-client {
  width: 70%;
  margin: 25px auto;
  background-color: var(--color-white);
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 6px #00000023;
}
.sub-slider-client p {
  padding: 5% 5%;
  text-align: center;
  font-size: 26px;
  position: relative;
}




.sub-slider-client h2 {
  padding: 20px;
  text-align: center;
  color: var(--color-Primary2);
  background-color: #e6f7fe;
}

.img-success-stories {
  position: relative;
  text-align: center;
}
.img-success-stories::after {
  width: 150px;
  content: "";
  background-image: url(../images/user2.png);
  height: 60px;
  display: flex;
  background-position: center;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: -1;
}

.img-success-stories img {
  width: 75px !important;
  height: 75px;
  margin: 10px auto;

  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #fff;
  box-shadow: 0 4px 5px #0000002b;
}

.owl-nav {
  position: absolute;
  display: flex;
  top: 40%;
  width: 80%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  left: 50%;
  margin: auto;
  margin: 0 !important;
}
.owl-nav button:hover {
  background-color: transparent !important;
}
.owl-nav button span {
  color: transparent;
  width: 45px;
  height: 45px;
  background-color: var(--color-Primary3);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  transition: all 0.3s linear;
}
.owl-nav button span:hover {
  background-color: var(--color-Primary2);
}

.owl-nav button span::after {
  content: "";
  width: 40%;
  height: 40%;
  background-image: url(../images/arrow.png);
  z-index: -1;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}
button.owl-prev {
  transform: scaleX(-1);
}
.counter-home {
  background-color: #e6f7fe;
}
.sub-counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.img-counter-index {
  width: 90px;
  height: 90px;
  background-color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-counter-index img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.text-counter-number {
  width: calc(100% - 105px);
  font-size: 40px;
}

.text-counter-number i {
  line-height: 0;
  display: inline-block;
  font-size: 35px;
  vertical-align: middle;
}
.counter {
  font-family: "font_bold";
  margin: 0 -10px;
}

.text-counter-number p {
  margin-top: -10px;
}

.sub-counter-box {
  display: flex;
  align-items: self-start;
  justify-content: center;
  gap: 10px;
}

/* ////////// contactus /////////////////// */

.header__info {
  text-align: center;
  color: #fff;
  height: 200px;
}

.header__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}

.header__navigation a {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
}

.header__navigation a:hover {
  color: var(--color-Primary3);
}

.header__navigation a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/logo1.png);
  top: -20px;
  left: -10px;
  opacity: 0;
  background-size: contain;
}

.header__navigation a:hover::before {
  opacity: 1;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header__navigation p {
  color: #fff;
  font-size: 20px;
}

.header__navigation .img-heart {
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 170px;
  animation: swing 3s infinite;
  left: 50%;
  bottom: 0;
}

.header__navigation .img-heart img {
  width: 100%;
  height: 100%;
}

.contactus__info {
  padding: 100px 0;
}

.form__header {
  color: var(--color-Primary1);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.contactus__info form input {
  width: 100%;
  height: 65px;
  padding: 10px;
  border-radius: 5px;
  font-size: 24px;
  background-color: var(--color-Primary5);
  transition: 0.5s;
  border: 2px solid var(--color-Primary5);
  display: block;
  margin: 10px 0;
  color: var(--color-gray);
}

.contactus__info form textarea {
  width: 100%;
  height: 190px;
  padding: 10px;
  border-radius: 5px;
  font-size: 24px;
  background-color: var(--color-Primary5);
  transition: 0.5s;
  border: 2px solid var(--color-Primary5);
  margin: 10px 0;
  color: var(--color-gray);
}

.contactus__info form input:focus {
  background-color: transparent;
}

.contactus__info form textarea:focus {
  background-color: transparent;
}

.contactus__info form .custom__inp {
  display: flex;
  gap: 10px;
}

.contactus__info form input[type="submit"] {
  background-color: var(--color-Primary1);
  color: #fff;
  cursor: pointer;
  margin-top: 50px;
}

.contactus__info form input[type="submit"]:hover {
  background-color: var(--color-Primary3);
  color: #fff;
}

.contactus__info form input[type="submit"]:focus {
  background-color: var(--color-Primary3);
  color: #fff;
}

.contact__info__card {
  width: 100%;
  position: relative;
  box-shadow: 0 0 5px var(--color-gray);
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.contact__info__card::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  background-image: url("../images/info_brfore.png");
  width: 130px;
  height: 170px;
  background-size: cover;
}

.contact__info__card::after {
  content: "";
  position: absolute;
  bottom: -67px;
  left: -47px;
  background-image: url("../images/info_after.png");
  width: 212px;
  height: 142px;
  background-size: contain;
  transform: rotate(2deg);
  background-repeat: no-repeat;
}
.contact__info__card h3 {
  color: var(--color-Primary1);
  margin-top: 80px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact__info__card p {
  color: var(--color-gray);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact__info__item {
  display: flex !important;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.contact__info__item .icon {
  background-color: var(--color-Primary3);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 17px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__info__item .icon:hover {
  background-color: var(--color-Primary1);
}

.contact__info__item .icon:hover img {
  animation: rubberBand infinite 1s;
}

.contact__info__item .icon img {
  width: 100%;
  height: 100%;
}

.contact__info__item p {
  color: var(--color-gray);
  font-size: 30px;
  margin: 0;
}
.contact__info__item:hover p {
  color: var(--color-Primary1);
}

.contact__info__item:hover .icon {
  background-color: var(--color-Primary1);
}

.contact__info__item:hover .icon img {
  animation: rubberBand infinite 1s;
}

#map {
  width: 100%;
  height: 500px;
}

.gooogle__map {
  margin: 100px 0;
}

.register__info {
  background-color: var(--color-Primary1);
  position: relative;
  overflow: hidden;
}

.register__info .owl-carousel {
  display: block !important;
}

.registeration {
  min-height: 100vh;
}

.registeration .row {
  min-height: 100vh;
}

.form__rgister {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  
}

.form__rgister form{
  width: 400px;
} 

.form__rgister .logo {
  width: 130px;
  height: 110px;
  margin-bottom: 30px;
}

.form__rgister .logo img {
  width: 100%;
  height: 100%;
}

.form__rgister h3 {
  color: var(--color-Primary1);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form__rgister .input {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}

.form__rgister .input .select2-container--default .select2-selection--single{
  height: 60px;
  align-content: center;
  border: 1px solid #e4e4e4;
}

.form__rgister .input .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}

.select2-search--dropdown .select2-search__field {
  direction: rtl;
}

.form__rgister .input .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--color-gray) !important;
}
.form__rgister .input .img {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form__rgister .input .img img {
  width: 100%;
  height: 100%;
}

.form__rgister input {
  display: block;
  width: 400px;
  height: 60px;
  color: var(--color-gray);
  font-size: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px;
}

.form__rgister input[type="date"]{
  text-align: right;
}

.form__rgister .input span {
  color: var(--color-Primary1);
  display: block;
  margin-top: 0px;
}

.checked__item {
  display: flex;
  align-items: center;
}

.checked__item span {
  color: var(--color-Primary3);
  cursor: pointer;
}

.checked__item .img {
  width: 17px;
  height: 17px;
}

.checked__item .img img {
  width: 100%;
  height: 100%;
}

.checked__item p {
  margin-top: 10px;
  margin-right: 10px;
}

.register__info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.item-img-sub-header {
  display: flex;
  position: relative;
  border-radius: 30px;
  padding: 20px;
  justify-content: center;
}

.item-img-sub-header::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0.07;
  height: 100%;
  border-radius: 25px;
  top: 50%;
  background-image: radial-gradient(circle, #1d1f5a, #ffffff);
}

.item-img-sub-header img {
  width: 200px !important;
  height: 400px;
  animation: phone 3s linear infinite;
}

.item-img-sub-header img:last-of-type {
  animation: phone2 3s linear infinite;
}

.decs_info_reg {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.register__info .owl-dots {
  display: flex !important;
  position: absolute;
  bottom: -10px; /* Adjust this value as needed */
  justify-content: center;
  z-index: 99999999;
  width: 100%;
  left: 0;
  height: 20px;
}

.register__info .owl-dots .owl-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: var(--color-gray) !important;
  margin: 0 3px;
  transform: 0.3s;
}

.register__info .owl-carousel .item {
  padding: 20px;
}

.register__info .owl-dots .owl-dot.active {
  width: 40px !important;
  background-color: var(--color-Primary2) !important;
  border-radius: 10px;
}

.next__page {
  background-color: var(--color-Primary1);
  color: #fff !important;
  cursor: pointer;
  width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 20px 0;
  border: 2px solid var(--color-Primary1);
}

.form__rgister input[type="submit"] {
  color: #fff !important;
  margin-top: 100px;
  background-color: var(--color-Primary1);
  transition: 0.4s;
  padding: 0;
}

.form__rgister input[type="submit"]:hover {
  color: var(--color-Primary1) !important;
  background-color: transparent;
}

.next__page:hover {
  background-color: transparent;
  color: var(--color-Primary1) !important;
}

.have__account {
  font-size: 18px;
  color: var(--color-gray);
  text-align: center;
}

.have__account a {
  color: var(--color-Primary3);
}

.register__info::after {
  content: "";
  background-image: url(../images/bg.png);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-repeat: repeat;
  background-size: contain;
  display: block;
  background-position: 0;
  animation: bg 690s linear infinite;
  height: 30000px;
}

.form__rgister::after {
  content: "";
  background-image: url(../images/bg-register.png);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: repeat;
  background-size: contain;
  display: block;
  background-position: 0;
  animation: bg 690s linear infinite;
  height: 30000px;
}

.btn-close {
  position: absolute;
  left: 20px;
  top: 20px;
  border: 2px solid var(--color-gray);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.modal__logo {
  width: 100px;
  height: 90px;
  margin: auto;
  margin-top: -50px;
}

.modal-header {
  border: none;
}

.modal__logo img {
  width: 100%;
  height: 100%;
}

.modal-content {
  padding: 30px;
}

.modal-content h2 {
  margin: 20px 0;
  color: var(--color-Primary1);
  font-size: 20px;
}

.modal-content p {
  font-size: 16px;
}

.modal-content ul li {
  font-size: 16px;
  margin: 15px 0;
}

.modal-content ul li span {
  color: var(--color-Primary2);
}

.modal-content {
  margin: auto;
}

.modal__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.modal__btn {
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid var(--color-Primary1);
  color: #fff;
  cursor: pointer;
  background-color: var(--color-Primary1);
  transition: 0.3s;
}

.modal__btn:nth-child(2) {
  background-color: var(--color-Primary3);
  border-color: var(--color-Primary3);
}

.modal__btn:hover {
  background-color: transparent;
  color: var(--color-Primary1);
}

.modal__btn:nth-child(2):hover {
  color: var(--color-Primary3);
}

.register__progress {
  position: relative;
  width: 220px;
  height: 12px;
  border-radius: 10px;
  background-color: #83d9fb7d;
}

.register__progress::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-Primary2);
  height: 100%;
  width: 10%;
  border-radius: 10px;
}

.register__progress.info::before {
  width: 20%;
}

.register__progress.health::before {
  width: 30% !important;
}

.register__progress.religeion::before {
  width: 40% !important;
}

.register__progress.study::before {
  width: 50% !important;
}

.register__progress.personal::before {
  width: 60% !important;
}

.register__progress.add-photos::before {
  width: 70% !important;
}

.register__progress.add-hopies::before {
  width: 80% !important;
}

.register__progress.ed-finall::before {
  width: 90% !important;
}

.register__progress.finall::before {
  width: 100% !important;
}

.progress__info {
  color: var(--color-gray);
  font-size: 14px;
  margin-top: 20px;
}

.get__gender {
  margin-top: 30px;
}

.genderChosen{
  border: 3px solid var(--color-Primary1) ;
}

.get__gender__imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.img__cotainer {
  width: 200px;
  height: 200px;
  background-color: var(--color-Primary3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  cursor: pointer;
  
}

.img__cotainer:nth-child(2) {
  background-color: var(--color-Primary2);
}

.img__cotainer img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.img__cotainer p {
  color: var(--color-Primary1);
  font-weight: 700;
}

.next__page.gender {
  margin-top: 100px;
}

select {
  position: relative;
  appearance: none !important; /* Hide the default arrow */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  display: block;
  width: 400px;
  height: 60px;
  color: var(--color-gray) !important;
  font-size: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.input .icon {
  position: absolute;
  left: 20px;
  top: 20px;
}

.basic__info {
  font-size: 24px;
  color: var(--color-Primary1);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.personality__quiz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 400px;
  flex-wrap: wrap;
}

.personality__quiz p {
  color: var(--color-Primary1);
  font-size: 17px;
}

.personality__quiz a {
  color: var(--color-Primary3);
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 4px;


}

.personal-texarea {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background-color: transparent;
  height: 140px;
}

.add__photos__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 400px;
  flex-wrap: wrap;
}

.add__photos__container .add__photo {
  width: calc(100% / 2 - 10px);
  height: 180px;
  cursor: pointer;
  position: relative;
}

.add__photos__container .add__photo input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.add__photos__container .add__photo label {
  width: 100%;
  height: 100%;
}

.add__photos__container .add__photo label img {
  width: 100%;
  height: 100%;
}

.all__hopies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}

.all__hopies .hoppy {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px;
  background-color: #fff5fa;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #fff5fa;
  transition: 0.3s;
}

.all__hopies .hoppy .img {
  width: 30px;
  height: 30px;
}

.all__hopies .hoppy img {
  width: 100%;
  height: 100%;
}

.all__hopies .hoppy p {
  font-size: 20px;
  color: var(--color-Primary1);
}

.all__hopies .hoppy:hover {
  background-color: transparent;
  border-color: var(--color-Primary2);
}

.all__hopies .hoppy.selected {
  background-color: transparent;
  border-color: var(--color-Primary2);
}

.end__images__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.end__images__container .pallon {
  position: absolute;
  z-index: -1;
  top: -150px;
  left: -49px;
}

.form__rgister h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  width: 400px;
  color: var(--color-Primary1);
}

.form__rgister h5 span {
  color: var(--color-Primary3);
}

.forgot__pass {
  display: block;
  margin-bottom: 100px;
  color: var(--color-Primary3);
}

.text_desc_email {
  color: var(--color-Primary1);
  margin-bottom: 10px;
  margin-top: 40px;
}

.text_desc_email.confirm {
  text-align: center;
}

.input-check-code {
  display: flex;
  gap: 10px;
  justify-content: center;
  direction: ltr;
}

.input-check-code input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  width: 70px;
  height: 70px;
}

.input-check-code input:focus {
  border-color: var(--color-Primary3);
}

.top-par .main-container .btns-nav .icon {
  width: 45px !important;
  height: 45px !important;
  background-color: var(--color-Primary2) !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  cursor: pointer !important;
  transition: 0.4s !important;
  padding: 0 !important;
}

.btns-nav .icon:nth-child(1) {
  background-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 18px;
}

.btns-nav .icon:nth-child(2) {
  background-color: var(--color-Primary3);
}

.btns-nav .icon:nth-child(2):hover i {
  animation: rubberBand 1s infinite;
}

.btns-nav .icon:nth-child(3):hover i {
  animation: rubberBand 1s infinite;
}

.user__menu {
  position: absolute;
  top: 95px;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  left: 55px;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s;
}

.user__menu.active {
  opacity: 1;
}

.user__menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 145px;
  border: 16px solid #fff;
  transform: rotate(45deg);
  z-index: -4;
  background: transparent;
}

.user__menu a {
  border-bottom: 1px dashed var(--color-Primary1);
  padding-bottom: 5px;
  color: var(--color-Primary1) !important;
  cursor: pointer;
}

.guest__profile {
  padding-top: 50px;
  padding-bottom: 50px;
}

#guest__carousell {
  direction: ltr;
}

.guest__card .owl-carousel .owl-item img {
  width: 100%;
  height: 300px !important;
  object-fit: contain;
}

.guest__card .owl-carousel .owl-item {
  padding: 10px;
}

.guest__card .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guest__card .owl-dots {
  display: flex !important;
  position: absolute;
  bottom: 20px;
  justify-content: center;
  z-index: 99999999;
  width: 100%;
  left: 0;
  height: 20px;
}

.guest__card .owl-dots .owl-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: var(--color-gray) !important;
  margin: 0 3px;
  transform: 0.3s;
}

.register__info .owl-carousel .item {
  padding: 20px;
}

.guest__card {
  box-shadow: 0 4px 28px #0000002d;
  padding: 20px;
  margin-bottom: 20px;
}

.guest__card .owl-dots .owl-dot.active {
  width: 40px !important;
  background-color: var(--color-Primary2) !important;
  border-radius: 10px;
}

.guest__card .owl-carousel .item {
  padding: 0 10px;
}

.guest__name {
  color: var(--color-Primary1);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.guest__info {
  display: flex;
  align-items: center;
}

.guest__info .location {
  display: flex;
  align-items: center;
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}

.guest__info .location::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: var(--color-gray);
}

.guest__info .location img {
  width: 25px;
  height: 25px;
}

.guest__info .age {
  font-size: 24px;
  color: var(--color-gray);
}

.ratio {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.match__ratio {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: conic-gradient(#ea7fac 3.4deg, #f3f3f3 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress__ratio {
  position: relative;
  color: var(--color-Primary1);
  font-size: 18px;
}

.match__ratio::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}

.ratio .ratio__text h3 {
  color: var(--color-Primary1);
  font-size: 30px;
  font-weight: 400;
}

.ratio .ratio__text p {
  font-size: 18px;
}

.header__card {
  color: var(--color-Primary3);
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px dashed var(--color-gray);
  padding-bottom: 10px;
}

.text__guest__card {
  border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 28px #0000002d;
  padding: 20px;
  margin-bottom: 20px;
}

.text__guest__card__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.text__guest__card__item h3 {
  color: var(--color-Primary1);
  font-weight: 500;
  font-size: 27px;
}

.card__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 20px auto;
  padding: 5px 15px;
  border-radius: 50px;
  box-shadow: 0 4px 28px #0000002d;
  gap: 10px;
}

.card__icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-Primary2);
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__icons .icon:nth-child(2) {
  background-color: var(--color-Primary1);
}

.card__icons .icon:nth-child(3) {
  background-color: var(--color-Primary3);
}

.card__icons .icon:hover img {
  animation: rubberBand 1s infinite;
}

.card__icons .icon img {
  width: 100%;
  height: 100%;
}

.text__guest__card .all__hopies .hoppy {
  background-color: #e6f7fe;
}

section.bouquets {
  padding-top: 100px;
  margin-bottom: 100px;
}

section.bouquets h2 {
  text-align: center;
  color: var(--color-Primary1);
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

section.bouquets h2::before {
  content: "";
  width: 65px;
  position: absolute;
  z-index: -1;
  background-image: url(../images/logo1.png);
  right: -20px;
  background-repeat: no-repeat;
  animation: infinite;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-position: center;
  height: 65px;
  opacity: 0.5 !important;
  top: -15px;
}

.bouquets__card {
  background-color: #fff;
  box-shadow: 0 4px 28px #0000002d;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
  margin-bottom: 50px;
}

.bouquets__card:hover {
  border-color: var(--color-Primary3);
  transform: translateY(-20px);
}

.bouquets_card_header {
  background-color: #ea7fac38;
  color: var(--color-Primary3);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.bouquets_card_header .number {
  color: var(--color-Primary2);
  font-style: italic;
  font-size: 70px;
}

.bouquets_card_header__text h4 {
  font-size: 26px;
  font-weight: 500;
}

.bouquets_card_header__text h5 {
  margin-top: 5px;
  font-size: 20px;
}

.bouquets_card__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  gap: 10px;
  margin-bottom: 20px;
}

.common__questions h2.header__title {
  text-align: center;
  color: var(--color-Primary1);
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 600;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.common__questions h2.header__title::before {
  content: "";
  width: 65px;
  position: absolute;
  top: 0;
  z-index: -1;
  background-image: url(../images/logo1.png);
  right: -20px;
  background-repeat: no-repeat;
  animation: infinite;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-position: center;
  height: 65px;
  opacity: 0.5 !important;
  top: -15px;
}

.common__questions ul li h2 {
  box-shadow: 0 4px 20px #0000002d;
}

.common__questions ul li h2 {
  border-radius: 10px;
  color: var(--color-Primary1);
}

.common__questions ul li .puls-que {
  background: var(--color-Primary3);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 10px;
  border-radius: 50%;
}

.common__questions ul li .puls-que::before {
  background-color: #fff;
  left: 12px;
}

.common__questions ul li .puls-que::after {
  background-color: #fff;
  left: 12px;
}

.text-ask-aboutus ul li.active h2 {
  background-color: #fff;
  color: var(--color-Primary1);
}

.text-ask-aboutus ul li p {
  background-color: #fff;
}

.search__card {
  margin-bottom: 50px;
}

.search__card select {
  width: 100%;
}

.search__card label {
  color: var(--color-Primary1);
  font-size: 20px;
  font-family: "font_medium";
}

section.search {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.search .selecte__item {
  position: relative;
}

.search__item {
  margin-bottom: 20px;
}

section.search .selecte__item .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--color-gray);
}

.search__reults {
  color: var(--color-Primary1);
  font-size: 24px;
  font-family: "font_medium";
}

.dash__clo {
  display: flex;
  align-items: center;
  font-size: 50px;
  justify-content: center;
  color: var(--color-gray);
}

.search_btn {
  background-color: var(--color-Primary3);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-Primary3);
  transition: 0.4s;
  font-size: 25px;
}

.search_btn:hover {
  background-color: transparent;
  color: var(--color-Primary1);
}

.search_btn.delete {
  background-color: transparent;
  border-color: var(--color-gray);
  color: var(--color-Primary1);
}

.search_btn.delete:hover {
  background-color: var(--color-Primary1);
  color: #fff;
  border-color: var(--color-Primary1);
}

.logout__close {
  right: 20px;
  left: auto;
}

.modal__logout {
  width: 190px;
  height: 280px;
  margin: auto;
}

.modal__logout img {
  width: 100%;
  height: 100%;
}

.logout__title {
  text-align: center;
  color: var(--color-Primary1);
  margin: 20px 0;
  font-size: 28px;
  font-family: "semiBold";
}

.logout__desc {
  text-align: center;
  font-size: 16px;
  font-family: "font_medium";
}

.btns__logout {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.btns__logout .btn__logout {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: "font_medium";
  background-color: var(--color-Primary2);
  border: 1px solid var(--color-Primary2);
  transition: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}

.btns__logout .btn__logout:hover {
  background-color: transparent;
  color: var(--color-Primary2);
}

.btns__logout .btn__logout:nth-child(2) {
  background-color: var(--color-Primary3);
  border: 1px solid var(--color-Primary3);
}

.btns__logout .btn__logout:nth-child(2):hover {
  background-color: transparent;
  color: var(--color-Primary3);
}

section.chat {
  padding-top: 50px;
  padding-bottom: 50px;
}

#chat__carousel {
  direction: ltr;
}


#chat__carousel .owl-item.cloned  {
  display: flex ;
  /* justify-content: center; */
}

#chat__carousel .item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_active {
  position: relative;
  width: 50px;
  height: 50px;
}

.img_active img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.img_active span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #66f143;
  right: 3px;
  bottom: 3px;
}

.chat__active h3 {
  font-size: 24px;
  color: var(--color-Primary1);
  font-family: "font_medium";
  margin-bottom: 20px;
}

.active__name {
  text-align: center;
  color: var(--color-Primary1);
}

.chat__search__people {
  border: 1px solid #ebebeb;
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px;
}

.chat__search__people__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.text__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.text__header p {
  font-size: 24px;
  color: var(--color-Primary1);
  font-family: "font_medium";
}

.chat__search__people__header h5 {
  font-size: 18px;
  color: var(--color-Primary3);
}

.text__header img {
  width: 30px;
  height: 30px;
}

.people__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.people__info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.people__info h4 {
  color: var(--color-Primary1);
  font-size: 16px;
  font-family: "font_medium";
}

.people__info__text p {
  font-family: "font_medium";
  font-size: 14px;
  margin-top: -10px;
}

.send__time {
  color: var(--color-Primary3);
  font-size: 20px;
  direction: ltr;
}

.message__count {
  width: 20px;
  height: 20px;
  background: #27ae60;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin: auto;
}

.message__content {
  border: 1px solid #eeeeee;
  border-radius: 18px;
  overflow: hidden;
}

.message__content__header {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.message__content__header h4 {
  color: var(--color-Primary1);
  font-size: 20px;
  font-family: "font_medium";
}

.message__body .all__messages {
  background-color: #d3d3d333;
  padding: 20px;
  height: 500px;
  overflow-y: auto;
  position: relative;  
}


.message__body .all__messages{
  overflow-y: scroll; 
  scrollbar-width: none;  
}

.message__body .all__messages::-webkit-scrollbar {
  display: none;  
}

.message__send {
  margin-bottom: 10px;
}

.message__send p {
  width: fit-content;
  max-width: 300px;
  background-color: #fff;
  color: var(--color-Primary3);
  padding: 10px 20px;
  border-radius: 30px 30px 0 30px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  word-wrap: break-word; 
  overflow-wrap: break-word;
}

.message__recieve{
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 20px;
}

.message__recieve p {
  width: fit-content;
  max-width: 300px;
  background-color: #E3F7FF;
  color:  var(--color-Primary1);
  padding: 10px 20px;
  border-radius: 30px 30px 30px 0px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  word-wrap: break-word; 
  overflow-wrap: break-word;
}

.write__message{
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f1f1f133;
}

.mike__img{
  width: 55px;
  height: 55px;
  background-color: var(--color-Primary3);
  border-radius: 50%;
  padding: 13px 16px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.mike__img:hover{
  background-color: var(--color-Primary1);
}

.mike__img img{
  width: 100%;
   height: 100%;
}

.write__message .input{
  flex: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 55px;
  border-radius: 30px;
  padding: 0 10px;
  overflow: hidden;
}

.write__message .input input{
  flex:1;
  height: 100%;
  border: none;
  color: var(--color-gray);
  font-size: 20px;
}

.send__img{
  cursor: pointer;
}

.mike__img.active::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid var(--color-Primary3);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1s;
  pointer-events: none;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.waveform{
  width: 200px;
  height: 28px;
}

.voice__Message{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 30px 30px 0px 30px;
  padding: 10px 20px;
  width: fit-content;
}

.play-btn{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF8FB;
  cursor: pointer;
  color: var(--color-Primary3)
}

.checked__item input{
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

.input input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="password"]::-webkit-textfield-decoration-container {
  display: none;
}
html{
  scroll-behavior: smooth;
}

 .hero,
.header__info {
  background-color: var(--color-Primary1);
}

.hero,
.header__info{
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero::before,
.header__info::before {
  content: "";
  background-image: url(../images/bg.png);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: repeat;
  background-size: contain;
  display: block;
  background-position: 0;
  animation: bg 690s linear infinite;
  height: 30000px;
}


.img__cotainer.selected {
  border: 2px solid var(--color-Primary1); /* Customize border as desired */
}

.error_msg{
  color: red;
  font-size:18px; 
  margin-top: 5px;
}
