/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --qutiiz-font: "Barlow", sans-serif;
  --qutiiz-font-two: "Barlow Condensed", sans-serif;
  --qutiiz-reey-font: "reeyregular";
  --qutiiz-gray: #726d7b;
  --qutiiz-gray-rgb: 114, 109, 123;
  --qutiiz-white: #ffffff;
  --qutiiz-white-rgb: 255, 255, 255;
  --qutiiz-black: #04000b;
  --qutiiz-black-rgb: 4, 0, 11;
  --qutiiz-base: #6222cc;
  --qutiiz-pink: #e22c6c;
  --qutiiz-base-rgb: 98, 34, 204;
  --qutiiz-bdr-radius: 8px;
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #6a47ed;
  --theme2: #c6f806;
  --header: #17012c;
  --text: #504e4e;
  --border: #e5e5e5;
  --bg: #f6f3fe;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--qutiiz-font);
  color: var(--qutiiz-black);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

p {
  margin: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a:hover {
  color: var(--qutiiz-black);
}

::placeholder {
  color: inherit;
  opacity: 1;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

body {
  margin: 0;
}

.formcontainer {
  width: 50%;
  margin: 65px auto 0;
  background-color: transparent;
  padding: 5px 6px 10px 26px;
  font-family: var(--primary-font);
}

.optional {
  /* font-size: 12px; */
  font-weight: 100;
  opacity: 0.7;
}

.be-a-partner {
  width: 50%;
  margin: 50px auto;
  padding: 5px 6px 10px 26px;
  font-family: var(--primary-font);
}

.partner-radio {
  margin-top: 10px;
}

.partner-radio div {
  display: flex;
  align-items: center;
}

.form-group .partner-radio label {
  margin-left: 5px;
  font-weight: 400;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .form-checkbox label {
  color: black;
  font-weight: 500;
}

div#checkboxGroup label {
  font-size: 15px;
}

.form-group-select {
  margin-bottom: 20px;
  display: grid;
}

.form-group label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group-select label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
}

.text-danger {
  color: red;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="tel"],
.form-group input[type="file"],
.companydropdown {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.select2-container {
  width: 100% !important;
  padding: 0;
  margin-top: 8px;
  z-index: 1;
}

.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-dropdown {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection__arrow {
  height: calc(1.5em + 0.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  pointer-events: none;
}

#association_preference option[value="4"] {
  color: #999;
}

input[type="submit"] {
  background-color: #640ab2;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

input[type="submit"]:hover {
  background-color: #e94290;
  color: white;
}

.error-message,
.error {
  color: red;
  font-size: 14px;
  flex: 100%;
  margin-top: 5px;
}

.register {
  position: relative;
  padding: 25px 0;
  background-image: url("/assets/img/click/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: hidden;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 5% auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.modal-body {
  padding: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--qutiiz-pink);
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--qutiiz-pink);
  border-color: var(--qutiiz-pink);
}

.btn-primary:hover {
  background-color: #bb2358;
  border-color: #bb2358;
}

.form-group-name #prefix {
  margin-top: 15px;
}

.form-group-name {
  display: inline-flex;
}

.image-center,
.image-center-form {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.image-center img {
  position: relative;
  bottom: 60px;
  /* left: 540px; */
  transform: translate(-10%, 0%);
  width: 15%;
}

.image-center-form img {
  position: relative;
  transform: translate(-10%, 0%);
  width: 35%;
}

.full-page {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* align-content: flex-start; */
  justify-content: center;
  align-items: stretch;
}

.icon {
  color: var(--qutiiz-white);
}

.image-end-form {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -70px;
  position: relative;
}

.date-venue {
  padding: 0px !important;
  margin-bottom: -80px;
}

.date-venue p {
  text-align: center;
  /* padding: 0px !important; */
  position: relative;
  /* top: 30%;
  margin-left: -140px; */
  font-size: 40px;
}

.image-end-form img {
  width: 100%;
}

form h3 {
  font-size: 35px;
  color: #000;
  line-height: 40px;
}

.main-button a {
  font-size: 18px !important;
  border: 1px solid #fff;
  border-radius: 50px;
}

/*.scroll-icon {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: -40px;*/
/*  transform: translateX(-50%);*/
/*  width: 70px;*/
/*  height: 70px;*/
/*  line-height: 60px;*/
/*  background-color: var(--theme);*/
/*  border-radius: 50%;*/
/*  text-align: center;*/
/*  color: var(--white);*/
/*  border: 5px solid var(--white);*/
/*  display: inline-block;*/
/*  z-index: 99;*/
/*}*/


@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.footer-bg {
  background-color: #18185e;
}

.checkbox-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 15px;
}

.form-checkbox {
  width: 100%;
}

.main-button a {
  font-size: 14px !important;
  /* border: 1px solid #fff; */
  text-align: center;
  padding: 0px 16px;
}

a.interest-btn {
  position: relative;
  overflow: hidden;
  background: rgba(248, 37, 134, 0.9);
  padding: 2px 20px;
  font-size: 14px;
  font-weight: 700;
  height: fit-content;
  color: #fff;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  /* transition: 0.35s ease; */
}

a.interest-btn:hover {
  background-color: rgba(248, 37, 134, 1);
}

a.interest-btn.register-now {
  font-size: 20px;
  padding: 5px 60px;
  font-weight: 700;
}

a.interest-btn.register-now:hover {
  border: 3px solid transparent;
}

a.partner-white-btn {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #f82586;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  /* transition: 0.35s ease; */
}

a.partner-white-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.footer-widgets-wrapper {
  padding: 20px 0;
}

.footer-widgets-wrapper .single-footer-widget {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 0px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head img {
  width: 100%;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: 500;
  color: var(--white);
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 14px;
  }
}

.footer-content h2 {
  margin-bottom: 0;
  font-size: 35px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 11px;
  gap: 10px;
  position: relative;
  z-index: 9;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #e6d7fa;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}

.price-btn {
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 8px !important;
  padding: 4px 20px !important;
  cursor: context-menu;
}

.ticker_content a.price-btn {
  padding: 4px 10px !important;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a img {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0px 3px 3px;
  filter: brightness(1) invert(0);
  margin-right: 0;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info:last-child {
  padding-left: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li p {
  color: #f82586;
  font-weight: 700;
  font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 0px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--white);
  margin-right: 8px;
  font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 18px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .form-check {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .form-check a {
  color: var(--white);
  text-decoration: underline;
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb {
  width: 80px;
  height: 80px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 {
  font-size: 16px;
  font-weight: 700;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .contact-list li {
  color: #dadada;
}

.footer-widgets-wrapper .single-footer-widget .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .contact-list li a {
  color: #f5f5f5;
}

.footer-bottom {
  background-color: #f72585;
  padding: 30px 0;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 20px;
  }
}

.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--white);
}

.contact-section {
  position: relative;
}

.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 50px;
  left: 50px;
  border-radius: 30px;
  width: calc(100% - 95px);
}

@media (max-width: 1899px) {
  .contact-section::before {
    width: calc(100% - 0px);
    left: 0;
  }
}

.contact-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
  z-index: -1;
}

.contact-wrapper {
  background-color: var(--white);
  padding: 60px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .contact-wrapper {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper {
    padding: 30px;
  }
}

.contact-wrapper .contact-form-area {
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 40px;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-form-area {
    padding: 30px;
  }
}

.contact-wrapper .contact-form-area h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-wrapper .contact-form-area .form-clt input,
.contact-wrapper .contact-form-area .form-clt textarea {
  outline: none;
  border: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 20px 20px;
  line-height: 1;
  color: var(--text);
}

.contact-wrapper .contact-form-area .form-clt textarea {
  padding-bottom: 110px;
}

.contact-wrapper .contact-form-area .form-clt .single-select {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contact-wrapper .contact-form-area .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 19.5px 35px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-form-area .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.contact-wrapper .contact-form-area .theme-btn:hover {
  background-color: var(--header);
}

.contact-wrapper .contact-map {
  position: relative;
}

.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 630px;
  border-radius: 20px;
}

.contact-wrapper .contact-info-wrapper {
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  max-width: 430px;
  margin: 0 auto;
  padding: 30px;
  background: var(--theme);
  border-radius: 0px 0px 8px 8px;
}

@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper {
    left: 20px;
    right: 20px;
  }
}

.contact-wrapper .contact-info-wrapper .shape-left {
  position: absolute;
  top: 0;
  left: -28px;
}

.contact-wrapper .contact-info-wrapper .shape-right {
  position: absolute;
  top: 0;
  right: -28px;
}

.contact-wrapper .contact-info-wrapper h2 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-wrapper .contact-info-wrapper .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper .contact-info {
    flex-wrap: wrap;
  }
}

.contact-wrapper .contact-info-wrapper .contact-info .content h3 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.contact-wrapper .contact-info-wrapper .contact-info .content h3 a {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.contact-wrapper .contact-info-wrapper .contact-info .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white);
}

.contact-wrapper-2 .map-items .googpemap iframe {
  width: 100%;
  border-radius: 16px;
  height: 660px;
}

@media (max-width: 767px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 450px;
  }
}

.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}

.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}

.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid #d4dced;
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  background-color: transparent;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}

.contact-wrapper-2 .contact-content .contact-form-items .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.contact-wrapper-2 .contact-content .contact-form-items .theme-btn i {
  margin-left: 8px;
}

.contact-wrapper-2 .contact-content .contact-form-items .theme-btn:hover {
  background-color: var(--header);
}

.contact-info-items {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  background: #faf8ff;
}

.logo {
  width: 10%;
}

.widget-head {
  width: 200px;
  text-align: right !important;
}

.logo img {
  width: 150px;
}

.ticker_content {
  display: flex;
  align-items: center;
  padding: 3px 20px;
  border-radius: 50px;
}

.ticker .partner-btn:last-child {
  padding: 0px 16px;
  font-size: 14px;
}

.ticker span {
  cursor: context-menu;
  color: #fff;
}

.ticker {
  background-color: #4f0bab;
  padding: 4px 0;
}

.ticker .partner-btn:first-child {
  background-color: transparent;
  color: #000;
  border: none;
}

#countdown-wrapper img {
  margin-bottom: 5px;
  animation: pulse 1s infinite;
}

.time-block {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.time-block strong {
  display: inline-block;
  min-width: 2ch;
}


.past-edition img {
  width: 2px;
  height: 20px;
  margin-right: 10px;
}

.past-edition {
  text-align: left;
  color: #fff;
}

.edition p {
  font-size: 12px;
}

.past-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.past-link a {
  color: #fff;
  padding: 0 10px 0 0;
}

.footer-content {
  width: 100%;
}

.copyright p {
  padding-top: 7px;
  text-align: right;
}

.experience,
.other-input-check {
  display: none;
}

.copyright a {
  font-size: 12px;
  color: #fff;
}

.footer-content div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.contact-info-items .icon {
  font-size: 80px;
  color: var(--theme);
}

.contact-info-items .content {
  margin-top: 30px;
}

.contact-info-items .content p {
  font-size: 18px;
  margin-top: 10px;
}

.scroll-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4f0bab;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50%;
  font-size: 20px;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 1000;
}

.scroll-icon:hover {
  background-color: #f72585;
  /* Change background on hover */
  color: #fff;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 20px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}

.header-main .main-menu ul.submenu {
  position: absolute;
  top: 90%;
  inset-inline-start: 0;
  width: 150px;
  background: #fff;
  padding: 0px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-image: url(/assets/img/click2025/banner/more-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  border: none;
  padding: 10px 0;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  padding: 0px 0px 0px 15px;
  width: auto;
  margin: 0;
}

.header-main .main-menu ul li .submenu li a:hover {
  color: #000;
}


.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a::before {
  width: 100%;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(20, 19, 19, 0)),
      to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme2);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.more-link img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  width: 25px;
  filter: invert(1);
}

.header-main .header-right {
  gap: 40px;
}

@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: linear-gradient(-270deg,
      rgba(248, 37, 134, 1) 0%,
      rgba(75, 11, 170, 1) 100%);
}

.header-1 .container-fluid {
  padding: 10px 150px;
}

@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 10px 40px;
  }
}

@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 10px 30px;
  }
}

.header-1 .header-logo-2 {
  display: none;
}

.header-1 .header-right .sidebar__toggle {
  color: var(--white);
}

@media (max-width: 1199px) {
  .header-1 .header-right .main-button {
    display: none;
  }
}

.header-1 .header-right .main-button .theme-btn,
.header-1 .header-right .main-button .arrow-btn {
  background-color: var(--theme2);
  color: var(--header);
}

.header-1 .header-right .main-button:hover .theme-btn,
.header-1 .header-right .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.header-1 .header-right .search-icon {
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background: linear-gradient(-270deg, #f82586 0, #4b0baa 100%);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-logo-2 {
  display: block;
}

.sticky.header-1 .header-logo {
  display: none;
}

.sticky.header-1 .header-right .sidebar__toggle {
  color: #fff;
}

.sticky.header-1 .header-right .search-icon {
  color: var(--header);
}

.sticky.header-1 .main-menu ul li a {
  color: var(--white);
}

.sticky.header-1 .main-menu ul li a:hover {
  color: var(--white) !important;
}

.sticky.header-1 .main-menu ul li:hover>a {
  color: var(--white);
}

.sticky.header-1 .main-menu ul li:hover>a::after {
  color: var(--white);
}

.offcanvas__info {
  background: linear-gradient(270deg,
      rgba(248, 37, 134, 1) 0%,
      rgba(75, 11, 170, 1) 100%);
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info img {
  width: 150px;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f82586;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

@media (max-width: 1500px) {
  .header-main .main-menu ul li a {
    font-size: 13px;
  }

  .main-button a {
    font-size: 14px !important;
  }
}

@media (max-width: 1400px) {
  .footer-content:first-child {
    width: 80%;
    text-align: center;
  }

  .header-main .main-menu ul li {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {

  .main-button a {
    font-size: 14px !important;
    padding: 4px 15px;
  }

  .footer-content {
    width: 100%;
  }

  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
    width: 100%;
    align-items: center;
    padding-left: 0 !important;
  }

  .footer-bg {
    padding-bottom: 80px;
  }


  .footer-widgets-wrapper {
    padding: 50px 0;
  }

  .scroll-icon {
    bottom: 0px;
    right: 2px;
  }

  .footer-widgets-wrapper .single-footer-widget {
    justify-content: center;
    align-items: center;
  }

  .past-edition {
    text-align: center;
  }

  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
    justify-content: center !important;
  }

  .widget-head {
    text-align: center !important;
  }

  .footer-content div.contact-info-wrapper {
    flex-direction: column;
  }

  .copyright p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .time-block {
    width: auto;
  }

  .ticker {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
  }

  .ticker_content {
    border: none;
    padding: 0 !important;
    flex-direction: column;
    text-align: center;
  }

  .ticker_content .price-btn {
    flex-direction: column;
    display: flex;
    padding: 0 !important;
  }
}

@media (max-width: 450px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    z-index: 10;
  }

  .buttons a {
    margin: 10px 0;
  }

  .price-btn {
    font-size: 14px !important;
  }

  .main-button {
    justify-content: center;
  }
}