.body {
  overflow-x: hidden;
}

* {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

.nav_bg {
  background-color: #f46507;
  padding: 15px;
}

.vertical_line {
  margin-top: -5px;
}

.icons {
  gap: 10px;
  display: flex;
  justify-content: end;
}

.logo1 {
  margin-top: -48px;
}

.container1 {
  max-width: 83% !important;
  margin-left: auto;
  margin-right: auto;
}

.infozabeventsdubai {
  color: #fff !important;
  font-family: "Red Hat Text";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  text-decoration: none !important;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .email_container {
    min-width: fit-content;
    text-align: end !important;
  }

  .social_container {
    max-width: fit-content;
    margin-left: auto;
  }
}

.navbar {
  text-transform: uppercase;
  background-color: #000;
}

.navbar-nav {
  padding: 10px;
}

.navbar-nav a {
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  font-family: "Red Hat Text";
}

.above_login_txt {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  margin-left: auto;
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.65rem;
  padding-left: 0.65rem;
}

.above_login_icon {
  display: none;
}

.nav-item {
  color: #ffffff !important;
}

.nav-item .dropdown-toggle {
  color: #ffffff !important;
}

.dropdown-item {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  /* line-height: 20px; */
  letter-spacing: 0.05em;
  text-align: left;
}

.dropdown-border {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px !important;
}

.login-link {
  color: #f46507;
}

/* Add these styles to your existing CSS or in a separate file */
.mega-menu {
  position: relative !important;
}

.mega-menu-content {
  width: 100%;
  padding: 0px;
  column-count: 2;
  margin-top: 8px;
  padding-top: 20px;
}

.mega-menu-content1 {
  column-count: 1;
  width: 100%;
}

.dropdown-item {
  display: block;
  /* margin-bottom: 10px;  */
  font-family: "Rubik" !important;
  font-size: 15px !important;
  font-weight: 100px !important;
  /* line-height: 20px; */
  letter-spacing: 0.05em;
  text-align: left;
}

.Home_bg {
  background-image: url(images/home_bg.png);
  background-size: cover !important;
  background-repeat: no-repeat;
}

.blur_bg {
  background-image: url(images/blur_bg.png);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: top;
}

.Zab_Events_Talents {
  color: #ff6601;
  font-family: "Roboto Flex";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-top: 25rem;
  padding-top: 6rem;
}

.Inspiring_Events {
  color: #000;
  font-family: Rubik;
  font-size: 60px;
  font-style: normal;
  font-weight: 510;
  line-height: 65px;
  /* 108.333% */
  letter-spacing: 3px;
  margin-top: 4px;
  margin-bottom: 15px;
}

.Elevate_Your_Events {
  color: #000;
  font-family: "Red Hat Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 14px;
}

.Say_Hello {
  background-color: #f46507;
  padding: 7px 32px !important;
  /* color: #FFF !important;   */
  color: #fff;
  margin-bottom: 80px !important;
  font-size: 19px;
  display: inline-block;
  border-radius: 5px;
  background-color: var(--background-color);
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  --background-color: #f46507;
  --accent-color: #fff;
}

/* .Say_Hello:hover{
    color:#000;
    background-color: #d06721;
    transition: 1s;
    text-decoration: none;
  } */

.trusted_partner {
  color: #fff;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background-color: #000;
  padding: 12px;
}

/* .btn-say-hello{
        background-color: var(--background-color);
        border: none;
        outline: none;
        position: relative;
        cursor: pointer;
        --background-color: #F46507;
        --accent-color: #fff;
    } */
.Say_Hello.btn-background-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--accent-color);
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}

.Say_Hello.btn-background-slide:hover::before,
.Say_Hello.btn-background-slide:focus::before {
  transform: scaleX(1);
  color: #f46507;
}

.Say_Hello.btn-background-slide {
  z-index: 1;
}

.Say_Hello.btn-background-slide:hover {
  color: #f46507;
  border: 1px solid #f46507;
}

/* *********************************2nd page-EVENT TALENTS CLASSES START*******************************/
.slick-slider .element {
  height: 100px;
  width: 100px;
  background: #ececec;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.event_talents_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0 1.5rem 0;
}

.zab_events_and_talents {
  color: #e4e4e4;
  text-align: left;
  font-family: "Roboto Flex";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.ViewMore_bttn {
  text-align: right;
}

.view_less_bttn {
  border: 2px solid #f46507 !important;
  color: #f46507 !important;
  background-color: white;
  text-align: center !important;
  padding: 6px 29px !important;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 5px;
  margin-right: 0.65rem;
  user-select: none;
}

.event_over {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f46507;
  font-family: "Roboto Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

#eventContainer {
  margin-bottom: 6rem;
}

/***************************************Event Images**************************************************/
.view_more_event_img {
  display: none;
}

.event_img_row {
  margin-bottom: 125px;
}

.image-container {
  position: relative;
}

.event_img_size {
  flex: 0 0 27.866667%;
  max-width: 19.966667%;
}

.image-container .event_img {
  border-radius: 20px;
}

.image-text {
  position: absolute;
  bottom: 5%;
  left: 10%;
  color: white;
  font-family: "Roboto Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 125px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.arrow-up-right_bttn {
  /* display: flex;
    justify-content: right;
    margin-top: -3.5rem; */
  background-color: red;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px;
}

.arrow-up-right {
  background-color: #f46507;
  padding: 15.5px 15.5px !important;
  color: #fff !important;
  font-size: 23px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none !important;
}

/* ******************************************Freelancer************************************************/
/* ****************************************************************************************************/

.iam_freelancer_txt {
  margin-top: 25px;
  color: #f46507;
  font-family: Rubik;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 57.5% */
}

.join_us_txt {
  margin-top: 15px;
  margin-bottom: 70px;
  color: #000;
  text-decoration: none;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.36px;
}

.join_us_txt:hover {
  color: #000;
}

.numbers_bg {
  background-color: #f46507;
  margin-bottom: 95px;
  border-top: 15px solid black !important;
  border-bottom: 15px solid black !important;
  justify-content: center;
}

.counts_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2.5rem 5%;
}

.your_destination_text {
  margin-left: 1rem;
  font-family: Roboto Flex;
  /* font-size: 38px; */
  font-size: 2.85vw;
  line-height: 2.85vw;
  font-weight: 600;
  color: #ffffff;
}

.counts_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.thousand {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  /* font-size: 65px; */
  font-size: 4.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.5vw;
  min-width: 19vw;
  border-right: 2px solid #f5c9a0;
}

.thousand:last-child {
  border: none;
  min-width: 14vw;
}

.plus sup {
  font-weight: 300;
}

.Job_Created {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-size: 1.85vw;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  /* 95.833% */
}

.Vector {
}

/**************************************testimonials_row_CLASSES****************************************/

.testimonials_row {
  margin-bottom: 80px !important;
}

.testimonials_events {
  color: #e4e4e4;
  font-family: "Roboto Flex";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials {
  margin-top: 10px !important;
  position: absolute;
  color: #f46507;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.testimonials_txt {
  color: #000;
  font-family: "Roboto Flex";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
  /* 117.5% */
}

/* ************************************slick slider****************************************************/
/* ************************************************************************************************** */

.card-text {
  color: #333232;
  font-family: "Red Hat Text";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 6.5rem;
}

.customer_name {
  color: #000;
  text-align: left;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 10px;
}

.testimonial-slide {
  padding: 20px;
}

.testimonial_box-top {
  padding: 20px 25px 0 25px;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 29.5rem;
}

.testimonial_box-icon {
  color: #ffb400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-arrow {
  position: relative;
  /* Keep this relative to allow absolute positioning within it */
}

.custom-arrows-row {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.custom-prev-arrow,
.custom-next-arrow {
  cursor: pointer;
  margin: 0 10px;
  /* Adjust margin as needed */
}

.custom-prev-arrow i,
.custom-next-arrow i {
  font-size: 30px;
  /* Adjust font size as needed */
}

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

/************************************** We Can Help With***********************************************/
/* ****************************************************************************************************/
.slick-initialized .slick-slide {
  padding: 8px 10px;
}

.We_Can_Help_With {
  color: #000;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  /* 30% */
  margin-bottom: 50px;
  margin-top: 7rem !important;
}

/* .carousel{
    padding: 10px;
} */

.slick-prev,
.slick-next {
  background: #000;
  border-radius: 15px;
}

.wrapper .slick-slider {
  margin-bottom: 0px !important;
  height: 691px;
}

.card {
  border: none;
}

.card-header {
  background: none;
  border: none;
}

.card-title {
  color: #000000;
  font-family: "Roboto Flex";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.card-sub-title {
  color: #505050;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.4px;
}

.card-content {
  text-align: left;
}

.card-text {
  color: #525252;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
}

.We_Can_Help_With_img {
  background: none;
  border-radius: 5px;
}

.Book_your_Staff {
  padding: 10px 18px;
  background-color: #f46507;
  color: #fff !important;
  text-align: center;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 50px;
  border-radius: 5px;
  text-decoration: none !important;
}

.custom-right-arrow {
  text-align: right;
  font-size: 35px;
  color: #d7d5d5;
  right: -40px;
  margin-top: -24rem;
  position: absolute;
}

.custom-left-arrow {
  text-align: left;
  font-size: 35px;
  position: absolute;
  left: -37px;
  bottom: 51%;
  color: #d7d5d5;
}

/* ***********************************Gallery******************************************************** */
/* ************************************************************************************************** */
.view_bttn {
  border: 2px solid #f46507 !important;
  color: #f46507 !important;
  text-align: center !important;
  padding: 6px 29px !important;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 5px;
}

.gallery_row {
  margin-top: 100px !important;
  margin-bottom: 25px;
}

.gallery_zab_events_and_talents {
  color: #e4e4e4;
  text-align: left;
  font-family: "Roboto Flex";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery {
  margin-top: 15px !important;
  position: absolute;
  color: #f46507;
  padding-left: 15px;
  font-family: "Roboto Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.gallery_image_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2%;
}

.gallery_image_container {
  width: 66%;
}

.gallery_image_row {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.gallery_image_column {
  width: 34%;
}

.gallery_image_card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.gallery_image_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first_image_card {
  height: 350px;
}

.second_image_card {
  height: 200px;
}

.third_image_card {
  height: 275px;
}

.third_image_card:last-child {
  margin-top: 0.5rem;
}

@media (max-width: 992px) {
  .first_image_card {
    height: 300px;
  }

  .second_image_card {
    height: 150px;
  }

  .third_image_card {
    height: 225px;
  }

  .third_image_card:last-child {
    margin-top: 0.5rem;
  }
}

/************************************Stress-Free Event Planning***************************************/

.Stress-Free-Event-Planning {
  margin-top: 60px;
  font-family: "Rubik";
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: left;
}

.Stress-Free-Event-Planning-content {
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: justify;
}

/******************************************Bottom****************************************************/
/* **************************************************************************************************/

.footer_bg {
  border-radius: 10px;
  background: #191d20;
}

.footer_heading {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #222;
  text-align: center;
  font-family: "Roboto Flex";
  /* font-size: 95px; */
  font-size: 7vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7vw;
  letter-spacing: 0.25vw;
  text-transform: uppercase;
  position: relative;
}

.footer_sub_heading {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin: 0;
}

.flinks {
  color: #9b9b9b !important;
}

.pointer {
  cursor: pointer;
}

.underline {
  padding-top: 5px !important;
  border-bottom: 1px solid #f46507;
}

.footer_links_container {
  margin: 4rem 0 2.5rem 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}

.footer_links_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_text {
  color: #9b9b9b;
  font-family: "Roboto Flex";
  font-size: 18px;
  list-style-image: url(images/botton_arrow-right.png);
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  margin-left: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.45rem;
}

.second_footer_text {
  margin-top: 2rem;
  margin-left: -1rem;
}

.footer-border {
  border-bottom: 1px solid #ffffff59;
  margin-bottom: 20px !important;
}

.footer_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copy_right_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-bottom: 1.125rem;
}

.copyright_text {
  color: #9b9b9b;
  font-family: "Roboto Flex";
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/*********************Inner Pages*****************/
.img-container {
  background-size: cover !important;
  height: 400px !important;
  background-repeat: no-repeat;

  background-position: top center;
  background-image: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.6) 0.64%,
    rgba(0, 0, 0, 0) 35.73%
  );
}

.innerbanner {
  background-image: url(images/innerbanner.png);
  background-size: cover;
  border-radius: 10px;
  background-position: center;
}

.banner {
  height: 270px;
}

.innerhead1 {
  font-family: Roboto Flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #f46507;
  text-transform: uppercase;
}

.innerhead2 {
  font-family: Rubik;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 0.05em;
  text-align: left;
}

.bgbanner {
  background-image: url("images/bannerbg.png");
  background-position: center left;
  background-repeat: no-repeat;
  /* background-size: 40%; */
  background-size: contain;
  padding: 3rem;
}

.gallery1 {
  column-count: 3;
  column-gap: 1px;
}

.contacthead {
  font-family: Rubik;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.contacttxt {
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

.contacthead1 {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #f46507;
}

.contacthead2 {
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #a0a0a0;
}

.contacttxt1 {
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background: transparent !important;
}

.contactbtn {
  width: 195px;
  border-radius: 5px;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #f46507;
  border: 0;
  padding: 15px 20px;
  color: #fff;
}

.innerpagehead {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}

.innerpagepara {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  color: #3c3c3c;
}

/* ***************************************Login_page**************************************************/

.btn-toggle {
  margin-top: 60px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.btn-group.staff_bttn .btn.staff_bttn {
  background-color: #f46507 !important;
}

.staff_bttn {
  border-radius: 5px;
  border: none;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
}

.staff_bttn.active {
  background-color: #f46507 !important;
  color: white;
}

.client_bttn.active {
  background-color: black !important;
  color: white;
}

.client_bttn {
  border-radius: 5px;
  border: none;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
}

/***************************************** Signup modal toggle ***************************************/

.staff_toggle_bttn {
  border-radius: 5px;
  border: none;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
}

.staff_toggle_bttn.active {
  background-color: #f46507 !important;
  color: white;
}

.client_toggle_bttn.active {
  background-color: black !important;
  color: white;
}

.client_toggle_bttn {
  border-radius: 5px;
  border: none;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
}

/*****************************************************************************************************/

.login_heading {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Red Hat Text";
  font-size: 38px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.Dont_have_a_account {
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.signup_txt {
  color: #f46507;
  cursor: pointer;
}

.login_submit_bttn {
  background-color: #f46507 !important;
  padding: 8px 60px;
  margin-bottom: 40px;
  border: none;
}

.staff-login_submit_bttn {
  background-color: #f46507 !important;
  padding: 8px 60px;
  margin-bottom: 40px;
  border: none;
}

.form-check-label {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #828282de;
}

.terms_and_use {
  color: #b28937;
}

/****************************************Signup*******************************************************/
/*****************************************************************************************************/
.btn-toggle1 {
  margin-top: 13px;
  color: #00000074;
}

.terms_title {
  font-size: 18px;
}

.Same-as-whatsapp {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #828282de;
}

/* #specializationSelect {
    height: 100px !important;
    overflow-y:scroll;
 } */
.bootstrap-select .dropdown-menu {
  height: 250px;
  margin-top: auto !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin-bottom: auto !important;
  overflow-x: hidden !important;
}

.multi-option {
  width: 100% !important;
}

.caret {
  display: none;
}

.btn-group .multiselect {
  border: 1px solid #ced4da;
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ece9e9;
}

.submit_button {
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 500;
}

.staff_signup_submit {
  background-color: #f46507 !important;
  padding: 8px 60px;
  color: white;
}

.client_signup_submit {
  background-color: #f46507 !important;
  padding: 8px 60px;
  color: white;
}

.Connect-social-media-accounts {
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.close-button {
  font-size: 30px;
}

.social_media_card {
  border: 1px solid #e6e6e6;
}

.social_media_link_card {
  border: 1px solid #e6e6e6;
}

.social_media_name {
  font-family: "Red Hat Text" !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 10px;
  padding: 10px;
}

.social_media_link_card_border {
  border-bottom: 1px solid #dedbdb;
  padding-top: 20px !important;
  margin-bottom: 10px;
}

.social_media_link_card_close_bttn {
  margin-top: -19px;
}

.social_media_link {
  color: #1467e3;
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.social_media_card .card-body {
  cursor: pointer;
}

.url_save_bttn {
  background-color: #f46507 !important;
  padding: 2px 30px;
  color: white;
}

.url_cancel_bttn {
  border: 1px solid #f46507 !important;
  color: #f46507 !important;
  background-color: white;
  padding: 2px 30px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  text-decoration: none !important;
}

.url_footer {
  margin-left: auto;
  margin-right: auto;
}

#socialmediaModal .modal-content {
  border: 1px solid #e6e6e6;
}

.Documentation {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  color: #020202;
  margin-top: 28px;
}

.signUpModal {
  overflow: hidden;
}

#cccccc .btn-group .multiselect {
  border: 1px solid #ced4da;
  padding: 10px;
}

#signUpModal {
  overflow-y: scroll;
}

.modal-open-overflow-hidden {
  overflow-y: hidden;
}

.selectpicker {
  width: 100%;
}

/***************************************Profile Modal*************************************************/

.platformName {
  font-family: "Red Hat Text";
  font-size: 10px !important;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 3px;
}

.platformcard {
  padding-bottom: 0px;
}

.profile_dropdown {
  min-width: 0rem;
}

#profileModal {
  overflow-y: scroll;
}

.cloud_icon {
  font-size: 47px;
}

.label {
  float: left;
  font-size: 14px;
}

.img_submit {
  background-color: #f46507 !important;
  padding: 2px 30px;
  color: white;
}

.img_edit {
  background-color: #f46507 !important;
  padding: 2px 30px;
  color: white;
}

.url_edit_bttn {
  background-color: #f46507 !important;
  padding: 2px 30px;
  color: white;
}

.reset_pswd_submit1 {
  background-color: #f46507 !important;
  padding: 2px 30px;
  color: white;
}

.img_cancel_bttn {
  border: 1px solid #f46507 !important;
  color: #f46507 !important;
  background-color: white;
  padding: 2px 30px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  text-decoration: none !important;
}

.file_upload {
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.modal-header {
  border-bottom: none;
}

.upload_icon {
  font-size: 66px;
  color: #d2d2d2;
  background-color: white;
  padding: 24px;
  border: 1px solid #e8e4e4 !important;
  border-radius: 5px;
  cursor: pointer !important;
}

.image-wrapper {
  /* background: red; */
}

.staff-photo {
  vertical-align: middle;
  border-style: none;
  height: 115px;
  width: 118px;
  object-fit: cover;
  margin: 2px;
  padding-top: 0px;
  z-index: 0;
}

.image-container {
  position: relative;
  display: inline-block;
}

.jpeg_file_type_only {
  font-family: "Red Hat Text";
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #485867;
}

.image-container {
  position: relative;
  display: inline-block;
}

.edit-icon-container {
  position: relative;
}

.edit-icon {
  position: absolute;
  top: 4px;
  right: -8px;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  /* border-radius: 50%; */
}

.reset_pswd_save {
  background-color: #f46507 !important;
  padding: 8px 60px;
  color: white;
}

.form-control {
  border: 1px solid #ece9e9;
  padding: 1.475rem 0.75rem;
}

.selectpicker {
  padding: 10px;
  width: 100% !important;
}

.form-select {
  color: #413e3e;
  padding: 13.5px;
  border: 1px solid #ece9e9;
  border-radius: 5px;
  background-color: white;
  width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  padding: 11px;
  background-color: white;
  border: 1px solid #ece9e9;
}

.profile_submit {
  background-color: #f46507 !important;
  padding: 8px 60px;
  color: white;
}

/*********************Inner Pages*****************/
/* ************************************about-page*********************************** */

.bg-grey {
  background-color: #191d20;
}

.talenthead1 {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

#nav-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  color: #000 !important;
  border-bottom: 2px solid #f46507;
  width: fit-content;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

#nav-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-bottom: 2px solid #f46507;
  width: fit-content;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #000 !important;
}

#nav-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  color: #aaaaaa !important;
  border-bottom: 2px transparent;
}

.nav-tabs .nav-link {
  border: 0;
}

.select {
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  box-shadow: 1px 1px 9px 0px #00000026;
  color: #f46507;
  background: transparent;
  border: 1px solid #00000026;
  padding: 10px 20px;
  border-radius: 5px;
}

.send {
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  /* box-shadow: 1px 1px 9px 0px #00000026; */
  color: #ffd;
  background: #f46507;
  /* border: 1px solid #00000026; */
  padding: 10px 20px;
  border-radius: 5px;
  border: 0;
}

.total {
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #aaaaaa;
}

.abt-banner {
  max-width: 100%;
  width: 100%;
  /* height: 1000px; */
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/abt-banner.png);
  /* padding-top: 80px; */
  background-size: cover;
  /* padding-bottom: 80px; */
  border-radius: 8px;
}

.abt-head {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  line-height: 37px;
  letter-spacing: 0.5px;
}

.abt-para {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  color: #3c3c3c;
  font-family: "Red Hat Text";
}

.why-choose-us-abt {
  font-size: 20px;
  font-weight: 400;
  /* line-height:36px; */
  text-align: justify;
  color: #3c3c3c;
  font-family: "Red Hat Text";
}

.abt-subhead {
  color: #3c3c3c;
  font-family: "Red Hat Text";
  font-weight: bold;
  font-size: 20px;
}

.img-abt {
  width: 40%;
}

/* *****************************************Event-permit-page*********************** */
.permit-head {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  font-family: "Rubik";
}

.event-permit-img {
  max-width: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/event-permit-img.png);
  padding-top: 22rem;
  background-size: cover;
  padding-bottom: 2px;
  border-radius: 8px;
}

/* accordian */
#accordionExample .card,
.card-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* .card{
    box-shadow: 0 2px 25px 0 rgb(110,130,208,.1);
} */
.btn-link {
  width: 100%;
  padding: 15px;
  /* color: #000; */
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  text-decoration: none !important;
  border-radius: 8px;
}

.btn-link:hover {
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

/* .card-body{
    background: #fff;
} */
.btn-link::after {
  content: "\2212";
  /* width: 35px; */
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  /* right: 15px;
    top: 11px; */
  float: right;
  /* text-decoration: none !important; */
  /* background: #e8eeff; */
}

.btn-link.collapsed::after {
  content: "\002B";
}

.event-type-head {
  font-size: 24px;
  font-weight: 500;
  /* margin-top: 85px; */
  background-color: #eaeaea;
  border-radius: 8px;
  padding: 4px;
}

.reach-us-btn {
  background: #f46507;
  font-size: 20px;
  font-family: Red Hat Text;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 13px 40px;
  border-radius: 5px;
  display: inline-block;
}

.reach-us-btn:hover {
  color: #fff;
  text-decoration: none;
}

.abt-para1 {
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  /* text-align: justify; */
  color: #3c3c3c;
  font-family: "Red Hat Text";
  line-height: 34px;
}

.event-type-bgcolor {
  background: #f2f2f2;
  /* padding: 10px; */
  border-radius: 8px;
}

.event-head {
  font-size: 27px;
  font-weight: 600;
  color: #000;
  line-height: 37px;
  letter-spacing: 0.5px;
}

.name {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  bottom: 0;
  margin-left: 20px;
  text-transform: capitalize;
}

.pname {
  font-family: Rubik;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #f46507;
  text-transform: capitalize;
}

.ptext1 {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  color: #787878;
  text-transform: capitalize;
}

.text-black {
  color: #000 !important;
}

.close {
  opacity: 1 !important;
}

.profileselect {
  position: absolute;
  right: 10px;
  top: 8px;
}

.checkbox.style-f {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-f input:checked ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f input:checked ~ .checkbox__checkmark:after {
  transform: scale(1);
}

.checkbox.style-f input:checked ~ .checkbox__body {
  font-weight: bold;
}

.checkbox.style-f:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f:hover input:checked ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  transition: background-color 0.25s ease;
  border-radius: 11px;
  border: 2px solid #f46507;
}

.checkbox.style-f .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #f46507;
  border-radius: 50%;
  transform: scale(0);
  border: 2px solid #fff;
  transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
}

ul {
  counter-reset: checked;
}

li input:checked {
  counter-increment: checked;
}

button:focus {
  outline: 0 !important;
}

.bg-orange {
  background-color: #f46507;
}

.calltxt {
  font-family: Rubik;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.05em;
  color: #fff;
}

.callnow {
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  box-shadow: 2px 2px 14px 0px #00000026;
  display: inline-block;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  transition: 1s;
}

.callnow:hover {
  color: #fff;
  background-color: #000;
  transition: 1s;
  text-decoration: none;
}

/*********************Inner Pages*****************/
#lcl_image_wrap {
  background-size: contain !important;
}

#lcl_elem_wrap {
  background-size: contain !important;
  background: transparent;
  background-position: top center;
  background-repeat: no-repeat;
}

.toggle-password {
  float: right;
  margin-right: 9px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -31px !important;
  color: #696767;
}

.toggle-password1 {
  float: right;
  margin-right: 9px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -31px !important;
  color: #696767;
}

/***************************TERMS AND CONDITIONS & PRIVACY AND POLICY *************************/
.terms-policy-subhead {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.heading-terms-policy {
  font-size: 25px;
  font-weight: 600;
}

/******************************************************************************************************/
/**************************************MEADIA-QUERY*****************************************************/
@media (min-width: 1700px) {
  .container {
    max-width: 1500px !important;
  }

  .mega-menu-content {
    width: 900px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1699px) {
  .mega-menu-content {
    width: 750px;
  }

  .arrow-up-right {
    padding: 12.5px 13.5px !important;
  }

  .arrow-up-right_bttn {
    right: -1px;
    bottom: 1px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  /* ******************Header CLASSES**********************/
  .logo1 {
    margin-top: -48px;
  }

  .navbar-nav a {
    font-size: 13px;
  }

  .mega-menu-content {
    width: 750px;
  }

  .dropdown-item {
    font-size: 12.5px !important;
    /* line-height: 0px; */
    letter-spacing: 0.05em;
    text-align: left;
  }

  .dropdown-item-profile {
    padding: 5px;
    font-size: 10px;
  }

  .dropdown-item-logout {
    padding: 5px;
  }

  /*********************************************************/
  .Inspiring_Events {
    font-size: 54px;
  }

  /*     .infozabeventsdubai {
        font-size: 14px;

    }

    /*********************************************************/
  /*     .Inspiring_Events { */
  */ .Elevate_Your_Events {
    font-size: 21px;
  }

  /*******************************************Event images*********************************************/

  .image-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .arrow-up-right_bttn {
    /* margin-top: -2.5rem; */
  }

  .arrow-up-right {
    padding: 12px 12px !important;
    font-size: 18px;
  }

  /* *******************************************Freelancer***********************************************/

  /*<!-- ************************************testimonials******************************************* -->*/
  .testimonials_events {
    font-size: 28px;
  }

  .testimonials {
    margin-top: 6px !important;
  }

  .testimonials_txt {
    font-size: 18px;
  }

  .card-text {
    font-size: 16px;
  }

  .customer_name {
    font-size: 18px;
  }

  /* ************************************we can help with***********************************************/

  .card-title {
    font-size: 28px;
  }

  .card-sub-title {
    font-size: 18px;
  }

  .custom-right-arrow {
    font-size: 35px;
    right: -15px;
    margin-top: -22rem;
  }

  .custom-left-arrow {
    font-size: 35px;
    left: -10px;
    bottom: 46%;
    z-index: 1;
  }

  /************************************* Stress-Free Event Planning*************************************/
  .Stress-Free-Event-Planning {
    font-size: 22px;
  }

  .Stress-Free-Event-Planning-content {
  }

  /* **************************************about-us********************************** */
  .why-choose-us-abt {
    font-size: 18px;
    line-height: 25px;
  }

  /* .abt-subhead{
    font-size: 18px;
} */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pname {
    font-size: 25px;
  }

  .ptext1 {
    font-size: 14px;
  }

  .contacthead1 {
    font-size: 26px;
  }

  .contacthead2 {
    font-size: 20px;
  }

  .contacttxt1 {
    font-size: 18px;
    line-height: 20px;
  }

  .contacthead {
    font-size: 50px;
    line-height: 52px;
  }

  /********************Header CLASSES**********************/
  .infozabeventsdubai {
    font-size: 13px;
    padding-left: 2rem;
  }

  .navbar-nav a {
    font-size: 13px;
    font-weight: 502;
    letter-spacing: 0.5px;
  }

  .mega-menu-content {
    width: 680px;
  }

  .dropdown-item {
    font-size: 12.5px !important;
    /* line-height: 0px; */
    letter-spacing: 0.05em;
    text-align: left;
  }

  .dropdown-item-profile {
    padding: 8px;
    font-size: 10px !important;
    line-height: 1px !important;
  }

  .dropdown-item-logout {
    padding: 8px;
    font-size: 10px !important;
    line-height: 1px !important;
  }

  /*********************************************************/
  .Zab_Events_Talents {
    margin-top: 12rem;
    padding-top: 6rem;
  }

  .Inspiring_Events {
    font-size: 50px;
  }

  .Elevate_Your_Events {
    font-size: 20px;
  }

  /* *******************************************Event Images********************************************/
  .slick-slider {
    margin: 10px;
  }

  .image-text {
    font-size: 14.5px;
  }

  .arrow-up-right_bttn {
    margin-top: -2rem;
  }

  .arrow-up-right {
    padding: 8px 8px !important;
    font-size: 16px;
  }

  /* *******************************************Freelancer***********************************************/
  .zab_events_and_talents {
    font-size: 32px;
    text-transform: uppercase;
  }

  .ViewMore_bttn {
    padding: 2px 25px !important;
  }

  /*<!-- ************************************testimonials******************************************* -->*/
  .testimonials_events {
    font-size: 22px;
  }

  .testimonials {
    margin-top: 5px !important;
    font-size: 14.5px;
  }

  .testimonials_txt {
    font-size: 32px;
  }

  .testimonial-slide {
    padding: 15px;
  }

  .card-text {
    font-size: 15px;
  }

  .customer_name {
    font-size: 18px;
  }

  /* ************************************we can help with***********************************************/

  .card-title {
    font-size: 28px;
  }

  .card-sub-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

  .custom-right-arrow {
    text-align: right;
    font-size: 35px;
    margin-top: -23rem;
    right: 26px;
  }

  .custom-left-arrow {
    text-align: left;
    font-size: 35px;
    left: -7px;
    bottom: 50%;
    z-index: 1;
  }

  /******************************************* gallery**************************************************/

  .gallery_zab_events_and_talents {
    font-size: 32px;
  }

  .gallery {
    margin-top: 10px !important;

    font-size: 17px;
  }

  /************************************* Stress-Free Event Planning*************************************/
  .Stress-Free-Event-Planning {
    font-size: 22px;
  }

  .Stress-Free-Event-Planning-content {
    font-size: 19px;
  }

  /* ********************************************Bottom***************************************************** */

  /* .bgbanner{
    background-size: 40%;
} */
  /* ***************************************about-us-page********************************** */
  .abt-head {
    font-size: 27px;
  }

  .event-head {
    font-size: 29px;
  }

  .abt-para {
    font-size: 19px;
  }

  .abt-img-head {
    font-size: 33px;
    line-height: 40px;
  }

  .why-choose-us-abt {
    font-size: 17px;
    line-height: 28px;
  }

  .abt-subhead {
    font-size: 19px;
  }

  /* *************************************event-permit**************************** */
  .reach-us-btn {
    font-size: 19px;
    padding: 11px 35px;
  }

  .btn-link {
    font-size: 24px;
  }

  .btn-link:hover {
    font-size: 24px;
  }

  .abt-para1 {
    font-size: 19px;
  }

  .event-type-head {
    font-size: 23px;
  }
}

/* @media (max-width: 1300px) {
    .footer_links_container {
        padding: 0 5%;
    }
} */

@media (max-width: 1200px) {
  .footer_links_container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pname {
    font-size: 25px;
  }

  .above_login_txt {
    font-size: 18px;
    display: block !important;
  }

  .above_login_icon_container {
    margin-left: auto;
  }

  .above_login_icon {
    display: block;
  }

  .ptext1 {
    font-size: 14px;
  }

  .contacthead1 {
    font-size: 26px;
  }

  .contacthead2 {
    font-size: 18px;
  }

  .contacttxt1 {
    font-size: 16px;
    line-height: 20px;
  }

  .contacthead {
    font-size: 40px;
    line-height: 42px;
  }

  .calltxt {
    font-size: 32px;
    line-height: 34px;
  }

  /********************Header CLASSES**********************/
  .infozabeventsdubai {
    font-size: 12px;
    padding-left: 5rem;
    text-align: center !important;
  }

  .navbar-nav a {
    font-size: 18px;
    line-height: 30px;
  }

  .dropdown-border {
    display: none;
  }

  .home_txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about_us {
    margin-bottom: 20px;
  }

  .event_talent_txt {
    margin-bottom: 20px;
  }

  .event_permit_management_txt {
    margin-bottom: 20px;
  }

  .gallery_txt {
    margin-bottom: 20px;
  }

  .contact_us_txt {
    margin-bottom: 20px;
  }

  .login_txt {
    display: none !important;
  }

  .mega-menu-content {
    width: 700px;
    background: #000;
  }

  .mega-menu-content1 {
    column-count: 1;
    background: #000;
  }

  .dropdown-item {
    color: #878787;
    font-family: "Rubik";
    font-size: 16px !important;
    /* line-height: 20px; */
    font-weight: 10px !important;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .vertical_line {
    display: none;
  }

  /*********************************************************/
  .Zab_Events_Talents {
    margin-top: 5rem;
    padding-top: 13rem;
  }

  .Inspiring_Events {
    font-size: 44px;
  }

  .Elevate_Your_Events {
    font-size: 17px;
  }

  .blur_bg {
    background-size: contain !important;
    background-position: center !important;
  }

  /* *******************************************Event Images********************************************/
  .slick-slider {
    margin: 1px;
  }

  .view_less_bttn {
    padding: 4px 15px !important;
    font-size: 16.5px;
  }

  .view_bttn {
    padding: 4px 15px !important;
    font-size: 16.5px;
  }

  .image-text {
    font-size: 13.5px;
    line-height: 15px;
    max-width: 95px;
  }

  .event_img_size {
    flex: 1 0 28.866667%;
    max-width: 24.766667%;
  }

  .arrow-up-right_bttn {
    margin-top: -2rem;
  }

  .arrow-up-right {
    padding: 7px 7px !important;
    font-size: 16px;
  }

  /********************************************Freelancer***********************************************/

  .zab_events_and_talents {
    font-size: 28px;
  }

  .ViewMore_bttn {
    padding: 2px 25px !important;
  }

  .iam_freelancer_txt {
    font-size: 35px;
  }

  /*<!-- ************************************testimonials******************************************* -->*/
  .testimonials_events {
    font-size: 24px;
  }

  .testimonials {
    margin-top: 8px !important;
    font-size: 14.5px;
  }

  .testimonials_txt {
    font-size: 28px;
  }

  .testimonial-slide {
    padding: 19px;
  }

  .card-text {
    font-size: 18px;
  }

  .customer_name {
    font-size: 18px;
  }

  /* ************************************we can help with***********************************************/
  .wrapper .slick-slider {
    height: 700px;
  }

  .card-title {
    font-size: 26px;
  }

  .card-sub-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

  .custom-right-arrow {
    text-align: right;
    font-size: 35px;
    color: #d7d5d5;
    position: absolute;
    margin-top: -24rem;
    right: 5px !important;
    display: none !important;
  }

  .custom-left-arrow {
    text-align: left;
    font-size: 35px;
    left: -7px;
    bottom: 50%;
    z-index: 1;
    display: none !important;
  }

  .Book_your_Staff {
    padding: 10px 12px;
    font-size: 16px;
  }

  .upload_icon {
    font-size: 58px;
    padding: 27.5px;
  }

  /* *****************************************gallery***************************************************/

  .gallery_row {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }

  .event-type-head {
    font-size: 22px;
  }

  .staff-photo {
    vertical-align: middle;
    border-style: none;
    height: 110px;
    width: 110px;
    object-fit: cover;
    margin: 0px;
    padding-top: 0px;
    margin-top: 4px;
    z-index: 0;
  }

  .gallery_zab_events_and_talents {
    font-size: 28px;
  }

  .gallery {
    margin-top: 7px !important;
    font-size: 18px;
  }

  /************************************* Stress-Free Event Planning*************************************/
  .Stress-Free-Event-Planning {
    font-size: 23px;
  }

  .Stress-Free-Event-Planning-content {
    font-size: 19px;
  }

  /* ********************************************Bottom***************************************************** */

  .footer_sub_heading {
    font-size: 15.5px;
  }

  .footer_text {
    font-size: 14px;
  }

  .copyright_text {
    font-size: 13px;
  }

  .bgbanner {
    background-size: 64%;
  }

  /* **********************************************about-us-page********************************* */
  .abt-img-head {
    font-size: 29px;
    line-height: 38px;
    margin-top: -6rem;
  }

  .abt-para {
    font-size: 18px;
  }

  .abt-head {
    font-size: 26px;
  }

  .event-head {
    font-size: 28px;
  }

  .abt-blur {
    background-size: 58%;
    padding: 3rem;
  }

  .abt-banner-head2 {
    line-height: 68px;
    font-size: 55px;
  }

  .img-abt {
    width: 30%;
  }

  .why-choose-us-abt {
    font-size: 18px;
    line-height: 32px;
  }

  /* *******************************event-permit-page*********************** */
  .btn-link {
    font-size: 20px;
    /* height: 72px; */
  }

  .btn-link:hover {
    font-size: 19px;
    height: 72px;
  }

  .reach-us-btn {
    padding: 10px 33px;
    font-size: 19px;
  }

  .abt-para1 {
    font-size: 18px;
  }

  .innerhead2 {
    font-size: 56px;
  }

  /* *****************************************Signup page******************************************* */

  .upload_icon {
    font-size: 58px;
    padding: 27px;
  }

  .Documentation {
    font-size: 18px;
  }

  .event-type-head {
    font-size: 22px;
  }

  .staff-photo {
    vertical-align: middle;
    border-style: none;
    height: 110px;
    width: 110px;
    object-fit: cover;
    margin: 11px;
    padding-top: 0px;
    margin-top: 1px;
    z-index: 0;
  }
}

@media (max-width: 768px) {
  .second_footer_text {
    margin-top: -1rem;
    margin-left: 1rem;
  }

  .gallery_image_wrapper {
    flex-direction: column;
    padding: 0 5%;
  }

  .gallery_image_container {
    width: 100%;
  }

  .gallery_image_column {
    width: 100%;
  }

  .gallery_image_row {
    margin-top: 0.5rem;
    align-items: center;
    flex-direction: column;
  }

  .first_image_card {
    height: auto;
  }

  .second_image_card {
    height: auto;
  }

  .third_image_card {
    height: auto;
  }

  .gallery_image_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 767px) {
  .counts_container {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 5%;
  }

  .your_destination_text {
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .counts_wrapper {
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
  }

  .thousand {
    font-size: 38px;
    line-height: 37px;
    min-width: 0;
    width: 35%;
  }

  .thousand:last-child {
    width: 30%;
  }

  .Job_Created {
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .contacthead {
    font-size: 40px;
    line-height: 42px;
  }

  .above_login_txt {
    font-size: 18px;
    display: block;
  }

  .above_login_icon_container {
    margin-left: auto;
  }

  .above_login_icon {
    display: block;
  }

  .calltxt {
    font-size: 25px;
    line-height: 28px;
  }

  .contacthead1 {
    font-size: 26px;
  }

  .contacthead2 {
    font-size: 18px;
  }

  .contacttxt1 {
    font-size: 16px;
    line-height: 20px;
  }

  .contacthead {
    font-size: 40px;
    line-height: 42px;
  }

  /********************Header CLASSES**********************/
  .infozabeventsdubai {
    font-size: 13px;
    text-align: right;
  }

  .icons {
    gap: 10px;
    justify-content: center;
  }

  .navbar-nav a {
    font-size: 18px;
    line-height: 30px;
  }

  .dropdown-border {
    display: none;
  }

  .home_txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about_us {
    margin-bottom: 20px;
  }

  .event_talent_txt {
    margin-bottom: 20px;
  }

  .event_permit_management_txt {
    margin-bottom: 20px;
  }

  .gallery_txt {
    margin-bottom: 20px;
  }

  .contact_us_txt {
    margin-bottom: 20px;
  }

  .login_txt {
    display: none;
  }

  .mega-menu-content {
    width: 500px;
    background: #000 !important;
    column-count: 1;
    margin-top: 5px;
  }

  .mega-menu-content1 {
    column-count: 1;
    background: #000;
  }

  .dropdown-item {
    color: #878787;
    font-family: "Rubik";
    font-size: 16px !important;
    /* line-height: 20px; */
    font-weight: 10px !important;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .vertical_line {
    display: none;
  }

  /*********************************************************/

  .Zab_Events_Talents {
    margin-top: 5rem;
    padding-top: 13rem;
  }

  .Inspiring_Events {
    font-size: 40px;
  }

  .Elevate_Your_Events {
    font-size: 20px;
  }

  .Say_Hello {
    padding: 8px 18px !important;
    font-size: 20px;
  }

  .blur_bg {
    background-size: cover;
    background-position: center !important;
  }

  .trusted_partner {
    font-size: 18px;
  }

  /*********************************************Event Images********************************************/

  .slick-slider {
    margin: 7px;
  }

  .zab_events_and_talents {
    font-size: 27px;
  }

  .ViewMore_bttn {
    text-align: left;
  }

  .view_less_bttn {
    border: 2px solid #f46507 !important;
    padding: 4px 10px !important;
    font-size: 16px;
    font-weight: 400;
    margin-right: 0;
  }

  .view_bttn {
    border: 2px solid #f46507 !important;
    padding: 4px 10px !important;
    font-size: 16px;
    font-weight: 400;
  }

  .event_over {
    font-size: 16px;
  }

  .image-text {
    font-size: 18px;
    line-height: 22px;
    max-width: 150px;
  }

  .event_img_size {
    flex: 1 4 33.996667%;
    max-width: 50.766667%;
  }

  .arrow-up-right_bttn {
    margin-top: -3rem;
  }

  .arrow-up-right {
    padding: 16px 16px !important;
    font-size: 18px;
  }

  /**********************************************Freelancer*********************************************/

  .Vector {
    display: none;
  }

  /*<!**************************************testimonials******************************************* -->*/

  .testimonials_events {
    font-size: 28px;
  }

  .testimonials {
    margin-top: 7px !important;
    font-size: 18px;
  }

  .testimonials_txt {
    font-size: 30px;
  }

  .testimonial-slide {
    padding: 19px;
  }

  .card-text {
    font-size: 20px;
  }

  .customer_name {
    font-size: 18px;
  }

  /* ************************************we can help with***********************************************/

  .card-title {
    font-size: 30px;
  }

  .card-sub-title {
    font-size: 22px;
  }

  .card-text {
    font-size: 19px;
  }

  .custom-right-arrow {
    font-size: 29px;
    margin-right: -30px;
    margin-top: -25rem;
    display: none !important;
  }

  .custom-left-arrow {
    font-size: 29px;
    margin-left: -30px;
    bottom: 55%;
    display: none !important;
  }

  .Book_your_Staff {
    padding: 8px 12px;
    font-size: 16px;
  }

  /* *****************************************gallery***************************************************/

  .gallery_row {
    margin-top: 45px !important;
    margin-bottom: 25px;
  }

  .gallery_zab_events_and_talents {
    font-size: 26px;
  }

  .gallery {
    margin-top: 5px !important;
    font-size: 18px;
  }

  /************************************* Stress-Free Event Planning*************************************/
  .Stress-Free-Event-Planning {
    font-size: 23px;
  }

  .Stress-Free-Event-Planning-content {
    font-size: 19px;
  }

  /* ********************************************Bottom***************************************************** */

  .footer_sub_heading {
    font-size: 19px;
  }

  .footer_text {
    font-size: 15px;
    text-align: left;
  }

  .copyright_text {
    font-size: 12px;
  }

  .bgbanner {
    background-size: 75%;
  }

  .read_more {
    line-height: 45px;
  }

  .innerbanner {
    background-image: url(images/innerbanner-tab.png);
    /* background-size: cover;
    border-radius:10px ;
    background-position: center; */
  }

  /*********************************************about-us-page****************************  */
  .abt-img-head {
    font-size: 26px;
    margin-left: 23px;
    line-height: 34px;
    margin-top: -5rem;
    letter-spacing: 1px;
  }

  .abt-para {
    font-size: 18px;
  }

  .abt-banner-head2 {
    font-size: 52px;
    line-height: 69px;
  }

  .why-choose-us-abt {
    font-size: 18px;
    line-height: 31px;
  }

  .img-abt {
    width: 30%;
  }

  /* *******************event-permit-page***************** */
  .btn-link {
    /* height: 73px; */
    font-size: 18px;
  }

  .event-type-head {
    font-size: 21px;
  }

  .reach-us-btn {
    padding: 10px 31px;
    font-size: 18px;
  }

  .abt-para1 {
    font-size: 18px;
  }

  .btn-link:hover {
    height: 73px;
    font-size: 18px;
  }

  .innerhead2 {
    font-size: 43px;
    line-height: 48px;
  }

  .abt-head {
    font-size: 23px;
  }

  .event-head {
    font-size: 25px;
  }

  /*****************************************Profile Modal*******************************************/
  .edit-icon {
    position: absolute;
    top: 4px;
    right: 171px !important;
    padding: 5px;
    cursor: pointer;
  }

  .Documentation {
    font-size: 15px;
    text-align: left;
    margin-top: 11px;
  }
}

@media (max-width: 620px) {
  .footer_links_container {
    padding: 0 5%;
  }

  .footer_links_container {
    margin: 2rem 0 1.5rem 0;
    gap: 2rem;
  }

  .second_footer_text {
    margin-top: -2rem;
  }

  .copy_right_container {
    padding: 0 5% 1rem 5%;
  }
}

@media (max-width: 575px) {
  .Home_bg {
    background-image: url(images/home-banner.png);
    background-size: fill !important;
    background-repeat: no-repeat;
  }

  .slick-initialized .slick-slide {
    padding: 8px 15px;
  }

  .calltxt {
    font-size: 15px;
    line-height: 20px;
  }

  .above_login_txt {
    font-size: 15px;
    display: block;
  }

  .above_login_icon_container {
    margin-left: auto;
  }

  .above_login_icon {
    display: block;
  }

  .dropdown-item-profile {
    padding: 8px;
    font-size: 10px !important;
    line-height: 1px !important;
    letter-spacing: 2px !important;
    color: #505050;
  }

  .callnow {
    font-size: 12px;
    padding: 8px 30px;
  }

  .contacthead1 {
    font-size: 26px;
  }

  .contacthead2 {
    font-size: 18px;
  }

  .contacttxt1 {
    font-size: 16px;
    line-height: 20px;
  }

  .innerpagehead {
    font-size: 20px;
  }

  .pname {
    font-size: 25px;
  }

  .ptext1 {
    font-size: 12px;
  }

  /********************Header CLASSES**********************/
  .infozabeventsdubai {
    font-size: 5px;
    text-align: left !important;
    display: none;
  }

  .navbar-nav a {
    font-size: 13.5px;
    line-height: 20px !important;
  }

  .dropdown-border {
    display: none;
  }

  .home_txt {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .about_us {
    margin-bottom: 10px;
  }

  .event_talent_txt {
    margin-bottom: 10px;
  }

  .event_permit_management_txt {
    margin-bottom: 10px;
  }

  .gallery_txt {
    margin-bottom: 10px;
  }

  .contact_us_txt {
    margin-bottom: 10px;
  }

  .login_txt {
    display: none;
  }

  .mega-menu-content {
    width: 250px;
    background: #000 !important;
    column-count: 1;
    margin-top: 5px;
    line-height: 10px !important;
  }

  .mega-menu-content1 {
    column-count: 1;
    background: #000;
  }

  .dropdown-item {
    color: #878787;
    font-family: "Rubik";
    font-size: 12px !important;
    font-weight: 40px !important;
    /* letter-spacing: 0em; */
    text-align: left;
    /* line-height: 8px; */
  }

  .vertical_line {
    display: none;
  }

  /*********************************************************/
  .Zab_Events_Talents {
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 9rem;
    padding-top: 3rem;
  }

  .Inspiring_Events {
    font-size: 36px;
    line-height: 46px;
    /* 108.333% */
  }

  .Elevate_Your_Events {
    font-size: 18px;
    line-height: 24px;
    /* 159.091% */
  }

  .Say_Hello {
    padding: 6px 15px !important;
    font-size: 17px;
  }

  .blur_bg {
    background-size: cover;
    background-position: center;
    border: none;
  }

  .trusted_partner {
    font-size: 18px;
  }

  /* *******************************************Event Images********************************************/
  .slick-slider {
    margin: 25px;
  }

  .event_img_row {
    margin-bottom: 90px;
  }

  .zab_events_and_talents {
    font-size: 21px;
    color: #e4e4fa;
  }

  .ViewMore_bttn {
    text-align: left;
  }

  .view_less_bttn {
    padding: 6px 12px !important;
    font-size: 14px;
    text-align: left;
  }

  .view_bttn {
    padding: 6px 12px !important;
    font-size: 14px;
    text-align: left;
  }

  .event_over {
    font-size: 15px;
  }

  .image-text {
    left: 5%;
    font-size: 21px;
    line-height: 26px;
    max-width: 250px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .event_img_size {
    flex: 50.996667%;
    max-width: 100.766667%;
  }

  .arrow-up-right_bttn {
    margin-top: -3.8rem;
    right: 0.5rem;
  }

  .arrow-up-right {
    padding: 26px 26px !important;
    font-size: 22px;
  }

  /********************************************Freelancer***********************************************/
  .numbers_bg {
    margin-bottom: 45px;
  }

  .iam_freelancer_txt {
    font-size: 30px;
  }

  .Vector {
    display: none;
  }

  .your_destination_text {
    font-size: 24px;
    line-height: 24px;
  }

  .counts_wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .thousand {
    font-size: 36px;
    line-height: 35px;
    width: 100%;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 2px solid #f5c9a0;
  }

  .thousand:last-child {
    width: 100%;
    padding-bottom: 0;
  }

  .Job_Created {
    font-size: 14px;
  }

  /*<!-- ************************************testimonials******************************************* -->*/
  .testimonials_row {
    margin-bottom: 40px !important;
  }

  .testimonials_events {
    font-size: 24px;
  }

  .testimonials {
    margin-top: 6px !important;
    font-size: 17px;
  }

  .testimonials_txt {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .testimonial-slide {
    padding: 19px;
  }

  .card-text {
    font-size: 16px;
    min-height: 0;
  }

  .customer_name {
    font-size: 18px;
  }

  /* ************************************we can help with***********************************************/
  .card-title {
    font-size: 26px;
  }

  .card-sub-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

  .We_Can_Help_With {
    font-size: 32px;
  }

  .custom-right-arrow {
    /* font-size: 28px;
    margin-right: -38px;
    margin-top:-25rem;  */
    display: none !important;
  }

  .custom-left-arrow {
    /* 
    font-size: 28px;
    margin-left: -23px;
    bottom: 55%; */
    display: none;
  }

  .Book_your_Staff {
    padding: 9px 12px;
    font-size: 14px;
  }

  /* *****************************************gallery***************************************************/

  .gallery_row {
    margin-top: 10px !important;
    margin-bottom: 25px;
  }

  .gallery_zab_events_and_talents {
    font-size: 22px;
  }

  .gallery {
    margin-top: 6px !important;
    font-size: 16px;
  }

  /************************************* Stress-Free Event Planning*************************************/
  .Stress-Free-Event-Planning {
    font-size: 19px;
  }

  .Stress-Free-Event-Planning-content {
    font-size: 16px;
    line-height: 32px;
  }

  /* ********************************************Bottom***************************************************** */

  .footer_sub_heading {
    font-size: 19px;
    line-height: 27px;
  }

  .footer_text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 4px;
    line-height: 32px;
  }

  .copyright_text {
    font-size: 12px;
  }

  .footer_logo {
    max-width: 4rem;
  }

  .bgbanner {
    background-size: 81%;
    padding: 1rem;
  }

  .innerhead2 {
    font-size: 26px;
    line-height: 30px;
  }

  .innerhead1 {
    font-size: 13px;
  }

  .contacthead {
    font-size: 40px;
    line-height: 42px;
  }

  .contacttxt {
    font-size: 20px;
  }

  .talenthead1 {
    font-size: 20px;
  }

  .total {
    font-size: 16px;
  }

  .select {
    font-size: 15px;
    line-height: 15px;
    padding: 7px 15px;
  }

  #nav-tab .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    font-size: 16px;
  }

  .send {
    font-size: 15px;
    line-height: 15px;
    padding: 7px 15px;
  }

  .name {
    font-size: 20px;
  }

  /* ***************************************Aboutt-us-page************************************ */
  .innerbanner {
    background-image: url(images/innerbanner-mob.png);
    /* background-size: cover;
    border-radius:10px ;
    background-position: center; */
  }

  .banner {
    height: 140px;
  }

  /* .abt-blur{
    background-size: 100%;

}
.abt-banner-head2{
    line-height: 55px;
    font-size: 44px;
} */
  .abt-head {
    font-size: 19px;
    line-height: 28px;
  }

  .event-head {
    font-size: 21px;
    line-height: 28px;
  }

  .abt-para {
    font-size: 17px;
  }

  .abt-img {
    padding-top: 12rem;
  }

  .abt-img-head {
    margin-left: 32px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .why-choose-us-abt {
    font-size: 18px;
    text-align: left;
    line-height: 31px;
  }

  .abt-subhead {
    font-size: 18px;
  }

  .img-abt {
    width: 33%;
  }

  /* *************************event-permit-page************************* */
  .innerhead2 {
    line-height: 36px;
  }

  /* .btn-link.collapsed::after{
    margin-top: 15px;
} */
  .btn-link {
    /* height: 72px; */
    font-size: 15px;
    padding: 7px;
  }

  .btn-link:hover {
    height: 72px;
    font-size: 14px;
  }

  .event-type-head {
    margin-top: 54px;
    font-size: 19px;
  }

  .reach-us-btn {
    font-size: 16px;
    padding: 10px 27px;
  }

  .abt-para1 {
    font-size: 17px;
  }

  /* ********************************************Staff signup*******************************************/

  .btn-toggle {
    padding: 1px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }

  .form-control {
    width: 100%;
  }

  .justify-content-center {
    justify-content: space-between !important;
  }

  .form-select {
    width: 100%;
  }

  .Documentation {
    font-size: 15px;
  }

  .btn-toggle {
    padding: 1px;
  }

  .multi-option {
    width: 100% !important;
  }

  .staff_bttn {
    font-size: 16px;
  }

  .client_bttn.active {
    background-color: black !important;
    color: white;
  }

  .client_bttn {
    font-size: 16px;
  }

  .login_heading {
    font-size: 36px;
  }

  .modal-header .close {
    /* margin-left: -37px */
  }

  .social_media_link {
    font-size: 8px;
  }
}

/*****************************************Profile Modal*******************************************/
.edit-icon {
  position: absolute;
  top: 4px;
  right: 72px;
  cursor: pointer;
}

@media (max-width: 380px) {
  .image-text {
    font-size: 21px;
    line-height: 26px;
    max-width: 200px;
  }

  .arrow-up-right_bttn {
    margin-top: -3.8rem;
    right: 0;
  }

  .arrow-up-right {
    padding: 16px 16px !important;
  }

  .event_talents_row {
    flex-wrap: wrap;
    gap: 0.85rem;
  }

  #viewMoreContainer {
    margin-left: auto;
  }
}

@media (max-width: 350px) {
  .image-text {
    font-size: 21px;
    line-height: 26px;
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

.hello_button {
  margin-bottom: 80px;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  padding: 6px 32px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hello_button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f46507;
  border-radius: 5px;
  z-index: -2;
}

.hello_button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s;
  border-radius: 5px;
  z-index: -1;
}

.hello_button:hover {
  color: #f46507;
}

.hello_button:hover:before {
  width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .hello_button {
    padding: 6px 18px;
  }
}

@media (max-width: 575px) {
  .hello_button {
    padding: 6px 15px;
    font-size: 17px;
  }
}

/* contact us page's selector */
#specializationSelector {
  outline: 1px solid #ece9e9;
  border: none !important;
  border-right: 10px solid transparent !important;
}

/* sign-up page's selector */
#countrySelect,
#educationLevelSelect,
#experienceSelect,
#photoVisibilitySelect,
#skinToneSelect,
#eyeColorSelect,
#hairColorSelect,
#dressSizeSelect,
#weightSelect,
#heightSelect,
#profile_countrySelect,
#profile_educationLevel,
#profile_experience,
#profile_heightSelect,
#profile_weightSelect,
#profile_dressSizeSelect,
#profile_hairColorSelect,
#profile_eyeColorSelect,
#profile_skinToneSelect,
#profile_photoVisibilitySelect {
  border: none !important;
  outline: 1px solid #ece9e9;
  border-right: 10px solid transparent !important;
}

#staff-login-Password1,
#client_login_Password,
#ConfirmPassword1,
#ConfirmPassword2,
#clientPassword,
#ConfirmPassword4 {
  padding-right: 2.5rem;
}

.form-select:invalid {
  color: gray !important;
}
